hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
498c6f8b4029a77845396da53621682659c9d325
diff --git a/lib/array.js b/lib/array.js index <HASH>..<HASH> 100644 --- a/lib/array.js +++ b/lib/array.js @@ -176,11 +176,25 @@ function set (buffer, offset, value) { } /** - * Returns the backing buffer of the Array instance. + * Returns a reference to the backing buffer of this Array instance. + * node-ffi calls...
make ref() return a pointer to the base buffer This seems to make more sense to me and will work better with node-ffi
node-ffi-napi_ref-array-di
train
f7831f946570699b018cc382a3e982f5089dd804
diff --git a/bag_test.go b/bag_test.go index <HASH>..<HASH> 100644 --- a/bag_test.go +++ b/bag_test.go @@ -72,16 +72,16 @@ func TestBagClose(t *testing.T) { defer os.RemoveAll(bag.Path()) // It should find all of the following files and directories. - if _, err = os.Stat(path.Join(os.TempDir(), "_GOTESTBAG_")); o...
Added a few changes to the bag test.
APTrust_bagins
train
0e9f22dc0acf8eb6a10691c64743858856c1f5ad
diff --git a/pythran/typing.py b/pythran/typing.py index <HASH>..<HASH> 100644 --- a/pythran/typing.py +++ b/pythran/typing.py @@ -306,7 +306,7 @@ class Types(ModuleAnalysis): def __init__(self): self.result = dict() self.result["bool"] = NamedType("bool") - self.user_functions = defaultdi...
Harmonize user function and standard function combiner Use the same interface and do not distinguish between the two during ast.Call processing.
serge-sans-paille_pythran
train
dfd448d2745c7769ae65865805edcc33febb0cea
diff --git a/lib/basisrouter.php b/lib/basisrouter.php index <HASH>..<HASH> 100644 --- a/lib/basisrouter.php +++ b/lib/basisrouter.php @@ -57,6 +57,7 @@ abstract class BasisRouter extends \CBitrixComponent $this->defaultUrlTemplates404 = [ 'list' => '', 'detail' => '#ELEMENT_ID#/' + ...
Added normal php quotes, and smart_filter template page
bitrix-expert_bbc-module
train
286d5bb6b7afb1fcca1923d431f42c716f53a290
diff --git a/transformers/tests/modeling_common_test.py b/transformers/tests/modeling_common_test.py index <HASH>..<HASH> 100644 --- a/transformers/tests/modeling_common_test.py +++ b/transformers/tests/modeling_common_test.py @@ -353,12 +353,11 @@ class CommonTestCases: heads_to_prune = {0: list(range...
Use a random temp dir for writing pruned models in tests.
huggingface_pytorch-pretrained-BERT
train
38b9a3b6f69fd8c448cab8e6f6caa40e4ec52b1b
diff --git a/lib/unit_cells.py b/lib/unit_cells.py index <HASH>..<HASH> 100644 --- a/lib/unit_cells.py +++ b/lib/unit_cells.py @@ -153,22 +153,10 @@ class UnitCell(ReadOnly): column of the matrix corresponds to a reciprocal cell vector. In case of lower-dimensional periodicity, the inactive colu...
unit_cells.py: simpler computation of the reciprocal
molmod_molmod
train
25e77f4f5c5b093926ae2921f53bc6cfc994753f
diff --git a/falafel/mappers/sysctl.py b/falafel/mappers/sysctl.py index <HASH>..<HASH> 100644 --- a/falafel/mappers/sysctl.py +++ b/falafel/mappers/sysctl.py @@ -41,18 +41,6 @@ class SysctlConf(Mapper): class Sysctl(Mapper): def parse_content(self, content): - """ - r = {} - for line in co...
Removed commented out code from sysctl mapper * Removed code that was commented out during testing from sysctl shared mapper.
RedHatInsights_insights-core
train
15cabfa0672fd4180fea9611337aa62db038f92b
diff --git a/spec/generative.js b/spec/generative.js index <HASH>..<HASH> 100644 --- a/spec/generative.js +++ b/spec/generative.js @@ -11,6 +11,10 @@ Generative.randomInt = function(min, max) { return min + Math.floor(Math.random() * (max - min)); }; +Generative.oneOf = function(list) { + return list[Generative....
spec out procedure for generating API test sequences
odf_ceci-channels
train
1dc157afe7da3dce57f7657e445ba12f16073d49
diff --git a/CHANGES.txt b/CHANGES.txt index <HASH>..<HASH> 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 1.2.17 + * Fix handling of empty counter replication mutations (CASSANDRA-7144) * Use LOCAL_ONE for non-superuser auth queries (CASSANDRA-7328) * Set keepalive on MessagingService connections (CAS...
Fix handling of empty counter replication mutations patch by Aleksey Yeschenko; reviewed by Richard Low for CASSANDRA-<I>
Stratio_stratio-cassandra
train
94c542a7331db34f8e1c623bc348c73fad9d06a9
diff --git a/frameworks/jasmine/client.js b/frameworks/jasmine/client.js index <HASH>..<HASH> 100644 --- a/frameworks/jasmine/client.js +++ b/frameworks/jasmine/client.js @@ -22,7 +22,7 @@ function reportFirstSpecFailure(results) { result: false, actual: result.actual, ...
Fix jasmine client to report error correctly.
airtap_airtap
train
bfa5f41f4a48e4a5e8ff56368ef5dbda0dbe208a
diff --git a/codegenerator/src/main/java/org/jboss/jca/codegenerator/Main.java b/codegenerator/src/main/java/org/jboss/jca/codegenerator/Main.java index <HASH>..<HASH> 100644 --- a/codegenerator/src/main/java/org/jboss/jca/codegenerator/Main.java +++ b/codegenerator/src/main/java/org/jboss/jca/codegenerator/Main.java @...
[JBJCA-<I>] Proper case for properties
ironjacamar_ironjacamar
train
1318b999ad178b47a1becae766cf63d6cb0ba9b0
diff --git a/lib/ruby-box/client.rb b/lib/ruby-box/client.rb index <HASH>..<HASH> 100644 --- a/lib/ruby-box/client.rb +++ b/lib/ruby-box/client.rb @@ -56,12 +56,16 @@ module RubyBox folder_names = split_path(path) folder_names.each do |folder_name| new_folder = folder.folders(folder_name).first -...
check if a folder already exists before trying to create one.
attachmentsme_ruby-box
train
455df3e84ea06662bfed5d715b8d6f868df95723
diff --git a/test/queryservice_tests/test_env.py b/test/queryservice_tests/test_env.py index <HASH>..<HASH> 100644 --- a/test/queryservice_tests/test_env.py +++ b/test/queryservice_tests/test_env.py @@ -145,7 +145,7 @@ class VttabletTestEnv(TestEnv): def setUp(self): utils.zk_setup() - utils.setup() + e...
Fixing this test after my refactoring.
vitessio_vitess
train
6a4d8b8f83028ffb7fa1ea00bbcd0b94c3dea110
diff --git a/photutils/morphology.py b/photutils/morphology.py index <HASH>..<HASH> 100644 --- a/photutils/morphology.py +++ b/photutils/morphology.py @@ -114,7 +114,7 @@ def gaussian1d_moments(data, mask=None): return amplitude, xc, stddev -def centroid_1dg(data, uncertainty=None, mask=None): +def centroid_1d...
Add error and mask option for centroid_1dg
astropy_photutils
train
07ae6d27950faa43ea12995d2b22243059b527a3
diff --git a/hystrix-core/src/main/java/com/netflix/hystrix/Hystrix.java b/hystrix-core/src/main/java/com/netflix/hystrix/Hystrix.java index <HASH>..<HASH> 100644 --- a/hystrix-core/src/main/java/com/netflix/hystrix/Hystrix.java +++ b/hystrix-core/src/main/java/com/netflix/hystrix/Hystrix.java @@ -61,6 +61,7 @@ public ...
Added a reset of Hystrix.currentCommand to Hystrix.reset()
Netflix_Hystrix
train
cfb29ccca4cabbbbd8072cbc7cd67fd75141ff2b
diff --git a/salt/config/__init__.py b/salt/config/__init__.py index <HASH>..<HASH> 100644 --- a/salt/config/__init__.py +++ b/salt/config/__init__.py @@ -575,6 +575,7 @@ VALID_OPTS = { 'git_pillar_env': str, 'git_pillar_root': str, 'git_pillar_ssl_verify': bool, + 'git_pillar_mountpoint': str, '...
Add support for git_pillar 'mountpoint' parameter. (#<I>) - Create links/ directory in git_pillar cachedir - Symlink repo to links/repo.hash/repo.mountpoint - Use links/repo.hash as the pillar_dir
saltstack_salt
train
9c5671ec95a2afc3dcfeb9e2c17ae534e2a87e86
diff --git a/shared/reducers/chat.js b/shared/reducers/chat.js index <HASH>..<HASH> 100644 --- a/shared/reducers/chat.js +++ b/shared/reducers/chat.js @@ -254,6 +254,9 @@ function reducer(state: Constants.State = initialState, action: ChatGen.Actions) case ChatGen.setInboxGlobalUntrustedState: { return stat...
add reducer case for inbox syncing state (#<I>)
keybase_client
train
c96767e076333e332bd950daca7e71334958aa1f
diff --git a/lib/negroku/cli/app.rb b/lib/negroku/cli/app.rb index <HASH>..<HASH> 100644 --- a/lib/negroku/cli/app.rb +++ b/lib/negroku/cli/app.rb @@ -13,6 +13,25 @@ module Negroku::App end + def update + + puts I18n.t :updating_capfile, scope: :negroku + + capfilePath = AppDirectory.root.join('Capfile') ...
feat(app): adds update command to update the capfile with the latest features
platanus_negroku
train
8a790c848c8219c4201fe593bd490fc34c8d3e72
diff --git a/app/lib/timeranges/AbsoluteRange.java b/app/lib/timeranges/AbsoluteRange.java index <HASH>..<HASH> 100644 --- a/app/lib/timeranges/AbsoluteRange.java +++ b/app/lib/timeranges/AbsoluteRange.java @@ -46,6 +46,7 @@ public class AbsoluteRange extends TimeRange { @Override public Map<String, String> g...
include range type in timerange query params #<I>
Graylog2_graylog2-server
train
efd1dcf56ec46d8ff6e73d6029c7ae0c2012a6f9
diff --git a/ignite-base/App/Root.js b/ignite-base/App/Root.js index <HASH>..<HASH> 100644 --- a/ignite-base/App/Root.js +++ b/ignite-base/App/Root.js @@ -36,7 +36,7 @@ PushNotification.configure({ // Should the initial notification be popped automatically // default: true - popInitialNotification: true, + po...
Turns off a mystery PN setting which was breaking fresh apps.
infinitered_ignite
train
7f7cf3449bf5572a4cddaca1d15092fff585234d
diff --git a/bosh_vsphere_cpi/bin/vsphere_cpi b/bosh_vsphere_cpi/bin/vsphere_cpi index <HASH>..<HASH> 100755 --- a/bosh_vsphere_cpi/bin/vsphere_cpi +++ b/bosh_vsphere_cpi/bin/vsphere_cpi @@ -13,7 +13,7 @@ require 'bosh/cpi/cli' Sequel.extension(:migration) -director_config = YAML.load_file(ARGV[0]) +director_confi...
Read from STDIN in vsphere cpi cli
cloudfoundry_bosh
train
688a7ebd0028c6233ebaa160132610f8b5acbcbd
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,7 @@ "lodash.unescape": "^4.0.1", "request": "^2.88.0", "safer-buffer": "^2.1.2", - "valid-data-url": "^2.0.0", - "xtend": "^4.0.2" + "valid-data-url": "^2.0.0" }, "scrip...
Replace xtend with native Object.assign It's supported since node v4. No need to have external dependency and no maintenance cost.
jrit_web-resource-inliner
train
1b046897ca28ca17629d7f26284393b666cbf0f0
diff --git a/lib/active_list/version.rb b/lib/active_list/version.rb index <HASH>..<HASH> 100644 --- a/lib/active_list/version.rb +++ b/lib/active_list/version.rb @@ -1,3 +1,3 @@ module ActiveList - VERSION = '6.8.3'.freeze + VERSION = '6.9.0'.freeze end
Bumped version.rb to <I>
ekylibre_active_list
train
b592eb1074bb158643bccfef45c2d47c0233f93f
diff --git a/paramiko/client.py b/paramiko/client.py index <HASH>..<HASH> 100644 --- a/paramiko/client.py +++ b/paramiko/client.py @@ -455,6 +455,7 @@ class SSHClient (object): if not remaining_auth_types: return two_factor = True + b...
make sure to break out of key auth loop on success when doing 2-factor (cherry picked from commit 0a4aa8a9d<I>adef3b8d<I>f<I>ea<I>fc1a)
paramiko_paramiko
train
c2c575084bb2e0d69f0d93efc4d1c64f7ead53a5
diff --git a/{{cookiecutter.repo_name}}/setup.py b/{{cookiecutter.repo_name}}/setup.py index <HASH>..<HASH> 100644 --- a/{{cookiecutter.repo_name}}/setup.py +++ b/{{cookiecutter.repo_name}}/setup.py @@ -23,6 +23,7 @@ setup( ], include_package_data=True, install_requires=[ + 'Django=>1.6.1' ],...
adding django <I> to project requirements
pydanny_cookiecutter-django
train
d6a9c2c739c7988294f4e9d9c4791d98e3942d88
diff --git a/lib/epuber/compiler.rb b/lib/epuber/compiler.rb index <HASH>..<HASH> 100644 --- a/lib/epuber/compiler.rb +++ b/lib/epuber/compiler.rb @@ -31,7 +31,11 @@ module Epuber EPUB_CONTENT_FOLDER = 'OEBPS' - + # @return [Epuber::GlobalsContext] + # + def self.globals_catcher + @globals_catche...
[Compiler] move catching global variables into Compiler#compile method, so it will work everywhere
epuber-io_epuber
train
2c97abeff2a0d9703325e659985489b98451f5c7
diff --git a/user/externallib.php b/user/externallib.php index <HASH>..<HASH> 100644 --- a/user/externallib.php +++ b/user/externallib.php @@ -133,6 +133,7 @@ class core_user_external extends external_api { global $CFG, $DB; require_once($CFG->dirroot."/lib/weblib.php"); require_once($CFG->di...
MDL-<I> core_user: Add required library for function. The external service create_users has a function call to useredit_update_user_preference() that requires editlib.php
moodle_moodle
train
c7b1cd408981d8f866a3400ab91aae8b44a7b5de
diff --git a/app/controllers/rails_admin/main_controller.rb b/app/controllers/rails_admin/main_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/rails_admin/main_controller.rb +++ b/app/controllers/rails_admin/main_controller.rb @@ -130,7 +130,7 @@ module RailsAdmin def get_collection(model_config, s...
Update app/controllers/rails_admin/main_controller.rb Use Kaminari.config.param_name for personalization of param name This is usufull for traslate the param view in url
sferik_rails_admin
train
2619671ddd0f2c7a71f86d7dd8c34132a14e0618
diff --git a/scot/backend_sklearn.py b/scot/backend_sklearn.py index <HASH>..<HASH> 100644 --- a/scot/backend_sklearn.py +++ b/scot/backend_sklearn.py @@ -53,7 +53,7 @@ class VAR(VARBase): VARBase.__init__(self, model_order) if fitobj is None: from sklearn.linear_model import LinearRegres...
Do not fit intercept - this gives weird numerical differences compared to the original data orientation
scot-dev_scot
train
f2b3240d650b670331dcd53fbfc0075bb7ab8985
diff --git a/pkg/k8s/utils/factory.go b/pkg/k8s/utils/factory.go index <HASH>..<HASH> 100644 --- a/pkg/k8s/utils/factory.go +++ b/pkg/k8s/utils/factory.go @@ -58,25 +58,25 @@ type lister func(client interface{}) func() (versioned.Map, error) // the HasSynced method with the help of our own ResourceEventHandler // imp...
k8s/utils: make the ControllerSynced fields public
cilium_cilium
train
6190e04762da60dd2baa2c220399a700f470bd58
diff --git a/src/django_xworkflows/models.py b/src/django_xworkflows/models.py index <HASH>..<HASH> 100644 --- a/src/django_xworkflows/models.py +++ b/src/django_xworkflows/models.py @@ -45,7 +45,7 @@ class StateField(models.CharField): try: state = self.workflow.states[value] ...
Improve tests, minor bugfixes.
rbarrois_django_xworkflows
train
90cf839a3aa5e037f00cbcadc2dd392ac3426531
diff --git a/lib/govuk_publishing_components/presenters/page_with_step_by_step_navigation.rb b/lib/govuk_publishing_components/presenters/page_with_step_by_step_navigation.rb index <HASH>..<HASH> 100644 --- a/lib/govuk_publishing_components/presenters/page_with_step_by_step_navigation.rb +++ b/lib/govuk_publishing_comp...
Make data from related_to_step_nav property to be accessisible This is required because when a content item has step by step disabled it does not have the step_navs property but has the step by steps within related_to_step_navs. This is needed for the personalisation work that will be done to show step by steps on pa...
alphagov_govuk_publishing_components
train
4a02088c7b89a0f7dbedc828366034c83f72e23b
diff --git a/modules/es7.regexp.escape.js b/modules/es7.regexp.escape.js index <HASH>..<HASH> 100644 --- a/modules/es7.regexp.escape.js +++ b/modules/es7.regexp.escape.js @@ -1,5 +1,5 @@ // https://github.com/benjamingr/RexExp.escape var $def = require('./$.def'); $def($def.S, 'RegExp', { - escape: require('./$.rep...
Do not escape `/` Hey, updating the polyfill based on change in <URL>.
zloirock_core-js
train
1c8e332e66f1348cefeab8dc9dbb5c8b9033ed4d
diff --git a/lib/generators/regressor/regression_model.rb b/lib/generators/regressor/regression_model.rb index <HASH>..<HASH> 100644 --- a/lib/generators/regressor/regression_model.rb +++ b/lib/generators/regressor/regression_model.rb @@ -1,14 +1,14 @@ -require_relative 'model/util' -require_relative 'model/relation/be...
add new require paths to Regressor::RegressionModel
ndea_regressor
train
f4aac523f63ed969058b7f5e5d223c963306d5a3
diff --git a/javamoney-ri/src/main/java/net/java/javamoney/ri/core/Money.java b/javamoney-ri/src/main/java/net/java/javamoney/ri/core/Money.java index <HASH>..<HASH> 100644 --- a/javamoney-ri/src/main/java/net/java/javamoney/ri/core/Money.java +++ b/javamoney-ri/src/main/java/net/java/javamoney/ri/core/Money.java @@ -3...
OPEN - issue JAVAMONEY-9: Integrate with JBoss AS Payment CDI Quickstart Fixed example to use new Money impl, making factory methods consistent. <URL>
JavaMoney_jsr354-api
train
4f279153c09d844611acd4bdfe259d672403c35f
diff --git a/triplesec/triplesec.py b/triplesec/triplesec.py index <HASH>..<HASH> 100644 --- a/triplesec/triplesec.py +++ b/triplesec/triplesec.py @@ -4,13 +4,15 @@ import binascii import Crypto import scrypt -import six import struct +import six +from six.moves import zip from Crypto import Random rndfile = Ra...
fix hmac comparing timing issue
keybase_python-triplesec
train
92d91b6295528cdbccacf7794636e9b620c4e252
diff --git a/History.txt b/History.txt index <HASH>..<HASH> 100644 --- a/History.txt +++ b/History.txt @@ -1,5 +1,8 @@ == In Git +=== New Features +* The #tableish Proc can return Strings as well as Nokogiri nodes now. (Aslak Hellesøy) + === Bugfixes * Handle all types of URIs in "I should be on ..." steps. (#5 An...
The #tableish Proc can return Strings as well as Nokogiri nodes now.
cucumber_cucumber-rails
train
28b09fb4065729f1d84fe33092bf94c19df1c9c0
diff --git a/lib/bolognese/readers/crossref_reader.rb b/lib/bolognese/readers/crossref_reader.rb index <HASH>..<HASH> 100644 --- a/lib/bolognese/readers/crossref_reader.rb +++ b/lib/bolognese/readers/crossref_reader.rb @@ -142,7 +142,7 @@ module Bolognese def crossref_description(bibliographic_metadata) ...
handle attributes in description for ris writer #3
datacite_bolognese
train
644e6ce6c48cb82a43b9499715f3afa5de24722e
diff --git a/main/boofcv-recognition/src/main/java/boofcv/alg/fiducial/microqr/MicroQrCodeDecoderBits.java b/main/boofcv-recognition/src/main/java/boofcv/alg/fiducial/microqr/MicroQrCodeDecoderBits.java index <HASH>..<HASH> 100644 --- a/main/boofcv-recognition/src/main/java/boofcv/alg/fiducial/microqr/MicroQrCodeDecode...
feature/fix_microqr - Parse error while decoding doesn't cause a crash
lessthanoptimal_BoofCV
train
87aed05a7eb181890f7ed1bb01eb58ee0927b267
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -### Arcane **1.1.1** [head][current] - 2013-07-17 +### Arcane **1.2.0** [head] - 2015-03-18 +* **[breaking change]** If `current_user` is not + specified `current_params_user` will raise a + `Na...
Raise `NameError` when there is no `current_user`
zeeraw_arcane
train
ccf072884aa013f302284918a1660e92166d4569
diff --git a/JSAT/src/jsat/classifiers/knn/DANN.java b/JSAT/src/jsat/classifiers/knn/DANN.java index <HASH>..<HASH> 100644 --- a/JSAT/src/jsat/classifiers/knn/DANN.java +++ b/JSAT/src/jsat/classifiers/knn/DANN.java @@ -6,7 +6,10 @@ import java.util.ArrayList; import java.util.Arrays; import java.util.List; import ja...
Adding guess methods to nearest neighbor based algorithms
EdwardRaff_JSAT
train
de2332637dfa249d38327a91e26ba4620c01dcd9
diff --git a/lib/api-client/resources/batch.js b/lib/api-client/resources/batch.js index <HASH>..<HASH> 100644 --- a/lib/api-client/resources/batch.js +++ b/lib/api-client/resources/batch.js @@ -27,6 +27,15 @@ Batch.get = function(id, done) { }); }; +Batch.suspended = function(params, done) { + return this.http....
improve(batch-client): add suspended Related to CAM-<I>
camunda_camunda-bpm-sdk-js
train
2398f10e3dd9fcad691dfc8605d7f4fc41a34e91
diff --git a/app/controllers/staypuft/deployments_controller.rb b/app/controllers/staypuft/deployments_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/staypuft/deployments_controller.rb +++ b/app/controllers/staypuft/deployments_controller.rb @@ -7,6 +7,12 @@ module Staypuft end def new + ...
Redirect to index from new action if there is a Deployment already
theforeman_staypuft
train
3b6e3531e6e2c85df5516d0744299ece0ac16996
diff --git a/src/Sylius/Bundle/CoreBundle/Form/Extension/CountryTypeExtension.php b/src/Sylius/Bundle/CoreBundle/Form/Extension/CountryTypeExtension.php index <HASH>..<HASH> 100644 --- a/src/Sylius/Bundle/CoreBundle/Form/Extension/CountryTypeExtension.php +++ b/src/Sylius/Bundle/CoreBundle/Form/Extension/CountryTypeExt...
Apply last FQCN-related fixes
Sylius_Sylius
train
d92d05baa701276eda8bc6266c5dd78716fb261c
diff --git a/lib/qiita/resource_based_methods.rb b/lib/qiita/resource_based_methods.rb index <HASH>..<HASH> 100644 --- a/lib/qiita/resource_based_methods.rb +++ b/lib/qiita/resource_based_methods.rb @@ -231,6 +231,48 @@ module Qiita patch("/api/v2/projects/#{project_id}", params, headers) end + # ### Q...
Add new methods about emoji reactions
increments_qiita-rb
train
96576a2ac128ebfda9b4fe403286775b4bc6ab5e
diff --git a/backup/util/ui/import_extensions.php b/backup/util/ui/import_extensions.php index <HASH>..<HASH> 100644 --- a/backup/util/ui/import_extensions.php +++ b/backup/util/ui/import_extensions.php @@ -158,4 +158,13 @@ class import_ui_stage_final extends backup_ui_stage_final {} /** * Extends the restore course...
MDL-<I> Import course: Use correct capability for course selection
moodle_moodle
train
f671cf4f113d43d635546ff81e0a7aef9d5c8b37
diff --git a/brozzler/easy.py b/brozzler/easy.py index <HASH>..<HASH> 100644 --- a/brozzler/easy.py +++ b/brozzler/easy.py @@ -1,7 +1,7 @@ #!/usr/bin/env python ''' -brozzler-easy - brozzler-worker, warcprox, and pywb all working together in a -single process +brozzler-easy - brozzler-worker, warcprox, pywb, and broz...
add info to display of jobless sites in brozzler-webconsole; fix creation of "least_hops" index on the rethinkdb table "pages"
internetarchive_brozzler
train
b38d2d6aba3a6abf71bfba2444c544675fa329e6
diff --git a/src/feat/test/common.py b/src/feat/test/common.py index <HASH>..<HASH> 100644 --- a/src/feat/test/common.py +++ b/src/feat/test/common.py @@ -77,6 +77,10 @@ class TestCase(unittest.TestCase, log.FluLogKeeper, log.Logger): log_category = "test" + # define names of class variables here, which val...
Introduce configurable attributes in tests. @attr decorator can change values of class variables in test cases if predefined to act this way.
f3at_feat
train
e5db8ae540ab4d03bbb1e46a56abf91eead0b269
diff --git a/serviced/cmd.go b/serviced/cmd.go index <HASH>..<HASH> 100644 --- a/serviced/cmd.go +++ b/serviced/cmd.go @@ -225,7 +225,7 @@ func startServer() { go func() { signalChan := make(chan os.Signal, 10) - signal.Notify(signalChan, os.Interrupt, syscall.SIGINT, syscall.SIGTERM) + signal.Notify(signa...
syscall.SIGINT is the same as os.Interrupt
control-center_serviced
train
b3054fd77978730c5979e659aefbf5c5beea5c1a
diff --git a/src/views/ticket/_leftBlock.php b/src/views/ticket/_leftBlock.php index <HASH>..<HASH> 100644 --- a/src/views/ticket/_leftBlock.php +++ b/src/views/ticket/_leftBlock.php @@ -30,6 +30,7 @@ $form = ConditionalFormWidget::begin([ <?= Html::a(Yii::t('hipanel/ticket', 'Back to index'), ['i...
Added ReminderButton to ticket view
hiqdev_hipanel-module-ticket
train
540118db9feee6a83c0a032fda44aa8b4b3a6dcc
diff --git a/dev/com.ibm.ws.install/src/com/ibm/ws/install/maven/MavenDirectoryInstall.java b/dev/com.ibm.ws.install/src/com/ibm/ws/install/maven/MavenDirectoryInstall.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.install/src/com/ibm/ws/install/maven/MavenDirectoryInstall.java +++ b/dev/com.ibm.ws.install/src/c...
Integrated maven install with the artifact downloader as a backup
OpenLiberty_open-liberty
train
5eaf8102d97503057ad43dfa823a292d63ba7403
diff --git a/internal/service/gamelift/game_session_queue.go b/internal/service/gamelift/game_session_queue.go index <HASH>..<HASH> 100644 --- a/internal/service/gamelift/game_session_queue.go +++ b/internal/service/gamelift/game_session_queue.go @@ -25,6 +25,10 @@ func ResourceGameSessionQueue() *schema.Resource { ...
r/aws_gamelift_game_session_queue: Alphabetize attributes.
terraform-providers_terraform-provider-aws
train
0505a3de647ff1c001211de01b4b398b8952d39c
diff --git a/pycoin/services/insight.py b/pycoin/services/insight.py index <HASH>..<HASH> 100644 --- a/pycoin/services/insight.py +++ b/pycoin/services/insight.py @@ -18,16 +18,15 @@ from pycoin.tx.Tx import Spendable, Tx, TxIn, TxOut class InsightProvider(object): - def __init__(self, base_url="https://insight...
Remove base_path from InsightProvider.
richardkiss_pycoin
train
7e5da2744337f036fb2b77cb8d3d887a99c34f80
diff --git a/core/model/DataObject.php b/core/model/DataObject.php index <HASH>..<HASH> 100755 --- a/core/model/DataObject.php +++ b/core/model/DataObject.php @@ -2371,6 +2371,7 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity $groupList = implode(', ', $groups->column("ID"));...
MINOR Added comments to DataObject->can()
silverstripe_silverstripe-framework
train
180a8f6cac5dbbc33e71803bf548faf4af02c405
diff --git a/lib/cinch/handler.rb b/lib/cinch/handler.rb index <HASH>..<HASH> 100644 --- a/lib/cinch/handler.rb +++ b/lib/cinch/handler.rb @@ -11,9 +11,9 @@ module Cinch attr_reader :args # @return [Proc] attr_reader :block - # @return [Array<Thread>] + # @return [ThreadGroup] # @api private -...
use thread groups to manage handler threads
cinchrb_cinch
train
054b2b42b64063217a7ed2ae9eb1a06768ab9520
diff --git a/lib/plugins/filter/post_permalink.js b/lib/plugins/filter/post_permalink.js index <HASH>..<HASH> 100644 --- a/lib/plugins/filter/post_permalink.js +++ b/lib/plugins/filter/post_permalink.js @@ -13,6 +13,7 @@ function postPermalinkFilter(data){ id: data.id || data._id, title: data.slug, name:...
Add new permalink param: `post_title` To avoid breaking any existing setups, create a new param which represents the title of a post.
hexojs_hexo
train
82d7ad8189d6a13e41530b39bfdd6ee56575e073
diff --git a/src/utils/resolveModule.js b/src/utils/resolveModule.js index <HASH>..<HASH> 100644 --- a/src/utils/resolveModule.js +++ b/src/utils/resolveModule.js @@ -6,13 +6,15 @@ */ const resolver = require('resolve'); +const path = require('path'); /** * Resolves the path to a given module * We point to 'p...
HasteResolver not resolving on Windows (#<I>) * removing windows' segment separation * Used path.dirname instead
callstack_haul
train
9ea3023bc8bc9c1dc3de3c8bd8d9b3b7ee4cbeb7
diff --git a/web-bundle/src/main/js/custom-model-editor/demo/index.html b/web-bundle/src/main/js/custom-model-editor/demo/index.html index <HASH>..<HASH> 100644 --- a/web-bundle/src/main/js/custom-model-editor/demo/index.html +++ b/web-bundle/src/main/js/custom-model-editor/demo/index.html @@ -39,8 +39,10 @@ const...
Automatically path details for custom requests in GH maps
graphhopper_graphhopper
train
00a5e0d7ba735508147fc0cb257426e912890409
diff --git a/pubnub-c3.js b/pubnub-c3.js index <HASH>..<HASH> 100644 --- a/pubnub-c3.js +++ b/pubnub-c3.js @@ -22,9 +22,7 @@ eon.c = { channel: channel, connect: connect, message: function(message, env, channel) { - - eon.c.message(message, env, channel); - + eon.c.message( ...
added {transform} option.
pubnub_eon-chart
train
ce00b76185222691989699353179fe9cbce72943
diff --git a/integration/subcommand_test.go b/integration/subcommand_test.go index <HASH>..<HASH> 100644 --- a/integration/subcommand_test.go +++ b/integration/subcommand_test.go @@ -359,6 +359,7 @@ var _ = Describe("Subcommand", func() { Ω(output).Should(ContainSubstring("-succinct")) Ω(output).Should(ContainS...
Update test to cover help subcommand output
onsi_ginkgo
train
2ff629a5b5c3219aef214d78423028931846c6e6
diff --git a/lib/geoengineer/resources/aws_route53_record.rb b/lib/geoengineer/resources/aws_route53_record.rb index <HASH>..<HASH> 100644 --- a/lib/geoengineer/resources/aws_route53_record.rb +++ b/lib/geoengineer/resources/aws_route53_record.rb @@ -16,7 +16,7 @@ class GeoEngineer::Resources::AwsRoute53Record < GeoEng...
Fix tests and rubocop on master This fixes some tests and rubocop violations that have been on master.
coinbase_geoengineer
train
633b86cb4f50606473b5e7ed3ca78618014dc910
diff --git a/src/Bridge/ScopeRepository.php b/src/Bridge/ScopeRepository.php index <HASH>..<HASH> 100644 --- a/src/Bridge/ScopeRepository.php +++ b/src/Bridge/ScopeRepository.php @@ -25,7 +25,7 @@ class ScopeRepository implements ScopeRepositoryInterface array $scopes, $grantType, ClientEntityInterfac...
Personal access tokens can't get "*" scope (<I>)
laravel_passport
train
ee258d03dee08fd215b25c1c44b0800c2358a4ce
diff --git a/functions/timber-loader.php b/functions/timber-loader.php index <HASH>..<HASH> 100644 --- a/functions/timber-loader.php +++ b/functions/timber-loader.php @@ -237,7 +237,7 @@ class TimberLoader { Timber::$twig_cache = true; } if (Timber::$twig_cache) { - $twig_cache...
added a timber_cache_locfilter
timber_timber
train
31f0cec3ff22a4d58e7c5e6168aa75a21a41c904
diff --git a/mhctools/binding_prediction.py b/mhctools/binding_prediction.py index <HASH>..<HASH> 100644 --- a/mhctools/binding_prediction.py +++ b/mhctools/binding_prediction.py @@ -171,7 +171,7 @@ class BindingPrediction(object): return self.value < other.value def invalid_affinity(x): - return x < 0 o...
Support for eluted_ligand mode for NetMHCpan4
openvax_mhctools
train
ae52306154509d05e45eeaec486b354f88da9ccf
diff --git a/lib/rets4r/client.rb b/lib/rets4r/client.rb index <HASH>..<HASH> 100644 --- a/lib/rets4r/client.rb +++ b/lib/rets4r/client.rb @@ -496,73 +496,82 @@ module RETS4R # for how to make use of this method. #++ def request(url, data = {}, header = {}, method = @request_method, retry_auth = DEFAULT_RETRY)...
When an exception is raised in the authentication parsing code, complain by raising a new exception, but also report anything of interest at the same time: request, response, response's body.
josephholsten_rets4r
train
afaa6645e3ebb256b605109e9c7b09e0e13b0a35
diff --git a/Service/AdminContext.php b/Service/AdminContext.php index <HASH>..<HASH> 100644 --- a/Service/AdminContext.php +++ b/Service/AdminContext.php @@ -77,6 +77,15 @@ class AdminContext continue; } } + + if (!empty($info['show_conditio...
add property to config for set dynamic conditions on module show
youshido-php_AdminBundle
train
ae074e63d9a3f3e23134cc7ac67e1111f935c8b0
diff --git a/src/Factory.php b/src/Factory.php index <HASH>..<HASH> 100644 --- a/src/Factory.php +++ b/src/Factory.php @@ -46,8 +46,8 @@ final class Factory Hydrator::class => function (LoopInterface $loop, CommandBusInterface $commandBus) use ($options) { return self::createHydrator($loop...
Support command bus command handler mapping caching for faster bootup times
php-api-clients_foundation
train
6936d117c47002c4ca328bf824eff37089ee5256
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +dist: xenial +services: + - mysql language: php sudo: required notifications: @@ -34,9 +37,9 @@ before_install: - unzip epubcheck-4.1.1.zip -d /opt/ - mv /opt/epubcheck-4.1.1 /opt/epubcheck - r...
Use PDF/UA-1 for digital distribution PDFs (fix #<I>) (#<I>) * Upgrade to PrinceXML <I> * Upgrade Travis environment to Ubuntu <I>
pressbooks_pressbooks
train
3a80413a302d42baac9d9654edd06df86c5c1447
diff --git a/samples/analyze.js b/samples/analyze.js index <HASH>..<HASH> 100644 --- a/samples/analyze.js +++ b/samples/analyze.js @@ -593,11 +593,11 @@ async function main() { {}, opts => analyzeObjectTracking(opts.path) ) - .example(`node $0 shots gs://demomaker/sushi.mp4`) - .example(`node $...
fix: Update example commands to use cloud-storage-samples bucket (#<I>) * Fix typo in example command * fix: Change ex cmd bucket to cloud-samples-data
googleapis_nodejs-video-intelligence
train
9e9708e9eaf88d2650372b1f3bf49c9077df4fe6
diff --git a/versioneer.py b/versioneer.py index <HASH>..<HASH> 100644 --- a/versioneer.py +++ b/versioneer.py @@ -1394,7 +1394,7 @@ def render_pep440_ricequant(pieces): raise Exception("Only post release tag allowed, tag %s" % tag) if pieces["distance"] > 0: r...
add commit id into version number
ricequant_rqalpha
train
dc5854689b76a642841fb0754d2dead18dd744f3
diff --git a/lib/lexer.js b/lib/lexer.js index <HASH>..<HASH> 100644 --- a/lib/lexer.js +++ b/lib/lexer.js @@ -208,7 +208,7 @@ return regex.length; }; Lexer.prototype.heregexToken = function(match) { - var body, flags, heregex, re, tag, tokens, value, _i, _len, _ref, _ref2, _ref3; + var body,...
fix for bug introduced in <I>cbb<I>
jashkenas_coffeescript
train
50dbf817d43569c54300827b5f88702eba12dad6
diff --git a/activesupport/lib/active_support/core_ext/module/redefine_method.rb b/activesupport/lib/active_support/core_ext/module/redefine_method.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/core_ext/module/redefine_method.rb +++ b/activesupport/lib/active_support/core_ext/module/redefine_met...
Self-alias doesn't suppress the warning on Ruby <I>
rails_rails
train
d267e40a6c0045b45bd0424cd8e5093819f0b4de
diff --git a/src/IndexConfig.js b/src/IndexConfig.js index <HASH>..<HASH> 100644 --- a/src/IndexConfig.js +++ b/src/IndexConfig.js @@ -13,7 +13,6 @@ const SchemaDerivedConfig = require('./SchemaDerivedConfig.js'); const NamedMapHandler = (keyname = 'name') => ({ get: (target, prop) => { - console.log('named ma...
fix(config): make recusive access work in schema-derived config
adobe_helix-shared
train
a2842423ec19f61cf6a00922da0932cd810df07a
diff --git a/context.go b/context.go index <HASH>..<HASH> 100644 --- a/context.go +++ b/context.go @@ -21,7 +21,7 @@ func (m *Mock) WithDeadline(parent context.Context, deadline time.Time) (context dur := m.Until(deadline) if dur <= 0 { ctx.cancel(context.DeadlineExceeded) // deadline has already passed - retur...
Remove meaningles callback for cancelled context
benbjohnson_clock
train
dc9b8f152f2fd0aa063972281dfaadf8dafe8d4d
diff --git a/backbone.js b/backbone.js index <HASH>..<HASH> 100644 --- a/backbone.js +++ b/backbone.js @@ -611,7 +611,7 @@ // Ensure attributes are restored during synchronous saves. model.attributes = attributes; var serverAttrs = options.parse ? model.parse(resp, options) : resp; - i...
Don't mutate attrs
jashkenas_backbone
train
817f893267931821f27f9f3e7fbc14267c25699c
diff --git a/commands/issue.py b/commands/issue.py index <HASH>..<HASH> 100644 --- a/commands/issue.py +++ b/commands/issue.py @@ -17,12 +17,13 @@ import json from requests import post, get from random import choice +from helpers import arguments from helpers.orm import Issues from helpers.command import Command ...
First crack at converting issue to argparse and adding support for --desc
tjcsl_cslbot
train
b6f91d680ca5d0627d46cf06e3a89d65736de987
diff --git a/com/jetbrains/teamsys/dnq/database/TransientSessionImpl.java b/com/jetbrains/teamsys/dnq/database/TransientSessionImpl.java index <HASH>..<HASH> 100644 --- a/com/jetbrains/teamsys/dnq/database/TransientSessionImpl.java +++ b/com/jetbrains/teamsys/dnq/database/TransientSessionImpl.java @@ -36,6 +36,8 @@ pub...
in order to make possible iteration over EntityIterables before and after read-only txn upgrade, ReadonlyPersistentStoreTransaction which is upgraded lives as long as the upgraded one does
JetBrains_xodus-dnq
train
019925647b334ca199cc6269c482fc0e5535a39b
diff --git a/phoxy.js b/phoxy.js index <HASH>..<HASH> 100755 --- a/phoxy.js +++ b/phoxy.js @@ -36,8 +36,7 @@ var phoxy = { this.loaded = true; var hash = location.hash.substring(1); - if (hash.length) - phoxy.ApiRequest(hash); + phoxy.ApiRequest(hash); $(window).bind('hashchan...
Phoxy now makes first request every time
phoxy_phoxy
train
e9d7843b485c0e1c7172e066499541363dc837e2
diff --git a/Result/Converter.php b/Result/Converter.php index <HASH>..<HASH> 100644 --- a/Result/Converter.php +++ b/Result/Converter.php @@ -98,11 +98,11 @@ class Converter } if (is_numeric($value) && (int)$value == $value) { $time = $valu...
datetime microseconds fix (cherry picked from commit <I>)
ongr-io_ElasticsearchBundle
train
8023a8f0409031bbb3a184e681d4096bbcd1cf6d
diff --git a/core/src/main/java/com/orientechnologies/orient/core/db/tool/ODatabaseExport.java b/core/src/main/java/com/orientechnologies/orient/core/db/tool/ODatabaseExport.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/db/tool/ODatabaseExport.java +++ b/core/src/main/java/...
Index API: Changed from ORecordLazySet to Set<OIdentifiable>
orientechnologies_orientdb
train
5ac2a3c0637a59e66991e53bd72c630edd612172
diff --git a/server/mux.go b/server/mux.go index <HASH>..<HASH> 100644 --- a/server/mux.go +++ b/server/mux.go @@ -321,9 +321,9 @@ func NewMux(opts MuxOpts, service Service) http.Handler { // Create middleware that redirects to the appropriate provider logout router.GET("/oauth/logout", Logout("/", opts.Basepat...
Remove basepath var & arg from PrefixedRedirect
influxdata_influxdb
train
72dd4db37a9ff2bcbf83075f34243d8ac2c2bf0d
diff --git a/lib/Minify/LessCssSource.php b/lib/Minify/LessCssSource.php index <HASH>..<HASH> 100644 --- a/lib/Minify/LessCssSource.php +++ b/lib/Minify/LessCssSource.php @@ -30,7 +30,7 @@ class Minify_LessCssSource extends Minify_Source { public function getLastModified() { $cache = $this->getCache(); ...
calculate lastmodified to be maximum accurate the time() may be incorrect if there's slight delay between file modify and cache write. but as file modify is what is important, rely on that. also needed to use different cache file because the format change.
mrclay_minify
train
e39bc020d344ffe93de42e70c370edd165994e6c
diff --git a/furious/test_stubs/appengine/queues.py b/furious/test_stubs/appengine/queues.py index <HASH>..<HASH> 100644 --- a/furious/test_stubs/appengine/queues.py +++ b/furious/test_stubs/appengine/queues.py @@ -296,12 +296,16 @@ class Runner(object): def _execute_task(task): """Extract the body and header f...
In test, only tasks with async urls are run. Tasks with other urls are ignored, and not run.
Workiva_furious
train
f36e981b41a41981ff1c8dc97f014bb6098d7e0b
diff --git a/lib/selenium-webdriver/webdriver.js b/lib/selenium-webdriver/webdriver.js index <HASH>..<HASH> 100644 --- a/lib/selenium-webdriver/webdriver.js +++ b/lib/selenium-webdriver/webdriver.js @@ -305,7 +305,7 @@ webdriver.WebDriver.prototype.takeScreenshot = function() {}; /** * Used to switch WebDriver's f...
docs(webdriver): Add missing quotes in getAttribute doc. (#<I>) In getAttibute function documentation : `expect(foo.getAttribute(class))...` was written. This got me confused when getting a class attribute. I just added quotes around the class word showing class as a string and not a variable. Close #<I>
angular_protractor
train
3f8e94e225dc9edc2b8c6f8168303f08c11bf1e9
diff --git a/resources/views/user-selector.blade.php b/resources/views/user-selector.blade.php index <HASH>..<HASH> 100644 --- a/resources/views/user-selector.blade.php +++ b/resources/views/user-selector.blade.php @@ -18,7 +18,7 @@ </div> @endif - <form action="{{...
Modify the return reserved keyword to logout
viacreative_sudo-su
train
0b8acd2bae69023ac775084b3415ce02a5efdbef
diff --git a/mmcv/runner/hooks/logger/pavi.py b/mmcv/runner/hooks/logger/pavi.py index <HASH>..<HASH> 100644 --- a/mmcv/runner/hooks/logger/pavi.py +++ b/mmcv/runner/hooks/logger/pavi.py @@ -41,16 +41,29 @@ class PaviLoggerHook(LoggerHook): self.init_kwargs = dict() self.init_kwargs['task'] = self...
Use config_file to get config dict in PaviLogger (#<I>) * Add 'config' keyword in meta for pavi logger * Use config file
open-mmlab_mmcv
train
b295802f509b59d841554c94f4dc8a0e89035d93
diff --git a/sassutils/builder.py b/sassutils/builder.py index <HASH>..<HASH> 100644 --- a/sassutils/builder.py +++ b/sassutils/builder.py @@ -27,7 +27,7 @@ SUFFIX_PATTERN = re.compile('[.](' + '|'.join(map(re.escape, SUFFIXES)) + ')$') def build_directory(sass_path, css_path, output_style='nested', - ...
pass and honor strip_extension option to build_directory()
sass_libsass-python
train
cc6060b9dc006ed115f939390e590dd2c59dd1ca
diff --git a/lib/helpers.js b/lib/helpers.js index <HASH>..<HASH> 100644 --- a/lib/helpers.js +++ b/lib/helpers.js @@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); +exports.FindCache = undefined; exports.exec = exec; exports.execNode = execNode; exports.rangeFromLineNumber = rangeF...
:arrow_up: Upgrade dist files
steelbrain_atom-linter
train
880438c5c121dfe9827a08018c899e6438e089ea
diff --git a/src/client.js b/src/client.js index <HASH>..<HASH> 100644 --- a/src/client.js +++ b/src/client.js @@ -672,7 +672,6 @@ MatrixClient.prototype.initCrypto = async function() { "crypto.warning", "crypto.devicesUpdated", "deviceVerificationChanged", - "userVerificationChanged",...
Remove unused user verification event This was added with cross-signing work, but nothing actually emits it. Let's remove it until we find a need.
matrix-org_matrix-js-sdk
train
ed1d91dd8db85a79640b6183582555030beb2760
diff --git a/lib/feed2email/entry.rb b/lib/feed2email/entry.rb index <HASH>..<HASH> 100644 --- a/lib/feed2email/entry.rb +++ b/lib/feed2email/entry.rb @@ -27,7 +27,7 @@ module Feed2Email @data.title end - def url + def uri @data.url end diff --git a/lib/feed2email/mail.rb b/lib/feed2em...
Refer to entry URL as URI for consistency
agorf_feed2email
train
370cef44a6079ea1ab33b9ad5aea6e2727261ab8
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -6,30 +6,13 @@ var _ = require('underscore'), var Parser = function (app) { var ext = '.' + app.get('view engine'), - partials; + partials = traverse(app.get('views'), ext); return function (req, r...
Use synchronous fs methods to simplify code Since it runs on startup there's no problem with blocking for a few milliseconds while we traverse the fs, and it makes the code orders of magnitude easier to understand.
UKHomeOffice_express-partial-templates
train
04500af0fb053f7644989d9377abf1afab1ceb7c
diff --git a/main.go b/main.go index <HASH>..<HASH> 100644 --- a/main.go +++ b/main.go @@ -1257,7 +1257,7 @@ http://redis.io/commands/hdel func (self *Client) HDel(key string, fields ...string) (int64, error) { var ret int64 - args := make([][]byte, len(fields)+1) + args := make([][]byte, len(fields)+2) args[0] ...
Forgot to allocate space for the missing argument. Duh. #9.
gosexy_redis
train
d58c03fcea85185ccb01d175d763da3028e39e72
diff --git a/src/NukaCode/Core/Filesystem/Config/Package.php b/src/NukaCode/Core/Filesystem/Config/Package.php index <HASH>..<HASH> 100755 --- a/src/NukaCode/Core/Filesystem/Config/Package.php +++ b/src/NukaCode/Core/Filesystem/Config/Package.php @@ -12,12 +12,16 @@ class Package extends Core { protected $config...
Updated version command so it would not fail if the packages config file was not present
JumpGateio_Core
train
3f77d806da463bc6f747bf5ec21f7b6ce4c5bceb
diff --git a/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/JGitEnvironmentRepository.java b/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/JGitEnvironmentRepository.java index <HASH>..<HASH> 100644 --- a/spring-cloud-config-ser...
Explicitly close all Git objects It's good manners to do so anyway (and if Git was Closeable we would have seen compiler warnings). Hopefully means that Windows users are more happy.
spring-cloud_spring-cloud-config
train
156f844c7d9ce5ee7b52f955fb0ec7d5a4bceb55
diff --git a/dynash/dynash.py b/dynash/dynash.py index <HASH>..<HASH> 100755 --- a/dynash/dynash.py +++ b/dynash/dynash.py @@ -257,8 +257,8 @@ class DynamoDBShell(Cmd): rkey = '' prov = info['ProvisionedThroughput'] - prov = " -rc:%d -wc:%d" % (prov['ReadCapacityUnits'], prov[...
added -c option ( -c rc,wc ) to create table, to specify read and write capacity (-c capacity will set both read and write capacity to the same value) describe -c now also returns the "create -c" option
raff_dynash
train
276eea68b78e61713ac747c41960fcd469edd0e4
diff --git a/lib/php/src/protocol/TBinaryProtocol.php b/lib/php/src/protocol/TBinaryProtocol.php index <HASH>..<HASH> 100644 --- a/lib/php/src/protocol/TBinaryProtocol.php +++ b/lib/php/src/protocol/TBinaryProtocol.php @@ -40,7 +40,7 @@ class TBinaryProtocol extends TProtocol { $this->writeString($name) + ...
Add (int) case to Thrift version comparison Summary: Deals with <I> bit machines doing a weird sign-bit thing here. Reviewed By: dreiss Test Plan: For <I> bit AmieStreet partners git-svn-id: <URL>
limingxinleo_thrift
train
c4938055b45bf4b21e201a9c96a6fb954e0ee230
diff --git a/spring-boot-project/spring-boot-parent/pom.xml b/spring-boot-project/spring-boot-parent/pom.xml index <HASH>..<HASH> 100644 --- a/spring-boot-project/spring-boot-parent/pom.xml +++ b/spring-boot-project/spring-boot-parent/pom.xml @@ -29,7 +29,7 @@ <testcontainers.version>1.10.6</testcontainers.version> ...
Polish "Separate compound properties in appendices" Closes gh-<I>
spring-projects_spring-boot
train
a6d11a0e12687809c4a9884f5c4fda8ff09ff765
diff --git a/ui/src/dashboards/components/template_variables/Row.js b/ui/src/dashboards/components/template_variables/Row.js index <HASH>..<HASH> 100644 --- a/ui/src/dashboards/components/template_variables/Row.js +++ b/ui/src/dashboards/components/template_variables/Row.js @@ -70,7 +70,7 @@ const TemplateVariableRow =...
Fixes template variable editing not allowing saving - Dropdown and TemplateQueryBuilder components require that a function is passed to them, where as TableInput requires that a function builder is passed to them for starting editing
influxdata_influxdb
train
11862350ffdeb0f6612a6448c503c92547d8b4fd
diff --git a/sos/jupyter/kernel.js b/sos/jupyter/kernel.js index <HASH>..<HASH> 100644 --- a/sos/jupyter/kernel.js +++ b/sos/jupyter/kernel.js @@ -229,7 +229,7 @@ define([ console.log(data); var item = document.getElementById(data[0]); if (!item...
Try to reduce status update by passing updates of only registered tasks #<I>
vatlab_SoS
train
b4fd209b7a8bbf1f2a777900457d485592db6ea2
diff --git a/gnosis/eth/ethereum_service.py b/gnosis/eth/ethereum_service.py index <HASH>..<HASH> 100644 --- a/gnosis/eth/ethereum_service.py +++ b/gnosis/eth/ethereum_service.py @@ -8,6 +8,7 @@ from ethereum.utils import (check_checksum, checksum_encode, ecrecover_to_pub, from hexbytes import HexBytes from web3 impo...
Increase timeout for long ethereum queries
gnosis_gnosis-py
train