hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
0a1a14e8a77ffb04af85fac87025f9ed9b84e202
diff --git a/csg/core.py b/csg/core.py index <HASH>..<HASH> 100644 --- a/csg/core.py +++ b/csg/core.py @@ -103,7 +103,9 @@ class CSG(object): for poly in self.polygons: for vert in poly.vertices: vert.pos = newVector(vert.pos) - vert.normal = newVector(vert.normal) ...
rotate runs but seeing weird results for cylinder
timknip_pycsg
train
0a942a9b76c76c2618a5522fe67fdf319dd7d9d6
diff --git a/tests/parser/syntax/test_code_size.py b/tests/parser/syntax/test_code_size.py index <HASH>..<HASH> 100644 --- a/tests/parser/syntax/test_code_size.py +++ b/tests/parser/syntax/test_code_size.py @@ -23,10 +23,15 @@ def test_block_fail(bad_code): valid_list = [ """ @external -def foo() -> int128: +def...
test: update address.codesize tests
ethereum_vyper
train
e72bf24a3c8572b9ad37dfa704777b0aaee95c03
diff --git a/fades/envbuilder.py b/fades/envbuilder.py index <HASH>..<HASH> 100644 --- a/fades/envbuilder.py +++ b/fades/envbuilder.py @@ -76,6 +76,9 @@ class FadesEnvBuilder(EnvBuilder): logger.error('Virtualenv is not installed. It is needed to create a virtualenv with ' 'a diff...
Better error reporting when executing a subprocess.
PyAr_fades
train
dd59ba682be61fdd12f4ddfbf71c3a10950a9343
diff --git a/Classes/Factory/AbstractFormFactory.php b/Classes/Factory/AbstractFormFactory.php index <HASH>..<HASH> 100644 --- a/Classes/Factory/AbstractFormFactory.php +++ b/Classes/Factory/AbstractFormFactory.php @@ -94,7 +94,7 @@ abstract class AbstractFormFactory implements FormFactoryInterface { * @var array ...
[TASK] Rename FormFactory::settings to formSettings - in order to be able to inject Package settings to custom factories
neos_form
train
27346b64989c1cbed6cbba15c75bec456dd463e6
diff --git a/thinc/neural/_classes/difference.py b/thinc/neural/_classes/difference.py index <HASH>..<HASH> 100644 --- a/thinc/neural/_classes/difference.py +++ b/thinc/neural/_classes/difference.py @@ -46,11 +46,13 @@ def CauchySimilarity(ops, length): diff = vec1-vec2 square_diff = diff ** 2 ...
Apply a ReLu transform in the CauchyDifference, so we don't get negative sim
explosion_thinc
train
7bfd64907730bf410fe667f5ac63e3cc71ca594c
diff --git a/js/base/Exchange.js b/js/base/Exchange.js index <HASH>..<HASH> 100644 --- a/js/base/Exchange.js +++ b/js/base/Exchange.js @@ -169,13 +169,13 @@ module.exports = class Exchange { initRestRateLimiter () { - this.tokenBucket = { + this.tokenBucket = this.extend ({ refil...
minor edits to js rate limiter
ccxt_ccxt
train
5e6ed75baf7dce51e3d67e2ffbd3cc03522c3987
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -1850,6 +1850,9 @@ mapmap.prototype.applyBehavior = function(spec, selection) { var map = this; this._promise.geometry.then(function(topo) { var sel = map.getRepresentations(selection); + ...
activate pointer event for selection of behavior
floledermann_mapmap.js
train
6b326ceae2cb3d6c5a22b63ccb681b103fc17c3f
diff --git a/Classes/Helper/InlineHelper.php b/Classes/Helper/InlineHelper.php index <HASH>..<HASH> 100644 --- a/Classes/Helper/InlineHelper.php +++ b/Classes/Helper/InlineHelper.php @@ -67,6 +67,10 @@ class InlineHelper } else { $uid = $data["uid"]; } + + if(!is_int($uid))...
Fixed missing $uid validation check You need to ensure that $uid is a valid integer. If it is not given (e.g. when rendering a FluidTemplate outside of a content element scope), the call in line <I> ```$fileRepository->findByRelation($table, $fieldKey, $uid);``` throws an exception.
Gernott_mask
train
70312901395093a23e408331d2850a33c3d35a3a
diff --git a/lifecycleScripts/install.js b/lifecycleScripts/install.js index <HASH>..<HASH> 100644 --- a/lifecycleScripts/install.js +++ b/lifecycleScripts/install.js @@ -108,12 +108,15 @@ function build() { target = "--target=" + nwVersion; } - builder = path.resolve(".", "node_modules", ".bin", builder); -...
Confirm builder exists before building When not using Node <I>.x we would sometimes have a missing builder (i.e. pangyp or nw-gyp). We'll now do an `npm install` for whatever builder we're using to make sure it exists.
nodegit_nodegit
train
9567e769e91854e432ba625c733b8a769a00bc52
diff --git a/lib/active_record/connection_adapters/oracle_enhanced/column_dumper.rb b/lib/active_record/connection_adapters/oracle_enhanced/column_dumper.rb index <HASH>..<HASH> 100644 --- a/lib/active_record/connection_adapters/oracle_enhanced/column_dumper.rb +++ b/lib/active_record/connection_adapters/oracle_enhance...
Add table and column comments to schema dump
rsim_oracle-enhanced
train
b1e7114910c4032ccbf7156aac16fce0277ed7b0
diff --git a/src/org/opencms/search/solr/CmsSolrDocument.java b/src/org/opencms/search/solr/CmsSolrDocument.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/search/solr/CmsSolrDocument.java +++ b/src/org/opencms/search/solr/CmsSolrDocument.java @@ -49,6 +49,7 @@ import java.util.List; import org.apache.commons.l...
Improved adding field to document behavior.
alkacon_opencms-core
train
979be44d9538c49354321ec3e259f57eaa9cc628
diff --git a/protoc-gen-grpc-gateway/descriptor/registry.go b/protoc-gen-grpc-gateway/descriptor/registry.go index <HASH>..<HASH> 100644 --- a/protoc-gen-grpc-gateway/descriptor/registry.go +++ b/protoc-gen-grpc-gateway/descriptor/registry.go @@ -239,6 +239,9 @@ func (r *Registry) goPackagePath(f *descriptor.FileDescri...
fixes package name override doesn't work (#<I>) * adds a test case for package overriding * fixes package name override doesn't work * sanitizes package name
grpc-ecosystem_grpc-gateway
train
83c2049c043c4a35ea462e3225ce05da97c27d89
diff --git a/carto/sql.py b/carto/sql.py index <HASH>..<HASH> 100644 --- a/carto/sql.py +++ b/carto/sql.py @@ -13,6 +13,7 @@ Module for the SQL API import zlib import time +import warnings from .exceptions import CartoException from requests import HTTPError @@ -217,6 +218,8 @@ class BatchSQLClient(object): ...
add userwarning with job_id
CartoDB_carto-python
train
191e8a7e9629f004ae3a2991b15e833b58070903
diff --git a/src/ResponseBuilder.php b/src/ResponseBuilder.php index <HASH>..<HASH> 100644 --- a/src/ResponseBuilder.php +++ b/src/ResponseBuilder.php @@ -49,7 +49,7 @@ class ResponseBuilder implements PostProcessorInterface $response = (new Response())->withProtocolVersion('1.1'); if ($output insta...
Fixed bug: missing call of getFilename
creios_creiwork-framework
train
f05394d89220872c9d5e9b0d1e76d8e9f22490c8
diff --git a/src/instrumentation/index.js b/src/instrumentation/index.js index <HASH>..<HASH> 100644 --- a/src/instrumentation/index.js +++ b/src/instrumentation/index.js @@ -1,30 +1,38 @@ var Transaction = require('./transaction') var request = require('../lib/transport') +var logger = require('../lib/logger') va...
Add scheduler to dispatch finished transactions every <I> sec
opbeat_opbeat-js-core
train
58af416c59c68742e7dc4ab6a03efe0f81c3814b
diff --git a/core-bundle/contao/widgets/ImageSize.php b/core-bundle/contao/widgets/ImageSize.php index <HASH>..<HASH> 100644 --- a/core-bundle/contao/widgets/ImageSize.php +++ b/core-bundle/contao/widgets/ImageSize.php @@ -144,10 +144,9 @@ class ImageSize extends \Widget } } - $arrFields[] = sprintf('<select ...
[Core] Only apply the widget attributes to the input field(s) but not the select fields (see #<I>)
contao_contao
train
246e2b2bbeecc3ee0fac99b5e14e47272c1c3685
diff --git a/src/Container.php b/src/Container.php index <HASH>..<HASH> 100644 --- a/src/Container.php +++ b/src/Container.php @@ -21,21 +21,21 @@ class Container * * @var array */ - protected $_routes = []; + protected $routes = []; /** * Current Route * * @var \SlaxWeb...
remove leadinng undescores for protected members in container
SlaxWeb_Router
train
c282a3ecb32b6c7505016e10ba621bbbe1d7a968
diff --git a/lib/static_config/reader/environment.rb b/lib/static_config/reader/environment.rb index <HASH>..<HASH> 100644 --- a/lib/static_config/reader/environment.rb +++ b/lib/static_config/reader/environment.rb @@ -37,7 +37,7 @@ module StaticConfig case env_value when /^\d+$/ env_value....
Support IP addresses in env vars.
spraints_static_config
train
bf744da0e723391ee4d725b75a611090098e92c6
diff --git a/utils.js b/utils.js index <HASH>..<HASH> 100644 --- a/utils.js +++ b/utils.js @@ -25,7 +25,11 @@ utils.mergeTypedArraysUnsafe = function(a, b) { // Take care of inability to con utils.objectfrom = function(data, hints={}) { // Generic way to turn something into a object (typically expecting a strin...
Bug with strange double Uint8Array type
internetarchive_dweb-objects
train
436752972dcc26714f0768ef6dfc562283f9cdc2
diff --git a/packages/ember-metal/lib/platform.js b/packages/ember-metal/lib/platform.js index <HASH>..<HASH> 100644 --- a/packages/ember-metal/lib/platform.js +++ b/packages/ember-metal/lib/platform.js @@ -140,7 +140,6 @@ if (!(Object.create && !Object.create(null).hasOwnProperty)) { delete empty.toLocaleString...
remove __proto__ set as it pollutes enumeration..
emberjs_ember.js
train
32587cc27436cd46b05aca97259ddd4dfd8b3b58
diff --git a/tests/function/test_load_act_block.py b/tests/function/test_load_act_block.py index <HASH>..<HASH> 100644 --- a/tests/function/test_load_act_block.py +++ b/tests/function/test_load_act_block.py @@ -91,7 +91,7 @@ def test_raises_in_cm(function): assert isinstance(result, ActBlock) assert result....
Fix tests of nested act block loading
jamescooke_flake8-aaa
train
a45293ef12ab61c996ef12f28e2017cbbc6de7f6
diff --git a/readme.md b/readme.md index <HASH>..<HASH> 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ $ yarn add @tneu/news ```js const {parsePage} = require('@tneu/news'); -const page = await parsePage(1); // returns {pageNumber, totalPages, items} +const page = await parsePage(1); // returns {items, pa...
feat: return hasPrevious and hasNext properties from newsfeed
tneudevteam_tneu-news
train
160a17140df17aa5ce7a8602d776762c928fdf7b
diff --git a/napoleon/CHANGES b/napoleon/CHANGES index <HASH>..<HASH> 100644 --- a/napoleon/CHANGES +++ b/napoleon/CHANGES @@ -2,6 +2,12 @@ This file describes user-visible changes between the extension versions. +Version 0.2.1 (2013-07-26) +-------------------------- + +* Corrects package url in setup.py + + Ver...
Bumps version number to <I>
sphinx-contrib_paverutils
train
bf9bfd61067f0bdab11624c41c8e7624dfdfb684
diff --git a/database.go b/database.go index <HASH>..<HASH> 100644 --- a/database.go +++ b/database.go @@ -216,19 +216,32 @@ func (m *Measurement) seriesByTags(tags map[string]string) *Series { } // mapValues converts a map of values with string keys to field id keys. -// Returns nil if any field doesn't exist. -fu...
Error if field's type has changed
influxdata_influxdb
train
c25963484c9e6b4a6a387cb82733fd1ff0ab2db5
diff --git a/pymc3/tests/test_parallel_sampling.py b/pymc3/tests/test_parallel_sampling.py index <HASH>..<HASH> 100644 --- a/pymc3/tests/test_parallel_sampling.py +++ b/pymc3/tests/test_parallel_sampling.py @@ -25,6 +25,8 @@ from aesara.tensor.type import TensorType import pymc3 as pm import pymc3.parallel_sampling a...
Fix failing tests in `test_parallel_sampling`
pymc-devs_pymc
train
4441092ededc262918712db6584ffe45de8bced2
diff --git a/lib/t/cli.rb b/lib/t/cli.rb index <HASH>..<HASH> 100644 --- a/lib/t/cli.rb +++ b/lib/t/cli.rb @@ -168,7 +168,7 @@ module T end desc "reply SCREEN_NAME MESSAGE", "Post your Tweet as a reply directed at another person." - method_option :location, :aliases => "-l", :type => :boolean, :default =...
Set location off by default Fixes #5.
sferik_t
train
406988cf8de3d2bd875d1d31488ba591cb481dc4
diff --git a/lib/sprout/executable/boolean.rb b/lib/sprout/executable/boolean.rb index <HASH>..<HASH> 100644 --- a/lib/sprout/executable/boolean.rb +++ b/lib/sprout/executable/boolean.rb @@ -59,7 +59,8 @@ module Sprout end def default_option_parser_declaration - [prefix, '[no-]', option_parser_na...
Updated option parser boolean parameters so that [no] option is only added to params with default value == true
lukebayes_project-sprouts
train
4ac888a051642d3d013eb8bb962a854eebeff285
diff --git a/core/lib/refinery/application_controller.rb b/core/lib/refinery/application_controller.rb index <HASH>..<HASH> 100644 --- a/core/lib/refinery/application_controller.rb +++ b/core/lib/refinery/application_controller.rb @@ -48,7 +48,7 @@ module Refinery end def home_page? - refinery.root_pat...
Reformat regexp that broke vim's syntax highlighting.
refinery_refinerycms
train
896911721edb2982d32f974aec7383a71a436efc
diff --git a/src/environ/secrets.py b/src/environ/secrets.py index <HASH>..<HASH> 100644 --- a/src/environ/secrets.py +++ b/src/environ/secrets.py @@ -33,6 +33,17 @@ from .exceptions import MissingSecretError log = logging.getLogger(__name__) +def _get_default_secret(var, default): + """ + Get default or rai...
Move default value logic to a separate function Getting the default value if the variable is not specified is implemented multiple times, so we can refactor it to a common function, which future secret reader classes can use.
hynek_environ_config
train
d00e7e85480941188cb8048104a305f62271731a
diff --git a/lib/geocoder.rb b/lib/geocoder.rb index <HASH>..<HASH> 100644 --- a/lib/geocoder.rb +++ b/lib/geocoder.rb @@ -94,18 +94,19 @@ module Geocoder # generate hash lat_attr = geocoder_options[:latitude] lon_attr = geocoder_options[:longitude] + distance = "3956 * 2 * ASIN(SQRT(" + + ...
Fix PostgreSQL bug reported by developish. Avoid using column aliases in the HAVING clause (not allowed by PostgreSQL).
alexreisner_geocoder
train
b20f4e7ac32a110b11579d5047f5e48f99b0d0d0
diff --git a/src/__tests__/reducer.spec.js b/src/__tests__/reducer.spec.js index <HASH>..<HASH> 100644 --- a/src/__tests__/reducer.spec.js +++ b/src/__tests__/reducer.spec.js @@ -1,5 +1,5 @@ import expect from 'expect'; -import reducer from '../reducer'; +import reducer, {getValues} from '../reducer'; import bindActi...
Add test for reducer getValues
erikras_redux-form
train
3a76d9f71ffb23d12a67434638ae2569838fc2ef
diff --git a/spec/lock_jar/config_spec.rb b/spec/lock_jar/config_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lock_jar/config_spec.rb +++ b/spec/lock_jar/config_spec.rb @@ -29,7 +29,6 @@ describe LockJar::Config do end context 'using home dir config' do - before do allow(Dir).to receive(:h...
rubocop is the law :oncoming_police_car:
mguymon_lock_jar
train
00bc47243e2769bd2b4638577c1be0d818de80a5
diff --git a/examples/quickhowto2/config.py b/examples/quickhowto2/config.py index <HASH>..<HASH> 100644 --- a/examples/quickhowto2/config.py +++ b/examples/quickhowto2/config.py @@ -37,8 +37,12 @@ LANGUAGES = { UPLOAD_FOLDER = basedir + '/app/static/uploads/' IMG_UPLOAD_FOLDER = basedir + '/app/static/uploads/' IMG...
ldap rework
dpgaspar_Flask-AppBuilder
train
eb64dd3ad25b06da01f33fbc6ebc936f11109c2a
diff --git a/src/test/java/com/j256/ormlite/stmt/QueryBuilderTest.java b/src/test/java/com/j256/ormlite/stmt/QueryBuilderTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/j256/ormlite/stmt/QueryBuilderTest.java +++ b/src/test/java/com/j256/ormlite/stmt/QueryBuilderTest.java @@ -1528,6 +1528,33 @@ public cla...
Added in read-only field test.
j256_ormlite-core
train
71d2ff494694d7f18310c7994daa34dce33af98b
diff --git a/utils.go b/utils.go index <HASH>..<HASH> 100644 --- a/utils.go +++ b/utils.go @@ -20,7 +20,8 @@ func CompareConfig(a, b *Config) bool { if len(a.Cmd) != len(b.Cmd) || len(a.Dns) != len(b.Dns) || len(a.Env) != len(b.Env) || - len(a.PortSpecs) != len(b.PortSpecs) { + len(a.PortSpecs) != len(b.PortS...
Hotfix: check the length of entrypoint before comparing.
containers_storage
train
1e2bc5b5da0383b904a13889c96b11fb14c93a7f
diff --git a/server/src/main/java/io/atomix/copycat/server/state/LeaderState.java b/server/src/main/java/io/atomix/copycat/server/state/LeaderState.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/io/atomix/copycat/server/state/LeaderState.java +++ b/server/src/main/java/io/atomix/copycat/server/state/Leader...
Remove assert statement when appending InitializeEntry to the log.
atomix_copycat
train
286c2cf366188460e1787b864c80831c63755886
diff --git a/src/Url.php b/src/Url.php index <HASH>..<HASH> 100644 --- a/src/Url.php +++ b/src/Url.php @@ -11,6 +11,7 @@ use Innmind\Url\{ Authority\Port, Exception\DomainException, }; +use Innmind\Immutable\Maybe; use League\Uri; /** @@ -69,6 +70,22 @@ final class Url ); } + /** + ...
add named constructor to return a Maybe instead of throwing an exception
Innmind_Url
train
2a6bd52690646bef9409f3327cfb1134ff51c1be
diff --git a/commands/pull_request.go b/commands/pull_request.go index <HASH>..<HASH> 100644 --- a/commands/pull_request.go +++ b/commands/pull_request.go @@ -158,9 +158,21 @@ func pullRequest(cmd *Command, args *Args) { var editor *github.Editor if title == "" && flagPullRequestIssue == "" { - baseBranch := fmt...
Revert to @mislav's solution to get base branch for pull request As discussed <URL>
github_hub
train
13a9a5825466d036c2f0ec033cca1701174d020c
diff --git a/charmhelpers/contrib/openstack/context.py b/charmhelpers/contrib/openstack/context.py index <HASH>..<HASH> 100644 --- a/charmhelpers/contrib/openstack/context.py +++ b/charmhelpers/contrib/openstack/context.py @@ -428,9 +428,9 @@ class HAProxyContext(OSContextGenerator): } if config('ha...
Fix use of '-' in http timeout variables in a haproxy template which causes explosions
juju_charm-helpers
train
df9ec497a6c5b2cd3cfea305c4ea30cbab964664
diff --git a/repairbox/coverage.py b/repairbox/coverage.py index <HASH>..<HASH> 100644 --- a/repairbox/coverage.py +++ b/repairbox/coverage.py @@ -69,6 +69,13 @@ class CoverageReport(object): self.__files = files + def files(self): + """ + A list of the names of the files that are included...
added CoverageReport.files
squaresLab_BugZoo
train
9ad0dd8a1fac2e03be1fe3b44eb3b198994586ad
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -3,4 +3,5 @@ import setuptools setuptools.setup( setup_requires=['pbr>=1.3', 'setuptools>=17.1'], + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', pbr=True)
Add python_requires to help pip
testing-cabal_mock
train
b2d871d8998a5b1643134e5db7bf9281cb81225a
diff --git a/src/main/java/com/ning/billing/recurly/model/Redemption.java b/src/main/java/com/ning/billing/recurly/model/Redemption.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/ning/billing/recurly/model/Redemption.java +++ b/src/main/java/com/ning/billing/recurly/model/Redemption.java @@ -43,6 +43,9 @@ pub...
Add ability to set subscription UUID when redeeming a coupon
killbilling_recurly-java-library
train
de4299205a406018caa2e247eb09136bc2391d55
diff --git a/trunk/mapreduce/src/java/com/marklogic/mapreduce/InternalUtilities.java b/trunk/mapreduce/src/java/com/marklogic/mapreduce/InternalUtilities.java index <HASH>..<HASH> 100644 --- a/trunk/mapreduce/src/java/com/marklogic/mapreduce/InternalUtilities.java +++ b/trunk/mapreduce/src/java/com/marklogic/mapreduce/...
<I>: Check against unsupported Hadoop versions.
marklogic_marklogic-contentpump
train
0e689fcf94af3a36ddab9075c7328aa7f1656cbd
diff --git a/cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/applications/_ApplicationInstanceInfo.java b/cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/applications/_ApplicationInstanceInfo.java index <HASH>..<HASH> 100644 --- a/cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/ap...
Add Missing Payload This change adds a payload element that was missing.
cloudfoundry_cf-java-client
train
68660753f35075cf9eb5b70c688a063ee1235099
diff --git a/app/src/main/java/com/mikepenz/materialdrawer/app/DrawerActivity.java b/app/src/main/java/com/mikepenz/materialdrawer/app/DrawerActivity.java index <HASH>..<HASH> 100755 --- a/app/src/main/java/com/mikepenz/materialdrawer/app/DrawerActivity.java +++ b/app/src/main/java/com/mikepenz/materialdrawer/app/Drawe...
* use better animator in sample * use unique identifier for profileSettings so the animation looks better
mikepenz_MaterialDrawer
train
97508dec45b76a3f0eb7c60ebe5d2b03fb3fa010
diff --git a/synapse/lib/socket.py b/synapse/lib/socket.py index <HASH>..<HASH> 100644 --- a/synapse/lib/socket.py +++ b/synapse/lib/socket.py @@ -270,6 +270,7 @@ class Socket(EventBus): except Exception as e: return None, None + logger.debug('Accepting connection from %r', addr) ...
Log socket.getpeername on connections.
vertexproject_synapse
train
fd6488b3d5f490af7ea5705940606edebe1c9512
diff --git a/actors/spec/instance_setup_spec.rb b/actors/spec/instance_setup_spec.rb index <HASH>..<HASH> 100644 --- a/actors/spec/instance_setup_spec.rb +++ b/actors/spec/instance_setup_spec.rb @@ -45,6 +45,9 @@ describe InstanceSetup do flexmock(RightScale::AuditorProxy).should_receive(:new).and_return(@auditor)...
Keep LoginManager from writing authorized_keys during tests.
rightscale_right_agent
train
b8e2e2c9c9113819e66abd5704acbd55698f2b3e
diff --git a/polymodels/__init__.py b/polymodels/__init__.py index <HASH>..<HASH> 100644 --- a/polymodels/__init__.py +++ b/polymodels/__init__.py @@ -1 +1 @@ -__version__ = (1, 0, 0) \ No newline at end of file +__version__ = (1, 0, 1) \ No newline at end of file
Bumped version to <I>
charettes_django-polymodels
train
cea1a984e90661390462ed22399ef5df5b01d7b4
diff --git a/config/tests/testgrids/config_test.go b/config/tests/testgrids/config_test.go index <HASH>..<HASH> 100644 --- a/config/tests/testgrids/config_test.go +++ b/config/tests/testgrids/config_test.go @@ -46,6 +46,7 @@ var ( "istio", "googleoss", "google", + "knative", // This allows both "knative" and ...
Fix testgrid prefix problem for knative
kubernetes_test-infra
train
4245b45252b34fb5d3e3651d1b11f05a80ac35b1
diff --git a/llrb_test.go b/llrb_test.go index <HASH>..<HASH> 100644 --- a/llrb_test.go +++ b/llrb_test.go @@ -135,9 +135,14 @@ func makeTree(desc string) (n *Node) { continue } if b == ')' { + if cn.Left == nil && cn.Right == nil { + return nil, i + } continue } - cn.Elem = compRune(b...
Make describeTree nil-safe What is the Newick for an empty tree: `();' or `;'? I think the former.
biogo_store
train
53cefb03f1bf91a06bd7f138508cca8a38a3929b
diff --git a/borax/htmls.py b/borax/htmls.py index <HASH>..<HASH> 100644 --- a/borax/htmls.py +++ b/borax/htmls.py @@ -51,4 +51,4 @@ def html_tag(tag_name, content=None, **kwargs): if content: return HTMLString('<{0} {1}>{2}</{0}>'.format(tag_name, html_params(**kwargs), content)) else: - retu...
:rotating_light: Remove ending slash for self-closed tag for borax.html.html_tag
kinegratii_borax
train
749ca07380d1b5e8858c9fa36c6bbbf8b6855a21
diff --git a/test/src/test/java/hudson/cli/CLITest.java b/test/src/test/java/hudson/cli/CLITest.java index <HASH>..<HASH> 100644 --- a/test/src/test/java/hudson/cli/CLITest.java +++ b/test/src/test/java/hudson/cli/CLITest.java @@ -167,6 +167,9 @@ public class CLITest { args.addAll(Arrays.asList("build", "-s", ...
Do not timeout the test when cli invocation fails
jenkinsci_jenkins
train
47edbfe8fc6a012305f21d340c5f43c34f833b5e
diff --git a/core/manifest/ConfigStaticManifest.php b/core/manifest/ConfigStaticManifest.php index <HASH>..<HASH> 100644 --- a/core/manifest/ConfigStaticManifest.php +++ b/core/manifest/ConfigStaticManifest.php @@ -80,7 +80,7 @@ class SS_ConfigStaticManifest { if ($static['access'] != T_PRIVATE) { Deprecation:...
FIX ConfigStaticManifest persisting access level after parsing a static
silverstripe_silverstripe-framework
train
1fb7b68c51bd5435d4a4c3ce164d24d69f00ccde
diff --git a/py2/cherrypy/lib/reprconf.py b/py2/cherrypy/lib/reprconf.py index <HASH>..<HASH> 100644 --- a/py2/cherrypy/lib/reprconf.py +++ b/py2/cherrypy/lib/reprconf.py @@ -437,7 +437,7 @@ def unrepr(s): """Return a Python object compiled from a string.""" if not s: return s - if sys.version_inf...
Even more sync for py2 ;)
cherrypy_cheroot
train
7a2a1741ee3e6cfd552d261738aabbe9d1cbc705
diff --git a/tests/middleware/test_logging.py b/tests/middleware/test_logging.py index <HASH>..<HASH> 100644 --- a/tests/middleware/test_logging.py +++ b/tests/middleware/test_logging.py @@ -7,6 +7,15 @@ import websockets from tests.utils import run_server from uvicorn import Config +from uvicorn.protocols.http.h11...
Fix skipping tests requiring httptools (#<I>) The test suite currently skips some tests when httptools are missing. However, there are more tests requiring it and they currently fail if that is the case. Cover them with necessary skips as well.
encode_uvicorn
train
fc87d871e007d306e86c12d11f410c97006cf769
diff --git a/lib/cucumber/ast/feature.rb b/lib/cucumber/ast/feature.rb index <HASH>..<HASH> 100644 --- a/lib/cucumber/ast/feature.rb +++ b/lib/cucumber/ast/feature.rb @@ -29,13 +29,22 @@ module Cucumber init visitor.visit_comment(@comment) unless @comment.empty? visitor.visit_tags(@tags) - ...
Tweak indentation of name
cucumber_cucumber-ruby
train
004ab10fc79401cf3d3cf21f0e29ba45e6135150
diff --git a/lib/graphql/client/http.rb b/lib/graphql/client/http.rb index <HASH>..<HASH> 100644 --- a/lib/graphql/client/http.rb +++ b/lib/graphql/client/http.rb @@ -71,7 +71,12 @@ module GraphQL request.body = JSON.generate(body) response = http.request(request) - JSON.parse(response.body) ...
Handle non-<I> responses
github_graphql-client
train
f54b5d4224d4f0596748cef54dcb92a6f6f026b3
diff --git a/bokeh/io.py b/bokeh/io.py index <HASH>..<HASH> 100644 --- a/bokeh/io.py +++ b/bokeh/io.py @@ -626,6 +626,7 @@ def _get_screenshot_as_png(obj, driver): web_driver = driver web_driver.get("file:///" + html_path) + web_driver.maximize_window() ## resize for PhantomJS compat web_...
Maximize window for png screenshot to capture whole output (#<I>)
bokeh_bokeh
train
3b35818fc6e34f5684819010249eb362dd465394
diff --git a/great_expectations/render/renderer/site_builder.py b/great_expectations/render/renderer/site_builder.py index <HASH>..<HASH> 100644 --- a/great_expectations/render/renderer/site_builder.py +++ b/great_expectations/render/renderer/site_builder.py @@ -185,6 +185,9 @@ class SiteBuilder(object): s...
Add ability to exclude site section - if site section config is None or other falsey value
great-expectations_great_expectations
train
fff0f8ade7318406df8d10fbc13b426e7e97809b
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name='jawa', packages=find_packages(), - version='2.1.0', + version='3.0.0', description='Doing fun stuff with JVM ClassFiles.', long_d...
Update setup.py for version and deps.
TkTech_Jawa
train
5bec41efd8759bcc52000dd7d421c481b9509ccd
diff --git a/src/dropbox.js b/src/dropbox.js index <HASH>..<HASH> 100644 --- a/src/dropbox.js +++ b/src/dropbox.js @@ -14,26 +14,26 @@ * initialize and replace remoteStorage.remote with remoteStorage.dropbox. * * In order to ensure compatibility with the public folder, <BaseClient.getItemURL> - * gets hij...
Fix Dropbox docs (refs #<I>) * Change wording from "API key" to "app key" * Use correct spelling in all places (it's not CamelCase)
remotestorage_remotestorage.js
train
08fb5f1c5f9e5435c87a76b86edd78269ec71d8a
diff --git a/resolwe/flow/managers/workload_connectors/kubernetes.py b/resolwe/flow/managers/workload_connectors/kubernetes.py index <HASH>..<HASH> 100644 --- a/resolwe/flow/managers/workload_connectors/kubernetes.py +++ b/resolwe/flow/managers/workload_connectors/kubernetes.py @@ -118,6 +118,58 @@ class Connector(Base...
Create configmap from tools and mount it inside processing container
genialis_resolwe
train
dac1467b23bbcb4399075b14d4882b8bc3f58abe
diff --git a/lib/capybara/node/actions.rb b/lib/capybara/node/actions.rb index <HASH>..<HASH> 100644 --- a/lib/capybara/node/actions.rb +++ b/lib/capybara/node/actions.rb @@ -230,7 +230,7 @@ module Capybara # @option options [String] id Match fields that match the id attribute # @option option...
Change :style option for attach_file to :make_visible
teamcapybara_capybara
train
0b788de07249fd2bb8c712d75dd1d82e9eeb2e65
diff --git a/src/adapters/pouch.idb.js b/src/adapters/pouch.idb.js index <HASH>..<HASH> 100644 --- a/src/adapters/pouch.idb.js +++ b/src/adapters/pouch.idb.js @@ -214,7 +214,7 @@ var IdbPouch = function(opts, callback) { return; } var metadata = result.metadata; - var rev = winningRe...
winning rev is now Pouch.merge.winningRev
pouchdb_pouchdb
train
9c62ec842aacae93c3ae7374a9ba82c091f82d52
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name="OLCTools", - version="0.5.3", + version="0.5.4", packages=find_packages(), include_package_data=True, author="Andrew Low", diff...
Added MOB-recon, and modified resfinder outputs
lowandrew_OLCTools
train
6102bfbbb169dca1e25ded4d6dba8a8f56868e50
diff --git a/src/OkulBilisim/OjsImportBundle/Entity/PendingStatisticImportRepository.php b/src/OkulBilisim/OjsImportBundle/Entity/PendingStatisticImportRepository.php index <HASH>..<HASH> 100644 --- a/src/OkulBilisim/OjsImportBundle/Entity/PendingStatisticImportRepository.php +++ b/src/OkulBilisim/OjsImportBundle/Entit...
Remove unused imports and don't use unnecessary fully qualified names
academic_VipaImportBundle
train
b69027b6860c7bdc3c8f2e701634004e8c00f55d
diff --git a/lib/classes/Utils.js b/lib/classes/Utils.js index <HASH>..<HASH> 100644 --- a/lib/classes/Utils.js +++ b/lib/classes/Utils.js @@ -249,7 +249,7 @@ class Utils { }, }; - fetch('https://api.segment.io/v1/track', { + return fetch('https://api.segment.io/v1/track', { headers: { ...
Add tests for tracking functionality which check the existence of the trackingId
serverless_serverless
train
952871f0eab3d6a9ef2cdac96916def177246644
diff --git a/pyprel.py b/pyprel.py index <HASH>..<HASH> 100644 --- a/pyprel.py +++ b/pyprel.py @@ -39,7 +39,7 @@ #from __future__ import division name = "pyprel" -version = "2016-07-12T1553Z" +version = "2017-01-16T1611Z" import shijian import subprocess diff --git a/setup.py b/setup.py index <HASH>..<HASH> ...
change e-mail, add file existence check to setup.py, add long_description function to setup.py
wdbm_pyprel
train
07731611462a845516186452b202597f9f0b54c8
diff --git a/doc/sphinxext/ipython_directive.py b/doc/sphinxext/ipython_directive.py index <HASH>..<HASH> 100644 --- a/doc/sphinxext/ipython_directive.py +++ b/doc/sphinxext/ipython_directive.py @@ -344,7 +344,11 @@ class EmbeddedSphinxShell(object): splitter.push(line) more = splitter.push_ac...
BLD/DOC: fix ipython_directive to workaround ipython/<I>
pandas-dev_pandas
train
2155b46915a4df821405d26f576d9fae9fa5178e
diff --git a/cli/command/container/stop.go b/cli/command/container/stop.go index <HASH>..<HASH> 100644 --- a/cli/command/container/stop.go +++ b/cli/command/container/stop.go @@ -39,11 +39,15 @@ func NewStopCommand(dockerCli *command.DockerCli) *cobra.Command { func runStop(dockerCli *command.DockerCli, opts *stopOp...
Enhancement: allow parallel stop Stop multiple containers in parallel to speed up stop process, allow maximum <I> parallel stops.
moby_moby
train
ea0005add45af3be575676cfc9261701eb2cb611
diff --git a/src/Notification/Notification.php b/src/Notification/Notification.php index <HASH>..<HASH> 100644 --- a/src/Notification/Notification.php +++ b/src/Notification/Notification.php @@ -35,10 +35,11 @@ class Notification * * @param $message * @param null $format + * @return NotificationBa...
Added return statement for adding messages, now able to chain methods without using Notification::container()
edvinaskrucas_notification
train
8b2e2d032e9c68a683095a071d9c807560af7d2b
diff --git a/Specification/TextSearchQuery.php b/Specification/TextSearchQuery.php index <HASH>..<HASH> 100644 --- a/Specification/TextSearchQuery.php +++ b/Specification/TextSearchQuery.php @@ -6,9 +6,6 @@ use Happyr\DoctrineSpecification\Filter\Filter; class TextSearchQuery extends TextSearchSpecification implemen...
Removed text search configuration setup from TextSearchQuery
vaniocz_vanio-domain-bundle
train
f2642a70db1202e35c85f464956e347201b06362
diff --git a/htlcswitch/link.go b/htlcswitch/link.go index <HASH>..<HASH> 100644 --- a/htlcswitch/link.go +++ b/htlcswitch/link.go @@ -120,6 +120,11 @@ type ChannelLinkConfig struct { // in thread-safe manner. Registry InvoiceDatabase + // PreimageCache is a global witness baacon that houses any new + // preimges...
htlcswitch: once we discover a pre-image, add it to the witness cache In this commit, we add some additional logic to the case when we receive a pre-image from an upstream peer. We’ll immediately add it to the witness cache, as an incoming HTLC might be waiting on-chain to fully resolve the HTLC with knowledge of the ...
lightningnetwork_lnd
train
fe5b0f158ebe0b721d39e72bb282216cbff5aca7
diff --git a/lib/stealth/server.rb b/lib/stealth/server.rb index <HASH>..<HASH> 100644 --- a/lib/stealth/server.rb +++ b/lib/stealth/server.rb @@ -41,7 +41,7 @@ module Stealth dispatcher = Stealth::Dispatcher.new( service: params[:service], params: params, - headers: request.env + ...
Drop infrastructure specific headers These are fairly large and unneccessary at the service level.
hellostealth_stealth
train
0c61265f93d7f3fb0bcd68887dd9fdf33f8a2b5b
diff --git a/core/lib/comable/deprecator.rb b/core/lib/comable/deprecator.rb index <HASH>..<HASH> 100644 --- a/core/lib/comable/deprecator.rb +++ b/core/lib/comable/deprecator.rb @@ -1,7 +1,26 @@ -module Comable - class Deprecator < ActiveSupport::Deprecation - def initialize(deprecation_horizon = '0.4.0', gem_name...
Rails <I>: Fix tests to work
appirits_comable
train
677a4654786c29f49bf2964142d4e458e278e25a
diff --git a/test/integration/test-pool.js b/test/integration/test-pool.js index <HASH>..<HASH> 100644 --- a/test/integration/test-pool.js +++ b/test/integration/test-pool.js @@ -253,7 +253,7 @@ describe('Pool', () => { }); }); - it('create pool', function (done) { + it('create pool', async function () { ...
[misc] pool test rewrite as promise
MariaDB_mariadb-connector-nodejs
train
1d0a79962c86d7441e51f244ca1b259bcaff2a34
diff --git a/index.php b/index.php index <HASH>..<HASH> 100644 --- a/index.php +++ b/index.php @@ -190,7 +190,7 @@ respond( function( $request, $response, $app, $matches ) { dispatch( substr( $_SERVER['REQUEST_URI'], - ( strlen( $config['app-meta']['base_url'] ) - 1 ) // Remove the starting slash + strlen( rtri...
More efficient and more compatibile way of dispatching the PATH INFO to klein
Rican7_Paulus
train
a7de635e5091ff6a0f8141e22d05827117475938
diff --git a/cptv/bitstream.py b/cptv/bitstream.py index <HASH>..<HASH> 100644 --- a/cptv/bitstream.py +++ b/cptv/bitstream.py @@ -39,6 +39,9 @@ class BitStream: def uint64(self): return struct.unpack("<Q", self.bytes(8))[0] + + def int32(self): + return struct.unpack("<l", self.bytes(...
Fixed overflow reading first value of a frame.
TheCacophonyProject_python-cptv
train
82c21a2c28eeb0b7b99efd0b9db8bd191a96f880
diff --git a/vext/__init__.py b/vext/__init__.py index <HASH>..<HASH> 100644 --- a/vext/__init__.py +++ b/vext/__init__.py @@ -289,11 +289,13 @@ def open_spec(f): keys = ['modules', 'pths', 'test_import'] data = yaml.load(f) parsed = dict() + ## pattern = re.compile("^\s+|\s*,\s*|\s+$") for k in ...
Some work on 'check' option to test imports
stuaxo_vext
train
1718963c7b06a4bc97bff104b6f6fa12a62afe56
diff --git a/salt/utils/cloud.py b/salt/utils/cloud.py index <HASH>..<HASH> 100644 --- a/salt/utils/cloud.py +++ b/salt/utils/cloud.py @@ -1197,6 +1197,13 @@ def deploy_script(host, if remote_dir not in remote_dirs: root_cmd('mkdir -p \'{0}\''.format(remote_dir), tty, sudo, **ssh...
file_map: chmod created directories if not root
saltstack_salt
train
af0071403cb348c3dd5c253457078806303efec4
diff --git a/docker/api/service.py b/docker/api/service.py index <HASH>..<HASH> 100644 --- a/docker/api/service.py +++ b/docker/api/service.py @@ -136,12 +136,14 @@ class ServiceApiMixin(object): @utils.minimum_version('1.24') @utils.check_resource('service') - def inspect_service(self, service): + de...
Add support for insert_defaults in inspect_service
docker_docker-py
train
6579cd8e9e4b104950655f2502222450cc542d0b
diff --git a/test/e2e/scheduling/ubernetes_lite.go b/test/e2e/scheduling/ubernetes_lite.go index <HASH>..<HASH> 100644 --- a/test/e2e/scheduling/ubernetes_lite.go +++ b/test/e2e/scheduling/ubernetes_lite.go @@ -20,6 +20,7 @@ import ( "context" "fmt" "math" + "time" "github.com/onsi/ginkgo" "github.com/onsi/...
Balance nodes in scheduling e2e This adds a call to createBalancedPods during the ubernetes_lite scheduling e2es, which are prone to improper score balancing due to unbalanced utilization.
kubernetes_kubernetes
train
bd75a41f9b813850f748e928a7f528abb38a9dcb
diff --git a/code/cms/DMSGridFieldDeleteAction.php b/code/cms/DMSGridFieldDeleteAction.php index <HASH>..<HASH> 100644 --- a/code/cms/DMSGridFieldDeleteAction.php +++ b/code/cms/DMSGridFieldDeleteAction.php @@ -47,7 +47,7 @@ class DMSGridFieldDeleteAction extends GridFieldDeleteAction implements GridFiel //set a c...
ENHANCEMENT: warning when deleting a document that is referenced on other pages
silverstripe_silverstripe-dms
train
661b6e7692f6fb28dff7eb5bc853076b6014b38b
diff --git a/Manager/ApiManager.php b/Manager/ApiManager.php index <HASH>..<HASH> 100644 --- a/Manager/ApiManager.php +++ b/Manager/ApiManager.php @@ -25,25 +25,34 @@ class ApiManager private $questionRepo; private $interactionQcmRepo; private $handlerCollector; + private $exerciseManager; /** ...
[ExoBundle] Set question order
claroline_Distribution
train
6cbc7a2e0614892c1585bba5d506dcacd0ffcc62
diff --git a/src/ReactServer/DataTypes/VarInt.php b/src/ReactServer/DataTypes/VarInt.php index <HASH>..<HASH> 100644 --- a/src/ReactServer/DataTypes/VarInt.php +++ b/src/ReactServer/DataTypes/VarInt.php @@ -6,28 +6,11 @@ use PublicUHC\MinecraftAuth\ReactServer\InvalidDataException; class VarInt extends DataType { ...
no need to deal with connection resources any more
Eluinhost_minecraft-auth
train
f064b7987d99ccd966eb6277f1966e3f4829422c
diff --git a/components/table/row.js b/components/table/row.js index <HASH>..<HASH> 100644 --- a/components/table/row.js +++ b/components/table/row.js @@ -210,6 +210,7 @@ export default class Row extends PureComponent { tabIndex="0" onMouseMove={this.onMouseEnter} onClick={this.onClick} + ...
Add dbl click handler for whole row [publish]
JetBrains_ring-ui
train
c4bef38929c8fc70e30ac7768da2ac8a89eaf000
diff --git a/api/services/model.js b/api/services/model.js index <HASH>..<HASH> 100644 --- a/api/services/model.js +++ b/api/services/model.js @@ -707,7 +707,9 @@ module.exports = function() { newProp = this[property]; } else { newProp = this.$properties[property]; - ...
fixing odem initialization * support waiting for adapter optionally exposing promise for being prepared * always waiting for model definitions defined (to capture issues there)
hitchyjs_odem
train
fc76d439995fbd67634513acdee254d5bfecc14e
diff --git a/libkbfs/folder_branch_ops.go b/libkbfs/folder_branch_ops.go index <HASH>..<HASH> 100644 --- a/libkbfs/folder_branch_ops.go +++ b/libkbfs/folder_branch_ops.go @@ -3211,6 +3211,14 @@ func (fbo *folderBranchOps) maybeWaitOnDeferredWritesLocked( c := fbo.deferredBlockingChan doLock = true fbo.blockLoc...
folder_branch_ops: force a sync when write is blocked Issue: KBFS-<I>
keybase_client
train
f92b7a562103ba8a99543a2a04c59d978fc4aa4d
diff --git a/cmd/web-handlers.go b/cmd/web-handlers.go index <HASH>..<HASH> 100644 --- a/cmd/web-handlers.go +++ b/cmd/web-handlers.go @@ -2177,6 +2177,7 @@ func presignedGet(host, bucket, object string, expiry int64, creds auth.Credenti query.Set(xhttp.AmzCredential, credential) query.Set(xhttp.AmzDate, dateStr) ...
Browser: Shared link has content-disposition header (#<I>) The shared link will be automatically downloadable when the user opens the shared link in a browser.
minio_minio
train
b656cd85670e0d5187498e3e38f13b9144cf333f
diff --git a/core/src/main/java/hudson/Util.java b/core/src/main/java/hudson/Util.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/Util.java +++ b/core/src/main/java/hudson/Util.java @@ -503,9 +503,9 @@ public class Util { else if (seconds >= 10) return Messages.Util_second(seconds...
[FIXED HUDSON-<I>] Util.getTimeSpanString() got exception for times <<I> sec on locales with comma as fraction separator. Now passing time value to localizer as float instead of String. git-svn-id: <URL>
jenkinsci_jenkins
train
a092291b6345664a373187d6683a6647fd455169
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -15,7 +15,8 @@ module.exports = function(grunt) { return function(tree) { return new Promise(function(resolve) { tree.match({ tag: 'style' }, function(node) { - postcss([ r...
Added watcher for easier dev
bosonic_core-elements
train
ed61b4123fa5dab349506aa1725894ef2b087f82
diff --git a/lib/utils.js b/lib/utils.js index <HASH>..<HASH> 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -83,3 +83,12 @@ function setESModule(exports) { } exports.setESModule = setESModule; + +function toString(value) { + if (typeof value === "string") { + return value; + } + return value == null ? "" : ...
Move toString helper to lib/utils.
benjamn_reify
train
bc2db53a2171be19b83f1bda3538df5920e2a516
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -67,7 +67,9 @@ function expandAsObject(property, value, recurse) { value = list.space(value); } - for (var i = 0, j = 0, l = subs.length, jl = value.length; i < l; i++) { + for (var i = 0,...
Misc: fixup repeating values assigning according to browsers
theprotein_shortcss
train
ce2d09f7b4af6311ba465f2a4a1e7fd0b21173e4
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index <HASH>..<HASH> 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -115,6 +115,7 @@ LANG_RELEASE_MATRIX = { ('v1.38.0', ReleaseInfo()), ('v1.39.0', Rel...
add <I> to interop matrix (#<I>)
grpc_grpc
train
e287ef4388d2443aee89dbdabe797562db1d7d77
diff --git a/cmd/gb-vendor/alldocs.go b/cmd/gb-vendor/alldocs.go index <HASH>..<HASH> 100644 --- a/cmd/gb-vendor/alldocs.go +++ b/cmd/gb-vendor/alldocs.go @@ -119,7 +119,7 @@ Usage: gb vendor restore [-precaire] -Restore vendor dependecies. +Restore vendor dependencies. Flags: -precaire diff --git a/c...
Fix minor typo ("dependecies" vs "dependencies") (#<I>)
constabulary_gb
train
fbffa7840cca747b884b1429513966764fdec40a
diff --git a/src/OAuth2/Client/Provider/Google.php b/src/OAuth2/Client/Provider/Google.php index <HASH>..<HASH> 100755 --- a/src/OAuth2/Client/Provider/Google.php +++ b/src/OAuth2/Client/Provider/Google.php @@ -1,84 +1,40 @@ -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); -/** - * Google OAu...
Updated Google and Github providers
thephpleague_oauth2-google
train
4bb7ae3e79f45849a2abd2dd00db630e9a500713
diff --git a/src/main/java/mousio/etcd4j/transport/EtcdNettyClient.java b/src/main/java/mousio/etcd4j/transport/EtcdNettyClient.java index <HASH>..<HASH> 100644 --- a/src/main/java/mousio/etcd4j/transport/EtcdNettyClient.java +++ b/src/main/java/mousio/etcd4j/transport/EtcdNettyClient.java @@ -117,9 +117,18 @@ public c...
fixed redirect: new Url contains host and port!
jurmous_etcd4j
train
f285e8757bcc4284dee413df2b69e639db99ddd5
diff --git a/astroplan/core.py b/astroplan/core.py index <HASH>..<HASH> 100644 --- a/astroplan/core.py +++ b/astroplan/core.py @@ -455,8 +455,7 @@ class Observer(object): Examples -------- Create an instance of the `~astropy.coordinates.AltAz` frame for an - observer at Apache Point Ob...
Making altaz e example clearer, as per rec. by @cdeil
astropy_astroplan
train
77ab2d59e8bbe099075dd4eac68b8fd4bf530772
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -112,6 +112,7 @@ setuptools.setup( 'quantum-nec-agent = ' 'quantum.plugins.nec.agent.nec_quantum_agent:main', 'quantum-server = quantum.server:main', + 'quantum-debug = quantum...
Implements agent for Quantum Networking testing This agent client plugs itself into each network. Then tries to ping each fixed_ips. Implements blueprint test-agent Change-Id: I<I>e<I>e9e<I>ceae<I>e<I>cfcdd<I>b<I>
openstack_networking-cisco
train
f0ab0f81d3cab5d030132ea1b2c6f898a66bbcc2
diff --git a/packages/babel-standalone/test/babel.js b/packages/babel-standalone/test/babel.js index <HASH>..<HASH> 100644 --- a/packages/babel-standalone/test/babel.js +++ b/packages/babel-standalone/test/babel.js @@ -92,12 +92,9 @@ describe("babel-standalone", () => { it("handles plugins with options", () => { ...
transform-es<I>-template-literals doesn't have spec mode anymore, change test to use loose mode (#<I>)
babel_babel
train