hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
c3dbdb45bdaaa6648233b370fbd26dfef32b187a
diff --git a/src/HTML/HTMLHelper.php b/src/HTML/HTMLHelper.php index <HASH>..<HASH> 100644 --- a/src/HTML/HTMLHelper.php +++ b/src/HTML/HTMLHelper.php @@ -845,7 +845,13 @@ class HTMLHelper */ public static function determineEpisodeImagePath($episode, $show) { if (empty($episode->featured_image)) { -...
Modify method to deal with my Media site's using AWS Cloudfront. #<I>
lasallecms_lasallecms-l5-helpers-pkg
train
2010f93f414ea5bee6e69fcf2d165b5b1d068bbf
diff --git a/lib/def.js b/lib/def.js index <HASH>..<HASH> 100644 --- a/lib/def.js +++ b/lib/def.js @@ -383,50 +383,45 @@ var customFunctions = Object.create(null); infer.registerFunction = function(name, f) { customFunctions[name] = f; }; - var _constraints; - function constraints() { - if (_constraints) r...
Less awkward initialization of lib/def.js Only run the initializer when the infer module has been initialized Removes need to lazy-init constraints in def.js.
ternjs_tern
train
9d55e748f48abd32e9e0fa23fb6fbd3e7306a431
diff --git a/lib/ronin/formatting/extensions/binary/string.rb b/lib/ronin/formatting/extensions/binary/string.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/formatting/extensions/binary/string.rb +++ b/lib/ronin/formatting/extensions/binary/string.rb @@ -91,4 +91,61 @@ class String Base64.decode64(self) end +...
Added a basic String#unhexdump method. * Supports decimal, hexadecimal and octal encoding. * Supports configurable segment lengths. * Supports '*' style repeation of segments.
ronin-ruby_ronin
train
c1468607626b1937efcf2799d73f5c63e1609d90
diff --git a/lib/gir_ffi/builders/property_builder.rb b/lib/gir_ffi/builders/property_builder.rb index <HASH>..<HASH> 100644 --- a/lib/gir_ffi/builders/property_builder.rb +++ b/lib/gir_ffi/builders/property_builder.rb @@ -9,52 +9,87 @@ module GirFFI def getter_def case type_info.tag when :glis...
Refactor complicated #getter_def and #setter_def of PropertyBuilder
mvz_gir_ffi
train
fd8e4d0a82d09472738aa774f943f20d8bc9b090
diff --git a/lib/js-yaml/parser.js b/lib/js-yaml/parser.js index <HASH>..<HASH> 100644 --- a/lib/js-yaml/parser.js +++ b/lib/js-yaml/parser.js @@ -120,8 +120,8 @@ module.exports = function parse(input, settings) { character = input.charCodeAt(position), safeMode = true, legacyMode, - implic...
Add compilation and inheritance of the schemas.
nodeca_js-yaml
train
5ce0523322840030f990e4ea70648e5cdcca4522
diff --git a/lib/api.js b/lib/api.js index <HASH>..<HASH> 100644 --- a/lib/api.js +++ b/lib/api.js @@ -199,13 +199,13 @@ Api.prototype = { /** * Check if we have to instantiate returned data */ - if (requestOptions.dataClass) { + ...
Fix classes instantiation when specified after promise refactoring
Mangopay_mangopay2-nodejs-sdk
train
15c31e7669f666472e1339e30e873a5b1739c279
diff --git a/qless/__init__.py b/qless/__init__.py index <HASH>..<HASH> 100755 --- a/qless/__init__.py +++ b/qless/__init__.py @@ -47,6 +47,9 @@ class client(object): def tagged(self, tag, offset=0, count=25): return json.loads(self._tag([], ['get', tag, offset, count])) + def tags(self, offset=0...
Added support (and tests) for getting the most-used tags.
seomoz_qless-py
train
535c034c06e7b62dfc516908d20488490da68a7f
diff --git a/indexing-service/src/main/java/io/druid/indexing/worker/Worker.java b/indexing-service/src/main/java/io/druid/indexing/worker/Worker.java index <HASH>..<HASH> 100644 --- a/indexing-service/src/main/java/io/druid/indexing/worker/Worker.java +++ b/indexing-service/src/main/java/io/druid/indexing/worker/Worke...
assume scheme to be http if not present (#<I>)
apache_incubator-druid
train
93f390a14017393e6963be42f6a236a77078b988
diff --git a/babelapi/cli.py b/babelapi/cli.py index <HASH>..<HASH> 100644 --- a/babelapi/cli.py +++ b/babelapi/cli.py @@ -23,12 +23,6 @@ _cmdline_parser.add_argument( help='Print debugging statements.', ) _cmdline_parser.add_argument( - '-q', - '--quiet', - action='store_true', - help='Only print er...
Removed -q flag from command line parser.
dropbox_stone
train
c452097e158b824e9402777638e935ed13485fa2
diff --git a/admin/index.php b/admin/index.php index <HASH>..<HASH> 100644 --- a/admin/index.php +++ b/admin/index.php @@ -100,7 +100,7 @@ print_header($strlicense, $strlicense, $strlicense, "", "", false, "&nbsp;", "&nbsp;"); print_heading("<a href=\"http://moodle.org\">Moodle</a> - Modular O...
Slightly fixing some bodgy boxes
moodle_moodle
train
07e916f9d5d88c1ea3e5fc8c6d81ffbb5cd1ad29
diff --git a/lib/Gitlab/Model/Commit.php b/lib/Gitlab/Model/Commit.php index <HASH>..<HASH> 100644 --- a/lib/Gitlab/Model/Commit.php +++ b/lib/Gitlab/Model/Commit.php @@ -79,7 +79,7 @@ class Commit extends AbstractModel /** * @param Project $project - * @param int|null $id + * @param string|...
Fix phpdoc for model Commit (#<I>)
m4tthumphrey_php-gitlab-api
train
f89f794a358b9a9ef3825ba7c24aa673706a6f60
diff --git a/caas/kubernetes/provider/application/application.go b/caas/kubernetes/provider/application/application.go index <HASH>..<HASH> 100644 --- a/caas/kubernetes/provider/application/application.go +++ b/caas/kubernetes/provider/application/application.go @@ -979,7 +979,7 @@ func (a *app) Units() ([]caas.Unit, e...
Fix for LP:<I>. The secret name for a Volume must contain `-token`, the app name is not required.
juju_juju
train
bdb5335f4d15e099951fbc93a4bb83529546fc57
diff --git a/sh.py b/sh.py index <HASH>..<HASH> 100644 --- a/sh.py +++ b/sh.py @@ -468,7 +468,7 @@ class Command(object): if not path: raise CommandNotFound(program) cmd = cls(path) - if default_kwargs: cmd = cmd.bake(default_kwargs) + if default_kwargs: cmd = cmd.bake(**defaul...
top-level sh module baking. closes #<I> #<I> and #<I>
amoffat_sh
train
6066063a7411304c7d85717ac6d5dff4ce7c9bf3
diff --git a/lib/hyrax/collection_name.rb b/lib/hyrax/collection_name.rb index <HASH>..<HASH> 100644 --- a/lib/hyrax/collection_name.rb +++ b/lib/hyrax/collection_name.rb @@ -10,6 +10,8 @@ module Hyrax @human = 'Collection' @i18n_key = :collection + @param_key = 'col...
add param_key and plural to `Hyrax::CollectionName` we want the collection form data to be the same regardless of the model used. ActiveModel naming is the right place to handle this.
samvera_hyrax
train
3115c6ec513d4b36a57c943a7cc5f22e05535472
diff --git a/spec/grape/integration/rack_spec.rb b/spec/grape/integration/rack_spec.rb index <HASH>..<HASH> 100644 --- a/spec/grape/integration/rack_spec.rb +++ b/spec/grape/integration/rack_spec.rb @@ -18,6 +18,10 @@ describe Rack do 'CONTENT_TYPE' => 'application/json' } env = Rack::MockRequest...
Fix: build for Rails 3 integration.
ruby-grape_grape
train
c45b5ff79e076e2a46b33514af2345812b1dd6fa
diff --git a/toml.py b/toml.py index <HASH>..<HASH> 100644 --- a/toml.py +++ b/toml.py @@ -558,7 +558,7 @@ def _load_array(a): tmpa = a[1:-1].strip() if tmpa != '' and tmpa[0] == '"': strarray = True - if '{' not in a[1:-1]: + if not a[1:-1].strip().startswith('{'): ...
Fix #<I> detection of array of objects (inline tables) A string can contain '{', so "{ in s" is not a good enough test of whether something is an inline table.
uiri_toml
train
42eed95a0dac421f189268141cd9ab1536eafc63
diff --git a/zzk/virtualips/virtualips.go b/zzk/virtualips/virtualips.go index <HASH>..<HASH> 100644 --- a/zzk/virtualips/virtualips.go +++ b/zzk/virtualips/virtualips.go @@ -37,8 +37,8 @@ func RemoveAllVirtualIPs() error { } glog.V(2).Infof("Removing all virtual IPs...") for _, virtualIP := range interfaceMap { ...
CIDRs can be translated to a netmask
control-center_serviced
train
394862d5415b3e0ef0a67d112a55bff9f1e0a753
diff --git a/tx.go b/tx.go index <HASH>..<HASH> 100644 --- a/tx.go +++ b/tx.go @@ -242,7 +242,6 @@ func (tx *Tx) Copy(w io.Writer) error { // Open reader on the database. f, err := os.OpenFile(tx.db.path, os.O_RDONLY|odirect, 0) if err != nil { - _ = tx.Rollback() return err } @@ -251,14 +250,12 @@ func (...
Do not attempt manual transaction rollback in Tx.Copy The typical use these days is with a managed transaction, via db.View. The first case (error when re-opening database file) is not tested; it is harder to instrument, and I have other plans for it.
boltdb_bolt
train
2e9312dcd6696495a53de9793254543d9a9f5eec
diff --git a/spec/footnotes_spec.rb b/spec/footnotes_spec.rb index <HASH>..<HASH> 100644 --- a/spec/footnotes_spec.rb +++ b/spec/footnotes_spec.rb @@ -56,12 +56,9 @@ describe "Footnotes" do end end - #TODO doe's not pased with 1.8.7 - if RUBY_VERSION >= '1.9.0' - it "foonotes_included" do - footnote...
Remove condition for deprecated ruby version
josevalim_rails-footnotes
train
646477a2359c516d7fad2c230155046fe662b6be
diff --git a/cheroot/test/test_cli.py b/cheroot/test/test_cli.py index <HASH>..<HASH> 100644 --- a/cheroot/test/test_cli.py +++ b/cheroot/test/test_cli.py @@ -1,37 +1,70 @@ +"""Tests to verify the command line interface.""" +# -*- coding: utf-8 -*- +# vim: set fileencoding=utf-8 : +import sys + +import pytest + from c...
Modify test_cli.py to make it follow the pytest and sytlistic conventions.
cherrypy_cheroot
train
531768b374129ba2259d7a1035aaf840f1d52b50
diff --git a/lib/rye/hop.rb b/lib/rye/hop.rb index <HASH>..<HASH> 100644 --- a/lib/rye/hop.rb +++ b/lib/rye/hop.rb @@ -273,7 +273,7 @@ module Rye @rye_opts[:paranoid] = false retry else - raise Net::SSH::HostKeyMismatch + raise ex end rescue Net::SSH::Aut...
Propogate AuthenticationFailed and HostKeyMismatch exceptions for Rye::Hop
delano_rye
train
2ef4baf0d952c0923060e01d5977f6d980e6195f
diff --git a/protoc-gen-go/testdata/main_test.go b/protoc-gen-go/testdata/main_test.go index <HASH>..<HASH> 100644 --- a/protoc-gen-go/testdata/main_test.go +++ b/protoc-gen-go/testdata/main_test.go @@ -36,8 +36,8 @@ package testdata import ( "testing" - mytestpb "./my_test" multipb "github.com/golang/protobuf/p...
protoc-gen-go: remove relative import in main_test.go (#<I>) No particular reason for this to be a ./ import, and it confuses vgo.
golang_protobuf
train
0b0a32f71302ea472093f0cc2ba3b2ec3fa6dfd4
diff --git a/sportsreference/ncaab/schedule.py b/sportsreference/ncaab/schedule.py index <HASH>..<HASH> 100644 --- a/sportsreference/ncaab/schedule.py +++ b/sportsreference/ncaab/schedule.py @@ -398,7 +398,7 @@ class Schedule: """ if not year: year = utils._find_year_for_season('ncaab') -...
Fix the URL to pull NCAAB stats from
roclark_sportsreference
train
c4741931810cf22d179213e35d85c5cb144f97f1
diff --git a/server/sources.go b/server/sources.go index <HASH>..<HASH> 100644 --- a/server/sources.go +++ b/server/sources.go @@ -53,7 +53,7 @@ func newSourceResponse(src chronograf.Source) sourceResponse { }, } - if src.Type == chronograf.InfluxEnterprise { + if src.Type == chronograf.InfluxEnterprise && len(s...
Will not supply roles if there is no metaURL
influxdata_influxdb
train
9031cd090bf2972d58c76cb77feec8be41c012e6
diff --git a/core/src/main/java/com/orientechnologies/orient/core/storage/cache/OCacheEntryImpl.java b/core/src/main/java/com/orientechnologies/orient/core/storage/cache/OCacheEntryImpl.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/com/orientechnologies/orient/core/storage/cache/OCacheEntryImpl.java +++ b/c...
Size of chunk for single flush was decreased. Page index validation was added.
orientechnologies_orientdb
train
1db2002d1fd5f3f08bdf44757e56d8add8b6020e
diff --git a/impl/src/main/java/org/ehcache/internal/persistence/DefaultLocalPersistenceService.java b/impl/src/main/java/org/ehcache/internal/persistence/DefaultLocalPersistenceService.java index <HASH>..<HASH> 100644 --- a/impl/src/main/java/org/ehcache/internal/persistence/DefaultLocalPersistenceService.java +++ b/i...
Adding os check and review comments #<I>
ehcache_ehcache3
train
cf2c953ef9cb68f38aec859ee647ed0865e44d20
diff --git a/revapi-java/src/main/java/org/revapi/java/JavaElementDifferenceAnalyzer.java b/revapi-java/src/main/java/org/revapi/java/JavaElementDifferenceAnalyzer.java index <HASH>..<HASH> 100644 --- a/revapi-java/src/main/java/org/revapi/java/JavaElementDifferenceAnalyzer.java +++ b/revapi-java/src/main/java/org/reva...
Correctly report "contains" use sites.
revapi_revapi
train
9745ec399b488c6c812eeb1e6b935a382d02895f
diff --git a/packages/avatar/src/Avatar.js b/packages/avatar/src/Avatar.js index <HASH>..<HASH> 100644 --- a/packages/avatar/src/Avatar.js +++ b/packages/avatar/src/Avatar.js @@ -6,6 +6,8 @@ import { ThemeContext } from "@hig/theme-context"; import { sizes, AVAILABLE_SIZES } from "./sizes"; import stylesheet from "./...
fix: Shows a bg color for names starting w/ Z
Autodesk_hig
train
e599fb9b01356a73c445092e5a415fb9ca1db1f1
diff --git a/src/github.com/CapillarySoftware/gostat/bucketer/bucketer_test.go b/src/github.com/CapillarySoftware/gostat/bucketer/bucketer_test.go index <HASH>..<HASH> 100644 --- a/src/github.com/CapillarySoftware/gostat/bucketer/bucketer_test.go +++ b/src/github.com/CapillarySoftware/gostat/bucketer/bucketer_test.go @...
assert receive channels are not closed on construction
CapillarySoftware_gostat
train
1f2b2908bd8328db5f3e4e9dc6010476f75648ca
diff --git a/lib/xcodeproj/workspace.rb b/lib/xcodeproj/workspace.rb index <HASH>..<HASH> 100644 --- a/lib/xcodeproj/workspace.rb +++ b/lib/xcodeproj/workspace.rb @@ -97,15 +97,17 @@ module Xcodeproj # def <<(path_or_reference) return unless @document && @document.respond_to?(:root) - case - ...
[Workspace] Raise a better exception when adding an invalid object to a workspace
CocoaPods_Xcodeproj
train
f33d603f92c6168c73f97c7b32f80eb0f55c6bef
diff --git a/jetserver/src/main/java/org/menacheri/jetserver/app/impl/DefaultSession.java b/jetserver/src/main/java/org/menacheri/jetserver/app/impl/DefaultSession.java index <HASH>..<HASH> 100644 --- a/jetserver/src/main/java/org/menacheri/jetserver/app/impl/DefaultSession.java +++ b/jetserver/src/main/java/org/menach...
id is now of type object. Also, private builder variables have been made protected.
menacher_java-game-server
train
d8845e3245491a85c2cc6c932d5fad2c260c19d3
diff --git a/h2o-core/src/main/java/water/api/ModelMetricsBinomialV3.java b/h2o-core/src/main/java/water/api/ModelMetricsBinomialV3.java index <HASH>..<HASH> 100644 --- a/h2o-core/src/main/java/water/api/ModelMetricsBinomialV3.java +++ b/h2o-core/src/main/java/water/api/ModelMetricsBinomialV3.java @@ -22,6 +22,9 @@ pub...
PUBDEV-<I>: Add the class labels of the response for binomial model metrics.
h2oai_h2o-3
train
edf71754f25ceae3e8d53fde531332973f47f661
diff --git a/tests/src/test/java/com/orientechnologies/orient/test/database/auto/RemoteProtocolCommandsTest.java b/tests/src/test/java/com/orientechnologies/orient/test/database/auto/RemoteProtocolCommandsTest.java index <HASH>..<HASH> 100755 --- a/tests/src/test/java/com/orientechnologies/orient/test/database/auto/Rem...
disables connectTest that fails silently avoind creation of jacoco report
orientechnologies_orientdb
train
171437ed9bf324dced90c304a93412d2eed28b63
diff --git a/worker/worker-execution/score-worker-execution-impl/src/main/java/io/cloudslang/worker/execution/services/ExecutionServiceImpl.java b/worker/worker-execution/score-worker-execution-impl/src/main/java/io/cloudslang/worker/execution/services/ExecutionServiceImpl.java index <HASH>..<HASH> 100644 --- a/worker/...
Log warning for no robots in group (#<I>) * Add method signature to retrieve the context * log warning can't assign robot to group
CloudSlang_score
train
5ad7f4a9f863f40b79afba0f0a5fd6e689b6625a
diff --git a/VERSION b/VERSION index <HASH>..<HASH> 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.3 \ No newline at end of file +0.1.4 \ No newline at end of file diff --git a/oa-oauth/lib/omniauth/strategies/facebook.rb b/oa-oauth/lib/omniauth/strategies/facebook.rb index <HASH>..<HASH> 100644 --- a/oa-oauth/lib...
Fix options in OAuth2 strategy to actually allow scope passing.
omniauth_omniauth
train
b09cdb0131507c8f5b4c6a8aee5dab25c5a3fb11
diff --git a/pypot/_version.py b/pypot/_version.py index <HASH>..<HASH> 100644 --- a/pypot/_version.py +++ b/pypot/_version.py @@ -1 +1 @@ -__version__ = '2.1.0rc2' +__version__ = '2.1.0rc3'
Prepare for release <I>rc3
poppy-project_pypot
train
dac7c56b26dbe2b3489e88329dd70e0787c73087
diff --git a/lib/plugins/aws/package/compile/events/cognitoUserPool/index.js b/lib/plugins/aws/package/compile/events/cognitoUserPool/index.js index <HASH>..<HASH> 100644 --- a/lib/plugins/aws/package/compile/events/cognitoUserPool/index.js +++ b/lib/plugins/aws/package/compile/events/cognitoUserPool/index.js @@ -49,9 ...
refactor: Replace _.filter with array.filter (#<I>)
serverless_serverless
train
933dec6571f3d3d84df9537f81177267fdecf4cc
diff --git a/src/Mouf/MoufClassExplorer.php b/src/Mouf/MoufClassExplorer.php index <HASH>..<HASH> 100755 --- a/src/Mouf/MoufClassExplorer.php +++ b/src/Mouf/MoufClassExplorer.php @@ -99,6 +99,10 @@ class MoufClassExplorer { } } + foreach ($this->forbiddenClasses as $badClass=>$errorMessage) { + un...
Improving performance of the class analyzer
thecodingmachine_mouf
train
68356e5ddd1f02947c8f3e7b41029187f60c7c4c
diff --git a/src/Database/PdoConnectionInterface.php b/src/Database/PdoConnectionInterface.php index <HASH>..<HASH> 100644 --- a/src/Database/PdoConnectionInterface.php +++ b/src/Database/PdoConnectionInterface.php @@ -11,21 +11,21 @@ namespace Spin\Database; interface PdoConnectionInterface { # PDO Class Interfac...
PdoConnectionInterface change
Celarius_spin-framework
train
ffc004fcc6ead6cf591725b9caea2e2a47b74e87
diff --git a/salt/modules/inspectlib/collector.py b/salt/modules/inspectlib/collector.py index <HASH>..<HASH> 100644 --- a/salt/modules/inspectlib/collector.py +++ b/salt/modules/inspectlib/collector.py @@ -21,10 +21,6 @@ from salt.modules.inspectlib.dbhandle import DBHandle class Inspector(object): - class Ins...
Moved InspectorSnapshotException externally
saltstack_salt
train
ecb43a605191652a846da3922f75e18eb2ee81ab
diff --git a/openquake/commonlib/readinput.py b/openquake/commonlib/readinput.py index <HASH>..<HASH> 100644 --- a/openquake/commonlib/readinput.py +++ b/openquake/commonlib/readinput.py @@ -509,8 +509,7 @@ def get_job_info(oqparam, csm, sitecol): # the imtls object has values [NaN] when the levels are unknown ...
Saved the total number of levels in job_info
gem_oq-engine
train
4e285dba7f8ca8cb1b99b10e03afd0fc8f391783
diff --git a/demosys/timers/rocket.py b/demosys/timers/rocket.py index <HASH>..<HASH> 100644 --- a/demosys/timers/rocket.py +++ b/demosys/timers/rocket.py @@ -16,10 +16,12 @@ class RocketTimer(BaseTimer): self.mode = config.get('mode') or 'editor' self.files = config.get('files') or './tracks' ...
RocketTimer should start in paused state
Contraz_demosys-py
train
08f9af5172df36422abba7be886b717fc4503efa
diff --git a/modin/backends/pandas/query_compiler.py b/modin/backends/pandas/query_compiler.py index <HASH>..<HASH> 100644 --- a/modin/backends/pandas/query_compiler.py +++ b/modin/backends/pandas/query_compiler.py @@ -1181,25 +1181,39 @@ class PandasQueryCompiler(BaseQueryCompiler): by, type(self) ...
Add support for grouping by multiple columns when doing a reduct… (#<I>) * Resolves #<I> * Adds support for grouping by multiple columns. * Does this grouping by broadcasting the columns. * A preliminary performance evaluation shows that it is significantly faster than before, but still has some room for imp...
modin-project_modin
train
c51e4880930d6cdee6ef969aeda1462fc3d3d56c
diff --git a/pynmea2/types/talker.py b/pynmea2/types/talker.py index <HASH>..<HASH> 100644 --- a/pynmea2/types/talker.py +++ b/pynmea2/types/talker.py @@ -625,6 +625,61 @@ class VLW(TalkerSentence): ('Trip distance nautical miles since reset','trip_distance_reset_miles'), ) +# -----------------------...
Update talker.py Added ROT, RPM, VPW
Knio_pynmea2
train
57c5689cfc1ea34762a9b2baca105ba6eb66f4e3
diff --git a/src/instrumentTest/java/com/couchbase/cblite/testapp/tests/Replicator.java b/src/instrumentTest/java/com/couchbase/cblite/testapp/tests/Replicator.java index <HASH>..<HASH> 100644 --- a/src/instrumentTest/java/com/couchbase/cblite/testapp/tests/Replicator.java +++ b/src/instrumentTest/java/com/couchbase/cb...
testPusherDeletedDoc was broken, and in fact does _not_ reproduce issue #<I>
couchbase_couchbase-lite-java-core
train
6cd0898ab200238e9d344efc99c7b9ec91e8b6e5
diff --git a/doc/conf.py b/doc/conf.py index <HASH>..<HASH> 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -184,3 +184,10 @@ texinfo_documents = [ author, 'remoteStoragejs', 'One line description of project.', 'Miscellaneous'), ] + +# +# HACKFIX WARNING +# TODO Remove this when there is official support for...
Try running `npm i` from conf.py on RTD
remotestorage_remotestorage.js
train
558f65091dc1803cb843928a71e1d0e0665ce050
diff --git a/api/server.go b/api/server.go index <HASH>..<HASH> 100644 --- a/api/server.go +++ b/api/server.go @@ -6,8 +6,8 @@ package api import ( "fmt" - "net" "net/http" + "time" "github.com/codegangsta/negroni" "github.com/tsuru/config" @@ -20,6 +20,7 @@ import ( "github.com/tsuru/tsuru/log" "githu...
api: graceful shutdown, wait for ongoing requests to finish
tsuru_tsuru
train
ca59f76f38ac114a60838d9ae5a7ab5951bfa828
diff --git a/Configuration/Configurator.php b/Configuration/Configurator.php index <HASH>..<HASH> 100644 --- a/Configuration/Configurator.php +++ b/Configuration/Configurator.php @@ -11,7 +11,7 @@ namespace JavierEguiluz\Bundle\EasyAdminBundle\Configuration; -use Doctrine\ORM\Mapping\ClassMetadata; +use Doctrine\C...
Use the interface in the type-hint instead of a concrete implementation
EasyCorp_EasyAdminBundle
train
4353d35c0a17b521b502a56f897abad7df30a0cb
diff --git a/model/queries/SQLSelect.php b/model/queries/SQLSelect.php index <HASH>..<HASH> 100644 --- a/model/queries/SQLSelect.php +++ b/model/queries/SQLSelect.php @@ -568,14 +568,12 @@ class SQLSelect extends SQLConditionalExpression { /** - * Return the number of rows in this query if the limit were removed...
Fix code docs for SQLSelect::count()
silverstripe_silverstripe-framework
train
5a613114bf0d56b5a8a65c77c29220e5eff9e7d0
diff --git a/lib/rspec/models/unidom/visitor/authenticating_spec.rb b/lib/rspec/models/unidom/visitor/authenticating_spec.rb index <HASH>..<HASH> 100644 --- a/lib/rspec/models/unidom/visitor/authenticating_spec.rb +++ b/lib/rspec/models/unidom/visitor/authenticating_spec.rb @@ -28,6 +28,9 @@ describe Unidom::Visitor::A...
1, Improve the Authenticating spec for the visitor_is scope, & the credential_is scope.
topbitdu_unidom-visitor
train
df462d5880a139d591d0800ca49b1608f43dc6fa
diff --git a/activestorage/lib/active_storage/attached/many.rb b/activestorage/lib/active_storage/attached/many.rb index <HASH>..<HASH> 100644 --- a/activestorage/lib/active_storage/attached/many.rb +++ b/activestorage/lib/active_storage/attached/many.rb @@ -37,7 +37,7 @@ module ActiveStorage # Returns true if a...
Small docs fix inside `ActiveStorage` [ci skip] `ActiveRecord::Base` -> `ApplicationRecord` for consistency with default Rails generators and ActiveStorage guides.
rails_rails
train
051e13a3f68fab8116b71332ee92d0e1018e47bb
diff --git a/pytypes/stubfile_2_converter.py b/pytypes/stubfile_2_converter.py index <HASH>..<HASH> 100644 --- a/pytypes/stubfile_2_converter.py +++ b/pytypes/stubfile_2_converter.py @@ -34,8 +34,9 @@ import inspect import numbers import os import typing +import datetime from typing import Any, TypeVar -from pytype...
Adjusted header text of auto-generated files.
Stewori_pytypes
train
af38d1d944d30ae4cccd05c0c15241f50e3dcd7c
diff --git a/react/MuiCozyTheme/makeOverrides.js b/react/MuiCozyTheme/makeOverrides.js index <HASH>..<HASH> 100644 --- a/react/MuiCozyTheme/makeOverrides.js +++ b/react/MuiCozyTheme/makeOverrides.js @@ -432,14 +432,17 @@ const makeOverrides = theme => ({ padding: 0, height: '2rem', backgroundColor:...
fix(ListSubheader): Only 1rem of text indent on mobile
cozy_cozy-ui
train
d42428b488a64d2c040e1b4d019778f3c87084f7
diff --git a/anyconfig/backend/xml.py b/anyconfig/backend/xml.py index <HASH>..<HASH> 100644 --- a/anyconfig/backend/xml.py +++ b/anyconfig/backend/xml.py @@ -207,6 +207,8 @@ def elem_to_container(elem, to_container, nspaces, tags=False): else: # .. note:: Process yet anohter special cases first. ...
enhancement: make '@children' node omitted if there are only children nodes in XML backend
ssato_python-anyconfig
train
16637b07321b2526dcca6869c193d6c9cf537043
diff --git a/guacamole/src/main/webapp/app/clipboard/directives/guacClipboard.js b/guacamole/src/main/webapp/app/clipboard/directives/guacClipboard.js index <HASH>..<HASH> 100644 --- a/guacamole/src/main/webapp/app/clipboard/directives/guacClipboard.js +++ b/guacamole/src/main/webapp/app/clipboard/directives/guacClipbo...
GUACAMOLE-<I>: Prevent clipboard events generated by the clipboardService from disturbing the operations of the guacClipboard directive.
glyptodon_guacamole-client
train
04b2ba0d3ee251c9128cf99baa379907ca032b74
diff --git a/src/RequestHandler.php b/src/RequestHandler.php index <HASH>..<HASH> 100644 --- a/src/RequestHandler.php +++ b/src/RequestHandler.php @@ -10,6 +10,7 @@ */ namespace Relay; +use InvalidArgumentException; use Psr\Http\Message\ServerRequestInterface; use Psr\Http\Message\ResponseInterface; use Psr\Htt...
Throw a more obvious error when the queue is empty on construction
relayphp_Relay.Relay
train
ebaa5066fcbf96e83e7be322ce8644523e979bab
diff --git a/lib/OpenLayers/Layer/ArcIMS.js b/lib/OpenLayers/Layer/ArcIMS.js index <HASH>..<HASH> 100644 --- a/lib/OpenLayers/Layer/ArcIMS.js +++ b/lib/OpenLayers/Layer/ArcIMS.js @@ -412,7 +412,7 @@ OpenLayers.Layer.ArcIMS = OpenLayers.Class(OpenLayers.Layer.Grid, { if (!arcxml.iserro...
Fix a broken aspect of my change to the ArcXML code when cleaning it up: missed an 'arcxml' -> 'response' change. Caught by dzwarg, r=me, (Pullup #<I>) git-svn-id: <URL>
openlayers_openlayers
train
460725d5c1f7181d1b54963122c81d5cca3e4ee4
diff --git a/bundler/minify.js b/bundler/minify.js index <HASH>..<HASH> 100644 --- a/bundler/minify.js +++ b/bundler/minify.js @@ -1,6 +1,6 @@ "use strict" -var http = require("http") +var http = require("https") var querystring = require("querystring") var fs = require("fs") @@ -22,7 +22,6 @@ module.exports = f...
fix: closure compiler requires HTTPS now (#<I>) Also barfing out the response from the server when JSON parsing errors happen
MithrilJS_mithril.js
train
63931f32e2dc68f5554ccded35c388026e760294
diff --git a/hs_restclient/__init__.py b/hs_restclient/__init__.py index <HASH>..<HASH> 100644 --- a/hs_restclient/__init__.py +++ b/hs_restclient/__init__.py @@ -5,7 +5,7 @@ Client library for HydroShare REST API """ __title__ = 'hs_restclient' -__version__ = '1.0.0' +__version__ = '1.1.0' import os import zip...
Change version number for <I> release
hydroshare_hs_restclient
train
9bed93eaea27d91e01452bc744d01897ea3ee9b0
diff --git a/lib/z_k/version.rb b/lib/z_k/version.rb index <HASH>..<HASH> 100644 --- a/lib/z_k/version.rb +++ b/lib/z_k/version.rb @@ -1,3 +1,3 @@ module ZK - VERSION = "0.8.2" + VERSION = "0.8.3" end
bump zk to <I>
zk-ruby_zk
train
f370adc77477ae789abac7782b489ca681c88705
diff --git a/src/main/java/com/couchbase/cblite/router/CBLRouter.java b/src/main/java/com/couchbase/cblite/router/CBLRouter.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/couchbase/cblite/router/CBLRouter.java +++ b/src/main/java/com/couchbase/cblite/router/CBLRouter.java @@ -44,6 +44,8 @@ import com.couchbas...
Improve active_task error logging to have correct status code. (issue #<I>)
couchbase_couchbase-lite-java-core
train
d4fc2694d2ff492a3a8bf192ba97cefa5efe022b
diff --git a/src/EDI/Interpreter.php b/src/EDI/Interpreter.php index <HASH>..<HASH> 100644 --- a/src/EDI/Interpreter.php +++ b/src/EDI/Interpreter.php @@ -85,14 +85,20 @@ class Interpreter private $comparisonFunction; /** + * @var string + */ + private $outputKey; + + /** * Split multipl...
Should add the possibility via constructor arg to decide whether to use "id" or "name" from UNCEFACT XML for the array output. Fixes #<I>
php-edifact_edifact
train
6fdaf50644feec6e6261f78b2d494af2e1d212d2
diff --git a/guava-gwt/test/com/google/common/net/HostAndPortTest_gwt.java b/guava-gwt/test/com/google/common/net/HostAndPortTest_gwt.java index <HASH>..<HASH> 100644 --- a/guava-gwt/test/com/google/common/net/HostAndPortTest_gwt.java +++ b/guava-gwt/test/com/google/common/net/HostAndPortTest_gwt.java @@ -18,6 +18,11 @...
Add a new HostAndPort.fromHost() factory, which behaves like fromParts() without the port number. This is useful for converting a host into possibly-bracketed form, so that a port may be appended afterward. Also, the correct buffer size is "length + 8", due to the 5-digit port, two brackets, and a colon. ------------...
google_guava
train
62b1b1722165547bb7d0d8e0a3221f43b9de63d9
diff --git a/activesupport/lib/active_support/xml_mini/libxml.rb b/activesupport/lib/active_support/xml_mini/libxml.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/xml_mini/libxml.rb +++ b/activesupport/lib/active_support/xml_mini/libxml.rb @@ -14,11 +14,9 @@ module ActiveSupport data = S...
Fixes Hash.from_xml with frozen strings for all backends
rails_rails
train
db1cfc1e00ee14deadc7c9a1ae8bbdfa55dcdac7
diff --git a/packages/reactabular-tree/src/unpack.js b/packages/reactabular-tree/src/unpack.js index <HASH>..<HASH> 100644 --- a/packages/reactabular-tree/src/unpack.js +++ b/packages/reactabular-tree/src/unpack.js @@ -1,38 +1,36 @@ import omit from 'lodash/omit'; -function unpack({ +const unpack = ({ parentField...
tree - Rewrite `tree.unpack` in a terser form
reactabular_reactabular
train
9fc4f6cb9a5a56e1b0ccf7bb80e16900da16ee37
diff --git a/lib/review/i18n.yml b/lib/review/i18n.yml index <HASH>..<HASH> 100644 --- a/lib/review/i18n.yml +++ b/lib/review/i18n.yml @@ -81,6 +81,7 @@ ja: "%s: 'texcommand' has options ('%s'). Move it to 'texoptions'?": "%s: 'texcommand' にオプションがあります ('%s')。'texoptions' に移動しますか?" "%s: 'dvicommand' has options ('...
fix updater to update sty correctly. info about new file
kmuto_review
train
7c1e4f2ca9544b0205a2423d42accdb5d3017707
diff --git a/rbd/rbd_test.go b/rbd/rbd_test.go index <HASH>..<HASH> 100644 --- a/rbd/rbd_test.go +++ b/rbd/rbd_test.go @@ -449,64 +449,64 @@ func TestErrorImageNotOpen(t *testing.T) { image := rbd.GetImage(nil, "nonexistent") err := image.Close() - assert.Equal(t, err, rbd.RbdErrorImageNotOpen) + assert.Equal(t, ...
rbd: convert test to use errors with conventional names We recently created errors in the rbd that match the golang convention but left aliases for external code. Switch the test code to use the newer more standard form instead of the "aliases."
ceph_go-ceph
train
673a9e3c37f481a99cde20d333b440b16e34eb29
diff --git a/js/ascendex.js b/js/ascendex.js index <HASH>..<HASH> 100644 --- a/js/ascendex.js +++ b/js/ascendex.js @@ -1686,7 +1686,7 @@ module.exports = class ascendex extends Exchange { return await this.v2PrivateAccountGroupPostFuturesLeverage (this.extend (request, params)); } - async setMarginMo...
standardise signature of setMarginMode
ccxt_ccxt
train
8281ff9caed1241528f1c435da5a75ee1db5f321
diff --git a/lib/sinatra.rb b/lib/sinatra.rb index <HASH>..<HASH> 100644 --- a/lib/sinatra.rb +++ b/lib/sinatra.rb @@ -11,6 +11,20 @@ class String end end +class Hash + def to_params + map { |k,v| "#{k}=#{URI.escape(v)}" }.join('&') + end + + def symbolize_keys + self.inject({}) { |h,(k,v)| h[k.to_sym]...
custom <I>'s and <I>'s
sinatra_sinatra
train
695c5579399d798fe4499046b7b2636cab52b678
diff --git a/telldus/library.py b/telldus/library.py index <HASH>..<HASH> 100644 --- a/telldus/library.py +++ b/telldus/library.py @@ -174,7 +174,7 @@ class Library(object): assert Library._refcount == 0 return - for callback in self._callbacks.keys(): + for callback in list(se...
Iterate over a copy when cleaning up callbacks
erijo_tellcore-py
train
5cfb2a78e4d3b52c7a3e2835eca8dad5706b51d6
diff --git a/src/Illuminate/Foundation/Testing/CrawlerTrait.php b/src/Illuminate/Foundation/Testing/CrawlerTrait.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Foundation/Testing/CrawlerTrait.php +++ b/src/Illuminate/Foundation/Testing/CrawlerTrait.php @@ -496,7 +496,7 @@ trait CrawlerTrait */ protecte...
make CrawlerTrait::seeInField actually filter by input and textarea Allow an array of elements to be passed into CrawlerTrait::filterByNameOrId
laravel_framework
train
e7ed4529ea3a970fdecb47b02a014cf221a80b6d
diff --git a/periphery/gpio.py b/periphery/gpio.py index <HASH>..<HASH> 100644 --- a/periphery/gpio.py +++ b/periphery/gpio.py @@ -213,7 +213,7 @@ class GPIO(object): def name(self): """Get the line name of the GPIO. - his method is intended for use with character device GPIOs and always + ...
gpio: fix typo in docstring for name property
vsergeev_python-periphery
train
6df8503b7bddde39854096e6ff173e06aac48cff
diff --git a/docs/msg-transport-protocol.md b/docs/msg-transport-protocol.md index <HASH>..<HASH> 100644 --- a/docs/msg-transport-protocol.md +++ b/docs/msg-transport-protocol.md @@ -14,7 +14,7 @@ construct meta data with default values if `meta$` is not present. This provides for the use case of simple manual HTTP i...
reduce complexity of .client by removing queueing; gate-executor 1.x should now handle this for us
senecajs_seneca
train
741de71614de0b3423baaa6e8bbf095e46b20833
diff --git a/spec/p/push_spec.rb b/spec/p/push_spec.rb index <HASH>..<HASH> 100644 --- a/spec/p/push_spec.rb +++ b/spec/p/push_spec.rb @@ -71,6 +71,30 @@ describe 'Flor procedures' do expect(r['payload']['ret']).to eq(nil) expect(r['payload']['l']).to eq([]) end + + it 'lets its second attribute b...
extend "push" spec with "bloom _2"
floraison_flor
train
6aa516d82dea9885cb4db8d56ec2ccfd4cd9b840
diff --git a/tests/test_html.py b/tests/test_html.py index <HASH>..<HASH> 100644 --- a/tests/test_html.py +++ b/tests/test_html.py @@ -1168,6 +1168,7 @@ def test_metadata_sort_desc(app_client): "/fixtures/compound_three_primary_keys", "/fixtures/compound_three_primary_keys/a,a,a", "/fixtures/...
Run base_url tests against /fixtures/facetable too, refs #<I>
simonw_datasette
train
53dadda2155a002cda6a804e59e151ea77a81c3a
diff --git a/environs/local/backend_test.go b/environs/local/backend_test.go index <HASH>..<HASH> 100644 --- a/environs/local/backend_test.go +++ b/environs/local/backend_test.go @@ -26,15 +26,25 @@ type backendSuite struct { var _ = Suite(&backendSuite{}) -const ( - environName = "test-environ" - portNo = 60...
local: chnaged port during the tests
juju_juju
train
73e6d35b641f6a3f43a9ba101343132a5ae50cdf
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index <HASH>..<HASH> 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -27,10 +27,6 @@ Metrics/BlockLength: Metrics/MethodLength: Max: 39 -# Offense count: 4 -Metrics/PerceivedComplexity: - Max: 13 - # Offense count: 8 # Configuration parameters: Enfor...
RuboCop: fix PerceivedComplexity
chastell_art-decomp
train
0328eeefba8581ad00fdce2975b00fcfabfc097a
diff --git a/benchbuild/source/base.py b/benchbuild/source/base.py index <HASH>..<HASH> 100644 --- a/benchbuild/source/base.py +++ b/benchbuild/source/base.py @@ -20,6 +20,11 @@ NestedVariants = tp.Iterable[tp.Tuple[tp.Any, ...]] @attr.s(frozen=True, eq=True) +class RevisionStr: + value: str = attr.ib() + + +@a...
feat(source): provide an easy way to create a variant context A user can create a variant context from a sequence of revision strings. Revision strings can be any value that forms a Variant in combination with an owner object (a source). Tests will follow in a future commit.
PolyJIT_benchbuild
train
9139ab9b5a4ece82bc53a718845d227d6bbe00e5
diff --git a/tests/interpolation_test.py b/tests/interpolation_test.py index <HASH>..<HASH> 100644 --- a/tests/interpolation_test.py +++ b/tests/interpolation_test.py @@ -121,16 +121,6 @@ class DesignspaceTest(unittest.TestCase): self.expect_designspace(masters, instances, "Des...
GSInstance has no active property
googlefonts_glyphsLib
train
238dd5ecfb74b541d87d702e24e43e980211eea4
diff --git a/lib/repoman/tasks/add/asset.rb b/lib/repoman/tasks/add/asset.rb index <HASH>..<HASH> 100644 --- a/lib/repoman/tasks/add/asset.rb +++ b/lib/repoman/tasks/add/asset.rb @@ -26,50 +26,11 @@ module Repoman end - class Add < Thor - namespace :add - include Thor::Actions - include Repoman::ThorHe...
add:assets logic in a helper in prep for 'add:asset'
robertwahler_repo_manager
train
beae8524133b0781a27c5a952b7e348be9f9240c
diff --git a/dempsy-framework.core/src/main/java/net/dempsy/threading/OrderedPerContainerThreadingModel.java b/dempsy-framework.core/src/main/java/net/dempsy/threading/OrderedPerContainerThreadingModel.java index <HASH>..<HASH> 100644 --- a/dempsy-framework.core/src/main/java/net/dempsy/threading/OrderedPerContainerThr...
Prevent a blocked (in an mp call) thread from causing the filling of an unbounded queue in a OrderedPerContainerThreadingModel.
Dempsy_dempsy
train
429bdbfebc2c970ccab17220df6b109cdfd540dd
diff --git a/resolwe/flow/managers/dispatcher.py b/resolwe/flow/managers/dispatcher.py index <HASH>..<HASH> 100644 --- a/resolwe/flow/managers/dispatcher.py +++ b/resolwe/flow/managers/dispatcher.py @@ -439,13 +439,11 @@ class Manager(object): # Both of these imports are here only to get the packages' paths....
Remove unnecessary manager special case file copy for executor
genialis_resolwe
train
28adbca62b5ee03367efc52cb79ebf5542ca4563
diff --git a/src/Internal/Calculator/NativeCalculator.php b/src/Internal/Calculator/NativeCalculator.php index <HASH>..<HASH> 100644 --- a/src/Internal/Calculator/NativeCalculator.php +++ b/src/Internal/Calculator/NativeCalculator.php @@ -51,6 +51,12 @@ class NativeCalculator extends Calculator */ public fun...
Always try to perform native addition/multiplication first We now do this before any other check; this is less costly for the common case where the operation is actually feasible using native integers.
brick_math
train
1b840fb1b7a8bb9eb3a15ec6fa03dc58ec870af2
diff --git a/prometheus_client/core.py b/prometheus_client/core.py index <HASH>..<HASH> 100644 --- a/prometheus_client/core.py +++ b/prometheus_client/core.py @@ -181,7 +181,7 @@ REGISTRY = CollectorRegistry(auto_describe=True) '''The default registry.''' _METRIC_TYPES = ('counter', 'gauge', 'summary', 'histogram',...
OM changes untyped to unknown
prometheus_client_python
train
c46e1f3a8454477851ec78b003422510bb2729c0
diff --git a/test/image_test.rb b/test/image_test.rb index <HASH>..<HASH> 100644 --- a/test/image_test.rb +++ b/test/image_test.rb @@ -213,7 +213,7 @@ class ImageTest < Test::Unit::TestCase def test_tempfile_at_path_after_format image = Image.open(TIFF_IMAGE_PATH) image.format('png') - assert_equal imag...
Just ensure the path is correct in JRuby
minimagick_minimagick
train
40b88f30883e0cab79f97deeac6e647cd272e902
diff --git a/emirdrp/processing/wavecal/rectwv_coeff_to_ds9.py b/emirdrp/processing/wavecal/rectwv_coeff_to_ds9.py index <HASH>..<HASH> 100644 --- a/emirdrp/processing/wavecal/rectwv_coeff_to_ds9.py +++ b/emirdrp/processing/wavecal/rectwv_coeff_to_ds9.py @@ -25,10 +25,10 @@ import numpy as np from numpy.polynomial imp...
Place ds9 region labels centered in wavelength direction
guaix-ucm_pyemir
train
0cad8cd0d41d4a15d4fd003eebb12ebc79e63f70
diff --git a/spec/mtgox/client_spec.rb b/spec/mtgox/client_spec.rb index <HASH>..<HASH> 100644 --- a/spec/mtgox/client_spec.rb +++ b/spec/mtgox/client_spec.rb @@ -18,30 +18,49 @@ describe MtGox::Client do end end - describe '#asks' do - before do + describe 'depth methods' do + before :each do ...
added #offers to spec, and added specs for ordering conditions I added in the YARD docs
sferik_mtgox
train
b9eaca79684fa3fd4a6a423de5c1701e747b5ab5
diff --git a/test/spec/spec_helper.rb b/test/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/test/spec/spec_helper.rb +++ b/test/spec/spec_helper.rb @@ -35,7 +35,11 @@ module PoiseServiceHelper def service_resource_hints(hints, &block) hints ||= block.call if block before do - PoiseService::Prov...
Now with <I>% less rescue nil. Same classic flavor.
poise_poise-service
train
711d10037165625470079783a5caa7ce49ae7a89
diff --git a/lib/danger/ci_source/circle.rb b/lib/danger/ci_source/circle.rb index <HASH>..<HASH> 100644 --- a/lib/danger/ci_source/circle.rb +++ b/lib/danger/ci_source/circle.rb @@ -7,7 +7,6 @@ module Danger class CircleCI < CI def self.validates?(env) return false unless env["CIRCLE_BUILD_NUM"] -...
Allow Circle CI to pass validation withut a PR check, so that we can ask for the metadata a bit later
danger_danger
train
0795c5bae39cda6ca2e0b6ab5dc72215ac95a33a
diff --git a/lib/api.js b/lib/api.js index <HASH>..<HASH> 100644 --- a/lib/api.js +++ b/lib/api.js @@ -864,7 +864,7 @@ api.prepareRequest = function(req) ops: {}, noscan: 1, ip: req.ip, - host: req.hostname, + host: (req.hostname || "").toLowerCase(), path: path, ...
option s.host is lowecase
vseryakov_backendjs
train
c8ab23641c20ec8376cc0d293884ce12ca80583d
diff --git a/bittrex/bittrex.py b/bittrex/bittrex.py index <HASH>..<HASH> 100644 --- a/bittrex/bittrex.py +++ b/bittrex/bittrex.py @@ -107,6 +107,18 @@ class Bittrex(object): :rtype : dict """ return self.api_query('getmarketsummaries') + + def get_marketsummary(self, market): + ...
Added get_marketsummary
ericsomdahl_python-bittrex
train
c66cfb9a7586203b6f289b3393253c14756984b2
diff --git a/ratcave/camera.py b/ratcave/camera.py index <HASH>..<HASH> 100644 --- a/ratcave/camera.py +++ b/ratcave/camera.py @@ -203,6 +203,13 @@ class Camera(PhysicalGraph, HasUniforms, mixins.NameLabelMixin, mixins.Observabl def __repr__(self): return "<Camera(name='{self.name}', position_rel={self.po...
Uniform sending can now be done through the context manager interface for Cameras and Lights.
ratcave_ratcave
train
c3f447f8396249315531e66250a4360476032800
diff --git a/src/Bllim/Datatables/Datatables.php b/src/Bllim/Datatables/Datatables.php index <HASH>..<HASH> 100644 --- a/src/Bllim/Datatables/Datatables.php +++ b/src/Bllim/Datatables/Datatables.php @@ -244,8 +244,8 @@ class Datatables $count++; $i--; continue; } - $temp = explode(' as ', $this->columns[$i...
help to fix #<I> exploding all possible as [as,AS,aS,As] without using strtolower
yajra_laravel-datatables
train
fa6658aa0a54ceef58e7a01a68b0af1f9a7a83e4
diff --git a/aws/data_source_aws_iam_user_test.go b/aws/data_source_aws_iam_user_test.go index <HASH>..<HASH> 100644 --- a/aws/data_source_aws_iam_user_test.go +++ b/aws/data_source_aws_iam_user_test.go @@ -4,6 +4,7 @@ import ( "fmt" "testing" + "github.com/aws/aws-sdk-go/service/iam" "github.com/hashicorp/terr...
tests/ds/iam_user: Add ErrorCheck
terraform-providers_terraform-provider-aws
train
571a5605886279e55948c62134d8846d87fefe12
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ from distutils.core import setup setup( name='hapipy', - version='2.1.6', + version='2.1.7', description="A python wrapper around HubSpot's APIs", long_description = open('README.md').rea...
Adding pycurl to setup.py.
HubSpot_hapipy
train
4695b21eeb8922866b74fe97266ac74dacc3e0ca
diff --git a/src/components/VSelect/VSelect.js b/src/components/VSelect/VSelect.js index <HASH>..<HASH> 100644 --- a/src/components/VSelect/VSelect.js +++ b/src/components/VSelect/VSelect.js @@ -355,9 +355,7 @@ export default { // to avoid a unnecessary label transition this.genSelectedItems() - this.$vu...
fix: prevent race condition when VSelect is destroyed after mount See #<I> See 5cc9cfdc
vuetifyjs_vuetify
train
812b1e277d844fa48307bcd7c692a6f395c85fbb
diff --git a/modules/activiti-engine/src/main/java/org/activiti/engine/delegate/DelegateTask.java b/modules/activiti-engine/src/main/java/org/activiti/engine/delegate/DelegateTask.java index <HASH>..<HASH> 100644 --- a/modules/activiti-engine/src/main/java/org/activiti/engine/delegate/DelegateTask.java +++ b/modules/ac...
Add getDelegationState() in DelegateTask.
Activiti_Activiti
train
72693f3e425134f58fe351845e0a46290e3b2e20
diff --git a/src/Services/BaseFileService.php b/src/Services/BaseFileService.php index <HASH>..<HASH> 100644 --- a/src/Services/BaseFileService.php +++ b/src/Services/BaseFileService.php @@ -845,6 +845,136 @@ abstract class BaseFileService extends BaseRestService ], ], ...
DF-<I> #resolve #comment swagger doc updated for root of file services
dreamfactorysoftware_df-core
train
661b8a9603d6ae63c4059b1404e811220f63898e
diff --git a/src/DefaultEditor.js b/src/DefaultEditor.js index <HASH>..<HASH> 100644 --- a/src/DefaultEditor.js +++ b/src/DefaultEditor.js @@ -150,16 +150,8 @@ class DefaultEditor extends Component { <Section name={_('Size and Spacing')}> <BoxGap label={_('Bar Width')} attr="bargap" /> ...
remove unncessary showArrows. This is now taken care of by component
plotly_react-chart-editor
train
8919430801beca81fea1f53f6e8ac208d80f406c
diff --git a/spec/websocket/driver/draft75_examples.rb b/spec/websocket/driver/draft75_examples.rb index <HASH>..<HASH> 100644 --- a/spec/websocket/driver/draft75_examples.rb +++ b/spec/websocket/driver/draft75_examples.rb @@ -43,6 +43,28 @@ shared_examples_for "draft-75 protocol" do driver.parse [0x6c, 0x6f, ...
Add tests for exception safety in the Draft<I> parser.
faye_websocket-driver-ruby
train