hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
a0caa06b8b5fd62e7fa308f164ae12413562c418
diff --git a/lib/jets/cfn/template_builders/job_builder.rb b/lib/jets/cfn/template_builders/job_builder.rb index <HASH>..<HASH> 100644 --- a/lib/jets/cfn/template_builders/job_builder.rb +++ b/lib/jets/cfn/template_builders/job_builder.rb @@ -49,7 +49,7 @@ class Jets::Cfn::TemplateBuilders SourceArn: "!GetAtt ...
rename EventsRulePermission logical id
tongueroo_jets
train
6b368636bbf194b46c2b5c1ecd745c585bdb97bc
diff --git a/comparators/disputed-border-deleted.js b/comparators/disputed-border-deleted.js index <HASH>..<HASH> 100644 --- a/comparators/disputed-border-deleted.js +++ b/comparators/disputed-border-deleted.js @@ -3,7 +3,6 @@ module.exports = disputedBorderDeleted; function disputedBorderDeleted(newVersion, oldVers...
Update disputed-border-deleted.js
mapbox_osm-compare
train
a53635166fd904c06dc5afe2a7c395ab158c9a81
diff --git a/mariadb_helper/mariadb_helper.go b/mariadb_helper/mariadb_helper.go index <HASH>..<HASH> 100644 --- a/mariadb_helper/mariadb_helper.go +++ b/mariadb_helper/mariadb_helper.go @@ -182,28 +182,24 @@ func (m MariaDBHelper) Seed() error { defer CloseDBConnection(db) for _, dbToCreate := range m.config.Pre...
Extract CreateDBIfNeeded to Seeder object - Switch to single line if syntax
cloudfoundry_mariadb_ctrl
train
235d304e12c851ab99315e8424d2fae70700f0af
diff --git a/py/testdir_single_jvm/test_exec_operators.py b/py/testdir_single_jvm/test_exec_operators.py index <HASH>..<HASH> 100644 --- a/py/testdir_single_jvm/test_exec_operators.py +++ b/py/testdir_single_jvm/test_exec_operators.py @@ -3,6 +3,12 @@ import random, sys, time sys.path.extend(['.','..','py']) import...
don't use put_key(value) to try to init keys for exec
h2oai_h2o-2
train
ac4dd482a35c98a3c068fa9f17e37f3e47c89958
diff --git a/lib/kafo_module_lint/tasks.rb b/lib/kafo_module_lint/tasks.rb index <HASH>..<HASH> 100644 --- a/lib/kafo_module_lint/tasks.rb +++ b/lib/kafo_module_lint/tasks.rb @@ -23,7 +23,9 @@ module KafoModuleLint task_block.call(*[self, args].slice(0, task_block.arity)) if task_block Rake::Task[name]....
Depend on spec_prep task if present to populate modulepath
ekohl_kafo_module_lint
train
50e5d5c1993b164a3e6035b1572336c7969413de
diff --git a/synapse/lib/queue.py b/synapse/lib/queue.py index <HASH>..<HASH> 100644 --- a/synapse/lib/queue.py +++ b/synapse/lib/queue.py @@ -118,9 +118,9 @@ class Queue(EventBus): to the queue before returning. Examples: - Return 3 items on a 30 second timeout from th...
Clarify wording based on whippit feedback.
vertexproject_synapse
train
325b193a9f3b6b0953d97b1f5ecac1e04ec32255
diff --git a/route_fetcher/route_fetcher.go b/route_fetcher/route_fetcher.go index <HASH>..<HASH> 100644 --- a/route_fetcher/route_fetcher.go +++ b/route_fetcher/route_fetcher.go @@ -72,10 +72,12 @@ func (r *RouteFetcher) Run(signals <-chan os.Signal, ready chan<- struct{}) erro for { select { case <-ticker.C()...
Event buffering matches TCP router buffering style - apply events asynchronously during bulk fetch [finishes #<I>]
cloudfoundry_gorouter
train
06c6923b61cfb35d94ecac05b126fa6360d62f4b
diff --git a/lib/vra/resource.rb b/lib/vra/resource.rb index <HASH>..<HASH> 100644 --- a/lib/vra/resource.rb +++ b/lib/vra/resource.rb @@ -64,7 +64,7 @@ module Vra end def vm? - resource_data['resourceTypeRef']['id'] == 'Infrastructure.Virtual' + %w(Infrastructure.Virtual Infrastructure.Cloud).inc...
Add support for Infrastructure.Cloud resources As reported in kitchen-vra issue #5, the client gem assumes the only VMs that can be created are Infrastructure.Virtual resources. This change will support those users using vRA to create EC2 instances.
chef-partners_vmware-vra-gem
train
96b4896c344875a57ecb388c0ae7c3e8adcd40ee
diff --git a/misc/test-extra/src/test/java/org/openscience/cdk/io/INChIPlainTextReaderTest.java b/misc/test-extra/src/test/java/org/openscience/cdk/io/INChIPlainTextReaderTest.java index <HASH>..<HASH> 100644 --- a/misc/test-extra/src/test/java/org/openscience/cdk/io/INChIPlainTextReaderTest.java +++ b/misc/test-extra/...
Closes readers when we're done with them
cdk_cdk
train
0a844a8d983bc9aecee844782a898128b31f6352
diff --git a/daemon/state.go b/daemon/state.go index <HASH>..<HASH> 100644 --- a/daemon/state.go +++ b/daemon/state.go @@ -208,10 +208,6 @@ func (d *Daemon) syncLabels(ep *endpoint.Endpoint) error { return fmt.Errorf("Unable to get labels of sha256sum:%s: %+v\n", sha256sum, err) } - if ep.DockerID == "" { - ret...
daemon/state: removed ep.DockerID when re-syncing labels Since RefCount was changed to the endpoint ID plus the host IP, the ep.DockerID is not needed when restoring state from previous endpoints.
cilium_cilium
train
00f7df987e3c74596c8e1bb1c450a20b8d6b1c1e
diff --git a/gcs/src/main/java/com/google/cloud/hadoop/fs/gcs/GoogleHadoopFileSystemBase.java b/gcs/src/main/java/com/google/cloud/hadoop/fs/gcs/GoogleHadoopFileSystemBase.java index <HASH>..<HASH> 100644 --- a/gcs/src/main/java/com/google/cloud/hadoop/fs/gcs/GoogleHadoopFileSystemBase.java +++ b/gcs/src/main/java/com/...
in makeQualified, when uri.getPath() is empty, swap in "/".
GoogleCloudPlatform_bigdata-interop
train
a3e18dba2dc268ab990e3d864b877499a8ec49fe
diff --git a/src/Carbon/Carbon.php b/src/Carbon/Carbon.php index <HASH>..<HASH> 100644 --- a/src/Carbon/Carbon.php +++ b/src/Carbon/Carbon.php @@ -2977,31 +2977,40 @@ class Carbon extends DateTime } /** - * Go forward to the next weekday. + * Go forward or backward to the next week- or weekend-day. ...
Factorize previous- and next- week- or weekend day
CarbonDate_Carbon
train
aac5dd784e1c5ebc57a7ddf37b721c6cce3c67c6
diff --git a/lib/synced_variables/index.js b/lib/synced_variables/index.js index <HASH>..<HASH> 100644 --- a/lib/synced_variables/index.js +++ b/lib/synced_variables/index.js @@ -36,7 +36,7 @@ util.inherits(SyncedVariables, events.EventEmitter); SyncedVariables.prototype.declare = function(bundleName, variableName, ...
Checking for an existing var now works
nodecg_nodecg
train
fe1f9ac51a7a65cae245549baece370964e9ef83
diff --git a/pybromo/timestamps.py b/pybromo/timestamps.py index <HASH>..<HASH> 100644 --- a/pybromo/timestamps.py +++ b/pybromo/timestamps.py @@ -65,17 +65,17 @@ def em_rates_from_E_DA_mix(em_rates_tot, E_values): em_rates_a.append(em_rate_ai) return em_rates_d, em_rates_a -def populations_diff_coeff(p...
FIX: Duplicate D in smFRET filename when using a single population.
tritemio_PyBroMo
train
97a97c90a9580c768e486da54f49e05f5bcddbf1
diff --git a/lib/blueprinter/base.rb b/lib/blueprinter/base.rb index <HASH>..<HASH> 100644 --- a/lib/blueprinter/base.rb +++ b/lib/blueprinter/base.rb @@ -308,7 +308,7 @@ module Blueprinter # # @return [Array<Class>] an array of transformers def self.transform(transformer) - current_view.transform(t...
Transformer changes 1. Changed setter of transformer from “transform” to “add_transformer” 2. Invoked add_transformer instead of * in view inherit. 3. Added test cases to verify transformer inheritance
procore_blueprinter
train
dcd6d9ce1087e88f43944fe2359521d070ff993e
diff --git a/src/java/org/znerd/logdoc/Library.java b/src/java/org/znerd/logdoc/Library.java index <HASH>..<HASH> 100644 --- a/src/java/org/znerd/logdoc/Library.java +++ b/src/java/org/znerd/logdoc/Library.java @@ -5,8 +5,6 @@ import java.io.InputStream; import java.io.IOException; import java.net.URL; -import org....
Loading version from package manifest.
znerd_logdoc
train
241030deeb1e76379937bfb5b06e1b55e87e222e
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,12 @@ See also `addAttribute`. such as the error message and stack trace and send this information along with the report. +#### report.log(...) + +Adds a timestamped log message to the report. Log output is...
add ability to log statements to report closes #4
backtrace-labs_backtrace-node
train
60861f27902eb1d2be01bfc8ecdb95b1e0521eb1
diff --git a/libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/__init__.py b/libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/__init__.py index <HASH>..<HASH> 100644 --- a/libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/__init__.py +++ b/libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/__ini...
removed references to auth prompt settings in init file
Microsoft_botbuilder-python
train
e7d9fa3f7c8e2b20b278300d9a1894663d09e9e4
diff --git a/src/Message/Message.php b/src/Message/Message.php index <HASH>..<HASH> 100644 --- a/src/Message/Message.php +++ b/src/Message/Message.php @@ -82,6 +82,10 @@ class Message implements JsonSerializable */ public function getDataString(): string { + if (!$this->data) { + retur...
update some logic for tcp proto
swoft-cloud_swoft-websocket-server
train
b843ab9763c19c51f2fec4f068fb847bc3a57d3a
diff --git a/assets/result.html.erb b/assets/result.html.erb index <HASH>..<HASH> 100644 --- a/assets/result.html.erb +++ b/assets/result.html.erb @@ -115,6 +115,8 @@ <td class='filename'> <% if @github %> <a href='<%= @github_name %>/blob/<%= @last_commit_id %>/<%= error.sh...
feat(atom support): added support for the atom editor with the --with-atom option
flyerhzm_rails_best_practices
train
1c954d4deedcf4c88fa107fc445f425759eac8d8
diff --git a/go/api-frontend/aaa/authorization.go b/go/api-frontend/aaa/authorization.go index <HASH>..<HASH> 100644 --- a/go/api-frontend/aaa/authorization.go +++ b/go/api-frontend/aaa/authorization.go @@ -44,6 +44,8 @@ var pathAdminRolesMap = []adminRoleMapping{ adminRoleMapping{prefix: apiPrefix + "/node_category/...
(api) Add more authorization bindings
inverse-inc_packetfence
train
f249ce672ec47145f2c88a9534e211169c0ffa9b
diff --git a/lib/deref/sync.js b/lib/deref/sync.js index <HASH>..<HASH> 100644 --- a/lib/deref/sync.js +++ b/lib/deref/sync.js @@ -16,8 +16,10 @@ module.exports = function derefSync(boundPathArg) { var node = boundValue.value; var found = boundValue.found; - if (!found) { - return void 0; + // ...
when something expires along the way and its a reference then we need to ensure that, instead of getting an InvalidModelError, we get undefined returned.
Netflix_falcor
train
dfddc155691129c7a200394566f9f1615a3e33de
diff --git a/tasks/docs.py b/tasks/docs.py index <HASH>..<HASH> 100644 --- a/tasks/docs.py +++ b/tasks/docs.py @@ -136,7 +136,7 @@ def build_file_list(files, extension): if not _files: _files = CODE_DIR.rglob("*{}".format(extension)) else: - _files = [pathlib.Path(fname) for fname in _files] +...
Resolve paths passed directly with `--files`
saltstack_salt
train
317cfd0f13d0a19bcc6436ac4eaed75a7dc9faee
diff --git a/redis-persistence/src/main/java/com/netflix/conductor/redis/configuration/InMemoryRedisConfiguration.java b/redis-persistence/src/main/java/com/netflix/conductor/redis/configuration/InMemoryRedisConfiguration.java index <HASH>..<HASH> 100644 --- a/redis-persistence/src/main/java/com/netflix/conductor/redis...
using the same instance of JedisMock for both default and read client
Netflix_conductor
train
c9075e07ca5c202c815fa4cf47263bd44cc0b9f9
diff --git a/lib/carter/controller_additions.rb b/lib/carter/controller_additions.rb index <HASH>..<HASH> 100644 --- a/lib/carter/controller_additions.rb +++ b/lib/carter/controller_additions.rb @@ -6,12 +6,13 @@ module Carter module ClassMethods def has_cart(*args) - ControllerResource.add_b...
refactor to invoke load_cart filter by symbol so it can be skipped.
gillies-dunlop_carter
train
b1cd5f93429b1fc35ecd5170a55961c267996c61
diff --git a/src/EmailAddresses.php b/src/EmailAddresses.php index <HASH>..<HASH> 100644 --- a/src/EmailAddresses.php +++ b/src/EmailAddresses.php @@ -14,7 +14,7 @@ class EmailAddresses { return array_map( EmailAddress::class . '::fromString', - array_filter(preg_split('/\s*[,;]\s*...
Separate e-mail addresses string by newlines.
vaniocz_easy-mailer
train
4e5d69cc6a4e863dc2cdc28879389eb1eacd61d9
diff --git a/Kwf/Assets/Package/TestPackage.php b/Kwf/Assets/Package/TestPackage.php index <HASH>..<HASH> 100644 --- a/Kwf/Assets/Package/TestPackage.php +++ b/Kwf/Assets/Package/TestPackage.php @@ -31,6 +31,7 @@ class Kwf_Assets_Package_TestPackage extends Kwf_Assets_Package $providers[] = new Kwf_Assets_Prov...
Add tinymce provider for tests, fixes tests
koala-framework_koala-framework
train
3d20ae1dbc243c610fa37ba210a663f3546e2375
diff --git a/director/lib/director/cloud/vsphere/cloud.rb b/director/lib/director/cloud/vsphere/cloud.rb index <HASH>..<HASH> 100644 --- a/director/lib/director/cloud/vsphere/cloud.rb +++ b/director/lib/director/cloud/vsphere/cloud.rb @@ -315,17 +315,18 @@ module VSphereCloud @logger.info("Reboot vm = #{vm_c...
Make 'cloudcheck' to power-on VMs for unresponsive agents The reboot_vm command will now power-on a VM if it is currently in the off-state. test: spec test powered-off a vm using vi-client and ran 'cloudcheck' Change-Id: Ib<I>d<I>c9d2e<I>d9ffac<I>b<I>bc<I>a8
cloudfoundry_bosh
train
54535c8e2691c338f989744a25f5de2efc32696d
diff --git a/Controller/ExceptionController.php b/Controller/ExceptionController.php index <HASH>..<HASH> 100644 --- a/Controller/ExceptionController.php +++ b/Controller/ExceptionController.php @@ -13,8 +13,9 @@ namespace FOS\RestBundle\Controller; use FOS\RestBundle\View\ExceptionWrapperHandlerInterface; use Symf...
FlattenException from the HttpKernel is deprecated, removed type hint and manually checking the exception type
FriendsOfSymfony_FOSRestBundle
train
77b4d774dbaab28787ec6cca24d6b22dc6169936
diff --git a/cli/config.go b/cli/config.go index <HASH>..<HASH> 100644 --- a/cli/config.go +++ b/cli/config.go @@ -30,6 +30,7 @@ type Config struct { IntBundleFile string Address string Port int + MinTLSVersion string Password string ConfigFile string CFG ...
Add a flag to support minimum TLS version for cli/serve * Keep <I> as the default to prevent breakage * Allowed values are <I>, <I> and anything else defaults to <I>
cloudflare_cfssl
train
d1faf015ac0978a386aef66b0c94aa31a80f1f97
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -25,7 +25,7 @@ class multicolour extends Map { get Flow() { /* eslint-disable */ console.info("We have temporarily disabled the flow integration testing library") - console.info("We will re-enable in the next v...
Updated verbiage and new core variable
Multicolour_multicolour
train
4ea7a6049bb01fcd025fce03a13fff827092ea80
diff --git a/src/main/resources/META-INF/resources/primefaces/picklist/picklist.js b/src/main/resources/META-INF/resources/primefaces/picklist/picklist.js index <HASH>..<HASH> 100644 --- a/src/main/resources/META-INF/resources/primefaces/picklist/picklist.js +++ b/src/main/resources/META-INF/resources/primefaces/pickli...
Fix #<I>: Fixed _self to $this.
primefaces_primefaces
train
38dee84c9fcb3fa8f2676f2182858a087286544a
diff --git a/eureka-client/src/main/java/com/netflix/appinfo/InstanceInfo.java b/eureka-client/src/main/java/com/netflix/appinfo/InstanceInfo.java index <HASH>..<HASH> 100644 --- a/eureka-client/src/main/java/com/netflix/appinfo/InstanceInfo.java +++ b/eureka-client/src/main/java/com/netflix/appinfo/InstanceInfo.java @...
Eureka Client should assume empty string for interpolated expression for which the value cannot be found.
Netflix_eureka
train
667139f43928a593e785ae4c93d08d0eaff8b6b7
diff --git a/HISTORY.md b/HISTORY.md index <HASH>..<HASH> 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,8 @@ in the expression parser: unicode range \u{1D400} to \u{1D7FF} excluding invalid code points. - Extended function `distance` with more signatures. Thanks @kv-kunalvyas. +- Fixed a bug in functions ...
Fixed a bug in functions `sin` and `cos`, which gave wrong results for BigNumber integer values around multiples of tau (i.e. `sin(bignumber(7))`).
josdejong_mathjs
train
3e486cf2cd8058694f98d526ea3376ecac0e547e
diff --git a/jobs/create-version-branch.js b/jobs/create-version-branch.js index <HASH>..<HASH> 100644 --- a/jobs/create-version-branch.js +++ b/jobs/create-version-branch.js @@ -192,18 +192,7 @@ module.exports = async function ( })) } - const openPR = _.get( - await repositories.query('pr_open_by_depende...
fix(create-version-branch): check with github if pr is actually open fixes #<I>
greenkeeperio_greenkeeper
train
34cb2d88147e6d7371a349ef15b1b31fd0aa7829
diff --git a/src/file.js b/src/file.js index <HASH>..<HASH> 100644 --- a/src/file.js +++ b/src/file.js @@ -579,19 +579,13 @@ File.prototype.createReadStream = function(options) { throughStreams.push(zlib.createGunzip()); } - if (throughStreams.length === 0) { - rawResponseStream.pipe(throu...
Attach end event listener to last stream in pipe. (#<I>)
googleapis_nodejs-storage
train
a6a7ef9cbf54f906d6fc120a9847ee3fef236fd4
diff --git a/instance_pool.go b/instance_pool.go index <HASH>..<HASH> 100644 --- a/instance_pool.go +++ b/instance_pool.go @@ -26,6 +26,7 @@ type InstancePool struct { ZoneID *UUID `json:"zoneid"` SecurityGroupIDs []UUID `json:"securitygroupids"` NetworkIDs []UUID ...
Instance Pools: add support for IPv6 (#<I>) This change adds support for IPv6 in Instance Pools.
exoscale_egoscale
train
f69d8e1adc5d3263a77111e99d1d38e65f28e557
diff --git a/signalfx/version.py b/signalfx/version.py index <HASH>..<HASH> 100644 --- a/signalfx/version.py +++ b/signalfx/version.py @@ -1,4 +1,4 @@ # Copyright (C) 2015 SignalFx, Inc. All rights reserved. name = 'signalfx' -version = '0.3.8' +version = '0.3.9'
Bumping version to <I>
signalfx_signalfx-python
train
936be26443b431726dee4ea4e75ae89e274286c8
diff --git a/core/Controller/MainController.php b/core/Controller/MainController.php index <HASH>..<HASH> 100644 --- a/core/Controller/MainController.php +++ b/core/Controller/MainController.php @@ -3,7 +3,6 @@ namespace Pam\Controller; use Pam\View\PamExtension; -use ReCaptcha\ReCaptcha; use Twig\Environment; us...
Move all services methods, remove $globals & $mail, add $service
philippebeck_pam
train
d783dc940ab346e115a2e25d501d3fb5a6564c76
diff --git a/client/allocrunner/groupservice_hook.go b/client/allocrunner/groupservice_hook.go index <HASH>..<HASH> 100644 --- a/client/allocrunner/groupservice_hook.go +++ b/client/allocrunner/groupservice_hook.go @@ -176,9 +176,8 @@ func (h *groupServiceHook) PreKill() { // implements the PreKill hook but requires...
client: fix logline in group shutdown hook Fixes #<I>
hashicorp_nomad
train
2febdd855eb6f5b27bac748882d9f096eee513e2
diff --git a/svtplay_dl.py b/svtplay_dl.py index <HASH>..<HASH> 100755 --- a/svtplay_dl.py +++ b/svtplay_dl.py @@ -794,6 +794,7 @@ class Urplay(): data = re.sub("(\w+): ", r'"\1":',data.group(1)) data = data.replace("\'", "\"").replace("\",}","\"}").replace("(m = location.hash.match(/[#&]start=(\d+)/)...
urplay: support for subtitles
spaam_svtplay-dl
train
41395204caf51c73bdb76c0fe5b9239b4ad9be65
diff --git a/src/TranslatorServiceProvider.php b/src/TranslatorServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/TranslatorServiceProvider.php +++ b/src/TranslatorServiceProvider.php @@ -39,7 +39,11 @@ class TranslatorServiceProvider extends ServiceProvider protected function setupConfig() { ...
Only publish config if we're using full stack laravel
vinkla_laravel-translator
train
04d966e7090f92a208adaa10f056355c11a32141
diff --git a/blueprints/ember-frost-bunsen/index.js b/blueprints/ember-frost-bunsen/index.js index <HASH>..<HASH> 100644 --- a/blueprints/ember-frost-bunsen/index.js +++ b/blueprints/ember-frost-bunsen/index.js @@ -1,7 +1,7 @@ const addonsToAdd = { packages: [ {name: 'ember-ajax', target: '^2.5.2'}, - {name...
Updated ember-bunsen-core blueprint
ciena-frost_ember-frost-bunsen
train
43ac8db44046c1372542d9d189977441f09f7398
diff --git a/spec/language_server/protocol_spec.rb b/spec/language_server/protocol_spec.rb index <HASH>..<HASH> 100644 --- a/spec/language_server/protocol_spec.rb +++ b/spec/language_server/protocol_spec.rb @@ -200,6 +200,21 @@ describe Protocol do expect(response['result']).not_to be_empty end + it "handles...
textDocument/references spec.
castwide_solargraph
train
b1753555ea5ba4dab37e06dd6e50d49fd7bd116c
diff --git a/scout/server/blueprints/variants/controllers.py b/scout/server/blueprints/variants/controllers.py index <HASH>..<HASH> 100644 --- a/scout/server/blueprints/variants/controllers.py +++ b/scout/server/blueprints/variants/controllers.py @@ -447,19 +447,23 @@ def hide_compounds_query(store, variant_obj, query_...
form and variant obj item naming can differ
Clinical-Genomics_scout
train
cffd5559ba96d0d76006531746550cd0b4df4bfe
diff --git a/sim/cell.py b/sim/cell.py index <HASH>..<HASH> 100644 --- a/sim/cell.py +++ b/sim/cell.py @@ -1,3 +1,4 @@ +from neuron import h # Import NEURON import params as p import shared as s diff --git a/sim/main.py b/sim/main.py index <HASH>..<HASH> 100644 --- a/sim/main.py +++ b/sim/main.py @@ -14,8 +14,8 @@ ...
moved list of pop params to params.py
Neurosim-lab_netpyne
train
6a2045803277a49ac1dcde463dadd0e90079c42e
diff --git a/lib/cmds/graph.js b/lib/cmds/graph.js index <HASH>..<HASH> 100644 --- a/lib/cmds/graph.js +++ b/lib/cmds/graph.js @@ -82,7 +82,7 @@ class GraphGenerator { let contractDependencies = Array.from(new Set(this.engine.contractsManager.contractDependencies[c])); contractDependencies.for...
Fix for skip-undeployed is not specified
embark-framework_embark
train
4aaa0323131728149990e259a0a02acffd13f62f
diff --git a/scripts/homestead.rb b/scripts/homestead.rb index <HASH>..<HASH> 100644 --- a/scripts/homestead.rb +++ b/scripts/homestead.rb @@ -6,9 +6,6 @@ class Homestead # Configure Local Variable To Access Scripts From Remote Location scriptDir = File.dirname(__FILE__) - # Prevent TTY Error...
Remove fix for old apt-get issue. (#<I>)
laravel_homestead
train
fa01b6112bcabca66bb97f483a8f83b607133b63
diff --git a/entity/sync.py b/entity/sync.py index <HASH>..<HASH> 100644 --- a/entity/sync.py +++ b/entity/sync.py @@ -12,11 +12,18 @@ from entity.config import entity_registry from entity.models import Entity, EntityRelationship, EntityKind -def _get_super_entities_by_ctype(model_objs, model_ids_to_sync, model_ob...
updated docs and bumped version
ambitioninc_django-entity
train
3fe72a6d0217bad7eb33d4f3ee19eff842cf738c
diff --git a/active_list.gemspec b/active_list.gemspec index <HASH>..<HASH> 100644 --- a/active_list.gemspec +++ b/active_list.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = '>= 1.9.3' spec.add_dependency "rails", [">= 3.2", "< 5"] - spec.add_dependency "arel", ["~> 5.0...
Ready for Rails <I>
ekylibre_active_list
train
7d0358b1ecb8eab8f5eab73d1d6808e625ef2a46
diff --git a/code/Heystack/Subsystem/Core/Storage/StorableInterface.php b/code/Heystack/Subsystem/Core/Storage/StorableInterface.php index <HASH>..<HASH> 100644 --- a/code/Heystack/Subsystem/Core/Storage/StorableInterface.php +++ b/code/Heystack/Subsystem/Core/Storage/StorableInterface.php @@ -20,12 +20,26 @@ namespace...
MINOR: Docs for storable interface
heyday_heystack
train
9c03be69e86cde81fffc8491ad55ba658bdc277c
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -23,7 +23,7 @@ async function run(req, res, fn, onError) { const val = await fn(req, res) // return a non-null value -> send with 200 - if (null !== val) { + if (null != val) { send(res...
Check for undefined values in return, too If you end a handler with `send(res, <I>, { ok: true })` the send shouldn't be called twice. This confuses loggers that override `res.end` and log two requests instead of one.
zeit_micro
train
c6d15d5031e17ef8bb913f3b59166c77e2d3ae4c
diff --git a/cc_messages/staging_messages.go b/cc_messages/staging_messages.go index <HASH>..<HASH> 100644 --- a/cc_messages/staging_messages.go +++ b/cc_messages/staging_messages.go @@ -12,6 +12,7 @@ const ( STAGING_ERROR StagingErrorID = "StagingError" INSUFFICIENT_RESOURCES StagingErrorID = "Insuffi...
CellCommunicationError from auction added [#<I>]
cloudfoundry_runtimeschema
train
fc76a20ee784e834224c2e7b6975e91186801992
diff --git a/bukuserver/server.py b/bukuserver/server.py index <HASH>..<HASH> 100644 --- a/bukuserver/server.py +++ b/bukuserver/server.py @@ -93,44 +93,19 @@ def update_tag(tag): return res -def refresh_bookmarks(): - res = None - if request.method == 'POST': - print(request.form['index']) - ...
new: dev: merge refresh_bookmark view
jarun_Buku
train
18f808ca584c2c685c78d6c53cfdbb4e093cc75d
diff --git a/lib/utils/validateOptions.js b/lib/utils/validateOptions.js index <HASH>..<HASH> 100644 --- a/lib/utils/validateOptions.js +++ b/lib/utils/validateOptions.js @@ -2,7 +2,7 @@ const _ = require('lodash'); -const ignoredOptions = new Set(['severity', 'message', 'reportDisables']); +const IGNORED_OPTIONS ...
Refactor `lib/utils/validateOptions.js` (#<I>) This refactoring aims to make the code a bit more readable.
stylelint_stylelint
train
48e93c8551f76ca1d35661d06c0c3a10662b256f
diff --git a/spec/spec_helper_spec.rb b/spec/spec_helper_spec.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper_spec.rb +++ b/spec/spec_helper_spec.rb @@ -139,6 +139,17 @@ describe Halite::SpecHelper do end # /context with step_into:false end # /describe #resource + describe '#provider' do + subject {...
Minimal tests for the provider helpers.
poise_halite
train
6097c747b6f3ec95ac9c88c768c85f5e69f34f3e
diff --git a/listen/__init__.py b/listen/__init__.py index <HASH>..<HASH> 100644 --- a/listen/__init__.py +++ b/listen/__init__.py @@ -37,4 +37,4 @@ from listen.signal_handler import SignalHandler __all__ = ["listen"] -__version__ = "0.1.4" +__version__ = "0.1.5" diff --git a/listen/signal_handler.py b/listen/sign...
Set default signal handler as default handler Methods registering signals now use the default signal handler for each signal as the default handler, resetting a signal is now simpler
antevens_listen
train
a946a37bf408f023a83886c241dab9c5414532a9
diff --git a/src/Analyser/TypeSpecifier.php b/src/Analyser/TypeSpecifier.php index <HASH>..<HASH> 100644 --- a/src/Analyser/TypeSpecifier.php +++ b/src/Analyser/TypeSpecifier.php @@ -21,6 +21,7 @@ use PHPStan\Type\CallableType; use PHPStan\Type\Constant\ConstantBooleanType; use PHPStan\Type\Constant\ConstantIntegerTy...
TypeSpecifier: improve identity comparision with constant type
phpstan_phpstan
train
3306cc641858b74932cc80de9ff3fc69bf54d6f1
diff --git a/run_tests.js b/run_tests.js index <HASH>..<HASH> 100755 --- a/run_tests.js +++ b/run_tests.js @@ -1,6 +1,7 @@ #!/usr/bin/env node +let reporter; try { - const reporter = require('nodeunit').reporters.default; + reporter = require('nodeunit').reporters.default; } catch(e) { console.log("Canno...
Correct reporter decleration in test runner
statsd_statsd
train
d6d7c3768fb5945033627907c691c896c915bc51
diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/src/main/java/org/apache/guacamole/auth/sqlserver/SQLServerAuthenticationProviderModule.java b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/src/main/java/org/apache/guacamole/auth/sqlserver/SQLServerAuthenticationP...
GUACAMOLE-<I>: Allow use of alternate JTDS driver.
glyptodon_guacamole-client
train
dab8173c671cbac9834660d5a53a213bc665680b
diff --git a/server/src/com/thoughtworks/go/server/security/ModeAwareFilter.java b/server/src/com/thoughtworks/go/server/security/ModeAwareFilter.java index <HASH>..<HASH> 100644 --- a/server/src/com/thoughtworks/go/server/security/ModeAwareFilter.java +++ b/server/src/com/thoughtworks/go/server/security/ModeAwareFilte...
#<I> - logging should be warn & not info
gocd_gocd
train
aea49efd3bf5f0802d95db27ee65c33156d98d34
diff --git a/spec/Knp/JsonSchemaBundle/HttpFoundation/JsonSchemaResponseSpec.php b/spec/Knp/JsonSchemaBundle/HttpFoundation/JsonSchemaResponseSpec.php index <HASH>..<HASH> 100644 --- a/spec/Knp/JsonSchemaBundle/HttpFoundation/JsonSchemaResponseSpec.php +++ b/spec/Knp/JsonSchemaBundle/HttpFoundation/JsonSchemaResponseSp...
Spec fixed for content type change and the removal of the min guesser
KnpLabs_KnpJsonSchemaBundle
train
dd1fef390b73aff5da4b1dbedb86d0f171cb7d03
diff --git a/src/transForm.js b/src/transForm.js index <HASH>..<HASH> 100644 --- a/src/transForm.js +++ b/src/transForm.js @@ -198,7 +198,7 @@ switch (nodeType) { case 'radio': - if (value === input.value) input.checked = true; + if ("" + value === input.value) inpu...
Various deserialize fixes - Radiobutton values always get converted to string - You don't need to pass an array to a multiple select
A1rPun_transForm.js
train
c6ac2ee9c48a553d69cbe2c48b0cf361a934d0e4
diff --git a/tests/test_stream_writer.py b/tests/test_stream_writer.py index <HASH>..<HASH> 100644 --- a/tests/test_stream_writer.py +++ b/tests/test_stream_writer.py @@ -4,6 +4,17 @@ from aiohttp.parsers import StreamWriter, CORK from unittest import mock +has_ipv6 = socket.has_ipv6 +if has_ipv6: + # The socke...
Ensure that there is really no IPv6 support to skip the tests
aio-libs_aiohttp
train
8b5718086908b8f83d729a6a8384da252179c482
diff --git a/go/vt/vttablet/tabletserver/query_engine.go b/go/vt/vttablet/tabletserver/query_engine.go index <HASH>..<HASH> 100644 --- a/go/vt/vttablet/tabletserver/query_engine.go +++ b/go/vt/vttablet/tabletserver/query_engine.go @@ -492,8 +492,8 @@ func (qe *QueryEngine) AddStats(planName, tableName, query string, qu...
Fix data race by acquiring read lock on the QueryStats datastructure.
vitessio_vitess
train
cb4b6734561e1d2aae52dd6168369d35899cc282
diff --git a/testsuite/src/test/java/io/netty/testsuite/transport/socket/SocketTestPermutation.java b/testsuite/src/test/java/io/netty/testsuite/transport/socket/SocketTestPermutation.java index <HASH>..<HASH> 100644 --- a/testsuite/src/test/java/io/netty/testsuite/transport/socket/SocketTestPermutation.java +++ b/test...
Disable AIO transport tests on Windows - Related: #<I>
netty_netty
train
daa68e1e9986487dc86ff1daf4c745a26689a575
diff --git a/sendgrid/message.py b/sendgrid/message.py index <HASH>..<HASH> 100644 --- a/sendgrid/message.py +++ b/sendgrid/message.py @@ -1,4 +1,5 @@ import io +import sys try: import rfc822 except Exception as e: @@ -87,6 +88,8 @@ class Mail(SMTPAPIHeader): self.files[name] = string ...
unicode support for python2 uploads
sendgrid_sendgrid-python
train
b33ab4eb59f3baa0108d494695bc09b4688960a7
diff --git a/src/transformers/trainer_seq2seq.py b/src/transformers/trainer_seq2seq.py index <HASH>..<HASH> 100644 --- a/src/transformers/trainer_seq2seq.py +++ b/src/transformers/trainer_seq2seq.py @@ -163,9 +163,11 @@ class Seq2SeqTrainer(Trainer): if "attention_mask" in inputs: gen_kwargs["at...
Add global_attention_mask to gen_kwargs (#<I>) If global_attention_mask is found in the models inputs (used by certain models, like LED) in the prediction_step method of Seq2SeqTrainer, it is added to the gen_kwargs, which are passed to model.decode(). This allows us to properly set the global attention when decodi...
huggingface_pytorch-pretrained-BERT
train
b1bf45725a241b56cc0cecd00e1e9e181d143c03
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,12 @@ Want to count records? Simple: Post.by_month.count +Because the `previous` and `next` methods cannot have a scoped appended to them, you may pass a `scope` to the options hash, like so: + + @post....
Updating ability to scope the `previous` and `next` methods.
radar_by_star
train
fee88f92a40bcea62fd9cbb4b096d8d13c753336
diff --git a/app/models/agents/manual_event_agent.rb b/app/models/agents/manual_event_agent.rb index <HASH>..<HASH> 100644 --- a/app/models/agents/manual_event_agent.rb +++ b/app/models/agents/manual_event_agent.rb @@ -19,10 +19,14 @@ module Agents def handle_details_post(params) if params['payload'] ...
Add error if payloads is used with other top-level keys
huginn_huginn
train
709be78553242fa0771bdbbfa5902cb7c50dae84
diff --git a/Component/Routing/Router.php b/Component/Routing/Router.php index <HASH>..<HASH> 100755 --- a/Component/Routing/Router.php +++ b/Component/Routing/Router.php @@ -38,6 +38,11 @@ class Router implements RouterInterface */ protected $resource; + /** + * Array of known file types we can loa...
Adds known types extensions for easy matching
rybakdigital_fapi
train
261c3a6673304f2f59f7cb2c1b285c3bdd2ff92e
diff --git a/doc/source/whatsnew/v1.0.0.rst b/doc/source/whatsnew/v1.0.0.rst index <HASH>..<HASH> 100644 --- a/doc/source/whatsnew/v1.0.0.rst +++ b/doc/source/whatsnew/v1.0.0.rst @@ -190,6 +190,7 @@ Plotting - Bug in :meth:`Series.plot` not able to plot boolean values (:issue:`23719`) - +- Bug in :meth:`DataFrame.p...
API: Don't fail when plotting Series/DataFrame with no rows (#<I>)
pandas-dev_pandas
train
17051845beb90ff279aab65c1884b83cc63c3068
diff --git a/src/frontend/org/voltdb/compiler/statements/DropStream.java b/src/frontend/org/voltdb/compiler/statements/DropStream.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/compiler/statements/DropStream.java +++ b/src/frontend/org/voltdb/compiler/statements/DropStream.java @@ -20,6 +20,7 @@ package...
ENG-<I> drop stream if it is used by topic (#<I>)
VoltDB_voltdb
train
cb4d473908ea302cd6931782e775ba18723018ab
diff --git a/src/Command/InitCommand.php b/src/Command/InitCommand.php index <HASH>..<HASH> 100644 --- a/src/Command/InitCommand.php +++ b/src/Command/InitCommand.php @@ -6,8 +6,11 @@ namespace Notamedia\ConsoleJedi\Command; +use Symfony\Component\Console\Helper\DialogHelper; +use Symfony\Component\Console\Helper\...
Init command. Work in progress...
notamedia_console-jedi
train
6aefe4d9f44e1da61968ed255f6860cb5d98da38
diff --git a/github/tests/Issue131.py b/github/tests/Issue131.py index <HASH>..<HASH> 100644 --- a/github/tests/Issue131.py +++ b/github/tests/Issue131.py @@ -32,7 +32,7 @@ class Issue131(Framework.TestCase): # https://github.com/jacquev6/PyGithub/pull for pull in self.repo.get_pulls('closed'): i...
Fix unit tests on Python <= <I>
PyGithub_PyGithub
train
265d78f7b1e80b35beaee9246d0863380489b848
diff --git a/src/kff.View.js b/src/kff.View.js index <HASH>..<HASH> 100644 --- a/src/kff.View.js +++ b/src/kff.View.js @@ -374,7 +374,7 @@ kff.View = kff.createClass( var i, l, element = this.$element[0], subView, options, opt, rendered, subviewsStruct; - if(element) this.findViewElements(element, this.subvie...
refactor(kff.View): create method nextNode for iterative DOM "tree walker"
karfcz_kff
train
307d295e00cbcc5455e60dd6b0197bd65831feaf
diff --git a/src/main/java/net/finmath/marketdata/products/SwapLeg.java b/src/main/java/net/finmath/marketdata/products/SwapLeg.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/finmath/marketdata/products/SwapLeg.java +++ b/src/main/java/net/finmath/marketdata/products/SwapLeg.java @@ -5,6 +5,7 @@ */ package...
Fixed NPE if discountCurve comes without reference date.
finmath_finmath-lib
train
e23f1d805054775811979937334045ab263f92fd
diff --git a/web/concrete/elements/page_controls_footer.php b/web/concrete/elements/page_controls_footer.php index <HASH>..<HASH> 100644 --- a/web/concrete/elements/page_controls_footer.php +++ b/web/concrete/elements/page_controls_footer.php @@ -476,69 +476,67 @@ if (isset($cp) && $canViewToolbar && (!$dh->inDashboard...
Remove `if ($canViewToolbar)` since it's true here Former-commit-id: df6fed<I>c7c<I>b<I>e3eb4aee0d<I>c1ac Former-commit-id: <I>d0fb<I>a<I>d<I>f<I>ba<I>
concrete5_concrete5
train
ae41010369ef3537295bfff609f8d8fd62d3748b
diff --git a/public/assets/appCore.js b/public/assets/appCore.js index <HASH>..<HASH> 100644 --- a/public/assets/appCore.js +++ b/public/assets/appCore.js @@ -344,6 +344,8 @@ window.onload = function () { return updateCache(); }) }).then(() => { + checkSessao() + ...
check Session before read site content
edineibauer_uebConfig
train
d8c10c0e4350cae9f0610ae9fa8b998140cfa05a
diff --git a/toritos/steps.py b/toritos/steps.py index <HASH>..<HASH> 100644 --- a/toritos/steps.py +++ b/toritos/steps.py @@ -61,8 +61,11 @@ class StepDarkPreprocess(run.Step): assert isinstance(cals, tuple) def process(self, cals): + metadata = util.meta_dark(cals) + paths = [cal.get_p...
Important changes arise a bug error. Issue has been opened
toros-astro_corral
train
e27be90b440b835ea9862df13c4c95b9876a5e7b
diff --git a/cache2k-core/src/main/java/org/cache2k/core/timing/DefaultTimer.java b/cache2k-core/src/main/java/org/cache2k/core/timing/DefaultTimer.java index <HASH>..<HASH> 100644 --- a/cache2k-core/src/main/java/org/cache2k/core/timing/DefaultTimer.java +++ b/cache2k-core/src/main/java/org/cache2k/core/timing/Default...
eleminate cache spurious internal CacheClosedException in case cache is closed while timer operations are processing
cache2k_cache2k
train
6014a5089c7abac1fcc816a38d8c37c5300455e9
diff --git a/client/driver/rkt_test.go b/client/driver/rkt_test.go index <HASH>..<HASH> 100644 --- a/client/driver/rkt_test.go +++ b/client/driver/rkt_test.go @@ -277,7 +277,7 @@ func TestRktDriver_Start_Wait_AllocDir(t *testing.T) { Name: "rkttest_alpine", Driver: "rkt", Config: map[string]interface{}{ - ...
rkt: revert to redis <I> to favor stability
hashicorp_nomad
train
e305120a7885adba073917b2c509449fb486f6f1
diff --git a/src/js/components/DropButton/DropButton.js b/src/js/components/DropButton/DropButton.js index <HASH>..<HASH> 100644 --- a/src/js/components/DropButton/DropButton.js +++ b/src/js/components/DropButton/DropButton.js @@ -17,7 +17,7 @@ class DropButton extends Component { componentWillReceiveProps({ open ...
Prevent dropbutton to close on props update without open prop (#<I>)
grommet_grommet
train
3890239393d48eef7b5d1511c96dc0e89ba62f0f
diff --git a/tests/acceptance/steps/dual_commit_fetch.py b/tests/acceptance/steps/dual_commit_fetch.py index <HASH>..<HASH> 100644 --- a/tests/acceptance/steps/dual_commit_fetch.py +++ b/tests/acceptance/steps/dual_commit_fetch.py @@ -37,14 +37,14 @@ def fetch_offsets(group, topics): @when(u'we commit some offsets f...
KAFKA-<I>: Pass KAFKA_VERSION environment variable into integration test through tox
Yelp_kafka-utils
train
cf8a0d7456135018a4c1fa8f24ae929cc0a00b38
diff --git a/lib/gpgme/constants.rb b/lib/gpgme/constants.rb index <HASH>..<HASH> 100644 --- a/lib/gpgme/constants.rb +++ b/lib/gpgme/constants.rb @@ -36,6 +36,9 @@ module GPGME DATA_ENCODING_BINARY = GPGME_DATA_ENCODING_BINARY DATA_ENCODING_NONE = GPGME_DATA_ENCODING_NONE ENCRYPT_ALWAYS_TRUST = GPGME_ENCRYPT_...
Add guard for missing symbols in older GPGME
ueno_ruby-gpgme
train
8fa45a130b3eda9c40a691e1926f29d591dfd097
diff --git a/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php b/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php +++ b/src/Symfony/Component/Validator/Validato...
[Validator] Check cascasdedGroups for being countable
symfony_symfony
train
e0d7cdc5ff7f55bc4091061d8e48f33070258993
diff --git a/phoebe/frontend/common.py b/phoebe/frontend/common.py index <HASH>..<HASH> 100644 --- a/phoebe/frontend/common.py +++ b/phoebe/frontend/common.py @@ -1153,7 +1153,7 @@ class Container(object): @return: compute ParameterSet @rtype: ParameterSet """ - if label is None: + ...
added create_default as an option to get_compute, if its set to True and label is None then a default PS will be created and attached
phoebe-project_phoebe2
train
88a94f028b25b696be699106037d39d3654114ed
diff --git a/client-side/src/core/js/modules/loadEvents.js b/client-side/src/core/js/modules/loadEvents.js index <HASH>..<HASH> 100644 --- a/client-side/src/core/js/modules/loadEvents.js +++ b/client-side/src/core/js/modules/loadEvents.js @@ -18,7 +18,7 @@ define(["modules/module", "modules/utils"], function(module, ut...
loadEvents ie8 fix
sourcejs_Source
train
d00ab4c4ea4a947f006a0c2388f4125cbc3f9e1f
diff --git a/pipeline/compressors/yui.py b/pipeline/compressors/yui.py index <HASH>..<HASH> 100644 --- a/pipeline/compressors/yui.py +++ b/pipeline/compressors/yui.py @@ -3,8 +3,8 @@ from pipeline.compressors import SubProcessCompressor class YUICompressor(SubProcessCompressor): - def compress_common(self, cont...
set terminal options in YUI_ARGUMENTS to allow to keep using yui-compressor
jazzband_django-pipeline
train
caebf00b2feaa9e7ba37e69bb803847d8f7cacb9
diff --git a/src/js/renderers/flash.js b/src/js/renderers/flash.js index <HASH>..<HASH> 100644 --- a/src/js/renderers/flash.js +++ b/src/js/renderers/flash.js @@ -373,7 +373,7 @@ const FlashMediaElementRenderer = { settings.push('height="${flashHeight}"'); } else { - settings.push('style="clip: rect(0 0...
Removed black area from the viewport when flash player is used for playback in non IE browsers
mediaelement_mediaelement
train
24929503ac7ed58e211329dbf0e4678fddeaa618
diff --git a/logbook-json/src/main/java/org/zalando/logbook/json/JsonBodyFilters.java b/logbook-json/src/main/java/org/zalando/logbook/json/JsonBodyFilters.java index <HASH>..<HASH> 100644 --- a/logbook-json/src/main/java/org/zalando/logbook/json/JsonBodyFilters.java +++ b/logbook-json/src/main/java/org/zalando/logbook...
Added primitive json number replacement filter Fixes #<I>
zalando_logbook
train
fb36dddf4ae742ad5ecaffdf065622d5831204a5
diff --git a/sorter/src/main/java/sortpom/util/FileUtil.java b/sorter/src/main/java/sortpom/util/FileUtil.java index <HASH>..<HASH> 100644 --- a/sorter/src/main/java/sortpom/util/FileUtil.java +++ b/sorter/src/main/java/sortpom/util/FileUtil.java @@ -6,6 +6,7 @@ import sortpom.parameter.PluginParameters; import java...
Replaced some IOUtils usage.
Ekryd_sortpom
train
f87c800bb7b5f674a4e3ef86842d8cb89ff6e88f
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,6 @@ statement12 = dict( 'StringEquals': { 'AWS:SourceVPC': 'vpc-111111', 'AWS:Sourcevpce': 'vpce-111111', - 'AWS:username': 'Admin', 'AWS:SourceOwner'...
Removing username from the list of valid condition keys.
Netflix-Skunkworks_policyuniverse
train
23e0c19bb28adc86ab610a277a40448eac95232e
diff --git a/src/promise.js b/src/promise.js index <HASH>..<HASH> 100644 --- a/src/promise.js +++ b/src/promise.js @@ -312,8 +312,8 @@ _.extend(Promise.prototype, /** @lends AV.Promise.prototype */ { */ resolve: function(result) { if (this._resolved || this._rejected) { - throw "A promise was resolved ...
fix: prevent getServerURLPromise from being resolved more then once (#<I>)
leancloud_javascript-sdk
train
069919cca7c534410ad7519539dbcee0644a6827
diff --git a/tests/test_routing.py b/tests/test_routing.py index <HASH>..<HASH> 100644 --- a/tests/test_routing.py +++ b/tests/test_routing.py @@ -642,3 +642,15 @@ def test_server_name_casing(): env['SERVER_NAME'] = env['HTTP_HOST'] = 'FOO.EXAMPLE.COM' a = m.bind_to_environ(env, server_name='example.com') ...
Added a ip based matching test
pallets_werkzeug
train
427fef2fdb4a13efd940e4ce2877332eeacb31e2
diff --git a/alot/db/envelope.py b/alot/db/envelope.py index <HASH>..<HASH> 100644 --- a/alot/db/envelope.py +++ b/alot/db/envelope.py @@ -186,7 +186,7 @@ class Envelope(object): inner_msg = textpart if self.sign: - plaintext = helper.email_as_string(inner_msg) + plaintext ...
fix sending signed messages with py3k
pazz_alot
train
bdd98d37ade17c58b49cbd224b0352884340ea5b
diff --git a/ceph_deploy/rgw.py b/ceph_deploy/rgw.py index <HASH>..<HASH> 100644 --- a/ceph_deploy/rgw.py +++ b/ceph_deploy/rgw.py @@ -105,14 +105,37 @@ def create_rgw(distro, name, cluster, init): ], timeout=7 ) + if distro.is_el: + system.enable_service(distro.conn...
rgw: fix systemd creation Analogous changes to mds create.
ceph_ceph-deploy
train
f03f79792e6902a7b702b14a949ce4c7e62adab2
diff --git a/jquery.colorpicker.js b/jquery.colorpicker.js index <HASH>..<HASH> 100644 --- a/jquery.colorpicker.js +++ b/jquery.colorpicker.js @@ -2048,6 +2048,10 @@ ok: null, open: null }, + + _generatePopup_document_keydown: null, + _generatePopup_document_cl...
Fix for missing overlay in recent jQueryUI
vanderlee_colorpicker
train
a31672b799597279dd2d28c75f11a8d3c2c4d973
diff --git a/src/rules/selector-no-type/__tests__/index.js b/src/rules/selector-no-type/__tests__/index.js index <HASH>..<HASH> 100644 --- a/src/rules/selector-no-type/__tests__/index.js +++ b/src/rules/selector-no-type/__tests__/index.js @@ -129,3 +129,14 @@ testRule(rule, { message: messages.rejected, } ], }...
Check selector-no-type with double-slash comments
stylelint_stylelint
train
3ff7b41451562fd28e09bad4f71e245e1b70212e
diff --git a/pandas/tools/plotting.py b/pandas/tools/plotting.py index <HASH>..<HASH> 100644 --- a/pandas/tools/plotting.py +++ b/pandas/tools/plotting.py @@ -16,12 +16,13 @@ from pandas.tseries.period import PeriodIndex from pandas.tseries.frequencies import get_period_alias, get_base_alias from pandas.tseries.offse...
BUG: stop overridding matplotlib unit registrations for datetime.datetime/date/time but keep registration for pandas specific classes Period and Timestamp
pandas-dev_pandas
train