hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
1b18bcbb043458d5aa94c73faff56b7c8a3690b9
diff --git a/Classes/Parser/Lexer.php b/Classes/Parser/Lexer.php index <HASH>..<HASH> 100644 --- a/Classes/Parser/Lexer.php +++ b/Classes/Parser/Lexer.php @@ -49,7 +49,7 @@ class Lexer public function __construct($string) { $this->string = $string; - $this->currentCharacter = ($string !== '') ...
Task: Remove deprecated curly brace syntax for accessing string offsets This syntax is deprecated as of php <I> in favor of the use of square brackets.
neos_neos-development-collection
train
fbdb8c2a5db75b9662d94e0d99368276f4c2480a
diff --git a/va.js b/va.js index <HASH>..<HASH> 100644 --- a/va.js +++ b/va.js @@ -1,10 +1,12 @@ +// va v0.1.0 +// https://github.com/francoiscolas/va + (function () { var _toString = Object.prototype.toString; var va = function (vargs/*, descriptions...*/) { var args = {}; - var ...
improve match of Date and RegExp objects
francoiscolas_va
train
753f06acb7ebbf3ca13f6ba2774e8983b7834587
diff --git a/lib/waterlock-facebook-auth.js b/lib/waterlock-facebook-auth.js index <HASH>..<HASH> 100644 --- a/lib/waterlock-facebook-auth.js +++ b/lib/waterlock-facebook-auth.js @@ -11,6 +11,14 @@ try{ }catch(e){ throw 'waterlock not installed'; } + +try{ + var blueprintsConfigPath = path.normalize(__dirname+'/....
Update waterlock-facebook-auth.js pluralize the callback if blueprints is installed with pluralize = true
waterlock_waterlock-facebook-auth
train
5e2d499d6cb5d9e41c3673d57cf57cf9648d41c2
diff --git a/src/tools/agepyramid/agepyramid-component.js b/src/tools/agepyramid/agepyramid-component.js index <HASH>..<HASH> 100644 --- a/src/tools/agepyramid/agepyramid-component.js +++ b/src/tools/agepyramid/agepyramid-component.js @@ -137,7 +137,8 @@ var AgePyramid = Component.extend({ */ ready: function() {...
agepyramid update and limit fix
vizabi_vizabi
train
b89b9d3aeee26cac30d7758bacd9c8ec5f80f89c
diff --git a/test/test.py b/test/test.py index <HASH>..<HASH> 100644 --- a/test/test.py +++ b/test/test.py @@ -8,6 +8,9 @@ import subprocess from PIL import Image import imagehash from matplotlib import pyplot as pp +if 'DISPLAY' not in os.environ: + # headless mode, for remote executions (and travis) + mpl.us...
tests: headless mode for travis
nschloe_matplotlib2tikz
train
f799d3a36840fe852a5e71bd0fefc569a64da407
diff --git a/lib/templates/rspec/scaffold/routing_spec.rb b/lib/templates/rspec/scaffold/routing_spec.rb index <HASH>..<HASH> 100644 --- a/lib/templates/rspec/scaffold/routing_spec.rb +++ b/lib/templates/rspec/scaffold/routing_spec.rb @@ -1,43 +1,43 @@ -require "rails_helper" +require 'rails_helper' <% module_namesp...
Replace double quotes to single quotes in routing spec
akm_model_base_generators
train
e55ec68c24a2ea51398f6bae22272d9161add5ef
diff --git a/datacats/network.py b/datacats/network.py index <HASH>..<HASH> 100644 --- a/datacats/network.py +++ b/datacats/network.py @@ -5,8 +5,7 @@ # See LICENSE.txt or http://www.fsf.org/licensing/licenses/agpl-3.0.html import time -from requests import get, ConnectionError -#from requests.errors import ReadTim...
apply timeout to wait_for_service_available get request
datacats_datacats
train
966cc073b0818e2d848a12d03b0deafb100c2f5c
diff --git a/lib/veewee/command/vbox.rb b/lib/veewee/command/vbox.rb index <HASH>..<HASH> 100644 --- a/lib/veewee/command/vbox.rb +++ b/lib/veewee/command/vbox.rb @@ -22,6 +22,7 @@ module Veewee desc "export [BOX_NAME]", "Exports the basebox to the vagrant format" method_option :debug,:type => :boolean , ...
Allow specifying a Vagrantfile when exporting with the CLI
jedi4ever_veewee
train
58016c0e5ca87d005e2ce98f9c0d836dcb81bd5f
diff --git a/lib/Rails/Routing/Route/Route.php b/lib/Rails/Routing/Route/Route.php index <HASH>..<HASH> 100755 --- a/lib/Rails/Routing/Route/Route.php +++ b/lib/Rails/Routing/Route/Route.php @@ -605,7 +605,7 @@ class Route elseif ($var['type'] == '*') $repl = '(.*?)'; else - ...
Fixed bug on routes. A normal route variable would accept anything but slashes. Now it won't accept dots also.
railsphp_railsphp
train
d44b3a4f67af188fa7b707f3e5db53fee96d179a
diff --git a/java/src/com/google/template/soy/SoyFileSet.java b/java/src/com/google/template/soy/SoyFileSet.java index <HASH>..<HASH> 100644 --- a/java/src/com/google/template/soy/SoyFileSet.java +++ b/java/src/com/google/template/soy/SoyFileSet.java @@ -718,22 +718,6 @@ public final class SoyFileSet { } /** - ...
Delete SoyFileSet.generateTemplateRegistry it is dead ------------- Created by MOE: <URL>
google_closure-templates
train
f0deeddfcc7416bd1d9255b639979ebcaf90f277
diff --git a/bcbio/cwl/create.py b/bcbio/cwl/create.py index <HASH>..<HASH> 100644 --- a/bcbio/cwl/create.py +++ b/bcbio/cwl/create.py @@ -55,8 +55,9 @@ def _write_tool(step_dir, name, inputs, outputs, parallel, programs, file_estima out_file = os.path.join(step_dir, "%s.cwl" % name) cores, mem_gb_per_core = ...
CWL: avoid use of json in sentinels Confusing escaping of JSON serialized objects in sentinel defaults can cause issues with runners (rabix/bunny#<I>). Simplify serialization to avoid JSON and present runner complications.
bcbio_bcbio-nextgen
train
64b2ecfefc8a6db94a0ec931dfc1e8012a5eb8a2
diff --git a/lib/Doctrine/ORM/AbstractQuery.php b/lib/Doctrine/ORM/AbstractQuery.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ORM/AbstractQuery.php +++ b/lib/Doctrine/ORM/AbstractQuery.php @@ -284,6 +284,10 @@ abstract class AbstractQuery } } + if ($value instanceof Mapping\ClassMet...
[DDC-<I>] Rewrite instanceof feature with parameter needle ClassMetadata breaks caching of queries.
doctrine_orm
train
da846de6005e4a25242390937a9aaa8fc387c939
diff --git a/lib/neo4j/shared/query_factory.rb b/lib/neo4j/shared/query_factory.rb index <HASH>..<HASH> 100644 --- a/lib/neo4j/shared/query_factory.rb +++ b/lib/neo4j/shared/query_factory.rb @@ -69,7 +69,8 @@ module Neo4j::Shared def create_query return match_query if graph_object.persisted? - base_q...
ActiveRel factories will build CREATE String
neo4jrb_neo4j
train
42f3fd4589c0e7802c42f3aed6c90d24e97f54f5
diff --git a/lib/fastlane_core/itunes_connect/itunes_connect_login.rb b/lib/fastlane_core/itunes_connect/itunes_connect_login.rb index <HASH>..<HASH> 100644 --- a/lib/fastlane_core/itunes_connect/itunes_connect_login.rb +++ b/lib/fastlane_core/itunes_connect/itunes_connect_login.rb @@ -39,7 +39,7 @@ module FastlaneCore...
Improved waiting for login page to appear on iTC
fastlane_fastlane
train
18ca41d8b3d3963efb8bb0a5891a8dea47e6c4ae
diff --git a/lib/utils.js b/lib/utils.js index <HASH>..<HASH> 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -511,10 +511,15 @@ function resolveReadPreference(options, sources) { const db = sources.db; const coll = sources.collection; const defaultReadPreference = sources.default; + const session = options.s...
feat(read-preference): add transaction to inheritance rules
mongodb_node-mongodb-native
train
d6a96851b9c9fb36d8ad0248f94bfc0c0d5d3e51
diff --git a/test/handle_filter_test.rb b/test/handle_filter_test.rb index <HASH>..<HASH> 100644 --- a/test/handle_filter_test.rb +++ b/test/handle_filter_test.rb @@ -59,7 +59,7 @@ class TestFilterExternal < MiniTest::Unit::TestCase event = { 'client' => { 'name' => 'test' }, 'check' => { 'name' => '...
Corrected tests Thought the default occurrences was 3, apparently it's 1.
sensu-plugins_sensu-plugin
train
cff9a637a4923083cdc6d33676bf81f7aa4c7bab
diff --git a/process/env_test.go b/process/env_test.go index <HASH>..<HASH> 100644 --- a/process/env_test.go +++ b/process/env_test.go @@ -86,7 +86,7 @@ func (*envSuite) TestUnparseEnvOkay(c *gc.C) { raw, err := process.UnparseEnv(env) c.Assert(err, jc.ErrorIsNil) - c.Check(raw, jc.DeepEquals, []string{"A=1", "B=...
Fixed some map order-dependant tests.
juju_juju
train
d8afc0eb5c2f0e7a27e517b79b8068f091a2b801
diff --git a/presto-orc/src/main/java/com/facebook/presto/orc/reader/MapFlatSelectiveStreamReader.java b/presto-orc/src/main/java/com/facebook/presto/orc/reader/MapFlatSelectiveStreamReader.java index <HASH>..<HASH> 100644 --- a/presto-orc/src/main/java/com/facebook/presto/orc/reader/MapFlatSelectiveStreamReader.java +...
Minor optimization of MapFlatSelectiveStreamReader
prestodb_presto
train
53b3af8b2bebc085492a2294bd8a80aa30411a4e
diff --git a/ipa/ipa_ec2.py b/ipa/ipa_ec2.py index <HASH>..<HASH> 100644 --- a/ipa/ipa_ec2.py +++ b/ipa/ipa_ec2.py @@ -118,7 +118,7 @@ class EC2Provider(LibcloudProvider): self.ssh_private_key = ( ssh_private_key or self._get_from_ec2_config('ssh_private_key') or - self._ge...
Update ec2 provider unit tests.
SUSE-Enceladus_ipa
train
c3c5b3438f5eec06215cc0e30b19e75e685d7fd8
diff --git a/test/integration/default/serverspec/bundle_install_spec.rb b/test/integration/default/serverspec/bundle_install_spec.rb index <HASH>..<HASH> 100644 --- a/test/integration/default/serverspec/bundle_install_spec.rb +++ b/test/integration/default/serverspec/bundle_install_spec.rb @@ -66,7 +66,14 @@ describe '...
Update for new SCL package on EL7.
poise_poise-ruby
train
71b96046dc65fee1e574267e5dd8f1b5c5c35dbc
diff --git a/lib/z_k/znode.rb b/lib/z_k/znode.rb index <HASH>..<HASH> 100644 --- a/lib/z_k/znode.rb +++ b/lib/z_k/znode.rb @@ -51,22 +51,22 @@ module ZK # create a new Znode object and immediately attempt to persist it. # - def self.create(path, opts={}) - new(path, opts).tap do |node| + ...
be more lenient in class methods
zk-ruby_zk
train
f249d9ea1dc8983123848c6b3e7ea4eed833f81e
diff --git a/bottleutils/database.py b/bottleutils/database.py index <HASH>..<HASH> 100644 --- a/bottleutils/database.py +++ b/bottleutils/database.py @@ -1,3 +1,4 @@ +import inspect import math import datetime @@ -43,6 +44,8 @@ class SQLAlchemySession(object): class SQLAlchemyJsonMixin(object): def to_json...
Fix class comparison to prevent JSON serializing model instances
BasementCat_bottle-utils
train
1ac51c7cef3d522f7232725e2fa81e1fbda7b1e5
diff --git a/src/Sequence/Defer.php b/src/Sequence/Defer.php index <HASH>..<HASH> 100644 --- a/src/Sequence/Defer.php +++ b/src/Sequence/Defer.php @@ -46,7 +46,7 @@ final class Defer implements Implementation public function toArray(): array { - return $this->load()->toArray(); + return \itera...
avoid building an object to transform iterator to array
Innmind_Immutable
train
29e9a3c4f5e3eb52948a546409acddeaa53b4f60
diff --git a/deployment/freebsd/__init__.py b/deployment/freebsd/__init__.py index <HASH>..<HASH> 100644 --- a/deployment/freebsd/__init__.py +++ b/deployment/freebsd/__init__.py @@ -16,7 +16,8 @@ class JailHost(api.JailHost): root_device = 'ada0' timeserver = 'time.euro.apple.com' timezone = 'Europe/Ber...
since ezjailremote split bootstrapping into bootstrap and install we only need to override ``bootstrap``.
ZeitOnline_briefkasten
train
ecac6ba7426135d849185d94bcf2ca4a8a11d0c3
diff --git a/lib/fluent/plugin/in_forward.rb b/lib/fluent/plugin/in_forward.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/plugin/in_forward.rb +++ b/lib/fluent/plugin/in_forward.rb @@ -29,6 +29,7 @@ module Fluent config_param :port, :integer, :default => DEFAULT_LISTEN_PORT config_param :bind, :string, :def...
fix and add linger_timeout option to in_forward
fluent_fluentd
train
cd7065ef6fb9640a3a4e204477dd38dc0d12e50c
diff --git a/lib/audited/adapters/active_record/audit.rb b/lib/audited/adapters/active_record/audit.rb index <HASH>..<HASH> 100644 --- a/lib/audited/adapters/active_record/audit.rb +++ b/lib/audited/adapters/active_record/audit.rb @@ -11,13 +11,14 @@ module Audited # * <tt>action</tt>: one of create, update, or ...
Ensure a request_uuid is set on all audits Allows for easier grouping, because not all blank request_uuid audits are from the same time.
collectiveidea_audited
train
30e498da3206fca59fa6e1951d69c6f2cd9047c5
diff --git a/lib/heapinfo.rb b/lib/heapinfo.rb index <HASH>..<HASH> 100644 --- a/lib/heapinfo.rb +++ b/lib/heapinfo.rb @@ -20,7 +20,6 @@ module HeapInfo # The program name of victim. If a number is given, seem as pid (useful when multi-processes exist). # @param [Hash] options Give library's file name. # @op...
fetch ld base from auxv
david942j_heapinfo
train
58d053ebedf92597ea38ab40cae0acd706a47660
diff --git a/sources/scalac/atree/ATreeFromSTree.java b/sources/scalac/atree/ATreeFromSTree.java index <HASH>..<HASH> 100644 --- a/sources/scalac/atree/ATreeFromSTree.java +++ b/sources/scalac/atree/ATreeFromSTree.java @@ -8,10 +8,14 @@ package scalac.atree; +import java.util.List; +import java.util.ArrayList; + ...
- Added translation of statements - Added stubs for translation of expressions
scala_scala
train
7893ae205c8397740af8c74ef43e9b0dda5557a7
diff --git a/components/AuthBehavior.php b/components/AuthBehavior.php index <HASH>..<HASH> 100755 --- a/components/AuthBehavior.php +++ b/components/AuthBehavior.php @@ -17,7 +17,66 @@ class AuthBehavior extends CBehavior /** * @var array cached relations between the auth items. */ - private $_itemsGraph = arr...
Cleaned up and refactured AuthBehavior.php
crisu83_yii-auth
train
35b8157507afaa28aa6e2e8efa5bb03315b33e1c
diff --git a/src/ajax.js b/src/ajax.js index <HASH>..<HASH> 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -470,7 +470,7 @@ jQuery.extend({ throw "parsererror"; // Allow a pre-filtering function to sanitize the response - if( s.dataFilter ) + if( s && s.dataFilter ) data = s.dataFilter( data, type ); ...
jquery ajax: closes #<I>. Additional check on httpData() to keep compatibility with older code (form plugin).
jquery_jquery
train
d70f788527e2f8710ebb4576751c53d8cdb29a59
diff --git a/lib/indico.js b/lib/indico.js index <HASH>..<HASH> 100644 --- a/lib/indico.js +++ b/lib/indico.js @@ -112,6 +112,16 @@ var api_request = function (api, batch) { } var batch = batch || Object.prototype.toString.call(data).indexOf("Array") > -1; + if (api.version != null) { + if (config) ...
updated version of image_features and added myers_briggs and tests
IndicoDataSolutions_IndicoIo-node
train
ba5299fbfae52c8faa3e613430f77ac9e0b884cb
diff --git a/src/Response/BoltResponse.php b/src/Response/BoltResponse.php index <HASH>..<HASH> 100644 --- a/src/Response/BoltResponse.php +++ b/src/Response/BoltResponse.php @@ -23,14 +23,17 @@ class BoltResponse extends Response * * @param Template $template An object that is able to render a template wit...
Added ability for BoltResponse to accept and add globals for twig.
bolt_bolt
train
40194906e22a3a3ed14f2c952a026d1bfb3b1d7a
diff --git a/doc/source/whatsnew/v1.4.0.rst b/doc/source/whatsnew/v1.4.0.rst index <HASH>..<HASH> 100644 --- a/doc/source/whatsnew/v1.4.0.rst +++ b/doc/source/whatsnew/v1.4.0.rst @@ -235,6 +235,7 @@ MultiIndex ^^^^^^^^^^ - Bug in :meth:`MultiIndex.get_loc` where the first level is a :class:`DatetimeIndex` and a strin...
BUG: MultiIndex.get_loc re-raise TypeError as KeyError (#<I>)
pandas-dev_pandas
train
f876c2a3f153479f9a8146d5a8ea103645dcf90c
diff --git a/lib/dory/config.rb b/lib/dory/config.rb index <HASH>..<HASH> 100644 --- a/lib/dory/config.rb +++ b/lib/dory/config.rb @@ -25,6 +25,7 @@ module Dory :nginx_proxy: :enabled: true :container_name: dory_dinghy_http_proxy + :ssl_certs_dir: '' # leave as empty str...
Add SSL support for nginx proxy The container provided our proxy supports SSL. This patch exposes that in the config file so it can be used with dory
FreedomBen_dory
train
0d72113443e83eaac95a69a9b84998f9ee58fb01
diff --git a/src/jquery.csv.js b/src/jquery.csv.js index <HASH>..<HASH> 100755 --- a/src/jquery.csv.js +++ b/src/jquery.csv.js @@ -799,7 +799,7 @@ RegExp.escape= function(s) { lineValues = []; for (j in line) { var strValue = line[j].toString(); - if (line[j].indexOf(config.delimit...
fix: output to csv fails for non-strings
mageddo_javascript-csv
train
ceb7061ad79ee1013798225bc05b86bb36aae16a
diff --git a/libs/addData.js b/libs/addData.js index <HASH>..<HASH> 100644 --- a/libs/addData.js +++ b/libs/addData.js @@ -11,5 +11,11 @@ module.exports = (entries, doctype) => { return bluebird.mapSeries(entries, entry => { log('debug', entry, 'Adding this entry') return cozy.data.create(doctype, entry) +...
fix: allow linkBankOperation to work on first run
konnectors_libs
train
37472e7ed87a97237e3f732b9a8553fc6cb400e4
diff --git a/clients/java/src/test/java/com/thoughtworks/selenium/SeleneseTestCase.java b/clients/java/src/test/java/com/thoughtworks/selenium/SeleneseTestCase.java index <HASH>..<HASH> 100644 --- a/clients/java/src/test/java/com/thoughtworks/selenium/SeleneseTestCase.java +++ b/clients/java/src/test/java/com/thoughtwo...
added tests generation for assertOrdered and assertElementIndex commands. r<I>
SeleniumHQ_selenium
train
f4355e7ebcbec13ebd58ca9300e300ab1276964f
diff --git a/config/app.interface.php b/config/app.interface.php index <HASH>..<HASH> 100644 --- a/config/app.interface.php +++ b/config/app.interface.php @@ -71,7 +71,6 @@ return array( 'conf' => array( 'id' => 'id_melis_cms', 'name' => 'tr_meliscms_meliscms', -// 'rightsDisplay' => 'none', ),...
delete all print_r() and vardump that you can find in the code, including those that are commented (ticket #<I>)
melisplatform_melis-cms
train
86c3ea2d6ee430b9e7afed628acb2f0f846c1b67
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -5,19 +5,15 @@ var mergeTrees = require('broccoli-merge-trees'); module.exports = { name: 'ember-cli-yuidoc', - treeForApp: function(tree){ - debugger; - var yuidocTree = new YuidocCompiler(tree, { + + postproces...
Documentation is served in /docs and changes are picked automatically
cibernox_ember-cli-yuidoc
train
643a4a23ab011f670908cff32f5fc2487afe72a4
diff --git a/Kwf/Media.php b/Kwf/Media.php index <HASH>..<HASH> 100644 --- a/Kwf/Media.php +++ b/Kwf/Media.php @@ -173,6 +173,9 @@ class Kwf_Media throw new Kwf_Exception_NotFound(); } $output = call_user_func(array($classWithoutDot, 'getMediaOutput'), $id, $type, $class); + ...
Fix media output when file is uploads row object this can now be a row object for deferring the call to getFileSource (as that can fetchLazy since 6eeb<I>d<I>e<I>b<I>a<I>a<I>fd<I>cbe)
koala-framework_koala-framework
train
63529db467838bb39aec265f0af6a473bfa288e5
diff --git a/hazelcast-client-new/src/main/java/com/hazelcast/client/proxy/ClientMapProxy.java b/hazelcast-client-new/src/main/java/com/hazelcast/client/proxy/ClientMapProxy.java index <HASH>..<HASH> 100644 --- a/hazelcast-client-new/src/main/java/com/hazelcast/client/proxy/ClientMapProxy.java +++ b/hazelcast-client-ne...
Issue : ClientMapProxy executeOnKey returns raw client message to user. Fix : Response is decoded and the resulting data deserialized to user object. Related tests to verify the fix are dadded. backport of fix done in #<I>
hazelcast_hazelcast
train
72442fa3d01027313679eaab3839e09254e462e0
diff --git a/src/ocrmypdf/helpers.py b/src/ocrmypdf/helpers.py index <HASH>..<HASH> 100644 --- a/src/ocrmypdf/helpers.py +++ b/src/ocrmypdf/helpers.py @@ -220,11 +220,19 @@ def check_pdf(input_file: Path) -> bool: else: with pdf: messages = pdf.check() + success = True ...
Fix error messages when run with pikepdf <I> Appears that these are spurious errors from qpdf probing the /DecodeParms dict on images that don't have it. Not sure exactly why it happens but this can be safely ignored.
jbarlow83_OCRmyPDF
train
a59d9b3acec08034e624fb828baf9760aa8b3591
diff --git a/calendar/src/main/java/net/time4j/calendar/service/GenericTextProviderSPI.java b/calendar/src/main/java/net/time4j/calendar/service/GenericTextProviderSPI.java index <HASH>..<HASH> 100644 --- a/calendar/src/main/java/net/time4j/calendar/service/GenericTextProviderSPI.java +++ b/calendar/src/main/java/net/t...
better debugging message see issue #<I>
MenoData_Time4J
train
ba460704c0da3075c1f7414b5325cfad1f22a792
diff --git a/geocoder/__init__.py b/geocoder/__init__.py index <HASH>..<HASH> 100755 --- a/geocoder/__init__.py +++ b/geocoder/__init__.py @@ -28,7 +28,7 @@ Consistant JSON responses from various providers. __title__ = 'geocoder' __author__ = 'Denis Carriere' __author_email__ = 'carriere.denis@gmail.com' -__version_...
Bump minor version to support w3w change Ref: <URL>
DenisCarriere_geocoder
train
1bc1785db7ab2d6a606e8567c25155673297589c
diff --git a/spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystem.java b/spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystem.java index <HASH>..<HASH> 100644 --- a/spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSyst...
Return Logback to its default basic configuration after clean up See gh-<I>
spring-projects_spring-boot
train
6e32b980d2a475de51a82ade70a4422cf5a2be3b
diff --git a/qcos/client.py b/qcos/client.py index <HASH>..<HASH> 100644 --- a/qcos/client.py +++ b/qcos/client.py @@ -1,6 +1,8 @@ # -*- coding: utf-8 -*- import time + import requests + from .auth import Auth @@ -24,8 +26,8 @@ class COSClient(object): self.session.headers['Authorization'] = \ ...
<I>, add head method
codeif_qcos
train
35fbadc45f0dc14049ccb90a22b922d65bd25153
diff --git a/examples/ondisk.py b/examples/ondisk.py index <HASH>..<HASH> 100644 --- a/examples/ondisk.py +++ b/examples/ondisk.py @@ -71,7 +71,7 @@ Create a sample dataset (from the >>> times = pd.date_range('2000-01-01', '2001-12-31', name='time') >>> annual_cycle = np.sin(2 * np.pi * (times.dayofyear / 365...
fix ondisk example for pandas <I> compat In pandas>=<I>, pd.date_range returns a pd.Index rather than a np.ndarray and therefore the result does not have a reshape method. To maintain compatability with earlier versions, we use `np.array(annual_cycle)` rather `annual_cycle.values`, which is not a valid ndarray propert...
ClimateImpactLab_DataFS
train
34cffe649a25651351d50e41f0da45cd5b265130
diff --git a/src/Block/Core/BldrBlock.php b/src/Block/Core/BldrBlock.php index <HASH>..<HASH> 100644 --- a/src/Block/Core/BldrBlock.php +++ b/src/Block/Core/BldrBlock.php @@ -25,14 +25,6 @@ class BldrBlock extends AbstractBlock /** * {@inheritDoc} */ - protected function getConfigurationClass() - ...
change order to put public first, then protected then private methods
bldr-io_bldr
train
c9cc588a23fb9634836c3e78c6b07fe5bb4b2768
diff --git a/PySimpleGUI.py b/PySimpleGUI.py index <HASH>..<HASH> 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 -version = __version__ = "4.59.0.10 Released 5-Apr-2022" +version = __version__ = "4.59.0.11 Released 5-Apr-2022" _change_log = """ Changelog since 4.59.0 rele...
Improved ttk theme error reporting
PySimpleGUI_PySimpleGUI
train
1b28f276a890e828b6800e774df66e51a11e852d
diff --git a/terminal/runereader_posix.go b/terminal/runereader_posix.go index <HASH>..<HASH> 100644 --- a/terminal/runereader_posix.go +++ b/terminal/runereader_posix.go @@ -50,6 +50,11 @@ func (rr *RuneReader) SetTermMode() error { newState := rr.state.term newState.Lflag &^= syscall.ECHO | syscall.ECHONL | sys...
fix: ensure terminal has required read settings in non-canonical mode (#<I>)
AlecAivazis_survey
train
78b54ea1df9a60be3fb7ae1d5c3451858b021bb6
diff --git a/test/CreateRecord.test.php b/test/CreateRecord.test.php index <HASH>..<HASH> 100644 --- a/test/CreateRecord.test.php +++ b/test/CreateRecord.test.php @@ -263,4 +263,26 @@ public function testAddInvalidField($filePath) { ]); } +/** + * @dataProvider \g105b\phpcsv\TestHelper::data_randomFilePath + */ +p...
Test adding missing fields associatively (FAILING)
g105b_phpcsv
train
14d261f72e4b5e431e4f246d0f22ca6b5185d5e9
diff --git a/spyderlib/utils/qthelpers.py b/spyderlib/utils/qthelpers.py index <HASH>..<HASH> 100644 --- a/spyderlib/utils/qthelpers.py +++ b/spyderlib/utils/qthelpers.py @@ -6,25 +6,27 @@ """Qt utilities""" -from spyderlib.qt.QtGui import (QAction, QStyle, QWidget, QApplication, - ...
Migrate qthelpers.py to qtpy
spyder-ide_spyder
train
0cd06c27b22ce5b2a86ea8143aefdaa7f9ebc5c8
diff --git a/js/jquery.fileupload.js b/js/jquery.fileupload.js index <HASH>..<HASH> 100644 --- a/js/jquery.fileupload.js +++ b/js/jquery.fileupload.js @@ -1,5 +1,5 @@ /* - * jQuery File Upload Plugin 5.22 + * jQuery File Upload Plugin 5.22.1 * https://github.com/blueimp/jQuery-File-Upload * * Copyright 2010, Seb...
Remove unnecessary _destroy handler. Event handlers are cleaned up automatically on destroy when registered via the Widget Factory's _on() method.
blueimp_jQuery-File-Upload
train
2038d9177ad4f0b703a79797166f8ad35aee4ee0
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -308,9 +308,9 @@ QUnit.module('validateParams.getValidateInstance() function', {}, function(){ }); }); -QUnit.module('validateParams.validate() function', {}, function(){ +QUnit.module('validateParams.v...
Renamed validateParams.validate The alias validateParams.validate has been re-named to valdiateParams.valiateJS.
bbusschots-mu_validateParams.js
train
92ad8ca1576c075fa1483729e67f3f7d5fda7ddf
diff --git a/format/splittojson.go b/format/splittojson.go index <HASH>..<HASH> 100644 --- a/format/splittojson.go +++ b/format/splittojson.go @@ -27,29 +27,28 @@ import ( // the result into a JSON object by using an array based mapping // Configuration example // -// - "stream.Broadcast": -// Formatter: "format...
added `applyTo` handling to SplitToJSON formatter
trivago_gollum
train
0753f6621de2b7f5bcb4263890d4ef614346cfc1
diff --git a/android/src/main/java/com/geektime/rnonesignalandroid/RNOneSignal.java b/android/src/main/java/com/geektime/rnonesignalandroid/RNOneSignal.java index <HASH>..<HASH> 100644 --- a/android/src/main/java/com/geektime/rnonesignalandroid/RNOneSignal.java +++ b/android/src/main/java/com/geektime/rnonesignalandroi...
Update `RNOneSignal.java`: remove unused imports, variables, 1 typo nit * Removed unused imports * Removed `OSPermissionSubscriptionState` which was removed native-side * A couple nits
geektimecoil_react-native-onesignal
train
ca12994b0c9774db431acc7488f374987fac7e7e
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index <HASH>..<HASH> 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,7 @@ Features and Enhancements - Improve multi-layer and single layer performance. This is a backwards-incompatible API change in that 0.1.2 cortex will not interoperate with 0.1.2 remote la...
Exe model additions. (#<I>) * add basic reverse engineering model and associated test * Fixes as per visi * name change for causality * changes as per epiphyte * Add line to changelog. Add name and description properties to it:reveng:function * More succinct names as per talking w/ visi * unused impo...
vertexproject_synapse
train
e0296d7f94d9d4b10ca2a59b560bd16da5d163f1
diff --git a/visidata/vd.py b/visidata/vd.py index <HASH>..<HASH> 100755 --- a/visidata/vd.py +++ b/visidata/vd.py @@ -226,7 +226,7 @@ command('X', 'vd.push(SheetDict("lastInputs", vd.lastInputs))', 'push last input command(',', 'select(gatherBy(lambda r,c=cursorCol,v=cursorValue: c.getValue(r) == v), progress=False)'...
Do not remove selection when copying selected rows to new sheet
saulpw_visidata
train
24d92a32309f28e5aaf937be7b8d344fa7779bc7
diff --git a/src/arcrest/manageags/_system.py b/src/arcrest/manageags/_system.py index <HASH>..<HASH> 100644 --- a/src/arcrest/manageags/_system.py +++ b/src/arcrest/manageags/_system.py @@ -167,7 +167,7 @@ class System(BaseAGSServer): return res #--------------------------------------------------------...
added parameter runAsync for server dirs recover and recover method for config-store
Esri_ArcREST
train
ffaf257bc3614f054505c5ba128d60459048da07
diff --git a/src/Products/ProductsInsert.php b/src/Products/ProductsInsert.php index <HASH>..<HASH> 100644 --- a/src/Products/ProductsInsert.php +++ b/src/Products/ProductsInsert.php @@ -7,7 +7,7 @@ use celmarket\Dispatcher; class ProductsInsert { /** - * Insert/Update an array of products. Each product has...
Modified insert method and action modified: src/Products/ProductsInsert.php
celdotro_marketplace
train
0a1724fc3fa4efcb38ffb51e7b6b36d567706ddb
diff --git a/lib/6to5/transformation/transformers/es6/tail-call.js b/lib/6to5/transformation/transformers/es6/tail-call.js index <HASH>..<HASH> 100644 --- a/lib/6to5/transformation/transformers/es6/tail-call.js +++ b/lib/6to5/transformation/transformers/es6/tail-call.js @@ -2,10 +2,6 @@ var t = require("../../../...
Remove no more needed returnBlock helper.
babel_babel
train
9656b7ccbb4f2358f02a765a480024a5640a377f
diff --git a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/src/main/java/com/azure/spring/cloud/config/JsonConfigurationParser.java b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/src/main/java/com/azure/spring/cloud/config/JsonConfigurationParser.java index <HASH>..<HASH> 100644 ---...
Chaning JsonNode value to text before setting (#<I>)
Azure_azure-sdk-for-java
train
5a57176ee54b6d1b72e77bb2f4b068e82df471fb
diff --git a/spec/controllers/concerns/referrals/cookies_concern_spec.rb b/spec/controllers/concerns/referrals/cookies_concern_spec.rb index <HASH>..<HASH> 100644 --- a/spec/controllers/concerns/referrals/cookies_concern_spec.rb +++ b/spec/controllers/concerns/referrals/cookies_concern_spec.rb @@ -11,6 +11,8 @@ RSpec.d...
Specs for cookies concern - finished
psagan_referrals
train
f17b2f1c9463793a9b5228b3922f551b9bcf99f0
diff --git a/test/authentication/http-authentication-handlerSpec.js b/test/authentication/http-authentication-handlerSpec.js index <HASH>..<HASH> 100644 --- a/test/authentication/http-authentication-handlerSpec.js +++ b/test/authentication/http-authentication-handlerSpec.js @@ -22,8 +22,7 @@ describe( 'it forwards auth...
Fixing http authenticating logging tests
deepstreamIO_deepstream.io
train
b840b9dc7a460f414345a902029792778363cdf5
diff --git a/libkbfs/kbfs_ops_concur_test.go b/libkbfs/kbfs_ops_concur_test.go index <HASH>..<HASH> 100644 --- a/libkbfs/kbfs_ops_concur_test.go +++ b/libkbfs/kbfs_ops_concur_test.go @@ -2,7 +2,7 @@ package libkbfs import ( "bytes" - "fmt" + "errors" "runtime" "sync" "testing" @@ -349,6 +349,9 @@ func TestKB...
Make TestKBFSOpsConcurWriteParallelBlocksCanceled more deterministic A worker that processes the initial two blocks may or may not exit before blocking on the next one, leading to a race condition with the cleanup loop. This gets rid of that by making all workers block on the ready channel before cancelling. This is ...
keybase_client
train
4d04b787522a3175848a698ef55246e9aa737355
diff --git a/cumulusci/robotframework/locators_54.py b/cumulusci/robotframework/locators_54.py index <HASH>..<HASH> 100644 --- a/cumulusci/robotframework/locators_54.py +++ b/cumulusci/robotframework/locators_54.py @@ -11,3 +11,7 @@ lex_locators["record"]["header"]["field_value"] = ( lex_locators["record"]["header"][ ...
Added another locator for api <I>
SFDO-Tooling_CumulusCI
train
a4f168bcba387cdb7ce27bd7cd978aa8c0123f17
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <version>1.4.0</version> </parent> <artifactId>ph-wsimport-plugin</artifactId> - <version>2.2.9-SNAPSHOT</version> + <version>2.2.9.10-SNAPSHOT</version> <name>ph-wsimport-plugin</name> <descripti...
Updated to ph-commons <I>-beta1
phax_ph-wsimport-plugin
train
7dfe46265cc73518b72c82f2d936464dcbe51bc5
diff --git a/app/Controllers/AdminPageController.php b/app/Controllers/AdminPageController.php index <HASH>..<HASH> 100644 --- a/app/Controllers/AdminPageController.php +++ b/app/Controllers/AdminPageController.php @@ -286,13 +286,13 @@ class AdminPageController extends AdminBaseController // Determine redir...
Deleting a collection page takes one to adminCollections, now.
PitonCMS_Engine
train
491d139804e8ebf5058f0166a316ac54002e5ccd
diff --git a/src/components/progressCircular/js/progressCircularDirective.js b/src/components/progressCircular/js/progressCircularDirective.js index <HASH>..<HASH> 100644 --- a/src/components/progressCircular/js/progressCircularDirective.js +++ b/src/components/progressCircular/js/progressCircularDirective.js @@ -199,1...
fix(progressCircular): fix arc bleeding through container (#<I>) SVG arc was not properly sized which caused it to bleed through it's container. In some configurations, the circle would be cropped * Account for strokeWidth when measuring dash length * Set offset in arc path equal to half of stroke width Fixes ...
angular_material
train
404e437ae117e2382f7c819efbab344973b240a7
diff --git a/src/main/java/me/doubledutch/lazyjson/LazyParser.java b/src/main/java/me/doubledutch/lazyjson/LazyParser.java index <HASH>..<HASH> 100644 --- a/src/main/java/me/doubledutch/lazyjson/LazyParser.java +++ b/src/main/java/me/doubledutch/lazyjson/LazyParser.java @@ -113,7 +113,15 @@ public final class LazyParse...
don't accept leading 0 in numbers
doubledutch_LazyJSON
train
df80d8e78fd7aae894318884cfdcb861875501a2
diff --git a/src/Data.js b/src/Data.js index <HASH>..<HASH> 100644 --- a/src/Data.js +++ b/src/Data.js @@ -13,7 +13,6 @@ export default { subscriptions: {}, db: db, calls: [], - hasBeenConnected: false, getUrl() { return this._endpoint.substring(0, this._endpoint.indexOf('/websocket')); diff --git a...
Fix : load react-native-meteor before server is started (subscriptions are now restarted)
inProgress-team_react-native-meteor
train
2e23ca3ce91a623a8f7db3ce34642297a46614ba
diff --git a/config.go b/config.go index <HASH>..<HASH> 100644 --- a/config.go +++ b/config.go @@ -172,20 +172,66 @@ func writeConfig(config quick.Config) error { return nil } -// newConfigV1() - get new config version 1.0 +func migrateConfig() { + // Migrate session V1 to V101 + migrateConfigV1ToV101() +} + +func...
Add migration code for migrating from config version <I> to <I>
minio_mc
train
dd3f0246851a6fb5611cf31b945ed6e76e0c10d4
diff --git a/src/cluster/shard.go b/src/cluster/shard.go index <HASH>..<HASH> 100644 --- a/src/cluster/shard.go +++ b/src/cluster/shard.go @@ -197,7 +197,7 @@ func (self *ShardData) Query(querySpec *parser.QuerySpec, response chan *protoco var processor QueryProcessor if querySpec.IsListSeriesQuery() { proces...
fix a bug in single point queries and better error handling
influxdata_influxdb
train
ae75e91ed9e943f996a5a282dbad6e2a85769b79
diff --git a/src/components/menubar/Menubar.js b/src/components/menubar/Menubar.js index <HASH>..<HASH> 100644 --- a/src/components/menubar/Menubar.js +++ b/src/components/menubar/Menubar.js @@ -1,7 +1,10 @@ import React, {Component} from 'react'; +import ReactDOM from 'react-dom'; import PropTypes from 'prop-types';...
Fixed #<I> - Add start and end properties to Menubar
primefaces_primereact
train
4e43ba6b830b1ea073194825b981a13510b972fe
diff --git a/src/main/java/water/api/Cancel.java b/src/main/java/water/api/Cancel.java index <HASH>..<HASH> 100644 --- a/src/main/java/water/api/Cancel.java +++ b/src/main/java/water/api/Cancel.java @@ -20,8 +20,10 @@ public class Cancel extends Request { @Override protected Response serve() { String key = _...
Fix NPE in Cancel found by test: test_rf_1ktrees_job_cancel_fvec/Basic/test_rf_1ktrees_job_cancel_fvec/
h2oai_h2o-2
train
fdafddb4ecc28ad804797f6cacf6c8287230d029
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ var fnToStr = Function.prototype.toString; -var constructorRegex = /\s*class /; +var constructorRegex = /^\s*class /; var isES6ClassFn = function isES6ClassFn(value) { try { var fnStr = fnToStr.call(val...
[Fix] ensure “class “ doesn’t screw up “class” detection. From <URL>
ljharb_is-callable
train
656b25864b164d749eb2b797c8510b04f48e1b83
diff --git a/ui/src/CheckDataNodes.js b/ui/src/CheckDataNodes.js index <HASH>..<HASH> 100644 --- a/ui/src/CheckDataNodes.js +++ b/ui/src/CheckDataNodes.js @@ -1,6 +1,7 @@ import React, {PropTypes} from 'react'; import {withRouter} from 'react-router'; -import {getSources} from 'shared/apis'; +import {getSources} from...
WIP redirect if we can't connect to selected database
influxdata_influxdb
train
5b149c7ff2553cc3ae5f88d4d43bedb8c004de08
diff --git a/spring-cloud-netflix-eureka-client/src/main/java/org/springframework/cloud/netflix/eureka/EurekaClientAutoConfiguration.java b/spring-cloud-netflix-eureka-client/src/main/java/org/springframework/cloud/netflix/eureka/EurekaClientAutoConfiguration.java index <HASH>..<HASH> 100644 --- a/spring-cloud-netflix-...
do not rely on constructor injection in EurekaClientAutoConfiguration (#<I>)
spring-cloud_spring-cloud-netflix
train
a8b9071d05457c4b23e37447d893c0d93d6cdfdb
diff --git a/protempa-ksb-i2b2/src/main/java/org/protempa/backend/ksb/i2b2/I2b2KnowledgeSourceBackend.java b/protempa-ksb-i2b2/src/main/java/org/protempa/backend/ksb/i2b2/I2b2KnowledgeSourceBackend.java index <HASH>..<HASH> 100644 --- a/protempa-ksb-i2b2/src/main/java/org/protempa/backend/ksb/i2b2/I2b2KnowledgeSourceBa...
Handle empty string for c_fullname and no \ at beginning of c_fullname.
eurekaclinical_protempa
train
39b379eba058f2b4fc8d5f8afd592d60e8a993d1
diff --git a/lib/adapter/tcp.js b/lib/adapter/tcp.js index <HASH>..<HASH> 100644 --- a/lib/adapter/tcp.js +++ b/lib/adapter/tcp.js @@ -39,7 +39,8 @@ adapter.send = function (message, callback) { cb(err); }) .once('connect', function () { - var msg = new Buffer(message.replace(/\x00/g, '')), // @to...
disable eslint for \x<I>
kkamkou_node-gelf-pro
train
957cf1d2ee394ee8b4e051faf28f48dcd0481dc8
diff --git a/HISTORY.rst b/HISTORY.rst index <HASH>..<HASH> 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ------- +1.1 (2016-01-14) +^^^^^^^^^^^^^^^^^^ + +* Remove support for Django < 1.8 +* Tested with Django 1.8 & Django 1.9 + 1.0.1 (2014-11-13) ^^^^^^^^^^^^^^^^^^ diff --git a/djrichtex...
Preparing release <I>
jaap3_django-richtextfield
train
3e160d0ba947770dbe08b7e7ea8e96ca3ec7213c
diff --git a/cumulusci/tasks/push/tests/test_push_tasks.py b/cumulusci/tasks/push/tests/test_push_tasks.py index <HASH>..<HASH> 100644 --- a/cumulusci/tasks/push/tests/test_push_tasks.py +++ b/cumulusci/tasks/push/tests/test_push_tasks.py @@ -499,19 +499,19 @@ def test_schedule_push_org_bulk_query_get_org(push_api): ...
[CCI] Pushing up non-working code to discuss why it's not evaluating the bulk case
SFDO-Tooling_CumulusCI
train
acc9e1de9c06a3f4054a45e40e8199c36a255bcd
diff --git a/src/Database/SelectQuery.php b/src/Database/SelectQuery.php index <HASH>..<HASH> 100644 --- a/src/Database/SelectQuery.php +++ b/src/Database/SelectQuery.php @@ -441,6 +441,20 @@ class SelectQuery extends SelectQueryBuilder implements QueryInterface } /** + * Add OR having condition. + ...
Added orHavingRaw method
odan_database
train
6fc62b84d468a62755d7471a987628a8c45351dc
diff --git a/pac4j-saml/src/main/java/org/pac4j/saml/client/Saml2Client.java b/pac4j-saml/src/main/java/org/pac4j/saml/client/Saml2Client.java index <HASH>..<HASH> 100644 --- a/pac4j-saml/src/main/java/org/pac4j/saml/client/Saml2Client.java +++ b/pac4j-saml/src/main/java/org/pac4j/saml/client/Saml2Client.java @@ -195,6...
Two fixes related to signing. First, we were incorrectly setting SP AuthnRequestSigned always to true even when not signing requests. Secondly, when an IdP says WantAuthnRequestsSigned it simply means that it supports signed requests, but not that requests must be signed, so this fixes it so that those requests complet...
pac4j_pac4j
train
d92358ccaade5371205a6f731a8f4597b64f454f
diff --git a/collatex-pythonport/collatex/experimental_astar_aligner.py b/collatex-pythonport/collatex/experimental_astar_aligner.py index <HASH>..<HASH> 100644 --- a/collatex-pythonport/collatex/experimental_astar_aligner.py +++ b/collatex-pythonport/collatex/experimental_astar_aligner.py @@ -119,7 +119,7 @@ class Exp...
code analysis: boolean testing - fixed
interedition_collatex
train
650debcafff699f2e6a424e75a2cb016fba2eb7b
diff --git a/lib/ruby-lint/inspector.rb b/lib/ruby-lint/inspector.rb index <HASH>..<HASH> 100644 --- a/lib/ruby-lint/inspector.rb +++ b/lib/ruby-lint/inspector.rb @@ -137,7 +137,8 @@ module RubyLint # If the constant manually defines the initialize method (= private) # we'll also want to include it. - ...
Only process initialize for instance methods.
YorickPeterse_ruby-lint
train
eb030fa0f929d4f2a5d62eb47ad732ca91a44196
diff --git a/javascript/LeftAndMain.Tree.js b/javascript/LeftAndMain.Tree.js index <HASH>..<HASH> 100755 --- a/javascript/LeftAndMain.Tree.js +++ b/javascript/LeftAndMain.Tree.js @@ -25,7 +25,28 @@ "select_limit" : 1, 'initially_select': [treeContainer.find('.current').attr('id')] }, - 'plugins': ['...
BUGFIX Don't allow dragging tree nodes outside of the root node, don't allow moving the root node, don't access drag/drops from other trees.
silverstripe_silverstripe-reports
train
550043492c20c82f37e2eb5f3779a0f1ea8cfa99
diff --git a/inspire_dojson/hep/rules/bd9xx.py b/inspire_dojson/hep/rules/bd9xx.py index <HASH>..<HASH> 100644 --- a/inspire_dojson/hep/rules/bd9xx.py +++ b/inspire_dojson/hep/rules/bd9xx.py @@ -40,8 +40,7 @@ from inspire_utils.record import get_value from ..model import hep, hep2marc from ...utils import force_singl...
hep: don't prefix constants with underscores
inspirehep_inspire-dojson
train
f1d32e71cdc9c4863e36170d046d7e0a891ec95e
diff --git a/src/ol/View.js b/src/ol/View.js index <HASH>..<HASH> 100644 --- a/src/ol/View.js +++ b/src/ol/View.js @@ -339,7 +339,7 @@ View.prototype.animate = function(var_args) { animation.callback = callback; // check if animation is a no-op - if (View.isNoopAnimation(animation)) { + if (isNoopAnim...
Named exports from ol/View
openlayers_openlayers
train
1ff837cf02973356a836b10a817365a9a5ce54fb
diff --git a/txaio/aio.py b/txaio/aio.py index <HASH>..<HASH> 100644 --- a/txaio/aio.py +++ b/txaio/aio.py @@ -27,7 +27,11 @@ import asyncio from asyncio import iscoroutine from asyncio import Future -from types import AsyncGeneratorType +try: + from types import AsyncGeneratorType +except ImportError: + class...
fix recently introduced regression (#<I>)
crossbario_txaio
train
55adbdc659855db7b24851a6103f92bf9a0fa339
diff --git a/template_analyzer/djangoanalyzer.py b/template_analyzer/djangoanalyzer.py index <HASH>..<HASH> 100644 --- a/template_analyzer/djangoanalyzer.py +++ b/template_analyzer/djangoanalyzer.py @@ -140,8 +140,13 @@ def _scan_nodes(node_instances, nodelist, context, current_block=None, ignore_bl # in block...
Provide better error messages why {{ block.super }} can't be handled. It's a user error, while the previous error suggested it's some deep-down error in this package.
edoburu_django-template-analyzer
train
60e9ec1a240decd9ba11c0f05edd82bde7eee568
diff --git a/tests/test_collections.py b/tests/test_collections.py index <HASH>..<HASH> 100644 --- a/tests/test_collections.py +++ b/tests/test_collections.py @@ -191,8 +191,21 @@ class Mapping(MatcherTestCase): test_empty_list = lambda self: self.assert_no_match([]) test_empty_set = lambda self: self.assert_...
Tests for new functionality of mapping matchers
Xion_callee
train
f19c365228bcc7f76518c19301f4fcc11f88381e
diff --git a/lib/uaa/user_account.rb b/lib/uaa/user_account.rb index <HASH>..<HASH> 100644 --- a/lib/uaa/user_account.rb +++ b/lib/uaa/user_account.rb @@ -19,6 +19,10 @@ class Cloudfoundry::Uaa::UserAccount include Cloudfoundry::Uaa::Http + # the authorization parameter refers to a string that can be used in an...
finish user query, delete by name, delete, and get Change-Id: I<I>d<I>ec<I>e6a<I>b<I>adcd<I>c<I>e5d<I>
cloudfoundry_cf-uaa-lib
train
24a861a28a0e0702f039f7165a99cd52942bf614
diff --git a/perception/primesense_sensor.py b/perception/primesense_sensor.py index <HASH>..<HASH> 100644 --- a/perception/primesense_sensor.py +++ b/perception/primesense_sensor.py @@ -260,14 +260,36 @@ class PrimesenseSensor(CameraSensor): return Image.min_images(depths) class PrimesenseSensor_ROS(Primes...
Make PrimesenseSensor_ROS work with PrimesenseSensor API
BerkeleyAutomation_perception
train
e1896e7e7ddaa4652b2f08401ca6d53fd577a2e7
diff --git a/ezp/User/Service.php b/ezp/User/Service.php index <HASH>..<HASH> 100644 --- a/ezp/User/Service.php +++ b/ezp/User/Service.php @@ -93,6 +93,8 @@ class Service extends BaseService /** * Crate a Group object * + * Notice: Group related api currently deals with content in the background, s...
PHPDoc: Add some more info on Group API's and the fact that they affect the content they encapulate
ezsystems_ezpublish-kernel
train
29dbffa6d8e6b5a25d27aec87de6712c10633daa
diff --git a/app/models/redsys/tpv.rb b/app/models/redsys/tpv.rb index <HASH>..<HASH> 100755 --- a/app/models/redsys/tpv.rb +++ b/app/models/redsys/tpv.rb @@ -86,22 +86,19 @@ module Redsys end def merchant_signature - calculate_key - encrypt_mac256(merchant_params, @key) + encrypt_mac256...
Cleared some code and removed the 'self' declaration of the response_signature function. Modified the notifications controller to use an instance variable as calling the Model directly didn't work for me.
rockandror_redsys-rails
train
98f07b8fc76356376992fe5c7e8ae21761016362
diff --git a/src/utils.js b/src/utils.js index <HASH>..<HASH> 100644 --- a/src/utils.js +++ b/src/utils.js @@ -13,7 +13,7 @@ export function arrayMove (arr, previousIndex, newIndex) { export const events = { start: ['touchstart', 'mousedown'], move: ['touchmove', 'mousemove'], - end: ['touchend', 'mouseup'] + end:...
add touch cancel support for utils on treat touchCancel event like touchEnd
clauderic_react-sortable-hoc
train
51fe947d187589e89880a010d5ec7e402ac29017
diff --git a/src/Phobetor/Billomat/Client/ServiceDescription/Billomat-1.0.php b/src/Phobetor/Billomat/Client/ServiceDescription/Billomat-1.0.php index <HASH>..<HASH> 100644 --- a/src/Phobetor/Billomat/Client/ServiceDescription/Billomat-1.0.php +++ b/src/Phobetor/Billomat/Client/ServiceDescription/Billomat-1.0.php @@ -8...
fixed client_id requirement for credit-note update
Phobetor_billomat
train
2f0fd81fe9fe868fb6fd2df19f99505e0b3e84d6
diff --git a/structurizr-core/src/com/structurizr/model/Person.java b/structurizr-core/src/com/structurizr/model/Person.java index <HASH>..<HASH> 100644 --- a/structurizr-core/src/com/structurizr/model/Person.java +++ b/structurizr-core/src/com/structurizr/model/Person.java @@ -64,4 +64,16 @@ public class Person extend...
Added a person-person relationship.
structurizr_java
train
bbeda21dcf26ac966b1a8dd710ae25a36f5371f6
diff --git a/modules/admin/src/image/Item.php b/modules/admin/src/image/Item.php index <HASH>..<HASH> 100644 --- a/modules/admin/src/image/Item.php +++ b/modules/admin/src/image/Item.php @@ -4,15 +4,58 @@ namespace admin\image; use Yii; +/** + * Image Item Detail Object. + * + * Each image is represent as Item-Ob...
added getter/setter for caption property, added phpdocs
luyadev_luya
train