hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
77b21da24ae3c2c4c082f2ec5a2073e68b4d5adb
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -16,16 +16,6 @@ if (process.env.COMPRESS) { ); } -if (process.env.COMPRESS) { - plugins.push( - new webpack.optimize.UglifyJsPlugin({ - compressor: { - warnings: false ...
remove duplicate lines in webpack config
jansedivy_potion
train
js
d161f332984c18806dfcb9830d066f9c2167ac8d
diff --git a/src/emailjs-imap-client.js b/src/emailjs-imap-client.js index <HASH>..<HASH> 100644 --- a/src/emailjs-imap-client.js +++ b/src/emailjs-imap-client.js @@ -1828,7 +1828,7 @@ }; }; - var logger = this.options.logger || createLogger(this.logLevel, "emailjs-imap-client@" + this.op...
sessionId missing from logs It is vital too see which session owns each log when connected to more than one server
emailjs_emailjs-imap-client
train
js
740119003efdc8fcc8aa19eac27580d93cc9b02b
diff --git a/hearthstone/cardxml.py b/hearthstone/cardxml.py index <HASH>..<HASH> 100644 --- a/hearthstone/cardxml.py +++ b/hearthstone/cardxml.py @@ -151,10 +151,9 @@ class CardXML(object): for tag in STRING_TAGS: value = self.strings[tag] if value: - ElementTree.SubElement( - ret, "Tag", enumID=str(...
cardxml: Write string tag contents as text rather than attribute
HearthSim_python-hearthstone
train
py
39c24a78ea235ee9efcb9db42483118be8f83f80
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open('./README.rst') as f: setup( - version="10.2.0", + version="10.2.0rc1", name="swimlane", author="Swimlane", author_email="info@swimlane.com",
change <I> to rc tag (#<I>)
swimlane_swimlane-python
train
py
7bb7c68889c2a2ec1e9aef49b23aff7c1793de9d
diff --git a/ceph_deploy/hosts/suse/uninstall.py b/ceph_deploy/hosts/suse/uninstall.py index <HASH>..<HASH> 100644 --- a/ceph_deploy/hosts/suse/uninstall.py +++ b/ceph_deploy/hosts/suse/uninstall.py @@ -7,7 +7,7 @@ def uninstall(conn, purge=False): 'libcephfs1', 'librados2', 'librbd1', - ...
suse.uninstall: ceph-deploy purge fails on SUSE. This is because ceph-deploy tries to remove a package that does not exist. To fix this we need to change package name to correct name ceph-radosgw from the old name radosgw.
ceph_ceph-deploy
train
py
03a5dafa87ca70587274863a902f03c0b573caeb
diff --git a/code/media/com_files/js/files.app.js b/code/media/com_files/js/files.app.js index <HASH>..<HASH> 100644 --- a/code/media/com_files/js/files.app.js +++ b/code/media/com_files/js/files.app.js @@ -65,6 +65,9 @@ Files.App = new Class({ clearTimeout(delay); delay = this.setDimensions.delay...
re #<I> thumbnail size forgotten when switching between grid and list layouts
joomlatools_joomlatools-framework
train
js
fdbfa0abbd4942c4acab4dd48161f64df5e3734d
diff --git a/core/Common.php b/core/Common.php index <HASH>..<HASH> 100644 --- a/core/Common.php +++ b/core/Common.php @@ -85,7 +85,6 @@ class Piwik_Common if(defined('PIWIK_TRACKER_MODE') && PIWIK_TRACKER_MODE) { - Zend_Registry::set('db', Piwik_Tracker::getDatabase()); //TODO we can remove these inc...
- fixed #<I> due to wrong order in includes when regenerating cache file in piwik.php git-svn-id: <URL>
matomo-org_matomo
train
php
00eba6951aaf932151abe61bb3867516783b38bc
diff --git a/rails/init.rb b/rails/init.rb index <HASH>..<HASH> 100644 --- a/rails/init.rb +++ b/rails/init.rb @@ -7,9 +7,9 @@ module Timely def weekdays_field(attribute, options={}) db_field = options[:db_field] || attribute.to_s + '_bit_array' self.composed_of(attribute, - :class_name => "Ti...
Fixes NameError (uninitialized constant Rails::Plugin::Timely::WeekDays)
sealink_timely
train
rb
672f2c82e9fff9f2f74025770d422a093b5994e8
diff --git a/lib/bibformatadminlib.py b/lib/bibformatadminlib.py index <HASH>..<HASH> 100644 --- a/lib/bibformatadminlib.py +++ b/lib/bibformatadminlib.py @@ -156,6 +156,11 @@ def perform_request_format_template_show(bft, ln=cdslang, code=None, # Look for all existing content_types content_types = bibformat_d...
Added more content-types by default in content-types list for preview.
inveniosoftware_invenio-formatter
train
py
3546db916c2d3eb6f2994120d9cbfa499828f190
diff --git a/app/config/bootstrap/media.php b/app/config/bootstrap/media.php index <HASH>..<HASH> 100644 --- a/app/config/bootstrap/media.php +++ b/app/config/bootstrap/media.php @@ -39,7 +39,8 @@ Collection::formats('lithium\net\http\Media'); // use lithium\net\http\Media; // // Dispatcher::applyFilter('_callable',...
Trim leading slash of request url before parsing library and asset
UnionOfRAD_framework
train
php
8f2044c6992534fb59505ad5fe59876bf926f1b9
diff --git a/example/example/settings.py b/example/example/settings.py index <HASH>..<HASH> 100644 --- a/example/example/settings.py +++ b/example/example/settings.py @@ -8,6 +8,8 @@ For the full list of settings and their values, see https://docs.djangoproject.com/en/1.6/ref/settings/ """ +import django + # Build...
Non-sucky testrunner for pre-django<I>
bruth_django-tracking2
train
py
a3fd2d691fd62fc1b9be3d7e6652f9740bee8a31
diff --git a/lib/travis/model/build.rb b/lib/travis/model/build.rb index <HASH>..<HASH> 100644 --- a/lib/travis/model/build.rb +++ b/lib/travis/model/build.rb @@ -66,7 +66,6 @@ class Build < ActiveRecord::Base end def next_number - env = defined?(Rails) ? Rails.env : ENV['ENV'] || ENV['RAILS_ENV'] || '...
env isn't used anywhere, so i am pretty sure it can be removed
travis-ci_travis-core
train
rb
0044ef9fc46e54c851bbdcefda5c42465770827a
diff --git a/ipyrad/assemble/refmap.py b/ipyrad/assemble/refmap.py index <HASH>..<HASH> 100644 --- a/ipyrad/assemble/refmap.py +++ b/ipyrad/assemble/refmap.py @@ -81,10 +81,11 @@ def index_reference_sequence(data, force=False): ## error handling if proc1.returncode: raise IPyradWarningExit(error1) - ...
Adjusted fix to bgzip test.
dereneaton_ipyrad
train
py
31adecbf829cd708990d411c81d8a9edcb2f4c31
diff --git a/active_event/lib/active_event/domain.rb b/active_event/lib/active_event/domain.rb index <HASH>..<HASH> 100644 --- a/active_event/lib/active_event/domain.rb +++ b/active_event/lib/active_event/domain.rb @@ -34,7 +34,7 @@ module ActiveEvent base.server_uri = 'druby://127.0.0.1:8787' end - ...
* different syntax for lambda and default args to ensure rubinius support
hicknhack-software_rails-disco
train
rb,rb
b327981534da9cfc311d702c55806747ec87cab2
diff --git a/ryu/lib/packet/bgp.py b/ryu/lib/packet/bgp.py index <HASH>..<HASH> 100644 --- a/ryu/lib/packet/bgp.py +++ b/ryu/lib/packet/bgp.py @@ -2661,11 +2661,12 @@ class _FlowSpecOperatorBase(_FlowSpecComponentBase): return cls(operator, value), rest def serialize_body(self): - length = (self....
packet/bgp: Properly calculate length for FlowSpec RFC <I> says the 'len' field in numeric or bitmask operators represents that the length of the value field is [1 << 'len']. But, in serializing FlowSpec messages, the packet library uses the `len` field as the length of the value field itself. This patch fixes it to s...
osrg_ryu
train
py
3d823fe35c8bca18082dbb2b0cadec844aeb4fa0
diff --git a/src/Codeception/Lib/Connector/ZF2.php b/src/Codeception/Lib/Connector/ZF2.php index <HASH>..<HASH> 100644 --- a/src/Codeception/Lib/Connector/ZF2.php +++ b/src/Codeception/Lib/Connector/ZF2.php @@ -40,6 +40,8 @@ class ZF2 extends Client $zendRequest = $this->application->getRequest(); $z...
Reset status code in ZF2 connector
Codeception_base
train
php
1e810c57f99ba08e6cb97ec1ba10a1c0b95147f7
diff --git a/lxd/device/device.go b/lxd/device/device.go index <HASH>..<HASH> 100644 --- a/lxd/device/device.go +++ b/lxd/device/device.go @@ -115,6 +115,9 @@ func (d *deviceCommon) Remove() error { } // New instantiates a new device struct, validates the supplied config and sets it into the device. +// If the devi...
device: Modifies New function to return device even if validation fails This is so the caller can decide whether to use the device or not based on the scenario. In cases where a new version of LXD restricts device validation such that a previously valid config is now invalid, it is useful for LXD to still be able to ...
lxc_lxd
train
go
3146ce934e337aede2e5f0af19150108812a4046
diff --git a/lib/fine_print/controller_additions.rb b/lib/fine_print/controller_additions.rb index <HASH>..<HASH> 100644 --- a/lib/fine_print/controller_additions.rb +++ b/lib/fine_print/controller_additions.rb @@ -30,14 +30,17 @@ module FinePrint class_eval do before_filter(filter_options) do |co...
quietly return if user not logged in
lml_fine_print
train
rb
0547177f321335668f20abb2558e9351fa8e32dc
diff --git a/GPy/core/model.py b/GPy/core/model.py index <HASH>..<HASH> 100644 --- a/GPy/core/model.py +++ b/GPy/core/model.py @@ -76,7 +76,7 @@ class Model(Parameterized): jobs = [] pool = mp.Pool(processes=num_processes) for i in range(num_restarts): - ...
change the behavior the optimize_restarts to keep the original model parameters for the firt run
SheffieldML_GPy
train
py
61a7ac85c748414c73a7109cbfee192a34e38016
diff --git a/master/buildbot/process/buildstep.py b/master/buildbot/process/buildstep.py index <HASH>..<HASH> 100644 --- a/master/buildbot/process/buildstep.py +++ b/master/buildbot/process/buildstep.py @@ -129,6 +129,8 @@ class SyncLogFileWrapper(logobserver.LogObserver): self.finished = False self.f...
wait for the logs are created before finishing the step There is a race condition between addLogs calls, and the end of the step. for oldStyleSteps, this matters, because the subsequent addStderr, are only called at the end of the step, so we must wait for log are created before continuing
buildbot_buildbot
train
py
e27135cb1ee68f632e0bc1909114486d1d70bffc
diff --git a/lib/couchrest/validation/validators/required_field_validator.rb b/lib/couchrest/validation/validators/required_field_validator.rb index <HASH>..<HASH> 100644 --- a/lib/couchrest/validation/validators/required_field_validator.rb +++ b/lib/couchrest/validation/validators/required_field_validator.rb @@ -37,7 ...
Fixed required_field_validator to behave correctly with boolean fields
couchrest_couchrest_model
train
rb
ebd8bdf874a479695ce2bec1e0e24cbcb2257a80
diff --git a/db/ActiveSearchTrait.php b/db/ActiveSearchTrait.php index <HASH>..<HASH> 100644 --- a/db/ActiveSearchTrait.php +++ b/db/ActiveSearchTrait.php @@ -183,7 +183,9 @@ trait ActiveSearchTrait $subquery = (new Query) ->select(array_keys($relation->link)) ->from(['t' ...
fix relation search by adding prefix to pk
netis-pl_yii2-crud
train
php
9d9703928fecbbe7afd313e2696f9b9aac87dbfe
diff --git a/pysc2/lib/sc_process.py b/pysc2/lib/sc_process.py index <HASH>..<HASH> 100644 --- a/pysc2/lib/sc_process.py +++ b/pysc2/lib/sc_process.py @@ -61,10 +61,10 @@ class StarcraftProcess(object): host="127.0.0.1", connect=True, timeout_seconds=None, **kwargs): self._proc = None self._co...
Fail early if the binary doesn't exist. PiperOrigin-RevId: <I>
deepmind_pysc2
train
py
7451a0df190ae73e2fb7c6ec429d28ea0116d537
diff --git a/spec/controllers/api/systems_packages_controller_spec.rb b/spec/controllers/api/systems_packages_controller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/controllers/api/systems_packages_controller_spec.rb +++ b/spec/controllers/api/systems_packages_controller_spec.rb @@ -41,7 +41,7 @@ describe Api::Syste...
Temporary fix for jenkins errors
Katello_katello
train
rb
9a3415f4472ca96459f2bdf0dd1acd74096f6187
diff --git a/ui/app/products/components/pnc-products-data-table/pncProductsDataTable.js b/ui/app/products/components/pnc-products-data-table/pncProductsDataTable.js index <HASH>..<HASH> 100644 --- a/ui/app/products/components/pnc-products-data-table/pncProductsDataTable.js +++ b/ui/app/products/components/pnc-products-...
[NCL-<I>] Add abbreviation filter option to product list page
project-ncl_pnc
train
js
f158061ab92f8ae7d5cbae19e717ecb390bc69b8
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,7 +55,7 @@ repo_name = u"dtoolcore" # built documents. # # The short X.Y version. -version = u"2.7.0" +version = u"2.8.0" # The full version, including alpha/beta/rc tags. r...
Update version number to <I>
jic-dtool_dtoolcore
train
py,py,py
13c7b7bc97aab4d70e178fdb25af1b2c3b85ac5b
diff --git a/lib/plugins/package/lib/zipService.js b/lib/plugins/package/lib/zipService.js index <HASH>..<HASH> 100644 --- a/lib/plugins/package/lib/zipService.js +++ b/lib/plugins/package/lib/zipService.js @@ -1,5 +1,6 @@ 'use strict'; +const { ServerlessError } = require('../../../classes/Error'); const BbPromise...
fix(Packaging): Expose meaningfully file access errors (#<I>)
serverless_serverless
train
js
4d59864dc14c77105aaabaaab7cdcaa9651609cf
diff --git a/lib/shared/adapters/test_unit_adapter.rb b/lib/shared/adapters/test_unit_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/shared/adapters/test_unit_adapter.rb +++ b/lib/shared/adapters/test_unit_adapter.rb @@ -4,7 +4,7 @@ class TestUnitAdapter def self.command(project_path, ruby_interpreter, files) ...
Use full path with test unit files to support ruby <I>.
joakimk_testbot
train
rb
709d2297b0718ed91c50af577cbf69fcd605ac6c
diff --git a/presto-main/src/main/java/com/facebook/presto/server/ThreadResource.java b/presto-main/src/main/java/com/facebook/presto/server/ThreadResource.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/server/ThreadResource.java +++ b/presto-main/src/main/java/com/facebook/presto/...
fix for thread listing under heavy workloads
prestodb_presto
train
java
88737038b25ac40ad2ae1ce1a60b9578fa492b54
diff --git a/upload/admin/controller/marketplace/cron.php b/upload/admin/controller/marketplace/cron.php index <HASH>..<HASH> 100644 --- a/upload/admin/controller/marketplace/cron.php +++ b/upload/admin/controller/marketplace/cron.php @@ -61,7 +61,7 @@ class Cron extends \Opencart\System\Engine\Controller { } i...
Added integer on $page get request.
opencart_opencart
train
php
57095bafe72ffd80d22469215db026be3c5d4242
diff --git a/script/check-MakeGitError-thread-lock.go b/script/check-MakeGitError-thread-lock.go index <HASH>..<HASH> 100644 --- a/script/check-MakeGitError-thread-lock.go +++ b/script/check-MakeGitError-thread-lock.go @@ -9,6 +9,8 @@ import ( "go/printer" "go/token" "log" + "os" + "path/filepath" "strings" ) ...
only check Go source files for non-thread-locked MakeGitError calls
libgit2_git2go
train
go
500a2ec4f1cebaf74ab9001be8a925478a8e2de8
diff --git a/src/playbacks/html5_video/html5_video.js b/src/playbacks/html5_video/html5_video.js index <HASH>..<HASH> 100644 --- a/src/playbacks/html5_video/html5_video.js +++ b/src/playbacks/html5_video/html5_video.js @@ -169,7 +169,7 @@ class HTML5Video extends Playback { this.$el.html(this.template({ src: this....
html5 video: fix autoplay not working correctly on safari (closes #<I>)
clappr_clappr
train
js
d3fde219fcff4d062b90fb63f1afe03b3349eb0d
diff --git a/test/utils/TestDateTime.java b/test/utils/TestDateTime.java index <HASH>..<HASH> 100644 --- a/test/utils/TestDateTime.java +++ b/test/utils/TestDateTime.java @@ -71,6 +71,12 @@ public final class TestDateTime { } @Test + public void parseDateTimeStringNow() { + long t = DateTime.parseDateTime...
Added test for Now timestamp Fixes #<I>
OpenTSDB_opentsdb
train
java
8ae19d27686bbbcaa470df307ed1a6b02de1ea96
diff --git a/satpy/readers/abi_l1b.py b/satpy/readers/abi_l1b.py index <HASH>..<HASH> 100644 --- a/satpy/readers/abi_l1b.py +++ b/satpy/readers/abi_l1b.py @@ -96,10 +96,11 @@ class NC_ABI_L1B(BaseFileHandler): lon_0 = projection.attrs['longitude_of_projection_origin'][...] sweep_axis = projection.attr...
Update ABI scale factors to be <I>-bit floats to improve X/Y calculations In other applications I have noticed that the in-file <I>-bit factor and offset produce a noticeable drift in the per-pixel X/Y values. When converted to <I>-bit to force <I>-bit arithmetic the results are closer to the advertised pixel resoluti...
pytroll_satpy
train
py
237c1652a459fb0cc2fcd3a68fdf789669a11185
diff --git a/spyderlib/widgets/explorer.py b/spyderlib/widgets/explorer.py index <HASH>..<HASH> 100644 --- a/spyderlib/widgets/explorer.py +++ b/spyderlib/widgets/explorer.py @@ -395,8 +395,11 @@ class ExplorerTreeWidget(DirView): path, valid = QInputDialog.getText(self, ...
File explorer widget: fixed "Rename" feature
spyder-ide_spyder
train
py
4fee02d7b114e17e3e9025d7547bca45b2a274fe
diff --git a/lib/mauth/client.rb b/lib/mauth/client.rb index <HASH>..<HASH> 100644 --- a/lib/mauth/client.rb +++ b/lib/mauth/client.rb @@ -7,6 +7,23 @@ require 'mauth/core_ext' require 'mauth/autoload' module MAuth + class Client + class << self + # the root of the MAuth-Client library + def root + ...
add MAuth::Client.version and, assisting that, MAuth::Client.root
mdsol_mauth-client-ruby
train
rb
da278774bad10dec783fca1f37d83fc8096d7b66
diff --git a/src/tools/Fsck.java b/src/tools/Fsck.java index <HASH>..<HASH> 100644 --- a/src/tools/Fsck.java +++ b/src/tools/Fsck.java @@ -144,6 +144,8 @@ final class Fsck { final StringBuilder buf = new StringBuilder(); for (final Query query : queries) { final long start_time = System.nanoTime(); + ...
fsck: Provide more feedback on how much progress is made. Change-Id: Ib<I>dce<I>e3cadf5f<I>b<I>bab5e4c<I>a0
OpenTSDB_opentsdb
train
java
171a25bad2ec2376b862b1ddd02380f77e4d2a83
diff --git a/treeCl/distance_matrix.py b/treeCl/distance_matrix.py index <HASH>..<HASH> 100644 --- a/treeCl/distance_matrix.py +++ b/treeCl/distance_matrix.py @@ -78,7 +78,7 @@ class DistanceMatrix(np.ndarray): add_noise=False, normalise=False, distribute_tasks=False, - ...
Batch simulation (async and seqntl)
kgori_treeCl
train
py,py
5368f7aebd21d99105e8690ea88e7780169f9c1d
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -70,7 +70,7 @@ gulp.task('docList', ['gitBranch'], (done) => { /** * Generate API documentation for all js files, place markup in the correct folder for readthedocs.org */ -gulp.task('docs', ['gitBranch', 'lin...
More lambda I really am just fiddling now
SockDrawer_SockBot
train
js
503a037ad10eb3cdf7e676ab8c2bf4f8b6a6d22c
diff --git a/eZ/Publish/Core/MVC/Symfony/Controller/Content/ViewController.php b/eZ/Publish/Core/MVC/Symfony/Controller/Content/ViewController.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/MVC/Symfony/Controller/Content/ViewController.php +++ b/eZ/Publish/Core/MVC/Symfony/Controller/Content/ViewController.php @...
EZP-<I>: Made it possible to pass a Location object in $params in ViewController
ezsystems_ezpublish-kernel
train
php
5174b2d463d58cb62d920e6a219d0aa7c108e2f9
diff --git a/js/ascendex.js b/js/ascendex.js index <HASH>..<HASH> 100644 --- a/js/ascendex.js +++ b/js/ascendex.js @@ -1831,8 +1831,21 @@ module.exports = class ascendex extends Exchange { } safeNetwork (networkId) { - // TODO: parse network - return networkId; + const networksById = { ...
Completed Ascendex SafeNetwork TODO
ccxt_ccxt
train
js
d8958eaad9df5d1acd5a6fc1c236770e9499319b
diff --git a/alarmdecoder/decoder.py b/alarmdecoder/decoder.py index <HASH>..<HASH> 100644 --- a/alarmdecoder/decoder.py +++ b/alarmdecoder/decoder.py @@ -213,13 +213,13 @@ class AlarmDecoder(object): """ if self._device: - self._device.write(data) + self._device.write(str.enco...
Fixed string encoding used with send.
nutechsoftware_alarmdecoder
train
py
ec13fbbfe310d9b173f57e0065b0941fd1a4a4fb
diff --git a/acceptancetests/assess_upgrade_series.py b/acceptancetests/assess_upgrade_series.py index <HASH>..<HASH> 100755 --- a/acceptancetests/assess_upgrade_series.py +++ b/acceptancetests/assess_upgrade_series.py @@ -39,7 +39,6 @@ def assess_juju_upgrade_series(client, args): reboot_machine(client, target_ma...
Removes set_application_series command from assess_upgrade_series test.
juju_juju
train
py
e6a678dc2499d5993cf8f96e1465528962916f1a
diff --git a/src/Towel/Model/BaseModel.php b/src/Towel/Model/BaseModel.php index <HASH>..<HASH> 100755 --- a/src/Towel/Model/BaseModel.php +++ b/src/Towel/Model/BaseModel.php @@ -320,21 +320,15 @@ class BaseModel extends \Towel\BaseApp * Finds a Record by Id. Returns the record array and sets the internal *...
Improvements in FindById
42mate_towel
train
php
607767eb1f0c945756cf5a19414e250e62d0b7ba
diff --git a/packages/blueprint-gatekeeper/lib/index.js b/packages/blueprint-gatekeeper/lib/index.js index <HASH>..<HASH> 100644 --- a/packages/blueprint-gatekeeper/lib/index.js +++ b/packages/blueprint-gatekeeper/lib/index.js @@ -1,9 +1,11 @@ var blueprint = require ('blueprint') + , path = require ('path') ...
Specified the app path incorrectly
onehilltech_blueprint
train
js
091a0cf173e2c8952011be4ade06b946d3c90bae
diff --git a/lib/puppet/functions.rb b/lib/puppet/functions.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/functions.rb +++ b/lib/puppet/functions.rb @@ -537,7 +537,7 @@ module Puppet::Functions required_count = from # array has just one element, but there may be multiple names that needs to be subtr...
(PUP-<I>) Fix argument count adjustment for Ruby <I> There was a problem with PArrayType based signature string when there are no parameter names - the adjustment resulted in off by one error in the displayed string.
puppetlabs_puppet
train
rb
a153372052b06ac3a46b3bb3bd96e56001f676e9
diff --git a/core/src/main/java/com/orientechnologies/orient/core/sql/OSQLEngine.java b/core/src/main/java/com/orientechnologies/orient/core/sql/OSQLEngine.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/com/orientechnologies/orient/core/sql/OSQLEngine.java +++ b/core/src/main/java/com/orientechnologies/orien...
Fix parsing problem for two spaces at the beginning of SQL statements (old parser) Resolves: #<I>
orientechnologies_orientdb
train
java
fca76687ca02341454be0d9290096c8a01ee48de
diff --git a/lib/bullet.rb b/lib/bullet.rb index <HASH>..<HASH> 100644 --- a/lib/bullet.rb +++ b/lib/bullet.rb @@ -177,14 +177,17 @@ module Bullet end def profile - Bullet.start_request if Bullet.enable? + if Bullet.enable? + begin + Bullet.start_request - yield + y...
ensure calling end_request in profile method
flyerhzm_bullet
train
rb
a74b0447193188077f5a1cb6e9f4aa20e00ef734
diff --git a/hacking/core.py b/hacking/core.py index <HASH>..<HASH> 100644 --- a/hacking/core.py +++ b/hacking/core.py @@ -74,6 +74,10 @@ IMPORT_EXCEPTIONS += DEFAULT_IMPORT_EXCEPTIONS def is_import_exception(mod): + """Check module name to see if import has been whitelisted. + + Import based rules should...
Add docstring to is_import_exception Clarify what is_import_exception does. Leave the name as is_import_exception and no is_import_whitelisted because import-exceptions is part of the API for hacking (used in the hacking section of tox.ini). Change-Id: Ib<I>d<I>ecfcdbcb<I>b<I>ab<I>e<I>a<I>
openstack_hacking
train
py
87efb8b467105ef35c87b12761af18e8da193a4a
diff --git a/byte-buddy-dep/src/test/java/net/bytebuddy/test/utility/JavaVersionRule.java b/byte-buddy-dep/src/test/java/net/bytebuddy/test/utility/JavaVersionRule.java index <HASH>..<HASH> 100644 --- a/byte-buddy-dep/src/test/java/net/bytebuddy/test/utility/JavaVersionRule.java +++ b/byte-buddy-dep/src/test/java/net/b...
Turned arround version comparison for preventing test of a certain level being executed.
raphw_byte-buddy
train
java
eb1dbfa3055bd71480eb34a282e974658de86b61
diff --git a/scs_osio/client_auth.py b/scs_osio/client_auth.py index <HASH>..<HASH> 100755 --- a/scs_osio/client_auth.py +++ b/scs_osio/client_auth.py @@ -22,8 +22,6 @@ from scs_host.sys.host import Host from scs_osio.cmd.cmd_client_auth import CmdClientAuth -# TODO: check whether the USER_ID exists on OSIO? - # ...
Added user check to host_device.
south-coast-science_scs_osio
train
py
497822017bcb0f5f49bfc83f04c50e67a4070fcb
diff --git a/views/search.py b/views/search.py index <HASH>..<HASH> 100644 --- a/views/search.py +++ b/views/search.py @@ -533,11 +533,20 @@ def results(qid, p, of, so, rm): recids = faceted_results_filter(recIDsHitSet, filter_data, ...
search: quickfix pagination troubles with facets * Fixes problem with ignoring pagination options while using facets. (closes #<I>) (PR #<I>)
inveniosoftware_invenio-search
train
py
f6d8f0e3bbba1e4bd96a42190f8e75577797f9b5
diff --git a/vint/ast/parsing.py b/vint/ast/parsing.py index <HASH>..<HASH> 100644 --- a/vint/ast/parsing.py +++ b/vint/ast/parsing.py @@ -3,7 +3,6 @@ from vint._bundles import vimlparser from vint.ast.traversing import traverse from vint.encodings.decoder import Decoder from vint.encodings.decoding_strategy import ...
Remove debugging code (#<I>)
Kuniwak_vint
train
py
237234fc27fdd6488994d9895f1474a2770c87e1
diff --git a/commands/command_filter_process.go b/commands/command_filter_process.go index <HASH>..<HASH> 100644 --- a/commands/command_filter_process.go +++ b/commands/command_filter_process.go @@ -139,7 +139,7 @@ func filterCommand(cmd *cobra.Command, args []string) { // until a read from that channel becomes blo...
commands: make 'readAvailable' take an initial capacity
git-lfs_git-lfs
train
go
666b9642bac80b14608a5b920e976f21855db17c
diff --git a/src/Auth/ResetPassword/ResetPasswordRepository.php b/src/Auth/ResetPassword/ResetPasswordRepository.php index <HASH>..<HASH> 100644 --- a/src/Auth/ResetPassword/ResetPasswordRepository.php +++ b/src/Auth/ResetPassword/ResetPasswordRepository.php @@ -4,7 +4,6 @@ namespace Nodes\Api\Auth\ResetPassword; use ...
Don't hash in ResetPasswordRepository. This should be done in the user model with setPasswordAttribute()
nodes-php_api
train
php
8a51d4312142a9416eb593d2f0102d0674dd6544
diff --git a/git/git.go b/git/git.go index <HASH>..<HASH> 100644 --- a/git/git.go +++ b/git/git.go @@ -17,6 +17,7 @@ import ( "regexp" "strconv" "strings" + "syscall" "time" lfserrors "github.com/git-lfs/git-lfs/errors" @@ -685,9 +686,13 @@ func GitAndRootDirs() (string, string, error) { // If we got a f...
git/git.go: use Go <I> compatible ExitStatus We can retain support for Go <I> by replacing ProcessState.ExitCode() with ProcessState.Sys(), which we then try to convert to syscall.WaitStatus before using WaitStatus.ExitStatus().
git-lfs_git-lfs
train
go
df3a6e27a7d7dbf888d7afb610d5f0819084eb31
diff --git a/src/FieldHandlers/ListFieldHandler.php b/src/FieldHandlers/ListFieldHandler.php index <HASH>..<HASH> 100644 --- a/src/FieldHandlers/ListFieldHandler.php +++ b/src/FieldHandlers/ListFieldHandler.php @@ -73,9 +73,16 @@ class ListFieldHandler extends BaseFieldHandler $result = $data; $listNa...
modify List Handler input value logic to support new nested functionality (task #<I>)
QoboLtd_cakephp-csv-migrations
train
php
cf5908bb1abf18355e9b4961c0829e798be4915c
diff --git a/src/Parser/Comment.php b/src/Parser/Comment.php index <HASH>..<HASH> 100644 --- a/src/Parser/Comment.php +++ b/src/Parser/Comment.php @@ -59,7 +59,8 @@ class Comment extends PartParser if($this->openedParenthesis >= 1) { return new InvalidEmail(new UnclosedComment(), $this->lexer->t...
No superfluous elseif (#<I>) Replaces superfluous elseif with if.
egulias_EmailValidator
train
php
40b08bc7d0e63af431826338503a86165c7224be
diff --git a/lib/flag_shih_tzu.rb b/lib/flag_shih_tzu.rb index <HASH>..<HASH> 100644 --- a/lib/flag_shih_tzu.rb +++ b/lib/flag_shih_tzu.rb @@ -100,6 +100,22 @@ module FlagShihTzu def self.unset_#{flag_name}_sql sql_set_for_flag(:#{flag_name}, '#{colmn}', false) end + + def se...
Add dynamic ".*_values_for" helpers
pboling_flag_shih_tzu
train
rb
fe69f762da499f8a5771e1ad8504bf59a55ff97c
diff --git a/test_settings.py b/test_settings.py index <HASH>..<HASH> 100644 --- a/test_settings.py +++ b/test_settings.py @@ -17,3 +17,27 @@ except ImportError: pass SITE_ID = 1 + +LOGGING = { + 'version': 1, + 'disable_existing_loggers': True, + 'formatters': { + 'simple': { + 'form...
Infrastructure for convenient logging during tests.
dokterbob_django-multilingual-model
train
py
9ca76795a043b6811515f3476cc825405a50605a
diff --git a/src/components/source.js b/src/components/source.js index <HASH>..<HASH> 100644 --- a/src/components/source.js +++ b/src/components/source.js @@ -59,7 +59,7 @@ module.exports = class ComponentSource extends Source { const content = yield variant.getContent(true); const rendered =...
fix(components): make preview find call @-prefix agnostic
frctl_fractal
train
js
eef3583dc7224367266058f550f6e944f9718c19
diff --git a/ezp/Persistence/Content/CreateStruct.php b/ezp/Persistence/Content/CreateStruct.php index <HASH>..<HASH> 100644 --- a/ezp/Persistence/Content/CreateStruct.php +++ b/ezp/Persistence/Content/CreateStruct.php @@ -16,8 +16,7 @@ use ezp\Persistence\ValueObject; class CreateStruct extends ValueObject { /*...
Add: $name on Content\UpdateStruct and document it as string[] to support languages
ezsystems_ezpublish-kernel
train
php,php
536b54c460b409ba203efccf66ae093513b83b2f
diff --git a/lib/easy_captcha/routes.rb b/lib/easy_captcha/routes.rb index <HASH>..<HASH> 100644 --- a/lib/easy_captcha/routes.rb +++ b/lib/easy_captcha/routes.rb @@ -3,7 +3,7 @@ module ActionDispatch #:nodoc: class Mapper #:nodoc: # call to add default captcha root def captcha_route - match "...
fixes controller namespacing in routes; closes #3
phatworx_easy_captcha
train
rb
2a99f3589e7d0882db7e159ea697611e15e43844
diff --git a/toml.py b/toml.py index <HASH>..<HASH> 100644 --- a/toml.py +++ b/toml.py @@ -58,6 +58,10 @@ def parse_value(v): elif v == 'false': return False elif v[0] == '"': + escapes = ['0', 'n', 'r', 't', '"', '\\'] + escapedchars = ['\0', '\n', '\r', '\t', '\"', '\\'] + for ...
Fix issue with escaped characters and floats I think I discovered a bug in PyYAML
uiri_toml
train
py
2d08ade8e28670b49b1f8abfe6121affb4905092
diff --git a/spaceship/lib/spaceship/test_flight/client.rb b/spaceship/lib/spaceship/test_flight/client.rb index <HASH>..<HASH> 100644 --- a/spaceship/lib/spaceship/test_flight/client.rb +++ b/spaceship/lib/spaceship/test_flight/client.rb @@ -112,6 +112,10 @@ module Spaceship req.body = body.to_json ...
Invalidate group list when a group is created (#<I>) * Invalidate group list when a group is created * Fixing tests
fastlane_fastlane
train
rb
132a43c7d3f805b6de85d220ae572cad2a58a081
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index <HASH>..<HASH> 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,22 +1,12 @@ <?php -$files = array( - __DIR__.'/../vendor/autoload.php', //submodule autoloading - __DIR__.'/../../../autoload.php' //composer autoloading -); - -foreach (...
Remembered to put tests/bootstrap.php back
doctrine_mongodb-odm
train
php
d892b1376809c454980ce7083e6cee67d47e6b26
diff --git a/src/Readability.php b/src/Readability.php index <HASH>..<HASH> 100644 --- a/src/Readability.php +++ b/src/Readability.php @@ -1564,7 +1564,7 @@ class Readability */ public function getContent() { - return $this->content->C14N(); + return (null !== $this->content) ? $this->cont...
Fix error C<I>N I have the error: "Call to a member function C<I>N() on null" You could reproduce like this: - try to parse a url like <URL> with the same object readability Previously, getContent would return "null" but now it call ->C<I>N() on a NULL object.
andreskrey_readability.php
train
php
491939a67c1eb095060a064c175ca0d61fc3b68e
diff --git a/client/wordpress-com.js b/client/wordpress-com.js index <HASH>..<HASH> 100644 --- a/client/wordpress-com.js +++ b/client/wordpress-com.js @@ -348,7 +348,8 @@ if ( config.isEnabled( 'manage/custom-post-types' ) ) { name: 'posts-custom', paths: [ '/types' ], module: 'my-sites/types', - secondary: t...
CPT: Set types group to sites So “My Sites” master bar link appears as active
Automattic_wp-calypso
train
js
bea6744945198857042a56c7ee67cb243bc647d1
diff --git a/config/webpack.test.js b/config/webpack.test.js index <HASH>..<HASH> 100644 --- a/config/webpack.test.js +++ b/config/webpack.test.js @@ -55,7 +55,10 @@ module.exports = function(env) { exclude: [ /\.(e2e|spec)\.ts$/, /node_modules/ - ] + ], + ...
bug(tests): fix build?
swimlane_ngx-datatable
train
js
5acb4b5b17738566d5abcc9f4f5ac6231bb047a2
diff --git a/src/Query/LaravelQuery.php b/src/Query/LaravelQuery.php index <HASH>..<HASH> 100644 --- a/src/Query/LaravelQuery.php +++ b/src/Query/LaravelQuery.php @@ -200,6 +200,7 @@ class LaravelQuery extends LaravelBaseQuery implements IQueryProvider $skip = null, $skipToken = null ) { + ...
Annotate source unpacks in LaravelQuery
Algo-Web_POData-Laravel
train
php
93f03cc436f89c8f17fc11958670a254f1d10a81
diff --git a/login/signup.php b/login/signup.php index <HASH>..<HASH> 100644 --- a/login/signup.php +++ b/login/signup.php @@ -34,11 +34,9 @@ } } - if ($err) { - foreach ((array)$err as $key => $value) { - $focus = "form.$key"; - } - } + if ($err) { + $focus = 'form.' . array_shift(array_flip(get_o...
Much cooler way to set the form focus after an error. Sent in by Greg Barnett.
moodle_moodle
train
php
8cf0b9aea6e0d38b0ff03625062c269391eb9d1a
diff --git a/src/util-events.js b/src/util-events.js index <HASH>..<HASH> 100644 --- a/src/util-events.js +++ b/src/util-events.js @@ -41,7 +41,7 @@ seajs.off = function(name, callback) { // Emit event, firing all bound callbacks. Callbacks receive the same // arguments as `emit` does, apart from the event name var ...
Delete unused var .
seajs_seajs
train
js
e5d9a39051498a7f9320f640589302a6f0cdba16
diff --git a/src/App.php b/src/App.php index <HASH>..<HASH> 100644 --- a/src/App.php +++ b/src/App.php @@ -8,7 +8,6 @@ use Tuum\Web\ServiceInterface\RendererInterface; use Tuum\Web\Stack\Stackable; use Tuum\Web\Stack\StackableInterface; use Tuum\Web\Stack\StackHandleInterface; -use Tuum\Locator\Container; class A...
use ContainerInterface as $container.
TuumPHP_Web
train
php
bff621cb8de6ddeb5fcd6d56ac499fccea188c22
diff --git a/core/codegen/platform/src/main/java/org/overture/codegen/trans/patterns/PatternTrans.java b/core/codegen/platform/src/main/java/org/overture/codegen/trans/patterns/PatternTrans.java index <HASH>..<HASH> 100644 --- a/core/codegen/platform/src/main/java/org/overture/codegen/trans/patterns/PatternTrans.java +...
Fix: missing handling of the ignore pattern for local pattern assignments
overturetool_overture
train
java
e42aa326236b162be6f05bbed1ffee86c43c81f7
diff --git a/treeherder/webapp/graphql/schema.py b/treeherder/webapp/graphql/schema.py index <HASH>..<HASH> 100644 --- a/treeherder/webapp/graphql/schema.py +++ b/treeherder/webapp/graphql/schema.py @@ -64,6 +64,11 @@ class FailureLineGraph(DjangoObjectType): model = FailureLine +class GroupGraph(DjangoObj...
Bug <I> - Add support for getting the FailureLine Group via GraphQL
mozilla_treeherder
train
py
c8fee52f3fcd42bf0e8d191fecb10e1efcafca90
diff --git a/src/app/actions/headers/peptable.py b/src/app/actions/headers/peptable.py index <HASH>..<HASH> 100644 --- a/src/app/actions/headers/peptable.py +++ b/src/app/actions/headers/peptable.py @@ -39,7 +39,10 @@ def get_psm2pep_header(oldheader, isobq_pattern=False, precurqfield=False): def get_linear_model_he...
When inserting field in header, if PEP does not exist, use q-value
glormph_msstitch
train
py
800c31b9ccc4ac2d3bb8509c255b67b78a7d5e87
diff --git a/salt/modules/cron.py b/salt/modules/cron.py index <HASH>..<HASH> 100644 --- a/salt/modules/cron.py +++ b/salt/modules/cron.py @@ -604,10 +604,10 @@ def rm_job(user, if rm_ is not None: lst['crons'].pop(rm_) ret = 'removed' - comdat = _write_cron_lines(user, _render_tab(lst)) - ...
Don't create cron for cron.rm_job if no cron present for user
saltstack_salt
train
py
009ae5e3769fb31029adafbc6288943b0ae28551
diff --git a/jira/client.py b/jira/client.py index <HASH>..<HASH> 100644 --- a/jira/client.py +++ b/jira/client.py @@ -1755,9 +1755,15 @@ class JIRA: try: user_obj: User if self._is_cloud: - user_obj = self.search_users(query=user, maxResults=1)[0] + user...
Locate the exact user by identifier if multiple users returned from query (#<I>)
pycontribs_jira
train
py
ad2549170fb54ec1573fd724005c295ae6c891ea
diff --git a/tests/test_rpool.py b/tests/test_rpool.py index <HASH>..<HASH> 100644 --- a/tests/test_rpool.py +++ b/tests/test_rpool.py @@ -108,9 +108,20 @@ def return_instance(cls): def start_job(func, args): pool = get_reusable_pool(processes=2) - pool.apply(func, args) - pool.terminate() - pool.join(...
TST ensure that callback pool end cleanly
tomMoral_loky
train
py
945011661f5b09e42a8e417b128189a5612a9aca
diff --git a/lib/fog/aws/models/ec2/snapshot.rb b/lib/fog/aws/models/ec2/snapshot.rb index <HASH>..<HASH> 100644 --- a/lib/fog/aws/models/ec2/snapshot.rb +++ b/lib/fog/aws/models/ec2/snapshot.rb @@ -10,10 +10,13 @@ module Fog identity :id, 'snapshotId' + attribute :description attribute :p...
[ec2] update snapshot models to accept new attributes
fog_fog
train
rb
1e1fa3a6f912e0deda68fe2b272293a33424f1f8
diff --git a/lib/determine-basal/determine-basal.js b/lib/determine-basal/determine-basal.js index <HASH>..<HASH> 100644 --- a/lib/determine-basal/determine-basal.js +++ b/lib/determine-basal/determine-basal.js @@ -374,10 +374,20 @@ var determine_basal = function determine_basal(glucose_status, currenttemp, iob_ ...
lowtempimpact based on <I> minutes (#<I>) * lowtempimpact based on <I> minutes @Scott * <I> as default for minutes_running
openaps_oref0
train
js
3cd6d5a67603dc580cf90886d63ad0ef3f0c497b
diff --git a/spec/javascripts/unit/transports/flash_transport_spec.js b/spec/javascripts/unit/transports/flash_transport_spec.js index <HASH>..<HASH> 100644 --- a/spec/javascripts/unit/transports/flash_transport_spec.js +++ b/spec/javascripts/unit/transports/flash_transport_spec.js @@ -31,6 +31,10 @@ describe("FlashTra...
Test FlashTransport for ping support
pusher_pusher-js
train
js
8427e136462c9b3ca53f843905eee4fcb60c0378
diff --git a/packages/vaex-jupyter/vaex/jupyter/bqplot.py b/packages/vaex-jupyter/vaex/jupyter/bqplot.py index <HASH>..<HASH> 100644 --- a/packages/vaex-jupyter/vaex/jupyter/bqplot.py +++ b/packages/vaex-jupyter/vaex/jupyter/bqplot.py @@ -51,6 +51,7 @@ class BqplotBackend(BackendBase): margin = {'bottom': 30...
vaex-jupyter: have a min with for bqplot
vaexio_vaex
train
py
c0ee8b77813470a55e9f4c89dfaa92010e0b35ff
diff --git a/api.go b/api.go index <HASH>..<HASH> 100644 --- a/api.go +++ b/api.go @@ -1,4 +1,4 @@ -package main +package giota import ( "bytes" diff --git a/api_mock.go b/api_mock.go index <HASH>..<HASH> 100644 --- a/api_mock.go +++ b/api_mock.go @@ -1,4 +1,4 @@ -package main +package giota // XXX: add a mock ...
changes the package from main to giota
iotaledger_iota.go
train
go,go,go
3ebe0af49112107fcf31217c3f414cc90fd769f2
diff --git a/js/bitfinex.js b/js/bitfinex.js index <HASH>..<HASH> 100644 --- a/js/bitfinex.js +++ b/js/bitfinex.js @@ -578,8 +578,9 @@ module.exports = class bitfinex extends Exchange { } handleErrors (code, reason, url, method, headers, body) { - if (this.verbose) + if (this.verbose) { ...
one more transpiler fix... maybe
ccxt_ccxt
train
js
3501bc61f41175e143f6e04cef22e67176221afb
diff --git a/core-bundle/src/DependencyInjection/ContaoCoreExtension.php b/core-bundle/src/DependencyInjection/ContaoCoreExtension.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/DependencyInjection/ContaoCoreExtension.php +++ b/core-bundle/src/DependencyInjection/ContaoCoreExtension.php @@ -66,7 +66,6 @@ class C...
[Core] No need to add YAML to container resources, the loader does it already
contao_contao
train
php
a9f34b0500ba6adfd89c490515560e0e8abac85f
diff --git a/src/consumer/subscriptionState.js b/src/consumer/subscriptionState.js index <HASH>..<HASH> 100644 --- a/src/consumer/subscriptionState.js +++ b/src/consumer/subscriptionState.js @@ -74,22 +74,24 @@ module.exports = class SubscriptionState { } /** - * @returns {Array<TopicPartitions>} topicPartiti...
Always return the list of partitions with stable order
tulios_kafkajs
train
js
bb20bad365119cb29f3d76b2f2efc65d4cd3841b
diff --git a/chef/lib/chef/provider/package/pkg.rb b/chef/lib/chef/provider/package/pkg.rb index <HASH>..<HASH> 100644 --- a/chef/lib/chef/provider/package/pkg.rb +++ b/chef/lib/chef/provider/package/pkg.rb @@ -37,11 +37,10 @@ class Chef when /^#{@new_resource.package_name}-(.+)/ @curren...
clean up some unneeded code paths in Chef::Package::Pkg
chef_chef
train
rb
18275ae265e41c34e6731893eacc626833752e44
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -130,11 +130,12 @@ setup( 'scripts/mm_project'], include_dirs = [numpy.get_include()], ext_modules = [cocovar_module], - data_files = [('emma2', ['emma2.cfg'])], + data_files = [('emma...
[setup] install stallone lib to lib dir in emma2 egg. Removed jcc dependencies
markovmodel_PyEMMA
train
py
5c360a8b0c2b60f0818d355f4f094f7156c86e9d
diff --git a/fluid-ws-java-client/src/main/java/com/fluid/ws/client/v1/ABaseClientWS.java b/fluid-ws-java-client/src/main/java/com/fluid/ws/client/v1/ABaseClientWS.java index <HASH>..<HASH> 100644 --- a/fluid-ws-java-client/src/main/java/com/fluid/ws/client/v1/ABaseClientWS.java +++ b/fluid-ws-java-client/src/main/java...
Added a version fetcher for API.
Koekiebox-PTY-LTD_Fluid
train
java
0f135f0bf06b23c197109723016f1a6019356813
diff --git a/core/src/main/java/com/digitalpebble/storm/crawler/util/MetadataTransfer.java b/core/src/main/java/com/digitalpebble/storm/crawler/util/MetadataTransfer.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/digitalpebble/storm/crawler/util/MetadataTransfer.java +++ b/core/src/main/java/com/digitalp...
MetadataTransfer : bugfix - configure method should be protected
DigitalPebble_storm-crawler
train
java
e29fa0c8e27bc7b7bd6e397b1897a8d56c70e94f
diff --git a/lib/defaults.php b/lib/defaults.php index <HASH>..<HASH> 100644 --- a/lib/defaults.php +++ b/lib/defaults.php @@ -23,6 +23,7 @@ "maxeditingtime" => 1800, "changepassword" => true, "country" => "", + "prefix" => "", "guestloginbutton" => 1, ...
Add default prefix (for tables) of "" for upgraders
moodle_moodle
train
php
505602a4277503ccf52a901d6d6c01353aca02e0
diff --git a/src/Gerrie/Gerrie.php b/src/Gerrie/Gerrie.php index <HASH>..<HASH> 100644 --- a/src/Gerrie/Gerrie.php +++ b/src/Gerrie/Gerrie.php @@ -431,7 +431,7 @@ class Gerrie { } // Clear the temp tables. The data is not needed anymore - //$this->cleanupTempTables(); + $this->cleanupTempTables(); $this-...
Activated cleanup of temp tables again
andygrunwald_Gerrie
train
php
5e291c6c2bd3c4dde2613164f14632e3639c6c57
diff --git a/packages/cucumber-browserstack-example/nightwatch.conf.js b/packages/cucumber-browserstack-example/nightwatch.conf.js index <HASH>..<HASH> 100644 --- a/packages/cucumber-browserstack-example/nightwatch.conf.js +++ b/packages/cucumber-browserstack-example/nightwatch.conf.js @@ -13,6 +13,8 @@ module.exports ...
set windows <I> as platform for browserstack tests
mucsi96_nightwatch-api
train
js
bcc23b7a1c9643047717c8879373afbaefe02006
diff --git a/python_modules/dagster/dagster/scheduler/sensor.py b/python_modules/dagster/dagster/scheduler/sensor.py index <HASH>..<HASH> 100644 --- a/python_modules/dagster/dagster/scheduler/sensor.py +++ b/python_modules/dagster/dagster/scheduler/sensor.py @@ -144,7 +144,7 @@ def execute_sensor_iteration_loop( ...
Fix sensor loop handle cleanup Summary: TIL that pop_stack doesn't actually close the contextmanagers in the stack! <URL>. Resolves <URL>, CTRL-C the daemon, daemon no longer hangs. Reviewers: prha, johann, alangenfeld Reviewed By: johann Differential Revision: <URL>
dagster-io_dagster
train
py
d08628d8951e35d015a66acee5e8dfb1fe453e06
diff --git a/src/bundle/Controller/LanguageController.php b/src/bundle/Controller/LanguageController.php index <HASH>..<HASH> 100644 --- a/src/bundle/Controller/LanguageController.php +++ b/src/bundle/Controller/LanguageController.php @@ -186,8 +186,7 @@ class LanguageController extends Controller public function ...
EZP-<I>: Can't edit language because of Internal Server Error
ezsystems_ezplatform-admin-ui
train
php
a1c0e3374f874ee0a9aaa9818dcc867388967c17
diff --git a/green/cmdline.py b/green/cmdline.py index <HASH>..<HASH> 100644 --- a/green/cmdline.py +++ b/green/cmdline.py @@ -167,7 +167,6 @@ def main(testing=False, coverage_testing=False): cov.stop() cov.save() cov.combine() - cov.save() cov.report(file=stream, omit=omit) ...
Removed a redundant coverage call.
CleanCut_green
train
py
948cc0bb19762f1cb78b89b5048dee8a477cdfb1
diff --git a/wp-cxense.php b/wp-cxense.php index <HASH>..<HASH> 100644 --- a/wp-cxense.php +++ b/wp-cxense.php @@ -1,7 +1,7 @@ <?php /** * Plugin Name: WP cXense - * Version: 1.1.16 + * Version: 1.1.17 * Plugin URI: https://github.com/BenjaminMedia/wp-cxense * Description: This plugin integrates your site with ...
Bumped plugin version to <I>
BenjaminMedia_wp-cxense
train
php
9597196df97e33028675c784f7219be1f856f0b0
diff --git a/juju/utils.py b/juju/utils.py index <HASH>..<HASH> 100644 --- a/juju/utils.py +++ b/juju/utils.py @@ -115,6 +115,8 @@ class IdQueue: async def block_until(*conditions, timeout=None, wait_period=0.5): """Return only after all conditions are true. + If a timeout occurs, it cancels the task and rai...
Minor comments on docs for block_until related functions.
juju_python-libjuju
train
py
e4edbd8b60a608adbaf44242977f585093a43462
diff --git a/core/base/Boot.php b/core/base/Boot.php index <HASH>..<HASH> 100644 --- a/core/base/Boot.php +++ b/core/base/Boot.php @@ -213,7 +213,7 @@ abstract class Boot $require = require_once(dirname($this->_baseYiiFile) . DIRECTORY_SEPARATOR . 'BaseYii.php'); - in...
use require once in order to fix multi loading.
luyadev_luya
train
php