hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
67a0bf61db648596271776762177cefd51d0a1de
diff --git a/playhouse/reflection.py b/playhouse/reflection.py index <HASH>..<HASH> 100644 --- a/playhouse/reflection.py +++ b/playhouse/reflection.py @@ -557,6 +557,9 @@ class Introspector(object): attrs = {} for db_column, column in columns[table].items(): FieldClass = colum...
Skip over UnknownField types when reflecting.
coleifer_peewee
train
fb5fe555cf8a184e8e933359433acb3b44946d93
diff --git a/packages/xod-project/src/constants.js b/packages/xod-project/src/constants.js index <HASH>..<HASH> 100644 --- a/packages/xod-project/src/constants.js +++ b/packages/xod-project/src/constants.js @@ -85,6 +85,7 @@ export const STATIC_TYPES_COMPATIBILITY = { }, [PIN_TYPE.PORT]: { [PIN_TYPE.PORT]: t...
feat(xod-project): make the port type castable to the string type
xodio_xod
train
92f2f91fce66172bcb0c7e10a9c12cd50f37515a
diff --git a/examples/pseudo_terasort/checkrecords.py b/examples/pseudo_terasort/checkrecords.py index <HASH>..<HASH> 100644 --- a/examples/pseudo_terasort/checkrecords.py +++ b/examples/pseudo_terasort/checkrecords.py @@ -2,10 +2,13 @@ from pydoop.app.submit import ( add_parser_common_arguments, add_parser_a...
Added final step in the checking of the sort results. We only check that the results are consistent, no detailed checking, e.g., not checking for missing records.
crs4_pydoop
train
dff566fbaebdbbf2a85d667bc43fed66518d413f
diff --git a/jbehave-core/src/main/java/org/jbehave/core/reporters/CrossReference.java b/jbehave-core/src/main/java/org/jbehave/core/reporters/CrossReference.java index <HASH>..<HASH> 100644 --- a/jbehave-core/src/main/java/org/jbehave/core/reporters/CrossReference.java +++ b/jbehave-core/src/main/java/org/jbehave/core...
allow delegation to Reporter that updates Saucelabs details on completion of story
jbehave_jbehave-core
train
d142b6ba39aa6a09edf15bdae4db6d0d4cae748c
diff --git a/cmd/api/main.go b/cmd/api/main.go index <HASH>..<HASH> 100644 --- a/cmd/api/main.go +++ b/cmd/api/main.go @@ -26,8 +26,6 @@ var ( tlsKey = env.String("TLSKEY", "") listenAddr = env.String("LISTEN", ":8080") dbURL = env.String("DB_URL", "postgres:///api?sslmode=disable") - maxDBConns ...
cmd/api: these aren't config vars Closes chain/chainprv#<I>. Reviewers: @jeffomatic
chain_chain
train
897e28891b9240770ed79dec55848f971597acc8
diff --git a/Neos.Utility.MediaTypes/Classes/TYPO3/Flow/Utility/MediaTypes.php b/Neos.Utility.MediaTypes/Classes/TYPO3/Flow/Utility/MediaTypes.php index <HASH>..<HASH> 100644 --- a/Neos.Utility.MediaTypes/Classes/TYPO3/Flow/Utility/MediaTypes.php +++ b/Neos.Utility.MediaTypes/Classes/TYPO3/Flow/Utility/MediaTypes.php @...
BUGFIX: Adjust media types updater (and update media types) This adjusts the media types updater script to work with the new array syntax as otherwise nothing would have been changed. Additionally updates the media types list to add "m4a".
neos_flow-development-collection
train
1bd9598836ee9eee02ca355a1b6e6197f44d2683
diff --git a/src/org/zaproxy/zap/extension/stdmenus/PopupMenuSpiderContext.java b/src/org/zaproxy/zap/extension/stdmenus/PopupMenuSpiderContext.java index <HASH>..<HASH> 100644 --- a/src/org/zaproxy/zap/extension/stdmenus/PopupMenuSpiderContext.java +++ b/src/org/zaproxy/zap/extension/stdmenus/PopupMenuSpiderContext.ja...
Issue <I> - Pop up menu "Spider Context..." is enabled even if ExtensionSpider is disabled Changed to only enable the popup menu if the extension ExtensionSpider is enabled.
zaproxy_zaproxy
train
f4c3a0762208167e033fdbea6b44b38450d38789
diff --git a/test/components/BaseChart/BaseChart.spec.js b/test/components/BaseChart/BaseChart.spec.js index <HASH>..<HASH> 100644 --- a/test/components/BaseChart/BaseChart.spec.js +++ b/test/components/BaseChart/BaseChart.spec.js @@ -1,18 +1,33 @@ -import React from 'react'; +import React, { PureComponent } from 'reac...
Add first attempt at testing context created by BaseChart component
whawker_react-jsx-highcharts
train
375774284afafffa3d95829594bba0556e73fae2
diff --git a/isovar/protein_sequences.py b/isovar/protein_sequences.py index <HASH>..<HASH> 100644 --- a/isovar/protein_sequences.py +++ b/isovar/protein_sequences.py @@ -140,8 +140,8 @@ class ProteinSequence(TranslationKey): transcripts_supporting_protein_sequence, gene): """ - ...
got rid of kwargs in docstring
openvax_isovar
train
e44430434a44a2db3deb661f30ac8fc8e6c5679c
diff --git a/src/boost/python/server.py b/src/boost/python/server.py index <HASH>..<HASH> 100644 --- a/src/boost/python/server.py +++ b/src/boost/python/server.py @@ -45,7 +45,7 @@ LatestDeviceImpl = get_tango_device_classes()[-1] def __build_to_tango_type(): ret = \ { - int : CmdArgType.DevLo...
Fix: long objects are DevEncoded instead of DevLong<I>
tango-controls_pytango
train
06b5f45929ab65779fca509290044650e4571b25
diff --git a/peppy/sample.py b/peppy/sample.py index <HASH>..<HASH> 100644 --- a/peppy/sample.py +++ b/peppy/sample.py @@ -143,10 +143,10 @@ class Sample(PathExAttMap): return [obj2dict(i) for i in obj] if isinstance(obj, AttMap): return {k: obj2dict(v, name=k) for k, v in...
exclude private attrs from on disk repr
pepkit_peppy
train
bc614cf3fbbf77e3e563b1b9d97694ea15bbe023
diff --git a/uncompyle6/parsers/parse37.py b/uncompyle6/parsers/parse37.py index <HASH>..<HASH> 100644 --- a/uncompyle6/parsers/parse37.py +++ b/uncompyle6/parsers/parse37.py @@ -954,6 +954,10 @@ class Python37Parser(Python37BaseParser): or ::= and jitop_come_from expr COME_FROM or ::= expr JUMP_I...
Another <I>+ "or" grammar rule
rocky_python-uncompyle6
train
736c1ecd63148d4bdce466a9473f877e7966d52c
diff --git a/script/bootstrap.py b/script/bootstrap.py index <HASH>..<HASH> 100644 --- a/script/bootstrap.py +++ b/script/bootstrap.py @@ -239,7 +239,10 @@ def check_python(build_tool): print_check_preamble(build_tool) try: - p = subprocess.Popen(['python', '--version'], stdin=PIPE, stdout=PIPE, stde...
Fix python lookup to be cli friendly
mcneel_rhino3dm
train
bca3c88dc2b1941c2761db86b04ad49ced08c342
diff --git a/tests/lib/rules/no-unused-prop-types.js b/tests/lib/rules/no-unused-prop-types.js index <HASH>..<HASH> 100644 --- a/tests/lib/rules/no-unused-prop-types.js +++ b/tests/lib/rules/no-unused-prop-types.js @@ -1929,6 +1929,49 @@ ruleTester.run('no-unused-prop-types', rule, { ' property2: React.propTy...
adding test cases from #<I>
ytanruengsri_eslint-plugin-react-ssr
train
f126fbf18ef6f934e9f69d8f8f009e2c9307685f
diff --git a/src/main/java/org/jboss/wsf/stack/xfire/DescriptorDeploymentAspect.java b/src/main/java/org/jboss/wsf/stack/xfire/DescriptorDeploymentAspect.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/wsf/stack/xfire/DescriptorDeploymentAspect.java +++ b/src/main/java/org/jboss/wsf/stack/xfire/Descripto...
Encapsulate fields in UnifiedDeploymentInfo
jbossws_jbossws-cxf
train
cdb1934c2cb8c2f8f3521d199c4ed6885ea98d21
diff --git a/oz/oz_core_api.py b/oz/oz_core_api.py index <HASH>..<HASH> 100644 --- a/oz/oz_core_api.py +++ b/oz/oz_core_api.py @@ -51,6 +51,10 @@ class OZCoreApi(object): **params) return self._fetch_object_at_uri(url) + def fetch_subtitles_by_video_id(self, video_id): + url = '{0}...
List and create subtitles Introduces the ability to * List subtitles for a given video * Add a subtitle (in a specific language) to a given video
ozinc_oz-python-client
train
2247dac09abbe584a54765d0c057f608279714b2
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ setup( # Versions should comply with PEP440. For a discussion on # single-sourcing the version across setup.py and the project code, # see http://packaging.python.org/en/latest/tutorial.html#versi...
Bumps version to <I>
moonso_query_phenomizer
train
2062f5e9686d6a8b2005d664a6e5e4336bf90bbf
diff --git a/jupyter_plotly_dash/version.py b/jupyter_plotly_dash/version.py index <HASH>..<HASH> 100644 --- a/jupyter_plotly_dash/version.py +++ b/jupyter_plotly_dash/version.py @@ -1 +1 @@ -__version__ = "0.1.2" +__version__ = "0.2.0" diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/s...
Patch release <I> (#<I>) * Upgrade version to <I> and improve the use of version number * Upgrade version to <I> and improve the use of version number
GibbsConsulting_jupyter-plotly-dash
train
78de35869db6f27be8f92d0fb8b19c7338335f10
diff --git a/src/PatternLab/Builder.php b/src/PatternLab/Builder.php index <HASH>..<HASH> 100644 --- a/src/PatternLab/Builder.php +++ b/src/PatternLab/Builder.php @@ -35,8 +35,6 @@ class Builder { */ public function __construct() { - //$this->patternCSS = array(); - // set-up the pattern engine Patte...
removing some of the old CSS rule saver code
pattern-lab_patternlab-php-core
train
7098c23d2228cc5e2c217392245985a263f65613
diff --git a/azure-maven-plugin-lib/src/main/java/com/microsoft/azure/maven/telemetry/AppInsightsProxy.java b/azure-maven-plugin-lib/src/main/java/com/microsoft/azure/maven/telemetry/AppInsightsProxy.java index <HASH>..<HASH> 100644 --- a/azure-maven-plugin-lib/src/main/java/com/microsoft/azure/maven/telemetry/AppInsig...
fix ConcurrentModificationException (#<I>)
Microsoft_azure-maven-plugins
train
722e546940e0a56e2a66cd5683740c50ec59658a
diff --git a/src/Happyr/DoctrineSpecification/Spec.php b/src/Happyr/DoctrineSpecification/Spec.php index <HASH>..<HASH> 100644 --- a/src/Happyr/DoctrineSpecification/Spec.php +++ b/src/Happyr/DoctrineSpecification/Spec.php @@ -9,6 +9,7 @@ use Happyr\DoctrineSpecification\Comparison\Like; use Happyr\DoctrineSpecificati...
Added Join to the factory Fixes #<I>
Happyr_Doctrine-Specification
train
a9022f9e9bb4a095649a6f3d5d335530e5023454
diff --git a/mod/forum/index.php b/mod/forum/index.php index <HASH>..<HASH> 100644 --- a/mod/forum/index.php +++ b/mod/forum/index.php @@ -220,7 +220,7 @@ $row[] = $trackedlink; // Tracking. } $row[] = $sublink; - if (!empty($rsslink)) { + ...
Generate properly RSS column. It was breaking styled (colored) rows. Merged from MOODLE_<I>_STABLE
moodle_moodle
train
44cfaf99dc106f84b907e21ecb56c15215cb7d33
diff --git a/app-map.js b/app-map.js index <HASH>..<HASH> 100644 --- a/app-map.js +++ b/app-map.js @@ -29,7 +29,9 @@ steal("can/util", "can/map", "can/compute", function(can){ var self = this; register("inline-cache", function(){ var script = document.createElement("script"); - var text = document.c...
inline-cache: serialize strings that contain <script> Browsers treat instances of the string `<script>` as though a script is being added to the page, so we must split these up into `<scr" + "ipt>`. This implements that escape, fixing #<I>
donejs_done-ssr
train
202160b6b54b57d0a9342a5451b20334f2866ec3
diff --git a/Granam/String/StringTools.php b/Granam/String/StringTools.php index <HASH>..<HASH> 100644 --- a/Granam/String/StringTools.php +++ b/Granam/String/StringTools.php @@ -65,7 +65,7 @@ class StringTools extends StrictObject */ protected static function removeDiacriticsFallback($word) { - ...
fix: Just a question mark is used for unconvertible letter on fallback mode
granam_string
train
3319b27123880bd8a2e83cef7df760e1ddaadee8
diff --git a/builtin/providers/datadog/resource_datadog_timeboard.go b/builtin/providers/datadog/resource_datadog_timeboard.go index <HASH>..<HASH> 100644 --- a/builtin/providers/datadog/resource_datadog_timeboard.go +++ b/builtin/providers/datadog/resource_datadog_timeboard.go @@ -708,10 +708,11 @@ func validateAggreg...
Add last aggregator to datadog_timeboard resource (#<I>) * Add last aggregator to datadog_timeboard resource * Fix go fmt
hashicorp_terraform
train
e7affbfc7bdfe1e60ee2f52f1e85ecc85a418818
diff --git a/lib/generateMarkdown.js b/lib/generateMarkdown.js index <HASH>..<HASH> 100644 --- a/lib/generateMarkdown.js +++ b/lib/generateMarkdown.js @@ -258,7 +258,7 @@ function createPropertiesSummary(schema, knownTypes, autoLink) { function createExamples(schema, headerLevel) { var examples = schema.examples;...
Update lib/generateMarkdown.js
AnalyticalGraphicsInc_wetzel
train
ae96d8b7eb5172c579288fc21ea2f4306d8f0f42
diff --git a/ezp/Persistence/Storage/Legacy/Content/SearchHandler/Gateway/CriterionHandler/FullText.php b/ezp/Persistence/Storage/Legacy/Content/SearchHandler/Gateway/CriterionHandler/FullText.php index <HASH>..<HASH> 100644 --- a/ezp/Persistence/Storage/Legacy/Content/SearchHandler/Gateway/CriterionHandler/FullText.ph...
Refactored: Full text criterion handler dependencies The full text criterion handler does not need a reference to the database any more, since it works with only sub queries.
ezsystems_ezpublish-kernel
train
4da9139c8b35eaea7460fbbbf2a1ae4524d71def
diff --git a/lib/cortex/version.rb b/lib/cortex/version.rb index <HASH>..<HASH> 100644 --- a/lib/cortex/version.rb +++ b/lib/cortex/version.rb @@ -1,3 +1,3 @@ module Cortex - VERSION = '0.4.5' + VERSION = '0.4.6' end diff --git a/lib/cortex/webpages.rb b/lib/cortex/webpages.rb index <HASH>..<HASH> 100644 --- a/lib/...
Fix passing of URL param in Webpages feed request
cortex-cms_cortex-client-ruby
train
96e7581200be72ce6e37a41347b3095a5a4d4a05
diff --git a/tests/Compiler/GrammarTestCase.php b/tests/Compiler/GrammarTestCase.php index <HASH>..<HASH> 100644 --- a/tests/Compiler/GrammarTestCase.php +++ b/tests/Compiler/GrammarTestCase.php @@ -145,7 +145,7 @@ class GrammarTestCase extends AbstractParserTestCase $file = $this->getGrammarFile(); ...
Apply fixes from StyleCI (#<I>)
railt_railt
train
e09aa0b7a3e63d6b6042ed73c1e30dc46ea0ee28
diff --git a/src/JsonSchema/Constraints/Number.php b/src/JsonSchema/Constraints/Number.php index <HASH>..<HASH> 100644 --- a/src/JsonSchema/Constraints/Number.php +++ b/src/JsonSchema/Constraints/Number.php @@ -23,12 +23,32 @@ class Number extends Constraint public function check($element, $schema = null, $path = ...
Implement support for exclusiveMinimum and exclusiveMaximum.
justinrainbow_json-schema
train
016482a74d8bf572d080cb646115e7648ac606c9
diff --git a/pandas/tests/series/test_validate.py b/pandas/tests/series/test_validate.py index <HASH>..<HASH> 100644 --- a/pandas/tests/series/test_validate.py +++ b/pandas/tests/series/test_validate.py @@ -1,20 +1,18 @@ import pytest -class TestSeriesValidate: +@pytest.mark.parametrize( + "func", + ["reset_...
Turned class based tests into function based tests (#<I>)
pandas-dev_pandas
train
a70e4385d4b5b7842190a2f41a9732644f3db60f
diff --git a/lib/capybara/ui/capybara.rb b/lib/capybara/ui/capybara.rb index <HASH>..<HASH> 100644 --- a/lib/capybara/ui/capybara.rb +++ b/lib/capybara/ui/capybara.rb @@ -1,7 +1,6 @@ Capybara.configure do |config| config.match = :one config.exact = true - config.exact_options = true config.ignore_hidden_elem...
Remove deprecated `exact_options` capybara setting.
mojotech_capybara-ui
train
ba1d62263b829b148a19134c6f5a9379c681f88a
diff --git a/lib/writer/text.js b/lib/writer/text.js index <HASH>..<HASH> 100644 --- a/lib/writer/text.js +++ b/lib/writer/text.js @@ -80,25 +80,23 @@ function formatHeading(text, level) { } function formatSpans(spans) { - return spans.map(formatSpan).join(''); -} - -function formatSpan(span) { - assert(span.leng...
[text] Embed formatSpan function into the single place of usage.
sheremetyev_texts.js
train
500443934c1d3dbe01ba648d55fdc0005d3dfabb
diff --git a/jOOR/src/main/java/org/joor/Compile.java b/jOOR/src/main/java/org/joor/Compile.java index <HASH>..<HASH> 100644 --- a/jOOR/src/main/java/org/joor/Compile.java +++ b/jOOR/src/main/java/org/joor/Compile.java @@ -17,6 +17,7 @@ package org.joor; import java.io.ByteArrayOutputStream; import java.io.OutputSt...
[#<I>] Reflect.compile() compilation errors are not propagated as ReflectException
jOOQ_jOOR
train
e8bbed2efeb4c87e082a52f5234252286abf302a
diff --git a/TYPO3.TYPO3CR/Classes/Domain/Model/Node.php b/TYPO3.TYPO3CR/Classes/Domain/Model/Node.php index <HASH>..<HASH> 100644 --- a/TYPO3.TYPO3CR/Classes/Domain/Model/Node.php +++ b/TYPO3.TYPO3CR/Classes/Domain/Model/Node.php @@ -680,6 +680,18 @@ class Node implements NodeInterface { } /** + * Enables using...
[TASK] Add setRemoved method to node domain object This is needed for generic method setters like the ExtDirect service Change-Id: I<I>ab<I>eb2e<I>e<I>ea2dfcaaaec<I>d3eb Original-Commit-Hash: <I>cbd<I>a8b<I>a<I>a3e3cfb<I>be1
neos_neos-development-collection
train
7eab98a81c028b4aa76ba682bed33210fdcfb9bf
diff --git a/lib/Bootstrapper.php b/lib/Bootstrapper.php index <HASH>..<HASH> 100644 --- a/lib/Bootstrapper.php +++ b/lib/Bootstrapper.php @@ -216,8 +216,6 @@ class Bootstrapper { $responders[HostConfig::DOCUMENTS] = $this->buildDocRootResponder($conf); } - $responders = $this->orderRespo...
Remove responder ordering -- routing makes this largely unnecessary
amphp_http-server
train
8753247ef09137f7ad03b631128f9c805ae62b2a
diff --git a/src/components/form/MarkdownEditor.js b/src/components/form/MarkdownEditor.js index <HASH>..<HASH> 100644 --- a/src/components/form/MarkdownEditor.js +++ b/src/components/form/MarkdownEditor.js @@ -4,6 +4,9 @@ import InscrybMDE from 'inscrybmde'; class MarkdownEditor extends React.Component { component...
adjust editor markdown styles, filter empty lines after headings
square-a_sissi-says
train
4bc053ce0d13eb00ca6195cdf746d77202423fc6
diff --git a/lib/SAML2/Assertion.php b/lib/SAML2/Assertion.php index <HASH>..<HASH> 100644 --- a/lib/SAML2/Assertion.php +++ b/lib/SAML2/Assertion.php @@ -357,6 +357,7 @@ class SAML2_Assertion implements SAML2_SignedElement { $as = SAML2_Utils::xpQuery($xml, './saml_assertion:AuthnStatement'); if (empty($as)) {...
SAML2_Assertion: Turn AuthnInstant into an indicator about whether the user is authenticated or not.
simplesamlphp_saml2
train
e5992b98a6429c679b85f66c6a2a5f8bb9aad5e9
diff --git a/test-complete/src/test/java/com/marklogic/client/datamovement/functionaltests/StringQueryHostBatcherTest.java b/test-complete/src/test/java/com/marklogic/client/datamovement/functionaltests/StringQueryHostBatcherTest.java index <HASH>..<HASH> 100644 --- a/test-complete/src/test/java/com/marklogic/client/da...
Fix test for Git issue #<I> in datamovement repository.
marklogic_java-client-api
train
c9b6089b8ba945b0b1ed801c590e5ee7d91b4198
diff --git a/src/GoogleDriveAdapter.php b/src/GoogleDriveAdapter.php index <HASH>..<HASH> 100755 --- a/src/GoogleDriveAdapter.php +++ b/src/GoogleDriveAdapter.php @@ -847,7 +847,7 @@ class GoogleDriveAdapter extends AbstractAdapter unset($setHasDir[$itemId]); ...
fix #<I> problem of getItems with recursive call
nao-pon_flysystem-google-drive
train
e0c92f135e6ffbea3fbf5b2be619164ce84d23e2
diff --git a/code/controllers/CMSMain.php b/code/controllers/CMSMain.php index <HASH>..<HASH> 100644 --- a/code/controllers/CMSMain.php +++ b/code/controllers/CMSMain.php @@ -697,8 +697,8 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr $columns->setDisplayFields($fields); $co...
Display of last edit date should be exact to the minute.
silverstripe_silverstripe-reports
train
cc28f034301c07e1f966b4e13a828c0a11b1bb06
diff --git a/ceph_deploy/hosts/centos/install.py b/ceph_deploy/hosts/centos/install.py index <HASH>..<HASH> 100644 --- a/ceph_deploy/hosts/centos/install.py +++ b/ceph_deploy/hosts/centos/install.py @@ -109,6 +109,7 @@ def install(distro, version_kind, version, adjust_repos): '-y', 'install', ...
install: install/uninstall radosgw package too
ceph_ceph-deploy
train
8fa53643d4e39302774adac88b9f5a49e787364f
diff --git a/routes/dashboard/auth.php b/routes/dashboard/auth.php index <HASH>..<HASH> 100644 --- a/routes/dashboard/auth.php +++ b/routes/dashboard/auth.php @@ -28,8 +28,6 @@ $this->group([ $this->get('password/reset/{token}', 'ResetPasswordController@showResetForm')->name('dashboard.pas...
Apply fixes from StyleCI (#<I>) [ci skip] [skip ci]
orchidsoftware_platform
train
fb40973f310527d39011234dc30b6ad78c5e1b76
diff --git a/cookiejar.js b/cookiejar.js index <HASH>..<HASH> 100644 --- a/cookiejar.js +++ b/cookiejar.js @@ -60,7 +60,7 @@ Cookie.prototype.toValueString = function toValueString() { var cookie_str_splitter=/[:](?=\s*[a-zA-Z0-9_\-]+\s*[=])/g Cookie.prototype.parse = function parse(str) { if(this instanceof Cookie...
don't fail when cookie ends with ;
bmeck_node-cookiejar
train
e9711c1a1de5b421ed3b392d1329e6167f8e67b6
diff --git a/docs/index.rst b/docs/index.rst index <HASH>..<HASH> 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -37,7 +37,6 @@ Here’s an example of how GitHub-Flask is typically initialized and configured: app = Flask(__name__) app.config['GITHUB_CLIENT_ID'] = 'XXX' app.config['GITHUB_CLIENT_SECRET...
remove GITHUB_CALLBACK_URL config because it's optional
cenkalti_github-flask
train
68e58b194354662056d9f6dfa11bd65df3f03d0d
diff --git a/src/System/Proxies/CollectionProxy.php b/src/System/Proxies/CollectionProxy.php index <HASH>..<HASH> 100644 --- a/src/System/Proxies/CollectionProxy.php +++ b/src/System/Proxies/CollectionProxy.php @@ -200,6 +200,18 @@ class CollectionProxy extends EntityCollection implements ProxyInterface /** ...
Add diffUsing() method to collectionProxy
analogueorm_analogue
train
43716a28508cec2888337ac70fcfb8c19c84788c
diff --git a/storagedriver/s3/s3.go b/storagedriver/s3/s3.go index <HASH>..<HASH> 100644 --- a/storagedriver/s3/s3.go +++ b/storagedriver/s3/s3.go @@ -161,7 +161,6 @@ func (d *S3Driver) WriteStream(path string, offset, size uint64, reader io.ReadC } else { part, err := multi.PutPart(int(partNumber), bytes.NewRea...
Uses IsTruncated and NextMarker for S3 list internal pagination
docker_distribution
train
7d028658ca91c25ab1cac65b82123e329375cff0
diff --git a/lib/ggem/version.rb b/lib/ggem/version.rb index <HASH>..<HASH> 100644 --- a/lib/ggem/version.rb +++ b/lib/ggem/version.rb @@ -1,3 +1,3 @@ module GGem - VERSION = "1.4.2" + VERSION = "1.4.3" end
version to <I> * meta tweaks for move to redding org (#6)
redding_ggem
train
fd17443988ed5f1b32463b78f4847dbc8e8131ac
diff --git a/registry/auth/token/token.go b/registry/auth/token/token.go index <HASH>..<HASH> 100644 --- a/registry/auth/token/token.go +++ b/registry/auth/token/token.go @@ -52,11 +52,11 @@ type ClaimSet struct { // Header describes the header section of a JSON Web Token. type Header struct { - Type string ...
Update token header struct to use json.RawMessage pointer Since RawMessage json receivers take a pointer type, the Header structure should use points in order to call the json.RawMessage marshal and unmarshal functions
docker_distribution
train
9fd68468becb7a46a9ec032ba44df17d2d955c6f
diff --git a/src/adaptors/DOMStorageAdaptor.js b/src/adaptors/DOMStorageAdaptor.js index <HASH>..<HASH> 100644 --- a/src/adaptors/DOMStorageAdaptor.js +++ b/src/adaptors/DOMStorageAdaptor.js @@ -21,7 +21,7 @@ DOMStorageAdaptor.prototype = { this.storage = this.merge(window.localStorage, options.storage); this.tab...
fallback to window.name hack was failing in android <I>
brianleroux_lawnchair
train
0a1d4eb7e2e75ad1647e009eecbcb5b5f61be4d6
diff --git a/lib/settings.rb b/lib/settings.rb index <HASH>..<HASH> 100644 --- a/lib/settings.rb +++ b/lib/settings.rb @@ -33,7 +33,6 @@ class Settings < ActiveRecord::Base var_name = var_name.to_s if self[var_name] object(var_name).destroy - set_cache(var_name, nil) true else ...
Caching removed, because it didn't work with Thread.current (changes from other processes are hidden)
ledermann_rails-settings
train
c924512e9147e064fe04c1518df1045537967a97
diff --git a/testdata/javascript/soy_usegoog_lib.js b/testdata/javascript/soy_usegoog_lib.js index <HASH>..<HASH> 100644 --- a/testdata/javascript/soy_usegoog_lib.js +++ b/testdata/javascript/soy_usegoog_lib.js @@ -1317,8 +1317,8 @@ goog.typeOf = function(value) { // Check these first, so we can avoid calling Ob...
Indent blocks containing locally unmatched HTML tags. ------------- Created by MOE: <URL>
google_closure-templates
train
36fb5f8723bc51750cb60d43b34ee7d1c462bc1a
diff --git a/client/src/views/channel.js b/client/src/views/channel.js index <HASH>..<HASH> 100644 --- a/client/src/views/channel.js +++ b/client/src/views/channel.js @@ -147,7 +147,11 @@ _kiwi.view.Channel = _kiwi.view.Panel.extend({ } else { hour = msg.time.getHours(); pm = hour > 1...
Correctly showing 0 hours in <I> hour timestamps
prawnsalad_KiwiIRC
train
5742f12b781ecb212cb746d329e188cb4ff73f70
diff --git a/activemodel/lib/active_model/validations/length.rb b/activemodel/lib/active_model/validations/length.rb index <HASH>..<HASH> 100644 --- a/activemodel/lib/active_model/validations/length.rb +++ b/activemodel/lib/active_model/validations/length.rb @@ -27,7 +27,7 @@ module ActiveModel keys.each do |k...
Prefer || over 'or' for boolean operations
rails_rails
train
efa3dc0141d7cbd9768b446d542ebd3a26358dea
diff --git a/wcomponents-theme/src/main/js/wc/ui/tabset.js b/wcomponents-theme/src/main/js/wc/ui/tabset.js index <HASH>..<HASH> 100755 --- a/wcomponents-theme/src/main/js/wc/ui/tabset.js +++ b/wcomponents-theme/src/main/js/wc/ui/tabset.js @@ -290,7 +290,9 @@ define(["wc/array/toArray", if (action === shed.action...
Tabset to accordion fixes Fixed a couple of bugs in the viewport based conversion of tabsets to accordions.
BorderTech_wcomponents
train
bbc657acfc37e03976f3baedb4a22d795c9006cb
diff --git a/code/DocumentationViewer.php b/code/DocumentationViewer.php index <HASH>..<HASH> 100755 --- a/code/DocumentationViewer.php +++ b/code/DocumentationViewer.php @@ -81,8 +81,8 @@ class DocumentationViewer extends Controller { // css Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/s...
MINOR: changed theme to a darker one to help with readability
silverstripe_silverstripe-docsviewer
train
d0a2506a968d8907b995c9a457147c214cdc7bed
diff --git a/jsonresults.go b/jsonresults.go index <HASH>..<HASH> 100644 --- a/jsonresults.go +++ b/jsonresults.go @@ -237,16 +237,17 @@ type Vout struct { // GetMiningInfoResult models the data from the getmininginfo command. type GetMiningInfoResult struct { - CurrentBlockSize float64 `json:"currentblocksize"` + ...
Improve GetMiningInfoResult. This commit modifies the types of the GetMiningInfoResult to better match their underlying types. While the information was all available and accurate, it's nicer to treat numeric values as proper types instead of all float<I>s. Also, a new networkhashps field has been added for compatib...
btcsuite_btcd
train
dae272550667393fdabf49f3c35a211f2792f5a7
diff --git a/protempa-framework/src/main/java/org/protempa/backend/BackendSpec.java b/protempa-framework/src/main/java/org/protempa/backend/BackendSpec.java index <HASH>..<HASH> 100644 --- a/protempa-framework/src/main/java/org/protempa/backend/BackendSpec.java +++ b/protempa-framework/src/main/java/org/protempa/backen...
<?> construct was somehow breaking compilation.
eurekaclinical_protempa
train
a5686a77401aff64e843dfc2d95db43a3cf5054f
diff --git a/server/src/main/resources/assets/js/grapes-commons.js b/server/src/main/resources/assets/js/grapes-commons.js index <HASH>..<HASH> 100644 --- a/server/src/main/resources/assets/js/grapes-commons.js +++ b/server/src/main/resources/assets/js/grapes-commons.js @@ -247,8 +247,10 @@ function filterRadioOptions(...
Minor updates on the wording and making the checkbox behavior more restrictive.
Axway_Grapes
train
675c77f4f1d17889bfa828d5e3bfe86694d97a75
diff --git a/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext/util/MergeableManifest.java b/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext/util/MergeableManifest.java index <HASH>..<HASH> 100644 --- a/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext/util/MergeableManifest.java +++ b/plugins/org.eclipse.xt...
[xbase] regenerated with latest generator changes
eclipse_xtext-core
train
4e5b48ff45a6004eeda1ea64f99e3d84980a6998
diff --git a/docs/pages/blog/2019-developer-survey-results.md b/docs/pages/blog/2019-developer-survey-results.md index <HASH>..<HASH> 100644 --- a/docs/pages/blog/2019-developer-survey-results.md +++ b/docs/pages/blog/2019-developer-survey-results.md @@ -320,4 +320,4 @@ We will run a similar survey next year to keep tr...
[docs] Batch small changes (#<I>)
mui-org_material-ui
train
04f2be1d270d39675ba9045b892afb3d55c07ef1
diff --git a/lib/capybara/driver/node.rb b/lib/capybara/driver/node.rb index <HASH>..<HASH> 100644 --- a/lib/capybara/driver/node.rb +++ b/lib/capybara/driver/node.rb @@ -40,15 +40,15 @@ module Capybara raise NotImplementedError end - def click(keys = [], offset = {}) + def click(keys = [], ...
For v3 drivers must accept click options
teamcapybara_capybara
train
fdc67868b19e3fb3a468c3abf9cef05ad2e115fc
diff --git a/typedload/typechecks.py b/typedload/typechecks.py index <HASH>..<HASH> 100644 --- a/typedload/typechecks.py +++ b/typedload/typechecks.py @@ -141,14 +141,14 @@ def is_namedtuple(type_: Type[Any]) -> bool: ''' Generated with typing.NamedTuple ''' - return _issubclass(type_, tuple) and set(...
Replace dir with hasattr Looks cleaner in my opinion.
ltworf_typedload
train
58afcee7b50cd68a490e9521e3449f35fd04ab10
diff --git a/src/Core42/Module.php b/src/Core42/Module.php index <HASH>..<HASH> 100644 --- a/src/Core42/Module.php +++ b/src/Core42/Module.php @@ -13,7 +13,6 @@ use Zend\ModuleManager\ModuleManagerInterface; class Module implements BootstrapListenerInterface, ConfigProviderInterface, - ...
removed obsolete autoloading - done by composer
kiwi-suite_core42
train
f48523fc1b3a95d87fc6a44c8ff311fe3df2ca46
diff --git a/lib/polymorpheus/version.rb b/lib/polymorpheus/version.rb index <HASH>..<HASH> 100644 --- a/lib/polymorpheus/version.rb +++ b/lib/polymorpheus/version.rb @@ -1,3 +1,3 @@ module Polymorpheus - VERSION = '3.1.1' + VERSION = '3.2.0' end
Update gem version to <I> * Added support for activerecord <I>
wegowise_polymorpheus
train
b251b90dee002502cb26e7fdb2aa7867c0860e4e
diff --git a/src/Ouzo/Goodies/Utilities/Objects.php b/src/Ouzo/Goodies/Utilities/Objects.php index <HASH>..<HASH> 100644 --- a/src/Ouzo/Goodies/Utilities/Objects.php +++ b/src/Ouzo/Goodies/Utilities/Objects.php @@ -38,9 +38,6 @@ class Objects private static function objectToString($object) { - if (me...
Keep consistent logging format for objects, regardless of their toString implementation.
letsdrink_ouzo
train
c0b659a354e8827690ccd911159f2441b26ec659
diff --git a/pandas/_config/localization.py b/pandas/_config/localization.py index <HASH>..<HASH> 100644 --- a/pandas/_config/localization.py +++ b/pandas/_config/localization.py @@ -43,11 +43,9 @@ def set_locale( try: locale.setlocale(lc_var, new_locale) - normalized_locale = locale.getlocale() ...
TYP: remove mypy ignore from localization.py (#<I>) * TYP: remove mypy ignore from localization.py * fixup! TYP: remove mypy ignore from localization.py
pandas-dev_pandas
train
8f43bf213345ea2fe0b558cd350d0a83f61df656
diff --git a/tests/MarkLogic/MLPHP/Test/OptionsTest.php b/tests/MarkLogic/MLPHP/Test/OptionsTest.php index <HASH>..<HASH> 100644 --- a/tests/MarkLogic/MLPHP/Test/OptionsTest.php +++ b/tests/MarkLogic/MLPHP/Test/OptionsTest.php @@ -70,5 +70,19 @@ class OptionsTest extends TestBaseDB $this->assertEquals(204, $re...
Test setAdditionalQuery, which has XML content
marklogic-community_mlphp
train
60e319f8e1ed79fd244af2ca9c7d5c41f5396c5b
diff --git a/src/ol/source/WMTS.js b/src/ol/source/WMTS.js index <HASH>..<HASH> 100644 --- a/src/ol/source/WMTS.js +++ b/src/ol/source/WMTS.js @@ -55,43 +55,6 @@ import {appendParams} from '../uri.js'; * @property {boolean} [wrapX=false] Whether to wrap the world horizontally. * @property {number} [transition] Dura...
Remove extra properties in ol/source/WMTS options
openlayers_openlayers
train
efbc7b60523b60f865ff39baf2d322535cd693b0
diff --git a/hotdoc/core/gi_raw_parser.py b/hotdoc/core/gi_raw_parser.py index <HASH>..<HASH> 100644 --- a/hotdoc/core/gi_raw_parser.py +++ b/hotdoc/core/gi_raw_parser.py @@ -31,22 +31,22 @@ class GtkDocRawCommentParser (object): self.tag_validation_regex = re.compile (tag_validation_regex) - def parse_...
gi_raw_parser: Fix comment title ending with colon check.
hotdoc_hotdoc
train
c727dab89c4efb255c668aa64e9690365d994bb1
diff --git a/lib/Redmine/Api/TimeEntry.php b/lib/Redmine/Api/TimeEntry.php index <HASH>..<HASH> 100644 --- a/lib/Redmine/Api/TimeEntry.php +++ b/lib/Redmine/Api/TimeEntry.php @@ -15,12 +15,12 @@ class TimeEntry extends AbstractApi /** * List time entries * @link http://www.redmine.org/projects/redmine/...
add params to time_entries.json so limit and offset can be used to pull more than the <I> limit
kbsali_php-redmine-api
train
ce0b47d6fd1fb113d2b300735c916e4cf853a4f8
diff --git a/ble.js b/ble.js index <HASH>..<HASH> 100644 --- a/ble.js +++ b/ble.js @@ -468,7 +468,8 @@ exports.testCharConversion = function(i, win) { /** Resets the device's Bluetooth system. * This is useful on some buggy devices where BLE functions stops responding until reset. * Available on Android 4.3+. This f...
Updated comment for how reset works on iOS.
evothings_cordova-ble
train
1ab2def27b001cc6f4b3a26de143d039eef43eac
diff --git a/lib/bundle.js b/lib/bundle.js index <HASH>..<HASH> 100644 --- a/lib/bundle.js +++ b/lib/bundle.js @@ -78,21 +78,25 @@ function calculateBundles(modules, duplicates, loaderConfig) { var bundleName = generateBundleName(dependentMains); // If the bundle doesn't exist yet, create one. ...
Refactor `bundles`, from (name -> dependencies) into (name -> { dependencies: , dependentMains: }).
asavoy_grunt-requirejs-auto-bundles
train
370a3049b069fbacf93316f9c15541e9f45d59b8
diff --git a/src/sap.ui.mdc/test/sap/ui/mdc/qunit/p13n/OpaTests/P13nOpa.qunit.js b/src/sap.ui.mdc/test/sap/ui/mdc/qunit/p13n/OpaTests/P13nOpa.qunit.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.mdc/test/sap/ui/mdc/qunit/p13n/OpaTests/P13nOpa.qunit.js +++ b/src/sap.ui.mdc/test/sap/ui/mdc/qunit/p13n/OpaTests/P13nOpa.qu...
[INTERNAL]P<I>nChart*: increase timeout Change-Id: Ida<I>a<I>cec<I>f4f<I>dc<I>d9dc<I>a9
SAP_openui5
train
6ecd503b9a4b78f1ad5097bb58c396fde6b34bfd
diff --git a/jfunk-core/src/main/java/com/mgmtp/jfunk/core/scripting/ScriptExecutor.java b/jfunk-core/src/main/java/com/mgmtp/jfunk/core/scripting/ScriptExecutor.java index <HASH>..<HASH> 100644 --- a/jfunk-core/src/main/java/com/mgmtp/jfunk/core/scripting/ScriptExecutor.java +++ b/jfunk-core/src/main/java/com/mgmtp/jf...
Fix double-logging of exceptions.
mgm-tp_jfunk
train
7a32adadb7f1d22191c357b7e2d0ceeeb269a068
diff --git a/DocParserTest.php b/DocParserTest.php index <HASH>..<HASH> 100644 --- a/DocParserTest.php +++ b/DocParserTest.php @@ -252,6 +252,20 @@ DOCBLOCK; $this->assertEquals($annot->name, "Some name"); $this->assertEquals($annot->data, "Some data"); + + $docblock =...
refactoring and tests for annotations whith constructor without parameters.
doctrine_annotations
train
fe2b686f51822a53fb22f10c0229b588068c1874
diff --git a/lib/spreadsheet/sample.rb b/lib/spreadsheet/sample.rb index <HASH>..<HASH> 100644 --- a/lib/spreadsheet/sample.rb +++ b/lib/spreadsheet/sample.rb @@ -6,7 +6,6 @@ include Spreadsheet format = workbook.add_format dims = ['row_min', 'row_max', 'col_min', 'col_max'] smiley...
test/test_<I>_dimensions.rb: add until test 7 lib/spreadsheet/worksheet.rb: bugfix.
cxn03651_writeexcel
train
92d3c1fb4931e2a3b1ce0aee6e2f31c504fdd28c
diff --git a/splinter/driver/__init__.py b/splinter/driver/__init__.py index <HASH>..<HASH> 100644 --- a/splinter/driver/__init__.py +++ b/splinter/driver/__init__.py @@ -109,8 +109,6 @@ class DriverAPI(RequestHandler): """ raise NotImplementedError - find_by_css_selector = find_by_css - def...
removed find_by_css_selector
cobrateam_splinter
train
86f43c0be5db08c9a6d7339aa8287620306fb0b5
diff --git a/src/dat/gui/GUI.js b/src/dat/gui/GUI.js index <HASH>..<HASH> 100644 --- a/src/dat/gui/GUI.js +++ b/src/dat/gui/GUI.js @@ -544,7 +544,7 @@ define([ // TODO listening? this.__ul.removeChild(controller.__li); - this.__controllers.slice(this.__controllers.indexOf(controller), 1...
Fix remove method to use splice instead of slice
dataarts_dat.gui
train
238c99b1363cc8f29ba2292d2f68e27267020fd8
diff --git a/website/config.rb b/website/config.rb index <HASH>..<HASH> 100644 --- a/website/config.rb +++ b/website/config.rb @@ -2,7 +2,7 @@ set :base_url, "https://www.consul.io/" activate :hashicorp do |h| h.name = "consul" - h.version = "0.8.0" + h.version = "0.8.1" h.github_slug = "hashi...
Bumps download link to <I>.
hashicorp_consul
train
1c5b7b24329fd47f6a6b7169f601e4f573785471
diff --git a/wamp4j-core/src/main/java/jlibs/wamp4j/client/WAMPClient.java b/wamp4j-core/src/main/java/jlibs/wamp4j/client/WAMPClient.java index <HASH>..<HASH> 100644 --- a/wamp4j-core/src/main/java/jlibs/wamp4j/client/WAMPClient.java +++ b/wamp4j-core/src/main/java/jlibs/wamp4j/client/WAMPClient.java @@ -290,7 +290,7 ...
send all wampmessages through queue
santhosh-tekuri_jlibs
train
053bd55eae31a4d8d7ac8a75d44af08ac015c965
diff --git a/spyder/app/tests/test_mainwindow.py b/spyder/app/tests/test_mainwindow.py index <HASH>..<HASH> 100644 --- a/spyder/app/tests/test_mainwindow.py +++ b/spyder/app/tests/test_mainwindow.py @@ -248,7 +248,7 @@ def test_issue_4066(main_window, qtbot): qtbot.mouseClick(ok_widget, Qt.LeftButton) # Wai...
Testing: Reduce waiting time for some main window tests to 3 secs
spyder-ide_spyder
train
fa65abdf492555224b407164d3a1a4e468ecb2f8
diff --git a/lxd/instance/drivers/driver_lxc.go b/lxd/instance/drivers/driver_lxc.go index <HASH>..<HASH> 100644 --- a/lxd/instance/drivers/driver_lxc.go +++ b/lxd/instance/drivers/driver_lxc.go @@ -5478,6 +5478,9 @@ func (d *lxc) FilePush(fileType string, srcpath string, dstpath string, uid int6 return err } + ...
lxd/instance/drivers/driver/lxc: handle InstanceFilePushed lifecycle event
lxc_lxd
train
069557edef84a4f37ad52ae93838129da8e5fe77
diff --git a/tests/misc/sys_settrace_features.py b/tests/misc/sys_settrace_features.py index <HASH>..<HASH> 100644 --- a/tests/misc/sys_settrace_features.py +++ b/tests/misc/sys_settrace_features.py @@ -60,8 +60,9 @@ def trace_tick_handler_bob(frame, event, arg): def trace_tick_handler(frame, event, arg): # Ign...
tests/misc/sys_settrace_features.py: Fix running with non-dflt encoding. Notably git-cmd which comes with git installations on Windows alters the encoding resulting in CPython tracing encodings/cp<I>.py calls.
micropython_micropython
train
6ea42615773bf29b984919ed79426401eee0258f
diff --git a/pyinfra_cli/prints.py b/pyinfra_cli/prints.py index <HASH>..<HASH> 100644 --- a/pyinfra_cli/prints.py +++ b/pyinfra_cli/prints.py @@ -129,7 +129,7 @@ def print_fact(fact_data): def print_inventory(state): - for host in state.inventory.iter_activated_hosts(): + for host in state.inventory: ...
Fix printing inventory always include every host.
Fizzadar_pyinfra
train
c63cbe2a8542e4e81f3881cc65ccfd160b64c9ed
diff --git a/spec/sepparator_spec.rb b/spec/sepparator_spec.rb index <HASH>..<HASH> 100644 --- a/spec/sepparator_spec.rb +++ b/spec/sepparator_spec.rb @@ -8,7 +8,7 @@ describe Sepparator do csv_path = 'foo/bar.csv' xls_path = 'bla/fu.xls' sheet_name = 'my sheet' - converter = stub + conve...
Use double instead of stub.
afirel_sepparator
train
cd1591968f8c9af1e1793ebebf70f0df8a3a4c03
diff --git a/lib/travis/services/branches.rb b/lib/travis/services/branches.rb index <HASH>..<HASH> 100644 --- a/lib/travis/services/branches.rb +++ b/lib/travis/services/branches.rb @@ -4,7 +4,7 @@ module Travis module Services class Branches < Base def find_all(params = {}) - return find_by_ids(...
make ids[] api work
travis-ci_travis-core
train
4903a46cafda5a4889ca1dd4d207255a286b6445
diff --git a/tests/router_test.js b/tests/router_test.js index <HASH>..<HASH> 100644 --- a/tests/router_test.js +++ b/tests/router_test.js @@ -1549,6 +1549,48 @@ scenarios.forEach(function(scenario) { transitionTo(router, 'adminPost', { id: 75 }); }); + test('check for mid-transition correctness', function(a...
Failing test for mid-transition active checks.
tildeio_router.js
train
925214227fc52867d1dc4c1c3b7332398c6922f3
diff --git a/closure/goog/fx/animation.js b/closure/goog/fx/animation.js index <HASH>..<HASH> 100644 --- a/closure/goog/fx/animation.js +++ b/closure/goog/fx/animation.js @@ -321,6 +321,15 @@ goog.fx.Animation.prototype.pause = function() { /** + * @return {number} The current progress of the animation, the number...
Adds getProgress to goog.fx.Animation. I'm trying to remove direct access to progress and other protected fields. Currently, I want to make this.lastFrame private and the only usage can be replaced with getProgress(). R=nicksantos DELTA=<I> (9 added, 0 deleted, 1 changed) Revision created by MOE tool push_codebase....
google_closure-library
train
49d87a3114fa8444e5b16dff2eb37c960a515772
diff --git a/resource/cmd/stub_test.go b/resource/cmd/stub_test.go index <HASH>..<HASH> 100644 --- a/resource/cmd/stub_test.go +++ b/resource/cmd/stub_test.go @@ -49,8 +49,8 @@ type stubAPIClient struct { stub *testing.Stub } -func (s *stubAPIClient) Upload(service, name string, resource io.ReadSeeker) error { - s...
Corrected tests to conform to new type signatures.
juju_juju
train
3589c49af9ba494c63f59a79cbc0e7c5c0a3de7a
diff --git a/utils/set/strings_test.go b/utils/set/strings_test.go index <HASH>..<HASH> 100644 --- a/utils/set/strings_test.go +++ b/utils/set/strings_test.go @@ -6,12 +6,15 @@ package set_test import ( "sort" + "github.com/juju/testing" gc "launchpad.net/gocheck" "launchpad.net/juju-core/utils/set" ) -ty...
Base set and shell tests to IsolationSuite.
juju_juju
train
fefe405c38d3e4cdb53eeff67f63af3e848eb2ba
diff --git a/lib/vines/command/cert.rb b/lib/vines/command/cert.rb index <HASH>..<HASH> 100644 --- a/lib/vines/command/cert.rb +++ b/lib/vines/command/cert.rb @@ -35,7 +35,7 @@ module Vines {'key' => key, 'crt' => cert}.each_pair do |ext, o| name = File.join(dir, "#{domain}.#{ext}") - Fil...
Read and write files in UTF-8.
negativecode_vines
train
3be5d918b04aa2c8158bf0c900021eed2ee28780
diff --git a/djpaypal/models/billing.py b/djpaypal/models/billing.py index <HASH>..<HASH> 100644 --- a/djpaypal/models/billing.py +++ b/djpaypal/models/billing.py @@ -8,7 +8,7 @@ from paypalrestsdk import payments as paypal_models from .. import enums from ..exceptions import PaypalApiError from ..fields import Curr...
Make agreement delta hack a customizable setting
HearthSim_dj-paypal
train
0e8e7f1c322f1f866cf6b833b8ead38b76ee3d4b
diff --git a/UniversalImageLoader/src/com/nostra13/universalimageloader/cache/disc/impl/TotalSizeLimitedDiscCache.java b/UniversalImageLoader/src/com/nostra13/universalimageloader/cache/disc/impl/TotalSizeLimitedDiscCache.java index <HASH>..<HASH> 100644 --- a/UniversalImageLoader/src/com/nostra13/universalimageloader/...
Issue #<I> - Show log warning if memory cache size is too large or disc cache size is too small
nostra13_Android-Universal-Image-Loader
train
937ef46df19f640108a3611255a51d0246994373
diff --git a/lib/mongoid_ext/filter.rb b/lib/mongoid_ext/filter.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid_ext/filter.rb +++ b/lib/mongoid_ext/filter.rb @@ -148,8 +148,9 @@ module MongoidExt if stemmer stem = stemmer.stem(word) end + normalize_string = lambda {|...
improve support for ruby <I> on rails 2
dcu_mongoid_ext
train
5b48b1961b5eeb9fa1ad60abdcaf2823ea7523d3
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 @@ -44,6 +44,7 @@ var ( "cos", "cri-o", "istio", + "google-oss", "google", "kopeio", "redhat",
Add "google-oss" to dashboard prefix list Allows for separate dashboard groups to allow for migration
kubernetes_test-infra
train
592e6eed4a79a2d48c67035ae075992ebb228010
diff --git a/src/main/java/io/opentracing/contrib/jdbc/DynamicProxy.java b/src/main/java/io/opentracing/contrib/jdbc/DynamicProxy.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/opentracing/contrib/jdbc/DynamicProxy.java +++ b/src/main/java/io/opentracing/contrib/jdbc/DynamicProxy.java @@ -57,7 +57,12 @@ public...
Improve DynamicProxyTest (#<I>)
opentracing-contrib_java-jdbc
train
52e7d02a81a32880ccd138b8e982a6a32adf45ec
diff --git a/tests/AssetBank/AssetBankManagerTest.php b/tests/AssetBank/AssetBankManagerTest.php index <HASH>..<HASH> 100644 --- a/tests/AssetBank/AssetBankManagerTest.php +++ b/tests/AssetBank/AssetBankManagerTest.php @@ -21,7 +21,7 @@ class AssetBankManagerTest extends TestCase $stub->expects($this->once()...
Tests: skeleton test for AssetBankManager:modifyMedia method and modification of urls for other methods (consequence of adding trailing / in some methods' urls to avoid HTTP<I>)
Bynder_bynder-php-sdk
train
65acb3048a466dc05c054ba00b7eb4558e6cb211
diff --git a/lib/command/run-multiple.js b/lib/command/run-multiple.js index <HASH>..<HASH> 100644 --- a/lib/command/run-multiple.js +++ b/lib/command/run-multiple.js @@ -3,6 +3,7 @@ const { } = require('./utils'); const fork = require('child_process').fork; const path = require('path'); +const crypto = require('cry...
Hash name for screenshots output directory (#<I>)
Codeception_CodeceptJS
train
100bed2ea298fd09234ac764fbbc0c80fd2946af
diff --git a/tests/pytests/unit/utils/scheduler/test_eval.py b/tests/pytests/unit/utils/scheduler/test_eval.py index <HASH>..<HASH> 100644 --- a/tests/pytests/unit/utils/scheduler/test_eval.py +++ b/tests/pytests/unit/utils/scheduler/test_eval.py @@ -192,7 +192,12 @@ def test_eval_multiple_whens_loop_interval(setup_tea...
Sleep after second run before we check the status, giving the job a chance to finish before we check.
saltstack_salt
train