hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
8bd83372a1db454bfe2352d094e100bd2f7b84bd
diff --git a/presto-main/src/test/java/com/facebook/presto/type/TestJsonOperators.java b/presto-main/src/test/java/com/facebook/presto/type/TestJsonOperators.java index <HASH>..<HASH> 100644 --- a/presto-main/src/test/java/com/facebook/presto/type/TestJsonOperators.java +++ b/presto-main/src/test/java/com/facebook/pres...
Minor refactor to CastWithJsonParse tests
prestodb_presto
train
e9d6ef25f8cbeb7e43b00ee9ea4b5d5721a78fac
diff --git a/lib/basic_app.rb b/lib/basic_app.rb index <HASH>..<HASH> 100644 --- a/lib/basic_app.rb +++ b/lib/basic_app.rb @@ -24,7 +24,7 @@ module BasicApp end # Platform constants - unless defined?(BasicGem::WINDOWS) + unless defined?(BasicApp::WINDOWS) WINDOWS = RbConfig::CONFIG['host_os'] =~ /mswin|m...
rename BasicGem to BasicApp after merge
robertwahler_repo_manager
train
cd6d75bc03039daa556693f6d71b9eef160f41aa
diff --git a/backend/remote/backend.go b/backend/remote/backend.go index <HASH>..<HASH> 100644 --- a/backend/remote/backend.go +++ b/backend/remote/backend.go @@ -5,6 +5,7 @@ import ( "fmt" "log" "net/url" + "os" "sort" "strings" "sync" @@ -278,6 +279,9 @@ func (b *Remote) State(workspace string) (state.Sta...
backend/remote: add the run ID to associate state If a run ID is available, we need to make sure we pass that when creating a new state version so the state will be properly associated with the run.
hashicorp_terraform
train
5e928c5c18b50e862fa8ff3c480e791fb8c858d9
diff --git a/test-complete/src/test/java/com/marklogic/client/functionaltest/ConnectedRESTQA.java b/test-complete/src/test/java/com/marklogic/client/functionaltest/ConnectedRESTQA.java index <HASH>..<HASH> 100644 --- a/test-complete/src/test/java/com/marklogic/client/functionaltest/ConnectedRESTQA.java +++ b/test-compl...
Includes method has new payload nodes for atrribute namespace, value and localname
marklogic_java-client-api
train
08d2c020a128bb8418e5aabe8cd73ba24ce32924
diff --git a/src/pfs/drive/btrfs/driver.go b/src/pfs/drive/btrfs/driver.go index <HASH>..<HASH> 100644 --- a/src/pfs/drive/btrfs/driver.go +++ b/src/pfs/drive/btrfs/driver.go @@ -202,14 +202,6 @@ func (d *driver) InspectCommit(commit *pfs.Commit, shards map[uint64]bool) (*pfs if readOnly { commitType = pfs.Com...
Remove wirteStart time it was breaking on replicas.
pachyderm_pachyderm
train
7f24bb53508c0dfc348f76f83abd47bce8017bf9
diff --git a/src/main/java/net/malisis/core/renderer/font/FontOptions.java b/src/main/java/net/malisis/core/renderer/font/FontOptions.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/malisis/core/renderer/font/FontOptions.java +++ b/src/main/java/net/malisis/core/renderer/font/FontOptions.java @@ -520,10 +520,7...
Fixed PredicatedFontOption missing last condition
Ordinastie_MalisisCore
train
89e256593e6ea25220e923bdb850d2d78622226f
diff --git a/Classes/TcaDataGenerator/Generator.php b/Classes/TcaDataGenerator/Generator.php index <HASH>..<HASH> 100644 --- a/Classes/TcaDataGenerator/Generator.php +++ b/Classes/TcaDataGenerator/Generator.php @@ -390,46 +390,4 @@ class Generator } return $uid; } - - /** - * @param string...
[TASK] Move localize methods around
TYPO3_styleguide
train
84868af687c00f27d6a89d57357af21bd3eb2248
diff --git a/h2gis-functions/src/main/java/org/h2gis/functions/spatial/metadata/FindGeometryMetadata.java b/h2gis-functions/src/main/java/org/h2gis/functions/spatial/metadata/FindGeometryMetadata.java index <HASH>..<HASH> 100644 --- a/h2gis-functions/src/main/java/org/h2gis/functions/spatial/metadata/FindGeometryMetada...
Fix view geometry_columns that does not escape table name if it is a reserved word
orbisgis_h2gis
train
3626ee85608bdbe4e0e64486941b91d3203719c6
diff --git a/lib/elements/bfe_field.py b/lib/elements/bfe_field.py index <HASH>..<HASH> 100644 --- a/lib/elements/bfe_field.py +++ b/lib/elements/bfe_field.py @@ -24,7 +24,7 @@ __revision__ = "$Id$" from invenio.bibformat_utils import parse_tag -def format(bfo, tag, limit, separator=" "): +def format(bfo, tag, lim...
Modified bfe_field to have one separator for subfields of an instance, and one separator between instances. DEPRECATES the use of 'separator' parameter for this element. Please check your templates.
inveniosoftware_invenio-formatter
train
de4e480f8bd40d68856f55e281c2aaba2723490f
diff --git a/app/controllers/hyrax/dashboard/nest_collections_controller.rb b/app/controllers/hyrax/dashboard/nest_collections_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/hyrax/dashboard/nest_collections_controller.rb +++ b/app/controllers/hyrax/dashboard/nest_collections_controller.rb @@ -45,21 +45...
allow deposit user to create a new collection as a subco * require read access for sub-collection * require deposit access for parent collection
samvera_hyrax
train
737c62f248a27c74558441c7c0cbb948788e2a3e
diff --git a/src/size.js b/src/size.js index <HASH>..<HASH> 100644 --- a/src/size.js +++ b/src/size.js @@ -93,5 +93,5 @@ export function resizeView(viewWidth, viewHeight, width, height, origin, auto) { // run dataflow on width/height signal change if (rerun) view.run('enter'); if (auto) view.runAfter(fun...
Adjust priority of resizeView runAfter.
vega_vega-view
train
5ec9d337ebde0f14dc8da1021b9b804106c7d4cf
diff --git a/lib/gravatarify.rb b/lib/gravatarify.rb index <HASH>..<HASH> 100644 --- a/lib/gravatarify.rb +++ b/lib/gravatarify.rb @@ -3,13 +3,7 @@ # Base -> provides the basic gravatar_url method, can also be used for # custom implementations, just include Gravatarify::Base. require 'gravatarify/base' -require 'gra...
remove all traces to ObjectSupport
lwe_gravatarify
train
031930a64924d9fe289377cd5c9af9b4febc12d0
diff --git a/src/Models/WebFeatureServiceCatalogGroup.js b/src/Models/WebFeatureServiceCatalogGroup.js index <HASH>..<HASH> 100644 --- a/src/Models/WebFeatureServiceCatalogGroup.js +++ b/src/Models/WebFeatureServiceCatalogGroup.js @@ -123,6 +123,10 @@ WebFeatureServiceCatalogGroup.prototype._load = function() { ...
Make WMS and WFS GetCapabilities work in IE9.
TerriaJS_terriajs
train
c1451651396b02ab4a7c123e025fcfd800d952d1
diff --git a/lib/Doctrine/Common/Persistence/ObjectManager.php b/lib/Doctrine/Common/Persistence/ObjectManager.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/Common/Persistence/ObjectManager.php +++ b/lib/Doctrine/Common/Persistence/ObjectManager.php @@ -77,7 +77,7 @@ interface ObjectManager * * @param ...
Fix newb-bug by @jmikola and merged by me. Stupid.
doctrine_persistence
train
202e8a59d8ed2abfbb67a069aa3ed7b445fcc1e4
diff --git a/pyneuroml/plot/PlotSpikes.py b/pyneuroml/plot/PlotSpikes.py index <HASH>..<HASH> 100644 --- a/pyneuroml/plot/PlotSpikes.py +++ b/pyneuroml/plot/PlotSpikes.py @@ -64,7 +64,7 @@ def process_args(): type=str, metavar='<spiketime file>', ...
Correct nargs value in Plotter script Gives an error here on Python <I> with the spaces. Looks like it needs to be a '+', without the spaces around the + <URL>
NeuroML_pyNeuroML
train
fbda534815203e0763b9b98c9c379b2e39be7d16
diff --git a/src/Http/Controllers/VoyagerBaseController.php b/src/Http/Controllers/VoyagerBaseController.php index <HASH>..<HASH> 100644 --- a/src/Http/Controllers/VoyagerBaseController.php +++ b/src/Http/Controllers/VoyagerBaseController.php @@ -112,7 +112,7 @@ class VoyagerBaseController extends Controller }...
Fixes Language picker not displaying on BREAD index pages (#<I>) is_bread_translatable doesn't work on collection, that's why $model was used.
the-control-group_voyager
train
70a0658d9baaa172b9bf037135985ce55069c5dc
diff --git a/angr/engines/vex/expressions/base.py b/angr/engines/vex/expressions/base.py index <HASH>..<HASH> 100644 --- a/angr/engines/vex/expressions/base.py +++ b/angr/engines/vex/expressions/base.py @@ -48,7 +48,8 @@ class SimIRExpr(object): if o.SIMPLIFY_EXPRS in self.state.options: self.expr...
SimIRExpr: Do not call state.add_constraints() if there are no constraints to add. (#<I>)
angr_angr
train
8e9fb2f68bdd792555fca7cc4e3437c2e41f1975
diff --git a/gwpy/tests/test_timeseries.py b/gwpy/tests/test_timeseries.py index <HASH>..<HASH> 100644 --- a/gwpy/tests/test_timeseries.py +++ b/gwpy/tests/test_timeseries.py @@ -266,14 +266,6 @@ class TimeSeriesTestMixin(object): def test_read_write_csv(self): return self._test_read_write_ascii(format='c...
tests: need new read_write test for WAV
gwpy_gwpy
train
fa3e254464cf5f591de8987906bd3db20b96e3fb
diff --git a/client/state/preferences/actions.js b/client/state/preferences/actions.js index <HASH>..<HASH> 100644 --- a/client/state/preferences/actions.js +++ b/client/state/preferences/actions.js @@ -76,13 +76,13 @@ export const savePreference = ( key, value ) => dispatch => { value } ); - const settings = { ...
State: Stringify preferences before saving to settings endpoint
Automattic_wp-calypso
train
e4d90e4d6799841a73b8451f2fb1255c39f9f7ac
diff --git a/great_expectations/data_asset/base.py b/great_expectations/data_asset/base.py index <HASH>..<HASH> 100644 --- a/great_expectations/data_asset/base.py +++ b/great_expectations/data_asset/base.py @@ -736,7 +736,7 @@ If you wish to change this behavior, please set discard_failed_expectations, dis if ...
allow storing validation results in a file
great-expectations_great_expectations
train
3faf71b1f73a12519de2bf8660f5c6d8ae008074
diff --git a/python/src/cm_api/endpoints/types.py b/python/src/cm_api/endpoints/types.py index <HASH>..<HASH> 100644 --- a/python/src/cm_api/endpoints/types.py +++ b/python/src/cm_api/endpoints/types.py @@ -362,6 +362,7 @@ class ApiHdfsReplicationArguments(BaseApiObject): 'dryRun', 'schedulerPoolName', 'abortOnE...
[py] Add Hive replication arguments to python bindings. This change not only adds those arguments, but also re-works the replication API in the bindings a little bit so that it's more easily extended, although it's probably not very easy to use. I also renamed ApiPeer to ApiCmPeer, to match the CM name, and made some...
cloudera_cm_api
train
c147986b21f32a07c9f9c6bc86030062a99568e1
diff --git a/Generator/RootComponent.php b/Generator/RootComponent.php index <HASH>..<HASH> 100644 --- a/Generator/RootComponent.php +++ b/Generator/RootComponent.php @@ -44,6 +44,8 @@ abstract class RootComponent extends BaseGenerator { */ public static function configurationDefinition(): PropertyDefinition { ...
Added configuration data to root component as internal.
drupal-code-builder_drupal-code-builder
train
b30d900a96b0613be8eff375715f5c9357b2b6c0
diff --git a/pixel_clusterizer/clusterizer.py b/pixel_clusterizer/clusterizer.py index <HASH>..<HASH> 100644 --- a/pixel_clusterizer/clusterizer.py +++ b/pixel_clusterizer/clusterizer.py @@ -126,6 +126,7 @@ class HitClusterizer(object): def reset(self): # Resets the overwritten function hooks, otherwise they ar...
ENH: check for increasing event number
SiLab-Bonn_pixel_clusterizer
train
cb91c47ae571de89ff5246a3a463dda4e1563597
diff --git a/robolectric/src/main/java/org/robolectric/android/internal/AndroidTestEnvironment.java b/robolectric/src/main/java/org/robolectric/android/internal/AndroidTestEnvironment.java index <HASH>..<HASH> 100755 --- a/robolectric/src/main/java/org/robolectric/android/internal/AndroidTestEnvironment.java +++ b/robo...
Rename robolectric.useRealGraphics to robolectric.nativeruntime.enableGraphics This is part of an experiment to use native graphics in Robolectric. PiperOrigin-RevId: <I>
robolectric_robolectric
train
4cc093b961f363c6ee9f298ea76eba9a842c42f9
diff --git a/examples/example-2.js b/examples/example-2.js index <HASH>..<HASH> 100644 --- a/examples/example-2.js +++ b/examples/example-2.js @@ -2,12 +2,12 @@ var extractor = require('../extractor'); var map = {title:'title', links: 'a' }; -extractor.Scrape('http://nodejs.org', map, function(err, data, url) { +e...
Updated example for <I>.
rsdoiel_extractor-js
train
1eaac54ec4e80f1867fa0d54a789151c454efb2e
diff --git a/furious/context/__init__.py b/furious/context/__init__.py index <HASH>..<HASH> 100644 --- a/furious/context/__init__.py +++ b/furious/context/__init__.py @@ -82,12 +82,12 @@ def get_current_async(): def get_current_context(): - """Return a reference to the currently Context object. + """Return a...
Fixed typos in the comments and the Exception. Also fixed if condition to check registry
Workiva_furious
train
011b5eec5b02a521ff9f48d3858c6572535e7b8a
diff --git a/set.js b/set.js index <HASH>..<HASH> 100644 --- a/set.js +++ b/set.js @@ -1 +1,4 @@ -module.exports = new Set(require('./')); +var blocks = require('./'); +module.exports = new Set(blocks.concat(blocks.map(function (n) { + return n.toUpperCase(); +})));
set: support UPPERCASE
webmodules_block-elements
train
65194ccdac5cf84f7aeaafbe89e3c343280b1de8
diff --git a/light.js b/light.js index <HASH>..<HASH> 100644 --- a/light.js +++ b/light.js @@ -363,16 +363,46 @@ function processAAResponses(aa_responses, onDone) { } ); }, function () { - arrAAResponsesToEmit.forEach(function (objAAResponse) { - eventBus.emit('aa_response', objAAResponse); - eventBus.emi...
add objResponseUnit into aa responses in history request
byteball_ocore
train
bbd25006b5459623e2b54bdd1a7cbd5de74608bd
diff --git a/spacetrack/aio.py b/spacetrack/aio.py index <HASH>..<HASH> 100644 --- a/spacetrack/aio.py +++ b/spacetrack/aio.py @@ -57,7 +57,7 @@ class AsyncSpaceTrackClient(SpaceTrackClient): Parameters: class_: Space-Track request class name iter_lines: Yield result line by line - ...
Use <I> KiB chunks for iter_content=True I conducted tests by downloading a <I> MB file with different chunk sizes. 1 KiB chunks were ~<I>% slower than using 1 MiB chunks, whereas <I> KiB chunks were only ~<I>% slower than 1 MiB chunks.
python-astrodynamics_spacetrack
train
7dfb669fe545c743abd3c4d51b667e226d38be24
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( url='http://github.com/dcramer/django-sentry', description = 'Exception Logging to a Database in Django', packages=find_packages(), - requirements=[ + install_requires=[ 'pyg...
Use install_requires not requirements
elastic_apm-agent-python
train
56ac81c46663bf6ecc59eb83bba843aca9c11499
diff --git a/ncclient/devices/csr.py b/ncclient/devices/csr.py index <HASH>..<HASH> 100644 --- a/ncclient/devices/csr.py +++ b/ncclient/devices/csr.py @@ -31,6 +31,3 @@ class CsrDeviceHandler(DefaultDeviceHandler): kwargs['allow_agent'] = False kwargs['look_for_keys'] = False kwargs['unknow...
Remove incorrect override of perform_qualify_check
ncclient_ncclient
train
efb2bc773fba9a9edd69af8986f137359251ddee
diff --git a/lib/bittorrent-dht/index.js b/lib/bittorrent-dht/index.js index <HASH>..<HASH> 100644 --- a/lib/bittorrent-dht/index.js +++ b/lib/bittorrent-dht/index.js @@ -14,6 +14,7 @@ var is = require('core-util-is') // added in Node 0.12 var util = require('util') var MAX_NODES = 5000 +var BOOTSTRAP_TIMEOUT = 500...
retry bootstrap if no response after timeout
webtorrent_webtorrent
train
ff2fe2a7abb6ab4aa454b3c0ba62616e50d079bb
diff --git a/PySimpleGUI.py b/PySimpleGUI.py index <HASH>..<HASH> 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 -version = __version__ = "4.24.0.5 Unreleased\nAdded k parameter to buttons, new text wrapping behavior for popups, new docstring for keys, new single-string button_co...
Output element will now automatically refresh the parent window after every write. Added refresh to Multiline Update if elment has refresh configured
PySimpleGUI_PySimpleGUI
train
440a89051d675aa5fd4a6d6365d469a3bd67b343
diff --git a/cake/tests/cases/libs/cake_socket.test.php b/cake/tests/cases/libs/cake_socket.test.php index <HASH>..<HASH> 100644 --- a/cake/tests/cases/libs/cake_socket.test.php +++ b/cake/tests/cases/libs/cake_socket.test.php @@ -108,7 +108,7 @@ class CakeSocketTest extends CakeTestCase { */ public static function...
Fixing test that didn't fail as expected.
cakephp_cakephp
train
3cad62d8cb18ec8057c10e3cf4d006b5f4dc4056
diff --git a/symphony/lib/toolkit/data-sources/class.datasource.section.php b/symphony/lib/toolkit/data-sources/class.datasource.section.php index <HASH>..<HASH> 100644 --- a/symphony/lib/toolkit/data-sources/class.datasource.section.php +++ b/symphony/lib/toolkit/data-sources/class.datasource.section.php @@ -262,7 +26...
Remove the single output parameter (#<I>) This has been deprecated for some time now Picked from 0c8dc7c Picked from c<I>c3af4f Picked from 5c6d<I>b1d Picked from 2b8a<I>f9
symphonycms_symphony-2
train
8b5769eb2081b4f91aebe47f192a2cf70709a0ad
diff --git a/socketio/sgunicorn.py b/socketio/sgunicorn.py index <HASH>..<HASH> 100644 --- a/socketio/sgunicorn.py +++ b/socketio/sgunicorn.py @@ -27,10 +27,17 @@ class GunicornWebSocketWSGIHandler(WebSocketHandler): req_headers = [h.split(":", 1) for h in self.headers.headers] self.server.log...
Only spawn the policy server once.
abourget_gevent-socketio
train
ad7f37bd9d5ffb130ce186c8044cbb02d73772d5
diff --git a/kite/main.go b/kite/main.go index <HASH>..<HASH> 100644 --- a/kite/main.go +++ b/kite/main.go @@ -205,7 +205,7 @@ func New(options *protocol.Options) *Kite { Uuid: kiteID, PublicKey: publicKey, Addr: localIP + ":" + port, - PublicIP: publicIP, + PublicIP: pub...
kite/kites: improvements to publicIP detection and supervisor
koding_kite
train
33fe2cdf9ab37e33a292c2877da29a20dcbd1523
diff --git a/packages/sproutcore-metal/lib/mixin.js b/packages/sproutcore-metal/lib/mixin.js index <HASH>..<HASH> 100644 --- a/packages/sproutcore-metal/lib/mixin.js +++ b/packages/sproutcore-metal/lib/mixin.js @@ -375,7 +375,7 @@ var NAME_KEY = SC.GUID_KEY+'_name'; function processNames(paths, root, seen) { var id...
IE7 and IE8 window.hasOwnProperty doesn't exist. function.apply(context, null) fails - using an empty array instead. IE8 only: SC.platform.defineProperty simulated for IE8. Object.defineProperty is provided by IE8, but doesn't work properly. Added necessary __defineGetter__ check.
emberjs_ember.js
train
8c63e6d98277965087ae4f9a7750f4e45dc714af
diff --git a/opentracing-elasticsearch-client-common/src/main/java/io/opentracing/contrib/elasticsearch/common/TracingHttpClientConfigCallback.java b/opentracing-elasticsearch-client-common/src/main/java/io/opentracing/contrib/elasticsearch/common/TracingHttpClientConfigCallback.java index <HASH>..<HASH> 100644 --- a/o...
span reports <I> http status on success (#<I>)
opentracing-contrib_java-elasticsearch-client
train
fae56b8a63fd4af18a8ef39af860692e33039f60
diff --git a/src/main/java/com/coreoz/wisp/Scheduler.java b/src/main/java/com/coreoz/wisp/Scheduler.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/coreoz/wisp/Scheduler.java +++ b/src/main/java/com/coreoz/wisp/Scheduler.java @@ -109,8 +109,8 @@ public final class Scheduler { this.cancelHandles = new Concur...
Min threads should take account of the scheduler thread
Coreoz_Wisp
train
0845b8087533f40758b477ead34e0307ce34dff7
diff --git a/SingularityService/src/main/java/com/hubspot/singularity/data/SingularityValidator.java b/SingularityService/src/main/java/com/hubspot/singularity/data/SingularityValidator.java index <HASH>..<HASH> 100644 --- a/SingularityService/src/main/java/com/hubspot/singularity/data/SingularityValidator.java +++ b/S...
Moved durationMillis fix logic into validator
HubSpot_Singularity
train
29fa8fc636d1a9572ce48a5f5fbaa36a1889bfe5
diff --git a/lib/data-service.js b/lib/data-service.js index <HASH>..<HASH> 100644 --- a/lib/data-service.js +++ b/lib/data-service.js @@ -27,6 +27,10 @@ class DataService extends EventEmitter { .on('topologyDescriptionChanged', (evt) => this.emit('topologyDescriptionChanged', evt)); } + getConnectionOptio...
feat: Expose connection params of the native client through the data service COMPASS-<I> (#<I>) * feat(COMPASS-<I>): Expose connection params of the native client through the data service * refactor: Change the name from connectionParams to connectionOptions for consistency
mongodb-js_data-service
train
659eb0ce366e61a03b8a339fbdc1f1a208fac775
diff --git a/lib/log4r_auditor/auditor.rb b/lib/log4r_auditor/auditor.rb index <HASH>..<HASH> 100644 --- a/lib/log4r_auditor/auditor.rb +++ b/lib/log4r_auditor/auditor.rb @@ -18,6 +18,11 @@ module Log4rAuditor return true end + #inversion of control method required by the AuditorAPI to hint direct call...
Support soar_auditor_api-<I> Add prefer_direct_call? method.
hetznerZA_log4r_auditor
train
7ccbabc5e3b9bea22ff13e119f23b02d19a65887
diff --git a/lib/respect/core_statements.rb b/lib/respect/core_statements.rb index <HASH>..<HASH> 100644 --- a/lib/respect/core_statements.rb +++ b/lib/respect/core_statements.rb @@ -101,6 +101,31 @@ module Respect # The options are merged with the default options which may include the +:doc+ # option if {#do...
Remove Schema#undef_default_statement. It does not work if the class is not loaded before hand which is often the case when the class file is auto-loaded.
nicolasdespres_respect
train
35f4118615b9375511cda09dd2011b10128b2293
diff --git a/src/constants.js b/src/constants.js index <HASH>..<HASH> 100644 --- a/src/constants.js +++ b/src/constants.js @@ -2,5 +2,5 @@ export const cacheExpiryTolerance = 60; // 60 seconds (in seconds) export const defaultAuthEndpoint = "/feeds/tokens"; export const feedIdRegex = /^[a-zA-Z0-9-]+$/; export const ...
remove trailing / from servicePath
pusher_feeds-client-js
train
3c8b21d211f4a7dc3ce5d83c2088924337d5470a
diff --git a/lib/browser/commands/set-orientation/index.js b/lib/browser/commands/set-orientation/index.js index <HASH>..<HASH> 100644 --- a/lib/browser/commands/set-orientation/index.js +++ b/lib/browser/commands/set-orientation/index.js @@ -9,17 +9,17 @@ module.exports = (browser) => { } session.overwrite...
fix: error in expectation of orientation change
gemini-testing_hermione
train
389c84d97369e78cb989c450ab33daed256a93e1
diff --git a/ca/django_ca/models.py b/ca/django_ca/models.py index <HASH>..<HASH> 100644 --- a/ca/django_ca/models.py +++ b/ca/django_ca/models.py @@ -698,7 +698,8 @@ class CertificateAuthority(X509CertMixin): for cert in certs: builder = builder.add_revoked_certificate(cert.get_revocation()) - ...
only add IDP if cryptography supports it
mathiasertl_django-ca
train
f5eeb5eaaccb6586249a4a12bdac83401b57d7ca
diff --git a/pydevconsole.py b/pydevconsole.py index <HASH>..<HASH> 100644 --- a/pydevconsole.py +++ b/pydevconsole.py @@ -42,6 +42,7 @@ except NameError: # version < 2.3 -- didn't have the True/False builtins from _pydev_bundle.pydev_console_utils import BaseInterpreterInterface, BaseStdIn, set_result_ipython_value...
Variables Pane: Simplified Variables View (PY-<I>) (cherry picked from commit <I>d7a<I>)
fabioz_PyDev.Debugger
train
a2d2f0afcb58712efe19f25f957b58037bfe87db
diff --git a/pygal/css/graph.css b/pygal/css/graph.css index <HASH>..<HASH> 100644 --- a/pygal/css/graph.css +++ b/pygal/css/graph.css @@ -65,7 +65,7 @@ svg * { opacity: 0; } -.axis.y .guides:hover .guide.line, .Line .axis.x .guides:hover .guide.line { +.axis.y .guides:hover .guide.line, .Line .axis.x .guides:hov...
Fix axis and improve xy text
Kozea_pygal
train
d09c454d58f3c66ccee438aaf4837beae1ffac8f
diff --git a/src/main/java/org/cactoos/iterable/RangeOf.java b/src/main/java/org/cactoos/iterable/RangeOf.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/cactoos/iterable/RangeOf.java +++ b/src/main/java/org/cactoos/iterable/RangeOf.java @@ -73,88 +73,4 @@ public class RangeOf<T extends Comparable<T>> extends ...
#<I> removed nested classes
yegor256_cactoos
train
29fc05cc02c86c30af9674adc12eaa93b015ce58
diff --git a/src/Controller/Component/CsvViewComponent.php b/src/Controller/Component/CsvViewComponent.php index <HASH>..<HASH> 100644 --- a/src/Controller/Component/CsvViewComponent.php +++ b/src/Controller/Component/CsvViewComponent.php @@ -216,10 +216,8 @@ class CsvViewComponent extends Component 'field...
add association name to associated records array passed to the View (task #<I>)
QoboLtd_cakephp-csv-migrations
train
c175cb3a68de01ecdfa3cffd2328322136010dc3
diff --git a/hydpy/__init__.py b/hydpy/__init__.py index <HASH>..<HASH> 100644 --- a/hydpy/__init__.py +++ b/hydpy/__init__.py @@ -108,6 +108,7 @@ warnings.filterwarnings('ignore', r'All-NaN (slice|axis) encountered') warnings.filterwarnings('ignore', r'elementwise comparison failed') warnings.filterwarnings('ignore'...
Filter the DeprecationWarning: tostring() is deprecated. Use tobytes() instead. I think, its an issue of an site-package. It occurs when using `netcdftool` features.
hydpy-dev_hydpy
train
0f79efb0c2b7017059487c3b354cda18f115e226
diff --git a/lib/puppet/indirector/facts/facter.rb b/lib/puppet/indirector/facts/facter.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/indirector/facts/facter.rb +++ b/lib/puppet/indirector/facts/facter.rb @@ -28,7 +28,7 @@ class Puppet::Node::Facts::Facter < Puppet::Indirector::Code private - def self.setup_se...
(PUP-<I>) Fix facter terminus to print out fact files. Prior to the refactoring of the facter terminus, the terminus loaded module facts directly. This is no longer the case and instead facter always loads the facts itself. The previous implementation logged an informational message displaying the path to each fact ...
puppetlabs_puppet
train
2787ea07a9a183695e6f7a58bcc0171e086d456b
diff --git a/lib/plugins/standalone.js b/lib/plugins/standalone.js index <HASH>..<HASH> 100644 --- a/lib/plugins/standalone.js +++ b/lib/plugins/standalone.js @@ -8,6 +8,7 @@ const stream = require('stream'); const { promisify } = require('util'); const fse = require('fs-extra'); const fetch = require('node-fetch');...
refactor(CLI): Modern logs for `uninstall` command
serverless_serverless
train
9ecd95bfc2ce5cceb23cbf19456042483fa7108b
diff --git a/tests/fixtures/_util.py b/tests/fixtures/_util.py index <HASH>..<HASH> 100644 --- a/tests/fixtures/_util.py +++ b/tests/fixtures/_util.py @@ -1,6 +1,8 @@ import os import pathlib +FIXTURE_PATH = pathlib.Path(__file__).parent + def curjoin(_file): # return filepath relative to __file__ (this file) ...
test: Add FIXTURE_PATH (pathlib)
tmux-python_tmuxp
train
ec7ef601f8ce9d7546a8bf76031990a8583b10e2
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -397,11 +397,16 @@ class Generator extends EventEmitter { runAsync(function() { self.async = () => this.async(); + self.runningState = { namespace, queueName, methodName }; ret...
Set runningState on generator. (#<I>) * Set runningState on generator. * Make runningState cleanup Node.js < <I> compatible
yeoman_generator
train
b1d76bd5d4ab0668f1895b4cc45afc4baec0161c
diff --git a/src/Support/Http/GuzzleClient.php b/src/Support/Http/GuzzleClient.php index <HASH>..<HASH> 100644 --- a/src/Support/Http/GuzzleClient.php +++ b/src/Support/Http/GuzzleClient.php @@ -13,9 +13,8 @@ class GuzzleClient implements Client /** @var UrlParameteriser */ private $parameteriser; - publ...
Removed access token from GuzzleClient
ordercloud_ordercloud-php
train
eaa98463c9afc6a82894fa35854b4bb004770efd
diff --git a/src/main.js b/src/main.js index <HASH>..<HASH> 100644 --- a/src/main.js +++ b/src/main.js @@ -7,11 +7,20 @@ var fs = require('fs') , langMap = require('./lang-mapping.json') , Spellcheck = require('spellcheck'); -function Pasquale () {} +/** + * Constructor for Pasquale. + * @param {object} options...
adds test and refactors core to support ignored words
cirocosta_pasquale
train
96d850d9192ee10f643982f6f941e8ca856e7880
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ Once you have a fresh \PicORM\Collection instance, data is not fetched yet. Fetc foreach($collection as $model) // or manual fetching / re-fetching - $collection->fetchCollection(); + $collection->fe...
refactoring Collection->fetchCollection() into Collection->fetch()
iNem0o_PicORM
train
395b614349ad730af8edbae204a4744128e0b0f3
diff --git a/plugin/kubernetes/kubernetes.go b/plugin/kubernetes/kubernetes.go index <HASH>..<HASH> 100644 --- a/plugin/kubernetes/kubernetes.go +++ b/plugin/kubernetes/kubernetes.go @@ -274,6 +274,10 @@ func (k *Kubernetes) Records(state request.Request, exact bool) ([]msg.Service, return nil, e } + if dnsutil...
plugin/kubernetes: PTR/A reverse query corner cases (#<I>) * better handle non PTR rev zone qrys * vice versa * tests * comment typo * much cleaner
coredns_coredns
train
68ed86567747acd142bf4ca14a1fcbe5b510b439
diff --git a/classes/Boom/Controller/Cms/Chunk/Asset.php b/classes/Boom/Controller/Cms/Chunk/Asset.php index <HASH>..<HASH> 100644 --- a/classes/Boom/Controller/Cms/Chunk/Asset.php +++ b/classes/Boom/Controller/Cms/Chunk/Asset.php @@ -18,6 +18,8 @@ class Boom_Controller_Cms_Chunk_Asset extends Boom_Controller_Cms_Chunk...
hack to post back caption/description for asset chunks
boomcms_boom-core
train
82b5c48b59338da303aff92e5b19f731d357307e
diff --git a/samples/javafx/hello_jrubyfx.rb b/samples/javafx/hello_jrubyfx.rb index <HASH>..<HASH> 100755 --- a/samples/javafx/hello_jrubyfx.rb +++ b/samples/javafx/hello_jrubyfx.rb @@ -11,8 +11,9 @@ class HelloJRubyFX < JRubyFX::Application layout_scene(:dark_blue) do group do rectangle(x: ...
Reverting change to hello_jrubyfx as it does not compile
jruby_jrubyfx
train
35d745d2c155034d4ee4e0f64457c3bd31bb45a2
diff --git a/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/configuration/ConfigurationService.java b/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/configuration/ConfigurationService.java index <HASH>..<HASH> 100644 --- a/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/configuration/...
user story #<I>: minor CR changes
hpsa_hpe-application-automation-tools-plugin
train
987760dc90c4f2bedb775e4febad97f83a2491c3
diff --git a/lib/command/definitions.js b/lib/command/definitions.js index <HASH>..<HASH> 100644 --- a/lib/command/definitions.js +++ b/lib/command/definitions.js @@ -84,7 +84,7 @@ declare class Recorder { } declare class CodeceptJSEvent { - dispatcher: EventEmitter + dispatcher: NodeJS.EventEmitter test: { ...
Add NodeJS scope for EventEmitter (#<I>)
Codeception_CodeceptJS
train
c4a8195b92e1819c2c0c602f8332c0eec7a555ff
diff --git a/dev/com.ibm.ws.security.acme_fat/fat/src/com/ibm/ws/security/acme/fat/FATSuite.java b/dev/com.ibm.ws.security.acme_fat/fat/src/com/ibm/ws/security/acme/fat/FATSuite.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.security.acme_fat/fat/src/com/ibm/ws/security/acme/fat/FATSuite.java +++ b/dev/com.ibm.w...
Redeliver -- Issue <I>: Skip libh docker hosts for acme fat This reverts commit <I>c<I>ca0b<I>a<I>b<I>c<I>a<I>b<I>e.
OpenLiberty_open-liberty
train
7322082ffecbbd5fd8b0df1cc596e738f03d4138
diff --git a/src/models/AbstractPage.php b/src/models/AbstractPage.php index <HASH>..<HASH> 100644 --- a/src/models/AbstractPage.php +++ b/src/models/AbstractPage.php @@ -12,7 +12,6 @@ namespace hiqdev\yii2\modules\pages\models; use Symfony\Component\Yaml\Yaml; use Yii; -use yii\base\InvalidConfigException; abst...
redone extractData to virtual instead of static to become specific for page type
hiqdev_yii2-module-pages
train
e75ca231bd743d8a54006f76ad835be1b27bacc1
diff --git a/gremlin-python/src/test/java/org/apache/tinkerpop/gremlin/python/driver/DriverRemoteConnectionTest.java b/gremlin-python/src/test/java/org/apache/tinkerpop/gremlin/python/driver/DriverRemoteConnectionTest.java index <HASH>..<HASH> 100644 --- a/gremlin-python/src/test/java/org/apache/tinkerpop/gremlin/pytho...
a nicer message about CPython existence.
apache_tinkerpop
train
27dce85a90d7490d0023c0039c644dbe7cfe630e
diff --git a/salt/states/libvirt.py b/salt/states/libvirt.py index <HASH>..<HASH> 100644 --- a/salt/states/libvirt.py +++ b/salt/states/libvirt.py @@ -27,7 +27,7 @@ def keys(name, basepath='/etc/pki'): The name variable used to track the execution basepath - Defaults to `/etc/pki`, this is the ro...
Improving docs for salt.states.libvirt
saltstack_salt
train
36e7f16ac852625442c401409b4ccdfae35c23a3
diff --git a/zounds/learn/wgan.py b/zounds/learn/wgan.py index <HASH>..<HASH> 100644 --- a/zounds/learn/wgan.py +++ b/zounds/learn/wgan.py @@ -79,6 +79,22 @@ class WassersteinGanTrainer(Trainer): only_inputs=True)[0] return ((gradients.norm(2, dim=1) - 1) ** 2).mean() * 10 + def freeze_genera...
Ensure that generator and discriminator are frozen at the proper places during training, and don't ever put either into evaluation mode
JohnVinyard_zounds
train
37f1f046ec1854e01dfe7ab73866c03a02ee03b0
diff --git a/code/libraries/koowa/filter/date.php b/code/libraries/koowa/filter/date.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/filter/date.php +++ b/code/libraries/koowa/filter/date.php @@ -62,7 +62,9 @@ class KFilterDate extends KFilterTimestamp $format = 'Y-m-d'; if (is_...
Fixed issue with strings not being converted to time
timble_kodekit
train
c25e952f077cc7d67e69dcc454f2d1bfab130c8a
diff --git a/tests/library/CM/Splittest/CM_Splittest_FixtureTest.php b/tests/library/CM/Splittest/CM_Splittest_FixtureTest.php index <HASH>..<HASH> 100644 --- a/tests/library/CM/Splittest/CM_Splittest_FixtureTest.php +++ b/tests/library/CM/Splittest/CM_Splittest_FixtureTest.php @@ -104,6 +104,101 @@ class CM_Splittest_...
Added tests for CM_Splittest_Fixture - Tested conversion from a requestClient splittest as a user after a first login - Tested conversion from a requestClient splittest as a user before the first login (to document that it won't work, as discussed)
cargomedia_cm
train
be2ecb19a55349c86d384a10feacfa684376fa8f
diff --git a/mammoth/docx/body_xml.py b/mammoth/docx/body_xml.py index <HASH>..<HASH> 100644 --- a/mammoth/docx/body_xml.py +++ b/mammoth/docx/body_xml.py @@ -71,7 +71,9 @@ def _create_reader(numbering, content_types, relationships, styles, docx_file, f def text(element): return _success(documents.Text(...
Ignore run boolean elements that have value of false
mwilliamson_python-mammoth
train
073e9a9c10f8a158f13b56ef38addc49d05b43ff
diff --git a/avatar/__init__.py b/avatar/__init__.py index <HASH>..<HASH> 100644 --- a/avatar/__init__.py +++ b/avatar/__init__.py @@ -11,6 +11,7 @@ AUTO_GENERATE_AVATAR_SIZES = getattr(settings, 'AUTO_GENERATE_AVATAR_SIZES', (80 AVATAR_RESIZE_METHOD = getattr(settings, 'AVATAR_RESIZE_METHOD', Image.ANTIALIAS) AVATAR...
Provide Gravatar default url in settings.AVATAR_GRAVATAR_DEFAULT - will be used by Gravatar if the user has no avatar for that email address.
grantmcconnaughey_django-avatar
train
d57eeb689ef36c1637714a7a55f209fcc6ac68cc
diff --git a/src/interaction/InteractionManager.js b/src/interaction/InteractionManager.js index <HASH>..<HASH> 100644 --- a/src/interaction/InteractionManager.js +++ b/src/interaction/InteractionManager.js @@ -1,6 +1,12 @@ var core = require('../core'), InteractionData = require('./InteractionData'); +// Mix i...
Make interactiveTarget a mixin and InteractionManager mix it
pixijs_pixi.js
train
cc1bf95776d83392d8eca15c1e5e99fba4df3638
diff --git a/Gemfile.lock b/Gemfile.lock index <HASH>..<HASH> 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mongoid_time_field (0.2.4) + mongoid_time_field (0.2.5) mongoid (>= 3.0.0) GEM diff --git a/lib/mongoid_time_field/time_field.rb b/lib/mongoid_time_fi...
Add #to_i and fix parsing for integer-only strings
glebtv_mongoid_time_field
train
bb746d798bf57e16125c59bc83d11f69bb829594
diff --git a/src/Env.php b/src/Env.php index <HASH>..<HASH> 100644 --- a/src/Env.php +++ b/src/Env.php @@ -61,7 +61,7 @@ class Env __METHOD__ )); } - if (mb_strlen($section) > 250 || mb_strlen($variable) > 250) { + if (mb_strlen($section) > 30 || mb_strlen($variable)...
Update Env.php Downsize required length for `$section`.
genial-framework_Environment
train
be97699700d8615a9b005065c34ae8ec981795bc
diff --git a/cf/api.go b/cf/api.go index <HASH>..<HASH> 100644 --- a/cf/api.go +++ b/cf/api.go @@ -23,17 +23,23 @@ type QueryResponse struct { } var ApiRequest = func(method, endpoint string, response interface{}, timeout time.Duration, data ...string) { - request := Cf( + args := []string{ "curl", endpoint, ...
Update ApiRequest to not pass -d for empty data 'cf curl' has changed such that passing -d for empty data is an error.
cloudfoundry-incubator_cf-test-helpers
train
59ec46972a7d1bf16c6316f850052ccd3fe6cebc
diff --git a/source/rafcon/mvc/controllers/state_machine_tree.py b/source/rafcon/mvc/controllers/state_machine_tree.py index <HASH>..<HASH> 100644 --- a/source/rafcon/mvc/controllers/state_machine_tree.py +++ b/source/rafcon/mvc/controllers/state_machine_tree.py @@ -105,6 +105,7 @@ class StateMachineTreeController(Exte...
make state machine tree robust against empty state machines list of state machine manager
DLR-RM_RAFCON
train
1f3cdfd1267495236262a0894b63872ae9209fc0
diff --git a/meshio/gmsh_io.py b/meshio/gmsh_io.py index <HASH>..<HASH> 100644 --- a/meshio/gmsh_io.py +++ b/meshio/gmsh_io.py @@ -468,6 +468,7 @@ def _write_elements(fh, cells, tag_data, write_binary): )[:, numpy.newaxis] a += 1 + consecutive_index array = numpy.hstack([a, fc...
gmsh-binary: make sure that tag data is int<I>
nschloe_meshio
train
772ef24117c022c87f30f0bcab4ef8ab28d4dc8d
diff --git a/src/program/types/AssignmentExpression.js b/src/program/types/AssignmentExpression.js index <HASH>..<HASH> 100644 --- a/src/program/types/AssignmentExpression.js +++ b/src/program/types/AssignmentExpression.js @@ -223,7 +223,10 @@ export default class AssignmentExpression extends Node { let declarator...
fix some cases involving assignment of exponentiation assignment #<I>
bublejs_buble
train
1070225222eccba55640a8dc4740244d48f46539
diff --git a/test/cases/EndAnchorTest.php b/test/cases/EndAnchorTest.php index <HASH>..<HASH> 100644 --- a/test/cases/EndAnchorTest.php +++ b/test/cases/EndAnchorTest.php @@ -7,20 +7,23 @@ class EndAnchorTest extends \PHPUnit_Framework_TestCase * @covers RobotsTxtParser::isAllowed * @covers RobotsTxtP...
Added test cases for rules ending with dollar character
t1gor_Robots.txt-Parser-Class
train
508f04fc5fd4800f6197300c708be739bfccdaf3
diff --git a/export/exportconfig.go b/export/exportconfig.go index <HASH>..<HASH> 100644 --- a/export/exportconfig.go +++ b/export/exportconfig.go @@ -286,14 +286,16 @@ func (im *Manager) ExportConfig(excludedOrgs, excludedSpaces map[string]string, } } + lo.G.Infof("Listing Shared Domains") sharedDomains, err...
add additional logging context to export commands - <URL>
pivotalservices_cf-mgmt
train
93d5105fe7e954a3aba07063ed9e6b5b117b9809
diff --git a/chef/lib/chef/run_context.rb b/chef/lib/chef/run_context.rb index <HASH>..<HASH> 100644 --- a/chef/lib/chef/run_context.rb +++ b/chef/lib/chef/run_context.rb @@ -164,10 +164,6 @@ class Chef @loaded_attributes.has_key?("#{cookbook}::#{attribute_file}") end - def loaded_attribute? - - end...
[CHEF-<I>] rm unimplemented RunContext#loaded_attribute? Code needs a bit more refactoring to support it, and there's not yet a use case for it. Can be added back later if people want it.
chef_chef
train
2035b468a2f1538f085acca5ef2497357528f7ae
diff --git a/dist/demo.js b/dist/demo.js index <HASH>..<HASH> 100644 --- a/dist/demo.js +++ b/dist/demo.js @@ -23,7 +23,7 @@ app.use(express.static(path.join(__dirname, './'))); /// catch 404 and forward to error handler app.use(function (req, res, next) { - var err = new Error('Not Found'); + var err = n...
fix comments, log, add api to set config peerConnection
vunb_roomrtc
train
42bbe5112946b7c7623ea216f2daeefae8c59bba
diff --git a/liquibase-core/src/main/java/liquibase/changelog/OfflineChangeLogHistoryService.java b/liquibase-core/src/main/java/liquibase/changelog/OfflineChangeLogHistoryService.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/changelog/OfflineChangeLogHistoryService.java +++ b/liquibase-...
CORE-<I> Use a grammer for parsing SQL rather than regexps
liquibase_liquibase
train
6af0e74e5a4f95e56c60ce0a2038f0a1c6d01eaf
diff --git a/spec/generators/rspec/integration_generator_spec.rb b/spec/generators/rspec/integration_generator_spec.rb index <HASH>..<HASH> 100644 --- a/spec/generators/rspec/integration_generator_spec.rb +++ b/spec/generators/rspec/integration_generator_spec.rb @@ -10,7 +10,7 @@ describe Rspec::Generators::Integration...
Use singularized name for spec/requests
akm_model_base_generators
train
ca6209d8460c6c3dc476c618a94aaf11e5900b18
diff --git a/source/library/com/restfb/types/Video.java b/source/library/com/restfb/types/Video.java index <HASH>..<HASH> 100644 --- a/source/library/com/restfb/types/Video.java +++ b/source/library/com/restfb/types/Video.java @@ -375,11 +375,11 @@ public class Video extends NamedFacebookType { private Date updatedT...
Issue #<I> - Fix error in javadoc
restfb_restfb
train
85db8b25b9359518335d31940f9182583144fc80
diff --git a/lando_messaging/messaging.py b/lando_messaging/messaging.py index <HASH>..<HASH> 100644 --- a/lando_messaging/messaging.py +++ b/lando_messaging/messaging.py @@ -174,7 +174,7 @@ class RunJobPayload(object): self.job_details = job_details self.cwl_file_url = workflow.url self.work...
Rename RunJobPayload.input_json -> .job_order
Duke-GCB_lando-messaging
train
118e36f7b06e362f5d6d7f64102ef1d167f8cbd8
diff --git a/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php b/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php +++ b/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php @@ -41,6 +41,7 @@ class OCI8Statement implements \IteratorAggregate, Stat...
Adding PDO::FETCH_COLUMN support to OCI8 fetchAll method using the fetch structure OCI_FETCHSTATEMENT_BY_COLUMN.
doctrine_dbal
train
d88d48092de751b5f36f204f4b0ff00dfb7aef2d
diff --git a/code/CalendarEvent.php b/code/CalendarEvent.php index <HASH>..<HASH> 100755 --- a/code/CalendarEvent.php +++ b/code/CalendarEvent.php @@ -113,8 +113,6 @@ class CalendarEvent extends Page { $monthlyInterval->addExtraClass('monthlyinterval'); $monthlyIndex->addExtraClass('monthlyindex'); - $this->ex...
BUGFIX: updateCMSFields() called multiple times
unclecheese_silverstripe-event-calendar
train
e2912aed08381b12b25d894dfab9c2d2ef9d5486
diff --git a/generator/classes/propel/engine/builder/sql/oracle/OracleDDLBuilder.php b/generator/classes/propel/engine/builder/sql/oracle/OracleDDLBuilder.php index <HASH>..<HASH> 100644 --- a/generator/classes/propel/engine/builder/sql/oracle/OracleDDLBuilder.php +++ b/generator/classes/propel/engine/builder/sql/oracl...
Refs #<I> - Removed addIndices() from oracle ddl builder (since it's already called by parent class)
propelorm_Propel
train
5c04502f33c51cc075a685d70dc34932286de29f
diff --git a/lib/github_changelog_generator/reader.rb b/lib/github_changelog_generator/reader.rb index <HASH>..<HASH> 100644 --- a/lib/github_changelog_generator/reader.rb +++ b/lib/github_changelog_generator/reader.rb @@ -29,8 +29,8 @@ module GitHubChangelogGenerator defaults = { heading_level: "##", ...
Skip rule Lint/MixedRegexpCaptureTypes - This rule is <URL>
github-changelog-generator_github-changelog-generator
train
55a75a4254a94fc574022118cee0fb69777d9b22
diff --git a/lib/docker-sync/sync_strategy/unison-unox.rb b/lib/docker-sync/sync_strategy/unison-unox.rb index <HASH>..<HASH> 100644 --- a/lib/docker-sync/sync_strategy/unison-unox.rb +++ b/lib/docker-sync/sync_strategy/unison-unox.rb @@ -117,13 +117,14 @@ module Docker_Sync -d #{@docker_...
[FEATURE] Restart unison server on start
EugenMayer_docker-sync
train
758215b69714d3a2d8754547c8670a59313751d1
diff --git a/karaage/institutes/views.py b/karaage/institutes/views.py index <HASH>..<HASH> 100644 --- a/karaage/institutes/views.py +++ b/karaage/institutes/views.py @@ -139,29 +139,27 @@ def add_edit_institute(request, institute_id=None): if institute_id: institute = get_object_or_404(Institute, pk=in...
Rewrite institute form processing. Fixes #<I> that was introduced by ee<I>b<I>f<I>bce7a<I>c7f<I>c<I>ed7a2bb<I> Change-Id: Icaed<I>caa<I>e<I>ed2de<I>d4d<I>f<I>
Karaage-Cluster_karaage
train
82506cb01d03afb6feaf0e27ade861c2248a1d28
diff --git a/base/migrations/0002_auto_20140801_1108.py b/base/migrations/0002_auto_20140801_1108.py index <HASH>..<HASH> 100644 --- a/base/migrations/0002_auto_20140801_1108.py +++ b/base/migrations/0002_auto_20140801_1108.py @@ -49,6 +49,6 @@ class Migration(migrations.Migration): migrations.AddField( ...
Don't set a default value for phone numbers, can now use the vanilla package for django-phonenumber-field
knagra_farnsworth
train
50cbeab9e018b885608f02b1b479a17865f23f34
diff --git a/render.go b/render.go index <HASH>..<HASH> 100644 --- a/render.go +++ b/render.go @@ -33,12 +33,14 @@ import ( "net/http" "os" "path/filepath" + "strconv" ) const ( - ContentType = "Content-Type" - ContentJSON = "application/json" - ContentHTML = "text/html" + ContentType = "Content-Type" + Con...
-n [Migrated] execute returning *bytes.Buffer. Writing Content-Length
martini-contrib_render
train
01b66d4e75ba5af38103c04b3aeb5b0139d75b8e
diff --git a/src/Sanitizer.php b/src/Sanitizer.php index <HASH>..<HASH> 100644 --- a/src/Sanitizer.php +++ b/src/Sanitizer.php @@ -214,8 +214,6 @@ class Sanitizer $this->elementReferenceResolver->collect(); $elementsToRemove = $this->elementReferenceResolver->getElementsToRemove(); - // remov...
Trying to remove the doctype twice was causing a segfault The doctype removal is now handled by cleanUnsafeNodes so there’s no reason for a specific method
darylldoyle_svg-sanitizer
train
47b55c70760d8066965a71102740dd4d1f2fa5f3
diff --git a/client/workspace/index.js b/client/workspace/index.js index <HASH>..<HASH> 100644 --- a/client/workspace/index.js +++ b/client/workspace/index.js @@ -1,14 +1,4 @@ -//= require ../lib/noConflict -//= require ../vendor/modern-stack -//= require ../lib //= require_self -//= require ../extension -//= require ...
require_tree vs individual files
argosity_hippo
train
31e10c9c4428b80cbb9f6fc6a4b9ddc10ab61b40
diff --git a/cmd/example-scheduler/main.go b/cmd/example-scheduler/main.go index <HASH>..<HASH> 100644 --- a/cmd/example-scheduler/main.go +++ b/cmd/example-scheduler/main.go @@ -259,7 +259,7 @@ func statusUpdate(state *internalState, callOptions scheduler.CallOptions, s mes // send Accept call to mesos resp, err...
fix errors reported by "go vet"
mesos_mesos-go
train
aaa6e271ab0c42d6cb20f0d77f6e78d9fefc4be8
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -118,7 +118,7 @@ else: USE_CYTHON = False file_ext = '.py' if USE_CYTHON else '.c' -optional_extensions = [Extension('geomdl_core', sources=read_files("geomdl", file_ext))] +optional_extensions = [Extension('geomdl...
Name of the C module and name of the directory should be the same
orbingol_NURBS-Python
train