hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
0babaaf51201c44493d80d0a9a46c996e97ab34e
diff --git a/src/test/java/me/atam/atam4j/AcceptanceTestHealthCheckManagerIntegrationTest.java b/src/test/java/me/atam/atam4j/AcceptanceTestHealthCheckManagerIntegrationTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/me/atam/atam4j/AcceptanceTestHealthCheckManagerIntegrationTest.java +++ b/src/test/java/me/at...
Override initalDelay in Test - Default value has been changed in the library which doesn't suit tests. Hence tests should override the value using the builder.
atam4j_atam4j
train
java
4a93e60f05dff1bf31e2b9e5772b717071362033
diff --git a/src/class-u.php b/src/class-u.php index <HASH>..<HASH> 100644 --- a/src/class-u.php +++ b/src/class-u.php @@ -49,7 +49,7 @@ interface U { const HAIR_SPACE = "\xe2\x80\x8a"; const ZERO_WIDTH_SPACE = "\xe2\x80\x8b"; const HYPHEN_MINUS = '-'; - const HYPHEN ...
Docs: reword comment to let it pass style checks
mundschenk-at_php-typography
train
php
0f5f4672e550b70364682843ce78d28c7f573464
diff --git a/test/host/loader.js b/test/host/loader.js index <HASH>..<HASH> 100644 --- a/test/host/loader.js +++ b/test/host/loader.js @@ -171,6 +171,12 @@ }; }, + _setupInclude = function (configuration) { + context.include = function (source) { + _loadTest(config...
include helper (#<I>)
ArnaudBuchholz_gpf-js
train
js
f8133b9e4ccf6014cfb09626dcc575485a331f05
diff --git a/test/src/Provider/GithubTest.php b/test/src/Provider/GithubTest.php index <HASH>..<HASH> 100644 --- a/test/src/Provider/GithubTest.php +++ b/test/src/Provider/GithubTest.php @@ -66,12 +66,11 @@ class GithubTest extends ConcreteProviderTest */ public function testGetAccessTokenWithInvalidJson() ...
Fix test for <I> branch
thephpleague_oauth2-client
train
php
988e9fdf966269fd1915000a4d442d4cbafdb12a
diff --git a/salt/state.py b/salt/state.py index <HASH>..<HASH> 100644 --- a/salt/state.py +++ b/salt/state.py @@ -1288,17 +1288,19 @@ class BaseHighState(object): 'as a list'.format(sls)) errors.append(err) else: - for...
Add glob mathing to include statements
saltstack_salt
train
py
7abdd30a878efb3673ce4dfe0070570a6c9444c8
diff --git a/routing/heap_test.go b/routing/heap_test.go index <HASH>..<HASH> 100644 --- a/routing/heap_test.go +++ b/routing/heap_test.go @@ -26,7 +26,7 @@ func TestHeapOrdering(t *testing.T) { sortedEntries := make([]nodeWithDist, 0, numEntries) for i := 0; i < numEntries; i++ { entry := nodeWithDist{ - dist...
routing: correct recent type change in heap_test.go
lightningnetwork_lnd
train
go
e1fb6016e34e9d17a186eb198be895ee49be7360
diff --git a/js/tests/client/client.js b/js/tests/client/client.js index <HASH>..<HASH> 100644 --- a/js/tests/client/client.js +++ b/js/tests/client/client.js @@ -10,7 +10,7 @@ var http = require( 'http' ), // git log --max-count=1 --pretty=format:"%H"" // git rev-parse HEAD - config = require( './config.js' ), + c...
Support passing in the config path to the client Change-Id: Ia9b<I>b6c<I>e0be3ee<I>e5f<I>ce<I>d<I>
wikimedia_parsoid
train
js
3fe1257b0bc005483fec5984c5f7541ceae26ccd
diff --git a/tests/heroku/test_plugin.py b/tests/heroku/test_plugin.py index <HASH>..<HASH> 100644 --- a/tests/heroku/test_plugin.py +++ b/tests/heroku/test_plugin.py @@ -1,12 +1,13 @@ from __future__ import absolute_import -from mock import patch +from mock import Mock, patch from django.utils import timezone ...
add test to heroku plugin to make sure version is validated (#<I>)
getsentry_sentry-plugins
train
py
823b0acfb18d087acfa55e1f0b67641723e52aa1
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -3,6 +3,10 @@ $LOAD_PATH << File.expand_path('../../spec/helpers', __FILE__) require 'buildpack/packager' require 'file_system_helpers' +unless system("which tree") + raise "Ple...
Check for existence of `tree` before running suite.
cloudfoundry_buildpack-packager
train
rb
58e491dc250a200bf6d78200304cec08d54d2f94
diff --git a/raygun_django_middleware/__init__.py b/raygun_django_middleware/__init__.py index <HASH>..<HASH> 100644 --- a/raygun_django_middleware/__init__.py +++ b/raygun_django_middleware/__init__.py @@ -58,7 +58,8 @@ class RaygunMiddleware(object): 'httpMethod': request.method, 'ipAddress'...
don't access request.POST in middleware
mirusresearch_raygun-django-middleware
train
py,py
de571b1afb1c46d550d15370720319bd733b2814
diff --git a/clkhash/rest_client.py b/clkhash/rest_client.py index <HASH>..<HASH> 100644 --- a/clkhash/rest_client.py +++ b/clkhash/rest_client.py @@ -87,10 +87,14 @@ def run_get_status(server, project, run, apikey): def run_get_result_text(server, project, run, apikey): - return requests.get( + response = r...
Treat the results endpoint the same and raise an exception on != <I> status
data61_clkhash
train
py
ccb39257f4f283437cd4ef3660a62596f4d2496a
diff --git a/lib/active_admin/helpers/collection.rb b/lib/active_admin/helpers/collection.rb index <HASH>..<HASH> 100644 --- a/lib/active_admin/helpers/collection.rb +++ b/lib/active_admin/helpers/collection.rb @@ -5,6 +5,7 @@ module ActiveAdmin # 2. correctly handles the Hash returned when `group by` is used ...
Use collection length instead of running COUNTs for limited collections (#<I>)
activeadmin_activeadmin
train
rb,rb
dcf929552a057c60bb0920db46d828160b0f0255
diff --git a/demo/runner.js b/demo/runner.js index <HASH>..<HASH> 100644 --- a/demo/runner.js +++ b/demo/runner.js @@ -8,7 +8,7 @@ var files = fs.readdirSync( './entry/' ); files.forEach( function ( file ) { var codeStr = fs.readFileSync( './entry/' + file ).toString(); - var formattedCode = esformatter.format( ...
Reformat within demo to ensure equal results
royriojas_esformatter-jsx
train
js
1a8b92143c5c61952f484ebc71c08642bfd2a5cb
diff --git a/test/integration/percolator_test.rb b/test/integration/percolator_test.rb index <HASH>..<HASH> 100644 --- a/test/integration/percolator_test.rb +++ b/test/integration/percolator_test.rb @@ -106,6 +106,6 @@ module Tire Configuration.client.get("#{Configuration.url}/_percolator/percolator-test/weather...
[TEST] Do not run percolator tests on TravisCI Related: karmi/tire@<I>ad5
karmi_retire
train
rb
f0f02972001e16005d080ba5b1ebd1ba9ee2bc13
diff --git a/src/main/java/me/gosimple/nbvcxz/resources/ConfigurationBuilder.java b/src/main/java/me/gosimple/nbvcxz/resources/ConfigurationBuilder.java index <HASH>..<HASH> 100644 --- a/src/main/java/me/gosimple/nbvcxz/resources/ConfigurationBuilder.java +++ b/src/main/java/me/gosimple/nbvcxz/resources/ConfigurationBu...
Add non-parameter getter for default guess types back in to not break API.
GoSimpleLLC_nbvcxz
train
java
2f73206f83abcadd78046ccbd66809bb3840e638
diff --git a/tests/OutputTest.php b/tests/OutputTest.php index <HASH>..<HASH> 100644 --- a/tests/OutputTest.php +++ b/tests/OutputTest.php @@ -148,10 +148,18 @@ class OutputTest extends TestCase } - public function testSetDecorated(): void + public function testSetDecorated1(): void { - $this...
Use correct data types for the setDecorated() tests
duncan3dc_symfony-climate
train
php
f4395d96a25b3e68a34483c7c533d07c110f40f3
diff --git a/src/Datasource/InvalidPropertyInterface.php b/src/Datasource/InvalidPropertyInterface.php index <HASH>..<HASH> 100644 --- a/src/Datasource/InvalidPropertyInterface.php +++ b/src/Datasource/InvalidPropertyInterface.php @@ -36,7 +36,7 @@ interface InvalidPropertyInterface * This value could not be patc...
Fix up assoc return docblocks.
cakephp_cakephp
train
php
6f2c90d214603751644880a75cee2fb8c1a9cb3e
diff --git a/pyquil/api/qvm.py b/pyquil/api/qvm.py index <HASH>..<HASH> 100644 --- a/pyquil/api/qvm.py +++ b/pyquil/api/qvm.py @@ -319,9 +319,16 @@ programs run on this QVM. sample. The expectations returned from *different* ``expectation`` calls *will then generally be different*. + ...
Improve expectation docs (#<I>) See #<I>
rigetti_pyquil
train
py
56e0cb4913e31590b825d4db7057fadf8af1c618
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,3 +1,4 @@ +import os import sys import warnings from pathlib import Path @@ -14,6 +15,7 @@ with warnings.catch_warnings(): warnings.filterwarnings('ignore', category=FutureWarning) import scanpy...
Only make broken links cause a doc build failure when on readthedocs Errors cause cache invalidation, making sphinx very slow on repeated builds. We want the docs to fail building on rtd (to see errors) but locally warnings are sufficient.
theislab_scanpy
train
py
131ed173bcb31c309064193f9baf31b70b5e127b
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -201,7 +201,7 @@ function renderToString(vnode, context, opts, inner, isSvgMode, selectValue) { } s = `<${nodeName}${s}>`; - if (String(nodeName).match(/[\s\n\\/='"\0<>]/)) throw s; + if (String(nodeName)...
Always throw errors, not strings (#<I>)
developit_preact-render-to-string
train
js
f8fbd3c25803ead38327e88ce112b06c7202f966
diff --git a/lib/did_you_mean/word_collection.rb b/lib/did_you_mean/word_collection.rb index <HASH>..<HASH> 100644 --- a/lib/did_you_mean/word_collection.rb +++ b/lib/did_you_mean/word_collection.rb @@ -13,18 +13,12 @@ module DidYouMean def similar_to(target_word) target_word = target_word.to_s.downcase -...
Inline private WordCollection#threshold method
yuki24_did_you_mean
train
rb
f62021bc8e63a74e55b50fa2dea55f414d2d4932
diff --git a/src/extensions/ignite.js b/src/extensions/ignite.js index <HASH>..<HASH> 100644 --- a/src/extensions/ignite.js +++ b/src/extensions/ignite.js @@ -2,6 +2,7 @@ // of the functions defined here are available as functions on that. // bring in each of the constituents +const shell = require('shelljs') cons...
Fixed failure when missing yarn (#<I>) This fixes #<I>
infinitered_ignite
train
js
e790f1d1040c76ae8b2c12f9f3537ddab90d3457
diff --git a/lib/stars/favstar.rb b/lib/stars/favstar.rb index <HASH>..<HASH> 100644 --- a/lib/stars/favstar.rb +++ b/lib/stars/favstar.rb @@ -16,7 +16,7 @@ module Stars def show(url) # hardcode 17 to strip favstar domain for now html = self.class.get(url[17..200], :format => :html) - Nokogiri::...
THE KYLE NEATH HOTFIX
holman_stars
train
rb
4cc4bd44da9a2d6a6944856cea6da52ac80a17f9
diff --git a/neo4j/v1/__init__.py b/neo4j/v1/__init__.py index <HASH>..<HASH> 100644 --- a/neo4j/v1/__init__.py +++ b/neo4j/v1/__init__.py @@ -17,3 +17,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations u...
Readded exports to neo4j.v1 package
neo4j_neo4j-python-driver
train
py
15c0115b28fb69398ed4b77d45c6f300857b18ae
diff --git a/examples/echoes_bot.rb b/examples/echoes_bot.rb index <HASH>..<HASH> 100755 --- a/examples/echoes_bot.rb +++ b/examples/echoes_bot.rb @@ -4,6 +4,7 @@ # # require the dsl lib to include all the methods you see below. # +require 'rubygems' require 'chatterbot/dsl' puts "Loading echoes_bot.rb"
added call to rubygems for completeness
muffinista_chatterbot
train
rb
88a0c1d9f01ef8a5427122fbe706082d5881ecbe
diff --git a/sippr.py b/sippr.py index <HASH>..<HASH> 100755 --- a/sippr.py +++ b/sippr.py @@ -132,6 +132,7 @@ class Sipprverse(object): self.serotype = args.serotype self.sixteens = args.sixteens self.virulence = args.virulence + self.averagedepth = args.averagedepth try: ...
Reducing the average depth mapping depth defaults
OLC-Bioinformatics_sipprverse
train
py
7bfbaf0af2d419551a13435c7fe4ba0d6f5a85cd
diff --git a/http/org.wso2.carbon.transport.http.netty/src/main/java/org/wso2/carbon/transport/http/netty/listener/HTTPServerConnector.java b/http/org.wso2.carbon.transport.http.netty/src/main/java/org/wso2/carbon/transport/http/netty/listener/HTTPServerConnector.java index <HASH>..<HASH> 100644 --- a/http/org.wso2.car...
Modified code base for new carbon-messaging <I>
wso2_transport-http
train
java
b88a192240f8d32292c2547f3cf3bde27e126be2
diff --git a/src/Utils/TokenUtils.php b/src/Utils/TokenUtils.php index <HASH>..<HASH> 100644 --- a/src/Utils/TokenUtils.php +++ b/src/Utils/TokenUtils.php @@ -266,8 +266,10 @@ class TokenUtils { // src offsets used to set mw:TemplateParams if ( $offset === null ) { $a->srcOffsets = null; - ...
Fix a phan warning in TokenUtils.php Phan doesn't propagate the result of the test back to the value of the property, which is <URL>
wikimedia_parsoid
train
php
6e10896011565d23056211ab7a67f12994097575
diff --git a/packages/upload/src/UploadProgressBar.js b/packages/upload/src/UploadProgressBar.js index <HASH>..<HASH> 100644 --- a/packages/upload/src/UploadProgressBar.js +++ b/packages/upload/src/UploadProgressBar.js @@ -55,7 +55,7 @@ class UploadProgressBar extends Component { event.preventDefault(); uploa...
feat(upload): return upload onPasswordSubmit callback
Availity_availity-react
train
js
b59deae4b0bf7ee406b881563c17391de923fe79
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -188,10 +188,6 @@ var request = function request(method, path, query, options, callback){ } }); - if (options.timeout) { - req.setTimeout(options.timeout); - } - req.on...
fix(#request): Remove setTimeout option It does not work in browsers, and is not important, yet.
Widen_node-collective
train
js
b6faa85e25bd9bbb17b4a71976a6278d70318fff
diff --git a/bot/index.js b/bot/index.js index <HASH>..<HASH> 100644 --- a/bot/index.js +++ b/bot/index.js @@ -145,10 +145,10 @@ module.exports = (app) => { const log = makeLogFn(repository, pullNumber) - if (context.payload.repository.private) { - log('Repository is private, skipping landr build') - ...
Enable private repo builds for landrbot Change-type: minor
balena-io_landr
train
js
812d0f21af852a802d2af5f410460271bb9704cd
diff --git a/admin/resource.go b/admin/resource.go index <HASH>..<HASH> 100644 --- a/admin/resource.go +++ b/admin/resource.go @@ -138,6 +138,9 @@ MetaIncluded: func (res *Resource) IndexAttrs(columns ...string) []string { if len(columns) > 0 { res.indexAttrs = columns + if len(res.searchAttrs) == 0 { + res.Se...
Set search attrs if doesn't exist
qor_qor
train
go
6d9f5a2ed6627c1aea89d8e527902ae84f18db84
diff --git a/schedule/__init__.py b/schedule/__init__.py index <HASH>..<HASH> 100644 --- a/schedule/__init__.py +++ b/schedule/__init__.py @@ -134,11 +134,14 @@ class Job(object): timestats = '(last run: %s, next run: %s)' % ( format_time(self.last_run), format_time(self.next_run)) - ...
Add fallback for when job_func has no name
dbader_schedule
train
py
54c81e53f948a636440db524ad42c38fa359f8d7
diff --git a/lib/active_mocker/rspec_helper.rb b/lib/active_mocker/rspec_helper.rb index <HASH>..<HASH> 100644 --- a/lib/active_mocker/rspec_helper.rb +++ b/lib/active_mocker/rspec_helper.rb @@ -1,3 +1,5 @@ +require 'active_mocker/loaded_mocks' + RSpec.configure do |config| def mock_class(class_name)
Require loaded_mocks If no mocks are required the constant lookup fails.
zeisler_active_mocker
train
rb
9a8bae48a98e7139035ff62890162dd4a9e450b8
diff --git a/app/assets/javascripts/govuk_publishing_components/lib/header-navigation.js b/app/assets/javascripts/govuk_publishing_components/lib/header-navigation.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/govuk_publishing_components/lib/header-navigation.js +++ b/app/assets/javascripts/govuk_publishi...
Added tracking for the header menu toggle There is already tracking in place to see how users use the search toggle - this adds tracking for the menu toggle. Since the functionality for the toggling of the menu comes from GOV.UK Frontend, this needed to be a separate event listener added to specifically send events t...
alphagov_govuk_publishing_components
train
js
5717941ad9c3d8766ac77f5a58c68962ed9d5ca0
diff --git a/DeviceDetector.php b/DeviceDetector.php index <HASH>..<HASH> 100644 --- a/DeviceDetector.php +++ b/DeviceDetector.php @@ -47,7 +47,7 @@ class DeviceDetector /** * Current version number of DeviceDetector */ - const VERSION = '3.1.1'; + const VERSION = '3.3.0'; /** * Hold...
next version will be <I>
matomo-org_device-detector
train
php
4fbb51fa728d28275b97c328b43b7ed04bd48da0
diff --git a/ImageHandler.php b/ImageHandler.php index <HASH>..<HASH> 100755 --- a/ImageHandler.php +++ b/ImageHandler.php @@ -28,7 +28,7 @@ class ImageHandler extends Image { $callback = $this->fileCallback; - if (null !== $callback) + if (null === $callback) return $filename...
[ImageHandler] Problem with callback (fixes #7]
Gregwar_ImageBundle
train
php
206df090204d4b47365d5a69fbd0c94768065265
diff --git a/config/set/early-return.php b/config/set/early-return.php index <HASH>..<HASH> 100644 --- a/config/set/early-return.php +++ b/config/set/early-return.php @@ -3,6 +3,7 @@ declare(strict_types=1); use Rector\EarlyReturn\Rector\Foreach_\ChangeNestedForeachIfsToEarlyContinueRector; +use Rector\EarlyReturn\...
[EarlyReturn] Register ReturnAfterToEarlyOnBreakRector to early-return config set (#<I>)
rectorphp_rector
train
php
a1141de5d323e934a878939e64baae390a18da9b
diff --git a/odl/space/cartesian.py b/odl/space/cartesian.py index <HASH>..<HASH> 100644 --- a/odl/space/cartesian.py +++ b/odl/space/cartesian.py @@ -690,9 +690,9 @@ class Ntuples(NtuplesBase): True """ if out is None: - return self.data.__getitem__(slice(start, st...
Simplified asarray implementation in NTuples
odlgroup_odl
train
py
473ffd34889673a3730456672fdba281febf0737
diff --git a/src/Illuminate/Http/Resources/Json/JsonResource.php b/src/Illuminate/Http/Resources/Json/JsonResource.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Http/Resources/Json/JsonResource.php +++ b/src/Illuminate/Http/Resources/Json/JsonResource.php @@ -113,7 +113,7 @@ class JsonResource implements ArrayAc...
Apply fixes from StyleCI (#<I>)
laravel_framework
train
php
b170f97a3e9337019058688c1cb5f79598a32709
diff --git a/domains.go b/domains.go index <HASH>..<HASH> 100644 --- a/domains.go +++ b/domains.go @@ -3,6 +3,7 @@ package mailgun import ( "github.com/mbanzon/simplehttp" "strconv" + "time" ) type Domain struct { @@ -32,6 +33,11 @@ type singleDomainEnvelope struct { SendingDNSRecords []DNSRecord `json:"se...
Added timestamp parsing to domain struct.
mailgun_mailgun-go
train
go
b4e8143136e670c8897e04be3d94301431db7a53
diff --git a/wikipediaapi/wikipedia.py b/wikipediaapi/wikipedia.py index <HASH>..<HASH> 100644 --- a/wikipediaapi/wikipedia.py +++ b/wikipediaapi/wikipedia.py @@ -94,7 +94,10 @@ class Wikipedia(object): self.language = language.strip().lower() self.extract_format = extract_format self.__heade...
updated a line for pep8 standard
martin-majlis_Wikipedia-API
train
py
f7af66261fc59fe408133d6c7e4f528c036d894b
diff --git a/lib/sharp.js b/lib/sharp.js index <HASH>..<HASH> 100644 --- a/lib/sharp.js +++ b/lib/sharp.js @@ -135,12 +135,12 @@ module.exports = function(file, config, options, cb) { image.toFormat(toFormat); } catch (err) { - return cb(new gutil.PluginError(PLUGIN_NAME, err)); + return cb(new ...
show error stack if error is from sharp
mahnunchik_gulp-responsive
train
js
aaf8b3ed8538dd624315433b615afdec3632b4a4
diff --git a/tests/TestCase/Model/Behavior/TrashBehaviorTest.php b/tests/TestCase/Model/Behavior/TrashBehaviorTest.php index <HASH>..<HASH> 100644 --- a/tests/TestCase/Model/Behavior/TrashBehaviorTest.php +++ b/tests/TestCase/Model/Behavior/TrashBehaviorTest.php @@ -164,6 +164,33 @@ class TrashBehaviorTest extends Test...
Added test for aborting delete due to a beforeSave listener
UseMuffin_Trash
train
php
96fdfc65431df2a45dec3f3714d662a1f341ad15
diff --git a/shap/plots/force.py b/shap/plots/force.py index <HASH>..<HASH> 100644 --- a/shap/plots/force.py +++ b/shap/plots/force.py @@ -12,6 +12,7 @@ import base64 import numpy as np import scipy.cluster import collections +import warnings from ..common import convert_to_link, Instance, Model, Data, DenseData, L...
import warnings to comply with jupyter notebooks
slundberg_shap
train
py
59d6174eb20d5f3416b89971cbaf30acb520f35a
diff --git a/tests/e2e/kubetest2-kops/deployer/up.go b/tests/e2e/kubetest2-kops/deployer/up.go index <HASH>..<HASH> 100644 --- a/tests/e2e/kubetest2-kops/deployer/up.go +++ b/tests/e2e/kubetest2-kops/deployer/up.go @@ -131,7 +131,8 @@ func (d *deployer) createCluster(zones []string, adminAccess string) error { if d....
gce: don't try to specify a pre-existing network We now automatically create a network if an existing one is not specified.
kubernetes_kops
train
go
9fdd243fb7b5dee65baa7c4aae0f55ea8324afe7
diff --git a/src/Gordalina/Easypay/Response/FetchAllPayments.php b/src/Gordalina/Easypay/Response/FetchAllPayments.php index <HASH>..<HASH> 100644 --- a/src/Gordalina/Easypay/Response/FetchAllPayments.php +++ b/src/Gordalina/Easypay/Response/FetchAllPayments.php @@ -43,15 +43,18 @@ class FetchAllPayments extends Abstra...
Fix issue with PHP <I>
gordalina_easypay-php
train
php
f254950244616d8dd2c9432fad4f5de5cf7d1fa0
diff --git a/package-testing/lib/helper.rb b/package-testing/lib/helper.rb index <HASH>..<HASH> 100644 --- a/package-testing/lib/helper.rb +++ b/package-testing/lib/helper.rb @@ -1 +1 @@ -$LOAD_PATH << File.expand_path(File.dirname(__FILE__)) +$LOAD_PATH << File.expand_path(__dir__)
(MAINT) Resolve rubocop Style/Dir
puppetlabs_pdk
train
rb
86335031d4b0a22ba0d0640ac0db21b2dc7110b2
diff --git a/python/pcs_api/_version.py b/python/pcs_api/_version.py index <HASH>..<HASH> 100644 --- a/python/pcs_api/_version.py +++ b/python/pcs_api/_version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -__version__ = '1.0.2' +__version__ = '1.1-SNAPSHOT'
prepare python version <I>-SNAPSHOT for next development
netheosgithub_pcs_api
train
py
b8fff850866b20a22b684c648cf098cc1200ef6f
diff --git a/helpers/class.Date.php b/helpers/class.Date.php index <HASH>..<HASH> 100644 --- a/helpers/class.Date.php +++ b/helpers/class.Date.php @@ -174,10 +174,13 @@ class tao_helpers_Date */ static function getTimeStamp($microtime, $microseconds = false) { - list ($usec, $sec) = explode(" ", ...
Improved method for get timestamp of date with microseconds
oat-sa_tao-core
train
php
9af5f5f42951c57d68e84865090e7ffcddd2b932
diff --git a/addon/mixins/select-picker.js b/addon/mixins/select-picker.js index <HASH>..<HASH> 100644 --- a/addon/mixins/select-picker.js +++ b/addon/mixins/select-picker.js @@ -112,14 +112,14 @@ export default Ember.Mixin.create({ // value of the multiple property. Ember.Select maintains the value // pr...
Test for empty path values and use whole object rather than usig Ember.get with an empty string (which is no longer supported)
sukima_ember-cli-select-picker
train
js
abddbc3a899318e570acb540489110c343a024ca
diff --git a/Components/AmazonPay/Shopware/AmazonPayPaymentResponseParser.php b/Components/AmazonPay/Shopware/AmazonPayPaymentResponseParser.php index <HASH>..<HASH> 100644 --- a/Components/AmazonPay/Shopware/AmazonPayPaymentResponseParser.php +++ b/Components/AmazonPay/Shopware/AmazonPayPaymentResponseParser.php @@ -5...
surcharge tax fix (#<I>)
plentymarkets_plentymarkets-shopware-connector
train
php
685893c9e53e86c3a2cbc59fa516cf9daeb80d9f
diff --git a/src/Dami/Migration/MigrationFiles.php b/src/Dami/Migration/MigrationFiles.php index <HASH>..<HASH> 100644 --- a/src/Dami/Migration/MigrationFiles.php +++ b/src/Dami/Migration/MigrationFiles.php @@ -30,7 +30,7 @@ class MigrationFiles public function get($version = null) { $currentVersion ...
Checking if version of migration exists - better version :angry:
czogori_Dami
train
php
90d3f96b7a65d58910f87920ef605fb784299573
diff --git a/lib/custom/src/MShop/Customer/Manager/Typo3.php b/lib/custom/src/MShop/Customer/Manager/Typo3.php index <HASH>..<HASH> 100644 --- a/lib/custom/src/MShop/Customer/Manager/Typo3.php +++ b/lib/custom/src/MShop/Customer/Manager/Typo3.php @@ -476,11 +476,11 @@ class MShop_Customer_Manager_Typo3 $item->setI...
Fix for releasing db connections properly
aimeos_ai-typo3
train
php
8ffd3aa6e04213e73c613466d6caa50550b5066c
diff --git a/src/Plugins/MediaEmbed/Parser.php b/src/Plugins/MediaEmbed/Parser.php index <HASH>..<HASH> 100644 --- a/src/Plugins/MediaEmbed/Parser.php +++ b/src/Plugins/MediaEmbed/Parser.php @@ -7,10 +7,10 @@ */ namespace s9e\TextFormatter\Plugins\MediaEmbed; -use s9e\TextFormatter\Utils\Http; use s9e\TextFormatte...
MediaEmbed: reordered use statements [ci skip]
s9e_TextFormatter
train
php
6a58444df65ab59f97879d566752eeb54bd96fc2
diff --git a/lib/bcsec.rb b/lib/bcsec.rb index <HASH>..<HASH> 100644 --- a/lib/bcsec.rb +++ b/lib/bcsec.rb @@ -7,6 +7,7 @@ module Bcsec autoload :Group, 'bcsec/group' autoload :GroupMemberships, 'bcsec/group_membership' autoload :GroupMembership, 'bcsec/group_membership' + autoload :Netid, ...
Expose the full LDAP record for LDAP-retrieved users. Closes #<I>.
NUBIC_aker
train
rb
207f09f1a8a5619f807aef0419687150a9a6a1e8
diff --git a/lib/xcode/configurations/targeted_device_family_property.rb b/lib/xcode/configurations/targeted_device_family_property.rb index <HASH>..<HASH> 100644 --- a/lib/xcode/configurations/targeted_device_family_property.rb +++ b/lib/xcode/configurations/targeted_device_family_property.rb @@ -7,14 +7,14 @@ module ...
Fixed documentation for TargetedDeviceFamily
rayh_xcoder
train
rb
c0cc7dbe783ba507f135ba89225f12d12c7db2e3
diff --git a/etc/webpack.common.js b/etc/webpack.common.js index <HASH>..<HASH> 100755 --- a/etc/webpack.common.js +++ b/etc/webpack.common.js @@ -275,12 +275,7 @@ var config = { 'NODE_ENV': JSON.stringify(ENV), 'HMR': false } - }), - /** - * Plugin: NotifierPlugin - * See: https:...
fix(#<I>): workaround for windows notification error
holisticon_angular-common
train
js
cfdf1411909b136f417291d819501c6f4acb1cc4
diff --git a/cmd/shfmt/main.go b/cmd/shfmt/main.go index <HASH>..<HASH> 100644 --- a/cmd/shfmt/main.go +++ b/cmd/shfmt/main.go @@ -48,13 +48,9 @@ var ( copyBuf = make([]byte, 32*1024) - in io.Reader = os.Stdin - out io.Writer = os.Stdout - - color bool - ansiFgRed = "\u001b[31m" - ansiFgGreen = "\u001b[3...
all: remove a few lines of unused code Mostly my doing in the past week or so.
mvdan_sh
train
go,go
f80ee6fa5118d409bb7c6c5fb7ec97a7d1ca5741
diff --git a/umap/tests/test_umap_metrics.py b/umap/tests/test_umap_metrics.py index <HASH>..<HASH> 100644 --- a/umap/tests/test_umap_metrics.py +++ b/umap/tests/test_umap_metrics.py @@ -340,7 +340,7 @@ def test_seuclidean(spatial_data): ) def test_weighted_minkowski(spatial_data): v = np.abs(np.random.randn(spa...
Fixes for weighted minkowski (per changes in SciPy); Scipy changed the name...
lmcinnes_umap
train
py
8b5b921b7198b9857995678022ccd207c7b3a5d5
diff --git a/axes/handlers/database.py b/axes/handlers/database.py index <HASH>..<HASH> 100644 --- a/axes/handlers/database.py +++ b/axes/handlers/database.py @@ -125,6 +125,7 @@ class AxesDatabaseHandler(AbstractAxesHandler, AxesBaseHandler): username=username, ip_address=request.axes...
Initiallize failures since start correctly
jazzband_django-axes
train
py
5aff7ffbe7dda8b0554e792ddc5845c67207e581
diff --git a/src/services/Routes.php b/src/services/Routes.php index <HASH>..<HASH> 100644 --- a/src/services/Routes.php +++ b/src/services/Routes.php @@ -435,8 +435,9 @@ class Routes extends Component // Iterate through the elements and grab their URLs foreach ($elements as $element) { - ...
Return the URI rather than the URL
nystudio107_craft-routemap
train
php
65ee000a399f5545d360684ae84786e23052e71c
diff --git a/core-bundle/src/Resources/contao/library/Contao/Template.php b/core-bundle/src/Resources/contao/library/Contao/Template.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/library/Contao/Template.php +++ b/core-bundle/src/Resources/contao/library/Contao/Template.php @@ -337,7 +337,7 @@ a...
[Core] Add the cookie path to the debug console (see #<I>)
contao_contao
train
php
47b37548b5281a797fb7ce6a979e70798e05c1cf
diff --git a/process/context/launch.go b/process/context/launch.go index <HASH>..<HASH> 100644 --- a/process/context/launch.go +++ b/process/context/launch.go @@ -59,7 +59,7 @@ type ProcLaunchCommand struct { // Run implements cmd.Command. func (c *ProcLaunchCommand) Run(ctx *cmd.Context) error { - logger.Tracef("r...
Do not hard-code the command name in the log message.
juju_juju
train
go
ec174ac271a94d14b2d82e72a2a554b0382fa149
diff --git a/pyt/cfg.py b/pyt/cfg.py index <HASH>..<HASH> 100644 --- a/pyt/cfg.py +++ b/pyt/cfg.py @@ -334,7 +334,7 @@ class CFG(ast.NodeVisitor): Args: function_node: is the node to create a CFG of """ - print(function_node.name) + self.module_definitions_stack.append(Modul...
Add stack when creating funciton as a cfg
python-security_pyt
train
py
7c695aac8315ac7703fdb69724b78111475d0ae6
diff --git a/demo/views.py b/demo/views.py index <HASH>..<HASH> 100755 --- a/demo/views.py +++ b/demo/views.py @@ -138,3 +138,8 @@ def flot_demo(request): 'bar_chart': bar_chart, 'point_chart': point_chart} return render(request, 'demo/flot.html', context) + + +def mongodb_source_de...
added basic demo_mongodb_source view
agiliq_django-graphos
train
py
88cc0592a446ec4da9a76f8759231e8bdb8db39e
diff --git a/paved/django.py b/paved/django.py index <HASH>..<HASH> 100644 --- a/paved/django.py +++ b/paved/django.py @@ -24,7 +24,7 @@ util.update( ) ) -__all__ = ['manage', 'call_manage', 'test', 'syncdb', 'shell', 'start'] +__all__ = ['manage', 'call_manage', 'djtest', 'syncdb', 'shell', 'start'] ...
Fixed name of djtest in __all__
eykd_paved
train
py
9fa57d06da1558a76e944f386fd1ead282ca8e7e
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -567,7 +567,7 @@ gulp.task('test.all.dart', shell.task(['./scripts/ci/test_dart.sh'])); function getBrowsersFromCLI() { var isSauce = false; var args = minimist(process.argv.slice(2)); - var rawInput = args...
style(gulp): make code more readable
angular_angular
train
js
7dd8846d36d343344877d00389142ca30e46f580
diff --git a/lib/RateLimiter.js b/lib/RateLimiter.js index <HASH>..<HASH> 100644 --- a/lib/RateLimiter.js +++ b/lib/RateLimiter.js @@ -20,10 +20,8 @@ class RateLimiter { consume(key, rate = 1) { return new Promise((resolve, reject) => { const rlKey = RateLimiter.getKey(key); - const tempKey = `tmp${...
Improved: use set command with NX flag
animir_node-rate-limiter-flexible
train
js
3b7b733ca9f2e3193426682ae6357b3f29307aa2
diff --git a/setuptools/version.py b/setuptools/version.py index <HASH>..<HASH> 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '19.5' +__version__ = '19.6'
Bumped to <I> in preparation for next release.
pypa_setuptools
train
py
9faa04f61e7e83076c1a0e6c0466cdeafc689fba
diff --git a/opbeat/utils/deprecation.py b/opbeat/utils/deprecation.py index <HASH>..<HASH> 100644 --- a/opbeat/utils/deprecation.py +++ b/opbeat/utils/deprecation.py @@ -11,9 +11,9 @@ def deprecated(alternative=None): def real_decorator(func): @functools.wraps(func) def new_func(*args, **kwargs)...
Fix deprecation decorator not working on <I>.
elastic_apm-agent-python
train
py
3b23d51b98f7eea2f2d9911de9285413cfa119d1
diff --git a/buildbot_travis/runner.py b/buildbot_travis/runner.py index <HASH>..<HASH> 100644 --- a/buildbot_travis/runner.py +++ b/buildbot_travis/runner.py @@ -9,10 +9,10 @@ import readline from subprocess import PIPE, STDOUT, Popen from threading import Lock +import urwid from twisted.internet import reactor ...
fix runner path not doing echo -n lead to \n in the end of the PATH, so the new PATH had wrong last entry (looking into '/bin\n')
buildbot_buildbot_travis
train
py
11ae11bfa5f9fcb903689805f8d35b4d62ab0c90
diff --git a/tests/functional/cli/test_cli_artifacts.py b/tests/functional/cli/test_cli_artifacts.py index <HASH>..<HASH> 100644 --- a/tests/functional/cli/test_cli_artifacts.py +++ b/tests/functional/cli/test_cli_artifacts.py @@ -1,12 +1,9 @@ import subprocess -import sys import textwrap import time from io import...
test(cli): replace assignment expression This is a feature added in <I>, removing it allows for the test to run with lower python versions.
python-gitlab_python-gitlab
train
py
2b3c890520f65c00c164d51c5478801a7c61e617
diff --git a/manager/controlapi/service.go b/manager/controlapi/service.go index <HASH>..<HASH> 100644 --- a/manager/controlapi/service.go +++ b/manager/controlapi/service.go @@ -502,7 +502,7 @@ func (s *Server) UpdateService(ctx context.Context, request *api.UpdateServiceRe } if !reflect.DeepEqual(requestSpecN...
SwarmKit: updateService does not return proper gRPC errors for some errors. Also, no error is returned if a service cannot be found.
docker_swarmkit
train
go
63c48edb63c21e09e3f8ca43588d95c274ffa868
diff --git a/lib/gpgme.rb b/lib/gpgme.rb index <HASH>..<HASH> 100644 --- a/lib/gpgme.rb +++ b/lib/gpgme.rb @@ -1099,6 +1099,8 @@ keylist_mode=#{KEYLIST_MODE_NAMES[keylist_mode]}>" def get_key(fingerprint, secret = false) rkey = Array.new err = GPGME::gpgme_get_key(self, fingerprint, rkey, secret ? 1 ...
(GPGME::Signature#to_s): Detect "No public key error" correctly. (GPGME::Ctx#get_key): Return nil if no key is found. Patch from Hamish Downer. (Bug#<I>)
ueno_ruby-gpgme
train
rb
5f874ea8724894c2893ab4931ea24e983f10cede
diff --git a/CHANGES.rst b/CHANGES.rst index <HASH>..<HASH> 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -0.3 (unreleased) +0.3 (2017-10-28) ---------------- - Use long instead of int for x/y sizes and indices diff --git a/fast_histogram/__init__.py b/fast_histogram/__init__.py index <HASH>..<HASH> 10...
Preparing release <I>
astrofrog_fast-histogram
train
rst,py,py
eeb864dec07f5aca9bbecd696104d4d677d61586
diff --git a/lib/pseudohiki/converter.rb b/lib/pseudohiki/converter.rb index <HASH>..<HASH> 100755 --- a/lib/pseudohiki/converter.rb +++ b/lib/pseudohiki/converter.rb @@ -350,7 +350,7 @@ instead of \"#{given_opt}\"." Encoding.default_internal = internal if internal and not internal.empty? end - def par...
renamed OptionManager#parse_command_line_options #setup_command_line_options
nico-hn_PseudoHikiParser
train
rb
ad1e5242f205c16ede24fdaf7945613629f9ffa5
diff --git a/mirror_maker.go b/mirror_maker.go index <HASH>..<HASH> 100644 --- a/mirror_maker.go +++ b/mirror_maker.go @@ -28,10 +28,10 @@ var TimingField = &avro.SchemaField{ Default: "null", Type: &avro.UnionSchema{ Types: []avro.Schema{ + &avro.NullSchema{}, &avro.ArraySchema{ Items: &avro.LongSche...
re #<I> attempt to fix schema
elodina_go_kafka_client
train
go
0176c2aea6ef2d47d227a6467bcb9d20d35b8380
diff --git a/lib/Doctrine/ODM/MongoDB/UnitOfWork.php b/lib/Doctrine/ODM/MongoDB/UnitOfWork.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ODM/MongoDB/UnitOfWork.php +++ b/lib/Doctrine/ODM/MongoDB/UnitOfWork.php @@ -699,11 +699,13 @@ class UnitOfWork implements PropertyChangedListener } elseif ($value insta...
Need to use a $count instead of $key since removing an element can change the array keys which results in bad mongodb queries.
doctrine_mongodb-odm
train
php
77f38a09f4f565ffd6a239f0977fb959cd591216
diff --git a/lib/neo4j/mixins/node_mixin.rb b/lib/neo4j/mixins/node_mixin.rb index <HASH>..<HASH> 100644 --- a/lib/neo4j/mixins/node_mixin.rb +++ b/lib/neo4j/mixins/node_mixin.rb @@ -98,6 +98,7 @@ module Neo4j def init_without_node(props) # :nodoc: props[:_classname] = self.class.to_s @_java_node = N...
fixing indexing in initializatoin, [#<I> state:resolved]
neo4jrb_neo4j
train
rb
bf03ed1fb1aa70573676872d9088e2c6b7d7f229
diff --git a/lib/chef/provider/group/solaris.rb b/lib/chef/provider/group/solaris.rb index <HASH>..<HASH> 100644 --- a/lib/chef/provider/group/solaris.rb +++ b/lib/chef/provider/group/solaris.rb @@ -23,7 +23,7 @@ class Chef class Group class Solaris < Chef::Provider::Group::Groupadd - provides :gro...
Change the provides lines to reflect the new setup.
chef_chef
train
rb,rb
9362aff90388189e45082ae909a42253fca8bc66
diff --git a/collatex/src/test/java/eu/interedition/collatex2/alignmenttable/TranspositionAlignmentTest.java b/collatex/src/test/java/eu/interedition/collatex2/alignmenttable/TranspositionAlignmentTest.java index <HASH>..<HASH> 100644 --- a/collatex/src/test/java/eu/interedition/collatex2/alignmenttable/TranspositionAl...
ignore failing test for alignment of transpositions
interedition_collatex
train
java
65ff2db6e173a1b9aa9c12fab8d5308bab0e75ae
diff --git a/code/filter/cmd.php b/code/filter/cmd.php index <HASH>..<HASH> 100644 --- a/code/filter/cmd.php +++ b/code/filter/cmd.php @@ -10,7 +10,7 @@ /** * Command Filter * - * A 'command' is a string containing only the characters [A-Za-z0-9.-_]. Used for names of views, controllers, etc + * A 'command' is a s...
re #<I> : Add ',' to the regex for the cmd filter.
timble_kodekit
train
php
609372e24bd149fabf561163d7fcd7a2e5dbfeff
diff --git a/database-provider/src/main/java/org/jboss/pressgang/ccms/provider/DBProviderFactory.java b/database-provider/src/main/java/org/jboss/pressgang/ccms/provider/DBProviderFactory.java index <HASH>..<HASH> 100644 --- a/database-provider/src/main/java/org/jboss/pressgang/ccms/provider/DBProviderFactory.java +++ ...
Fixed some missed rollback functions from BZ#<I>.
pressgang-ccms_PressGangCCMSDatasourceProviders
train
java
efc17851c52c0b980334d500af15b2f7c910190f
diff --git a/guacamole/src/main/webapp/app/settings/types/ActiveConnectionWrapper.js b/guacamole/src/main/webapp/app/settings/types/ActiveConnectionWrapper.js index <HASH>..<HASH> 100644 --- a/guacamole/src/main/webapp/app/settings/types/ActiveConnectionWrapper.js +++ b/guacamole/src/main/webapp/app/settings/types/Acti...
GUAC-<I>: Associate dwith -> associated with.
glyptodon_guacamole-client
train
js
105b98b97837fdf417555f38a3b1a2d927bbd252
diff --git a/slave/buildslave/null.py b/slave/buildslave/null.py index <HASH>..<HASH> 100644 --- a/slave/buildslave/null.py +++ b/slave/buildslave/null.py @@ -22,7 +22,8 @@ class LocalBuildSlave(BuildSlaveBase): @defer.inlineCallbacks def startService(self): # importing here to avoid dependency on bu...
use renamed module in slave it's ok, since protocols.null module was introduced in nine branch
buildbot_buildbot
train
py
859e251f1b5087bcc49b25ca6a1a5428649459ac
diff --git a/master/buildbot/process/metrics.py b/master/buildbot/process/metrics.py index <HASH>..<HASH> 100644 --- a/master/buildbot/process/metrics.py +++ b/master/buildbot/process/metrics.py @@ -326,7 +326,7 @@ class AttachedWorkersWatcher: def _get_rss(): - if sys.platform == 'linux2': + if sys.platform...
Enable an incorrectly skipped test Since Python <I>, sys.platform is 'linux' on Linux [1], so TestPeriodicChecks.testGetRSS is skipped even on Linux. [1] <URL>
buildbot_buildbot
train
py,py
3eeaaeb79a78c42e1aafcab5dc27e5d6f5fee10b
diff --git a/src/ORM/Table.php b/src/ORM/Table.php index <HASH>..<HASH> 100644 --- a/src/ORM/Table.php +++ b/src/ORM/Table.php @@ -2206,7 +2206,7 @@ class Table implements RepositoryInterface, EventListenerInterface, EventDispatc * * ``` * $article = $this->Articles->patchEntity($article, $this->reque...
Add closing ' mark This stops the code colouration going weird on <URL>
cakephp_cakephp
train
php
ed62ea2bdae8f767ef9031fa43d17f3ac6ad093d
diff --git a/ripe/atlas/sagan/version.py b/ripe/atlas/sagan/version.py index <HASH>..<HASH> 100644 --- a/ripe/atlas/sagan/version.py +++ b/ripe/atlas/sagan/version.py @@ -1,2 +1,2 @@ -__version__ = "0.7.1" +__version__ = "0.8.0"
Update version.py Updated the version number for Iñigo's changes.
RIPE-NCC_ripe.atlas.sagan
train
py
b5f8ba4817a8a44d16e55ce667c69dce2e8ef145
diff --git a/src/api/ledger/pathfind.js b/src/api/ledger/pathfind.js index <HASH>..<HASH> 100644 --- a/src/api/ledger/pathfind.js +++ b/src/api/ledger/pathfind.js @@ -84,7 +84,8 @@ function formatResponse(pathfind, paths) { const address = pathfind.source.address; return parsePathfind(address, pathfind.destin...
Fix: Check for destination_currencies property Example stack: TypeError: Cannot read property 'join' of undefined at formatResponse (ripple-lib/dist/npm/api/ledger/pathfind.js:<I>:<I>)
ChainSQL_chainsql-lib
train
js
74f18e92bfe373dd38d77c8c20b0d5b53e2fe9d2
diff --git a/src/Tasks.php b/src/Tasks.php index <HASH>..<HASH> 100644 --- a/src/Tasks.php +++ b/src/Tasks.php @@ -958,7 +958,7 @@ chmod 755 ' . $default_dir . '/settings.php'; $this->say('If you need the very latest data from a Pantheon site, go create a new backup using either the Pantheon backend, or Terminus.'...
Change messaging in Robo prompt for DB backup to use.
thinkshout_robo-drupal
train
php
450931bbfa9158b31d8e672cf70810bdb731b3fd
diff --git a/lib/autowow/cli.rb b/lib/autowow/cli.rb index <HASH>..<HASH> 100644 --- a/lib/autowow/cli.rb +++ b/lib/autowow/cli.rb @@ -5,7 +5,7 @@ require_relative 'vcs' module Autowow class CLI < Thor - # map %w(bm) => :branch_merged + map %w(bm) => :branch_merged desc "branch_merged", "clean work...
Adds short command `bm` for branch_merged
thisismydesign_autowow
train
rb
cfbbe1ff9cda380a7f7b398d353390685675ad1d
diff --git a/PPI/Test/Bootstrap.php b/PPI/Test/Bootstrap.php index <HASH>..<HASH> 100644 --- a/PPI/Test/Bootstrap.php +++ b/PPI/Test/Bootstrap.php @@ -8,7 +8,7 @@ */ namespace PPI\Test; -require_once(__DIR__ . '/../AutoLoad.php'); +require_once(__DIR__ . '/../Autoload.php'); require_once(__DIR__ . '/AutoLoad.php'...
Fix typo in autoloader Mac's aren't case sensitive but linux is! :D
ppi_framework
train
php
70d43bb93f24e5fc507ee2802c6f9dbb5feb9463
diff --git a/test/analytics.js b/test/analytics.js index <HASH>..<HASH> 100644 --- a/test/analytics.js +++ b/test/analytics.js @@ -852,6 +852,22 @@ describe('Analytics.js', function () { expect(spy.called).to.be(true); spy.restore(); }); + + it('sends a url along', function () { + var spy = ...
#<I> Added tests to pageview api for allowing context
segmentio_analytics.js-core
train
js
985a2eb10261a8a80fa07531492c2dd8e486fc6b
diff --git a/src/Services/Issues.php b/src/Services/Issues.php index <HASH>..<HASH> 100644 --- a/src/Services/Issues.php +++ b/src/Services/Issues.php @@ -3,6 +3,7 @@ namespace TZK\Taiga\Services; +use TZK\Taiga\RestClient; use TZK\Taiga\Service; class Issues extends Service { @@ -13,11 +14,11 @@ class Issues ...
Renaming getAll method to getList Aim is to remain coherent with the rest of the services
TZK-_TaigaPHP
train
php
193c166cf3921e5560153549fd21a51cb2c3570c
diff --git a/app/routes/annotations.rb b/app/routes/annotations.rb index <HASH>..<HASH> 100644 --- a/app/routes/annotations.rb +++ b/app/routes/annotations.rb @@ -20,17 +20,22 @@ module OpenBEL status 200 end + options '/api/annotations/values' do + response.headers['Allow'] = 'OPTIONS,GET...
corrected options routes; refs #<I>
OpenBEL_openbel-api
train
rb
8702cc4e35bcd0af07dcf0bd5ca4d1329e46bb6c
diff --git a/algoliasearch/src/test/java/com/algolia/search/saas/IndexTest.java b/algoliasearch/src/test/java/com/algolia/search/saas/IndexTest.java index <HASH>..<HASH> 100644 --- a/algoliasearch/src/test/java/com/algolia/search/saas/IndexTest.java +++ b/algoliasearch/src/test/java/com/algolia/search/saas/IndexTest.ja...
Add test case with null completion handler
algolia_algoliasearch-client-android
train
java
eb79ad4dab445f76ee7bf93288863a4e172bb93d
diff --git a/npm/cli.js b/npm/cli.js index <HASH>..<HASH> 100755 --- a/npm/cli.js +++ b/npm/cli.js @@ -8,3 +8,14 @@ var child = proc.spawn(electron, process.argv.slice(2), {stdio: 'inherit'}) child.on('close', function (code) { process.exit(code) }) + +const handleTerminationSignal = function (signal) { + process...
fix: handle SIGINT and SIGTERM from the Electron CLI helper (#<I>) Fixes #<I>
electron_electron
train
js
dd9bb710a770e4d1d8ad5bc8edefbd56d1f7600d
diff --git a/mode/vbscript/vbscript.js b/mode/vbscript/vbscript.js index <HASH>..<HASH> 100644 --- a/mode/vbscript/vbscript.js +++ b/mode/vbscript/vbscript.js @@ -1,5 +1,5 @@ CodeMirror.defineMode("vbscript", function() { - var regexVBScriptKeyword = /Call|Case|CDate|Clear|CInt|CLng|Const|CStr|Description|Dim|Do|Each...
[vbscript mode] Add start/end anchors to keyword regexp Issue #<I>
codemirror_CodeMirror
train
js
e54b34e95cce425ff72aee457589ac836d9323e0
diff --git a/webmap/models.py b/webmap/models.py index <HASH>..<HASH> 100644 --- a/webmap/models.py +++ b/webmap/models.py @@ -113,7 +113,7 @@ class Poi(models.Model): # Relationships marker = models.ForeignKey(Marker, limit_choices_to={'status__show_to_mapper': 'True', 'layer__status__show_to_mapper': 'True'...
models: limit property choices for POI
auto-mat_django-webmap-corpus
train
py