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
c5a4fe49b6e20007119725a94e70ccbc556f8634
diff --git a/yfi/yql.py b/yfi/yql.py index <HASH>..<HASH> 100644 --- a/yfi/yql.py +++ b/yfi/yql.py @@ -88,7 +88,7 @@ class Yql: though""" return self.compiled_str - def get(self): + def run(self): """Execute the query inside of self.compiled_str. This method returns a JSON ...
Changed exec to run to eliminate shadowing
nickelkr_yfi
train
py
dd13cbf43a5e1f2b12ed32d0b3a5f80d3f62f007
diff --git a/tests/const.py b/tests/const.py index <HASH>..<HASH> 100644 --- a/tests/const.py +++ b/tests/const.py @@ -7,7 +7,7 @@ # Requirements: # - Must contain /bin/bash (TestMain::test_*shell_override*) # -DOCKER_IMAGE = 'debian:8.2' +DOCKER_IMAGE = 'debian:10' # Alternate Docker image # This image is used ...
test: Update DOCKER_IMAGE to debian:<I> Rationale: - debian:<I> is old - debian:<I> uses a v1 schema manifest - debian:<I> is cached in Ubuntu:<I> GitHub actions image: <URL>
JonathonReinhart_scuba
train
py
1f38e00329fed0dc0af8a9215d766413aa214467
diff --git a/lib/wiselinks/headers.rb b/lib/wiselinks/headers.rb index <HASH>..<HASH> 100644 --- a/lib/wiselinks/headers.rb +++ b/lib/wiselinks/headers.rb @@ -12,7 +12,10 @@ module Wiselinks end def render(options = {}, *args, &block) - if self.request.wiselinks? + if self.request....
Added headers to prevent caching in Chrome
igor-alexandrov_wiselinks
train
rb
af67b7adf828dd813764b2f4f17620ed91f4b902
diff --git a/src/toil/jobStores/aws/jobStore.py b/src/toil/jobStores/aws/jobStore.py index <HASH>..<HASH> 100644 --- a/src/toil/jobStores/aws/jobStore.py +++ b/src/toil/jobStores/aws/jobStore.py @@ -778,7 +778,10 @@ class AWSJobStore(AbstractJobStore): retry timeout expires. """ log.d...
Lower timeout for domain binding in Toil Clean (resolves #<I>)
DataBiosphere_toil
train
py
26df847410ff7a3c1a865d0aea2eb606572c0d78
diff --git a/contrib/externs/angular-1.5.js b/contrib/externs/angular-1.5.js index <HASH>..<HASH> 100644 --- a/contrib/externs/angular-1.5.js +++ b/contrib/externs/angular-1.5.js @@ -452,7 +452,7 @@ angular.LinkingFunctions.post = function(scope, iElement, iAttrs, controller) { * function(!angular.JQLite=,!angu...
Add !Object<string,string> as a possible type for the transclude field of angular.Directive ------------- Created by MOE: <URL>
google_closure-compiler
train
js
572549e07bc362761501ea4563f853724ae39565
diff --git a/lib/jekyll/admin/static_server.rb b/lib/jekyll/admin/static_server.rb index <HASH>..<HASH> 100644 --- a/lib/jekyll/admin/static_server.rb +++ b/lib/jekyll/admin/static_server.rb @@ -3,8 +3,8 @@ module Jekyll class StaticServer < Sinatra::Base set :public_dir, File.expand_path("./public/dist", F...
always return the index for any non-asset path
jekyll_jekyll-admin
train
rb,rb
6cc18d1dc6db451644cbfa2bd4bcd3415402a03d
diff --git a/NavigationGlimpse/navigation.glimpse.js b/NavigationGlimpse/navigation.glimpse.js index <HASH>..<HASH> 100644 --- a/NavigationGlimpse/navigation.glimpse.js +++ b/NavigationGlimpse/navigation.glimpse.js @@ -160,15 +160,15 @@ context.fillText(state.navigationLinks.length + linkText, stat...
Not only can it be previous & back but it can be previous & current (after a refresh).
grahammendick_navigation
train
js
45b931f6147198f721b956a783287628191ffe49
diff --git a/tests/test_bitstruct.py b/tests/test_bitstruct.py index <HASH>..<HASH> 100644 --- a/tests/test_bitstruct.py +++ b/tests/test_bitstruct.py @@ -713,6 +713,13 @@ class BitStructTest(unittest.TestCase): self.assertEqual(str(cm.exception), "'fam' not found in data dictionary")...
Test of pack_into_dict with missing value.
eerimoq_bitstruct
train
py
9870fa88312a563b9f9307800b9b0dc9153c8573
diff --git a/cors_test.go b/cors_test.go index <HASH>..<HASH> 100644 --- a/cors_test.go +++ b/cors_test.go @@ -68,7 +68,7 @@ func Test_OtherHeaders(t *testing.T) { AllowCredentials: true, AllowMethods: []string{"PATCH", "GET"}, AllowHeaders: []string{"Origin", "X-whatever"}, - ExposeHeaders: []stri...
-n [Migrated] Testing multiple expose headers.
martini-contrib_cors
train
go
f36e84f093e7bf3cc7bab48a1e07a1a77b6b87c8
diff --git a/tools/run_tests/xds_k8s_test_driver/tests/baseline_test.py b/tools/run_tests/xds_k8s_test_driver/tests/baseline_test.py index <HASH>..<HASH> 100644 --- a/tools/run_tests/xds_k8s_test_driver/tests/baseline_test.py +++ b/tools/run_tests/xds_k8s_test_driver/tests/baseline_test.py @@ -44,16 +44,14 @@ class Bas...
xds-k8s: Fix incorrect type hint in the baseline test (#<I>)
grpc_grpc
train
py
76cfe1700248cd3c7086333b67050f418a897a03
diff --git a/js/bootstrap-transition.js b/js/bootstrap-transition.js index <HASH>..<HASH> 100644 --- a/js/bootstrap-transition.js +++ b/js/bootstrap-transition.js @@ -36,7 +36,7 @@ , transEndEventNames = { 'WebkitTransition' : 'webkitTransitionEnd' , 'MozTransition' : 'transi...
Fix transition end name for opera <I> Fix transition end name for Opera <I> and Opera <I>. Should fix issues: #<I>, #<I>, #<I>, #<I>
twbs_bootstrap
train
js
0fa16bf12d9489752975aa1646012682eac286ea
diff --git a/remoteservice/wit.go b/remoteservice/wit.go index <HASH>..<HASH> 100644 --- a/remoteservice/wit.go +++ b/remoteservice/wit.go @@ -160,8 +160,7 @@ func (r *RemoteWITServiceCaller) GetWITUser(ctx context.Context, req *goa.Reques } identity = &account.Identity{ - ProfileURL: witServiceUser.Data.Attr...
Don't fetch profileURL from WIT (#<I>)
fabric8-services_fabric8-auth
train
go
601e2f757acbd9d609807707c23371512dc834e6
diff --git a/pysd/py_backend/vensim/vensim2py.py b/pysd/py_backend/vensim/vensim2py.py index <HASH>..<HASH> 100644 --- a/pysd/py_backend/vensim/vensim2py.py +++ b/pysd/py_backend/vensim/vensim2py.py @@ -276,7 +276,7 @@ def get_equation_components(equation_str, root_path=None): name = basic_id / escape_group ...
The conflict merged and tests bugs fixed
JamesPHoughton_pysd
train
py
fad372d4bae8224c245a5984c86dac34caafaa47
diff --git a/code/Control/UserDefinedFormController.php b/code/Control/UserDefinedFormController.php index <HASH>..<HASH> 100644 --- a/code/Control/UserDefinedFormController.php +++ b/code/Control/UserDefinedFormController.php @@ -323,7 +323,7 @@ JS // Merge fields are used for CMS authors to reference...
Only add attachments when HideFormData-setting is not set for this recipient
silverstripe_silverstripe-userforms
train
php
bfa212f1596dd2321f86f38b0ce70569a8b33684
diff --git a/packages/neos-ui/src/Containers/ContentCanvas/index.js b/packages/neos-ui/src/Containers/ContentCanvas/index.js index <HASH>..<HASH> 100644 --- a/packages/neos-ui/src/Containers/ContentCanvas/index.js +++ b/packages/neos-ui/src/Containers/ContentCanvas/index.js @@ -106,10 +106,10 @@ export default class Co...
TASK: Reduce logical complexity by changing the order of the if statements
neos_neos-ui
train
js
74534781b96bd4969e5ca6b97f56b6eef3175734
diff --git a/api-spec-testing/rspec_matchers.rb b/api-spec-testing/rspec_matchers.rb index <HASH>..<HASH> 100644 --- a/api-spec-testing/rspec_matchers.rb +++ b/api-spec-testing/rspec_matchers.rb @@ -229,6 +229,11 @@ RSpec::Matchers.define :match_response do |pairs, test| # match: {task: '/.+:\d+/'} if expec...
[API] Updates rspec matchers in YAML test runners to be able to compare big numbers
elastic_elasticsearch-ruby
train
rb
c0662159b7243547016f870bdeaaa24d223d6656
diff --git a/treetime/treetime.py b/treetime/treetime.py index <HASH>..<HASH> 100644 --- a/treetime/treetime.py +++ b/treetime/treetime.py @@ -27,8 +27,8 @@ class TreeTime(ClockTree): # initially, infer ancestral sequences and infer gtr model if desired if use_input_branch_length: - self....
prune short branches even when not optizing branch length
neherlab_treetime
train
py
27d6d7d708eb688a1a154fa129b6fe57e5d86ea3
diff --git a/afkak/test/test_brokerclient.py b/afkak/test/test_brokerclient.py index <HASH>..<HASH> 100644 --- a/afkak/test/test_brokerclient.py +++ b/afkak/test/test_brokerclient.py @@ -365,6 +365,12 @@ class KafkaBrokerClientTestCase(unittest.TestCase): c.connector.factory = c # MemoryReactor doesn't make t...
Add docstring comment to new test as requested by review.
ciena_afkak
train
py
a4d7908d84ad2df643b1e87d1f6dfcb75c07f687
diff --git a/lib/geocoder/lookups/yandex.rb b/lib/geocoder/lookups/yandex.rb index <HASH>..<HASH> 100644 --- a/lib/geocoder/lookups/yandex.rb +++ b/lib/geocoder/lookups/yandex.rb @@ -18,6 +18,7 @@ module Geocoder::Lookup end def query_url(query, reverse = false) + query = query.split(",").reverse.join(...
Reverse coordinate order for Yandex. On input and output (expects/returns lon,lat instead of lat,lon).
alexreisner_geocoder
train
rb,rb
ed796af6b7ff97f0f38e90f0fbb203f8b68286c9
diff --git a/lib/providers/index.js b/lib/providers/index.js index <HASH>..<HASH> 100644 --- a/lib/providers/index.js +++ b/lib/providers/index.js @@ -119,6 +119,38 @@ module.exports = { * OAuth 2.0 Providers */ + + '37signals': { + id: '37signals', + name: '37signals', + p...
Draft <I>signals OAuth <I> provider integration
anvilresearch_connect
train
js
4c95e165c6b5664d4617a3cf716aa556b4e8d8e5
diff --git a/webmentiontools/send.py b/webmentiontools/send.py index <HASH>..<HASH> 100644 --- a/webmentiontools/send.py +++ b/webmentiontools/send.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +import itertools import urlparse import re import requests @@ -50,11 +51,10 @@ class WebmentionSend...
fix bug introduced by f<I>a<I>f3a<I>cba<I>af<I>d0cd<I> break only breaks out of one loop :P
Ryuno-Ki_webmention-tools
train
py
e8cf2baa63bda8305020ea41407b0c1b122398d2
diff --git a/src/specs/index.js b/src/specs/index.js index <HASH>..<HASH> 100644 --- a/src/specs/index.js +++ b/src/specs/index.js @@ -6,7 +6,7 @@ describe('ui-harness', function() { require('./it-server.spec'); require('./PropTypes.spec'); require('./page.spec'); - require('./typescript.spec.tsx') + require...
Remove .tsx extension from specs/index.js
philcockfield_ui-harness
train
js
1cce706e7e9b8dc4c4ad693296577620f5be25e9
diff --git a/lib/active_scaffold/actions/batch_destroy.rb b/lib/active_scaffold/actions/batch_destroy.rb index <HASH>..<HASH> 100644 --- a/lib/active_scaffold/actions/batch_destroy.rb +++ b/lib/active_scaffold/actions/batch_destroy.rb @@ -19,7 +19,8 @@ module ActiveScaffold::Actions end when :delete_all...
Bugfix: using delete_all process mode in nested_scope destroy all model records instead of just the one for the nesting (issue 1 by jsurrett)
vhochstein_active_scaffold_batch
train
rb
56457161595a47626b5744f1ae9380680a02c690
diff --git a/lib/ruote/worker.rb b/lib/ruote/worker.rb index <HASH>..<HASH> 100644 --- a/lib/ruote/worker.rb +++ b/lib/ruote/worker.rb @@ -102,6 +102,8 @@ module Ruote @state = 'running' @run_thread = Thread.new { run } + + @run_thread['worker'] = self @run_thread['worker_name'] = @name ...
place link to worker in its @run_thread['worker']
jmettraux_ruote
train
rb
232b917be0d37d9ec73b763d6839665808b8a596
diff --git a/src/ClientEngine.js b/src/ClientEngine.js index <HASH>..<HASH> 100644 --- a/src/ClientEngine.js +++ b/src/ClientEngine.js @@ -50,7 +50,6 @@ export default class ClientEngine { healthCheckRTTSample: 10, stepPeriod: 1000 / GAME_UPS, scheduler: 'fixed', - clie...
remove clientIDSpace from clientEngine.. this needs a more robust solution
lance-gg_lance
train
js
653fcabba96546395e396adfdf64359bd6255929
diff --git a/azurerm/internal/services/costmanagement/cost_management_export_resource_group_resource_test.go b/azurerm/internal/services/costmanagement/cost_management_export_resource_group_resource_test.go index <HASH>..<HASH> 100644 --- a/azurerm/internal/services/costmanagement/cost_management_export_resource_group_...
make fmt and fix tests
terraform-providers_terraform-provider-azurerm
train
go
30d23159d26274ae706769ff2b7fbf7ebe364fce
diff --git a/src/main/java/com/googlecode/lanterna/gui2/LayoutManager.java b/src/main/java/com/googlecode/lanterna/gui2/LayoutManager.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/googlecode/lanterna/gui2/LayoutManager.java +++ b/src/main/java/com/googlecode/lanterna/gui2/LayoutManager.java @@ -39,5 +39,6 @@...
Changing the interface of LayoutManager
mabe02_lanterna
train
java
10419b8e3d0fac660c6de4d4f5427cde489d1d10
diff --git a/vendor/plugins/refinery_settings/app/models/refinery_setting.rb b/vendor/plugins/refinery_settings/app/models/refinery_setting.rb index <HASH>..<HASH> 100644 --- a/vendor/plugins/refinery_settings/app/models/refinery_setting.rb +++ b/vendor/plugins/refinery_settings/app/models/refinery_setting.rb @@ -59,7 ...
At this point, things are getting out of hand.
refinery_refinerycms
train
rb
622022374c9dd2b1ba2f4a70bffbbd561495bf49
diff --git a/lib/Studio.js b/lib/Studio.js index <HASH>..<HASH> 100644 --- a/lib/Studio.js +++ b/lib/Studio.js @@ -306,8 +306,12 @@ module.exports = function(controller) { if(options.execute){ var script = options.execute.script; ...
new convo getting vars and responses from old convo
howdyai_botkit
train
js
4058bcaa5d1334b02abe3d9cc28e705cc5473d87
diff --git a/src/pymlab/sensors/atmega.py b/src/pymlab/sensors/atmega.py index <HASH>..<HASH> 100755 --- a/src/pymlab/sensors/atmega.py +++ b/src/pymlab/sensors/atmega.py @@ -1,6 +1,6 @@ #!/usr/bin/python -import smbus +#import smbus import time from pymlab.sensors import Device diff --git a/src/pymlab/sensors/i...
Remove unused smbus imports from some modules.
MLAB-project_pymlab
train
py,py,py
213e072cb379e28f8eaea9eab67208e855cc0103
diff --git a/DependencyInjection/ClientFactory.php b/DependencyInjection/ClientFactory.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/ClientFactory.php +++ b/DependencyInjection/ClientFactory.php @@ -395,7 +395,15 @@ class ClientFactory return ['id' => $user->getUserIdentifier()]; ...
Guard against future changes to UserInterface
bugsnag_bugsnag-symfony
train
php
029c24d3b6fb2d9c805b20876ab051a73a07ffdb
diff --git a/org.carewebframework.testharness.webapp/src/main/java/org/carewebframework/testharness/security/impl/MockAuthenticationProvider.java b/org.carewebframework.testharness.webapp/src/main/java/org/carewebframework/testharness/security/impl/MockAuthenticationProvider.java index <HASH>..<HASH> 100644 --- a/org.c...
Allow comma delimiter for mock authorities.
carewebframework_carewebframework-core
train
java
997908d6596c58bbbdb76a40b7241a95e06df286
diff --git a/src/main/org/openscience/cdk/io/iterator/IteratingMDLReader.java b/src/main/org/openscience/cdk/io/iterator/IteratingMDLReader.java index <HASH>..<HASH> 100644 --- a/src/main/org/openscience/cdk/io/iterator/IteratingMDLReader.java +++ b/src/main/org/openscience/cdk/io/iterator/IteratingMDLReader.java @@ -1...
Fixed propagating of the error handler and reading mode.
cdk_cdk
train
java
b0d20ca56194332f7e6e1759d9cc1d8d6d850ddc
diff --git a/src/apexpy/apex.py b/src/apexpy/apex.py index <HASH>..<HASH> 100644 --- a/src/apexpy/apex.py +++ b/src/apexpy/apex.py @@ -57,6 +57,8 @@ class Apex(object): Notes ----- The calculations use IGRF-12 with coefficients from 1900 to 2020 [1]_. + + The geodetic reference ellipsoid is WGS84....
Update apex.py adding a note to the `Apex` class to address #<I>
aburrell_apexpy
train
py
cfb5009b055b8761c923b435cf5029ff873534d3
diff --git a/test/main.js b/test/main.js index <HASH>..<HASH> 100644 --- a/test/main.js +++ b/test/main.js @@ -50,6 +50,7 @@ describe('gulp-inject', function () { should.exist(newFile); should.exist(newFile.contents); + newFile.base.should.equal(path.join(__dirname, 'fixtures')); String(ne...
Adding test to verify Issue #3 is fixed
klei_gulp-inject
train
js
6cac6e82dd845506240556651f2b42f938acbd00
diff --git a/atomic_reactor/utils/koji.py b/atomic_reactor/utils/koji.py index <HASH>..<HASH> 100644 --- a/atomic_reactor/utils/koji.py +++ b/atomic_reactor/utils/koji.py @@ -212,18 +212,18 @@ def stream_task_output(session, task_id, file_name, def tag_koji_build(session, build_id, target, poll_interval=5): - l...
Fix debug message We're fetching the destination tag here. The build tag is something different.
projectatomic_atomic-reactor
train
py
d9695630f8916e9bda999dc47ad74c58a90b002b
diff --git a/concrete/src/Tree/Node/Type/FileFolder.php b/concrete/src/Tree/Node/Type/FileFolder.php index <HASH>..<HASH> 100644 --- a/concrete/src/Tree/Node/Type/FileFolder.php +++ b/concrete/src/Tree/Node/Type/FileFolder.php @@ -71,7 +71,7 @@ class FileFolder extends Category } } ...
Sanitized sort by <URL>
concrete5_concrete5
train
php
c6c45bf6cb0f6f3daea78dfe7cc84b338e4a6d33
diff --git a/src/foremast/configs/outputs.py b/src/foremast/configs/outputs.py index <HASH>..<HASH> 100644 --- a/src/foremast/configs/outputs.py +++ b/src/foremast/configs/outputs.py @@ -88,7 +88,9 @@ def write_variables(app_configs=None, out_file='', git_short=''): rendered_configs = json.loads( ...
overrides regions in templates with regions in configs
foremast_foremast
train
py
170443bcac6409a513cc578424981114e340c5c0
diff --git a/src/js/components/scroll.js b/src/js/components/scroll.js index <HASH>..<HASH> 100644 --- a/src/js/components/scroll.js +++ b/src/js/components/scroll.js @@ -13,7 +13,7 @@ function smoothScroll(el, to, duration) { }, 10); } -$('a[href*="#"]').on('click', (e) => { +$(window).on('click', 'a[href*="#"...
triggering smooth scrolling for all links
Scout24_showcar-ui
train
js
8a3daa639acdce5dfaaca37ea1776c0fc027ae45
diff --git a/classes/Util.php b/classes/Util.php index <HASH>..<HASH> 100644 --- a/classes/Util.php +++ b/classes/Util.php @@ -332,12 +332,12 @@ class QM_Util { public static function sort( array &$array, $field ) { self::$sort_field = $field; - usort( $array, array( self, '_sort' ) ); + usort( $array, array( ...
Correct the class name for static callback.
johnbillion_query-monitor
train
php
78109b3b6f49a027df440da058cc152e1134835c
diff --git a/aa_composer.js b/aa_composer.js index <HASH>..<HASH> 100644 --- a/aa_composer.js +++ b/aa_composer.js @@ -1052,7 +1052,8 @@ function handleTrigger(conn, batch, trigger, params, stateVars, arrDefinition, a return sortOutputsAndReturn(); if (!asset) return cb('not enough funds for ' + tar...
self-issue on testnet for old MCIs
byteball_ocore
train
js
11727d2445573eab9fa86824ffcde9a3f5441b46
diff --git a/lib/rb/lib/thrift/transport.rb b/lib/rb/lib/thrift/transport.rb index <HASH>..<HASH> 100644 --- a/lib/rb/lib/thrift/transport.rb +++ b/lib/rb/lib/thrift/transport.rb @@ -35,7 +35,9 @@ module Thrift def close; end - def read(sz); end + def read(sz) + raise NotImplementedError + end ...
THRIFT-<I>. rb: Abstract Transport in Ruby #read method should throw NotImplementedException The name says it all. git-svn-id: <URL>
limingxinleo_thrift
train
rb
0503ab5197f190a4b534342017933364196d711a
diff --git a/bcbio/chipseq/__init__.py b/bcbio/chipseq/__init__.py index <HASH>..<HASH> 100644 --- a/bcbio/chipseq/__init__.py +++ b/bcbio/chipseq/__init__.py @@ -95,6 +95,11 @@ def _bam_coverage(name, bam_input, data): except config_utils.CmdNotFound: logger.info("No bamCoverage found, skipping bamCovera...
ChIP-seq: allow specification of options for bamCoverage Enables specification of custom normalization through `resources`. Fixes bcbio/bcbio-nextgen#<I>
bcbio_bcbio-nextgen
train
py
8eb9a0242c49a9c2a6f0e46e3e579783d207ae22
diff --git a/mtools/util/logfile.py b/mtools/util/logfile.py index <HASH>..<HASH> 100644 --- a/mtools/util/logfile.py +++ b/mtools/util/logfile.py @@ -85,14 +85,14 @@ class LogFile(InputSource): def __iter__(self): """ iteration over LogFile object will return a LogEvent object for each line. """ ...
fixed bug where mlogfilter fast_forward wasn't working anymore.
rueckstiess_mtools
train
py
d145e2d125dfc5e0bd77788ebae468204c48176e
diff --git a/tests/Unit/Application/Model/DiscountlistTest.php b/tests/Unit/Application/Model/DiscountlistTest.php index <HASH>..<HASH> 100644 --- a/tests/Unit/Application/Model/DiscountlistTest.php +++ b/tests/Unit/Application/Model/DiscountlistTest.php @@ -219,6 +219,7 @@ class DiscountlistTest extends \OxidTestCase ...
ESDEV-<I> Update DiscountlistTest
OXID-eSales_oxideshop_ce
train
php
fa6ecc8fdd910d1f081e5c255d7413f565c7f854
diff --git a/test/basic-example.js b/test/basic-example.js index <HASH>..<HASH> 100644 --- a/test/basic-example.js +++ b/test/basic-example.js @@ -1,21 +1,41 @@ var SoftAPSetup = require('../index'); var sap = new SoftAPSetup(); -console.log("Requesting public key..."); -sap.publicKey(scan); +console.log("Obtaining...
Added more steps to basic-example test
particle-iot_softap-setup-js
train
js
f511979ff877b0c47ec30a5479d91327b88fdde0
diff --git a/EntitySilo.php b/EntitySilo.php index <HASH>..<HASH> 100644 --- a/EntitySilo.php +++ b/EntitySilo.php @@ -76,7 +76,7 @@ class EntitySilo implements \Countable, \Iterator, \ArrayAccess { if ($this->contains($entity)) { $orig = $this->entities[$entity]; - $orig['data'] =...
merge recursively entity infos (to be sure nothing is lost)
Innmind_neo4j-onm
train
php
65808e217fbd9861ebd5894e5f701630acc04cd7
diff --git a/lib/podio/models/integration.rb b/lib/podio/models/integration.rb index <HASH>..<HASH> 100644 --- a/lib/podio/models/integration.rb +++ b/lib/podio/models/integration.rb @@ -78,7 +78,7 @@ class Podio::Integration < ActivePodio::Base # @see https://developers.podio.com/doc/integrations/get-available-...
find_available_fields_for never returned a list of integrations, so stop wrapping the returned collection into Integration instances
podio_podio-rb
train
rb
e50da40cf99bf77d5a2512160d6ff9ac475dd7bb
diff --git a/spyderlib/widgets/editor.py b/spyderlib/widgets/editor.py index <HASH>..<HASH> 100644 --- a/spyderlib/widgets/editor.py +++ b/spyderlib/widgets/editor.py @@ -1791,7 +1791,7 @@ class EditorStack(QWidget): _("Loading %s...") % filename) text, enc = encoding.read(filename) ...
Editor: if user accept to fix "mixed end-of-line characters", when opening file, the current editor was set as "modified" (the tab title had a '*' at the end) instead of the newly created editor
spyder-ide_spyder
train
py
7b519ee6f9d62d428ede4a1a9becb872a1e6b8a9
diff --git a/tests/test_signature_parser.py b/tests/test_signature_parser.py index <HASH>..<HASH> 100644 --- a/tests/test_signature_parser.py +++ b/tests/test_signature_parser.py @@ -292,3 +292,10 @@ class ParseTestCase(unittest.TestCase): with self.assertRaises(IntoDPError): xform([{True: True}...
Add a test to force exception raising if Python type for dbus array is dict.
stratis-storage_into-dbus-python
train
py
2b89acfc7a65d1a05a97a68e8da3bf954a44065a
diff --git a/azure-keyvault/azure/keyvault/custom/key_vault_authentication.py b/azure-keyvault/azure/keyvault/custom/key_vault_authentication.py index <HASH>..<HASH> 100644 --- a/azure-keyvault/azure/keyvault/custom/key_vault_authentication.py +++ b/azure-keyvault/azure/keyvault/custom/key_vault_authentication.py @@ -3...
reverting changes to KeyVaultAuthBase
Azure_azure-sdk-for-python
train
py
2bc237e9c7401337e17edb201ff115aef2d13119
diff --git a/lib/s3/service.rb b/lib/s3/service.rb index <HASH>..<HASH> 100644 --- a/lib/s3/service.rb +++ b/lib/s3/service.rb @@ -2,7 +2,7 @@ module S3 class Service extend Roxy::Moxie - attr_reader :access_key_id, :secret_access_key + attr_reader :access_key_id, :secret_access_key, :use_ssl def...
added use_ssl reader to bucket
megamsys_radosgw-s3
train
rb
3233cff00ab4a531df6e075f4859ae6fbbec960e
diff --git a/duradmin/src/main/webapp/jquery/dc/widget/ui.restore.js b/duradmin/src/main/webapp/jquery/dc/widget/ui.restore.js index <HASH>..<HASH> 100644 --- a/duradmin/src/main/webapp/jquery/dc/widget/ui.restore.js +++ b/duradmin/src/main/webapp/jquery/dc/widget/ui.restore.js @@ -55,8 +55,8 @@ $.widget("ui.restore", ...
Fixes missing restore start and end dates.
duracloud_duracloud
train
js
f045f1ce8e9909152b5d99f424d6b2d985321872
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open(here / 'README.md', encoding='utf-8') as f: setup( name='pythonanywhere', - version='0.0.9', + version='0.0.10', description='PythonAnywhere helper tools for users', long_descript...
bumped version for ssl test mode env var. by: Glenn, Harry
pythonanywhere_helper_scripts
train
py
18dd62ca3b74c14d3c9b3aafe8ce9571da3bbc64
diff --git a/test/extended/prometheus/prometheus.go b/test/extended/prometheus/prometheus.go index <HASH>..<HASH> 100644 --- a/test/extended/prometheus/prometheus.go +++ b/test/extended/prometheus/prometheus.go @@ -232,8 +232,7 @@ var _ = g.Describe("[sig-instrumentation] Prometheus", func() { targets.Expect(lab...
test/extended/prometheus: Require HTTPS for the CVO Now that the CVO pull request has landed, require HTTPS going forward.
openshift_origin
train
go
0ddcd9c3757709f0434026438fe0ced53a2a1613
diff --git a/lib/delegate.js b/lib/delegate.js index <HASH>..<HASH> 100644 --- a/lib/delegate.js +++ b/lib/delegate.js @@ -387,8 +387,8 @@ Delegate.prototype.fire = function(event, target, listener) { Delegate.prototype.matches = (function(el) { if (!el) return; var p = el.prototype; - return (p.matchesSelector...
Changed from using HTMLElement to Element for matches Because a) ie8 doesn't support HTMLElement b) matches is defined on Element.prototype not on HTMLElelment.prototype Also added p.matches as the preferred native method to use
Financial-Times_ftdomdelegate
train
js
9054984cb5b49e87acd0ce21918e081b2890c4e5
diff --git a/src/phpFastCache/Cache/ExtendedCacheItemPoolInterface.php b/src/phpFastCache/Cache/ExtendedCacheItemPoolInterface.php index <HASH>..<HASH> 100644 --- a/src/phpFastCache/Cache/ExtendedCacheItemPoolInterface.php +++ b/src/phpFastCache/Cache/ExtendedCacheItemPoolInterface.php @@ -121,7 +121,7 @@ interface Ext...
Fixed wrong class name in ExtendedCacheItemPoolInterface
PHPSocialNetwork_phpfastcache
train
php
be57034ba468c0964af97a3f16185e6873ebac20
diff --git a/classes/Peyote/Condition.php b/classes/Peyote/Condition.php index <HASH>..<HASH> 100644 --- a/classes/Peyote/Condition.php +++ b/classes/Peyote/Condition.php @@ -79,6 +79,10 @@ abstract class Condition extends \Peyote\Base { $sql[] = "{$column} {$op} {$this->quote($value[0])} AND {$this->quote...
Adding Match … Against to the condition builder.
daveWid_Peyote
train
php
e6b48e3dd82eaecd2bab15b1096a811caedefa7e
diff --git a/lib/OpenLayers/Layer/Markers.js b/lib/OpenLayers/Layer/Markers.js index <HASH>..<HASH> 100644 --- a/lib/OpenLayers/Layer/Markers.js +++ b/lib/OpenLayers/Layer/Markers.js @@ -22,7 +22,7 @@ OpenLayers.Layer.Markers = OpenLayers.Class(OpenLayers.Layer, { isBaseLayer: false, /** - * Proper...
Seems odd to not expose the 'markers' property on this layer. I have buyin from cr5. If anyone has vehement opinions on this, yell and i'll roll back git-svn-id: <URL>
openlayers_openlayers
train
js
4e7a8b00fc98e02019a87e1b78afb1f5d72fc5d7
diff --git a/select2.js b/select2.js index <HASH>..<HASH> 100644 --- a/select2.js +++ b/select2.js @@ -1219,7 +1219,7 @@ the specific language governing permissions and limitations under the Apache Lic mask.attr("id","select2-drop-mask").attr("class","select2-drop-mask"); mask.hide(); ...
a tweak to prevent clicks propagating through the mask on IE9. #<I>
select2_select2
train
js
490564f263ad048410c94141a70352cb9555b55d
diff --git a/lib/discordrb/bot.rb b/lib/discordrb/bot.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/bot.rb +++ b/lib/discordrb/bot.rb @@ -1000,6 +1000,12 @@ module Discordrb if opcode == Opcodes::HELLO LOGGER.debug 'Hello!' + # Activate the heartbeats + @heartbeat_interval = data['h...
Move heartbeat handling from READY to HELLO
meew0_discordrb
train
rb
7eebc027e6d1d053c42572ff3f41d54ecfe5b8d9
diff --git a/gutenberg/download.py b/gutenberg/download.py index <HASH>..<HASH> 100644 --- a/gutenberg/download.py +++ b/gutenberg/download.py @@ -2,11 +2,11 @@ from __future__ import absolute_import -import bs4 -import collections import gutenberg.common.functutil as functutil import gutenberg.common.osutil as ...
No-op: sort imports
c-w_gutenberg
train
py
08a2478549f492979bf9fdb2f5f07cc3c7fd1ad9
diff --git a/textract/parsers/tesseract.py b/textract/parsers/tesseract.py index <HASH>..<HASH> 100644 --- a/textract/parsers/tesseract.py +++ b/textract/parsers/tesseract.py @@ -1,25 +1,12 @@ -""" -Process an image file using tesseract. -""" - -import tempfile -import os - from ..shell import run -def temp_filename...
Reverted tesseract.py from upstream in response to @christomitov's update re: ticket #<I> in the conversation for #<I>.
deanmalmgren_textract
train
py
0803e002e961c9a4bebe85f965f8025f0b9e3975
diff --git a/tests/integration/Inventory/InventoryUpdateRequestTest.php b/tests/integration/Inventory/InventoryUpdateRequestTest.php index <HASH>..<HASH> 100644 --- a/tests/integration/Inventory/InventoryUpdateRequestTest.php +++ b/tests/integration/Inventory/InventoryUpdateRequestTest.php @@ -206,7 +206,7 @@ class Inv...
test(Inventory): fix inventory query for channel test
commercetools_commercetools-php-sdk
train
php
4bffde649fed40a6844f0293926a4e51d6fa772a
diff --git a/lib/cursor.js b/lib/cursor.js index <HASH>..<HASH> 100644 --- a/lib/cursor.js +++ b/lib/cursor.js @@ -1069,7 +1069,10 @@ Cursor.prototype.close = function(options, callback) { this.emit('close'); // Callback if provided - if (typeof callback === 'function') return handleCallback(callback, nu...
refactor(cursor): return result of `completeClose` for promises NODE-<I>
mongodb_node-mongodb-native
train
js
2a8e7598dd6f2f060b06865146161c4bca09e457
diff --git a/docs/index.rst b/docs/index.rst index <HASH>..<HASH> 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -105,6 +105,13 @@ Thanks guys! Changelog ========= +v1.8.8 +------ +*Release date: 2020-09-28* + + - Updated supported DRF versions + + v1.8.7 ------ *Release date: 2020-08-01* diff --git a/dr...
Support DRF < <I>.x (#<I>) Thanks again ;)
inonit_drf-haystack
train
rst,py,py
f2e25d797e7ba7b2c76941e137b3d77a3e1a6e4b
diff --git a/flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointTestBase.java b/flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointTestBase.java index <HASH>..<HASH> 100644 --- a/flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpoint...
[FLINK-<I>][tests] Reduce network memory in UnalignedCheckpointTestBase
apache_flink
train
java
9c96b4636848a80ca81831b3672b06e3451486aa
diff --git a/src/Illuminate/Collections/EnumeratesValues.php b/src/Illuminate/Collections/EnumeratesValues.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Collections/EnumeratesValues.php +++ b/src/Illuminate/Collections/EnumeratesValues.php @@ -6,9 +6,6 @@ use CachingIterator; use Exception; use Illuminate\Cont...
Apply fixes from StyleCI (#<I>)
laravel_framework
train
php,php
fabcae88f0f352ec09273c611a443f11e385a99a
diff --git a/core/src/main/java/com/orientechnologies/common/concur/lock/OSimpleLockManagerImpl.java b/core/src/main/java/com/orientechnologies/common/concur/lock/OSimpleLockManagerImpl.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/common/concur/lock/OSimpleLockManagerImpl.java +++ b/c...
made sure that interrupt exception interrupt operation from locks
orientechnologies_orientdb
train
java
0c03597fd7d13cb5a360bfb93e4329aec17d1cd7
diff --git a/lib/govuk_navigation_helpers/content_item.rb b/lib/govuk_navigation_helpers/content_item.rb index <HASH>..<HASH> 100644 --- a/lib/govuk_navigation_helpers/content_item.rb +++ b/lib/govuk_navigation_helpers/content_item.rb @@ -7,7 +7,7 @@ module GovukNavigationHelpers attr_reader :content_store_respons...
Convert content item to hash The ContentItem class assumes a number of hash methods that may not necessarily be available on a content item. By explicitly converting this object to a hash, we can avoid bad method calls
alphagov_govuk_navigation_helpers
train
rb
16ebbae1abeaa5c4c97603bd6f981f30d22d04d3
diff --git a/geist/core.py b/geist/core.py index <HASH>..<HASH> 100644 --- a/geist/core.py +++ b/geist/core.py @@ -166,7 +166,7 @@ class GUI(object): inc_x = x_distance / num_increments inc_y = y_distance / num_increments for i in range(start_increment, num_increments): - action...
Fixed error with mouse move not using integer points
ten10solutions_Geist
train
py,py
d5404068cda11c60d4a6b7cdd4de4c811b5e99c3
diff --git a/lib/database_rewinder/multiple_statements_executor.rb b/lib/database_rewinder/multiple_statements_executor.rb index <HASH>..<HASH> 100644 --- a/lib/database_rewinder/multiple_statements_executor.rb +++ b/lib/database_rewinder/multiple_statements_executor.rb @@ -37,7 +37,7 @@ module DatabaseRewinder ...
`else` here should not be reachable
amatsuda_database_rewinder
train
rb
3be8b5b8c3f62a3ae9ce19e8cb7df961ede43c34
diff --git a/lib/db/access.php b/lib/db/access.php index <HASH>..<HASH> 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -1553,8 +1553,6 @@ $capabilities = array( ) ), 'moodle/rating:rate' => array( - - 'riskbitmask' => RISK_DATALOSS, 'captype' => 'write', 'contextle...
rating MDL-<I> modified moodle/rating:rate risks
moodle_moodle
train
php
509c886e1e86289708bd0f6d74621f6b486443ea
diff --git a/workshift/urls.py b/workshift/urls.py index <HASH>..<HASH> 100644 --- a/workshift/urls.py +++ b/workshift/urls.py @@ -3,5 +3,12 @@ from django.conf.urls import url from workshift import views urlpatterns = [ - url(r"^workshift/$", views.workshift_view, name="workshift_view"), + url(r"^workshift/$", vie...
Added more urls to urlpatterns
knagra_farnsworth
train
py
96202dddfe19175cfb5c8200cf929a10769fb3fb
diff --git a/src/lib/adt/index.js b/src/lib/adt/index.js index <HASH>..<HASH> 100644 --- a/src/lib/adt/index.js +++ b/src/lib/adt/index.js @@ -128,7 +128,8 @@ const MCNK = Chunk({ sizeMCSH: r.uint32le, areaID: r.uint32le, wmoCount: r.uint32le, - holes: r.uint32le, + holes: r.uint16le, + unknown: r.uint16le,...
ADT chunk holes are <I>-bit
wowserhq_blizzardry
train
js
ff268249a81671aaf4c22b43f2d9f80d30382c53
diff --git a/backend/impl/src/test/java/org/geomajas/internal/security/SecurityManagerLoopTest.java b/backend/impl/src/test/java/org/geomajas/internal/security/SecurityManagerLoopTest.java index <HASH>..<HASH> 100644 --- a/backend/impl/src/test/java/org/geomajas/internal/security/SecurityManagerLoopTest.java +++ b/back...
@DirtiesContext should not be needed, need to figure out cause if needed (-->jira)
geomajas_geomajas-project-client-gwt2
train
java
daad07abbf434a9b2100ab3702de448e8c9411b1
diff --git a/src/providers/sh/commands/deploy.js b/src/providers/sh/commands/deploy.js index <HASH>..<HASH> 100644 --- a/src/providers/sh/commands/deploy.js +++ b/src/providers/sh/commands/deploy.js @@ -97,10 +97,6 @@ const help = () => { login Login into your account or creates a new ...
Temporarily hide providers from usage information (#<I>)
zeit_now-cli
train
js
d49a3e87e889be4d900fa765065dbcbdec2a25ed
diff --git a/js/tests/roundtrip-test.js b/js/tests/roundtrip-test.js index <HASH>..<HASH> 100755 --- a/js/tests/roundtrip-test.js +++ b/js/tests/roundtrip-test.js @@ -422,6 +422,7 @@ var fetch = function ( page, cb, options ) { if ( options.apiURL ) { parsoidConfig.setInterwiki( 'customwiki', options.apiURL ); }...
Add --editMode option to roundtrip-test.js. Usually you don't want the noise, but turning on --editMode can help unearth crashers in html2wt. Change-Id: I<I>c0fc0dc4e<I>f<I>c8b<I>b<I>df<I>da4a3dc
wikimedia_parsoid
train
js
44086901dbbd8cee2fd399060df4743993736db2
diff --git a/spec/lib/mobi/metadata_spec.rb b/spec/lib/mobi/metadata_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/mobi/metadata_spec.rb +++ b/spec/lib/mobi/metadata_spec.rb @@ -1,5 +1,8 @@ require 'spec_helper' +require 'mobi/metadata' +require 'mobi/stream_slicer' + describe Mobi::Metadata do context 'i...
Manually require files in the specs.
jkongie_mobi
train
rb,rb,rb
5252c707d950bccca07bc7320f70503b675361a7
diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java index <HASH>..<HASH> 100644 --- a/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java +++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuer...
This change should not be committed in r<I>
ArcBees_gwtquery
train
java
46892f9a3a812e16c4fa42c9193c30605f0c6e99
diff --git a/aeron-system-tests/src/test/java/io/aeron/PublishFromArbitraryPositionTest.java b/aeron-system-tests/src/test/java/io/aeron/PublishFromArbitraryPositionTest.java index <HASH>..<HASH> 100644 --- a/aeron-system-tests/src/test/java/io/aeron/PublishFromArbitraryPositionTest.java +++ b/aeron-system-tests/src/te...
[Java] Delete archive dir on start of system test.
real-logic_aeron
train
java
f979dfd16c8454ad8a7036098e73b5c2295bc12a
diff --git a/src/Page/PageBuilder.php b/src/Page/PageBuilder.php index <HASH>..<HASH> 100644 --- a/src/Page/PageBuilder.php +++ b/src/Page/PageBuilder.php @@ -21,6 +21,7 @@ final class PageBuilder private $datasource; private $debug = false; private $defaultDisplay = 'table'; + private $disabledSorts ...
Allow to disable some sorts through the page builder
makinacorpus_drupal-calista
train
php
7fc6ed1c7a3d2d8971216ed02c566ad1df73f6ad
diff --git a/src/cobra/flux_analysis/parsimonious.py b/src/cobra/flux_analysis/parsimonious.py index <HASH>..<HASH> 100644 --- a/src/cobra/flux_analysis/parsimonious.py +++ b/src/cobra/flux_analysis/parsimonious.py @@ -1,7 +1,7 @@ """Provide parsimonious FBA implementation.""" from itertools import chain -from typi...
fix: use proper typing annotation in parsimonious.py
opencobra_cobrapy
train
py
8fc1bbbe9cb4450b8eaf044d7605bbe2f11490b0
diff --git a/cloudfoundry-client-lib/src/main/java/org/cloudfoundry/client/lib/rest/CloudControllerClientV2.java b/cloudfoundry-client-lib/src/main/java/org/cloudfoundry/client/lib/rest/CloudControllerClientV2.java index <HASH>..<HASH> 100644 --- a/cloudfoundry-client-lib/src/main/java/org/cloudfoundry/client/lib/rest/...
Reduce inline-relations-depth to 1 for apps/{app}/routes [#<I>]
cloudfoundry_cf-java-client
train
java
edbfe1efe9ec9b8a9a113fa9de13a85458fe2efc
diff --git a/src/router/registry.go b/src/router/registry.go index <HASH>..<HASH> 100644 --- a/src/router/registry.go +++ b/src/router/registry.go @@ -301,6 +301,7 @@ func (r *Registry) Unregister(m *registryMessage) { func (r *Registry) pruneStaleDroplets() { if r.isStateStale() { + r.resetTracker() return ...
reset stale tracker state when it becomes stale [#<I>]
cloudfoundry_gorouter
train
go
88ccc61e6e0996bf94480d264b42d41106198fab
diff --git a/TokenCollection.php b/TokenCollection.php index <HASH>..<HASH> 100644 --- a/TokenCollection.php +++ b/TokenCollection.php @@ -20,7 +20,7 @@ class TokenCollection extends ArrayList { * * @return Token */ - public function get(int $index): Token { + public function get(int $index): ?Token { retu...
Fix TokenCollection Adjust `TokenCollection::get()` method to return null, for consistency with `ArrayList::get`.
phootwork_tokenizer
train
php
b41711276e76c10556966ac11ef5bc10ce08e668
diff --git a/clientv3/concurrency/mutex.go b/clientv3/concurrency/mutex.go index <HASH>..<HASH> 100644 --- a/clientv3/concurrency/mutex.go +++ b/clientv3/concurrency/mutex.go @@ -82,12 +82,11 @@ func (m *Mutex) Lock(ctx context.Context) error { client := m.s.Client() // wait for deletion revisions prior to myKey ...
clientv3/concurrency: do not swallow error (#<I>)
etcd-io_etcd
train
go
a8fc372007ed9bae15ae5eb1fa74446821b8af67
diff --git a/lib/nodes.js b/lib/nodes.js index <HASH>..<HASH> 100644 --- a/lib/nodes.js +++ b/lib/nodes.js @@ -392,6 +392,11 @@ ClassList.prototype.get = function (name) { this.collections[name] : []; }; +ClassList.prototype.count = function (name) { + return Object.prototype.hasOwnProperty.call(this.collectio...
[feature] add classlist count method
AndreasMadsen_article
train
js
8beeeb19441c8c6b0a415ebd26884454a1413b86
diff --git a/macaroons/constraints_test.go b/macaroons/constraints_test.go index <HASH>..<HASH> 100644 --- a/macaroons/constraints_test.go +++ b/macaroons/constraints_test.go @@ -99,7 +99,7 @@ func TestIpLockConstraint(t *testing.T) { // TestIPLockBadIP tests that an IP constraint cannot be added if the // provided s...
macaroons/constraints_test: remove extraneous semicolon
lightningnetwork_lnd
train
go
7a3c3e028d11e7caa025ccfc72ce298d807dc793
diff --git a/stemcell/stemcell.go b/stemcell/stemcell.go index <HASH>..<HASH> 100644 --- a/stemcell/stemcell.go +++ b/stemcell/stemcell.go @@ -3,7 +3,7 @@ package stemcell import ( "fmt" - boshcmd "github.com/cloudfoundry/bosh-utils/fileutil" + boshfu "github.com/cloudfoundry/bosh-utils/fileutil" biproperty "git...
Fix bug in repack-stemcell repack-stemcell failed when the specified target was on a different device than the bosh cache. Fixed by using a different utility function to move temporary tar ball to destination tar ball. [#<I>](<URL>)
cloudfoundry_bosh-cli
train
go
89bb3d88bff910cab42a5e53ec9e9fada73a1828
diff --git a/lib/specter.rb b/lib/specter.rb index <HASH>..<HASH> 100644 --- a/lib/specter.rb +++ b/lib/specter.rb @@ -1,3 +1,7 @@ +require 'forwardable' +require 'logger' +require 'socket' + require 'specter/version' require 'specter/cli' require 'specter/server' diff --git a/lib/specter/env.rb b/lib/specter/env.rb...
Move stdlib requirements to lib/specter.rb
gevans_specter
train
rb,rb,rb
03e83618b0963d7480553973e2a0c30e7a272517
diff --git a/src/Connection/Connector.php b/src/Connection/Connector.php index <HASH>..<HASH> 100644 --- a/src/Connection/Connector.php +++ b/src/Connection/Connector.php @@ -76,9 +76,16 @@ class Connector implements ConnectorInterface if (isset($session)) { $this->session = $session; } e...
Connector: default to no session storage when an access token is configured
platformsh_platformsh-client-php
train
php
dad01b58577c4ab7e8104f16e7af7d859750f7f2
diff --git a/hypermap/aggregator/models.py b/hypermap/aggregator/models.py index <HASH>..<HASH> 100644 --- a/hypermap/aggregator/models.py +++ b/hypermap/aggregator/models.py @@ -1294,9 +1294,11 @@ def endpointlist_post_save(instance, *args, **kwargs): def endpoint_post_save(instance, *args, **kwargs): + signal...
Prevent recursion with same endpoint url (#<I>) * Prevent recursion with same endpoint url Found an issue. When a new endpoint list is added, an infinite loop with the first endpoint url from the file is generated. <URL>
cga-harvard_Hypermap-Registry
train
py
d18e05c7e4011fa95faa307d40993a26900f4758
diff --git a/lib/vanity/adapters/mongodb_adapter.rb b/lib/vanity/adapters/mongodb_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/vanity/adapters/mongodb_adapter.rb +++ b/lib/vanity/adapters/mongodb_adapter.rb @@ -19,8 +19,8 @@ module Vanity def initialize(options) if options[:hosts] - args ...
Fixed a bug after really using the fork in a proper environment.
assaf_vanity
train
rb
71a83b7f9d73a90664b343c99001516f5411a0bb
diff --git a/tsdb/engine/bz1/bz1.go b/tsdb/engine/bz1/bz1.go index <HASH>..<HASH> 100644 --- a/tsdb/engine/bz1/bz1.go +++ b/tsdb/engine/bz1/bz1.go @@ -598,7 +598,6 @@ func (tx *Tx) Cursor(key string) tsdb.Cursor { c := &Cursor{ cursor: b.Cursor(), - buf: make([]byte, DefaultBlockSize), } return tsdb.Mu...
Remove unused buffer allocation The buffer allocation in bz1 was unused and I'm fairly certain that it was harmful to performance if used. For queries that run through a bz1 block, needing to hold on to a <I>kb block is expensive. Better to churn on the allocator and have the blocks be released when they are unused th...
influxdata_influxdb
train
go
614c9b4ad9adb754d816d5fb8a134ac5cb6e430a
diff --git a/openquake/commonlib/source.py b/openquake/commonlib/source.py index <HASH>..<HASH> 100644 --- a/openquake/commonlib/source.py +++ b/openquake/commonlib/source.py @@ -365,7 +365,7 @@ class CompositionInfo(object): """ sm = self.source_models[sm_id] return self.__class__( - ...
Small fix in case of sampling Former-commit-id: caedbc<I>e<I>e9fb<I>fca<I>d<I>cc<I>b4
gem_oq-engine
train
py
82e0f78012cfdbd7c4b48d7a91ecafb428c6cbb5
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ tests_require = [ 'pytest-cache>=1.0', 'pytest-cov>=1.8.0', 'pytest-pep8>=1.0.6', - 'pytest>=2.8.0,<3.0.0' + 'pytest>=3.8' ] extras_require = {
installation: upgrade `pytest`
reanahub_reana-commons
train
py
218154f20da546d2802bfd59222c4e3792f3ac4b
diff --git a/website/data/version.js b/website/data/version.js index <HASH>..<HASH> 100644 --- a/website/data/version.js +++ b/website/data/version.js @@ -1,3 +1,3 @@ -export const VERSION = '1.4.1' +export const VERSION = '1.4.2' export const CHANGELOG_URL = - 'https://github.com/hashicorp/vault/blob/master/CHANGELO...
update website for <I> (#<I>)
hashicorp_vault
train
js
d4b4b57b73b2a21227c326b486b5182efaff1a97
diff --git a/internetarchive/cli/ia_copy.py b/internetarchive/cli/ia_copy.py index <HASH>..<HASH> 100644 --- a/internetarchive/cli/ia_copy.py +++ b/internetarchive/cli/ia_copy.py @@ -34,6 +34,7 @@ import sys from docopt import docopt, printable_usage from schema import Schema, Use, Or, And, SchemaError +from six.mo...
urlencode/quote path in s3 copy-source header
jjjake_internetarchive
train
py
11461f808160e09bb992f9c602c342718892bb6a
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,10 +46,10 @@ copyright = u'2009, the django-authority team' # built documents. # # The short X.Y version. -version = '0.6' +version = '0.7' # The full version, including alpha/beta/rc tags. -release =...
Bumped to version <I>
jazzband_django-authority
train
py,py