diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/salt/utils/minions.py b/salt/utils/minions.py index <HASH>..<HASH> 100644 --- a/salt/utils/minions.py +++ b/salt/utils/minions.py @@ -652,6 +652,8 @@ class CkMinions(object): v_minions = self._expand_matching(valid) if minions is None: minions = set(self.check_minions(expr, e...
Create a set from the minion list
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ spec/reports test/tmp test/version_tmp tmp +.idea/ diff --git a/lib/words_counted/counter.rb b/lib/words_counted/counter.rb index <HASH>..<HASH> 100644 --- a/lib/words_counted/counter.rb +++ b/lib/wor...
Added check to see if entries are empty in highest_ranking. Test case also written.
diff --git a/tag.go b/tag.go index <HASH>..<HASH> 100644 --- a/tag.go +++ b/tag.go @@ -211,12 +211,6 @@ func (t *Tag) SetGenre(genre string) { // Save writes tag to the file. func (t *Tag) Save() error { - // Form new frames - frames := t.formAllFrames() - - // Form size of new frames - framesSize := util.FormSize(...
Make small refactoring in tag.go
diff --git a/client/html/templates/catalog/filter/body-default.php b/client/html/templates/catalog/filter/body-default.php index <HASH>..<HASH> 100644 --- a/client/html/templates/catalog/filter/body-default.php +++ b/client/html/templates/catalog/filter/body-default.php @@ -80,7 +80,7 @@ $listConfig = $this->config( 'c...
Allow searching over all products in catalog list
diff --git a/ripozo_sqlalchemy_tests/unit/common.py b/ripozo_sqlalchemy_tests/unit/common.py index <HASH>..<HASH> 100644 --- a/ripozo_sqlalchemy_tests/unit/common.py +++ b/ripozo_sqlalchemy_tests/unit/common.py @@ -198,4 +198,4 @@ class CommonTest(TestBase): for model in models: if...
Just a dumb end of file line.
diff --git a/marshmallow/utils.py b/marshmallow/utils.py index <HASH>..<HASH> 100755 --- a/marshmallow/utils.py +++ b/marshmallow/utils.py @@ -32,7 +32,7 @@ class _Missing(object): __nonzero__ = __bool__ # PY2 compat def __repr__(self): - return '<marshmallow.marshalling.missing>' + return '<...
Fix repr for `missing`
diff --git a/src/validators.js b/src/validators.js index <HASH>..<HASH> 100644 --- a/src/validators.js +++ b/src/validators.js @@ -51,10 +51,15 @@ export const testFactory = { const { type } = entry if (type instanceof Schema) { - return (value, validationType) => value ? - (typeof value == 'object' ? - ...
Pass tests by not complaining on warning type
diff --git a/ipyrad/core/assembly.py b/ipyrad/core/assembly.py index <HASH>..<HASH> 100644 --- a/ipyrad/core/assembly.py +++ b/ipyrad/core/assembly.py @@ -308,7 +308,7 @@ class Assembly(object): self.barcodes = {} for key, value in backup.items(): key = "".join([ - i.replac...
Allow sample names to be integers. wtf, how did this never come up before?
diff --git a/spec/unit/azure_server_create_spec.rb b/spec/unit/azure_server_create_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/azure_server_create_spec.rb +++ b/spec/unit/azure_server_create_spec.rb @@ -269,6 +269,7 @@ describe Chef::Knife::AzureServerCreate do #Temp directory for certificate path an...
checking for number of arguments in create_ssl_certificate method
diff --git a/lib/linter.js b/lib/linter.js index <HASH>..<HASH> 100644 --- a/lib/linter.js +++ b/lib/linter.js @@ -40,6 +40,13 @@ module.exports = function (cwd, args, text) { .readFileSync(path.resolve(cwd, unquote(files[0])).trim()) .toString(); } - report = cwdDeps.prettier.format(text, currentOpti...
Add `--fallback` option This makes it so that if formatting fails, the input is returned.
diff --git a/src/nouns.js b/src/nouns.js index <HASH>..<HASH> 100644 --- a/src/nouns.js +++ b/src/nouns.js @@ -340,7 +340,6 @@ module.exports = [ "harbor", "harmony", "hat", - "hate", "head", "health", "heat",
Remove the word "hate" Some project names are generated as 'white-hate' or 'black-hate' and that's offensive
diff --git a/orpsoc/simulator/simulator.py b/orpsoc/simulator/simulator.py index <HASH>..<HASH> 100644 --- a/orpsoc/simulator/simulator.py +++ b/orpsoc/simulator/simulator.py @@ -52,8 +52,13 @@ class Simulator(object): def configure(self): logger.debug('configure() *Entered*') if os.path.exists(s...
simulator.py: Clean build directory instead of removing it
diff --git a/websocket.go b/websocket.go index <HASH>..<HASH> 100644 --- a/websocket.go +++ b/websocket.go @@ -2,6 +2,7 @@ package mqtt import ( "crypto/tls" + "fmt" "io" "net" "net/http" @@ -44,8 +45,11 @@ func NewWebsocket(host string, tlsc *tls.Config, timeout time.Duration, requestH WriteBufferSize: ...
Log response info duriung websocket handshake failure
diff --git a/capability/enum.go b/capability/enum.go index <HASH>..<HASH> 100644 --- a/capability/enum.go +++ b/capability/enum.go @@ -304,9 +304,9 @@ const ( // Allow taking of leases on files CAP_LEASE Cap = 28 - CAP_AUDIT_WRITE = 29 + CAP_AUDIT_WRITE Cap = 29 CAP_AUDIT_CONTROL Cap = 30 - CAP_SETFCAP ...
capability: fix: some CAP_* constants type not defined
diff --git a/lib/models/__tests__/page.js b/lib/models/__tests__/page.js index <HASH>..<HASH> 100644 --- a/lib/models/__tests__/page.js +++ b/lib/models/__tests__/page.js @@ -20,7 +20,7 @@ describe('Page', function() { }) }); - expect(page.toText()).toBe('---\nhello: world\n--...
Improve output of page to text with frontmatter
diff --git a/openquake/risk/classical_psha_based.py b/openquake/risk/classical_psha_based.py index <HASH>..<HASH> 100644 --- a/openquake/risk/classical_psha_based.py +++ b/openquake/risk/classical_psha_based.py @@ -29,7 +29,7 @@ from numpy import subtract, mean from openquake import shapes from openquake.risk.commo...
after testing a bit, it's better to maintain MemoizeMutable, it's faster Former-commit-id: ec<I>ecfe7f0c3e<I>dbfa<I>ae<I>b<I>
diff --git a/spec/mangopay/payin_bankwire_external_instruction_spec.rb b/spec/mangopay/payin_bankwire_external_instruction_spec.rb index <HASH>..<HASH> 100644 --- a/spec/mangopay/payin_bankwire_external_instruction_spec.rb +++ b/spec/mangopay/payin_bankwire_external_instruction_spec.rb @@ -14,8 +14,8 @@ describe MangoP...
Make tests pointing on Sandbox again
diff --git a/d1_client_cli/src/d1_client_cli/impl/session.py b/d1_client_cli/src/d1_client_cli/impl/session.py index <HASH>..<HASH> 100755 --- a/d1_client_cli/src/d1_client_cli/impl/session.py +++ b/d1_client_cli/src/d1_client_cli/impl/session.py @@ -132,7 +132,7 @@ variable_defaults_map = { VERBOSE_NAME: True, E...
Fixed issue caused by overwriting DEFAULT_MN_HOST.
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,6 +1,7 @@ var fs = require('fs'), Handlebars = require('handlebars'), _ = require('lodash'), + url = require('url'), defaultsDeep = _.partialRight(_.merge, function deep(value, other) { ...
Add option for hostname There was no ability to provide a canonical hostname within the site map.
diff --git a/ui.go b/ui.go index <HASH>..<HASH> 100644 --- a/ui.go +++ b/ui.go @@ -72,16 +72,16 @@ func startUI(width, height, scale int, title string) error { x := (videoMode.Width - width*scale) / 2 y := (videoMode.Height - height*scale) / 3 + ch := make(chan struct{}) window := currentUI.window + window.SetF...
Bug fix: SetFramebufferSizeCallback can be called immediately
diff --git a/dtool_create/dataset.py b/dtool_create/dataset.py index <HASH>..<HASH> 100644 --- a/dtool_create/dataset.py +++ b/dtool_create/dataset.py @@ -309,6 +309,23 @@ def freeze(proto_dataset_uri): uri=proto_dataset_uri, config_path=CONFIG_PATH ) + + num_items = len(list(proto_dataset._id...
Add spike sanity checking to freeze
diff --git a/cloudmutex.go b/cloudmutex.go index <HASH>..<HASH> 100644 --- a/cloudmutex.go +++ b/cloudmutex.go @@ -19,10 +19,10 @@ type cloudmutex struct { // TimedLock will wait up to duruation d for l.Lock() to succeed. func TimedLock(l sync.Locker, d time.Duration) error { - done := make(chan bool, 1) + done := ...
improve perf by passing empty struct instead of a bool across channel
diff --git a/src/geshi.php b/src/geshi.php index <HASH>..<HASH> 100644 --- a/src/geshi.php +++ b/src/geshi.php @@ -2015,7 +2015,7 @@ class GeSHi { } // Other whitespace // BenBE: Fix to reduce the number of replacements to be done - $result = str_replace("\n ", "\n&nbsp;", $result); + ...
fix: #<I>: wrong indentation of first line
diff --git a/c7n/output.py b/c7n/output.py index <HASH>..<HASH> 100644 --- a/c7n/output.py +++ b/c7n/output.py @@ -227,11 +227,15 @@ class SystemStats(DeltaStats): snapshot['num_ctx_switches_involuntary']) = self.process.num_ctx_switches() # io counters ( not available on osx) ...
psutil fix (#<I>)
diff --git a/packages/core-js/modules/web.url.js b/packages/core-js/modules/web.url.js index <HASH>..<HASH> 100644 --- a/packages/core-js/modules/web.url.js +++ b/packages/core-js/modules/web.url.js @@ -31,7 +31,7 @@ var INVALID_HOST = 'Invalid host'; var INVALID_PORT = 'Invalid port'; var ALPHA = /[A-Za-z]/; -var ...
chore: Make unicorn/regex-shorthand happy
diff --git a/src/main/java/gwt/material/design/addins/client/autocomplete/MaterialAutoComplete.java b/src/main/java/gwt/material/design/addins/client/autocomplete/MaterialAutoComplete.java index <HASH>..<HASH> 100644 --- a/src/main/java/gwt/material/design/addins/client/autocomplete/MaterialAutoComplete.java +++ b/src/...
Fix autocompete bug preventing it from becoming active when value is added from code.
diff --git a/pycons3rt/cons3rtutil.py b/pycons3rt/cons3rtutil.py index <HASH>..<HASH> 100644 --- a/pycons3rt/cons3rtutil.py +++ b/pycons3rt/cons3rtutil.py @@ -301,7 +301,7 @@ class Cons3rtUtil(object): else: log.info('Email: {e}'.format(e=email)) - command_string = '-createuse...
Updated the run_security_admin call from -creatuser to -requestuser
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -12,10 +12,6 @@ setup(name='hawkrest', include_package_data=True, classifiers=[ 'Framework :: Django', - 'Framework :: Django :: 1.8', - 'Framework :: Django :: 1.9', - 'Fram...
Removed PyPI identifiers because the PyPI API said they were invalid. *shrug*
diff --git a/cytomine/models/software.py b/cytomine/models/software.py index <HASH>..<HASH> 100755 --- a/cytomine/models/software.py +++ b/cytomine/models/software.py @@ -116,6 +116,10 @@ class SoftwareParameterCollection(Collection): self._allowed_filters = ["software"] self.set_parameters(parameters...
override url for collection too
diff --git a/umap/umap_.py b/umap/umap_.py index <HASH>..<HASH> 100644 --- a/umap/umap_.py +++ b/umap/umap_.py @@ -1709,7 +1709,7 @@ class UMAP(BaseEstimator): embedding = optimize_layout( embedding, - self.embedding_, + self.embedding_.astype(np.float32, copy=False), # Fi...
Fix #<I> This meets the expectation that the embeddings passed to optimize_layout are float<I>. In the typical case, where they are float<I>, this should be no cost. When the stored embedding is not float<I>, this is a pretty cheap operation.
diff --git a/lib/workerholic/starter.rb b/lib/workerholic/starter.rb index <HASH>..<HASH> 100644 --- a/lib/workerholic/starter.rb +++ b/lib/workerholic/starter.rb @@ -11,6 +11,10 @@ module Workerholic launch end + def self.kill_memory_tracker_thread + @thread.kill + end + private de...
make method to kill memory tracker public
diff --git a/metrics-guice/src/main/java/com/yammer/metrics/guice/JmxReporterProvider.java b/metrics-guice/src/main/java/com/yammer/metrics/guice/JmxReporterProvider.java index <HASH>..<HASH> 100644 --- a/metrics-guice/src/main/java/com/yammer/metrics/guice/JmxReporterProvider.java +++ b/metrics-guice/src/main/java/com...
Also need to start the jmx reporter ...
diff --git a/lib/pulsar/task.js b/lib/pulsar/task.js index <HASH>..<HASH> 100644 --- a/lib/pulsar/task.js +++ b/lib/pulsar/task.js @@ -42,13 +42,21 @@ module.exports = (function() { self.status.set(PulsarStatus.STATUS_RUNNING); var args = [ - '--conf-repo', this._config.repo || '$(echo $PULSAR_CONF_REPO)', - ...
Pulsar repo and branch as optional
diff --git a/spec/indico_batch_spec.rb b/spec/indico_batch_spec.rb index <HASH>..<HASH> 100644 --- a/spec/indico_batch_spec.rb +++ b/spec/indico_batch_spec.rb @@ -121,4 +121,13 @@ describe Indico do expect(response[1].length).to eql(2048) end + # Uncomment when frontend updated to accept image urls + # it "...
now updated to accept image_urls
diff --git a/provider/local/config.go b/provider/local/config.go index <HASH>..<HASH> 100644 --- a/provider/local/config.go +++ b/provider/local/config.go @@ -19,6 +19,8 @@ var checkIfRoot = func() bool { } const ( + // These constants are defined here, and used in environprovider.go + // to explicitly get from the...
Add comment for the config keys as they are different from others.
diff --git a/src/test/java/com/yahoo/sketches/theta/TestPerformanceTheta.java b/src/test/java/com/yahoo/sketches/theta/TestPerformanceTheta.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/yahoo/sketches/theta/TestPerformanceTheta.java +++ b/src/test/java/com/yahoo/sketches/theta/TestPerformanceTheta.java @@ -6...
Disable TestPeformanceTheta ... not suitable for Unit Tests.
diff --git a/changes/changelog.py b/changes/changelog.py index <HASH>..<HASH> 100644 --- a/changes/changelog.py +++ b/changes/changelog.py @@ -62,14 +62,14 @@ def generate_changelog(context): ] git_log_content = None + git_log = 'log --oneline --no-merges --no-color'.split(' ') try: - git_log...
The git log command has already been split
diff --git a/tests/FeedIo/Parser/Rule/TitleTest.php b/tests/FeedIo/Parser/Rule/TitleTest.php index <HASH>..<HASH> 100644 --- a/tests/FeedIo/Parser/Rule/TitleTest.php +++ b/tests/FeedIo/Parser/Rule/TitleTest.php @@ -11,6 +11,8 @@ namespace FeedIo\Parser\Rule; +use FeedIo\Feed\Item; + class TitleTest extends \PHPUn...
Implement TitleTest::testSet
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index <HASH>..<HASH> 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -125,7 +125,7 @@ module.exports = { ] } ], - "copyright": "Copyright © 2021 Developer Express, Inc", + "copyr...
Update copyright (#<I>)
diff --git a/lib/fog/aws/models/s3/bucket.rb b/lib/fog/aws/models/s3/bucket.rb index <HASH>..<HASH> 100644 --- a/lib/fog/aws/models/s3/bucket.rb +++ b/lib/fog/aws/models/s3/bucket.rb @@ -16,7 +16,9 @@ module Fog end def delete + return false if new_record? connection.delete_bucke...
new_record stuff to track if something has been persisted to aws
diff --git a/seleniumbase/core/browser_launcher.py b/seleniumbase/core/browser_launcher.py index <HASH>..<HASH> 100755 --- a/seleniumbase/core/browser_launcher.py +++ b/seleniumbase/core/browser_launcher.py @@ -217,9 +217,6 @@ def _set_chrome_options( # Headless Chrome doesn't support extensions, which are req...
Do not use "--disable-extensions" (it breaks proxy auth)
diff --git a/fuzz_test.go b/fuzz_test.go index <HASH>..<HASH> 100644 --- a/fuzz_test.go +++ b/fuzz_test.go @@ -39,6 +39,7 @@ func testFuzz(crasher string) error { return nil } +/* // This is where we put anything that just caused a panic and wasn't solved by returning an error func TestFuzz_Panics(t *testing.T) ...
Remove test TestFuzz_Panics because it always fails
diff --git a/test/60.strftime.js b/test/60.strftime.js index <HASH>..<HASH> 100755 --- a/test/60.strftime.js +++ b/test/60.strftime.js @@ -61,11 +61,11 @@ describe(TITLE, function() { describe("strftime compatibility", function() { var YEARS = [2017, 2018, 2019, 2020]; - var MONTHS = [1, 2, 12]; - var D...
test timeout <I> seconds Error: timeout of <I>ms exceeded. Ensure the done() callback is being called in this test.
diff --git a/spacy/_ml.py b/spacy/_ml.py index <HASH>..<HASH> 100644 --- a/spacy/_ml.py +++ b/spacy/_ml.py @@ -243,8 +243,9 @@ class PrecomputableAffine(Model): def link_vectors_to_models(vocab): vectors = vocab.vectors if vectors.name is None: - raise ValueError( - "Unnamed vectors -- this...
Warn and fallback if vectors have no name
diff --git a/src/Response.php b/src/Response.php index <HASH>..<HASH> 100755 --- a/src/Response.php +++ b/src/Response.php @@ -32,7 +32,6 @@ class Response extends \Swlib\Http\Response */ public $statusCode = 0; public $reasonPhrase = 'Failed'; - public $uri; public $time; /** @var \Swlib\H...
Move Uri to Message. (cherry picked from commit b4d4eca<I>e<I>a5a<I>d6dc<I>e<I>cbdcec6d<I>)
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ if sys.argv[-1] == 'publish': os.system('python setup.py sdist upload') sys.exit() -required = ['path.py>=2.2', 'envoy>=0.0.2'] +required = ['path.py>=2.2', 'envoy>=0.0.2', 'nose>=1.1'] packages = [...
adding nose to required in setup.py
diff --git a/lib/jeff.rb b/lib/jeff.rb index <HASH>..<HASH> 100644 --- a/lib/jeff.rb +++ b/lib/jeff.rb @@ -96,13 +96,20 @@ module Jeff private + def connection_host + [connection.connection[:host], connection.connection[:port]].join ':' + end + def connection_path + connection.connection[:path] + end +...
Include port in string to sign This quirk took me a few hours to debug! Excon, unlike other HTTP libraries, includes the port number in ALL requests, even when the port number is standard. <URL>
diff --git a/resources/assets/js/modules/datetimepicker.js b/resources/assets/js/modules/datetimepicker.js index <HASH>..<HASH> 100644 --- a/resources/assets/js/modules/datetimepicker.js +++ b/resources/assets/js/modules/datetimepicker.js @@ -13,8 +13,7 @@ document.addEventListener('turbolinks:load', function() { ...
Apply fixes from StyleCI (#<I>) [ci skip] [skip ci]
diff --git a/jsonresponse.go b/jsonresponse.go index <HASH>..<HASH> 100644 --- a/jsonresponse.go +++ b/jsonresponse.go @@ -80,11 +80,6 @@ func NonAuthoritativeInfo(w http.ResponseWriter, response interface{}) { Respond(w, http.StatusNonAuthoritativeInfo, response) } -// NoContent writes a response with status code...
Remove NoContent function as it should not be used
diff --git a/lib/BrowserFetcher.js b/lib/BrowserFetcher.js index <HASH>..<HASH> 100644 --- a/lib/BrowserFetcher.js +++ b/lib/BrowserFetcher.js @@ -233,7 +233,12 @@ function downloadFile(url, destinationPath, progressCallback) { * @return {!Promise<?Error>} */ function extractZip(zipPath, folderPath) { - return ne...
fix(browserfetcher): handle extract-zip errors (#<I>)
diff --git a/lib/Segment/Client.php b/lib/Segment/Client.php index <HASH>..<HASH> 100644 --- a/lib/Segment/Client.php +++ b/lib/Segment/Client.php @@ -139,11 +139,17 @@ class Segment_Client { */ private function formatTime($ts) { // time() - if ($ts == null) $ts = time(); - if (is_integer($ts)) return...
- fixes #<I> - instead of using just is_int and is_float for checking timestamp, use filter_var since that can detect string ints and floats - if its not a string or float, consider it might be a ISO<I> or some other string, so use strtotime() to support other strings
diff --git a/angr/analyses/decompiler/clinic.py b/angr/analyses/decompiler/clinic.py index <HASH>..<HASH> 100644 --- a/angr/analyses/decompiler/clinic.py +++ b/angr/analyses/decompiler/clinic.py @@ -563,6 +563,7 @@ class Clinic(Analysis): if block is not None \ and not stmt.ret_exprs \...
Clinic: Resilience against returnty being None in function prototypes.
diff --git a/ospd/command/command.py b/ospd/command/command.py index <HASH>..<HASH> 100644 --- a/ospd/command/command.py +++ b/ospd/command/command.py @@ -312,6 +312,8 @@ class GetVts(BaseCommand): @return: Response string for <get_vts> command on fail. """ + self._daemon.vts.is_cache_availab...
Add flag to advice that the cache is being used for a process. This allows to block the use of the cache by one process and avoid other process to do an action on the cache. Eg. update vts cache during response of get_vts cmd.
diff --git a/bin/cli.js b/bin/cli.js index <HASH>..<HASH> 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -15,7 +15,7 @@ function cliMain () { return new Installer(parseArgs()).run().then(details => { console.error(`added ${details.pkgCount} packages in ${ details.runTime / 1000 - }s.`) + }s`) }, er...
fix(output): npm does not punctuate this
diff --git a/lib/Thelia/Form/AdminLogin.php b/lib/Thelia/Form/AdminLogin.php index <HASH>..<HASH> 100644 --- a/lib/Thelia/Form/AdminLogin.php +++ b/lib/Thelia/Form/AdminLogin.php @@ -16,7 +16,7 @@ use Symfony\Component\Validator\Constraints\Length; use Symfony\Component\Validator\Constraints\NotBlank; use Thelia\Core...
Add firewall on login forms modified: core/lib/Thelia/Form/AdminLogin.php modified: core/lib/Thelia/Form/CustomerLogin.php
diff --git a/spyder/plugins/ipythonconsole.py b/spyder/plugins/ipythonconsole.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/ipythonconsole.py +++ b/spyder/plugins/ipythonconsole.py @@ -1249,8 +1249,12 @@ class IPythonConsole(SpyderPluginWidget): if index is not None: client = self.tabwidget...
Add handling for RuntimeError while closing an IPython console instance.
diff --git a/emma2/msm/util.py b/emma2/msm/util.py index <HASH>..<HASH> 100644 --- a/emma2/msm/util.py +++ b/emma2/msm/util.py @@ -1,37 +1,4 @@ """ -Utility functions +MSM related utility functions """ -from numpy import allclose -def allclose_sparse(A, B, rtol=1e-5, atol=1e-9): - """ - Compares two sparse ma...
removed function all_close sparse, which is now contained in emma2.util.numeric
diff --git a/authomatic/providers/openid.py b/authomatic/providers/openid.py index <HASH>..<HASH> 100644 --- a/authomatic/providers/openid.py +++ b/authomatic/providers/openid.py @@ -95,6 +95,7 @@ class SessionWrapper(object): val = self.session.get(key) if val and val.startswith(self.prefix): ...
fix an error i was getting with yahoo openid
diff --git a/ez_setup.py b/ez_setup.py index <HASH>..<HASH> 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "17.1.2" +DEFAULT_VERSION = "18.0" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" DEFAULT_SAVE_DIR = os.c...
Bumped to <I> in preparation for next release.
diff --git a/src/utils/to-path-components.js b/src/utils/to-path-components.js index <HASH>..<HASH> 100644 --- a/src/utils/to-path-components.js +++ b/src/utils/to-path-components.js @@ -4,7 +4,7 @@ const toPathComponents = (path = '') => { // split on / unless escaped with \ return (path .trim() - .match...
chore: fix up linting errors
diff --git a/src/googleclouddebugger/python_breakpoint.py b/src/googleclouddebugger/python_breakpoint.py index <HASH>..<HASH> 100644 --- a/src/googleclouddebugger/python_breakpoint.py +++ b/src/googleclouddebugger/python_breakpoint.py @@ -208,6 +208,7 @@ class PythonBreakpoint(object): condition, self...
Remove the import hook after successfully setting a breakpoint, instead of waiting until it is completed. ------------- Created by MOE: <URL>
diff --git a/lib/workers/pr/index.js b/lib/workers/pr/index.js index <HASH>..<HASH> 100644 --- a/lib/workers/pr/index.js +++ b/lib/workers/pr/index.js @@ -237,7 +237,7 @@ async function ensurePr(prConfig) { logger.debug( { prTitle, - oldPrBody: existingPr.body, + o...
refactor: fix oldPrBody log
diff --git a/Entity/Tweet.php b/Entity/Tweet.php index <HASH>..<HASH> 100644 --- a/Entity/Tweet.php +++ b/Entity/Tweet.php @@ -35,7 +35,7 @@ class Tweet private $favorite_count; /** - * @var integer + * @var User */ private $user;
Fixed issues reported by Scrutinizer
diff --git a/cmd/data-crawler.go b/cmd/data-crawler.go index <HASH>..<HASH> 100644 --- a/cmd/data-crawler.go +++ b/cmd/data-crawler.go @@ -775,13 +775,16 @@ func (i *crawlItem) objectPath() string { return path.Join(i.prefix, i.objectName) } -// sleepDuration multiplies the duration d by x and sleeps if is more th...
Allow deeper sleep (#<I>) Allow each crawler operation to sleep up to <I> seconds on very heavily loaded systems. This will of course make minimum crawler speed less, but should be more effective at stopping.
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -26,12 +26,12 @@ module.exports = function(array, haltCallback) { if(i >= len) return resolve(results); var method = array[i]; - if(!(method instanceof Function)) { + if(typeof method !== 'function') ...
Allow more liberal promise detection, es5 compat
diff --git a/spec/rack/test/utils_spec.rb b/spec/rack/test/utils_spec.rb index <HASH>..<HASH> 100644 --- a/spec/rack/test/utils_spec.rb +++ b/spec/rack/test/utils_spec.rb @@ -17,7 +17,8 @@ describe Rack::Test::Utils do end it "converts hashes with multiple keys" do - requestify(:a => 1, :b => 2).sh...
Account for unordered hash in specs
diff --git a/core/unit.js b/core/unit.js index <HASH>..<HASH> 100644 --- a/core/unit.js +++ b/core/unit.js @@ -1,7 +1,7 @@ 'use strict'; var uniqueId = require('unique-id'); -var S_SEPARATOR = '\u0000'; +var S_SEPARATOR = '-'; var EventEmitter = /** @type EventEmitter */ require('events').EventEmitter; var Skip =...
make cache key token separator normal character
diff --git a/lib/rubocop/cop/lint/duplicate_methods.rb b/lib/rubocop/cop/lint/duplicate_methods.rb index <HASH>..<HASH> 100644 --- a/lib/rubocop/cop/lint/duplicate_methods.rb +++ b/lib/rubocop/cop/lint/duplicate_methods.rb @@ -41,18 +41,28 @@ module RuboCop receiver, name, = *node if receiver.cons...
Reduce complexity in DuplicateMethods Split `on_defs` into smaller methods.
diff --git a/citrination_client/tests/test_client.py b/citrination_client/tests/test_client.py index <HASH>..<HASH> 100644 --- a/citrination_client/tests/test_client.py +++ b/citrination_client/tests/test_client.py @@ -2,7 +2,6 @@ from citrination_client import CitrinationClient from os import environ from json impor...
Removing TemporaryDirectory, which isn't in python2
diff --git a/lib/resolver.js b/lib/resolver.js index <HASH>..<HASH> 100644 --- a/lib/resolver.js +++ b/lib/resolver.js @@ -127,7 +127,9 @@ resolver.getNpmPaths = function () { paths.push(path.join(__dirname, '../..')); // adds support for generator resolving when yeoman-generator has been linked - paths.push(p...
Fixed bug where getNpmPaths fails when process.argv[1] is not provided (#<I>)
diff --git a/pkg/services/alerting/rule.go b/pkg/services/alerting/rule.go index <HASH>..<HASH> 100644 --- a/pkg/services/alerting/rule.go +++ b/pkg/services/alerting/rule.go @@ -141,7 +141,7 @@ func NewRuleFromDBAlert(ruleDef *models.Alert, logTranslationFailures bool) (*Ru uid, err := translateNotificationIDToUID...
Chore: fix spelling mistake (#<I>)
diff --git a/src/main/java/gwt/material/design/addins/client/ui/MaterialTimePicker.java b/src/main/java/gwt/material/design/addins/client/ui/MaterialTimePicker.java index <HASH>..<HASH> 100644 --- a/src/main/java/gwt/material/design/addins/client/ui/MaterialTimePicker.java +++ b/src/main/java/gwt/material/design/addins...
Time Picker : Fixed the location of Error Label
diff --git a/test/hamlit/line_number_test.rb b/test/hamlit/line_number_test.rb index <HASH>..<HASH> 100644 --- a/test/hamlit/line_number_test.rb +++ b/test/hamlit/line_number_test.rb @@ -147,7 +147,7 @@ describe Hamlit::Engine do = __LINE__ HAML end - end + end unless /java/ === RUBY_PL...
Skip one more block on JRuby
diff --git a/nunaliit2-js/src/main/js/nunaliit2/n2.couchDbPerspective.js b/nunaliit2-js/src/main/js/nunaliit2/n2.couchDbPerspective.js index <HASH>..<HASH> 100644 --- a/nunaliit2-js/src/main/js/nunaliit2/n2.couchDbPerspective.js +++ b/nunaliit2-js/src/main/js/nunaliit2/n2.couchDbPerspective.js @@ -212,7 +212,7 @@ var D...
nunaliit2-js: Fix bug with dbPerspective where some updates are reported as addition. Issue #<I>
diff --git a/m2s3/app.py b/m2s3/app.py index <HASH>..<HASH> 100755 --- a/m2s3/app.py +++ b/m2s3/app.py @@ -7,6 +7,7 @@ Author: Alejandro Ricoveri <alejandro.ricoveri@blanclink.com> Main module """ +import os import sys import traceback #TODO replace log with logging https://docs.python.org/3.4/howto/logging.html...
Configuration file absolute path is determined before trying to use it
diff --git a/datascience/tables.py b/datascience/tables.py index <HASH>..<HASH> 100644 --- a/datascience/tables.py +++ b/datascience/tables.py @@ -1041,10 +1041,10 @@ class Table(collections.abc.MutableMapping): the values that match both row and column based on ``collect``. Args: - ``col...
pivot accepts column index as first arg
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -47,7 +47,7 @@ def each_run # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories including factories. ([ENGINE_RAILS_ROOT...
Strings and Pathnames are mixed into one array and we can't call .join on string.
diff --git a/h5p-development.class.php b/h5p-development.class.php index <HASH>..<HASH> 100644 --- a/h5p-development.class.php +++ b/h5p-development.class.php @@ -94,6 +94,9 @@ class H5PDevelopment { // Save/update library. $this->h5pF->saveLibraryData($library, $library['libraryId'] === FALSE); + ...
metadataSettings returned as JSON, not string
diff --git a/easybatch-core/src/main/java/io/github/benas/easybatch/core/converter/BooleanTypeConverter.java b/easybatch-core/src/main/java/io/github/benas/easybatch/core/converter/BooleanTypeConverter.java index <HASH>..<HASH> 100644 --- a/easybatch-core/src/main/java/io/github/benas/easybatch/core/converter/BooleanTy...
fix issue#<I> : make the BooleanTypeConverter more intelligent
diff --git a/lib/greeklish/greeklish_generator.rb b/lib/greeklish/greeklish_generator.rb index <HASH>..<HASH> 100644 --- a/lib/greeklish/greeklish_generator.rb +++ b/lib/greeklish/greeklish_generator.rb @@ -57,14 +57,6 @@ module Greeklish # list is returned to the filter. attr_reader :greeklish_list - # ...
Remove unused properties from GreeklishGenerator
diff --git a/ltiauthenticator/__init__.py b/ltiauthenticator/__init__.py index <HASH>..<HASH> 100644 --- a/ltiauthenticator/__init__.py +++ b/ltiauthenticator/__init__.py @@ -1 +1 @@ -from ltiauthenticator.lti11.auth import LTI11Authenticator as LTIAuthenticator # noqa +from ltiauthenticator.lti11.auth import LTI11Aut...
Exposed object renamed to LTI<I>Authenticator
diff --git a/store/src/main/java/com/buschmais/jqassistant/core/store/api/model/NamedDescriptor.java b/store/src/main/java/com/buschmais/jqassistant/core/store/api/model/NamedDescriptor.java index <HASH>..<HASH> 100644 --- a/store/src/main/java/com/buschmais/jqassistant/core/store/api/model/NamedDescriptor.java +++ b/s...
improve performance of GAV lookup by using indexes and caching
diff --git a/client/consul/consul.go b/client/consul/consul.go index <HASH>..<HASH> 100644 --- a/client/consul/consul.go +++ b/client/consul/consul.go @@ -6,7 +6,7 @@ import ( ) // ConsulServiceAPI is the interface the Nomad Client uses to register and -// remove services and checks from Consul.css +// remove servi...
docs: remove erroneous characters from comment
diff --git a/public/js/make-api.js b/public/js/make-api.js index <HASH>..<HASH> 100644 --- a/public/js/make-api.js +++ b/public/js/make-api.js @@ -77,6 +77,13 @@ Make = function Make( options ) { } }; }, + email: function( name ) { + return { + term: { + email:...
[#<I>] Search field for email in make api.
diff --git a/frameit/lib/frameit/version.rb b/frameit/lib/frameit/version.rb index <HASH>..<HASH> 100644 --- a/frameit/lib/frameit/version.rb +++ b/frameit/lib/frameit/version.rb @@ -1,3 +1,3 @@ module Frameit - VERSION = "2.7.0".freeze + VERSION = "2.8.0".freeze end
[frameit] Version bump * Update internal dependencies (#<I>) * Add a test for error shown with a UTF-8 encoded strings file (#<I>) * Display error when parsing a .strings file returns empty results fixing #<I> (#<I>) * Add a ROOT path constant for frameit (#<I>) * Escape single quotes in frameit title strings (#<I...
diff --git a/config/laravel-uptime-monitor.php b/config/laravel-uptime-monitor.php index <HASH>..<HASH> 100644 --- a/config/laravel-uptime-monitor.php +++ b/config/laravel-uptime-monitor.php @@ -65,7 +65,7 @@ return [ * given number of minutes ago. If you change this setting you have to manually * u...
Fix Config comment typos Change spelling from "montitor" to "monitor"; add "the" before "url" to correct a sentence.
diff --git a/plugins/providers/virtualbox/action.rb b/plugins/providers/virtualbox/action.rb index <HASH>..<HASH> 100644 --- a/plugins/providers/virtualbox/action.rb +++ b/plugins/providers/virtualbox/action.rb @@ -209,6 +209,7 @@ module VagrantPlugins b2.use PrepareForwardedPortCollisionParams ...
providers/virtualbox: resume should wait for boot
diff --git a/ella/core/managers.py b/ella/core/managers.py index <HASH>..<HASH> 100644 --- a/ella/core/managers.py +++ b/ella/core/managers.py @@ -112,7 +112,7 @@ class HitCountManager(models.Manager): kwa = {} if mods: kwa['target_ct__in'] = [ ContentType.objects.get_for_model(m) for m i...
Added site to Hit counts so that we can reference individual sites independently git-svn-id: <URL>
diff --git a/matchpy/matching/many_to_one.py b/matchpy/matching/many_to_one.py index <HASH>..<HASH> 100644 --- a/matchpy/matching/many_to_one.py +++ b/matchpy/matching/many_to_one.py @@ -509,12 +509,12 @@ class ManyToOneMatcher: position[-1] += 1 if isinstance(expression, Operation): if i...
Fixed m<I> customized operation arg iteration.
diff --git a/pyout/tests/test_tabular.py b/pyout/tests/test_tabular.py index <HASH>..<HASH> 100644 --- a/pyout/tests/test_tabular.py +++ b/pyout/tests/test_tabular.py @@ -1,6 +1,10 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals +import pytest + +blessings = pytest.importorskip("blessings") + fr...
Don't test Tabular if blessings isn't installed In preparation for running a subset of the tests on AppVeyor, skip running test_tabular if blessings, which is incompatible with Windows, isn't installed.
diff --git a/templates/webpack.angular.js b/templates/webpack.angular.js index <HASH>..<HASH> 100644 --- a/templates/webpack.angular.js +++ b/templates/webpack.angular.js @@ -90,7 +90,7 @@ module.exports = env => { const ngCompilerPlugin = new AngularCompilerPlugin({ hostReplacementPaths: nsWebpack.getRes...
chore: merge release into master (#<I>) * release: cut the <I> release * fix: add support for ts files on test command when `--bundle` is provided (#<I>) Rel to: <URL> * fix: fix "ERROR in Must have a source file to refactor." error from ngCompilerPlugin on `test` command (#<I>)
diff --git a/mapbox_vector_tile/encoder.py b/mapbox_vector_tile/encoder.py index <HASH>..<HASH> 100644 --- a/mapbox_vector_tile/encoder.py +++ b/mapbox_vector_tile/encoder.py @@ -230,14 +230,14 @@ class VectorTile: return [seq[pos:pos + size] for pos in xrange(0, len(seq), size)] def _can_handle_key(sel...
Use isintancof check with a tuple
diff --git a/src/Graviton/GeneratorBundle/Generator/ResourceGenerator/XDynamicKey.php b/src/Graviton/GeneratorBundle/Generator/ResourceGenerator/XDynamicKey.php index <HASH>..<HASH> 100644 --- a/src/Graviton/GeneratorBundle/Generator/ResourceGenerator/XDynamicKey.php +++ b/src/Graviton/GeneratorBundle/Generator/Resourc...
using foreach each instead of for
diff --git a/sauce/object.php b/sauce/object.php index <HASH>..<HASH> 100644 --- a/sauce/object.php +++ b/sauce/object.php @@ -73,6 +73,10 @@ class Object extends CallableProperty implements \ArrayAccess, \Countable $this->storage[0] = $data; return; } + + if (is_a($data, '\Sauce\Object')) { + $data ...
Added getArrayCopy method and fixed bug in \Sauce\Object - Object#getArrayCopy returns a copy of the storage array used internally - PHP's protected/private attributes only work on objects of other classes. That means if you use foreach on an object of the same type in a class, you as well get the key-value pair...
diff --git a/lib/Models/ArcGisMapServerCatalogItem.js b/lib/Models/ArcGisMapServerCatalogItem.js index <HASH>..<HASH> 100644 --- a/lib/Models/ArcGisMapServerCatalogItem.js +++ b/lib/Models/ArcGisMapServerCatalogItem.js @@ -198,9 +198,14 @@ ArcGisMapServerCatalogItem.prototype.updateFromMetadata = function(mapServerJson...
Don't crash when no layers match.
diff --git a/core/lib/refinery/application_controller.rb b/core/lib/refinery/application_controller.rb index <HASH>..<HASH> 100644 --- a/core/lib/refinery/application_controller.rb +++ b/core/lib/refinery/application_controller.rb @@ -11,7 +11,7 @@ module Refinery :current_refinery_user, ...
Add protect_from_forgery with: :exception
diff --git a/OMMBV/__init__.py b/OMMBV/__init__.py index <HASH>..<HASH> 100644 --- a/OMMBV/__init__.py +++ b/OMMBV/__init__.py @@ -5,9 +5,11 @@ __version__ = '0.5.5' on_rtd = os.environ.get('ONREADTHEDOCS') == 'True' -if not on_rtd: +try: from OMMBV import igrf -else: +except ImportError: + print("ERROR: i...
BUG: Improve robustness without compiled fortran
diff --git a/benchexec/tools/p4-test-tool.py b/benchexec/tools/p4-test-tool.py index <HASH>..<HASH> 100644 --- a/benchexec/tools/p4-test-tool.py +++ b/benchexec/tools/p4-test-tool.py @@ -20,8 +20,13 @@ class Tool(benchexec.tools.template.BaseTool2): return "P4 Test" def determine_result(self, run): + ...
Fixed tool to work on more test cases
diff --git a/bundles/org.eclipse.orion.client.core/web/orion/searchExplorer.js b/bundles/org.eclipse.orion.client.core/web/orion/searchExplorer.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.core/web/orion/searchExplorer.js +++ b/bundles/org.eclipse.orion.client.core/web/orion/searchExplorer.js @...
Bug <I> - use dashed underline for 'search in' links on search results page
diff --git a/impl/src/main/java/org/jboss/weld/bootstrap/Validator.java b/impl/src/main/java/org/jboss/weld/bootstrap/Validator.java index <HASH>..<HASH> 100644 --- a/impl/src/main/java/org/jboss/weld/bootstrap/Validator.java +++ b/impl/src/main/java/org/jboss/weld/bootstrap/Validator.java @@ -145,8 +145,8 @@ public cl...
Don't detect circularities in built-in beans