hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
3686fae2b36a9adf5eb10d9030e6f9f3d7130680
diff --git a/lang/java/reef-runtime-yarn/src/main/java/org/apache/reef/runtime/yarn/driver/YarnDriverRuntimeRestartManager.java b/lang/java/reef-runtime-yarn/src/main/java/org/apache/reef/runtime/yarn/driver/YarnDriverRuntimeRestartManager.java index <HASH>..<HASH> 100644 --- a/lang/java/reef-runtime-yarn/src/main/java...
[REEF-<I>] Record failed Evaluators only once during restart This removes the remove evaluator log call from YarnDriverRuntimeRestartManager. JIRA: [REEF-<I>](<URL>) Pull Request: This closes #<I>
apache_reef
train
cf7fbb56d5d24487edebf38c34c52b71c466d13b
diff --git a/query_test.go b/query_test.go index <HASH>..<HASH> 100644 --- a/query_test.go +++ b/query_test.go @@ -55,6 +55,24 @@ func TestFirstAndLastWithNoStdPrimaryKey(t *testing.T) { } } +func TestFirstAndLastWithRaw(t *testing.T) { + user1 := User{Name: "user", Emails: []Email{{Email: "user1@example.com"}}} +...
db.Raw().First() makes wrong sql fix #<I>
jinzhu_gorm
train
cb2165284732086eff65a34c8edf9c5703936f86
diff --git a/styleguide-webpack-plugin.js b/styleguide-webpack-plugin.js index <HASH>..<HASH> 100644 --- a/styleguide-webpack-plugin.js +++ b/styleguide-webpack-plugin.js @@ -1,5 +1,4 @@ const kss = require('kss'); -const styleguide = require('caxy-styleguide-core'); function StyleguideWebpackPlugin (options) { ...
Remove dependency on caxy-styleguide-core. Remove debug
caxy_styleguide-webpack-plugin
train
0f08ba16fa45d6f30d263ac8b64ab1b2dcd1f219
diff --git a/src/Ngram/Tool/Input/Sanitize.php b/src/Ngram/Tool/Input/Sanitize.php index <HASH>..<HASH> 100644 --- a/src/Ngram/Tool/Input/Sanitize.php +++ b/src/Ngram/Tool/Input/Sanitize.php @@ -13,6 +13,6 @@ class Sanitize foreach ($regex as $expr){ $input = preg_replace($expr, " ", $input); ...
add trim to the sanitizer
iannsp_NGram
train
c2b6acccd2c51e1219767fe0d2570b1da33ef44a
diff --git a/spec/mail/network/delivery_methods/exim_spec.rb b/spec/mail/network/delivery_methods/exim_spec.rb index <HASH>..<HASH> 100644 --- a/spec/mail/network/delivery_methods/exim_spec.rb +++ b/spec/mail/network/delivery_methods/exim_spec.rb @@ -89,7 +89,7 @@ describe "exim delivery agent" do mail.deliver! ...
Correct Exim test description A test that said Exim should not throw errors tested to see if it did.
mikel_mail
train
609d0cb2a472e523b836f8b3a2481830be272040
diff --git a/src/Strategy/CommonClassesStrategy.php b/src/Strategy/CommonClassesStrategy.php index <HASH>..<HASH> 100644 --- a/src/Strategy/CommonClassesStrategy.php +++ b/src/Strategy/CommonClassesStrategy.php @@ -29,7 +29,6 @@ use Http\Adapter\Buzz\Client as Buzz; use Http\Adapter\Cake\Client as Cake; use Http\Adap...
Removed code from nyholm/psr7 <I>
php-http_discovery
train
fabbd1b1590d3eed3b419fcf7f76c2c81853eae2
diff --git a/flask_apscheduler/auth.py b/flask_apscheduler/auth.py index <HASH>..<HASH> 100644 --- a/flask_apscheduler/auth.py +++ b/flask_apscheduler/auth.py @@ -41,14 +41,14 @@ def get_authorization_header(): return auth_type, auth_info -class Authentication(dict): +class Authorization(dict): """ - A...
Add support for www-authenticate-header when authentication fails
viniciuschiele_flask-apscheduler
train
5f18e892a8242f16f56fb1b21a6c285174e09e48
diff --git a/replica/src/Replica.js b/replica/src/Replica.js index <HASH>..<HASH> 100644 --- a/replica/src/Replica.js +++ b/replica/src/Replica.js @@ -130,7 +130,7 @@ Replica.prototype.createClock = function (ssn_id) { var options = this.options; this.ssn_id = ssn_id; if (!options.clock) { - this....
replica: fix clock constructor invocation
gritzko_swarm
train
cfc3878b80b91831df8b362816e03f8a6503035f
diff --git a/DataCleaner-core/src/main/java/dk/eobjects/datacleaner/profiler/valuedist/ValueDistributionProfile.java b/DataCleaner-core/src/main/java/dk/eobjects/datacleaner/profiler/valuedist/ValueDistributionProfile.java index <HASH>..<HASH> 100644 --- a/DataCleaner-core/src/main/java/dk/eobjects/datacleaner/profiler...
Ticket #<I>: Improved clean-up mechanism to actually delete .jdb files on application exit
datacleaner_DataCleaner
train
f017bb9182d158b10c75dd4ade1329c10088272b
diff --git a/gary/dynamics/tests/test_naff.py b/gary/dynamics/tests/test_naff.py index <HASH>..<HASH> 100644 --- a/gary/dynamics/tests/test_naff.py +++ b/gary/dynamics/tests/test_naff.py @@ -82,7 +82,7 @@ class NAFFBase(object): for i in range(ndim): w[:,i] = self.w[:,0,i] w[:,i+ndim]...
clean up hanning product docstring
adrn_gala
train
437d2eecd58c4c8f8f60a48dcb2b7e18f0e122ca
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,15 @@ xhrRequest(function(err, res) { }); ``` +#### Register + +You can get all metrics by running `register.metrics()`, which will output a string for prometheus to consume. + +##### Removing metrics + +Yo...
Add API to remove single metric (#<I>)
siimon_prom-client
train
1412909727a2fbf78750bd3ce604f132e846efb9
diff --git a/pmml-model/src/main/java/org/jpmml/model/types/ComplexPeriod.java b/pmml-model/src/main/java/org/jpmml/model/types/ComplexPeriod.java index <HASH>..<HASH> 100644 --- a/pmml-model/src/main/java/org/jpmml/model/types/ComplexPeriod.java +++ b/pmml-model/src/main/java/org/jpmml/model/types/ComplexPeriod.java @...
Relaxed the visibility of Period class and subclasses from package private to public
jpmml_jpmml-model
train
c63fd0f16debafe1531a1611121203b81ccaf64b
diff --git a/lib/transport/serial.js b/lib/transport/serial.js index <HASH>..<HASH> 100644 --- a/lib/transport/serial.js +++ b/lib/transport/serial.js @@ -45,7 +45,7 @@ Transport.prototype.wrap = function (pdu, options, next) { }; Transport.prototype.unwrap = function (data) { - if (this.lastData !== null && Date.n...
serial: avoid clearing buffer if it's already cleared
node-modbus_stream
train
c0e570a40416e2f19dd61888a70362d09ecba924
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,19 @@ Browsershot also can get the body of an html page after JavaScript has been exec Browsershot::url('https://example.com')->bodyHtml(); // returns the html of the body ``` +If you wish to retrieve an arra...
[feature] Get the list of triggered requests (#<I>) * Removed whitespaces * Added output for a list of requests loaded by the website * Return the list as an array * Fixed tests * Disabled supression
spatie_browsershot
train
2e7553fa50b59fed02926417e83ecfa965b58021
diff --git a/lib/veritas/relation/body.rb b/lib/veritas/relation/body.rb index <HASH>..<HASH> 100644 --- a/lib/veritas/relation/body.rb +++ b/lib/veritas/relation/body.rb @@ -39,7 +39,7 @@ module Veritas end def ==(other) - other = new(other) + other = new(other) unless kind_of?(other.clas...
Updated Relation::Body#== to accept an object responding to #to_set
dkubb_axiom
train
611646770ac14fb8c6fcfe4c7cacbedc19fa8b60
diff --git a/expression/builtin_time_test.go b/expression/builtin_time_test.go index <HASH>..<HASH> 100644 --- a/expression/builtin_time_test.go +++ b/expression/builtin_time_test.go @@ -1059,6 +1059,17 @@ func (s *testEvaluatorSuite) TestSysDate(c *C) { c.Assert(err, IsNil) n := v.GetMysqlTime() c.Assert(n.St...
expression: fix unit test for builtinSysDateWithoutFspSig (#<I>)
pingcap_tidb
train
64a4537b79d27c5edd5d2fb4ef040fd55e53f5c1
diff --git a/core/lib/refinery/core/configuration.rb b/core/lib/refinery/core/configuration.rb index <HASH>..<HASH> 100644 --- a/core/lib/refinery/core/configuration.rb +++ b/core/lib/refinery/core/configuration.rb @@ -37,12 +37,18 @@ module Refinery self.stylesheets << Stylesheet.new(*args) end - def ...
Introduced my patch for site_name being configurable in i<I>n as well but defaulting to the config.
refinery_refinerycms
train
1a1697e9df1e6d0b26e5e44a31c4e76efa87e9e2
diff --git a/caas/kubernetes/clientconfig/plugins.go b/caas/kubernetes/clientconfig/plugins.go index <HASH>..<HASH> 100644 --- a/caas/kubernetes/clientconfig/plugins.go +++ b/caas/kubernetes/clientconfig/plugins.go @@ -19,14 +19,21 @@ import ( clientcmdapi "k8s.io/client-go/tools/clientcmd/api" ) -const adminNameS...
Change to use unique ID for caas credential RBAC naming and labelling;
juju_juju
train
6bc1a757c92237c16d18404cc3deef182599e796
diff --git a/tests/unit/components/form-test.js b/tests/unit/components/form-test.js index <HASH>..<HASH> 100644 --- a/tests/unit/components/form-test.js +++ b/tests/unit/components/form-test.js @@ -1,4 +1,5 @@ import {expect} from 'chai' +const {RSVP} = Ember import {describeComponent} from 'ember-mocha' import {af...
No more setTimeout's in test
ciena-frost_ember-frost-bunsen
train
1f71158510cc51ec19499deafd78f9938a264fd9
diff --git a/pygdbmi/tests/test_app.py b/pygdbmi/tests/test_app.py index <HASH>..<HASH> 100755 --- a/pygdbmi/tests/test_app.py +++ b/pygdbmi/tests/test_app.py @@ -19,7 +19,7 @@ class TestPyGdbMi(unittest.TestCase): """Test that the parser returns dictionaries from gdb mi strings as expected""" # Tes...
modified testcases to accept responses with tokes and added a simple result record with token
cs01_pygdbmi
train
49408d0a0b82d802aab803f047e52dc28fb58f79
diff --git a/src/main/java/de/is24/util/monitoring/InApplicationMonitor.java b/src/main/java/de/is24/util/monitoring/InApplicationMonitor.java index <HASH>..<HASH> 100644 --- a/src/main/java/de/is24/util/monitoring/InApplicationMonitor.java +++ b/src/main/java/de/is24/util/monitoring/InApplicationMonitor.java @@ -1,7 +...
default initialization does not initialize JMX stuff any more, as handling creation of JMX Bean multithreaded would be a mess, thus we do not allow more than one JMX Bean in the vm.
Scout24_appmon4j
train
dcf859bc6bba5c8a4fd66099f1113daa911c7e4c
diff --git a/test/discover.js b/test/discover.js index <HASH>..<HASH> 100644 --- a/test/discover.js +++ b/test/discover.js @@ -17,46 +17,47 @@ * SUCH DAMAGE. */ -var libnmap = require('../') +var lib = require('../') , timeout = 1024 * 1024 , chai = require('chai') , should = chai.should() , expect = ...
Updated test cases to reflect new API
jas-_node-libnmap
train
cace25116fb2c068189e62fcc9c146f15516eb03
diff --git a/server/php.php b/server/php.php index <HASH>..<HASH> 100644 --- a/server/php.php +++ b/server/php.php @@ -13,7 +13,7 @@ class UploadFileXhr { fclose($input); } function getName(){ - return $_GET['name']; + return $_GET['qqfile']; } function getSize(){ $headers = apache_request_headers();
php getName(): ['name'] is actually ['qqfile']
FineUploader_fine-uploader
train
fc20f28a0fea526b2367516cb8649bd3960ccd06
diff --git a/libraries/mako/Config.php b/libraries/mako/Config.php index <HASH>..<HASH> 100644 --- a/libraries/mako/Config.php +++ b/libraries/mako/Config.php @@ -78,7 +78,7 @@ class Config } else { - return Arr::get(static::$config, $key); + return Arr::get(static::$config[$keys[0]], $keys[1]); } }
Small optimization of the Config::get method
mako-framework_framework
train
58e2422eff13c50318ada435697a5ce55cbd53cf
diff --git a/jbpm-designer-backend/src/main/java/org/jbpm/designer/util/OSProtocolSocketFactory.java b/jbpm-designer-backend/src/main/java/org/jbpm/designer/util/OSProtocolSocketFactory.java index <HASH>..<HASH> 100644 --- a/jbpm-designer-backend/src/main/java/org/jbpm/designer/util/OSProtocolSocketFactory.java +++ b/j...
changed importsto slf4j
kiegroup_jbpm-designer
train
8f299448ea954f75f576399f6bc113dd8ac1c824
diff --git a/caravel/models.py b/caravel/models.py index <HASH>..<HASH> 100644 --- a/caravel/models.py +++ b/caravel/models.py @@ -988,7 +988,7 @@ class SqlaTable(Model, Queryable, AuditMixinNullable, ImportMixin): # Supporting arbitrary SQL statements in place of tables if self.sql: - tb...
[bugfix] text as subquery fails with 'Series Limit' (#<I>)
apache_incubator-superset
train
1d62b1ecca3affee57b7a348168d808ecb9dbd59
diff --git a/www/shib13/idp/metadata.php b/www/shib13/idp/metadata.php index <HASH>..<HASH> 100644 --- a/www/shib13/idp/metadata.php +++ b/www/shib13/idp/metadata.php @@ -51,7 +51,7 @@ try { } - $metaflat = var_export($idpentityid, TRUE) . ' => ' . var_export($metaArray, TRUE) . ','; + $metaflat = '$metadata[' . ...
shib<I>: Change metadata output format to list of array assignments.
simplesamlphp_saml2
train
f4961abf1fb6f9fbcc8ec154a6f9ed5e2b65f397
diff --git a/lib/waterline/query/deferred.js b/lib/waterline/query/deferred.js index <HASH>..<HASH> 100644 --- a/lib/waterline/query/deferred.js +++ b/lib/waterline/query/deferred.js @@ -105,7 +105,7 @@ Deferred.prototype.populate = function(keyName, criteria) { }); return this; } - + // Normalize sub...
allow select to be used in populated criteria
balderdashy_waterline
train
4e3a30f3ce5eb322d3f8034f4031dc93b7bd1a9b
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ CachedResource is a Ruby gem whose goal is to increase the performance of intera gem install cached_resource ## Configuration -Enable CachedResource across all ActiveResources. +Enable CachedResource acro...
Bump to <I>, fix configuration problem with undefined RAILS_CACHE
mhgbrown_cached_resource
train
aff8b5e39a15a126268d1d9d58af132885a09c6d
diff --git a/devices.js b/devices.js index <HASH>..<HASH> 100755 --- a/devices.js +++ b/devices.js @@ -5491,6 +5491,14 @@ const devices = [ meta: {applyRedFix: true, turnsOffAtBrightness1: true}, }, { + zigbeeModel: ['RS 226'], + model: 'RS 226', + vendor: 'Innr', + descri...
Support RS <I> (#<I>) * Update devices.js Added new device, the INNR RS <I> GU<I> spot/bulb. Accepts the exact same instructions as the RS <I>, its preceder. * Update devices.js
Koenkk_zigbee-shepherd-converters
train
091f50100e642c848f10998ff545e36219540fac
diff --git a/web3/contract.py b/web3/contract.py index <HASH>..<HASH> 100644 --- a/web3/contract.py +++ b/web3/contract.py @@ -698,7 +698,7 @@ CONCISE_NORMALIZERS = ( ) -class ConciseMethod(object): +class ConciseMethod: ALLOWED_MODIFIERS = set(['call', 'estimateGas', 'transact', 'buildTransaction']) d...
Removed py2 new-style class inheritance as unecessary
ethereum_web3.py
train
4c4307147f3f6699b18d006fe2b738c390bddca6
diff --git a/tests/TestCase/Mailer/Transport/MailTransportTest.php b/tests/TestCase/Mailer/Transport/MailTransportTest.php index <HASH>..<HASH> 100644 --- a/tests/TestCase/Mailer/Transport/MailTransportTest.php +++ b/tests/TestCase/Mailer/Transport/MailTransportTest.php @@ -71,6 +71,7 @@ class MailTransportTest extends...
Add more tests with the Reply-To header of e-mails
cakephp_cakephp
train
5f4d71e924be1506902534f1d11d0b2f3110be80
diff --git a/jctools-benchmarks/src/main/java/org/jctools/jmh/throughput/MpqThroughputBackoffNone.java b/jctools-benchmarks/src/main/java/org/jctools/jmh/throughput/MpqThroughputBackoffNone.java index <HASH>..<HASH> 100644 --- a/jctools-benchmarks/src/main/java/org/jctools/jmh/throughput/MpqThroughputBackoffNone.java +...
Don't use a constant as benchmark input
JCTools_JCTools
train
f135105cf19cad253ab58cdf0b0a7d5671946ed6
diff --git a/errors.js b/errors.js index <HASH>..<HASH> 100644 --- a/errors.js +++ b/errors.js @@ -74,6 +74,12 @@ Errors.ArgStreamUnknownFrameHandlingStateError = TypedError({ message: 'unknown frame handling state' }); +Errors.BadCallRequestFrameError = TypedError({ + type: 'tchannel.bad-call-request', + ...
use faster variants of read fields with caching
uber_tchannel-node
train
fadd9bd43eb6aae76fa1142c657bcbc0839dd3b0
diff --git a/tests/unit/states/dockerng_test.py b/tests/unit/states/dockerng_test.py index <HASH>..<HASH> 100644 --- a/tests/unit/states/dockerng_test.py +++ b/tests/unit/states/dockerng_test.py @@ -20,6 +20,7 @@ from salttesting.mock import ( ensure_in_syspath('../../') # Import Salt Libs +from salt.exceptions imp...
Add test to check we don't call inspect_image on absent images.
saltstack_salt
train
4f38c415009fef707edb70eba15b1b7b350fbeba
diff --git a/resource_aws_network_acl.go b/resource_aws_network_acl.go index <HASH>..<HASH> 100644 --- a/resource_aws_network_acl.go +++ b/resource_aws_network_acl.go @@ -50,7 +50,7 @@ func resourceAwsNetworkAcl() *schema.Resource { Type: schema.TypeSet, Required: false, Optional: true, - Computed...
provider/aws: fixes for Network ACL Rules * Fixup Exists and CheckDestroy assertions * Make ingress/egress computed on network_acl, otherwise you could never use network_acl_rule with a managed network_acl without a perpetual diff.
terraform-providers_terraform-provider-aws
train
9aaa3d80899e72635a5d3773acd0d309b694ceaf
diff --git a/documentcloud/__init__.py b/documentcloud/__init__.py index <HASH>..<HASH> 100644 --- a/documentcloud/__init__.py +++ b/documentcloud/__init__.py @@ -223,6 +223,31 @@ class DocumentClient(BaseDocumentCloudClient): return self.get(json.loads(response)['id']) @credentials_required + de...
Drafted a upload_directory method for Document
datadesk_python-documentcloud
train
3976c6bdb6ce6b32b8c0645926bc341bf846641d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,9 @@ setup( keywords='configuration ini file inheritance aliasing', license='MIT', url='https://github.com/xflr6/fileconfig', + project_urls={ + 'Issue Tracker': 'https://github.com/xflr6/fil...
add project_urls for PyPI links
xflr6_fileconfig
train
a3a6a07f889de8ae34f8ed68c87d5859d97637fc
diff --git a/test/substream.test.js b/test/substream.test.js index <HASH>..<HASH> 100644 --- a/test/substream.test.js +++ b/test/substream.test.js @@ -160,5 +160,30 @@ describe('multi-stream', function test() { }); }); }); + + it('only emits the events once', function (done) { + primus.on('...
[minor] Adding a passing test for #1
primus_substream
train
7d0cc8572815e90b17c8e2b5652a705e7e55269b
diff --git a/raiden/tasks.py b/raiden/tasks.py index <HASH>..<HASH> 100644 --- a/raiden/tasks.py +++ b/raiden/tasks.py @@ -4,6 +4,7 @@ import click import gevent import requests import structlog +from eth_utils import to_hex from gevent.event import AsyncResult from pkg_resources import parse_version from web3 im...
Improvements for the new block logging message
raiden-network_raiden
train
f301df37cb63aeecf48077ae56351538e6eeeeb7
diff --git a/python/pyspark/ml/classification.py b/python/pyspark/ml/classification.py index <HASH>..<HASH> 100644 --- a/python/pyspark/ml/classification.py +++ b/python/pyspark/ml/classification.py @@ -762,7 +762,7 @@ class NaiveBayesModel(JavaModel, JavaMLWritable, JavaMLReadable): @inherit_doc class MultilayerPe...
[SPARK-<I>][ML][PYSPARK] MultilayerPerceptronClassifier supports save/load for Python API ## What changes were proposed in this pull request? ```MultilayerPerceptronClassifier``` supports save/load for Python API. ## How was this patch tested? doctest. cc mengxr jkbradley yinxusen
apache_spark
train
6bddedfd31a2a56f1c5a6c287a15533750bfc825
diff --git a/src/Psy/ExecutionLoop/Loop.php b/src/Psy/ExecutionLoop/Loop.php index <HASH>..<HASH> 100644 --- a/src/Psy/ExecutionLoop/Loop.php +++ b/src/Psy/ExecutionLoop/Loop.php @@ -39,7 +39,7 @@ class Loop { $loop = function($__psysh__) { // Load user-defined includes - set_error...
Don’t throw error exceptions for all errors. When including or executing in the execution loop, only throw error exceptions for errors above the current error_reporting threshold. Log the rest for posterity, but let the code finish anyway. Fixes #<I>
bobthecow_psysh
train
f99c095e5db83ee7b84d6368f3b614f2f9e90a64
diff --git a/irco/parsers/wos.py b/irco/parsers/wos.py index <HASH>..<HASH> 100644 --- a/irco/parsers/wos.py +++ b/irco/parsers/wos.py @@ -105,6 +105,11 @@ class AffiliationsProcessor(base.Processor): splitter = re.compile(r'\[([^\]]+)] ([^;]+)(?:; |$)') def process_record(self, record): + correspond...
Add the corresponding author information to the record fields.
GaretJax_irco
train
d2e82465ddf5339e930d20043d5fbd186b3fac68
diff --git a/connection.js b/connection.js index <HASH>..<HASH> 100644 --- a/connection.js +++ b/connection.js @@ -32,13 +32,6 @@ for (var key in logger) { return function () { // pass the connection instance to logger var args = [ this ]; - // XXX jt since ...
Remove pointless comment - git can remember the history
haraka_Haraka
train
3ff33d8d41b8668bb8f0039d0a03a7a00ea234cc
diff --git a/src/Event/ReadModel/JSONLD/CdbXMLImporter.php b/src/Event/ReadModel/JSONLD/CdbXMLImporter.php index <HASH>..<HASH> 100644 --- a/src/Event/ReadModel/JSONLD/CdbXMLImporter.php +++ b/src/Event/ReadModel/JSONLD/CdbXMLImporter.php @@ -293,7 +293,7 @@ class CdbXMLImporter $bookingInfo['name'] = ...
III-<I>: Rename currency property of booking info to priceCurrency in importer This makes sure it matches the same booking info property in the place projection and makes in conform with schema.org
cultuurnet_udb3-php
train
a720404929657703a31c50e039aec5292c9c2a2d
diff --git a/doc/changelog.rst b/doc/changelog.rst index <HASH>..<HASH> 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,5 +1,10 @@ Changelog ========= +v0.3.3 +------ +*(not-yet-released)* +- Fixed :class:`~plydata.one_table_verbs.group_indices` for the case + with no groups. v0.3.2 ------ diff --gi...
Move groupby & group_indices to GroupedDataFrame - Ensurers that the groupbys are uniform. And that if we are doing a groupby on another type of dataframe, it is probably wrong. - Fixed `group_indices` operation on regulare dataframe or one without groups.
has2k1_plydata
train
29ac87552bc16deeb949bd0e6b9b09108e7ddf37
diff --git a/lib/Insteon/X10.js b/lib/Insteon/X10.js index <HASH>..<HASH> 100644 --- a/lib/Insteon/X10.js +++ b/lib/Insteon/X10.js @@ -50,6 +50,7 @@ X10.prototype.send = function(code, next) { var deferred = Q.defer(); deferred.resolve( insteon.sendCommand(this.unitCmd) + .delay(500) .then(function (...
[fix] add missing delay between X<I> unit and cmd messages
automategreen_home-controller
train
59ce5fd2cc16699c088cf19fc25af0b84cf30c7c
diff --git a/findbugs/src/antTask/edu/umd/cs/findbugs/anttask/FindBugsTask.java b/findbugs/src/antTask/edu/umd/cs/findbugs/anttask/FindBugsTask.java index <HASH>..<HASH> 100644 --- a/findbugs/src/antTask/edu/umd/cs/findbugs/anttask/FindBugsTask.java +++ b/findbugs/src/antTask/edu/umd/cs/findbugs/anttask/FindBugsTask.ja...
Patch <I> - Support for nested fileset elements in ant task "I've added support for using nested <fileset> elements as well as individual <class> elements. This makes life a bit easier when there are a bunch of jar files to analyse. I couldn't find the manual or unit tests for the Ant task so I haven't updated those....
spotbugs_spotbugs
train
b7816b0cc100a47082922b8dd3e058134ad75d7c
diff --git a/sentry_sdk/api.py b/sentry_sdk/api.py index <HASH>..<HASH> 100644 --- a/sentry_sdk/api.py +++ b/sentry_sdk/api.py @@ -70,7 +70,7 @@ def capture_event( event, # type: Event hint=None, # type: Optional[Hint] scope=None, # type: Optional[Any] - **scope_args # type: Dict[str, Any] + **...
Fix multiple **kwargs type hints (#<I>) A **kwargs argument should be hinted as `T`, instead of `Dict[str, T]`. The dict wrapping is already implied by the type system. See: <URL>
getsentry_sentry-python
train
c0208ec241930c3deb76820ffadf71b6fef761a7
diff --git a/aeron-client/src/main/java/io/aeron/Aeron.java b/aeron-client/src/main/java/io/aeron/Aeron.java index <HASH>..<HASH> 100644 --- a/aeron-client/src/main/java/io/aeron/Aeron.java +++ b/aeron-client/src/main/java/io/aeron/Aeron.java @@ -217,6 +217,7 @@ public class Aeron implements AutoCloseable * @retu...
[Java] Add the ability to query the client if it has active commands outstanding for async operations.
real-logic_aeron
train
83c196e273ee6977df4b94f45d4fb27545afb20a
diff --git a/lib/right_rails/helpers/forms.rb b/lib/right_rails/helpers/forms.rb index <HASH>..<HASH> 100644 --- a/lib/right_rails/helpers/forms.rb +++ b/lib/right_rails/helpers/forms.rb @@ -119,17 +119,19 @@ private CALENDAR_OPTION_KEYS = %w{ format showTime - twentyFourHour - timePeriod ...
RightJS UI <I> options added
MadRabbit_right-rails
train
b01ee64b6d94306744be37ce60c5a4c491cef742
diff --git a/code/src/main/com/lmax/disruptor/Sequence.java b/code/src/main/com/lmax/disruptor/Sequence.java index <HASH>..<HASH> 100644 --- a/code/src/main/com/lmax/disruptor/Sequence.java +++ b/code/src/main/com/lmax/disruptor/Sequence.java @@ -28,13 +28,33 @@ public class Sequence set(initialValue); } ...
Javadoc and added a toString() method.
LMAX-Exchange_disruptor
train
1d2fcd033acb044d50a84562d017943298b256d7
diff --git a/net.lecousin.core/src/test/java/net/lecousin/framework/core/tests/concurrent/util/TestAsyncTimeout.java b/net.lecousin.core/src/test/java/net/lecousin/framework/core/tests/concurrent/util/TestAsyncTimeout.java index <HASH>..<HASH> 100644 --- a/net.lecousin.core/src/test/java/net/lecousin/framework/core/tes...
do not use LCConcurrentRunner for TestAsyncTimeout for build machines that do not have enough cpus
lecousin_java-framework-core
train
c1fdfe7e838ea0416b83f97e00e57fd40f5a18d7
diff --git a/SimplePie/HTTP/Parser.php b/SimplePie/HTTP/Parser.php index <HASH>..<HASH> 100644 --- a/SimplePie/HTTP/Parser.php +++ b/SimplePie/HTTP/Parser.php @@ -467,7 +467,7 @@ class SimplePie_HTTP_Parser while (true) { - $is_chunked = (bool) preg_match( '/^([0-9a-f]+)(\s|\r|\n)+/mi', $encoded, $matches ); ...
Fix up our chunked encoding a bit. Hopefully this should help with some errors, see #<I>
simplepie_simplepie
train
43fa86eb5cc731d28f6d0d17ceb2ef4c60863a6f
diff --git a/iodaemon/iodaemon_suite_test.go b/iodaemon/iodaemon_suite_test.go index <HASH>..<HASH> 100644 --- a/iodaemon/iodaemon_suite_test.go +++ b/iodaemon/iodaemon_suite_test.go @@ -27,7 +27,7 @@ type CompiledAssets struct { var _ = SynchronizedBeforeSuite(func() []byte { var err error assets := CompiledAsset...
Reduce iodaemon test run time by ~<I> seconds iodaemon was compiled with race detection. As of Go <I>, os.Exit(0) takes about 1 second completing race detection logic. This is unhelpful for our testing. [#<I>]
cloudfoundry-attic_garden-linux
train
4ec0c4b4c2239bd001601be1917825e59dfeea6e
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,20 @@ Default value: `true` For beautify output JSON in file +#### options.set +Type: `Function` + +By default: +```js +set: function (resultJsonObject, columnName, sheetName, key, value) { + if (!resultJ...
add option "set" for change of standard behavior
aliaksandr-master_grunt-excel-vocabulary
train
21586748b37ab47ccbb50669570b6a61eb31d28d
diff --git a/reformulation-core/src/main/java/it/unibz/inf/ontop/owlrefplatform/core/srcquerygeneration/TypeExtractor.java b/reformulation-core/src/main/java/it/unibz/inf/ontop/owlrefplatform/core/srcquerygeneration/TypeExtractor.java index <HASH>..<HASH> 100644 --- a/reformulation-core/src/main/java/it/unibz/inf/ontop...
Infer LITERAL by default for extensional data atoms.
ontop_ontop
train
245c9e0234cb2ad542483a336324e982f1a22934
diff --git a/trace_state.go b/trace_state.go index <HASH>..<HASH> 100644 --- a/trace_state.go +++ b/trace_state.go @@ -136,7 +136,7 @@ func (ts *traceState) Log() { const totalNumCols float64 = 120 for _, s := range ts.spans { if !s.finished { - gLogger.Println("(Unfinished)") + gLogger.Printf("(Unfinished: ...
Include name in unfinished spans.
jacobsa_reqtrace
train
0a9bf0d05e46eb802b47c9005231829a4091d3ff
diff --git a/pkg/kubelet/preemption/preemption.go b/pkg/kubelet/preemption/preemption.go index <HASH>..<HASH> 100644 --- a/pkg/kubelet/preemption/preemption.go +++ b/pkg/kubelet/preemption/preemption.go @@ -35,7 +35,7 @@ import ( const message = "Preempted in order to admit critical pod" -// CriticalPodAdmissionFa...
Correct CriticalPodAdmissionHandler in godoc
kubernetes_kubernetes
train
4cac2ee242a4b3c08aca1a9756d87dc099ed006b
diff --git a/test/test_pooling_base.py b/test/test_pooling_base.py index <HASH>..<HASH> 100644 --- a/test/test_pooling_base.py +++ b/test/test_pooling_base.py @@ -53,6 +53,19 @@ except ImportError: has_gevent = False +def gc_collect_until_done(threads, timeout=60): + start = time.time() + running = list(...
Refactor gc_collect_until_done
mongodb_mongo-python-driver
train
91cdac0f217b8a2e47272e866af3e29966d4d99b
diff --git a/test/options.js b/test/options.js index <HASH>..<HASH> 100644 --- a/test/options.js +++ b/test/options.js @@ -43,6 +43,7 @@ assert.ok(uuidTwentyeightdayslater.slice(19, 23) < uuidNow.slice(19, 23), 'clock // Get first possible v1 uuid for the current millisecond var uuidFirst = uuid.v1({ + timestamp: ...
Allow setting a timestamp of 0
kelektiv_node-uuid
train
235b5042ef8055b75e3cbf0bf92b7195a242b23c
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -60,6 +60,7 @@ module.exports = { 'indent': [ 'error' , 'tab' , { 'SwitchCase': 1 , 'MemberExpression': 1 , + 'flatTernaryExpressions': true } ] , 'newline-per-chained-call': [ 'error', { ...
Multipart does not crash server any more on client error
cronvel_server-kit
train
e72f8c3b3f45c82362f5f17ed6a21ac2ea652b4c
diff --git a/docs/src/components/ApiRows.js b/docs/src/components/ApiRows.js index <HASH>..<HASH> 100644 --- a/docs/src/components/ApiRows.js +++ b/docs/src/components/ApiRows.js @@ -1,7 +1,5 @@ import './ApiRows.styl' -import CodePrism from './CodePrism' - function getEventParams (event) { const params = event....
Update ApiRows.js
quasarframework_quasar
train
7902fda7adbaadd18d207f1d93610c00dc63a3ce
diff --git a/tcases-lib/src/main/java/org/cornutum/tcases/Tcases.java b/tcases-lib/src/main/java/org/cornutum/tcases/Tcases.java index <HASH>..<HASH> 100755 --- a/tcases-lib/src/main/java/org/cornutum/tcases/Tcases.java +++ b/tcases-lib/src/main/java/org/cornutum/tcases/Tcases.java @@ -890,7 +890,7 @@ public class Tcas...
For test def and output file, default must be relative paths that can later apply properly to the appropriate parent dirs
Cornutum_tcases
train
addb2274fabfef2c8eb92c8a0897bd82e59f6307
diff --git a/src/Camspiers/StatisticalClassifier/Classifier/ClassifierInterface.php b/src/Camspiers/StatisticalClassifier/Classifier/ClassifierInterface.php index <HASH>..<HASH> 100644 --- a/src/Camspiers/StatisticalClassifier/Classifier/ClassifierInterface.php +++ b/src/Camspiers/StatisticalClassifier/Classifier/Class...
MINOR: Remove comments from classifier interface
camspiers_statistical-classifier
train
cf06c4838c2b7c6fccd6829b9eb48f969192871d
diff --git a/src/de/lmu/ifi/dbs/elki/data/VectorUtil.java b/src/de/lmu/ifi/dbs/elki/data/VectorUtil.java index <HASH>..<HASH> 100644 --- a/src/de/lmu/ifi/dbs/elki/data/VectorUtil.java +++ b/src/de/lmu/ifi/dbs/elki/data/VectorUtil.java @@ -60,23 +60,6 @@ public final class VectorUtil { } /** - * Return the ran...
Drop a no longer used, expensive method.
elki-project_elki
train
3a998f7876309cafc456a17aafca866fc55f8e34
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup(name="bcbio-nextgen", long_description=(open('README.rst').read()), license="MIT", url="https://github.com/chapmanb/bcbio-nextgen", - packages=find_packages(), + packages=fin...
Install: skip putting tests into bcbio egg Avoids conflicts with other packages which also accidentally do this at the top level since `find_packages` behavior changed and will now identify these.
bcbio_bcbio-nextgen
train
44e8d0391294d8c26c89a47ad9873402b652dcc7
diff --git a/annis-widgets/src/main/java/annis/gui/widgets/gwt/public/anniswidget/rst_vis.js b/annis-widgets/src/main/java/annis/gui/widgets/gwt/public/anniswidget/rst_vis.js index <HASH>..<HASH> 100644 --- a/annis-widgets/src/main/java/annis/gui/widgets/gwt/public/anniswidget/rst_vis.js +++ b/annis-widgets/src/main/ja...
Leave enough space in the canvas for rst edges at the top of the rst tree.
korpling_ANNIS
train
b8da81171fbc099b2195de5ab1179b5e4ffeb53f
diff --git a/ui/src/dashboards/actions/index.js b/ui/src/dashboards/actions/index.js index <HASH>..<HASH> 100644 --- a/ui/src/dashboards/actions/index.js +++ b/ui/src/dashboards/actions/index.js @@ -140,12 +140,12 @@ const templates = [ id: '1', type: 'query', label: 'test query', - code: '$REGION', +...
Update var names and propTypes to match spec
influxdata_influxdb
train
e3af27c51b3a7bb9dcbb45bce07c029ba019eba3
diff --git a/actionpack/lib/action_controller/test_process.rb b/actionpack/lib/action_controller/test_process.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_controller/test_process.rb +++ b/actionpack/lib/action_controller/test_process.rb @@ -72,10 +72,16 @@ module ActionController #:nodoc: extra_key...
Improved testing of functional test setup. Fixed functional test setup so that :controller and :action are stored into path_parameters using string keys. Added with_routing test helper which can be used to dynamically replace the current set of routes inside a unit test. git-svn-id: <URL>
rails_rails
train
9d9692c5d1533178fee6c1af6f2626e20bcaf732
diff --git a/tests/test_basic.py b/tests/test_basic.py index <HASH>..<HASH> 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -27,9 +27,6 @@ class TestBasic(unittest.TestCase): properties.GettableProperty('bad kwarg', defualt=5) with self.assertRaises(TypeError): propertie...
Update tests for private properties, improved doc order
seequent_properties
train
ded571728a426002ab55a5092db21e74d4ae765f
diff --git a/aionationstates/__init__.py b/aionationstates/__init__.py index <HASH>..<HASH> 100644 --- a/aionationstates/__init__.py +++ b/aionationstates/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.4.1' +__version__ = '0.4.2' from aionationstates.world_ import * from aionationstates.wa_ import * diff --git a/aio...
fix issue results that have multiple banners
micha030201_aionationstates
train
1dcdc89d53d2adbdf85e9ea61bae3f8bd56583c1
diff --git a/helpers/form/elements/xhtml/class.Calendar.php b/helpers/form/elements/xhtml/class.Calendar.php index <HASH>..<HASH> 100644 --- a/helpers/form/elements/xhtml/class.Calendar.php +++ b/helpers/form/elements/xhtml/class.Calendar.php @@ -55,17 +55,6 @@ class tao_helpers_form_elements_xhtml_Calendar extends tao...
replace the datetime component in the generis forms
oat-sa_tao-core
train
3bd9b1ce5c43ad84b91f3fcb1c1ead2d55bee001
diff --git a/features/taxonomy/managing_taxons/disable_or_enable_taxon.feature b/features/taxonomy/managing_taxons/disable_or_enable_taxon.feature index <HASH>..<HASH> 100644 --- a/features/taxonomy/managing_taxons/disable_or_enable_taxon.feature +++ b/features/taxonomy/managing_taxons/disable_or_enable_taxon.feature @...
Improves managing taxons disable/enable feature
Sylius_Sylius
train
519d32a19fc9a1f7b3a08de7ea5179f3743ddf63
diff --git a/packages/react-dev-utils/openBrowser.js b/packages/react-dev-utils/openBrowser.js index <HASH>..<HASH> 100644 --- a/packages/react-dev-utils/openBrowser.js +++ b/packages/react-dev-utils/openBrowser.js @@ -10,8 +10,32 @@ var execSync = require('child_process').execSync; var opn = require('opn'); +// ht...
Only open Chrome tab if BROWSER is missing or is Chrome (#<I>)
vcarl_create-react-app
train
c48d21cef8cb4bc133e5bd8d0430cdb883ae8e30
diff --git a/generator/classes/propel/engine/database/model/Table.php b/generator/classes/propel/engine/database/model/Table.php index <HASH>..<HASH> 100644 --- a/generator/classes/propel/engine/database/model/Table.php +++ b/generator/classes/propel/engine/database/model/Table.php @@ -351,12 +351,6 @@ class Table exte...
[<I>] minor adjustment for Table postprocessing
propelorm_Propel
train
b791f43548cb4069d3c6f81d4a475540ebe60a58
diff --git a/inference.py b/inference.py index <HASH>..<HASH> 100644 --- a/inference.py +++ b/inference.py @@ -452,7 +452,7 @@ def _infer_operator(self, context=None, impl=None, meth='__method__'): continue try: value = impl(lhsvalue, rhsvalue) - except TypeErro...
catch everything since other exceptions such a ZeroDivisionError or ValueError may be raised
PyCQA_astroid
train
af7a99319796e8f7f804796a3a0ace6e71c993d1
diff --git a/src/com/google/javascript/jscomp/CodeGenerator.java b/src/com/google/javascript/jscomp/CodeGenerator.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/CodeGenerator.java +++ b/src/com/google/javascript/jscomp/CodeGenerator.java @@ -1033,6 +1033,9 @@ class CodeGenerator { ...
Improve escape sequence handling. Fixes issue <I> R=johnlenz DELTA=<I> (<I> added, 0 deleted, 0 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=<I> git-svn-id: <URL>
google_closure-compiler
train
b69ed7f766ee352809d9ee0ab6326e92d3f8945d
diff --git a/src/Symfony/Bundle/AsseticBundle/Controller/AsseticController.php b/src/Symfony/Bundle/AsseticBundle/Controller/AsseticController.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Bundle/AsseticBundle/Controller/AsseticController.php +++ b/src/Symfony/Bundle/AsseticBundle/Controller/AsseticController.php @...
[AsseticBundle] fixed controller
symfony_symfony
train
f93ec7f22c869220341626f8a19fbc12c039dda0
diff --git a/backbone-baseview.js b/backbone-baseview.js index <HASH>..<HASH> 100644 --- a/backbone-baseview.js +++ b/backbone-baseview.js @@ -5,7 +5,7 @@ // For all details and documentation: // https://github.com/1stdibs/backbone-base-and-form-view -/*global Backbone, window, jQuery, _, exports, module, r...
Add newest property to subview manager which should always be the newest subview addition
1stdibs_backbone-base-and-form-view
train
f584acea2b8308cfa996efd7a186b8a678b9af5b
diff --git a/modules/admin/src/views/layouts/main.php b/modules/admin/src/views/layouts/main.php index <HASH>..<HASH> 100644 --- a/modules/admin/src/views/layouts/main.php +++ b/modules/admin/src/views/layouts/main.php @@ -83,7 +83,9 @@ $this->beginPage() <span class="fileupload__reset" ng-click="reset()" ng-s...
dom insert replacing with ng-if instead of ng-show
luyadev_luya
train
92b7347575d8804bda61331fc0b826c83a9bd480
diff --git a/src/com/aoindustries/dao/Table.java b/src/com/aoindustries/dao/Table.java index <HASH>..<HASH> 100644 --- a/src/com/aoindustries/dao/Table.java +++ b/src/com/aoindustries/dao/Table.java @@ -73,6 +73,12 @@ public interface Table<K extends Comparable<? super K>,R extends Row<K,? extends Iterator<R> getI...
Added iterator just for clarity.
aoindustries_aocode-public
train
934314099f745f5c55fd02b10a972bdff5ab2d3b
diff --git a/huawei_lte_api/Connection.py b/huawei_lte_api/Connection.py index <HASH>..<HASH> 100644 --- a/huawei_lte_api/Connection.py +++ b/huawei_lte_api/Connection.py @@ -1,3 +1,4 @@ +import logging import re import urllib.parse import dicttoxml @@ -12,6 +13,8 @@ from huawei_lte_api.exceptions import \ Resp...
Support devices that have no CSRF protection
Salamek_huawei-lte-api
train
3372c35dd930e4f0e60d258fef95c456db8f1278
diff --git a/client/lib/signup/step-actions/index.js b/client/lib/signup/step-actions/index.js index <HASH>..<HASH> 100644 --- a/client/lib/signup/step-actions/index.js +++ b/client/lib/signup/step-actions/index.js @@ -43,7 +43,7 @@ import { getSiteId } from 'calypso/state/sites/selectors'; const Visibility = Site.Vis...
FSE: increase rollout percentage to <I> (#<I>) Enroll <I>% of users that enter the /start flow in FSE.
Automattic_wp-calypso
train
a0cb57689addff11f25f5e917916839e643c3c53
diff --git a/source/rafcon/core/states/concurrency_state.py b/source/rafcon/core/states/concurrency_state.py index <HASH>..<HASH> 100644 --- a/source/rafcon/core/states/concurrency_state.py +++ b/source/rafcon/core/states/concurrency_state.py @@ -19,6 +19,7 @@ import Queue from gtkmvc import Observable +import raf...
fix(execution engine): fix stepping inside concurrency states step_over last state in concurrent hierarchies, or stepping out of them did not work, this is fixed now
DLR-RM_RAFCON
train
2370c6a19664ef9f91644154578cff90baed06e1
diff --git a/src/example.js b/src/example.js index <HASH>..<HASH> 100644 --- a/src/example.js +++ b/src/example.js @@ -28,10 +28,12 @@ class ScrollableList { } var Button = { + defaultSkin: "blue_steel", components: [Clickable, Focusable] } var DropDown = { + defaultSkin: "blue_steel", components: [Clickabl...
Demonstrate how defaults are taken along in fabrication
davedx_fabricant
train
acb95ec1a8998e5a70600123056e2c9cfbe87e0b
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -2,8 +2,6 @@ require File.join(File.dirname(__FILE__), '..', 'lib', 'httparty') require 'spec/autorun' require 'fakeweb' -FakeWeb.allow_net_connect = false - def file_fixture(fi...
Only disable net connections during the spec suite
jnunemaker_httparty
train
8bfb8c900fa877b905a1b3d353ebdf244022d025
diff --git a/examples/digest/app.js b/examples/digest/app.js index <HASH>..<HASH> 100644 --- a/examples/digest/app.js +++ b/examples/digest/app.js @@ -22,32 +22,27 @@ function findByUsername(username, fn) { // Use the DigestStrategy within Passport. // This strategy requires a `secret`function, which is used to l...
Update example to reflect new calling conventions.
jaredhanson_passport-http
train
23c3da2d23a4cccb0212225d05e761762f5bf3d7
diff --git a/app/controllers/socializer/audiences_controller.rb b/app/controllers/socializer/audiences_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/socializer/audiences_controller.rb +++ b/app/controllers/socializer/audiences_controller.rb @@ -22,27 +22,28 @@ module Socializer private def...
reduce complexity for user_audience_list
socializer_socializer
train
be00914816247914ebd9c5f1948218f6d32068c0
diff --git a/lib/hyrax/transactions/transaction.rb b/lib/hyrax/transactions/transaction.rb index <HASH>..<HASH> 100644 --- a/lib/hyrax/transactions/transaction.rb +++ b/lib/hyrax/transactions/transaction.rb @@ -42,6 +42,9 @@ module Hyrax # @example unwapping values safely with handling for failures # tx.cal...
Add documentation for `Result#or` to transaction This use of `#or` is likely to be a common pattern in controllers, where we often won't care to unwrap a newly saved value (instead redirecting to an index-driven page), but want to handle errors carefully.
samvera_hyrax
train
38ab76c78c1bf4fb78e74777aa7bb7534101d983
diff --git a/gbdxtools/ipe/interface.py b/gbdxtools/ipe/interface.py index <HASH>..<HASH> 100644 --- a/gbdxtools/ipe/interface.py +++ b/gbdxtools/ipe/interface.py @@ -28,6 +28,14 @@ IPE_TO_DTYPE = { NAMESPACE_UUID = uuid.NAMESPACE_DNS + +def load_url(*args, **kwargs): + """ + Temporary Dummy Function + ""...
implementing dask property (with dummy function and token)
DigitalGlobe_gbdxtools
train
8b7e63cc923cf8c17f78865d8cb76b57622a752c
diff --git a/mtp_common/logging.py b/mtp_common/logging.py index <HASH>..<HASH> 100644 --- a/mtp_common/logging.py +++ b/mtp_common/logging.py @@ -9,6 +9,7 @@ class ELKFormatter(logging.Formatter): def format(self, record): log = { + 'timestamp': record.asctime, 'timestamp_msec':...
Include human readable timestamp in log output
ministryofjustice_money-to-prisoners-common
train
a04e017701b968e66419494386ef7597d84d1b00
diff --git a/lib/restful_query/condition.rb b/lib/restful_query/condition.rb index <HASH>..<HASH> 100644 --- a/lib/restful_query/condition.rb +++ b/lib/restful_query/condition.rb @@ -40,7 +40,7 @@ module RestfulQuery 'Greater than' => 'gt', 'Less than or equal to' => 'lteq', 'Greater...
Added ability to pass an array of :conditions to the parser, see tests for format. Makes creating queries from forms easier. Fixed syntax error
quirkey_restful_query
train
ac427bdc0cdafa6732bb0fc74bf162088025af45
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Users can now use jinja as arguments to tests. Test arguments are rendered in the native context and injected into the test execution context directly. ([#2149](https://github.com/fishtown-analy...
populate_adapter_cache for everyone Added the populate_adapter_cache to the GraphRunnableTask before_run method - Previously only Run used it
fishtown-analytics_dbt
train
387399caca1b75b45dd6a6e0d3611f9b4047a199
diff --git a/core/server/services/settings/validate.js b/core/server/services/settings/validate.js index <HASH>..<HASH> 100644 --- a/core/server/services/settings/validate.js +++ b/core/server/services/settings/validate.js @@ -113,7 +113,7 @@ _private.validateData = function validateData(object) { if (...
Dynamic Routing Beta: Changed routes.yaml error messages refs #<I> - updated some error messages - reason: they didn't look clear enough or contained e.g. [object object]
TryGhost_Ghost
train
714744fca1ed2046cf34f67cdeafe13b9428e611
diff --git a/src/SphinxSearch/Db/Adapter/AdapterServiceFactory.php b/src/SphinxSearch/Db/Adapter/AdapterServiceFactory.php index <HASH>..<HASH> 100644 --- a/src/SphinxSearch/Db/Adapter/AdapterServiceFactory.php +++ b/src/SphinxSearch/Db/Adapter/AdapterServiceFactory.php @@ -20,12 +20,12 @@ class AdapterServiceFactory i...
The factory now gets the right node (depth)
ripaclub_sphinxsearch
train
693d69895860700332310a747708a5e18fe8eea8
diff --git a/wrapper/retrieve.go b/wrapper/retrieve.go index <HASH>..<HASH> 100644 --- a/wrapper/retrieve.go +++ b/wrapper/retrieve.go @@ -18,6 +18,26 @@ package wrapper import "github.com/trustedanalytics/go-cf-lib/types" +func (w *CfAPIWrapper) GetAppSummary(id string) (*types.CfAppSummary, error) { + res, err :...
DPNG-<I> Exposed some API functions for structures discovery.
trustedanalytics_go-cf-lib
train
39c40adad1309b40351c2d19499601ec68117515
diff --git a/lib/requirejs.php b/lib/requirejs.php index <HASH>..<HASH> 100644 --- a/lib/requirejs.php +++ b/lib/requirejs.php @@ -97,7 +97,12 @@ if ($rev > 0 and $rev < (time() + 60 * 60)) { $content = ''; foreach ($jsfiles as $modulename => $jsfile) { - $js = file_get_contents($jsfile) ...
MDL-<I> requirejs: better reporting if a JS file cannot be loaded
moodle_moodle
train
140d018825e169900c478c6547395226427fa390
diff --git a/dom/test/browser/isolation.js b/dom/test/browser/isolation.js index <HASH>..<HASH> 100644 --- a/dom/test/browser/isolation.js +++ b/dom/test/browser/isolation.js @@ -939,12 +939,12 @@ describe('isolation', function () { }, 100); setTimeout(() => { secondElement.click(); - ...
test(dom): make isolation test less time-brittle
cyclejs_cyclejs
train
7e546badb0f3faa629745f1499d98a512d978acc
diff --git a/elki-clustering/src/test/java/elki/clustering/hierarchical/betula/BIRCHLeafClusteringTest.java b/elki-clustering/src/test/java/elki/clustering/hierarchical/betula/BIRCHLeafClusteringTest.java index <HASH>..<HASH> 100644 --- a/elki-clustering/src/test/java/elki/clustering/hierarchical/betula/BIRCHLeafCluste...
remove tests of not yet implemented dist functions
elki-project_elki
train