hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
d3deba51e3453160a62d2ce075877ef364df4667
diff --git a/src/Mysql/MysqlDriver.php b/src/Mysql/MysqlDriver.php index <HASH>..<HASH> 100644 --- a/src/Mysql/MysqlDriver.php +++ b/src/Mysql/MysqlDriver.php @@ -77,7 +77,7 @@ class MysqlDriver extends PdoDriver implements UTF8MB4SupportInterface * @var string * @since __DEPLOY_VERSION__ */ - protected st...
Lower min. db requirement for MariaDB to <I>
joomla-framework_database
train
71157c5ed9880de4dc8dcf97e48dead284386d04
diff --git a/contrib/externs/youtubeplayer.js b/contrib/externs/youtubeplayer.js index <HASH>..<HASH> 100644 --- a/contrib/externs/youtubeplayer.js +++ b/contrib/externs/youtubeplayer.js @@ -159,6 +159,31 @@ YouTubePlayer.prototype.getPlayerState = function() {}; /** + * Returns the current playback rate setting o...
playbackRate api modifications - cueVideoBy/loadVideoBy reset playback rate to 1 - iframe api user gets callback when playback rate changes - playback rate set when in cued mode carries over when playVideo is called R=schechter DELTA=<I> (<I> added, 4 deleted, 2 changed) Revision created by MOE tool push_codebase....
google_closure-compiler
train
193f7d4787045bdf7f3a2c84144a6f4d11c04c1c
diff --git a/lib/neo4j/node.rb b/lib/neo4j/node.rb index <HASH>..<HASH> 100644 --- a/lib/neo4j/node.rb +++ b/lib/neo4j/node.rb @@ -1,4 +1,39 @@ module Neo4j + + + + module Property + +# Returns true if this property container has a property accessible through the given key, false otherwise. + def property?(key) + ...
Implemented [] and []= operator on Neo4j::Node
neo4jrb_neo4j
train
30e5b573281078a8388ef3037a51bff61d1a8635
diff --git a/bugzilla/_cli.py b/bugzilla/_cli.py index <HASH>..<HASH> 100755 --- a/bugzilla/_cli.py +++ b/bugzilla/_cli.py @@ -272,8 +272,8 @@ def _parser_add_bz_fields(rootp, command): " --field cf_my_field=VALUE") # Used by unit tests, not for end user consumption - p.add_argument('--test-return-r...
cli: s/--test-return-result/--__test-return-result/g Makes it harder to potentially conflict
python-bugzilla_python-bugzilla
train
73867b3c02a4af2c9e493817d4b2cb7159ed55d9
diff --git a/_Check_Versions.py b/_Check_Versions.py index <HASH>..<HASH> 100644 --- a/_Check_Versions.py +++ b/_Check_Versions.py @@ -2,47 +2,21 @@ ## SECTION: Imports # ##==============================================================# -import os.path as op -import qprom...
Updated version check script to use new release of Verace.
jeffrimko_Qprompt
train
426abe2bc2b894d792a5d4de5594117fd4f705ca
diff --git a/lib/fastlane_core/cert_checker.rb b/lib/fastlane_core/cert_checker.rb index <HASH>..<HASH> 100644 --- a/lib/fastlane_core/cert_checker.rb +++ b/lib/fastlane_core/cert_checker.rb @@ -45,11 +45,12 @@ module FastlaneCore end def self.install_wwdr_certificate - Dir.chdir('/tmp') - url = '...
Do not modify permanently the current dir when installing the wwdr certificate
fastlane_fastlane
train
ce5217763848fa172f87ded595d77af872e0d125
diff --git a/pytorch_pretrained_bert/__init__.py b/pytorch_pretrained_bert/__init__.py index <HASH>..<HASH> 100644 --- a/pytorch_pretrained_bert/__init__.py +++ b/pytorch_pretrained_bert/__init__.py @@ -1,3 +1,4 @@ +__version__ = 0.4.0 from .tokenization import BertTokenizer, BasicTokenizer, WordpieceTokenizer from ....
added version in __init__.py
huggingface_pytorch-pretrained-BERT
train
7124d00e1886760744c82b18f8b43e8a9b35e3d9
diff --git a/lib/python/vdm/server/voltdbserver.py b/lib/python/vdm/server/voltdbserver.py index <HASH>..<HASH> 100644 --- a/lib/python/vdm/server/voltdbserver.py +++ b/lib/python/vdm/server/voltdbserver.py @@ -264,7 +264,7 @@ class VoltDatabase: verb = 'rejoin' if verb == 'create': - ...
VDM-<I>: case changed to solve unsatisfied condition
VoltDB_voltdb
train
4bc6a45273114c0cd76c87e7d22eb17a89cfd34b
diff --git a/src/main/resources/META-INF/resources/primefaces/clock/clock.js b/src/main/resources/META-INF/resources/primefaces/clock/clock.js index <HASH>..<HASH> 100644 --- a/src/main/resources/META-INF/resources/primefaces/clock/clock.js +++ b/src/main/resources/META-INF/resources/primefaces/clock/clock.js @@ -335,7...
Fix #<I> Clock synchronization issue.
primefaces_primefaces
train
a6a8e63bc7af1a7499715d1d8f72aec1a4e52b25
diff --git a/test/instrument/PolySynth.js b/test/instrument/PolySynth.js index <HASH>..<HASH> 100644 --- a/test/instrument/PolySynth.js +++ b/test/instrument/PolySynth.js @@ -69,6 +69,16 @@ function (PolySynth, Basic, InstrumentTests, OutputAudioStereo, Instrument, Test polySynth.dispose(); }); + it ("can ...
testing passing in values to PolySynth
Tonejs_Tone.js
train
08e05d4a49c1ba1327e3e6821eba1f0c93361ab2
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,11 @@ +* Add `Time.rfc3339` parsing method + + The `Time.xmlschema` and consequently its alias `iso8601` accepts timestamps + without a of...
Add `Time.rfc<I>` parsing method The `Time.xmlschema` and consequently its alias `iso<I>` accepts timestamps without a offset in contravention of the RFC <I> standard. This method enforces that constraint and raises an `ArgumentError` if it doesn't.
rails_rails
train
c805c4e2d478da37ca6c2a514aaa0c7c2a1b200e
diff --git a/src/python/grpcio/grpc/_auth.py b/src/python/grpcio/grpc/_auth.py index <HASH>..<HASH> 100644 --- a/src/python/grpcio/grpc/_auth.py +++ b/src/python/grpcio/grpc/_auth.py @@ -30,7 +30,7 @@ class GoogleCallCredentials(grpc.AuthMetadataPlugin): self._credentials = credentials # Hack to deter...
Replace deprecated Python “inspect.getargspec” (#<I>) This has been deprecated since Python <I> and is removed in Python <I>. We can use “inspect.getfullargspec” instead. Fixes #<I>.
grpc_grpc
train
1798ff6374950bcc1e44d35be64febfe1cf60d0d
diff --git a/__init__.py b/__init__.py index <HASH>..<HASH> 100644 --- a/__init__.py +++ b/__init__.py @@ -56,6 +56,12 @@ def as_quat_array(a): The input array must have a final dimension whose size is divisible by four (or better yet *is* 4). + We will not convert back from a spinor array because there ...
Explain our refusal to reshape spinor arrays as quaternions [skip ci]
moble_quaternion
train
c02ad50519b40e0097bff5cf70a8d732765440ae
diff --git a/pester.go b/pester.go index <HASH>..<HASH> 100644 --- a/pester.go +++ b/pester.go @@ -335,8 +335,13 @@ func (c *Client) pester(p params) (*http.Response, error) { resp.Body.Close() } + select { // prevent a 0 from causing the tick to block, pass additional microsecond - <-time.After...
Listen for context cancellation during backoff period (#<I>) awesome!
sethgrid_pester
train
f7ac6ba4275c51abf430053ad81fe5944317428b
diff --git a/openpnm/network/Cubic.py b/openpnm/network/Cubic.py index <HASH>..<HASH> 100644 --- a/openpnm/network/Cubic.py +++ b/openpnm/network/Cubic.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ =============================================================================== Cubic: Generate lattice-like networks...
Refactor (minor) _get_spacing and its unit test
PMEAL_OpenPNM
train
30b62e9693b605281bac32bb8366a8816835fb0f
diff --git a/ipywidgets/static/widgets/js/widget_link.js b/ipywidgets/static/widgets/js/widget_link.js index <HASH>..<HASH> 100644 --- a/ipywidgets/static/widgets/js/widget_link.js +++ b/ipywidgets/static/widgets/js/widget_link.js @@ -41,6 +41,10 @@ define([ }, this); this.updating = fa...
fix serialization of javascript link
jupyter-widgets_ipywidgets
train
ac64999e3bf2db17de645ea33fee049a736d7515
diff --git a/openquake/calculators/base.py b/openquake/calculators/base.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/base.py +++ b/openquake/calculators/base.py @@ -306,6 +306,13 @@ class BaseCalculator(with_metaclass(abc.ABCMeta)): Collect the realizations and set the attributes nbytes ...
Added a warning on eff_ruptures=-1 [skip hazardlib][demos]
gem_oq-engine
train
51f42c714f8d9512b97b5377311bdc9e14b77483
diff --git a/src/Propel/Runtime/Connection/StatementPdo.php b/src/Propel/Runtime/Connection/StatementPdo.php index <HASH>..<HASH> 100644 --- a/src/Propel/Runtime/Connection/StatementPdo.php +++ b/src/Propel/Runtime/Connection/StatementPdo.php @@ -17,7 +17,7 @@ use Propel\Runtime\Connection\StatementInterface; */ cla...
Finally the constructor HAS TO be protected, otherwise tests dont pass anymore
propelorm_Propel2
train
729e90e925cf43c745e83456ac06456f36018e3d
diff --git a/src/main/java/rx/internal/schedulers/EventLoopsScheduler.java b/src/main/java/rx/internal/schedulers/EventLoopsScheduler.java index <HASH>..<HASH> 100644 --- a/src/main/java/rx/internal/schedulers/EventLoopsScheduler.java +++ b/src/main/java/rx/internal/schedulers/EventLoopsScheduler.java @@ -117,10 +117,7...
Fix the performance degradation due to different schedule execution and SubscriptionList.add() and thread unparking.
ReactiveX_RxJava
train
fdb392bf0c6600e1fd33d33d23060ab322f4eeda
diff --git a/ddsc/cmdparser.py b/ddsc/cmdparser.py index <HASH>..<HASH> 100644 --- a/ddsc/cmdparser.py +++ b/ddsc/cmdparser.py @@ -160,6 +160,21 @@ def _add_auth_role_arg(arg_parser, default_permissions): default=default_permissions) +def _add_project_filter_auth_role_arg(arg_parser): +...
Adds --auth-role to list command Adds --auth-role <auth-role> argument to the `list` command. This option is mutually exclusive with the -p <project_name> argument.
Duke-GCB_DukeDSClient
train
35292a50cf7eb28ec2c7895772fcf530e8eb652a
diff --git a/stdlib/test/unit.rb b/stdlib/test/unit.rb index <HASH>..<HASH> 100644 --- a/stdlib/test/unit.rb +++ b/stdlib/test/unit.rb @@ -5,6 +5,19 @@ module Test module Unit class TestCase < Minitest::Test alias assert_raise assert_raises + + def assert_nothing_raised(*) + yield + end ...
Backport assertion in test-unit/minitest adapter
opal_opal
train
9373463309ab80326ad8d006fcfe40c36ce5de13
diff --git a/intranet/apps/eighth/serializers.py b/intranet/apps/eighth/serializers.py index <HASH>..<HASH> 100644 --- a/intranet/apps/eighth/serializers.py +++ b/intranet/apps/eighth/serializers.py @@ -282,7 +282,7 @@ class EighthBlockDetailSerializer(serializers.Serializer): roomings = EighthActivity.rooms.t...
perf(eighth): don't query unneeded EighthScheduledActivity information
tjcsl_ion
train
494f97b688a07dad71a6e6574c6f21d3715936ed
diff --git a/coalaip/coalaip.py b/coalaip/coalaip.py index <HASH>..<HASH> 100644 --- a/coalaip/coalaip.py +++ b/coalaip/coalaip.py @@ -66,7 +66,9 @@ class CoalaIp: # TODO: could probably have a 'safe' check to make sure the entities are actually created def register_manifestation(self, manifestation_data, *...
Work creation optional on Manifestation creation
COALAIP_pycoalaip
train
9ec7e830d2c28aa03b39f861b9ad87cf74c0ff1f
diff --git a/openid/server/server.py b/openid/server/server.py index <HASH>..<HASH> 100644 --- a/openid/server/server.py +++ b/openid/server/server.py @@ -105,7 +105,8 @@ from openid.dh import DiffieHellman from openid.store.nonce import mkNonce from openid.server.trustroot import TrustRoot from openid.association i...
[project @ Fix #<I>: Server does not accept OpenID1 checkid_* without identity, and requires identity to be present in response]
necaris_python3-openid
train
f7820c4abd7eeac78e6315a53f4cce3b0495c220
diff --git a/src/extension.js b/src/extension.js index <HASH>..<HASH> 100644 --- a/src/extension.js +++ b/src/extension.js @@ -5,7 +5,14 @@ function positionFactory (positionObj) { return new vscode.Position(positionObj._line, positionObj._character) } -function rangeFactory (selection) { +function rangeFactory (...
Change current line if nothing is selected
ansumanshah_css-in-js
train
c1fb5d3e3406ebea49b655e5e64891ab688a518f
diff --git a/src/jquery.documentsize.js b/src/jquery.documentsize.js index <HASH>..<HASH> 100644 --- a/src/jquery.documentsize.js +++ b/src/jquery.documentsize.js @@ -117,7 +117,7 @@ var iframe = document.createElement( "iframe" ), body = document.body; - iframe.style.cssText = "position:...
Guarded against inherited display styles for the test iframe
hashchange_jquery.documentsize
train
b3c892924bea670db2714f73e1b474b67b257086
diff --git a/args4j/src/org/kohsuke/args4j/spi/Parameters.java b/args4j/src/org/kohsuke/args4j/spi/Parameters.java index <HASH>..<HASH> 100644 --- a/args4j/src/org/kohsuke/args4j/spi/Parameters.java +++ b/args4j/src/org/kohsuke/args4j/spi/Parameters.java @@ -16,9 +16,9 @@ public interface Parameters { * * ...
<samp> vs <code> again. Javadoc is picky for this.
kohsuke_args4j
train
93d09a2723df8ea45be5ba98bbe9e1f38cf452b3
diff --git a/src/s2repoze/plugins/sp.py b/src/s2repoze/plugins/sp.py index <HASH>..<HASH> 100644 --- a/src/s2repoze/plugins/sp.py +++ b/src/s2repoze/plugins/sp.py @@ -161,11 +161,15 @@ class SAML2Plugin(FormPluginBase): post_env = environ.copy() post_env['QUERY_STRING'] = '' - if envi...
Some webservices don't set CONTENT_LENGTH if zero
IdentityPython_pysaml2
train
a6d7c466e2284ba2e63a9600edf458025c8e48f3
diff --git a/src/crypto/public_key/elliptic/eddsa.js b/src/crypto/public_key/elliptic/eddsa.js index <HASH>..<HASH> 100644 --- a/src/crypto/public_key/elliptic/eddsa.js +++ b/src/crypto/public_key/elliptic/eddsa.js @@ -32,17 +32,18 @@ nacl.hash = bytes => new Uint8Array(sha512().update(bytes).digest()); /** * Sign...
Use serialized EdDSA public key when signing instead of deriving it
openpgpjs_openpgpjs
train
a9032b52b86d9d8a2b89ebbf47a50bc233565f3f
diff --git a/cmd/storage-rest-client.go b/cmd/storage-rest-client.go index <HASH>..<HASH> 100644 --- a/cmd/storage-rest-client.go +++ b/cmd/storage-rest-client.go @@ -25,7 +25,6 @@ import ( "net/url" "path" "strconv" - "time" "encoding/gob" "encoding/hex" @@ -38,10 +37,6 @@ import ( xnet "github.com/minio...
Change storageRESTTimeout to 1minute (#<I>)
minio_minio
train
fba1d8deb32ab65e9c3f2d9b39e242bec734cde9
diff --git a/presto-hive/src/test/java/com/facebook/presto/hive/TestHivePushdownFilterQueries.java b/presto-hive/src/test/java/com/facebook/presto/hive/TestHivePushdownFilterQueries.java index <HASH>..<HASH> 100644 --- a/presto-hive/src/test/java/com/facebook/presto/hive/TestHivePushdownFilterQueries.java +++ b/presto-...
Fix selective readers for arrays of maps
prestodb_presto
train
ceefc403d359efbdc4fe967c8164d150b4a86519
diff --git a/test/OfferCommandHandlerTestTrait.php b/test/OfferCommandHandlerTestTrait.php index <HASH>..<HASH> 100644 --- a/test/OfferCommandHandlerTestTrait.php +++ b/test/OfferCommandHandlerTestTrait.php @@ -160,7 +160,6 @@ trait OfferCommandHandlerTestTrait ] ) ->when( - ...
III-<I>: Fix coding standard violation
cultuurnet_udb3-php
train
0eadfcdea711a5255392704dcd863477ca7c46f0
diff --git a/gffutils/test/test.py b/gffutils/test/test.py index <HASH>..<HASH> 100644 --- a/gffutils/test/test.py +++ b/gffutils/test/test.py @@ -1,4 +1,5 @@ import warnings +from textwrap import dedent from . import expected from gffutils import example_filename, create, parser, feature import gffutils @@ -1153,1...
improve test to look at more than `checklines` features
daler_gffutils
train
be05c9d7ef5d755268bfed5d6d5bf0b77a1cb737
diff --git a/modules/ve2/ce/nodes/ve.ce.ImageNode.js b/modules/ve2/ce/nodes/ve.ce.ImageNode.js index <HASH>..<HASH> 100644 --- a/modules/ve2/ce/nodes/ve.ce.ImageNode.js +++ b/modules/ve2/ce/nodes/ve.ce.ImageNode.js @@ -51,6 +51,7 @@ ve.ce.ImageNode.rules = { * @method */ ve.ce.ImageNode.prototype.onUpdate = functi...
Add a TODO to the image code about width&height Change-Id: I<I>c<I>a<I>e4a4af2dbcd<I>cb<I>c
wikimedia_parsoid
train
eedbb1ee9a2164cd58e9fd305bc719a4c643f1a2
diff --git a/p2p/discover/udp.go b/p2p/discover/udp.go index <HASH>..<HASH> 100644 --- a/p2p/discover/udp.go +++ b/p2p/discover/udp.go @@ -413,7 +413,7 @@ func decodePacket(buf []byte) (packet, NodeID, []byte, error) { default: return nil, fromID, hash, fmt.Errorf("unknown type: %d", ptype) } - err = rlp.Decode(...
p2p/discover: use rlp.DecodeBytes
ethereum_go-ethereum
train
89736f82f6f864c400c77c9a6da22da50f5e297a
diff --git a/lib/rfxcom.js b/lib/rfxcom.js index <HASH>..<HASH> 100644 --- a/lib/rfxcom.js +++ b/lib/rfxcom.js @@ -575,9 +575,32 @@ RfxCom.prototype.lighting5Handler = function(data) { subtype: subtype, id: id, unitcode: unitcode, - command: command + command...
Merge rfxmeter parser code from bwired-nl.
rfxcom_node-rfxcom
train
35f4d44ed2d182b5adb77377a16ee3e5dc8d3c44
diff --git a/src/net/sf/mpxj/primavera/PrimaveraDatabaseReader.java b/src/net/sf/mpxj/primavera/PrimaveraDatabaseReader.java index <HASH>..<HASH> 100644 --- a/src/net/sf/mpxj/primavera/PrimaveraDatabaseReader.java +++ b/src/net/sf/mpxj/primavera/PrimaveraDatabaseReader.java @@ -91,7 +91,7 @@ public final class Primaver...
Updated the Primavera database reader to support reading calendar definitions.
joniles_mpxj
train
76090598cb55c80f9f4d4caad87344a8ac9d8e11
diff --git a/tests/test_remote.py b/tests/test_remote.py index <HASH>..<HASH> 100644 --- a/tests/test_remote.py +++ b/tests/test_remote.py @@ -4,9 +4,12 @@ from supplement.remote import Environment from .helpers import cleantabs +def get_env(): + return Environment(env={'PYTHONPATH':'.'}) + @pytest.mark.xfail ...
fix: test_remote does not work without installed supplement
baverman_supplement
train
28c0272566d39fddbc326e74e98ca01de9409d30
diff --git a/tests/test_hypothesis.py b/tests/test_hypothesis.py index <HASH>..<HASH> 100644 --- a/tests/test_hypothesis.py +++ b/tests/test_hypothesis.py @@ -26,3 +26,8 @@ class QuickSilverHypothesisTestCase(unittest.TestCase): def test_score_boundaries(self, string, abbrev): score = quicksilver.score(st...
Try to fix Travis CI. Maybe it's because missing unittest.main()?
bcse_stringscore
train
40571d099a53057eb85ec3fdd493d08b38359b2c
diff --git a/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/typing/AbstractTypeProvider.java b/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/typing/AbstractTypeProvider.java index <HASH>..<HASH> 100644 --- a/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/typing/AbstractTypeProvid...
[xbase][typing] WIP: Rework caching strategy of type provider: A minor simplification
eclipse_xtext-extras
train
343b3aa2e13497577e6d138c79a006e2188886fb
diff --git a/lib/ice_cube/builders/hash_builder.rb b/lib/ice_cube/builders/hash_builder.rb index <HASH>..<HASH> 100644 --- a/lib/ice_cube/builders/hash_builder.rb +++ b/lib/ice_cube/builders/hash_builder.rb @@ -1,6 +1,5 @@ module IceCube - # TODO why this class? class HashBuilder def initialize(rule = n...
Remove some TODOs that are done
seejohnrun_ice_cube
train
67a1fce1f8cf223e71e28d047fa9c6618ffe411e
diff --git a/sonar-batch/src/main/java/org/sonar/batch/scan/DefaultProjectBootstrapper.java b/sonar-batch/src/main/java/org/sonar/batch/scan/DefaultProjectBootstrapper.java index <HASH>..<HASH> 100644 --- a/sonar-batch/src/main/java/org/sonar/batch/scan/DefaultProjectBootstrapper.java +++ b/sonar-batch/src/main/java/or...
SONAR-<I> revert. sonar.sources is back. It must be mandatory.
SonarSource_sonarqube
train
8fe9a51f95942d35f93a56afd047d5e74921e303
diff --git a/Html.php b/Html.php index <HASH>..<HASH> 100644 --- a/Html.php +++ b/Html.php @@ -61,13 +61,15 @@ class Html { * Do not pass one string containing multiple classes as they will be * incorrectly concatenated with dashes, i.e. "one two" will become "one-two". * - * @param string $class - * ...
Issue #<I> by benjifisher, leslieg, alexpott: clean_class Twig filter does not work with Views rewriting
drupal_core-utility
train
18741a2fd61769c20228381f44eb1e4e8a933cbc
diff --git a/tcp_check/test_tcp_check.py b/tcp_check/test_tcp_check.py index <HASH>..<HASH> 100644 --- a/tcp_check/test_tcp_check.py +++ b/tcp_check/test_tcp_check.py @@ -8,7 +8,7 @@ import time # project from tests.checks.common import AgentCheckTest -RESULTS_TIMEOUT = 5 +RESULTS_TIMEOUT = 20 CONFIG = { 'i...
[tcp_check] there is a race condition to finish the test + get the service checks, bump up TO. (#<I>) [tcp][ci] bumping the TO some more, still flaking sometimes.
DataDog_integrations-core
train
b6cdb46e716fcb94d32c11034a18bbc7900df2d7
diff --git a/playhouse/tests_sqlite_ext.py b/playhouse/tests_sqlite_ext.py index <HASH>..<HASH> 100644 --- a/playhouse/tests_sqlite_ext.py +++ b/playhouse/tests_sqlite_ext.py @@ -48,8 +48,15 @@ class Post(BaseExtModel): message = TextField() class FTSPost(Post, sqe.FTSModel): + """Automatically managed and p...
Cleanups and testing manually managing a fts model.
coleifer_peewee
train
ec7e58940d892e29011f0b3eac3e92ea2d1735b4
diff --git a/prow/github/client.go b/prow/github/client.go index <HASH>..<HASH> 100644 --- a/prow/github/client.go +++ b/prow/github/client.go @@ -1271,7 +1271,8 @@ func (c *Client) GetFile(org, repo, filepath, commit string) ([]byte, error) { // Query runs a GraphQL query using shurcooL/githubql's client. func (c ...
Stop logging every GraphQL query call in favor of 1 log per search.
kubernetes_test-infra
train
4cb8318ac5679701bdb5b542ef6df264cc56151b
diff --git a/cmd/kops/replace.go b/cmd/kops/replace.go index <HASH>..<HASH> 100644 --- a/cmd/kops/replace.go +++ b/cmd/kops/replace.go @@ -158,25 +158,25 @@ func RunReplace(f *util.Factory, cmd *cobra.Command, out io.Writer, c *replaceOp cluster, err := clientset.GetCluster(clusterName) if err != nil { ...
Kops Replace Force This PR fixes the `kops replace --force` flag which was introduce in [#PR<I>](<URL>
kubernetes_kops
train
c6300de894af95b68cfe0acf79b2979f6fd5afaa
diff --git a/closure/goog/events/events.js b/closure/goog/events/events.js index <HASH>..<HASH> 100644 --- a/closure/goog/events/events.js +++ b/closure/goog/events/events.js @@ -547,7 +547,7 @@ goog.events.getListeners = function(obj, type, capture) { * @param {?string} type Event type. * @param {boolean} capture ...
Fix a typo in comment for getListeners_() R=arv DELTA=1 (0 added, 0 deleted, 1 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=<I> git-svn-id: <URL>
google_closure-library
train
b3a358fb34c5ae600e49c9fd934f18de4795b6e5
diff --git a/lib/cc/cli/analyze.rb b/lib/cc/cli/analyze.rb index <HASH>..<HASH> 100644 --- a/lib/cc/cli/analyze.rb +++ b/lib/cc/cli/analyze.rb @@ -35,6 +35,8 @@ module CC when '-f' @args.shift # throw out the -f @formatter = Formatters.resolve(@args.shift) + when '-dev' + ...
Add -dev flag to analyze command
codeclimate_codeclimate
train
4d641110454f114d1f179d306fb63166e66fd6cf
diff --git a/src/foremast/slacknotify/slack_notification.py b/src/foremast/slacknotify/slack_notification.py index <HASH>..<HASH> 100644 --- a/src/foremast/slacknotify/slack_notification.py +++ b/src/foremast/slacknotify/slack_notification.py @@ -11,9 +11,13 @@ class SlackNotification: """ def __init__(self...
fix: Move timestamp before dict for insertion
foremast_foremast
train
3ac33d0847e003ab0121e6454243ab27006d0864
diff --git a/lib/search_engine.py b/lib/search_engine.py index <HASH>..<HASH> 100644 --- a/lib/search_engine.py +++ b/lib/search_engine.py @@ -816,7 +816,7 @@ def create_search_box(cc, colls, p, f, rg, sf, so, sp, rm, of, ot, as, }) # show collections in the search box? (not if there is o...
Renamed super-simple search to light search (still experimental).
inveniosoftware_invenio-records
train
155b6cb18ad390d364406a3bc3611a9ba0e9c71f
diff --git a/parsl/executors/high_throughput/executor.py b/parsl/executors/high_throughput/executor.py index <HASH>..<HASH> 100644 --- a/parsl/executors/high_throughput/executor.py +++ b/parsl/executors/high_throughput/executor.py @@ -335,7 +335,7 @@ class HighThroughputExecutor(BlockProviderExecutor, RepresentationMix...
Refer to the interchange process rather than queue process (#<I>) Using two names for the interchange process/queue process makes the code a bit harder to read.
Parsl_parsl
train
26e3e335adabe79a2d57d0053a1323823bee0b8a
diff --git a/src/level/TMXLayer.js b/src/level/TMXLayer.js index <HASH>..<HASH> 100644 --- a/src/level/TMXLayer.js +++ b/src/level/TMXLayer.js @@ -71,21 +71,18 @@ * @private */ draw : function(context, rect) { - // save context state - context.save(); // set layer opacity - context.globalAlpha = th...
Ticket #<I>, #<I> : Fixed (again) the Color Layer Drawing + small optimization
melonjs_melonJS
train
a29684ab97836200d3630a2466bfbcb67871e03a
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100755 --- a/pom.xml +++ b/pom.xml @@ -229,6 +229,13 @@ <exclude>net/openhft/chronicle/map/VanillaChronicleMap.java</exclude> <exclude>net/openhft/chronicle/map/ReplicatedChronicleMap.java</exclude> ...
More deprecations and Javadoc excludes
OpenHFT_Chronicle-Map
train
f3bfdb561bd9be7daf15af1e20d462902b03018c
diff --git a/salt/cloud/clouds/ec2.py b/salt/cloud/clouds/ec2.py index <HASH>..<HASH> 100644 --- a/salt/cloud/clouds/ec2.py +++ b/salt/cloud/clouds/ec2.py @@ -355,7 +355,7 @@ def query(params=None, setname=None, requesturl=None, location=None, method = 'GET' region = location service = 'ec2' ...
Fixed urlparse and urlencode calls
saltstack_salt
train
0ee485e05bf45f440273014d9c85da8d865bac05
diff --git a/slave/quantum_design/ppms.py b/slave/quantum_design/ppms.py index <HASH>..<HASH> 100644 --- a/slave/quantum_design/ppms.py +++ b/slave/quantum_design/ppms.py @@ -134,6 +134,11 @@ class PPMS(IEC60488): :ivar position: The current sample position. + .. rubric:: Configuration + + :ivar date: Th...
Implemented `Date` commands.
p3trus_slave
train
8747eb3133984978bd1a269ceeba8cad2240462e
diff --git a/bin/bootstrap.php b/bin/bootstrap.php index <HASH>..<HASH> 100644 --- a/bin/bootstrap.php +++ b/bin/bootstrap.php @@ -17,7 +17,7 @@ define('DB_DELIMITER', 'SΜ'); define('SMPROXY_VERSION', IN_PHAR ? '@phar-version@' : absorb_version_from_git()); // Set global error handler -set_error_handler('_error_han...
Comment set_error_handler, rewrite error handling lately
louislivi_SMProxy
train
c58d1a5b794417c283a6fd058a9f854d415c0674
diff --git a/services/ElixirService.php b/services/ElixirService.php index <HASH>..<HASH> 100755 --- a/services/ElixirService.php +++ b/services/ElixirService.php @@ -77,8 +77,8 @@ class ElixirService extends BaseApplicationComponent */ protected function readManifestFile() { - $manifest = file_g...
Fixing manifest file path. According to the docs and by default, CRAFT_BASE_PATH is the /craft folder. We need to go back a directory to get to the project root from the Craft folder.
venveo_craft3-mix
train
eafc155db4ad7ce9e9b1e2968424fa5947223feb
diff --git a/tools/serviced-service/validate.go b/tools/serviced-service/validate.go index <HASH>..<HASH> 100644 --- a/tools/serviced-service/validate.go +++ b/tools/serviced-service/validate.go @@ -148,7 +148,7 @@ func (mc *MigrationContext) validateName(name string, parentID string) error { return err } if exi...
GetServicePath takes the service ID, not name.
control-center_serviced
train
4a93c8b30e900a79e84c02b6226e6cc7dba723ca
diff --git a/src/sagemaker/huggingface/estimator.py b/src/sagemaker/huggingface/estimator.py index <HASH>..<HASH> 100644 --- a/src/sagemaker/huggingface/estimator.py +++ b/src/sagemaker/huggingface/estimator.py @@ -50,14 +50,15 @@ class HuggingFace(Framework): compiler_config=None, **kwargs, ): -...
documentation: update sagemaker training compiler docstring (#<I>)
aws_sagemaker-python-sdk
train
5483e3c712a3916860b203c2a46762f2d15e88b2
diff --git a/src/Command/DumpEnvCommand.php b/src/Command/DumpEnvCommand.php index <HASH>..<HASH> 100644 --- a/src/Command/DumpEnvCommand.php +++ b/src/Command/DumpEnvCommand.php @@ -45,7 +45,7 @@ class DumpEnvCommand extends BaseCommand ; } - protected function execute(InputInterface $input, OutputI...
non-int value in the execute command will be deprecated
symfony_flex
train
e298b24de43f34f19b46959f09f8fb4a73519a56
diff --git a/cufflinks/tools.py b/cufflinks/tools.py index <HASH>..<HASH> 100644 --- a/cufflinks/tools.py +++ b/cufflinks/tools.py @@ -853,7 +853,7 @@ def get_subplots(rows=1,cols=1, if not theme: theme = auth.get_config_file()['theme'] - layout= base_layout if base_layout else getLayout(theme) + layout= base_la...
Subplots - support for zeroline. Fixes #<I>
santosjorge_cufflinks
train
73eefbbf8da3a606195d7d0179c84c4db588552e
diff --git a/tools/c7n_sphinxext/c7n_sphinxext/docgen.py b/tools/c7n_sphinxext/c7n_sphinxext/docgen.py index <HASH>..<HASH> 100644 --- a/tools/c7n_sphinxext/c7n_sphinxext/docgen.py +++ b/tools/c7n_sphinxext/c7n_sphinxext/docgen.py @@ -162,7 +162,8 @@ def main(provider, output_dir, group_by): def resource_file_name...
docs - reference docbuilder fix output path normalization (#<I>)
cloud-custodian_cloud-custodian
train
ec1e1028adc2da87648247375a1a2d7416a56e36
diff --git a/binstar_client/__init__.py b/binstar_client/__init__.py index <HASH>..<HASH> 100644 --- a/binstar_client/__init__.py +++ b/binstar_client/__init__.py @@ -42,7 +42,8 @@ class Binstar(PublishMixin, CollectionsMixin, OrgMixin, ChannelsMixin, PackageMi self.token = token if token: - ...
ENH: added binstar cli user agent to requests
Anaconda-Platform_anaconda-client
train
84598398d6bf6c32bd9302f26ca6f906488a36d5
diff --git a/assets/angular-gantt-labels-plugin.js b/assets/angular-gantt-labels-plugin.js index <HASH>..<HASH> 100644 --- a/assets/angular-gantt-labels-plugin.js +++ b/assets/angular-gantt-labels-plugin.js @@ -79,7 +79,7 @@ Github: https://github.com/angular-gantt/angular-gantt.git builder.controller = functi...
refac(labels): Renaming of css getter function
angular-gantt_angular-gantt
train
4b2eef2b50c7a4f538e9cb8104dfec818e83d4ae
diff --git a/blocks/settings/block_settings.php b/blocks/settings/block_settings.php index <HASH>..<HASH> 100644 --- a/blocks/settings/block_settings.php +++ b/blocks/settings/block_settings.php @@ -139,12 +139,4 @@ class block_settings extends block_base { $this->contentgenerated = true; return true;...
block-settings MDL-<I> Removed the expansion on hover settings which was deprecated and no longer supported
moodle_moodle
train
e46506e7d1fc74198b8e75190d961a79494b17c7
diff --git a/bosh_agent/lib/bosh_agent/infrastructure/openstack/registry.rb b/bosh_agent/lib/bosh_agent/infrastructure/openstack/registry.rb index <HASH>..<HASH> 100644 --- a/bosh_agent/lib/bosh_agent/infrastructure/openstack/registry.rb +++ b/bosh_agent/lib/bosh_agent/infrastructure/openstack/registry.rb @@ -92,6 +92,...
[agent] guard against dns server list being nil
cloudfoundry_bosh
train
f4a223296e577a0a46b8f7394a63ac0cf0b6677a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,31 +1,46 @@ import os -from setuptools import setup +from sys import version_info +from setuptools import setup, __version__ as tools_version README_PATH = 'README.rst' -longDesc = "" +LONG_DESC = '' if os.path.exist...
Add conditional enum dependency for python < <I>
madmaze_pytesseract
train
2d9f791bef636f3e4912f82fcdcfdc1e76bd5dd5
diff --git a/Classes/Interfaces/Time.php b/Classes/Interfaces/Time.php index <HASH>..<HASH> 100644 --- a/Classes/Interfaces/Time.php +++ b/Classes/Interfaces/Time.php @@ -45,5 +45,5 @@ interface Time * * @var int */ - const SECONDS_PER_YEAR = 220752000; + const SECONDS_PER_YEAR = self::SECONDS_P...
[BUGFIX] Fix the seconds per year constant (#<I>) Closes #<I>
oliverklee_ext-oelib
train
5440439b195c0d2d30c8facf73d2e7b77bedf846
diff --git a/go_agent/src/bosh/app/app.go b/go_agent/src/bosh/app/app.go index <HASH>..<HASH> 100644 --- a/go_agent/src/bosh/app/app.go +++ b/go_agent/src/bosh/app/app.go @@ -131,7 +131,13 @@ func parseOptions(args []string) (opts options, err error) { flagSet.SetOutput(ioutil.Discard) flagSet.StringVar(&opts.Infra...
accept but ignore system root and no-alerts flag This is for compatability with how the ruby agent runs in tests
cloudfoundry_bosh
train
75c31d0b99da71e46c8bd2334706b6c6016cc6e6
diff --git a/src/packages/dom.js b/src/packages/dom.js index <HASH>..<HASH> 100644 --- a/src/packages/dom.js +++ b/src/packages/dom.js @@ -42,7 +42,7 @@ Dom.remove = (el) => { Dom.replaceWith = (el, referenceNode) => { Dom.remove(referenceNode); - el.outerHTML = referenceNode; + el.parentNode.replaceChild(refer...
Enable reinitialise.
madebymany_sir-trevor-js
train
5b345784e95e85e7ab6781c956668b4bf8368c73
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -117,7 +117,7 @@ gulp.task('dev', ['dev:static', 'dev:applystyles', 'dev:generate'], function() { gulp.watch('lib/app/sass/**/*.scss', function() { runSequence('sass:no-fail', 'dev:applystyles', 'dev:genera...
Add click handler to demo Angular directive
SC5_sc5-styleguide
train
5be8bface86e83624cc593f90d71a71278b28d53
diff --git a/core/src/main/java/de/bwaldvogel/mongo/backend/AbstractMongoDatabase.java b/core/src/main/java/de/bwaldvogel/mongo/backend/AbstractMongoDatabase.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/de/bwaldvogel/mongo/backend/AbstractMongoDatabase.java +++ b/core/src/main/java/de/bwaldvogel/mongo/back...
Allow external backends to implement secondary indices
bwaldvogel_mongo-java-server
train
274ef668625ae1b9333d44619c3d3bb6b71bcdd4
diff --git a/bundle.js b/bundle.js index <HASH>..<HASH> 100644 --- a/bundle.js +++ b/bundle.js @@ -2996,6 +2996,14 @@ exports.transform = function(ast) { return types.traverse(ast, visitNode); }; +// Makes a unique context identifier. This is needed to handle retrieval of +// tempvars from contexts up the scope i...
Regenerate bundle.js for .needsParens and context naming improvements.
facebook_regenerator
train
690cbce373c9a33b853a3d019521e5e1116eff0c
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -116,6 +116,9 @@ class UrlSlug { } = parseOptions(options) const fragments = unidecode(String(string)).match(NORMALIZE) + if (!fragments) { + return '' + } return transformer ...
Properly handle empty strings (#6) * properly handle empty strings changed convert() to return an empty string if there are no fragments. added test case for empty strings added test case for a string with only symbols * fix reverting empty strings & add a test case for it
stldo_url-slug
train
5c860ec0488b9dfe3e7420daf233505c5b1f3a8d
diff --git a/salt/modules/parted.py b/salt/modules/parted.py index <HASH>..<HASH> 100644 --- a/salt/modules/parted.py +++ b/salt/modules/parted.py @@ -145,14 +145,12 @@ def list_(device, unit=None): 'physical sector': cols[4], 'partition table': cols[5], 'm...
Remove use of try/except for flow control If the intent is to only extract the 7th column if it exists then it makes more sense to actually test for the number of columns rather than catch an IndexError which may occur at any of the 3 list index operations within the try block.
saltstack_salt
train
caa6577e2c8407a59645ca3bdfedd552eef41335
diff --git a/Gemfile.lock b/Gemfile.lock index <HASH>..<HASH> 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - paginas (0.1.1) + paginas (0.1.3) rails (~> 4.2.0) tinymce-rails diff --git a/app/controllers/paginas/pages_controller.rb b/app/controllers/pagi...
Added featured and display actions to the controller to remove logic from index and show. Changed routes to
CarlosRoque_paginas
train
59f5ed2ee55b2cc3d157acdfeed0e3703c5fa9dd
diff --git a/lib/catissue/database/controlled_values.rb b/lib/catissue/database/controlled_values.rb index <HASH>..<HASH> 100644 --- a/lib/catissue/database/controlled_values.rb +++ b/lib/catissue/database/controlled_values.rb @@ -11,20 +11,8 @@ require 'caruby/domain/properties' module CaTissue # This Controlled...
Refer to SQLExecutor for option descriptions.
caruby_tissue
train
999e760b12c6c76ae0c91094bd80a4748e4d5a12
diff --git a/entry.py b/entry.py index <HASH>..<HASH> 100755 --- a/entry.py +++ b/entry.py @@ -6,6 +6,7 @@ class Entry: self.hours = hours self.description = description self.date = date + self.pushed = False if project_name in settings.projects: self.project_id...
Added zebra file commenting after pushing
liip_taxi
train
79af476f7fb8301a683ee1ec2e872f64a0b69722
diff --git a/limpyd_jobs/workers.py b/limpyd_jobs/workers.py index <HASH>..<HASH> 100644 --- a/limpyd_jobs/workers.py +++ b/limpyd_jobs/workers.py @@ -781,7 +781,10 @@ class WorkerConfig(object): print "The worker will run with the following options:" for name in self.options.worker_class.parameters: ...
Update print_options "callback" entry if default one (which call jobs run method)
limpyd_redis-limpyd-jobs
train
a80d66e42bb6cb6b5c61f9bbab9fac3c7cb86dad
diff --git a/src/main/java/com/sebastian_daschner/jaxrs_analyzer/analysis/javadoc/JavaDocAnalyzer.java b/src/main/java/com/sebastian_daschner/jaxrs_analyzer/analysis/javadoc/JavaDocAnalyzer.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/sebastian_daschner/jaxrs_analyzer/analysis/javadoc/JavaDocAnalyzer.java +...
replace fixed path separator by File.pathSeparator This fixes #<I> Javadoc analysis fails on Windows
sdaschner_jaxrs-analyzer
train
6f3cd118a7a60cacf043a561df97e8e436f6eb18
diff --git a/openid/tools/oiddiag.py b/openid/tools/oiddiag.py index <HASH>..<HASH> 100644 --- a/openid/tools/oiddiag.py +++ b/openid/tools/oiddiag.py @@ -252,6 +252,15 @@ class Thing(ApacheView): def associate(self, auth_request): self.statusMsg("Associating with %s..." % (auth_request.server_url,)) + ...
[project @ oiddiag: make association request]
necaris_python3-openid
train
e8cad4324b34fb7463fdf296084e1bee48b488ef
diff --git a/aws/resource_aws_emr_instance_fleet_test.go b/aws/resource_aws_emr_instance_fleet_test.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_emr_instance_fleet_test.go +++ b/aws/resource_aws_emr_instance_fleet_test.go @@ -19,6 +19,7 @@ func TestAccAWSEMRInstanceFleet_basic(t *testing.T) { resourceName :=...
tests/r/emr_instance_fleet: Add ErrorCheck
terraform-providers_terraform-provider-aws
train
321decdfb37baf816be4d707afc12c76c88c3b57
diff --git a/src/Service/Api.php b/src/Service/Api.php index <HASH>..<HASH> 100644 --- a/src/Service/Api.php +++ b/src/Service/Api.php @@ -273,9 +273,9 @@ class Api $connectorOptions['api_token_type'] = 'access'; } - $proxy = $this->getProxy(); - if ($proxy !== null) { - ...
Fix proxy settings in Api service (#<I>) * Fix proxy settings in Api service * Use the environment variable directly for Guzzle * Borrow Guzzle's detection logic for https_proxy and http_proxy * Transform the proxy URL for non-curl * Clarify comment
platformsh_platformsh-cli
train
910fc2caf93ddf12cd8cfa2402dedd02b16bff5c
diff --git a/src/test/java/io/github/bonigarcia/test/advance/SafariWithGlobalOptionsJupiterTest.java b/src/test/java/io/github/bonigarcia/test/advance/SafariWithGlobalOptionsJupiterTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/io/github/bonigarcia/test/advance/SafariWithGlobalOptionsJupiterTest.java +++ b/s...
Fix Safari tests (broken with the update of Selenium)
bonigarcia_selenium-jupiter
train
a033a970a155c8371849dd4e3a51c5b8961f9723
diff --git a/lib/mess/external.js b/lib/mess/external.js index <HASH>..<HASH> 100644 --- a/lib/mess/external.js +++ b/lib/mess/external.js @@ -59,6 +59,7 @@ var External = function External(env) { return { '.zip': this.unzip, '.mss': this.plainfile, + '.shp'...
First bit of support for inplace files. Require nodejs bug to be fixed.
mapbox_carto
train
ff6354f4e8c3d8365bfd191b88f74551b9224d0e
diff --git a/src/Zephyrus/Network/HttpRequester.php b/src/Zephyrus/Network/HttpRequester.php index <HASH>..<HASH> 100644 --- a/src/Zephyrus/Network/HttpRequester.php +++ b/src/Zephyrus/Network/HttpRequester.php @@ -132,9 +132,7 @@ class HttpRequester */ public function executeUpload(CURLFile $file, string $n...
Added flexibility for the HTTPRequester execute methods to allow upload
dadajuice_zephyrus
train
60eb55b9be1c848a9d60deb7535372fcb517643f
diff --git a/liquibase-core/src/main/java/liquibase/database/AbstractJdbcDatabase.java b/liquibase-core/src/main/java/liquibase/database/AbstractJdbcDatabase.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/database/AbstractJdbcDatabase.java +++ b/liquibase-core/src/main/java/liquibase/data...
CORE-<I> Add support for MSSQL sequences If no connection exists (like when checking for feature available on startup) assume a large version number so liquibase will not say new-version features are not available
liquibase_liquibase
train
9629013f9b7060e556b6e248648654e3cadce7d6
diff --git a/api/symboltable.py b/api/symboltable.py index <HASH>..<HASH> 100644 --- a/api/symboltable.py +++ b/api/symboltable.py @@ -100,7 +100,7 @@ class SymbolTable(object): except KeyError: pass - entry = self[id2] = symbol_ + entry = self[0][id2] = symbol_ entry.call...
Termporary commit. Some fixes.
boriel_zxbasic
train
ffa30e05d153d6c0ec63de49773c68b2e6d94f51
diff --git a/sshd-shell-spring-boot-starter/src/main/java/sshd/shell/springboot/command/HeapDumpCommand.java b/sshd-shell-spring-boot-starter/src/main/java/sshd/shell/springboot/command/HeapDumpCommand.java index <HASH>..<HASH> 100644 --- a/sshd-shell-spring-boot-starter/src/main/java/sshd/shell/springboot/command/Heap...
Refactored to allow for moving of generated heap dump to SFTP location if enabled.
anand1st_sshd-shell-spring-boot
train
81aaa2c4b1ea524b080ce7607c9e646cd298e9f0
diff --git a/test/client-test.js b/test/client-test.js index <HASH>..<HASH> 100644 --- a/test/client-test.js +++ b/test/client-test.js @@ -635,7 +635,8 @@ describe('gaasClient.bundle()', function() { function(err, entry3){ if(err) return done(err); expect(entry3.reviewed...
subitem policy has changed on notes
IBM-Cloud_gp-js-client
train
93a29df8556029f688a0e3c7a99c7a7af5c596d6
diff --git a/src/OAuth2/Server.php b/src/OAuth2/Server.php index <HASH>..<HASH> 100644 --- a/src/OAuth2/Server.php +++ b/src/OAuth2/Server.php @@ -179,14 +179,14 @@ class Server implements ResourceControllerInterface, * * @ingroup oauth2_section_4 */ - public function handleTokenRequest(RequestInte...
allows response to be null on Server methods
bshaffer_oauth2-server-php
train
983d5431d6b923a89ec2988991b3e97a7b663272
diff --git a/gcloud/datastore/test_connection.py b/gcloud/datastore/test_connection.py index <HASH>..<HASH> 100644 --- a/gcloud/datastore/test_connection.py +++ b/gcloud/datastore/test_connection.py @@ -672,10 +672,6 @@ class TestConnection(unittest2.TestCase): mutation = datastore_pb.Mutation() cla...
Ensure tests get coverage too. Remove cruft surfaced by reporting coverage on test modules.
googleapis_google-cloud-python
train
a2a87a295911b3bef492031cf306be4bd76506b0
diff --git a/wsgicors.py b/wsgicors.py index <HASH>..<HASH> 100644 --- a/wsgicors.py +++ b/wsgicors.py @@ -48,6 +48,7 @@ class CORS(object): self.pol_origin = kw.get("origin", "") self.pol_methods = kw.get("methods", "") # * or list of methods self.pol_headers = kw.get("headers", "") # * ...
Add support for Access-Control-Expose-Headers in responses to real (not preflight) requests.
may-day_wsgicors
train
f0b312f716833010330028fbb38122b584bf2e5d
diff --git a/lib/bson/binary.rb b/lib/bson/binary.rb index <HASH>..<HASH> 100644 --- a/lib/bson/binary.rb +++ b/lib/bson/binary.rb @@ -50,10 +50,12 @@ module BSON # @!attribute data # @return [ Object ] The raw binary data. # @since 2.0.0 + attr_reader :data + # @!attribute type # @ret...
Separate attribute declarations for readability (#<I>)
mongodb_bson-ruby
train
c17a76de3753363a90f5e217b31b9951fff1a115
diff --git a/metrics-jetty9/src/test/java/com/codahale/metrics/jetty9/InstrumentedHandlerTest.java b/metrics-jetty9/src/test/java/com/codahale/metrics/jetty9/InstrumentedHandlerTest.java index <HASH>..<HASH> 100644 --- a/metrics-jetty9/src/test/java/com/codahale/metrics/jetty9/InstrumentedHandlerTest.java +++ b/metrics...
chore: Use `Thread.sleep` instead of `LockSupport.park` in tests (#<I>) `LockSupport.park` can spuriously return, which makes the tests flaky. See: <URL>
dropwizard_metrics
train
5571a33a7908b24d49cff9769f2c54fddc770b1f
diff --git a/plugins/gravatar/plugin_tests/gravatar_test.py b/plugins/gravatar/plugin_tests/gravatar_test.py index <HASH>..<HASH> 100644 --- a/plugins/gravatar/plugin_tests/gravatar_test.py +++ b/plugins/gravatar/plugin_tests/gravatar_test.py @@ -95,3 +95,21 @@ class GravatarTest(base.TestCase): self.assertSta...
Gravatar plugin was causing an error on user info update Non-admin users were getting a cryptic "Administrator access required" error when trying to update their user information. This was because the gravatar plugin had registered a handler to a REST hook without declaring an access level on itself.
girder_girder
train
8a32f32a7c627cb298d8d682751ef36aa79f1db3
diff --git a/src/browser-detector.js b/src/browser-detector.js index <HASH>..<HASH> 100644 --- a/src/browser-detector.js +++ b/src/browser-detector.js @@ -5,7 +5,7 @@ var detector = module.exports = {}; detector.isIE = function(version) { function isAnyIeVersion() { var agent = navigator.userAgent.toLowe...
Handle Edge as an IE browser. Edge was handled as a non IE browser, and no resize events was triggered. Not, when handling Edge as an IE browser, events are triggered again.
wnr_element-resize-detector
train
18ddcc0816be2b38993764dfa3b8ec27e7eb5d7a
diff --git a/lib/ModelRoot.js b/lib/ModelRoot.js index <HASH>..<HASH> 100644 --- a/lib/ModelRoot.js +++ b/lib/ModelRoot.js @@ -28,11 +28,14 @@ function ModelRoot(o) { ModelRoot.prototype.errorSelector = function errorSelector(x, y) { return y; }; -ModelRoot.prototype.comparator = function comparator(a, b) { - ...
merged in <I>c9f<I>cd8e8d0f<I>b0e<I>ecc<I>fc
Netflix_falcor
train
e7e50ed76713e99128037a16ffb0807fbf108a0a
diff --git a/go/engine/scankeys.go b/go/engine/scankeys.go index <HASH>..<HASH> 100644 --- a/go/engine/scankeys.go +++ b/go/engine/scankeys.go @@ -337,7 +337,8 @@ func (s *ScanKeys) unlockAll(m libkb.MetaContext) openpgp.EntityList { Reason: unlockReason, SecretUI: m.UIs().SecretUI, } - unlocked, err := s...
Supply secret store to prompt and unlock (#<I>)
keybase_client
train