hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
9de2e66231b3563521bda0c3783fae8d142f5e87
diff --git a/ProcessManager.php b/ProcessManager.php index <HASH>..<HASH> 100644 --- a/ProcessManager.php +++ b/ProcessManager.php @@ -6,6 +6,7 @@ namespace PHPPM; use React\Socket\Server; use React\Socket\Connection; use React\Socket\ConnectionInterface; +use React\Socket\ServerInterface; use React\Stream\Readable...
Add pcntl checks (#<I>) * Add check on pcntl functions is available * Remove duplicated check and add new function to check * Add trim to function names
php-pm_php-pm
train
bfcd349fa478181ff6740dfdf4aa46465de287f7
diff --git a/test/validation/dry_validation_test.rb b/test/validation/dry_validation_test.rb index <HASH>..<HASH> 100644 --- a/test/validation/dry_validation_test.rb +++ b/test/validation/dry_validation_test.rb @@ -51,8 +51,8 @@ end class ValidationGroupsTest < MiniTest::Spec describe "basic validations" do - ...
add a spec for custom classes in type predicate (dry)
trailblazer_reform
train
4ebb9c4170cdafb434d05224ddd062e23176a788
diff --git a/tests/testapp/tests.py b/tests/testapp/tests.py index <HASH>..<HASH> 100644 --- a/tests/testapp/tests.py +++ b/tests/testapp/tests.py @@ -263,15 +263,6 @@ class TestFreeCurrencyMoneyModelForm(TestCase): self.assertTrue(form.is_valid()) obj = form.save() self.assertEqual(obj.value...
Currency code validation should first be settled in the Money class
carlospalol_django-moneyfield
train
822c6aedfc26b50f785071c0a560d0d48ac8f537
diff --git a/bcbio/variation/effects.py b/bcbio/variation/effects.py index <HASH>..<HASH> 100644 --- a/bcbio/variation/effects.py +++ b/bcbio/variation/effects.py @@ -185,14 +185,9 @@ def _get_loftee(data): # ## snpEff variant effects def snpeff_version(args=None): - from bcbio.install import get_defaults - t...
Remove back compatibility for old snpEff install which is no longer useful and causes confusing error messages
bcbio_bcbio-nextgen
train
894058294290b0c3714a853913d80a7f5f2fd29b
diff --git a/kintama/shared/process_spawning.rb b/kintama/shared/process_spawning.rb index <HASH>..<HASH> 100644 --- a/kintama/shared/process_spawning.rb +++ b/kintama/shared/process_spawning.rb @@ -11,14 +11,13 @@ end Kintama.on_start do @pids = [] + spawn 'input/http.rb' # Make sure the Sinatra port is availab...
Threw Sinatra back in process spawning. Seems to work for now
JScott_robot_sweatshop
train
1dc56a6cfae0ace6c20848f65c3d6262bb9973bb
diff --git a/src/components/autocomplete/js/highlightController.js b/src/components/autocomplete/js/highlightController.js index <HASH>..<HASH> 100644 --- a/src/components/autocomplete/js/highlightController.js +++ b/src/components/autocomplete/js/highlightController.js @@ -3,16 +3,21 @@ angular .controller('MdHig...
fix(autocomplete): uses $attr to support `data-` prefixed attributes Closes #<I>
angular_material
train
57e986dd5d65241895b5defbada6a03c6a042b6b
diff --git a/src/pyiso/pyiso.py b/src/pyiso/pyiso.py index <HASH>..<HASH> 100644 --- a/src/pyiso/pyiso.py +++ b/src/pyiso/pyiso.py @@ -3162,7 +3162,6 @@ class PyIso(object): joliet_new_path - The new path on the Joliet filesystem to link to. rr_name - The Rock Ridge name to use for the new file if t...
Remove the ability to link to the old initial boot entry. The information we would need to make that work doesn't actually exist on the ISO, so it is not a capability that we can support.
clalancette_pycdlib
train
a6858013046542a7bc14c18a4d06ed8170600290
diff --git a/catalogue/src/main/java/org/project/openbaton/catalogue/mano/record/VirtualNetworkFunctionRecord.java b/catalogue/src/main/java/org/project/openbaton/catalogue/mano/record/VirtualNetworkFunctionRecord.java index <HASH>..<HASH> 100644 --- a/catalogue/src/main/java/org/project/openbaton/catalogue/mano/record...
fixed multiple bugs in multiple action handlers
openbaton_openbaton-client
train
0e253cc2b13d931997daf4b9558a30e6060b3f27
diff --git a/src/components/chips-input/QChipsInput.js b/src/components/chips-input/QChipsInput.js index <HASH>..<HASH> 100644 --- a/src/components/chips-input/QChipsInput.js +++ b/src/components/chips-input/QChipsInput.js @@ -278,11 +278,18 @@ export default { ])), this.isLoading - ? h(QSpinner,...
feat(QInput, QChipsInput, QUploader): Add custom loading slot as QBtn (#<I>)
quasarframework_quasar
train
fe39acd6a808fffd3e8ac249afd9837e9b2a00ca
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +3.8.0 +------ + +* remove pattern added from the Expression Violation message. + 3.7.0 (unreleased) ------------------ diff --git a/ModelDescriber/Annotations/Symfon...
Bugfix/remove pattern from property expression message error (#<I>) * remove pattern added from the Expression Violation message. This string confuses the API client showing a violation message instead of having a Regex. Any informatory message for the client should be placed in "description" * fix tests * fi...
nelmio_NelmioApiDocBundle
train
6fbc03b5459d09cd7907b48bd9f3baae85f36029
diff --git a/libs/xmlforms/formdef.js b/libs/xmlforms/formdef.js index <HASH>..<HASH> 100644 --- a/libs/xmlforms/formdef.js +++ b/libs/xmlforms/formdef.js @@ -70,8 +70,9 @@ exports.writeFormList = function(db, pgsql, flatdefs) { }); }; -exports.writeFormViews = function() { +exports.writeFormViews = function(db, ...
made writeFormViews() test look like writeFormList() test this section of testing passes
medic_couch2pg
train
d11b8f6fcf834920e8b9c59b24fc6d76870f136a
diff --git a/altimetry/data/alti_data.py b/altimetry/data/alti_data.py index <HASH>..<HASH> 100644 --- a/altimetry/data/alti_data.py +++ b/altimetry/data/alti_data.py @@ -434,10 +434,15 @@ class alti_data(htools.hydro_data) : return outStr - def write_nc(self,filename): + def write_nc...
RD - added a push method to NetCDF Pushing data into NetCDF file allows modifying it on-the-fly
rdussurget_py-altimetry
train
8541490f53f82df8eb7f7be0342ca78e9e2e4778
diff --git a/src/api/map.js b/src/api/map.js index <HASH>..<HASH> 100644 --- a/src/api/map.js +++ b/src/api/map.js @@ -9,7 +9,7 @@ goog.require('ol.error'); /** - * @typedef {ol.Map|Object|string} + * @typedef {ol.Map|{center, zoom, numZoomLevels, projection, userProjection, maxExtent, maxResolution, resolutions, ...
Be more explicit about object properties to get rid of warnings.
openlayers_openlayers
train
563b55302d846f4d2aeda8bb4cfdb2412f47ac12
diff --git a/spec/unit/mongoid/extensions/date/conversions_spec.rb b/spec/unit/mongoid/extensions/date/conversions_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/mongoid/extensions/date/conversions_spec.rb +++ b/spec/unit/mongoid/extensions/date/conversions_spec.rb @@ -3,7 +3,7 @@ require File.expand_path(File.joi...
Fixing failures when in separate time zone
mongodb_mongoid
train
ef0e5510c209c6b860bc1bf2360d201d34529c0c
diff --git a/src/main/java/org/java_websocket/WebSocketImpl.java b/src/main/java/org/java_websocket/WebSocketImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/java_websocket/WebSocketImpl.java +++ b/src/main/java/org/java_websocket/WebSocketImpl.java @@ -44,7 +44,7 @@ import org.java_websocket.util.Charsetf...
redirect all exceptions thrown from websocket-callbacks to onError instead of shouting down the client/server (#<I>)
TooTallNate_Java-WebSocket
train
38072d7341fae538cc3584f7d4e668445e170aa5
diff --git a/src/javascript/core/utils/Events.js b/src/javascript/core/utils/Events.js index <HASH>..<HASH> 100644 --- a/src/javascript/core/utils/Events.js +++ b/src/javascript/core/utils/Events.js @@ -13,8 +13,8 @@ define('moxie/core/utils/Events', [ 'moxie/core/utils/Basic' -], function(o) { - var eventhash = {...
FileInput, HTML5: Support folder selection for Chrome <I>+. Add destroy method.
moxiecode_moxie
train
f7a7dbabda497e9bfc1d345e42f3b0fb34b472a4
diff --git a/safe_qgis/test_safe_translations.py b/safe_qgis/test_safe_translations.py index <HASH>..<HASH> 100644 --- a/safe_qgis/test_safe_translations.py +++ b/safe_qgis/test_safe_translations.py @@ -18,6 +18,7 @@ __copyright__ = ('Copyright 2012, Australia Indonesia Facility for ' 'Disaster Reduct...
Added unit test for testing dynamic translations.
inasafe_inasafe
train
5c3cdca0b7b322bae78cb3b4c92e460e3e9b8bc9
diff --git a/chef/spec/unit/chef_fs/diff_spec.rb b/chef/spec/unit/chef_fs/diff_spec.rb index <HASH>..<HASH> 100644 --- a/chef/spec/unit/chef_fs/diff_spec.rb +++ b/chef/spec/unit/chef_fs/diff_spec.rb @@ -21,6 +21,10 @@ require 'support/shared/unit/file_system_support' require 'chef/chef_fs/file_pattern' require 'chef/...
Move regex into a constant in chef_fs diff spec
chef_chef
train
8ad3ce3ba6b5112b6c38b4bcc4a0d840a75b4c5c
diff --git a/ryu/services/protocols/bgp/bgpspeaker.py b/ryu/services/protocols/bgp/bgpspeaker.py index <HASH>..<HASH> 100644 --- a/ryu/services/protocols/bgp/bgpspeaker.py +++ b/ryu/services/protocols/bgp/bgpspeaker.py @@ -47,6 +47,7 @@ from ryu.services.protocols.bgp.rtconf.base import CAP_MBGP_IPV4 from ryu.services...
bgp: add med parameter to neighbor_add Sorry, I changed parameter name for MED to uniform with add_vrf. I resend patches for neighbor_add method and neighbor_update and please ignore the patches that I sent before.
osrg_ryu
train
1227e96039553825ff625bd7b69a40b818bd0eea
diff --git a/did/base.py b/did/base.py index <HASH>..<HASH> 100644 --- a/did/base.py +++ b/did/base.py @@ -156,11 +156,9 @@ class Config(object): directory = CONFIG # Detect config file (even before options are parsed) filename = "config" - arguments = " ".join(sys.argv) - i...
Support --conf as abbreviation for --config
psss_did
train
2ed5b2911716d7777b8bc06abae4f76150e9720a
diff --git a/underfs/s3/src/main/java/alluxio/underfs/s3/S3UnderFileSystem.java b/underfs/s3/src/main/java/alluxio/underfs/s3/S3UnderFileSystem.java index <HASH>..<HASH> 100644 --- a/underfs/s3/src/main/java/alluxio/underfs/s3/S3UnderFileSystem.java +++ b/underfs/s3/src/main/java/alluxio/underfs/s3/S3UnderFileSystem.ja...
Change expected warnings to debug in s3 under file system.
Alluxio_alluxio
train
c9bebfb0c08ce303b5644226c9ac0776d7fab7ca
diff --git a/skyfield/sgp4lib.py b/skyfield/sgp4lib.py index <HASH>..<HASH> 100644 --- a/skyfield/sgp4lib.py +++ b/skyfield/sgp4lib.py @@ -1,6 +1,6 @@ """An object representing an Earth-orbiting satellite.""" -from numpy import array +from numpy import array, cross from sgp4.earth_gravity import wgs72 from sgp4.io...
Combine satellite conversions into TEME_to_ITRF()
skyfielders_python-skyfield
train
41599654bd86bc0715fa04ec4ce2079e35dbd843
diff --git a/andes/models/renewable/regcvsg.py b/andes/models/renewable/regcvsg.py index <HASH>..<HASH> 100644 --- a/andes/models/renewable/regcvsg.py +++ b/andes/models/renewable/regcvsg.py @@ -287,7 +287,7 @@ class VSGOuterPIModel: ki=self.ki_dv, x0=...
Fixed the vq into PI Controller.
cuihantao_andes
train
a3445e68c43151cedca8b8dc4d63cd37c4bd5dba
diff --git a/lxd/project/permissions.go b/lxd/project/permissions.go index <HASH>..<HASH> 100644 --- a/lxd/project/permissions.go +++ b/lxd/project/permissions.go @@ -157,15 +157,15 @@ func checkRestrictionsAndAggregateLimits(tx *db.ClusterTx, info *projectInfo) er return nil } - instances := expandInstancesConf...
lxd/project: Consider custom volumes sizes in checkAggregateLimits
lxc_lxd
train
3a92db813b7aef3b82a79ba206131b156c806b11
diff --git a/blog/management/commands/wordpress_to_wagtail.py b/blog/management/commands/wordpress_to_wagtail.py index <HASH>..<HASH> 100755 --- a/blog/management/commands/wordpress_to_wagtail.py +++ b/blog/management/commands/wordpress_to_wagtail.py @@ -160,6 +160,8 @@ class Command(BaseCommand): path, fi...
Don't import embedded as base<I> data images.
thelabnyc_wagtail_blog
train
c62b5c2efd2c9970ac6779940a7ed4f85dc639e0
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -14,11 +14,7 @@ module.exports = (spec) => { const resolver = P.pending(); const self = this; this._badWords = spec.badWords; - /** - * @deprecated the kevinJohnson key is deprecated in favor of...
adding ability to fetch defaults and removing kevinJohnson explicit dependency
istrategylabs_mr-rogers
train
3af4ae9ddb5eee0f6cf73c061657fe570b03bf80
diff --git a/analyzer.go b/analyzer.go index <HASH>..<HASH> 100644 --- a/analyzer.go +++ b/analyzer.go @@ -231,11 +231,11 @@ func (gosec *Analyzer) ignore(n ast.Node) ([]string, bool) { gosec.stats.NumNosec++ // Pull out the specific rules that are listed to be ignored. - re := regexp.MustCompile("(G\\d{...
Fix some lint warnings
securego_gosec
train
e476804cdb3002b56a8815901c0f628288e963b0
diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index <HASH>..<HASH> 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -134,8 +134,10 @@ $string['choosedatasetproperties'] = 'Choose dataset properties'; $string['choosefile'] = 'Choose a file'; $string['close'] = 'Close window'; $string['cl...
quiz editing: MDL-<I> improve display of open and closde dates on the editing page.
moodle_moodle
train
092a9d02836792e14295f87d85f9422164ababa1
diff --git a/core-bundle/contao/drivers/DC_Table.php b/core-bundle/contao/drivers/DC_Table.php index <HASH>..<HASH> 100644 --- a/core-bundle/contao/drivers/DC_Table.php +++ b/core-bundle/contao/drivers/DC_Table.php @@ -1123,9 +1123,14 @@ class DC_Table extends \DataContainer implements \listable, \editable ...
[Core] Correctly pass the insert ID of the undo record (see #<I>)
contao_contao
train
4b98cd2f677d53aac571860a1065a3a3985481f3
diff --git a/lib/implementation.js b/lib/implementation.js index <HASH>..<HASH> 100644 --- a/lib/implementation.js +++ b/lib/implementation.js @@ -1575,7 +1575,7 @@ module.exports = function(self, options) { }; self.addPagesTreeCleaningMigration = function() { - self.apos.migrations.add('pagesTreeCleaning', ...
renames migration to avoid conflicts
apostrophecms_apostrophe-workflow
train
0ef364d86e45b0b0dc17015bf1e8b7756ba68ecf
diff --git a/cmd/juju/publish.go b/cmd/juju/publish.go index <HASH>..<HASH> 100644 --- a/cmd/juju/publish.go +++ b/cmd/juju/publish.go @@ -117,13 +117,13 @@ func (c *PublishCommand) Run(ctx *cmd.Context) (err error) { if err != nil { return fmt.Errorf("cannot obtain local digest: %v", err) } - log.Infof("local d...
Inject completely unnecessary and ugly log message prefixes.
juju_juju
train
0f1533305c6706c1bb4ba3bc0ae75c103711c28f
diff --git a/lib/codeclimate_ci/get_gpa.rb b/lib/codeclimate_ci/get_gpa.rb index <HASH>..<HASH> 100644 --- a/lib/codeclimate_ci/get_gpa.rb +++ b/lib/codeclimate_ci/get_gpa.rb @@ -19,6 +19,7 @@ module CodeclimateCi return last_snapshot_gpa else Messages.result_not_ready + refresh!...
Add refresh method in GetGpa
fs_codeclimate_ci
train
311557b3a1ea7706dc606e01a4251b54255a556a
diff --git a/experiments/symbol_to_proc.rb b/experiments/symbol_to_proc.rb index <HASH>..<HASH> 100644 --- a/experiments/symbol_to_proc.rb +++ b/experiments/symbol_to_proc.rb @@ -1,7 +1,7 @@ require 'benchmark/ips' Benchmark.ips do |x| - a = [0..99999] + a = [*0..99999] x.report('map') do a.map { |e| e....
Unfortunately forgot a character in an experiment :beer:.
nning_david
train
eb0faa725893072dc378f00dac468c38b3ae2c8c
diff --git a/client/src/main/java/net/kuujo/copycat/raft/session/ClientSession.java b/client/src/main/java/net/kuujo/copycat/raft/session/ClientSession.java index <HASH>..<HASH> 100644 --- a/client/src/main/java/net/kuujo/copycat/raft/session/ClientSession.java +++ b/client/src/main/java/net/kuujo/copycat/raft/session/...
Ensure members are reset when retrying session connections.
atomix_atomix
train
c48b27550c0f17b16e988e512e4365b1f1b200c2
diff --git a/isort/isort.py b/isort/isort.py index <HASH>..<HASH> 100644 --- a/isort/isort.py +++ b/isort/isort.py @@ -963,7 +963,7 @@ def exists_case_sensitive(path): can only import using the case of the real file. """ result = os.path.exists(path) - if sys.platform.startswith('win') and result: + ...
fix case-sensitive path existence check in Mac OS X
timothycrosley_isort
train
2f5701b7cefa595ef06336f342b9255324854ed6
diff --git a/apps/full-site-editing/full-site-editing-plugin/full-site-editing/blocks/navigation-menu/index.php b/apps/full-site-editing/full-site-editing-plugin/full-site-editing/blocks/navigation-menu/index.php index <HASH>..<HASH> 100644 --- a/apps/full-site-editing/full-site-editing-plugin/full-site-editing/blocks/...
FSE: Fix empty Navigation Block on sites created with an empty menu (#<I>) Add a secondary fallback to `wp_nav_menu` in the Navigation block's server side rendering to prevent displaying an empty block when the requested menu is empty.
Automattic_wp-calypso
train
387d735968396ad03f2f57168b6adbafb7afab64
diff --git a/pywavefront/texture.py b/pywavefront/texture.py index <HASH>..<HASH> 100644 --- a/pywavefront/texture.py +++ b/pywavefront/texture.py @@ -31,15 +31,10 @@ # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # ----------------------------------------------------...
Treat texture path as a file uri + skip early exist check
pywavefront_PyWavefront
train
629d0a261b2957daaf72bbb5ef308d5d81366cc0
diff --git a/examples/with-react-intl/components/PageWithIntl.js b/examples/with-react-intl/components/PageWithIntl.js index <HASH>..<HASH> 100644 --- a/examples/with-react-intl/components/PageWithIntl.js +++ b/examples/with-react-intl/components/PageWithIntl.js @@ -23,7 +23,7 @@ export default (Page) => { // Ge...
messages are availble within initialProps (#<I>) This has never been working, we based our intl + locale lookups out of this example and found out when translations wasn't working on page transitions due to the fact that messages gets set to undefined because its trying to destruct in the incorrect level
zeit_next.js
train
3b7876dc70644f6c06df2da0284228506277197f
diff --git a/src/visual-data.js b/src/visual-data.js index <HASH>..<HASH> 100644 --- a/src/visual-data.js +++ b/src/visual-data.js @@ -50,9 +50,19 @@ /** * the ids for the visualData plugin. + * These ids will be attached with a prefix to make them unique. + * check the function get...
create the facility function to get ids
leocornus_leocornus-visualdata
train
23766ade0c75e306687111d73d2892a8a5fcb60b
diff --git a/openquake/risk/job/classical_psha.py b/openquake/risk/job/classical_psha.py index <HASH>..<HASH> 100644 --- a/openquake/risk/job/classical_psha.py +++ b/openquake/risk/job/classical_psha.py @@ -68,7 +68,8 @@ class ClassicalPSHABasedMixin: gh = geohash.encode(site.latitude, site.longitude, precisio...
Re-add query condition removed by f<I>ab<I>. Former-commit-id: <I>be9dcf<I>d3d4da4b5de<I>d<I>a<I>ec<I>b<I>c
gem_oq-engine
train
07d3e934ec7648b1c34a414ecd2da1ecd82b4813
diff --git a/command/bdist_rpm.py b/command/bdist_rpm.py index <HASH>..<HASH> 100644 --- a/command/bdist_rpm.py +++ b/command/bdist_rpm.py @@ -467,7 +467,8 @@ class bdist_rpm (Command): # rpm scripts # figure out default build script - def_build = "%s setup.py build" % self.python + de...
Bug #<I>: Put proper recursive setup.py call into the spec file generated by bdist_rpm.
pypa_setuptools
train
fb11307f58fec5eae2654f71711083e6cc3ea649
diff --git a/satpy/composites/glm.py b/satpy/composites/glm.py index <HASH>..<HASH> 100644 --- a/satpy/composites/glm.py +++ b/satpy/composites/glm.py @@ -36,13 +36,14 @@ class HighlightCompositor(GenericCompositor): highlight_factor = (highlight_data - min_highlight) / (max_highlight - min_highlight) ...
Change GLM highlight composite max_factor to be a tuple And other refactorings
pytroll_satpy
train
7bf21a314970209deb140ef43fd465262b155d47
diff --git a/Neos.Flow/Migrations/Code/Version20201207104500.php b/Neos.Flow/Migrations/Code/Version20201207104500.php index <HASH>..<HASH> 100644 --- a/Neos.Flow/Migrations/Code/Version20201207104500.php +++ b/Neos.Flow/Migrations/Code/Version20201207104500.php @@ -31,7 +31,7 @@ class Version20201207104500 extends Abs...
BUGFIX: Fix invalid regex in migration
neos_flow-development-collection
train
b021b7a97616618fdcc587fb8904a7d70f84b5ff
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -174,33 +174,31 @@ function markdownTable(table, options) { rows[rowIndex] = cells.join(delimiter) } - if (settings.rule !== false) { - index = -1 - rule = [] - - while (++index < cellCount) { - // Whe...
Remove `rule` option to not add an alignment row
wooorm_markdown-table
train
69b406887a1a2695ec00a3551af2f574d8502831
diff --git a/tests/Functional/Command/CollectGarbageCommandTest.php b/tests/Functional/Command/CollectGarbageCommandTest.php index <HASH>..<HASH> 100644 --- a/tests/Functional/Command/CollectGarbageCommandTest.php +++ b/tests/Functional/Command/CollectGarbageCommandTest.php @@ -2,43 +2,26 @@ namespace Blast\Tests\Func...
Update for blast-project/tests-bundle
blast-project_DoctrineSessionBundle
train
5d787617e86df331f4ad81c6f283dee42f81ece3
diff --git a/src/Robo/Inspector/Inspector.php b/src/Robo/Inspector/Inspector.php index <HASH>..<HASH> 100644 --- a/src/Robo/Inspector/Inspector.php +++ b/src/Robo/Inspector/Inspector.php @@ -3,6 +3,7 @@ namespace Acquia\Blt\Robo\Inspector; use Acquia\Blt\Robo\Config\YamlConfigProcessor; +use Acquia\Blt\Robo\Excepti...
Throw exception if minimum PHP version is unmet. (#<I>)
acquia_blt
train
9d88eb24ece7bdd79d4dfb5ffdb419ee1429f52c
diff --git a/features/step_definitions/webview_steps.rb b/features/step_definitions/webview_steps.rb index <HASH>..<HASH> 100644 --- a/features/step_definitions/webview_steps.rb +++ b/features/step_definitions/webview_steps.rb @@ -72,5 +72,12 @@ When(/^I click on the anchor with the text "Some Other Page" on that scree...
added method to clear the text on a WebView
leandog_gametel
train
3866f4396b5afb678e618347734c8983950e270e
diff --git a/httpunit.go b/httpunit.go index <HASH>..<HASH> 100644 --- a/httpunit.go +++ b/httpunit.go @@ -393,6 +393,7 @@ type TestResult struct { GotText bool GotRegex bool InvalidCert bool + TimeTotal time.Duration } func (c *TestCase) addr() string { @@ -416,6 +417,10 @@ func (c *TestCase) Test()...
Added TimeTotal (ms) to result.
StackExchange_httpunit
train
a3dddf53115befa7192107f51638007887b6bc60
diff --git a/neevo.php b/neevo.php index <HASH>..<HASH> 100644 --- a/neevo.php +++ b/neevo.php @@ -73,7 +73,7 @@ class Neevo{ const E_STRICT = 13; // Neevo version - const REVISION = 189; + const REVISION = 190; // Data types const BOOL = 30; @@ -289,6 +289,7 @@ class Neevo{ * @internal */ ...
re-introduce Memcache cache+minor
smasty_Neevo
train
e2783bf0cd9f06c75af90eadf8c545ff21ec8682
diff --git a/stanfordnlp/models/common/pretrain.py b/stanfordnlp/models/common/pretrain.py index <HASH>..<HASH> 100644 --- a/stanfordnlp/models/common/pretrain.py +++ b/stanfordnlp/models/common/pretrain.py @@ -43,6 +43,8 @@ class Pretrain: if self.filename is not None and os.path.exists(self.filename): ...
Allow ctrl-c to exit
stanfordnlp_stanza
train
ae040363f07c60983738c00908d52b2d447db6f0
diff --git a/dwave_micro_client_dimod/tiling.py b/dwave_micro_client_dimod/tiling.py index <HASH>..<HASH> 100644 --- a/dwave_micro_client_dimod/tiling.py +++ b/dwave_micro_client_dimod/tiling.py @@ -102,6 +102,9 @@ class TilingComposite(dimod.TemplateComposite): self.embeddings.append(embedding) ...
Add error for 0 tiled embeddings Leading question for possibility of incorrect sampler
dwavesystems_dwave-system
train
a3ca6950a6d0e09b9a73874ff15351e7a3ba7161
diff --git a/src/Model/Behavior/FootprintBehavior.php b/src/Model/Behavior/FootprintBehavior.php index <HASH>..<HASH> 100644 --- a/src/Model/Behavior/FootprintBehavior.php +++ b/src/Model/Behavior/FootprintBehavior.php @@ -42,12 +42,13 @@ class FootprintBehavior extends Behavior $config = $this->config(); ...
Avoid errors due to non-existant event name key. Closes #<I>. Also removed use of config() method for events configuration. Since event names contain dot they are extrapolated as subkeys.
UseMuffin_Footprint
train
b163c1270b0d7192fc3bb7555e69b862ca1faa54
diff --git a/src/Composer/InstallerScript/DumpConfiguration.php b/src/Composer/InstallerScript/DumpConfiguration.php index <HASH>..<HASH> 100644 --- a/src/Composer/InstallerScript/DumpConfiguration.php +++ b/src/Composer/InstallerScript/DumpConfiguration.php @@ -25,6 +25,7 @@ namespace Helhum\TYPO3\ConfigHandling\Compo...
Do not interrupt composer install process when dumping settings fail
helhum_typo3-config-handling
train
482b60848964dbd6e125dea62846fa18afa7dd27
diff --git a/gui/riabclipper.py b/gui/riabclipper.py index <HASH>..<HASH> 100644 --- a/gui/riabclipper.py +++ b/gui/riabclipper.py @@ -197,7 +197,7 @@ def _clipVectorLayer(layer, extent): myDestinationCrs, 'ESRI Shapefile') if myWriter.hasErro...
More informative error string when shp could not be created.
inasafe_inasafe
train
04d5d33659036c0fd79644023817ad5bca194284
diff --git a/go/vt/vtgate/executor.go b/go/vt/vtgate/executor.go index <HASH>..<HASH> 100644 --- a/go/vt/vtgate/executor.go +++ b/go/vt/vtgate/executor.go @@ -1024,8 +1024,7 @@ func (e *Executor) showVitessReplicationStatus(ctx context.Context, show *sqlpar results, err := e.txConn.gateway.Execute(ctx, ts.Target, ...
Show unhealthy tablets in the vitess_replication_status output safely
vitessio_vitess
train
911a99bf232b81ac320f59add5f9a8d0a2e6e198
diff --git a/cake/dispatcher.php b/cake/dispatcher.php index <HASH>..<HASH> 100644 --- a/cake/dispatcher.php +++ b/cake/dispatcher.php @@ -515,7 +515,7 @@ class Dispatcher extends Object { if (key($_GET) && strpos(key($_GET), '?') !== false) { unset($_GET[key($_GET)]); } - $uri = preg_split('/\?/', $uri,...
Replace function preg_split by explode when possible.
cakephp_cakephp
train
45a00ebbc640b1029f6e0e3835ba194a439a9d7d
diff --git a/test/unit/Cursor.test.js b/test/unit/Cursor.test.js index <HASH>..<HASH> 100644 --- a/test/unit/Cursor.test.js +++ b/test/unit/Cursor.test.js @@ -13,14 +13,14 @@ describe('Cursor', () => { it('Should properly initialize with default arguments', () => { let cursor = new Cursor(); assert.instanc...
test(cursor): Add missing tests
kittikjs_cursor
train
86ca9047e5d34c26a8264e10f692e411884b31c0
diff --git a/test/filestore.js b/test/filestore.js index <HASH>..<HASH> 100644 --- a/test/filestore.js +++ b/test/filestore.js @@ -24,23 +24,24 @@ describe('Filestore', function () { describe('Streaming', function() { it('should stream entries as an object', function (done) { - var hello2seen = false; - ...
Refactoring createReadStream. Handle empty logs, CRLFs and missing trailing newline/CRLF.
richardschneider_sally
train
9dbde83ba762580367cb2b6a2a24fd88ef8bfdac
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index <HASH>..<HASH> 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,32 +6,20 @@ on: jobs: lint: - name: ${{ matrix.toxenv }} + name: lint runs-on: ubuntu-latest - strategy: - matrix: - incl...
Add isort for consistent imports, roll lint into one toxenv
nir0s_distro
train
95b0f86ed36a5fdd68f8fb0a137746b0fa477c41
diff --git a/mod/quiz/classes/question/bank/qbank_helper.php b/mod/quiz/classes/question/bank/qbank_helper.php index <HASH>..<HASH> 100644 --- a/mod/quiz/classes/question/bank/qbank_helper.php +++ b/mod/quiz/classes/question/bank/qbank_helper.php @@ -19,7 +19,6 @@ namespace mod_quiz\question\bank; use core_question\lo...
MDL-<I> quiz: fix typos & small bug from MDL-<I>. I think that, because how PHP works, the MDL-<I> bug (lack of explode) generally does not break anything, which is why no tests failed. Still. Good to fix.
moodle_moodle
train
28c62c9a85b1124685402b88f0bddbae7b0e695c
diff --git a/pyscada/models.py b/pyscada/models.py index <HASH>..<HASH> 100755 --- a/pyscada/models.py +++ b/pyscada/models.py @@ -1174,9 +1174,11 @@ class CalculatedVariableSelector(models.Model): short_name=dname, description="Device used to store calculated variables", protocol...
fix slug name for calculated variable
trombastic_PyScada
train
a7068c4f8c1f80745d30e05728bcb3d4a4a42c20
diff --git a/lib/lita/handlers/pagerduty_utility.rb b/lib/lita/handlers/pagerduty_utility.rb index <HASH>..<HASH> 100644 --- a/lib/lita/handlers/pagerduty_utility.rb +++ b/lib/lita/handlers/pagerduty_utility.rb @@ -96,7 +96,7 @@ module Lita private def lookup_on_call_user(schedule_id) - now = Tim...
qualify access to Time.now I was getting the following error when running `lita pager oncall xxx` ERROR: Lita::Handlers::PagerdutyUtility crashed. The exception was: undefined method `now' for Lita::Handlers::Time:Class Qualifying the reference to Time.now seems to fix.
PagerDuty_lita-pagerduty
train
43e65c0a13e07e37dcdaa287b858cdd539c55d60
diff --git a/server/fsm.go b/server/fsm.go index <HASH>..<HASH> 100644 --- a/server/fsm.go +++ b/server/fsm.go @@ -21,6 +21,7 @@ import ( "github.com/osrg/gobgp/config" "github.com/osrg/gobgp/packet" "gopkg.in/tomb.v2" + "io" "net" "time" ) @@ -327,12 +328,9 @@ func buildopen(global *config.Global, peerConf ...
fsm: fix homemade readAll() Fix a received data corruption bug when a partial read happens. Let's use io.ReadFull() rather than the homemade one.
osrg_gobgp
train
6855af3050cd3d84e6039fc0434ec31a5288b33c
diff --git a/spyder/app/mainwindow.py b/spyder/app/mainwindow.py index <HASH>..<HASH> 100644 --- a/spyder/app/mainwindow.py +++ b/spyder/app/mainwindow.py @@ -1088,7 +1088,8 @@ class MainWindow(QMainWindow): # names given for plugins try: if attr in self._INTERNAL_PLUGINS_MAPPING.keys()...
Icon theme: Fix fallback to Spyder 2 icon theme to handle QtAwesome FontError
spyder-ide_spyder
train
0931e14d2ab3a77f26205556d249e3bf2319b1f5
diff --git a/gobblin-hive-registration/src/main/java/org/apache/gobblin/hive/metastore/HiveMetaStoreBasedRegister.java b/gobblin-hive-registration/src/main/java/org/apache/gobblin/hive/metastore/HiveMetaStoreBasedRegister.java index <HASH>..<HASH> 100644 --- a/gobblin-hive-registration/src/main/java/org/apache/gobblin/...
[GOBBLIN-<I>]Fix Issue that hive registration cannot process when schema.literal is not set (#<I>)
apache_incubator-gobblin
train
ce798d6ccc7a85a2fc6b582e2d21e59b5ca7e353
diff --git a/tests/org.eclipse.xtext.common.types.tests/tests/org/eclipse/xtext/common/types/ui/notification/TypeResourceUnloaderTest.java b/tests/org.eclipse.xtext.common.types.tests/tests/org/eclipse/xtext/common/types/ui/notification/TypeResourceUnloaderTest.java index <HASH>..<HASH> 100644 --- a/tests/org.eclipse.x...
Next try to see why the TypeResourceUnloaderTest fails on the server
eclipse_xtext-extras
train
3ebc5d57fed71511237af8a57e236d5785fd6dd1
diff --git a/lib/torquespec/server.rb b/lib/torquespec/server.rb index <HASH>..<HASH> 100644 --- a/lib/torquespec/server.rb +++ b/lib/torquespec/server.rb @@ -4,15 +4,26 @@ module TorqueSpec class Server def start(opts={}) - return if TorqueSpec.lazy and ready? + if ready? + if TorqueSpec...
A little lazier, less process manipulation
torquebox_torquespec
train
78f67e54a56498e06b9684516a6f4196f4fce332
diff --git a/tests/cli/_demo_basic_usage.py b/tests/cli/_demo_basic_usage.py index <HASH>..<HASH> 100644 --- a/tests/cli/_demo_basic_usage.py +++ b/tests/cli/_demo_basic_usage.py @@ -124,8 +124,8 @@ def _unittest_slow_cli_demo_basic_usage( # Oh, why our computers are so slow? least_squares_response = ...
This would appear to have fixed the unit test.
UAVCAN_pyuavcan
train
67907482d33e645eda5e418400dc8b50999cd08d
diff --git a/src/JasperPHP.php b/src/JasperPHP.php index <HASH>..<HASH> 100755 --- a/src/JasperPHP.php +++ b/src/JasperPHP.php @@ -1,9 +1,7 @@ <?php namespace JasperPHP; - /** * Class JasperPHP - * * @package JasperPHP */ class JasperPHP @@ -12,6 +10,11 @@ class JasperPHP /** * @var string */...
Change JasperPHP->the_command to JasperPHP->command attribute
PHPJasper_phpjasper
train
13c9bde0187c8641b172a81d229f5a18bc2a65b9
diff --git a/h2o-algos/src/test/java/hex/DataInfoTest.java b/h2o-algos/src/test/java/hex/DataInfoTest.java index <HASH>..<HASH> 100644 --- a/h2o-algos/src/test/java/hex/DataInfoTest.java +++ b/h2o-algos/src/test/java/hex/DataInfoTest.java @@ -311,6 +311,56 @@ public class DataInfoTest extends TestUtil { } } +...
put dense row creation outside of loop (perf enhance) add special golden test
h2oai_h2o-3
train
66c82a223c2dd556847c5ca8ac821d4f58dd5955
diff --git a/test/e2e/framework/util.go b/test/e2e/framework/util.go index <HASH>..<HASH> 100644 --- a/test/e2e/framework/util.go +++ b/test/e2e/framework/util.go @@ -2786,7 +2786,8 @@ func (config *RCConfig) start() error { // Simplified version of RunRC, that does not create RC, but creates plain Pods. // Optionall...
Inject logFunc into RunPods
kubernetes_kubernetes
train
c7a77b8862551e73fd09b749316c422eee7a2308
diff --git a/cassandra/policies.py b/cassandra/policies.py index <HASH>..<HASH> 100644 --- a/cassandra/policies.py +++ b/cassandra/policies.py @@ -26,7 +26,7 @@ class RoundRobinPolicy(LoadBalancingPolicy): def populate(self, cluster, hosts): self._live_hosts = set(hosts) - if len(hosts) == 1: + ...
Handle no hosts when populating load balancer
datastax_python-driver
train
00fc49b9c247a1fef079bea1570b5767b1803e4c
diff --git a/lib/active_record/connection_adapters/mysql2_adapter.rb b/lib/active_record/connection_adapters/mysql2_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/active_record/connection_adapters/mysql2_adapter.rb +++ b/lib/active_record/connection_adapters/mysql2_adapter.rb @@ -157,7 +157,7 @@ module ActiveRecord ...
plugging sql vulnerability in mysql2 adapter
brianmario_mysql2
train
5e386b98c6b4b26a837e524bd8ad3b20c7eafee6
diff --git a/packages/metascraper-helpers/index.js b/packages/metascraper-helpers/index.js index <HASH>..<HASH> 100644 --- a/packages/metascraper-helpers/index.js +++ b/packages/metascraper-helpers/index.js @@ -17,7 +17,8 @@ const { replace, size, toLower, - toString + toString, + truncate } = require('lod...
refactor: remove duplicate truncate dependency (#<I>)
microlinkhq_metascraper
train
68c346ec84483efe80f4f34d96dd924f4449b6f7
diff --git a/restle/options.py b/restle/options.py index <HASH>..<HASH> 100644 --- a/restle/options.py +++ b/restle/options.py @@ -1,7 +1,8 @@ from restle.serializers import JSONSerializer, URLSerializer OPTION_NAMES = ( - 'case_sensitive_fields', 'match_fuzzy_keys', 'force_https', 'get_method', 'get_parameters'...
Allow `deserializer` option for resources.
consbio_restle
train
06c3930d4918088414c160fb8e47717ed5ec1de7
diff --git a/pandas/core/groupby.py b/pandas/core/groupby.py index <HASH>..<HASH> 100644 --- a/pandas/core/groupby.py +++ b/pandas/core/groupby.py @@ -164,10 +164,7 @@ class GroupBy(object): continue yield (ids[cat],) + subcat, data - gen = self._generator_...
ENH: return tuple in multi-iteration
pandas-dev_pandas
train
dcb3ddc0e316f0a234915091cd63eb1068c284c2
diff --git a/owlapi-gwt-serialization-tests/src/test/java/org/semanticweb/owlapi/gwt/client/GwtTest_OWLObject_Serialization.java b/owlapi-gwt-serialization-tests/src/test/java/org/semanticweb/owlapi/gwt/client/GwtTest_OWLObject_Serialization.java index <HASH>..<HASH> 100644 --- a/owlapi-gwt-serialization-tests/src/test...
Added test case for serialization of OWLOneOf
matthewhorridge_owlapi-gwt
train
c00d15dbbaa7db02d082941e15ea5cbb14d148ef
diff --git a/chess/__init__.py b/chess/__init__.py index <HASH>..<HASH> 100644 --- a/chess/__init__.py +++ b/chess/__init__.py @@ -2618,7 +2618,7 @@ class SquareSet(object): r = string.find("1", 0) while r != -1: yield l - r - 1 - r = string.find("1", r) + r = string...
Test and fix SquareSet.__reversed__()
niklasf_python-chess
train
b4c68b06ff3fe941b7b61d70d93d6bf6fde34730
diff --git a/src/main/java/hudson/plugins/sshslaves/SSHLauncher.java b/src/main/java/hudson/plugins/sshslaves/SSHLauncher.java index <HASH>..<HASH> 100644 --- a/src/main/java/hudson/plugins/sshslaves/SSHLauncher.java +++ b/src/main/java/hudson/plugins/sshslaves/SSHLauncher.java @@ -26,6 +26,7 @@ import hudson.util.IOEx...
authentication failure is an user error that we expect, and no point in reporting a stack trace.
jenkinsci_ssh-slaves-plugin
train
f21d98e7aefbf9ff4d5eeba05d7a925cc7ac20c3
diff --git a/search/search.go b/search/search.go index <HASH>..<HASH> 100644 --- a/search/search.go +++ b/search/search.go @@ -304,6 +304,7 @@ func (x *Index) Search(c context.Context, query string, opts *SearchOptions) *It t.refinements = opts.Refinements t.facetOpts = opts.Facets t.searchOffset = opts.Offset...
search: expose CountAccuracy in SearchOptions. Change-Id: I<I>f<I>e<I>f<I>fa5cd1bcca<I>d<I>a9
golang_appengine
train
b32f09ddaddb307f13e36dee4abe9c62aabd3005
diff --git a/holidays.py b/holidays.py index <HASH>..<HASH> 100644 --- a/holidays.py +++ b/holidays.py @@ -9,8 +9,6 @@ # Author: ryanss <ryanssdev@icloud.com> # Website: https://github.com/ryanss/holidays.py # License: MIT (see LICENSE file) -# Version: 0.5 (September 5, 2016) - from datetime import date, da...
Stop hardcoding version in multiple locations Fix #5
dr-prodigy_python-holidays
train
ed1d47d2d673a95166aa9243a187862ff32d068e
diff --git a/imagemounter/volume.py b/imagemounter/volume.py index <HASH>..<HASH> 100644 --- a/imagemounter/volume.py +++ b/imagemounter/volume.py @@ -560,8 +560,8 @@ class Volume(object): self.fstype = 'ufs' elif '0x07' in fsdesc or 'ntfs' in fsdesc or 'exfat' in fsdesc: ...
Updated ntfs/exfat logging.
ralphje_imagemounter
train
eddf6c3c562fd4b953dd47143917bd4f6bcae621
diff --git a/src/main/java/com/orientechnologies/orient/etl/OETLProcessor.java b/src/main/java/com/orientechnologies/orient/etl/OETLProcessor.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/orientechnologies/orient/etl/OETLProcessor.java +++ b/src/main/java/com/orientechnologies/orient/etl/OETLProcessor.java @...
Disabled static check of the flow
orientechnologies_orientdb-etl
train
7038cb32515edba4959eaa022650766228f7c522
diff --git a/server/src/main/java/org/jboss/as/server/deployment/Phase.java b/server/src/main/java/org/jboss/as/server/deployment/Phase.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/org/jboss/as/server/deployment/Phase.java +++ b/server/src/main/java/org/jboss/as/server/deployment/Phase.java @@ -218,7 +21...
1) EJB3 subsystem model changes for configuring bean instance pools, default slsb instance pool, default mdb instance pool and default resource adapter name to be used by MDBs 2) MDB integration fixes 3) Merge with latest timerservice changes was: 2da<I>cc0b<I>fcdba<I>ab6abedaef
wildfly_wildfly-core
train
4dbb20d730894134f5e7b1a95e596bb09d610ef3
diff --git a/lib/kanbanpad/kanbanpad-api.rb b/lib/kanbanpad/kanbanpad-api.rb index <HASH>..<HASH> 100644 --- a/lib/kanbanpad/kanbanpad-api.rb +++ b/lib/kanbanpad/kanbanpad-api.rb @@ -30,7 +30,7 @@ module KanbanpadAPI end class Base < ActiveResource::Base - self.site = "http://localhost:4567/api/v1/" + s...
fix creation of ticket should return a valid ticket
hybridgroup_taskmapper-kanbanpad
train
a2f164d7bdd44ccb804885c055e04dff94387495
diff --git a/osmdroid-android/src/main/java/org/osmdroid/views/Projection.java b/osmdroid-android/src/main/java/org/osmdroid/views/Projection.java index <HASH>..<HASH> 100644 --- a/osmdroid-android/src/main/java/org/osmdroid/views/Projection.java +++ b/osmdroid-android/src/main/java/org/osmdroid/views/Projection.java @...
Apply screen rotation before calculating the bounding box The bounding box will now accommodate for rectangular screens being rotated throughout <I> degrees.
osmdroid_osmdroid
train
6eebcf0e04c6300ff644229907564cb74b7d73f9
diff --git a/pysat/tests/test_ftp_instruments.py b/pysat/tests/test_ftp_instruments.py index <HASH>..<HASH> 100644 --- a/pysat/tests/test_ftp_instruments.py +++ b/pysat/tests/test_ftp_instruments.py @@ -1,16 +1,13 @@ """ tests the pysat meta object and code """ -import pysat +import importlib +import os import temp...
Update test_ftp_instruments.py Updated import order to be more PEP8 compliant
rstoneback_pysat
train
cd4d719159ce8185234c7cff4c58b073bbcb05cf
diff --git a/Headers.php b/Headers.php index <HASH>..<HASH> 100644 --- a/Headers.php +++ b/Headers.php @@ -37,7 +37,7 @@ class Headers extends Parameters /** * Headers are allowed to have multiple values, so we must add support for that * - * {@inheritdoc} + * @inheritdoc * @param string|...
Separated ViewFactory into several subclasses, renamed all "{@inheritdoc}" PHPDoc to "@inheritdoc"
opulencephp_Opulence
train
150b8e96af4f28de1214022192122599d1a56dbd
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ The following methods can be called on the `toMarkdown` object. Returns `true`/`false` depending on whether the element is block level. +### `isVoid(node)` + +Returns `true`/`false` depending on whethe...
Add isVoid to public methods
laurent22_joplin-turndown
train
debe4a2ffcec23672bfbbef7ec74edce97ca18a7
diff --git a/lib/metanorma/compile.rb b/lib/metanorma/compile.rb index <HASH>..<HASH> 100644 --- a/lib/metanorma/compile.rb +++ b/lib/metanorma/compile.rb @@ -214,6 +214,10 @@ module Metanorma elsif ext == :html && options[:sectionsplit] sectionsplit_convert(xml_name, isodoc, outfilename, isodoc_opt...
bipm-si-brochure#<I> fix deleted font_manifest.yml before mn2pdf invocation issue
metanorma_metanorma
train
5b4e7f5afc646abce8e2faaacf31b18479e352da
diff --git a/synapse/lib/cell.py b/synapse/lib/cell.py index <HASH>..<HASH> 100644 --- a/synapse/lib/cell.py +++ b/synapse/lib/cell.py @@ -432,7 +432,11 @@ class Cell(s_base.Base, s_telepath.Aware): async def _initCellDmon(self): # start a unix local socket daemon listener sockpath = os.path.join...
Temporary fix for unblocking a user.
vertexproject_synapse
train
10a245704b4f4542e7a60cd49cc3b5e71da44b4e
diff --git a/src/main/org/openscience/cdk/fingerprint/ShortestPathWalker.java b/src/main/org/openscience/cdk/fingerprint/ShortestPathWalker.java index <HASH>..<HASH> 100644 --- a/src/main/org/openscience/cdk/fingerprint/ShortestPathWalker.java +++ b/src/main/org/openscience/cdk/fingerprint/ShortestPathWalker.java @@ -1...
Replaced atom iteration with integer for loops - this causes no regressions.
cdk_cdk
train
4fa201245d75d0bd72e8f2472938fb7ae7ba186f
diff --git a/django_fsm/signals.py b/django_fsm/signals.py index <HASH>..<HASH> 100644 --- a/django_fsm/signals.py +++ b/django_fsm/signals.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- from django.dispatch import Signal -pre_transition = Signal(providing_args=['instance', 'name', 'source', 'target']) -post_transition...
mRemoved providing_args kwarg from Signal constructor.
viewflow_django-fsm
train
068d698cc9773a7243a30cd0a020cfe5af6bced3
diff --git a/src/lib/base/component-manager.js b/src/lib/base/component-manager.js index <HASH>..<HASH> 100644 --- a/src/lib/base/component-manager.js +++ b/src/lib/base/component-manager.js @@ -135,21 +135,45 @@ const callHandler = (comp, e, handlers, selectors) => { return rv; } +/** + * Given an id, returns ...
Fix build errors and add more jsdoc to component manager
dashersw_erste
train
c920de25cfc4b954c20043611df42140d170cb2a
diff --git a/issue.go b/issue.go index <HASH>..<HASH> 100644 --- a/issue.go +++ b/issue.go @@ -171,6 +171,7 @@ type IssueLink struct { Type IssueLinkType `json:"type"` OutwardIssue Issue `json:"outwardIssue"` InwardIssue Issue `json:"inwardIssue"` + Comment Comment `json:"comment"` ...
Add method to link issues The original cherry-pick was modified. Thanks for the initial version to @rumyantseva
andygrunwald_go-jira
train
33ab48dc00afe84aea1d913760f95ce69134de62
diff --git a/efopen/ef_template_resolver.py b/efopen/ef_template_resolver.py index <HASH>..<HASH> 100644 --- a/efopen/ef_template_resolver.py +++ b/efopen/ef_template_resolver.py @@ -282,7 +282,7 @@ class EFTemplateResolver(object): self.resolved["ACCOUNT"] = profile_arn.split(":")[4] self.resolved["ROLE"...
fix service symbol on ec2 (#<I>)
crunchyroll_ef-open
train
c1d7c0f5aa6ab1d63a14ecad55cfafc2db2e3530
diff --git a/bulbs/content/models.py b/bulbs/content/models.py index <HASH>..<HASH> 100644 --- a/bulbs/content/models.py +++ b/bulbs/content/models.py @@ -346,7 +346,13 @@ class ContentManager(PolymorphicManager): def bulk_shallow(self, pks): index = settings.ES_INDEXES.get('default') results = g...
When we delete from the DB, it should remove from ES
theonion_django-bulbs
train
3654cc6f4dd840a03e52e7d11e4f87fd4cb85c9b
diff --git a/src/Validation/DataWrapper/ArrayWrapper.php b/src/Validation/DataWrapper/ArrayWrapper.php index <HASH>..<HASH> 100644 --- a/src/Validation/DataWrapper/ArrayWrapper.php +++ b/src/Validation/DataWrapper/ArrayWrapper.php @@ -20,16 +20,12 @@ class ArrayWrapper implements WrapperInterface { } ...
Cleaned up useless methods from the DataWrapper\WrapperInterface, improved code coverage
siriusphp_validation
train
011aeae9519a08972e16f4d7a01bb6abaa324053
diff --git a/lib/Cake/Console/ShellDispatcher.php b/lib/Cake/Console/ShellDispatcher.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Console/ShellDispatcher.php +++ b/lib/Cake/Console/ShellDispatcher.php @@ -141,7 +141,7 @@ class ShellDispatcher { set_error_handler(array('ConsoleErrorHandler', 'handleError'), Configu...
Giving a useful value to FULL_BASE_URL in CLI if it doesn't get defined by the developer.
cakephp_cakephp
train
62cda56d5717f120446a8a7ea17b508d537218c7
diff --git a/src/PharUpdater/Strategy/GitHubReleasesApiStrategy.php b/src/PharUpdater/Strategy/GitHubReleasesApiStrategy.php index <HASH>..<HASH> 100644 --- a/src/PharUpdater/Strategy/GitHubReleasesApiStrategy.php +++ b/src/PharUpdater/Strategy/GitHubReleasesApiStrategy.php @@ -92,8 +92,9 @@ class GitHubReleasesApiStra...
In the release strategy, index by tag name earlier
ibuildingsnl_qa-tools
train