hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
3501a3e76c75379e3ad19e1ea39bdf3e2e28a20b
diff --git a/classes/Ergo.php b/classes/Ergo.php index <HASH>..<HASH> 100644 --- a/classes/Ergo.php +++ b/classes/Ergo.php @@ -42,7 +42,7 @@ class Ergo /** * Called as a shutdown function, calls stop() if required */ - public function shutdown() + public static function shutdown() { if(self::$_started) ...
Changed the shutdown function to be static
99designs_ergo
train
fbd3a3172de12c998fc394580209a6f47383660c
diff --git a/explauto/sensorimotor_model/nearest_neighbor.py b/explauto/sensorimotor_model/nearest_neighbor.py index <HASH>..<HASH> 100644 --- a/explauto/sensorimotor_model/nearest_neighbor.py +++ b/explauto/sensorimotor_model/nearest_neighbor.py @@ -12,7 +12,7 @@ n_neighbors = 1 class NearestNeighbor(SensorimotorMo...
Change the default nearest_neighbor sm_model configuration. Do not allow a parametrized number of step anymore (only 1, otherwise it would actually kills the framework consistency ...)
flowersteam_explauto
train
0d31808033272cee5126f4546f70626a3e28f59d
diff --git a/lib/salt/page.rb b/lib/salt/page.rb index <HASH>..<HASH> 100644 --- a/lib/salt/page.rb +++ b/lib/salt/page.rb @@ -33,13 +33,18 @@ module Salt File.join(parent_path, File.dirname(@path).gsub(site.source_paths[:pages], '')) end - def write(site, path, context = {}) + def write(site, path,...
Make the context option, so we can write out raw files based on the contents.
waferbaby_dimples
train
670ec8e766a8d2d6598744df4401e6f5d73eb112
diff --git a/yfinance/base.py b/yfinance/base.py index <HASH>..<HASH> 100644 --- a/yfinance/base.py +++ b/yfinance/base.py @@ -809,7 +809,6 @@ class TickerBase(): dates = None while True: url = "{}/calendar/earnings?symbol={}&offset={}&size={}".format(_ROOT_URL_, self.ticker, page_offset,...
Return empty DF if YF missing earnings dates
ranaroussi_fix-yahoo-finance
train
a5da45abd6a41ebd4c9c08188cbd382a38c7be06
diff --git a/src/main/java/org/jfrog/hudson/maven2/ArtifactsDeployer.java b/src/main/java/org/jfrog/hudson/maven2/ArtifactsDeployer.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jfrog/hudson/maven2/ArtifactsDeployer.java +++ b/src/main/java/org/jfrog/hudson/maven2/ArtifactsDeployer.java @@ -16,6 +16,7 @@ ...
HAP-<I>: Log informetive message when maven2 is used with Disable automatic artifact archiving
jenkinsci_artifactory-plugin
train
78b4a0202600d91251743936980469d85e644763
diff --git a/pychromecast/dial.py b/pychromecast/dial.py index <HASH>..<HASH> 100644 --- a/pychromecast/dial.py +++ b/pychromecast/dial.py @@ -7,6 +7,7 @@ from uuid import UUID import logging import requests +from .const import CAST_TYPE_CHROMECAST from .discovery import get_info_from_service, get_host_from_servic...
Correct mistake in PR#<I> (#<I>)
balloob_pychromecast
train
7d291b91f2cd34941ea4c21c2f571ca54ba3c564
diff --git a/addon/components/object-list-view.js b/addon/components/object-list-view.js index <HASH>..<HASH> 100644 --- a/addon/components/object-list-view.js +++ b/addon/components/object-list-view.js @@ -339,14 +339,20 @@ export default FlexberryBaseComponent.extend( 'showCheckBoxInRow', 'showDeleteButtonI...
Fix object-list-view component show column with custom buttons in row
Flexberry_ember-flexberry
train
e86b159f28b167f9783bae904e4546655fd9c4df
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name = 'django-cprofile-middleware', packages = ['django_cprofile_middleware'], license = 'MIT', - version = '0.1', + version = '0.2', description = 'Easily add cProfile profiling ...
<I> with python 3 fix
omarish_django-cprofile-middleware
train
9a358cb0a0cdc2d73115c38df0c2fd5765668dd3
diff --git a/src/sap.ui.core/src/sap/ui/model/analytics/odata4analytics.js b/src/sap.ui.core/src/sap/ui/model/analytics/odata4analytics.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.core/src/sap/ui/model/analytics/odata4analytics.js +++ b/src/sap.ui.core/src/sap/ui/model/analytics/odata4analytics.js @@ -203,7 +203,7 ...
[INTERNAL] Avoid usage of the term limitation PS1: Do it PS2: Review comment Change-Id: I8b<I>afbaee<I>fc<I>ba6af<I>a4bb<I>a2ac4a JIRA: CPOUI5MODELS-<I>
SAP_openui5
train
1c03f47e0e4f5b704af67664149e6cc43d3d782b
diff --git a/structr-core/src/main/java/org/structr/core/entity/Principal.java b/structr-core/src/main/java/org/structr/core/entity/Principal.java index <HASH>..<HASH> 100644 --- a/structr-core/src/main/java/org/structr/core/entity/Principal.java +++ b/structr-core/src/main/java/org/structr/core/entity/Principal.java @...
Adds validation for eMail property of Principals, the property value must contain an "@" character if set, adds test.
structr_structr
train
dcd7fdb8af97d93bd4fdc806f8575ccbd14783d7
diff --git a/lib/test-generator.js b/lib/test-generator.js index <HASH>..<HASH> 100644 --- a/lib/test-generator.js +++ b/lib/test-generator.js @@ -11,7 +11,7 @@ module.exports = function(relativePath, results, testingFramework){ assertions = results.warnings.map(warning => `${warning.line}:${warning.column} ${esca...
[ENHANCEMENT] Add name to test
billybonks_broccoli-stylelint
train
6a24f4d73c1700c1971552d25a1ad0096b8eb7b7
diff --git a/diffHistory.js b/diffHistory.js index <HASH>..<HASH> 100644 --- a/diffHistory.js +++ b/diffHistory.js @@ -78,26 +78,37 @@ function saveDiffObject(currentObject, original, updated, opts, queryObject) { /* eslint-disable complexity */ const saveDiffHistory = (queryObject, currentObject, opts) => { - c...
fix: cannot use $timestamps, lean not respected BREAKING CHANGE: lean no longer forced false for saveDiffs, may cause issues for some * Fix lean option override in findOneAndUpdate pre hook * Fix findOneAndUpdate pre hook * findOneAndUpdate pre hook is not working as expected when timestamps autogeneration is enabled
mimani_mongoose-diff-history
train
b623cc1d7f410d3fde0ab1d8cab8227f842d6297
diff --git a/src/Native/NativeFileInfo.php b/src/Native/NativeFileInfo.php index <HASH>..<HASH> 100644 --- a/src/Native/NativeFileInfo.php +++ b/src/Native/NativeFileInfo.php @@ -185,6 +185,7 @@ class NativeFileInfo implements IFileInfo { foreach (explode(',', $attribute) as $acl) { list($user, $permissions) =...
fix handling of 'Everyone' acl when using native backend
icewind1991_SMB
train
6d9f6408c71b943b4c2d2fe721299e14b23a161e
diff --git a/emirdrp/recipes/spec/subs.py b/emirdrp/recipes/spec/subs.py index <HASH>..<HASH> 100644 --- a/emirdrp/recipes/spec/subs.py +++ b/emirdrp/recipes/spec/subs.py @@ -276,6 +276,7 @@ class BaseABBARecipe(EmirRecipe): hdu = hdulist[0] hdu.header['history'] = "Processed ABBA" hdu.header...
Keyword IMGOBBL = 0 in reduced_mos_abba (fixes #<I>)
guaix-ucm_pyemir
train
b6f486b9b58ec51d1b05173fc2985dd9aad5e883
diff --git a/lib/ruuid/uuid.rb b/lib/ruuid/uuid.rb index <HASH>..<HASH> 100644 --- a/lib/ruuid/uuid.rb +++ b/lib/ruuid/uuid.rb @@ -34,10 +34,12 @@ module RUUID "<#{self.class}:0x#{object_id} data=#{to_s}>" end + # @private def marshal_dump data end + # @private def marshal_lo...
doc: Mark RUUID::UUID marshal methods private
hashrabbit_ruuid
train
adb5768f766619237afeba9694cfa09a420902f1
diff --git a/app/helpers/dashboard_helper.rb b/app/helpers/dashboard_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/dashboard_helper.rb +++ b/app/helpers/dashboard_helper.rb @@ -70,10 +70,23 @@ module DashboardHelper end end - def products_synced num= quantity - Product.readable(current_organiz...
<I> - Fixes issue where sync status dashboard widget caused an error when more than one product had a sync plan attached to it. Note, this change slightly re-works the sync dashboard widget to show currently syncing products with priority and synced products afterward depending on filter size.
Katello_katello
train
4cd84ce81884ce1bdca18ade48672a38ebee65ed
diff --git a/bibo/bibo.py b/bibo/bibo.py index <HASH>..<HASH> 100644 --- a/bibo/bibo.py +++ b/bibo/bibo.py @@ -125,20 +125,21 @@ def add(ctx, destination, **kwargs): @cli.command(short_help='Remove an entry or a field.') -@SEARCH_TERMS_OPTION -@click.option('--field', help='Field to remove.') +@click.argument('key...
Remove by key. #<I>
Nagasaki45_bibo
train
cc8a0bc140daace2c8db8f7fb097cd763175d5ed
diff --git a/netpyne/sim/utils.py b/netpyne/sim/utils.py index <HASH>..<HASH> 100644 --- a/netpyne/sim/utils.py +++ b/netpyne/sim/utils.py @@ -834,8 +834,7 @@ def _dict2utf8(obj): #------------------------------------------------------------------------------ def clearAll(): """ - Function for/to <short descr...
Improved sim.clearAll such that it works before simulations have been run
Neurosim-lab_netpyne
train
09c9cfa3431e3c89254277a3c4a82c204caa3e04
diff --git a/lib/smart_rspec/matchers.rb b/lib/smart_rspec/matchers.rb index <HASH>..<HASH> 100644 --- a/lib/smart_rspec/matchers.rb +++ b/lib/smart_rspec/matchers.rb @@ -43,7 +43,7 @@ module SmartRspec matcher :be_a_list_of do |klass| match do |collection| - collection.each.all? { |e| e.is_a?(klas...
Enumerable#all? does not need “.each”
tiagopog_smart_rspec
train
e0d4ca4626bb11f2daf4ceedbe35169eb9cb753d
diff --git a/pact/pact-compiler/pom.xml b/pact/pact-compiler/pom.xml index <HASH>..<HASH> 100644 --- a/pact/pact-compiler/pom.xml +++ b/pact/pact-compiler/pom.xml @@ -37,6 +37,12 @@ <version>${project.version}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.codehaus.jackson</grou...
Added json verification to json generator tests.
stratosphere_stratosphere
train
22c3d47127d3d3953f5d50f44a7f1ed50c7c4bcd
diff --git a/examples/groups.rb b/examples/groups.rb index <HASH>..<HASH> 100644 --- a/examples/groups.rb +++ b/examples/groups.rb @@ -7,8 +7,11 @@ client = DiscourseApi::Client.new response = client.create_group(name: "engineering_team") group_id = response["basic_group"]["id"] -client.group_add(group_id, "sam") -...
Update add and remove group calls for changed discourse API As discussed in <URL>
discourse_discourse_api
train
958389ca483701da46a8f7d52414dadeb2b091ff
diff --git a/entu-cms.js b/entu-cms.js index <HASH>..<HASH> 100755 --- a/entu-cms.js +++ b/entu-cms.js @@ -39,7 +39,6 @@ var getFilePath = function(dirName, fileName, locale) { // Scans source folder and generates HTMLs var worker = function() { - console.log('Started to scan folder ' + appConf.source) html...
Printout configuration; Config file relative path fix;
entu_ssg
train
08db68e1244a6b998cd81c7fbb7edce06c81ecc2
diff --git a/lib/lita/handler/common.rb b/lib/lita/handler/common.rb index <HASH>..<HASH> 100644 --- a/lib/lita/handler/common.rb +++ b/lib/lita/handler/common.rb @@ -11,9 +11,13 @@ module Lita # define +self.name+. # @return [String] The handler's namespace. # @raise [RuntimeError] If +self....
Move Handler.namespace spec to common mixin and allow it to be set manually.
litaio_lita
train
2648eacc057bacc1571f76a8cbd6954fe3c0a110
diff --git a/views/js/layout/search.js b/views/js/layout/search.js index <HASH>..<HASH> 100644 --- a/views/js/layout/search.js +++ b/views/js/layout/search.js @@ -96,7 +96,14 @@ define(['jquery', 'layout/actions', 'ui/searchModal', 'core/store', 'context', ' criterias = criterias || { search: $('input', search...
hide resource selector in search modal for results page
oat-sa_tao-core
train
425950c5c2eff35e166a06f4d8924445c3c83089
diff --git a/gridtk/script/jman.py b/gridtk/script/jman.py index <HASH>..<HASH> 100644 --- a/gridtk/script/jman.py +++ b/gridtk/script/jman.py @@ -112,7 +112,7 @@ def submit(args): if args.array is not None: kwargs['array'] = get_array(args.array) if args.log_dir is not None: kwargs['log_dir'] = arg...
Corrected variable name in jman resubmit.
bioidiap_gridtk
train
0c07971e5c9335ab5087b6ab9ceaa8a225d02d6e
diff --git a/test/invalid-requires-test.js b/test/invalid-requires-test.js index <HASH>..<HASH> 100644 --- a/test/invalid-requires-test.js +++ b/test/invalid-requires-test.js @@ -2,3 +2,5 @@ var foo = require('foo'), // A comment bar = require('bar'); +const baz = require('baz'), + fiz = require('fiz'); diff --...
Preserve kind of variable declaration in invalid-requires I noticed that this was always using `var` even if `const` was used before the transform. This commit aims to preserve the kind that was used.
cpojer_js-codemod
train
9832a46b37aa5ce51ee3b9da7c7491f606338341
diff --git a/timepiece/views.py b/timepiece/views.py index <HASH>..<HASH> 100644 --- a/timepiece/views.py +++ b/timepiece/views.py @@ -498,13 +498,13 @@ def view_person_time_sheet(request, user_id): return HttpResponseForbidden('Forbidden') from_date = utils.get_month_start(datetime.datetime.today()).date...
refs #<I> - Adjusted form assignment
caktus_django-timepiece
train
c42ca8fb52e72a215f25d469567a9876206db098
diff --git a/tests/test_procar.py b/tests/test_procar.py index <HASH>..<HASH> 100644 --- a/tests/test_procar.py +++ b/tests/test_procar.py @@ -130,7 +130,6 @@ class ProcarTestCase( unittest.TestCase ): np.testing.assert_equal( combined_pcar.occupancy, np.vstack( ( pcar1.occupancy, pcar2.occupancy ) ) ) ...
Added sanity_check() to addition
bjmorgan_vasppy
train
946217a10119aa2abc666a18979940f642569f11
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name='zplgrf', - version='1.5', + version='1.5.1', description='Tools to work with ZPL GRF images and CUPS', long_description=read('README.rst'), author='Kyle M...
Fix center of pixel with Ghostscript <I>+
kylemacfarlane_zplgrf
train
b9b2078e1807f0a1c7e28fcf0162b3ee2a721700
diff --git a/GEOparse/GEOparse.py b/GEOparse/GEOparse.py index <HASH>..<HASH> 100755 --- a/GEOparse/GEOparse.py +++ b/GEOparse/GEOparse.py @@ -42,8 +42,9 @@ def get_GEO(geo=None, filepath=None, destdir="./", how='full', destdir (:obj:`str`, optional): Directory to download data. Defaults to None. ...
docs: Explain better what is annotate_gpl
guma44_GEOparse
train
356560621f4865d2fba3c43e47fcb22cc4028e20
diff --git a/test/test-02-rule.js b/test/test-02-rule.js index <HASH>..<HASH> 100644 --- a/test/test-02-rule.js +++ b/test/test-02-rule.js @@ -227,6 +227,7 @@ describe('rule', function() { sawRunning.must.be.true(); rule.logger.error.callCount.must.equal(3); + ...
Log what's going on on travis.
ceejbot_jthoober
train
30fd03c60a5441f721a25b28f194c890ec75b477
diff --git a/packages/simpletest.org/index.php b/packages/simpletest.org/index.php index <HASH>..<HASH> 100644 --- a/packages/simpletest.org/index.php +++ b/packages/simpletest.org/index.php @@ -2,21 +2,21 @@ require_once(dirname(__FILE__).'/package.php'); -$transform = "simpletest.org.xslt"; -$source_path = "../....
Cleaning up the file creating the web site contents
simpletest_simpletest
train
4ba70687e6a1d5dd21f65579bcd061d2968d292a
diff --git a/lib/ahoy_email/engine.rb b/lib/ahoy_email/engine.rb index <HASH>..<HASH> 100644 --- a/lib/ahoy_email/engine.rb +++ b/lib/ahoy_email/engine.rb @@ -5,7 +5,7 @@ module AhoyEmail initializer "ahoy_email" do |app| AhoyEmail.secret_token ||= begin creds = - if app.respond_to?(:crede...
Fixed secret token for Rails <I>, take 2
ankane_ahoy_email
train
10c64a472f2f19a5e485bdac7d5106a76aeb29a5
diff --git a/actionpack/lib/action_dispatch/middleware/executor.rb b/actionpack/lib/action_dispatch/middleware/executor.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_dispatch/middleware/executor.rb +++ b/actionpack/lib/action_dispatch/middleware/executor.rb @@ -9,7 +9,7 @@ module ActionDispatch end ...
ActionDispatch::Executor don't fully trust `body#close` Under certain circumstances, the middleware isn't informed that the response body has been fully closed which result in request state not being fully reset before the next request. [CVE-<I>-<I>]
rails_rails
train
17a9ce5dd6335ebadac0b1957ec05610520c2a9f
diff --git a/admin-ui/app/scripts/controllers/ExampleController.js b/admin-ui/app/scripts/controllers/ExampleController.js index <HASH>..<HASH> 100644 --- a/admin-ui/app/scripts/controllers/ExampleController.js +++ b/admin-ui/app/scripts/controllers/ExampleController.js @@ -29,11 +29,11 @@ angular.module('upsConsole')....
AGPUSH-<I>: moved currentLocation initialization above conditional block
aerogear_aerogear-unifiedpush-server
train
b6acd9da1e1a4b00ac1793ce4a6ddec251bd151f
diff --git a/spec/link_shrink/shrinker_base_spec.rb b/spec/link_shrink/shrinker_base_spec.rb index <HASH>..<HASH> 100644 --- a/spec/link_shrink/shrinker_base_spec.rb +++ b/spec/link_shrink/shrinker_base_spec.rb @@ -36,7 +36,8 @@ describe LinkShrink::Shrinkers::Base do context 'when api_key is not found' do ...
Fix base spec issue with sub_klass names
jonahoffline_link_shrink
train
9ebc555ea619ddfb29556eb73c6b9a6be4116950
diff --git a/dev/com.ibm.ws.session.cache/src/com/ibm/ws/session/store/cache/serializable/SessionKey.java b/dev/com.ibm.ws.session.cache/src/com/ibm/ws/session/store/cache/serializable/SessionKey.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.session.cache/src/com/ibm/ws/session/store/cache/serializable/SessionK...
Issue #<I> code review fix - app name missing from hash code
OpenLiberty_open-liberty
train
433f6830f805c2cad59b07addb48fcb1db07e407
diff --git a/pkg/proxy/iptables/proxier.go b/pkg/proxy/iptables/proxier.go index <HASH>..<HASH> 100644 --- a/pkg/proxy/iptables/proxier.go +++ b/pkg/proxy/iptables/proxier.go @@ -471,6 +471,11 @@ func buildServiceMap(allServices []api.Service, oldServiceMap proxyServiceMap) ( glog.V(3).Infof("Skipping service %s du...
proxy/iptables: don't proxy ExternalName services The API docs say: // ServiceTypeExternalName means a service consists of only a reference to // an external name that kubedns or equivalent will return as a CNAME // record, with no exposing or proxying of any pods involved. which implies that ExternalName service...
kubernetes_kubernetes
train
25d6f3afd1b73ebf7a942d2ca84605be81e76f7b
diff --git a/zipline/protocol.py b/zipline/protocol.py index <HASH>..<HASH> 100644 --- a/zipline/protocol.py +++ b/zipline/protocol.py @@ -142,7 +142,7 @@ class BarData(object): if self._contains_override: return self._contains_override(name) else: - return name in self.__dict_...
BUG: Fix contains logic when override is not used. The internal _data should be checked, not the __dict__
quantopian_zipline
train
0a223c62b02754e442e31b001c7c2a3653f2f6cd
diff --git a/lib/raml/method.rb b/lib/raml/method.rb index <HASH>..<HASH> 100644 --- a/lib/raml/method.rb +++ b/lib/raml/method.rb @@ -25,6 +25,7 @@ module Raml @children << Parameter::QueryParameter.new(name, query_parameter_data) end when 'body' + validate_body value ...
Validate Method's body property.
coub_raml_ruby
train
b15ce7c4f90ff6919c679ca7f05cee9eed2bac87
diff --git a/src/com/google/javascript/jscomp/PeepholeRemoveDeadCode.java b/src/com/google/javascript/jscomp/PeepholeRemoveDeadCode.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/PeepholeRemoveDeadCode.java +++ b/src/com/google/javascript/jscomp/PeepholeRemoveDeadCode.java @@ -123,12 +123,24 @@...
Correct useless label optimization when a label is nested within a label. Fixes github issue #<I> PiperOrigin-RevId: <I>
google_closure-compiler
train
962f3ee2b44d8b30cb6c1467798af5cad8afeddf
diff --git a/src/Resources/Register.php b/src/Resources/Register.php index <HASH>..<HASH> 100644 --- a/src/Resources/Register.php +++ b/src/Resources/Register.php @@ -56,6 +56,14 @@ class Register extends BaseRestResource 'password_confirmation' => ArrayUtils::get($payload, 'password_confirmation', $passwo...
user registration bugfix - login not allowed if email confirmation required. First name and name field is now derived from email address if not provided
dreamfactorysoftware_df-user
train
ed951bf30bb1405a312cc2f87aadb30cf013c078
diff --git a/lib/fastlane/lane_manager.rb b/lib/fastlane/lane_manager.rb index <HASH>..<HASH> 100644 --- a/lib/fastlane/lane_manager.rb +++ b/lib/fastlane/lane_manager.rb @@ -127,6 +127,7 @@ module Fastlane end def self.load_dot_env(env) + return if Dir["*.env*"].count == 0 require 'dotenv' ...
Don't require dotenv if there are no files
fastlane_fastlane
train
e79f825b84739fc27501b3e201f2eed89b0f3157
diff --git a/src/base/FieldProcessor.php b/src/base/FieldProcessor.php index <HASH>..<HASH> 100644 --- a/src/base/FieldProcessor.php +++ b/src/base/FieldProcessor.php @@ -541,6 +541,35 @@ class FieldProcessor extends Processor $fieldObj['blockTypes'] = $blockTypesObj; } unset(...
Export requiredFields and switch field layout exporting to use the Processor helper function.
Pennebaker_craft-architect
train
95f24de27c9eb0b12115ca4ce89b190b1a9566e0
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/detect/BadUseOfReturnValue.java b/findbugs/src/java/edu/umd/cs/findbugs/detect/BadUseOfReturnValue.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/detect/BadUseOfReturnValue.java +++ b/findbugs/src/java/edu/umd/cs/findbugs/detect/BadUseOfRe...
don't report RV_DONT_JUST_NULL_CHECK_READLINE for LineNumberReader git-svn-id: <URL>
spotbugs_spotbugs
train
add15235d73cc0ea86c2deaf53e976be3d808849
diff --git a/src/org/kapott/hbci/passport/AbstractPinTanPassport.java b/src/org/kapott/hbci/passport/AbstractPinTanPassport.java index <HASH>..<HASH> 100644 --- a/src/org/kapott/hbci/passport/AbstractPinTanPassport.java +++ b/src/org/kapott/hbci/passport/AbstractPinTanPassport.java @@ -260,7 +260,7 @@ public abstract c...
Improve logging for secmech change
adorsys_hbci4java-adorsys
train
b994e52cdc51c18ca3a3913e5930869ef1a3300f
diff --git a/openquake/commonlib/tests/oqvalidation_test.py b/openquake/commonlib/tests/oqvalidation_test.py index <HASH>..<HASH> 100644 --- a/openquake/commonlib/tests/oqvalidation_test.py +++ b/openquake/commonlib/tests/oqvalidation_test.py @@ -331,6 +331,15 @@ class OqParamTestCase(unittest.TestCase): o...
Added test for invalid loss ratios
gem_oq-engine
train
582a11cad3fd0292f17c4b9aecd335eb72434ef9
diff --git a/example/client-side/webpack.config.js b/example/client-side/webpack.config.js index <HASH>..<HASH> 100644 --- a/example/client-side/webpack.config.js +++ b/example/client-side/webpack.config.js @@ -24,7 +24,7 @@ module.exports = { loaders: [{ test: /\.js$/, loaders: [ - 'react-hot...
internal: remove stage=0 from babel-loader options in client-side example
kodyl_react-document-meta
train
d18ecaf1e3780b7dec0045f5d289f58a70e4f0f3
diff --git a/xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-common/src/main/java/org/xwiki/logging/internal/tail/AbstractLoggerTail.java b/xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-common/src/main/java/org/xwiki/logging/internal/tail/AbstractLoggerTail.java index <HASH>..<HASH> 1006...
XCOMMONS-<I>: Live storage of the job log
xwiki_xwiki-commons
train
14f0b02600484265f462832b0d17c5e1ca38d428
diff --git a/src/components/Editor/Breakpoints.js b/src/components/Editor/Breakpoints.js index <HASH>..<HASH> 100644 --- a/src/components/Editor/Breakpoints.js +++ b/src/components/Editor/Breakpoints.js @@ -57,9 +57,7 @@ class Breakpoints extends Component<Props> { } } -export default connect( - state => ({ - ...
Reformat some files (#<I>)
firefox-devtools_debugger
train
7c381feb2a67efec92dfefa3f27748686d1ebfef
diff --git a/src/PatternLab/Console/Commands/ServerCommand.php b/src/PatternLab/Console/Commands/ServerCommand.php index <HASH>..<HASH> 100644 --- a/src/PatternLab/Console/Commands/ServerCommand.php +++ b/src/PatternLab/Console/Commands/ServerCommand.php @@ -24,8 +24,9 @@ class ServerCommand extends Command { $this-...
adding host and port options to --server command
pattern-lab_patternlab-php-core
train
02904e20775cdcd175bfcefc32a80d1dc420b337
diff --git a/phoebe/backend/universe.py b/phoebe/backend/universe.py index <HASH>..<HASH> 100644 --- a/phoebe/backend/universe.py +++ b/phoebe/backend/universe.py @@ -4034,7 +4034,7 @@ class PhysicalBody(Body): Reset the mesh to its original position. """ columns = self.mesh.dtype.names - ...
removed some unnecessary copying of arrays (small optimization)
phoebe-project_phoebe2
train
9b2222bdc4a227f7a0a63e2e54e752a0d30b5b16
diff --git a/widgetsnbextension/src/manager.js b/widgetsnbextension/src/manager.js index <HASH>..<HASH> 100644 --- a/widgetsnbextension/src/manager.js +++ b/widgetsnbextension/src/manager.js @@ -403,9 +403,8 @@ WidgetManager.prototype.updateSnapshots = function() { } else { if (wid...
Fix the progress bar on the widget static image renderer, because it wasn't incrementing on widgetless cells.
jupyter-widgets_ipywidgets
train
a2e17bdd89efa5eb6d89b14fafc454988a65524a
diff --git a/src/Deployment/RelocationResourceDeploymentProvider.php b/src/Deployment/RelocationResourceDeploymentProvider.php index <HASH>..<HASH> 100644 --- a/src/Deployment/RelocationResourceDeploymentProvider.php +++ b/src/Deployment/RelocationResourceDeploymentProvider.php @@ -40,7 +40,7 @@ class RelocationResourc...
Adding filemtime to resource urls
RhubarbPHP_Rhubarb
train
14ef04c46b310f746871a8abb34c1b44b557595f
diff --git a/txaws/s3/client.py b/txaws/s3/client.py index <HASH>..<HASH> 100644 --- a/txaws/s3/client.py +++ b/txaws/s3/client.py @@ -50,13 +50,13 @@ class URLContext(object): self.endpoint.scheme, self.get_host(), self.get_path()) -class CreateBucketURLContext(URLContext): +class BucketURLContext(URL...
Renamed CreateBucketURLContext to BucketURLContext, since it's used by both create and delete operations.
twisted_txaws
train
9bd57502277cf35bfa95f49a4ac7a844a08ae569
diff --git a/src/Notifynder/Models/Notification.php b/src/Notifynder/Models/Notification.php index <HASH>..<HASH> 100755 --- a/src/Notifynder/Models/Notification.php +++ b/src/Notifynder/Models/Notification.php @@ -5,6 +5,7 @@ namespace Fenos\Notifynder\Models; use Fenos\Notifynder\Notifications\ExtraParams; use Feno...
Issue #<I>: make stack_id null to add methods on the model hasStack() & getStack()
fenos_Notifynder
train
f4f58d71aa458fc13c7ce08ead84ab66df9cc4fc
diff --git a/cli/sawtooth_cli/block.py b/cli/sawtooth_cli/block.py index <HASH>..<HASH> 100644 --- a/cli/sawtooth_cli/block.py +++ b/cli/sawtooth_cli/block.py @@ -54,7 +54,9 @@ def add_block_parser(subparsers, parent_parser): formatter_class=argparse.RawDescriptionHelpFormatter) list_parser.add_argument...
Separate paging from quantity in block list The previous implementation of this convoluted the paging size with the number of blocks requested, causing other commands such as sawnet compare-chains to stop working correctly since they depended on the paging.
hyperledger_sawtooth-core
train
6f81d7aedb003b3c09a0258b92856fd8746025c4
diff --git a/src/frontend/org/voltdb/ExecutionSite.java b/src/frontend/org/voltdb/ExecutionSite.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/ExecutionSite.java +++ b/src/frontend/org/voltdb/ExecutionSite.java @@ -2289,7 +2289,9 @@ implements Runnable, SiteTransactionConnection, SiteProcedureConnection...
Only send write txns over the wire for DR.
VoltDB_voltdb
train
d98c55a20a2a48341a8e260c2a7d9e9d97b7e491
diff --git a/bin/snakeskin.js b/bin/snakeskin.js index <HASH>..<HASH> 100644 --- a/bin/snakeskin.js +++ b/bin/snakeskin.js @@ -205,7 +205,7 @@ function action(data, file) { if (res !== false) { if (execTpl) { - var tpl = Snakeskin.returnMainTpl(tpls, fileName, mainTpl); + var tpl = Snakeskin.getMainTpl(tpls,...
Renamed returnMainTpl to getMainTpl
SnakeskinTpl_Snakeskin
train
1198d6c915f63cea5247f39500b7cb8845fc4dcf
diff --git a/lib/searchlogic/named_scopes/ordering.rb b/lib/searchlogic/named_scopes/ordering.rb index <HASH>..<HASH> 100644 --- a/lib/searchlogic/named_scopes/ordering.rb +++ b/lib/searchlogic/named_scopes/ordering.rb @@ -18,9 +18,9 @@ module Searchlogic def create_condition(name) if name == :ord...
order condition should act like any other scope
binarylogic_searchlogic
train
dfd06b1f58706e5130d5f9d4237b8b222ae6b0ea
diff --git a/sequel/index.js b/sequel/index.js index <HASH>..<HASH> 100644 --- a/sequel/index.js +++ b/sequel/index.js @@ -188,7 +188,7 @@ Sequel.prototype.update = function update(currentTable, queryObject, data) { }; // Get the attribute identity (as opposed to the table name) - var identity = _.find(_.value...
use the current table instead of the identity property
balderdashy_waterline-sequel
train
165e528d6d90332c2e09bbb09c3ed58d56b03c3e
diff --git a/morse_talk/encoding.py b/morse_talk/encoding.py index <HASH>..<HASH> 100644 --- a/morse_talk/encoding.py +++ b/morse_talk/encoding.py @@ -67,6 +67,11 @@ def _encode_morse(message): >>> message = "SOS" >>> _encode_morse(message) ['...', '---', '...'] + + >>> message = " SOS" + >>> _en...
Improve console display using = and .
morse-talk_morse-talk
train
4f486a4aec746e9d66441600ee3b0743228b061c
diff --git a/tornado/http1connection.py b/tornado/http1connection.py index <HASH>..<HASH> 100644 --- a/tornado/http1connection.py +++ b/tornado/http1connection.py @@ -390,7 +390,10 @@ class HTTP1Connection(httputil.HTTPConnection): self._chunking_output = ( start_line.method in ("POST", "P...
http1connection: Fix a bug with redirects and chunked requests After a redirect, the chunked-encoding header is already set and would not be detected correctly. This affects empty bodies with allow_nonstandard_methods and any use of body_producer.
tornadoweb_tornado
train
3a4ece395f2a1600cda73b37d7b714e3f6d70bb3
diff --git a/src/ReferenceTrait.php b/src/ReferenceTrait.php index <HASH>..<HASH> 100644 --- a/src/ReferenceTrait.php +++ b/src/ReferenceTrait.php @@ -19,6 +19,7 @@ namespace Smalldb\StateMachine; use Smalldb\StateMachine\Definition\StateMachineDefinition; +use Smalldb\StateMachine\Definition\UndefinedTransitionExc...
ReferenceTrait: Fix isTransitionAllowed() -- it should not throw an exception
smalldb_libSmalldb
train
7bfd820b47921ad7899081a7ccd233eafa8a12ca
diff --git a/django_afip/models.py b/django_afip/models.py index <HASH>..<HASH> 100644 --- a/django_afip/models.py +++ b/django_afip/models.py @@ -435,7 +435,7 @@ class TaxPayer(models.Model): ) def __str__(self): - return str(self.cuit) + return str(self.name) class Meta: ...
Use `name` to present TaxPayers That's the whole point of the field!
WhyNotHugo_django-afip
train
b8833e95e4d6e36bdaf802249ddebf04c81ef960
diff --git a/lib/jellyfish.rb b/lib/jellyfish.rb index <HASH>..<HASH> 100644 --- a/lib/jellyfish.rb +++ b/lib/jellyfish.rb @@ -154,16 +154,6 @@ module Jellyfish private def handle controller, e, stderr=nil - case e - when Respond - respond(controller, e) - when Exception - log_error(e, stderr...
only print exceptions for which have no handlers
godfat_jellyfish
train
aaef85b9292fba11a44b9aeed865aca072282dea
diff --git a/list/docs/define-list.md b/list/docs/define-list.md index <HASH>..<HASH> 100644 --- a/list/docs/define-list.md +++ b/list/docs/define-list.md @@ -92,3 +92,7 @@ people.pop(); // remove ["eve"] 2 people.unshift("Xerxes"); // add ["Xerxes"] 1 // length 3 2 ``` + +__NOTE:__ Only ch...
Dispatch event when an indexed list value changes. Resolves #<I>
canjs_can-define
train
00ca5581674fcfb948d1770e77ad4da1e58e7848
diff --git a/pkg/proxy/server_test.go b/pkg/proxy/server_test.go index <HASH>..<HASH> 100644 --- a/pkg/proxy/server_test.go +++ b/pkg/proxy/server_test.go @@ -73,7 +73,9 @@ func testServer(t *testing.T, scheme string, secure bool, delayTx bool) { cfg.TLSInfo = tlsInfo } p := NewServer(cfg) - <-p.Ready() + + wait...
Fixed goroutine leak on NewServer
etcd-io_etcd
train
d827cbb83955027690365641d643a30b3e7f379d
diff --git a/src/equations.js b/src/equations.js index <HASH>..<HASH> 100644 --- a/src/equations.js +++ b/src/equations.js @@ -114,7 +114,55 @@ Equation.prototype.solveFor = function(variable) { return []; } } else if (this._isCubic(variable)) { - // TODO: solve + // Move everyt...
Add ability to solve easy cubic equations. For cubic equations with a discriminant of 0, the roots are easy to find and don't require cube or square roots.
nicolewhite_algebra.js
train
bbafe6cb6b833dfa9f706166e2159f99d91c4df0
diff --git a/lib/AMNL/Mollie/Client.php b/lib/AMNL/Mollie/Client.php index <HASH>..<HASH> 100644 --- a/lib/AMNL/Mollie/Client.php +++ b/lib/AMNL/Mollie/Client.php @@ -32,12 +32,12 @@ abstract class Client /** * @var Buzz\Browser */ - private $browser; + protected $browser; /** * @var...
Changed access level for properties from private to protected to allow for easier testing and fixed issue #6.
itavero_AMNL-Mollie
train
e371dfc9f69bf8124333e32b0413120c4e9a813a
diff --git a/virtualbox/events.py b/virtualbox/events.py index <HASH>..<HASH> 100644 --- a/virtualbox/events.py +++ b/virtualbox/events.py @@ -5,16 +5,17 @@ By Michael Dorman """ from __future__ import print_function import sys -import atexit -import inspect +import atexit +import inspect import traceback import...
Fix linting issues in virtualbox/events.py
sethmlarson_virtualbox-python
train
6a2b2e305a2fc00d581230608e60be889738c17b
diff --git a/generator/__init__.py b/generator/__init__.py index <HASH>..<HASH> 100644 --- a/generator/__init__.py +++ b/generator/__init__.py @@ -50,12 +50,12 @@ def generator(klass): return klass -class GeneratorTestCaseMeta(type): +class GeneratorMeta(type): def __new__(metaclass, name, bases, attribut...
Renamed base class to GeneratorMixin
kevinastone_generator
train
1236a43891e934be3e08cf2d376e7325c8268b0f
diff --git a/richtextfx/src/main/java/org/fxmisc/richtext/EditableStyledDocument.java b/richtextfx/src/main/java/org/fxmisc/richtext/EditableStyledDocument.java index <HASH>..<HASH> 100644 --- a/richtextfx/src/main/java/org/fxmisc/richtext/EditableStyledDocument.java +++ b/richtextfx/src/main/java/org/fxmisc/richtext/E...
Stored all attached StyledTextArea's omniSuspendables in their shared document so that, when one modifies the underlying document, all of their suspendables are suspended. This insures that their values are always valid and correct.
FXMisc_RichTextFX
train
d895cec8bfeae87b5bc1e3fa6b528758f10e45de
diff --git a/src/elements/Icon/Icon.d.ts b/src/elements/Icon/Icon.d.ts index <HASH>..<HASH> 100644 --- a/src/elements/Icon/Icon.d.ts +++ b/src/elements/Icon/Icon.d.ts @@ -52,6 +52,9 @@ export interface IconProps { /** Size of the icon. */ size?: IconSizeProp; + + /** Icon can have an aria label. */ + 'aria-la...
fix(icon): omit aria-hidden attr when aria-label prop is truthy (#<I>)
Semantic-Org_Semantic-UI-React
train
ae285f32866b299ade704d7c0af8cd8dd40af799
diff --git a/admin/client/src/containers/CampaignAdmin/CampaignAdmin.js b/admin/client/src/containers/CampaignAdmin/CampaignAdmin.js index <HASH>..<HASH> 100644 --- a/admin/client/src/containers/CampaignAdmin/CampaignAdmin.js +++ b/admin/client/src/containers/CampaignAdmin/CampaignAdmin.js @@ -26,6 +26,7 @@ class Campa...
Adds route for creating new Campaigns
silverstripe_silverstripe-framework
train
5eae568fcfc8f805ad0e270a9ff24ee6af305f70
diff --git a/core/src/main/java/com/google/errorprone/bugpatterns/MissingFail.java b/core/src/main/java/com/google/errorprone/bugpatterns/MissingFail.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/errorprone/bugpatterns/MissingFail.java +++ b/core/src/main/java/com/google/errorprone/bugpatterns/Mi...
Fix some brittle assumptions in MissingFail RELNOTES: N/A ------------- Created by MOE: <URL>
google_error-prone
train
4ec8d0bb3180e5efbdbc48078051eae1d7050be8
diff --git a/examples/counter/test/components/Counter.spec.js b/examples/counter/test/components/Counter.spec.js index <HASH>..<HASH> 100644 --- a/examples/counter/test/components/Counter.spec.js +++ b/examples/counter/test/components/Counter.spec.js @@ -2,7 +2,6 @@ import test from 'ava'; import React from 'react'; ...
Remove extraneous dependency in counter test
jairtrejo_madera
train
aa291a2766b26527b2bee832906b5a8dcbaf786f
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -27,10 +27,6 @@ const PEER_CONNECTION_CONFIG = { ] }; -// In the event the server restarts and all clients lose connection, reconnect with -// some random jitter added to prevent simultaneous reconnection...
Make reconnection variables configurable, add event listeners, limit reconnection attempts.
mozilla_naf-janus-adapter
train
29595faf52b1c6005aeed51dd00043513c8d1e1c
diff --git a/lib/dynamic_scaffold/controller.rb b/lib/dynamic_scaffold/controller.rb index <HASH>..<HASH> 100644 --- a/lib/dynamic_scaffold/controller.rb +++ b/lib/dynamic_scaffold/controller.rb @@ -37,7 +37,7 @@ module DynamicScaffold @records = @records.order dynamic_scaffold.list.sorter if dynamic_scaffold.li...
Fix append_optional_queries bug.
gomo_dynamic_scaffold
train
804104347b2f716580e828533b0c45f64ade8258
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,21 @@ -module.exports = obj +module.exports = reduxer module.exports.ctor = ctor +module.exports.obj = obj var through2 = require("through2") +function reduxer (options, fn) { + return ctor(options, fn)() +} + +...
objectMode no longer set by default
lukeburns_reduxer
train
f19f86891571a0d7e81e0d98de12ca223395993d
diff --git a/tornado/test/httpclient_test.py b/tornado/test/httpclient_test.py index <HASH>..<HASH> 100644 --- a/tornado/test/httpclient_test.py +++ b/tornado/test/httpclient_test.py @@ -109,7 +109,7 @@ class ContentLength304Handler(RequestHandler): self.set_status(304) self.set_header("Content-Length...
Clear fewer headers on 1xx/<I>/<I> responses This function is called on more than just <I> responses; it’s important to permit the Allow header on <I> responses. Also, the relevant RFCs have changed significantly. Fixes #<I>.
tornadoweb_tornado
train
d651f64e7e963ac91fb876b655ad78eb5573d824
diff --git a/Core/Classes/CoreSite.php b/Core/Classes/CoreSite.php index <HASH>..<HASH> 100644 --- a/Core/Classes/CoreSite.php +++ b/Core/Classes/CoreSite.php @@ -58,7 +58,7 @@ class CoreSite extends AbstractSite { //if the user is an admin, load the admin controller, otherwise, return false; if ($this->getGl...
fix non-object bug when user controller is active
TAMULib_Pipit
train
e80162a938cb1cd691a0456da20bc737687a4566
diff --git a/plenum/server/monitor.py b/plenum/server/monitor.py index <HASH>..<HASH> 100644 --- a/plenum/server/monitor.py +++ b/plenum/server/monitor.py @@ -278,7 +278,7 @@ class Monitor(HasActionQueue, PluginLoaderHelper): logger.debug("{} found difference between master's and " ...
use trace log level for printing avg latencies
hyperledger_indy-plenum
train
6367cacbe4288c876d4b2b3477eb3b616ae2c5af
diff --git a/Godeps/_workspace/src/k8s.io/kubernetes/pkg/controller/node/nodecontroller.go b/Godeps/_workspace/src/k8s.io/kubernetes/pkg/controller/node/nodecontroller.go index <HASH>..<HASH> 100644 --- a/Godeps/_workspace/src/k8s.io/kubernetes/pkg/controller/node/nodecontroller.go +++ b/Godeps/_workspace/src/k8s.io/ku...
UPSTREAM: <I>: Reduce node controller debug logging
openshift_origin
train
ab6abfad31f4a87e22137475c4182be105cef11e
diff --git a/salt/pillar/__init__.py b/salt/pillar/__init__.py index <HASH>..<HASH> 100644 --- a/salt/pillar/__init__.py +++ b/salt/pillar/__init__.py @@ -1037,6 +1037,11 @@ class Pillar(object): decrypt_errors = self.decrypt_pillar(pillar) if decrypt_errors: pillar.setdefault('_errors', ...
When pillar items are compiled a new render is instantiated but the file_roots is the pillar_roots. This change forces the __opts__['file_roots'] to be set to what is set in actual_file_roots for all renderers once compile_pillar has finished. Adding a test when this situation is run via a orchestration runner.
saltstack_salt
train
5f509c79d596460a4d8ac77d13f8d64afdb809b2
diff --git a/backtrader/feeds/btcsv.py b/backtrader/feeds/btcsv.py index <HASH>..<HASH> 100644 --- a/backtrader/feeds/btcsv.py +++ b/backtrader/feeds/btcsv.py @@ -22,7 +22,6 @@ from __future__ import (absolute_import, division, print_function, unicode_literals) import datetime -import iterto...
Refactor Bactradercsv to use iterator instead of itertools.count
backtrader_backtrader
train
ddf564e135db85ac953f3b1d8ad773f585c46cb4
diff --git a/src/WPLoader.php b/src/WPLoader.php index <HASH>..<HASH> 100644 --- a/src/WPLoader.php +++ b/src/WPLoader.php @@ -108,6 +108,9 @@ class WPLoader extends Module { // allow me not to bother with traling slashes $wpRootFolder = rtrim( $this->config['wpRootFolder'], '/' ) . '/'; + // let's make sure t...
added check and message for valid WP installation folder in WP Loader
lucatume_wp-browser
train
4bbda36f546914be7c5fbc2127085b719336fc40
diff --git a/area-light.js b/area-light.js index <HASH>..<HASH> 100644 --- a/area-light.js +++ b/area-light.js @@ -19,14 +19,18 @@ function AreaLight (opts) { width: 64, height: 64, pixelFormat: ctx.PixelFormat.RGBA32F, - encoding: ctx.Encoding.Linear + encoding: ctx.Encoding.Linear, + ...
Add linear filtering to Area Light data texture Fixes #<I>
pex-gl_pex-renderer
train
4218bfd4cfe90c06b53b37f5670e61229a241454
diff --git a/spec/lib/danger/ci_sources/buddybuild_spec.rb b/spec/lib/danger/ci_sources/buddybuild_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/danger/ci_sources/buddybuild_spec.rb +++ b/spec/lib/danger/ci_sources/buddybuild_spec.rb @@ -1,7 +1,7 @@ require "danger/ci_source/buddybuild" RSpec.describe Danger::...
Fix buddybuild_spec rubocop violations
danger_danger
train
3299b13c5c472cc7d9ffabc0160ac74699ca17be
diff --git a/src/cdp/options.js b/src/cdp/options.js index <HASH>..<HASH> 100644 --- a/src/cdp/options.js +++ b/src/cdp/options.js @@ -99,6 +99,11 @@ module.exports = { default: 'min', type: 'string', }, + 'mocha.reporterOptions': { + description: 'Reporter options', + default: undefined, + type:...
Exclude setupKeyPress when debugging
qlik-oss_after-work.js
train
2f1da686be4e1d045773da6c62aaaf963ac0d98e
diff --git a/ceph_deploy/exc.py b/ceph_deploy/exc.py index <HASH>..<HASH> 100644 --- a/ceph_deploy/exc.py +++ b/ceph_deploy/exc.py @@ -35,6 +35,10 @@ class NeedMonError(DeployError): Cannot find nodes with ceph-mon. """ +class NeedDiskError(DeployError): + """ + Must supply disk/path argument + """...
osd: throw new exception NeedDiskError if create is called with no disk Fixes: #<I>
ceph_ceph-deploy
train
b556849cfcdc5e1a6a59c232dd7cf7cc89d8edfd
diff --git a/base/src/test/java/net/time4j/calendar/hindu/HinduFormatTest.java b/base/src/test/java/net/time4j/calendar/hindu/HinduFormatTest.java index <HASH>..<HASH> 100644 --- a/base/src/test/java/net/time4j/calendar/hindu/HinduFormatTest.java +++ b/base/src/test/java/net/time4j/calendar/hindu/HinduFormatTest.java @...
added format test see issue #<I>
MenoData_Time4J
train
12afa222b4128cd1cc1265b4bbfed83a8f90c306
diff --git a/ores/__init__.py b/ores/__init__.py index <HASH>..<HASH> 100644 --- a/ores/__init__.py +++ b/ores/__init__.py @@ -1 +1 @@ -__version__ = "0.5.1" +__version__ = "0.5.2" diff --git a/requirements.txt b/requirements.txt index <HASH>..<HASH> 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ ...
Bumps revscoring requirement to <I> and increments version to <I>
wikimedia_ores
train
4bef8e2f9b7ab71700e6f60abde8623dd52ed8c4
diff --git a/src/Intervention/Image/ImageServiceProvider.php b/src/Intervention/Image/ImageServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Intervention/Image/ImageServiceProvider.php +++ b/src/Intervention/Image/ImageServiceProvider.php @@ -2,7 +2,6 @@ namespace Intervention\Image; -use Illuminate\Founda...
replace get_class with instanceof for $this->app When using get_class, in Lumen the $this->app could only be an instance of the \Laravel\Lumen\Application and not an instance of a class extending from \Laravel\Lumen\Application. When using the instanceof check people can use a custom application class extending from t...
Intervention_image
train
e64e920826dafbffcd5e0ffcc7fcc239dd050713
diff --git a/salt/returners/couchdb_return.py b/salt/returners/couchdb_return.py index <HASH>..<HASH> 100644 --- a/salt/returners/couchdb_return.py +++ b/salt/returners/couchdb_return.py @@ -2,9 +2,15 @@ Simple returner for CouchDB. Optional configuration settings are listed below, along with sane defaults. +couchd...
Some comments. Also removed some debug lines.
saltstack_salt
train
fcffe2b1d1b2a6bf3231f6a42c55b57d43e1c1ed
diff --git a/tools/doc/voikko_dev_prefs.py b/tools/doc/voikko_dev_prefs.py index <HASH>..<HASH> 100644 --- a/tools/doc/voikko_dev_prefs.py +++ b/tools/doc/voikko_dev_prefs.py @@ -27,5 +27,5 @@ #libvoikko_bin='/usr/bin' # Command for viewing differences between 'base' and 'current'. -#diffviewcmd='diff -u0 "%s" "%s"...
* Fix the use of diff to conform POSIX <I>-<I> git-svn-id: <URL>
voikko_corevoikko
train
15a5b7b5792926168498b41f56bf5588831fda53
diff --git a/lib/shortener/engine.rb b/lib/shortener/engine.rb index <HASH>..<HASH> 100644 --- a/lib/shortener/engine.rb +++ b/lib/shortener/engine.rb @@ -5,12 +5,6 @@ module Shortener class ShortenerEngine < Rails::Engine - # include the shortener helper methods in the base helper so that - # they can ...
removed some unncessary code as Helpers were in fact available without it.
jpmcgrath_shortener
train
f8ceab135bb1d2d618e81f4cffb8ef400abb6c9c
diff --git a/scripts/pricefeeds/config-example.py b/scripts/pricefeeds/config-example.py index <HASH>..<HASH> 100644 --- a/scripts/pricefeeds/config-example.py +++ b/scripts/pricefeeds/config-example.py @@ -7,6 +7,8 @@ user = "" passwd = "" unlock = "" +ask_confirmation = True + #################################...
[Price Feed] Option to remove Confirmation
xeroc_python-graphenelib
train
e5d7b7089c47b7524d7d3558090204338aadc3bf
diff --git a/lib/Utils.php b/lib/Utils.php index <HASH>..<HASH> 100644 --- a/lib/Utils.php +++ b/lib/Utils.php @@ -32,4 +32,43 @@ class Utils { return $output; } + + /** + * Public: Decode JSON string and throw error if fails + * + * $string - JSON string to decode + * + * Returns...
Added jsondecode and tests
FusePump_cli.php
train
d3f9e075235f2ddb28e62f88b74d974a7095875f
diff --git a/UserAdminBundle/DataFixtures/MongoDB/LoadUserData.php b/UserAdminBundle/DataFixtures/MongoDB/LoadUserData.php index <HASH>..<HASH> 100644 --- a/UserAdminBundle/DataFixtures/MongoDB/LoadUserData.php +++ b/UserAdminBundle/DataFixtures/MongoDB/LoadUserData.php @@ -4,6 +4,7 @@ namespace OpenOrchestra\UserAdmin...
Fix broken fixture (#<I>)
open-orchestra_open-orchestra-cms-bundle
train