hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
36dfad011ab079c077e6020f5a07739e01ebdb48
diff --git a/datadog_checks_base/datadog_checks/base/utils/db/query.py b/datadog_checks_base/datadog_checks/base/utils/db/query.py index <HASH>..<HASH> 100644 --- a/datadog_checks_base/datadog_checks/base/utils/db/query.py +++ b/datadog_checks_base/datadog_checks/base/utils/db/query.py @@ -59,7 +59,7 @@ class Query(obj...
Extend `QueryManager` query type (#<I>) * Add 'timeout' field to QueryManager queries (cherry picked from commit 7c<I>f<I>b4f6ee7bfe<I>fb7e<I>b6b<I>ad<I>) * Apply suggestions from code review
DataDog_integrations-core
train
a6a5c8852d2b2abaf1489ac3687d9dffdf48120f
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -101,6 +101,12 @@ fs.readdirSync(polyfillSourceFolder).forEach(function (polyfillName) { } return expandedPolyfillNames; + + // Add all the dependencies of a polyfill by resolving the polyfill to itself...
Add dependencies to the bundle automatically, see #<I>
Financial-Times_polyfill-service
train
bf8f4b2423620bffe431fa2612c110035b89a59b
diff --git a/pkg/server/sync.go b/pkg/server/sync.go index <HASH>..<HASH> 100644 --- a/pkg/server/sync.go +++ b/pkg/server/sync.go @@ -740,13 +740,13 @@ func (sh *SyncHandler) startValidatePrefix(ctx *context.Context, pfx string, doD go func() { defer close(c) err := blobserver.EnumerateAllFrom(ctx, e, pfx, fun...
sync: fix bug in prefix enumeration. could send one extra item. Depending on timing, could lead to ListMissingDestinationBlobs getting out of sync and causing a lot of blobs to be replicated that were fine and already on the server. Change-Id: I<I>e<I>f1fe4e<I>f8f<I>bc9d<I>a<I>e<I>
perkeep_perkeep
train
44f9848a43dba3faedb043255e2d86d87af6fe32
diff --git a/lib/dialog.js b/lib/dialog.js index <HASH>..<HASH> 100644 --- a/lib/dialog.js +++ b/lib/dialog.js @@ -475,7 +475,7 @@ class Dialog extends Emitter { break; case 'ACK': - this.emit('ack', req) ; + setImmediate(() => this.emit('ack', req)); break ; default: d...
<I> (release fix for #<I>)
davehorton_drachtio-srf
train
1011acaf243271bc04f3cd31bd3f67f40827d393
diff --git a/hazelcast-jet-core/src/test/java/com/hazelcast/jet/pipeline/BatchStageTest.java b/hazelcast-jet-core/src/test/java/com/hazelcast/jet/pipeline/BatchStageTest.java index <HASH>..<HASH> 100644 --- a/hazelcast-jet-core/src/test/java/com/hazelcast/jet/pipeline/BatchStageTest.java +++ b/hazelcast-jet-core/src/te...
Add given-when-then to test methods
hazelcast_hazelcast
train
3b74dcd3fe13aa67189007251078c9d79f55cd60
diff --git a/Resources/public/js/views/ez-languageselectionboxview.js b/Resources/public/js/views/ez-languageselectionboxview.js index <HASH>..<HASH> 100644 --- a/Resources/public/js/views/ez-languageselectionboxview.js +++ b/Resources/public/js/views/ez-languageselectionboxview.js @@ -274,13 +274,15 @@ YUI.add('ez-lan...
EZP-<I>: When closing language selection box it change URI
ezsystems_PlatformUIBundle
train
57c2fe5eb58979a3f596dda34c06109890ee1784
diff --git a/lib/hocho/drivers/ssh_base.rb b/lib/hocho/drivers/ssh_base.rb index <HASH>..<HASH> 100644 --- a/lib/hocho/drivers/ssh_base.rb +++ b/lib/hocho/drivers/ssh_base.rb @@ -71,7 +71,12 @@ module Hocho temporary_passphrase = SecureRandom.base64(129).chomp - derive = system(*%w(openssl enc -pbkd...
ssh_base(sudo): Check that OpenSSL at both ends support pbkdf2
sorah_hocho
train
90cc8293339b056a88d0ce183606e48adacc8327
diff --git a/ezp/Persistence/LegacyStorage/Content/LocationHandler.php b/ezp/Persistence/LegacyStorage/Content/LocationHandler.php index <HASH>..<HASH> 100644 --- a/ezp/Persistence/LegacyStorage/Content/LocationHandler.php +++ b/ezp/Persistence/LegacyStorage/Content/LocationHandler.php @@ -268,5 +268,15 @@ class Locati...
Add: Missing delete() function after last commit by jv
ezsystems_ezpublish-kernel
train
e9e1ea42c7e7f6d816a0ad7bffd5cdd43de06c5a
diff --git a/lib/collection.js b/lib/collection.js index <HASH>..<HASH> 100644 --- a/lib/collection.js +++ b/lib/collection.js @@ -138,6 +138,10 @@ Collection.prototype.previous = function(name, ns) { return this._related('previousSibling', name, ns); } +Collection.prototype.root = function() { + return wrap((th...
Set text and attr of multiple elements in a set.
jaredhanson_node-xtraverse
train
e1076162832b159395655752005d188191238cc5
diff --git a/test_src/test_proj/views.py b/test_src/test_proj/views.py index <HASH>..<HASH> 100644 --- a/test_src/test_proj/views.py +++ b/test_src/test_proj/views.py @@ -1,6 +1,6 @@ -from vstutils.api.serializers import VSTSerializer +from vstutils.api.serializers import VSTSerializer, EmptySerializer from vstutils.a...
Add `subaction` decorator with response data and `operation_description` * Auto add operation description in openapi from function docs. * Set `response_code` and `response_serializer` info from decorator.
vstconsulting_vstutils
train
8ad9ecdb15433fe76ac726b86783de3b206ce62a
diff --git a/gyp/AUTHORS b/gyp/AUTHORS index <HASH>..<HASH> 100644 --- a/gyp/AUTHORS +++ b/gyp/AUTHORS @@ -1,9 +1,10 @@ # Names should be added to this file like so: # Name or Organization <email address> -Google Inc. -Bloomberg Finance L.P. -Yandex LLC +Google Inc. <*@google.com> +Bloomberg Finance L.P. <*@bloombe...
gyp: backport GYP fix to fix AIX shared suffix Required to support the shared library builds on AIX - this sets the shared library suffix within GYP to .a instead of .so on AIX My patch: <URL> changes: PR-URL: <URL>
janeasystems_nodejs-mobile-gyp
train
a21b6f792fd0ef175f53aa75a81191db8dbd28d2
diff --git a/packages/selenium-ide/src/neo/IO/playback/webdriver.js b/packages/selenium-ide/src/neo/IO/playback/webdriver.js index <HASH>..<HASH> 100644 --- a/packages/selenium-ide/src/neo/IO/playback/webdriver.js +++ b/packages/selenium-ide/src/neo/IO/playback/webdriver.js @@ -73,6 +73,10 @@ export default class WebDr...
add before and after command to the webdriver executor
SeleniumHQ_selenium-ide
train
a2eeec3597740cd79a2b88f24427c3d3e8f072e6
diff --git a/test/tools/javac/lambda/abort/Abort.java b/test/tools/javac/lambda/abort/Abort.java index <HASH>..<HASH> 100644 --- a/test/tools/javac/lambda/abort/Abort.java +++ b/test/tools/javac/lambda/abort/Abort.java @@ -85,7 +85,7 @@ public class Abort { } SimpleJavaFileObject asJFO(java.io.File ...
<I>: lambda test fails on Windows Summary: fix path separator issue in test Reviewed-by: jjg
wmdietl_jsr308-langtools
train
c126122bdb940eee1989a861231501f28aca19d6
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -85,7 +85,7 @@ yeoman.generators = { * Named Base Generator * {@link NamedBase} */ - NamedBase: yeoman.NamedBase + NamedBase: require('./lib/named-base') }; deprecate.property( 'require(\'yeoman-generator\')...
Fix issue with deprecation warning being log all the time for NamedBase - rel #<I>
yeoman_generator
train
0af3aff96d865f04d555dc1f4360c287cdc9d6c2
diff --git a/ggplot/facets/layouts.py b/ggplot/facets/layouts.py index <HASH>..<HASH> 100644 --- a/ggplot/facets/layouts.py +++ b/ggplot/facets/layouts.py @@ -138,7 +138,7 @@ def layout_base(data, vars=None, drop=True): "used for facetting") base = pd.concat([x for i, x in enumerate(values) if has_all...
Remove unnecessary inplace pandas operations Most `inplace` operations are fake.
has2k1_plotnine
train
cc205b7f1be32f63b4aad35bcb2b497d3d864b43
diff --git a/cmd/dosa/schema.go b/cmd/dosa/schema.go index <HASH>..<HASH> 100644 --- a/cmd/dosa/schema.go +++ b/cmd/dosa/schema.go @@ -196,7 +196,7 @@ func (c *SchemaCmd) doSchemaOpInJavaClient(op string) { return } - fmt.Printf("%s", out) + fmt.Printf("%s", out.String()) } // SchemaCheck holds the options f...
Add String() to cli output (#<I>)
uber-go_dosa
train
50b609a938c680d64d78322223748669da078256
diff --git a/lib/endtable/couch-connector.js b/lib/endtable/couch-connector.js index <HASH>..<HASH> 100644 --- a/lib/endtable/couch-connector.js +++ b/lib/endtable/couch-connector.js @@ -82,6 +82,8 @@ exports.connector = Class.extend({ loadDocumentByParams: function(params, callback) { + this.fixCommonTypos(p...
Cleaned up the couch connector a bit moving things into a common fixCommonTypos method.
bcoe_endtable
train
d2da22b51d2996c20a159d6cc16a77ea2b861939
diff --git a/tests/templatetags/test_syntax_color.py b/tests/templatetags/test_syntax_color.py index <HASH>..<HASH> 100644 --- a/tests/templatetags/test_syntax_color.py +++ b/tests/templatetags/test_syntax_color.py @@ -63,13 +63,12 @@ class SyntaxColorTagTests(TestCase): content = """{% load syntax_color %} {...
rework syntax color test to break less between different versions of pygments
django-extensions_django-extensions
train
a052c1c309d86d5c328c8941e1cd897a0a13315b
diff --git a/cake/tests/lib/code_coverage_manager.php b/cake/tests/lib/code_coverage_manager.php index <HASH>..<HASH> 100644 --- a/cake/tests/lib/code_coverage_manager.php +++ b/cake/tests/lib/code_coverage_manager.php @@ -168,6 +168,7 @@ class CodeCoverageManager { } $dump = xdebug_get_code_coverage(); + x...
Stopping xdebug code coverage once it is no longer needed on CodeCoverageManager git-svn-id: <URL>
cakephp_cakephp
train
d8a474b3a4b636889f377b501d2ca9e44d5c4361
diff --git a/src/toil/cwl/cwltoil.py b/src/toil/cwl/cwltoil.py index <HASH>..<HASH> 100755 --- a/src/toil/cwl/cwltoil.py +++ b/src/toil/cwl/cwltoil.py @@ -216,13 +216,15 @@ class SelfJob(object): def __init__(self, j, v): self.j = j self.v = v - self._children = j._children def rv(s...
Add hasChild() to Job API so that cwltoil isn't forced to access internal attributes (required because adding a job twice as a child throws an exception).
DataBiosphere_toil
train
e2427cd47fb2c427916000ef52b53e162790d0fa
diff --git a/library/ZExt/Cache/Backend/Decorators/Profileable.php b/library/ZExt/Cache/Backend/Decorators/Profileable.php index <HASH>..<HASH> 100755 --- a/library/ZExt/Cache/Backend/Decorators/Profileable.php +++ b/library/ZExt/Cache/Backend/Decorators/Profileable.php @@ -231,7 +231,7 @@ class Profileable extends Dec...
ZExt\Cache\Backend\Decorators\Profileable: profiler pass now the name of icon instead of icon itself
mikemirten_ZExt
train
59579c0feb25bf493433a130f0213b47562f6269
diff --git a/openquake/supervising/__init__.py b/openquake/supervising/__init__.py index <HASH>..<HASH> 100644 --- a/openquake/supervising/__init__.py +++ b/openquake/supervising/__init__.py @@ -38,6 +38,8 @@ def is_pid_running(pid): :return: True if the process is running, False otherwise """ + # NB: Pr...
added a note about pid uniqueness to is_pid_running()
gem_oq-engine
train
fbbf8462271c273b5f7856388c59d4376b469821
diff --git a/Resources/public/base.js b/Resources/public/base.js index <HASH>..<HASH> 100644 --- a/Resources/public/base.js +++ b/Resources/public/base.js @@ -238,4 +238,4 @@ var Admin = { errors.show(); } } -} +};
Missing coma at the end of the file Ressources/public/base.js Leading assetic to miss the merge in production env see : <URL>
sonata-project_SonataAdminBundle
train
b28ce799e27baffc2f577cec87930b2c46b35ae9
diff --git a/glue_vispy_viewers/isosurface/isosurface_visual.py b/glue_vispy_viewers/isosurface/isosurface_visual.py index <HASH>..<HASH> 100644 --- a/glue_vispy_viewers/isosurface/isosurface_visual.py +++ b/glue_vispy_viewers/isosurface/isosurface_visual.py @@ -1,9 +1,9 @@ -# This file implements a IsosurfaceVisual cl...
Make our Isosurface class compatible with Vispy <I>
glue-viz_glue-vispy-viewers
train
17dc90d9f8a8ed0fc91386ba9f4ec05c522ef099
diff --git a/src/main/java/io/nats/client/impl/PullStatusMessageManager.java b/src/main/java/io/nats/client/impl/PullStatusMessageManager.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/nats/client/impl/PullStatusMessageManager.java +++ b/src/main/java/io/nats/client/impl/PullStatusMessageManager.java @@ -21,7 ...
statuses with code <I> are known statuses (#<I>)
nats-io_java-nats
train
2dc5b4074c7c201afc9e0573a4402f3cc20ffd64
diff --git a/api/charmhub/data.go b/api/charmhub/data.go index <HASH>..<HASH> 100644 --- a/api/charmhub/data.go +++ b/api/charmhub/data.go @@ -96,7 +96,23 @@ func convertCharm(in interface{}) *Charm { func convertChannels(in map[string]params.Channel) map[string]Channel { out := make(map[string]Channel, len(in)) f...
Add Platforms to Channel of ChannelMaps, for info
juju_juju
train
812e4e14f77464ff1d7d7f96a74ad0cfa7baa4f8
diff --git a/helios-testing/src/main/java/com/spotify/helios/testing/TemporaryJobs.java b/helios-testing/src/main/java/com/spotify/helios/testing/TemporaryJobs.java index <HASH>..<HASH> 100644 --- a/helios-testing/src/main/java/com/spotify/helios/testing/TemporaryJobs.java +++ b/helios-testing/src/main/java/com/spotify...
TemporaryJobs: Change the test report output dir Instead of helios-test-reports/ use helios-reports/test/ We will also have other subdirs like helios-reports/deploy/ so this lets us collect everything in one place.
spotify_helios
train
4e192a69da721cb29fffb1339078dc8952d083e8
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -52,8 +52,10 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', - 'Progr...
Update python classifiers (#<I>)
wooey_Wooey
train
e559a7ca265c83f351807d8c7bc35300b3e13b99
diff --git a/spec/mongoid/validatable/uniqueness_spec.rb b/spec/mongoid/validatable/uniqueness_spec.rb index <HASH>..<HASH> 100644 --- a/spec/mongoid/validatable/uniqueness_spec.rb +++ b/spec/mongoid/validatable/uniqueness_spec.rb @@ -5,7 +5,7 @@ describe "Paranoia uniqueness scoped validator" do context "when the...
Use model context in uniqueness validator spec.
simi_mongoid_paranoia
train
08eb4caade9a16f91f5e2da3be18e4e99483b4b8
diff --git a/account/Model/Activate.php b/account/Model/Activate.php index <HASH>..<HASH> 100644 --- a/account/Model/Activate.php +++ b/account/Model/Activate.php @@ -112,11 +112,13 @@ class Activate_Model extends Model ); } $email = Email::instance(); + if (!($data = $user->getArr...
just add data and hope for the best...
monolyth-php_frontal
train
fafd1a1327b2e9d475e44220f54cfdf555dec76a
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,13 @@ language: python python: - '2.7' - '3.5' - - '3.6' + +env: + - NEO4J_VERSION=3.2.2 + - NEO4J_VERSION=latest before_install: - - docker pull neo4j + - docker pull neo4j:$NEO4J_VERSION ...
Updated travis config Fixed a test that was sometimes failing to do lists being unordered.
NORDUnet_python-norduniclient
train
bd24c4c9c5619556034606bf2f0604cfe7e98304
diff --git a/src/Services/InputCalibrator.php b/src/Services/InputCalibrator.php index <HASH>..<HASH> 100644 --- a/src/Services/InputCalibrator.php +++ b/src/Services/InputCalibrator.php @@ -126,6 +126,6 @@ class InputCalibrator */ public function cleanString($string) { - return ucwords(str_repla...
Fixes issue with html in form labels
GrafiteInc_FormMaker
train
710e0d7de90a32b1b4100aa41db17d3786e4a769
diff --git a/messaging/client_test.go b/messaging/client_test.go index <HASH>..<HASH> 100644 --- a/messaging/client_test.go +++ b/messaging/client_test.go @@ -98,6 +98,45 @@ func TestClient_Close(t *testing.T) { } } +// Ensure a client's Leader URL can be set correctly. +func TestClient_SetLeaderURL(t *testing.T) ...
Add unit test for client tracking leader URL
influxdata_influxdb
train
f5e731cc400ca5924974bc61bb4c04f0fab30887
diff --git a/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php b/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php +++ b/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php @@ -269,10 +269,11 @@ class PostgreSqlPlatform extends Abstra...
[DBAL-<I>] Fix bug with elements in default schema not filtered for really being in the default search path.
doctrine_dbal
train
6ee8cf332125c3c0ba0df6a1d5b3aa66ac6961d6
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -191,9 +191,9 @@ export class Map extends React.Component { const map = this.map; const {google} = this.props; - const maps = google.maps; if (!google) return; + con...
Fix recentering when google.maps is not yet available
fullstackreact_google-maps-react
train
4ce3d184894f883fe12dd6b1408254c8aa64c2d7
diff --git a/ps_alchemy/__init__.py b/ps_alchemy/__init__.py index <HASH>..<HASH> 100644 --- a/ps_alchemy/__init__.py +++ b/ps_alchemy/__init__.py @@ -5,6 +5,7 @@ # Copyright © 2015 uralbash <root@uralbash.ru> # # Distributed under terms of the MIT license. +from sqlalchemy.ext.declarative.api import DeclarativeMeta...
preparing only SQLAlchemy models
sacrud_ps_alchemy
train
7180e5d0bd64a61c536e60d4050a778dd37a6189
diff --git a/Manager/IPWhiteListManager.php b/Manager/IPWhiteListManager.php index <HASH>..<HASH> 100644 --- a/Manager/IPWhiteListManager.php +++ b/Manager/IPWhiteListManager.php @@ -43,6 +43,10 @@ class IPWhiteListManager public function getIPs() { + if (!file_exists($this->ipFile)) { + t...
Create ips file if not exist
claroline_CoreBundle
train
49e46f3232e94380336696b48a4a27672d580d2f
diff --git a/wallet/rescan.go b/wallet/rescan.go index <HASH>..<HASH> 100644 --- a/wallet/rescan.go +++ b/wallet/rescan.go @@ -5,6 +5,7 @@ package wallet import ( + "github.com/btcsuite/btcd/txscript" "github.com/btcsuite/btcd/wire" "github.com/btcsuite/btcutil" "github.com/btcsuite/btcwallet/chain" @@ -34,7 ...
wallet: update rescan to take addrs along with their outpoints
btcsuite_btcwallet
train
bcb5cffb5aaadb70fa457f80cb369faa75147fa8
diff --git a/lib/lanes/api/routing.rb b/lib/lanes/api/routing.rb index <HASH>..<HASH> 100644 --- a/lib/lanes/api/routing.rb +++ b/lib/lanes/api/routing.rb @@ -9,7 +9,7 @@ module Lanes end def root(&block) - API::Root.get('/', &block) + API::Root.get('/*', &block...
Use splat to match urls for html5 matching
argosity_hippo
train
5126c3aeb5298a9ccd1e2ac6b51a2b6a4e40f867
diff --git a/zinnia/__init__.py b/zinnia/__init__.py index <HASH>..<HASH> 100644 --- a/zinnia/__init__.py +++ b/zinnia/__init__.py @@ -1,5 +1,5 @@ """Zinnia""" -__version__ = '0.18.dev0' +__version__ = '0.18' __license__ = 'BSD License' __author__ = 'Fantomas42'
Bumping to version <I>
Fantomas42_django-blog-zinnia
train
8aa7da0d42a2fad9cd86f2b015172710fa6a2770
diff --git a/tools/fontbakery-build-fontmetadata.py b/tools/fontbakery-build-fontmetadata.py index <HASH>..<HASH> 100755 --- a/tools/fontbakery-build-fontmetadata.py +++ b/tools/fontbakery-build-fontmetadata.py @@ -99,6 +99,32 @@ BLACKLIST = [ "AdobeBlank", # Testing font, gives ZeroDivisionError: float division by ...
detect GFN from name table (issue #<I>) As a last resort in cases where font filename does not follow naming guidelines and METADATA.pb is missing.
googlefonts_fontbakery
train
b1f01cacc92d90122db42fcad59f707a31dc4105
diff --git a/optaplanner-core/src/main/java/org/optaplanner/core/impl/heuristic/selector/common/nearby/BetaDistributionNearbyRandom.java b/optaplanner-core/src/main/java/org/optaplanner/core/impl/heuristic/selector/common/nearby/BetaDistributionNearbyRandom.java index <HASH>..<HASH> 100644 --- a/optaplanner-core/src/ma...
fix error message: 0 is positive, but not strictly positive.
kiegroup_optaplanner
train
2808c47b6b89b1e94db1fa12033c471ef3a48c49
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1048,6 +1048,13 @@ * */ 'watch': function(prop, callback){ this.watcher.watch(this.data, prop, callback); + }, + + /** + * Unwatches the property in the ...
Added unwatch function to sharedData Simple unwatch function for the sharedData object based on watchJS. It is more coherent to use watch and unwatch in the same way, than accessing to the watcher object to unwatch property.
TamkeenLMS_electron-window-manager
train
2b816af9a8769c4c8043acbcde0c66572272f063
diff --git a/lib/modules/blockchain_process/proxy.js b/lib/modules/blockchain_process/proxy.js index <HASH>..<HASH> 100644 --- a/lib/modules/blockchain_process/proxy.js +++ b/lib/modules/blockchain_process/proxy.js @@ -65,7 +65,7 @@ const parseResponse = function (ipc, resBody) { }; exports.serve = async function (...
eslint doesn't like `void 0` here
embark-framework_embark
train
ac74ce6d8595af55a5fd2763db1e06cfabcca942
diff --git a/client/js/Dialogs/Projects/ProjectsDialog.js b/client/js/Dialogs/Projects/ProjectsDialog.js index <HASH>..<HASH> 100644 --- a/client/js/Dialogs/Projects/ProjectsDialog.js +++ b/client/js/Dialogs/Projects/ProjectsDialog.js @@ -72,16 +72,29 @@ define(['logManager', } }); + var ...
open selected project on doubleclick Former-commit-id: a9ccd5cebb<I>dc<I>bb8cc0d<I>
webgme_webgme-engine
train
ced5e6f647abbdd3d54d0f32ed18770ff7b8a25d
diff --git a/blockstack_client/backend/nameops.py b/blockstack_client/backend/nameops.py index <HASH>..<HASH> 100644 --- a/blockstack_client/backend/nameops.py +++ b/blockstack_client/backend/nameops.py @@ -56,6 +56,7 @@ from ..operations import fees_update, fees_transfer, fees_revoke, fees_registrat from .safety im...
fix stack overflow on getattr() with UTXOWrapper
blockstack_blockstack-core
train
66e28f56b69c7cf24594b728563bf344b2c5df46
diff --git a/cli.js b/cli.js index <HASH>..<HASH> 100755 --- a/cli.js +++ b/cli.js @@ -67,6 +67,7 @@ commander .option('--canvas-capture-mode [type]', '(experimental) Switches to canvas mode, capturing the canvas selected by --selector as image type (default: png)') .option('-q, --quiet', 'Suppress console loggin...
Connect to remote Chromium/Chrome instance using puppeteer.connect()
tungs_timesnap
train
cca6b70f1e569f48c4d73db5121524fea8504f7e
diff --git a/lib/Image/Operation/Resize.php b/lib/Image/Operation/Resize.php index <HASH>..<HASH> 100644 --- a/lib/Image/Operation/Resize.php +++ b/lib/Image/Operation/Resize.php @@ -7,14 +7,14 @@ use Timber\ImageHelper; use Timber\Image\Operation as ImageOperation; /** - * Changes image to new size, by shrinking/...
ref #<I> -- some things found by Scrutinizer
timber_timber
train
de3404dbc608e598b3ccdbf862972e65198efcf4
diff --git a/src/main/java/org/junit/experimental/theories/Theories.java b/src/main/java/org/junit/experimental/theories/Theories.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/junit/experimental/theories/Theories.java +++ b/src/main/java/org/junit/experimental/theories/Theories.java @@ -73,6 +73,11 @@ public...
Update Theories to pass the TestClass to BlockJUnit4ClassRunner. This avoids repeated class scanning.
junit-team_junit4
train
850a3ae1c3d59823335b3c0406de1a878af53870
diff --git a/testsuite.py b/testsuite.py index <HASH>..<HASH> 100644 --- a/testsuite.py +++ b/testsuite.py @@ -35,7 +35,8 @@ # # The tests have been roughly arranged in order of time needed. # -# All tests should pass. Report regressions to kconfiglib@gmail.com +# All tests should pass. Report regressions to ulfaliz...
Change email in testsuite.py.
ulfalizer_Kconfiglib
train
91aaaecd40d74607e44ab6f8854dfd717efc986f
diff --git a/lib/pdf/info.rb b/lib/pdf/info.rb index <HASH>..<HASH> 100644 --- a/lib/pdf/info.rb +++ b/lib/pdf/info.rb @@ -1,5 +1,5 @@ +require 'date' unless defined? DateTime require 'pdf/info/exceptions' -require 'date' module PDF class Info @@ -52,6 +52,8 @@ module PDF metadata = {} rows.each do...
Squashed commit of the following: commit fcf<I>a1fbe<I>e1bac<I>fa7de<I>c5d<I>cfc2c3
newspaperclub_pdf_info
train
8c32c6c784006ce11a641a8dbcc135a4eac900d2
diff --git a/lib/seahorse/client/request_context.rb b/lib/seahorse/client/request_context.rb index <HASH>..<HASH> 100644 --- a/lib/seahorse/client/request_context.rb +++ b/lib/seahorse/client/request_context.rb @@ -35,10 +35,6 @@ module Seahorse # @return [String] Name of the API operation called. attr_ac...
Moved a method down below the list of attribute accessors.
aws_aws-sdk-ruby
train
7364139118eb2dbd4380fbd3dfb174b843a0923e
diff --git a/src/main/java/org/sahagin/runlib/runresultsgen/HookMethodManager.java b/src/main/java/org/sahagin/runlib/runresultsgen/HookMethodManager.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/sahagin/runlib/runresultsgen/HookMethodManager.java +++ b/src/main/java/org/sahagin/runlib/runresultsgen/HookMeth...
Sometimes beforeHook was called after afterHook
SahaginOrg_sahagin-java
train
334bfc0e382669c4ac1a98ec14d29cd070e3ea93
diff --git a/lib/vlc-client/connection.rb b/lib/vlc-client/connection.rb index <HASH>..<HASH> 100644 --- a/lib/vlc-client/connection.rb +++ b/lib/vlc-client/connection.rb @@ -19,7 +19,7 @@ module VLC # Connects to VLC RC interface on Client#host and Client#port def connect @socket = TCPSocket.new(@host...
Allow reading channel cleanup to timeout silently
mguinada_vlc-client
train
c454717fa67df71b4a3c2f16cd0f6bc186148a04
diff --git a/core/chain_indexer_test.go b/core/chain_indexer_test.go index <HASH>..<HASH> 100644 --- a/core/chain_indexer_test.go +++ b/core/chain_indexer_test.go @@ -18,6 +18,7 @@ package core import ( "context" + "errors" "fmt" "math/big" "math/rand" @@ -224,7 +225,10 @@ func (b *testChainIndexBackend) Pro...
core: fix potential race in chainIndexerTest (#<I>)
ethereum_go-ethereum
train
e7ee71d4a3534c477e307b025701143ad055fb41
diff --git a/lib/websearch_templates.py b/lib/websearch_templates.py index <HASH>..<HASH> 100644 --- a/lib/websearch_templates.py +++ b/lib/websearch_templates.py @@ -2066,12 +2066,12 @@ class Template: out += '</table>' if row.has_key ('viewsimilarity'): - out += ...
Fixed &nbsp; typos, thanks to Ferran Jorba.
inveniosoftware_invenio-records
train
2a26c7600650e5146bf847d95ca00108c9c2b2ca
diff --git a/src/java/com/threerings/media/util/BackgroundTiler.java b/src/java/com/threerings/media/util/BackgroundTiler.java index <HASH>..<HASH> 100644 --- a/src/java/com/threerings/media/util/BackgroundTiler.java +++ b/src/java/com/threerings/media/util/BackgroundTiler.java @@ -1,5 +1,5 @@ // -// $Id: BackgroundTi...
Deal gracefully with images that we can't usefully tile (which includes the default 1x1 transparent image we're given if the image manager failed to load an image successfully.) git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@<I> <I>f4-<I>e9-<I>-aa3c-eee0fc<I>fb1
threerings_narya
train
27b480ba552adb256d5ee1338da981bb3a60dc62
diff --git a/oauthlib/oauth2/rfc6749/tokens.py b/oauthlib/oauth2/rfc6749/tokens.py index <HASH>..<HASH> 100644 --- a/oauthlib/oauth2/rfc6749/tokens.py +++ b/oauthlib/oauth2/rfc6749/tokens.py @@ -180,11 +180,18 @@ class BearerToken(TokenBase): def create_token(self, request, refresh_token=False): """Crea...
The ability to vary expires_in per request.
oauthlib_oauthlib
train
d69278229396a7f89a2bdf4b36f97b92054521b3
diff --git a/lib/makewcs.py b/lib/makewcs.py index <HASH>..<HASH> 100644 --- a/lib/makewcs.py +++ b/lib/makewcs.py @@ -60,9 +60,8 @@ import string,types, os.path import pyfits from pydrizzle import drutil -from pydrizzle.distortion import models +from pydrizzle.distortion import models,mutil from pytools import fi...
Updated 'makewcs' to <I>dev to report additional keywords to the SCI extension header in order to allow full interpretation of the SIP coeffs by PyDrizzle (convert SIP into IDCTAB coeffs). The computation of TDD alpha and beta for ACS/WFC was also added, but their values are simply recorded as keywords and not applied...
spacetelescope_stsci.tools
train
80e736a7a78dbbe7890b6436228cacb2e0927922
diff --git a/openquake/calculators/views.py b/openquake/calculators/views.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/views.py +++ b/openquake/calculators/views.py @@ -1013,7 +1013,7 @@ def view_delta_loss(token, dstore): Estimate the stocastic error on the loss curve by splitting the events in...
Improved comment [ci skip]
gem_oq-engine
train
35f32db70e7d130dcb882971a88c7a8f746827b1
diff --git a/packages/game-ui/lib/player-box/index.js b/packages/game-ui/lib/player-box/index.js index <HASH>..<HASH> 100644 --- a/packages/game-ui/lib/player-box/index.js +++ b/packages/game-ui/lib/player-box/index.js @@ -5,6 +5,7 @@ var BOX_WIDTH = 600, BOX_HEIGHT_OTHERS = 300; var q = req...
Make highlighting for second card work properly
ryb73_dealers-choice-meta
train
3814512d39d9d3d22f1a2cc2d2ec96dc27ea3c16
diff --git a/lib/ruby_bugzilla.rb b/lib/ruby_bugzilla.rb index <HASH>..<HASH> 100644 --- a/lib/ruby_bugzilla.rb +++ b/lib/ruby_bugzilla.rb @@ -3,9 +3,9 @@ require 'linux_admin' class RubyBugzilla - CMD = '/usr/bin/bugzilla' - COOKIES_FILE = File.expand_path('~') + '/.bugzillacookies' - CREDS_FILE = File.expand_...
Removed hardcoding of python-bugzilla path in favor of one on the PATH.
ManageIQ_active_bugzilla
train
044a1707d14de688bf815e4093fb0af49dc29f92
diff --git a/gwpy/frequencyseries/frequencyseries.py b/gwpy/frequencyseries/frequencyseries.py index <HASH>..<HASH> 100644 --- a/gwpy/frequencyseries/frequencyseries.py +++ b/gwpy/frequencyseries/frequencyseries.py @@ -437,8 +437,8 @@ class FrequencySeries(Series): epoch = self.epoch.gps if self.f...
Move space in to_pycbc() string to later line
gwpy_gwpy
train
919c16194535565aefd874e2e64307d87b9a9f1d
diff --git a/godotenv_test.go b/godotenv_test.go index <HASH>..<HASH> 100644 --- a/godotenv_test.go +++ b/godotenv_test.go @@ -5,6 +5,13 @@ import ( "testing" ) +func parseAndCompare(t *testing.T, rawEnvLine string, expectedKey string, expectedValue string) { + key, value, _ := parseLine(rawEnvLine) + if key != ex...
Start porting over parser tests.
joho_godotenv
train
1cdaf2c263072635aedcf33cfad9b2589fd2eb51
diff --git a/org.jenetics/src/main/java/org/jenetics/stat/Histogram.java b/org.jenetics/src/main/java/org/jenetics/stat/Histogram.java index <HASH>..<HASH> 100644 --- a/org.jenetics/src/main/java/org/jenetics/stat/Histogram.java +++ b/org.jenetics/src/main/java/org/jenetics/stat/Histogram.java @@ -64,7 +64,7 @@ import ...
Replace inner class with lambda expression.
jenetics_jenetics
train
87d87ef9a8ddd2ae442b0aced22d5b497c7e1415
diff --git a/lib/trooper/dsl/bundler.rb b/lib/trooper/dsl/bundler.rb index <HASH>..<HASH> 100644 --- a/lib/trooper/dsl/bundler.rb +++ b/lib/trooper/dsl/bundler.rb @@ -20,6 +20,10 @@ module Trooper def using_bundler? File.exists? "Gemfile" end + + def ruby_bin_path + config[:ruby_bin_p...
fixed a problem with ruby_bin_path not available in module
madwire_trooper
train
be7c8b013ec7cc68711011cbdd17edf801b3df07
diff --git a/lib/codebot/core.rb b/lib/codebot/core.rb index <HASH>..<HASH> 100644 --- a/lib/codebot/core.rb +++ b/lib/codebot/core.rb @@ -51,10 +51,9 @@ module Codebot def join ipc = Thread.new { @ipc_server.join && stop } web = Thread.new { @web_server.join && stop } - irc = Thread.new { @irc_...
Allow starting when no networks are set up
olabini_codebot
train
0708535c4ebd17dc6fe6e840ca6b785320e70dd0
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -3,7 +3,7 @@ const fs = require('fs'); const path = require('path'); const posthtml = require('posthtml'); -const parser = require('posthtml-parser').default; +const parser = require('posthtml-parser').parse...
Update posthtml-parser require Align the posthtml-parser require with a change introduced to posthtml-parser: <URL>
posthtml_posthtml-include
train
dccdb6ba89cbd1b52fdcb97cbb6054008983e3e6
diff --git a/lib/retina_tag/engine.rb b/lib/retina_tag/engine.rb index <HASH>..<HASH> 100644 --- a/lib/retina_tag/engine.rb +++ b/lib/retina_tag/engine.rb @@ -15,7 +15,7 @@ module RetinaTag retina_els.slice!(-1) retina_path = "#{retina_els.join('.')}@2x.#{extension}" - if !Rails.applica...
Fixing for sprockets 3 in production
davydotcom_retina_tag
train
66f8b461a270108f4bcdf9decd974faba655bf89
diff --git a/bgen_reader/_genotype.py b/bgen_reader/_genotype.py index <HASH>..<HASH> 100644 --- a/bgen_reader/_genotype.py +++ b/bgen_reader/_genotype.py @@ -71,8 +71,13 @@ def read_genotype_partition( ncombs = lib.bgen_ncombs(vg) p = full((nsamples, ncombs), nan, dtype=float64) ...
missing, ploidy, phased
limix_bgen-reader-py
train
953e27f9f1d1fb3a7951d08a8bb9f7b5be05fb83
diff --git a/spec/bolt/cli_spec.rb b/spec/bolt/cli_spec.rb index <HASH>..<HASH> 100644 --- a/spec/bolt/cli_spec.rb +++ b/spec/bolt/cli_spec.rb @@ -112,4 +112,46 @@ describe "Bolt::CLI" do cli = Bolt::CLI.new(%w[script --nodes foo]) expect(cli.parse).to include(mode: 'script') end + + describe "execute" do...
(TASKS-<I>) Add unit tests for CLI#execute Add unit tests for exec, script and run.
puppetlabs_bolt
train
113b28394cf721d9c83a0d79e7077e87c6832ab0
diff --git a/PySimpleGUIWx/PySimpleGUIWx.py b/PySimpleGUIWx/PySimpleGUIWx.py index <HASH>..<HASH> 100644 --- a/PySimpleGUIWx/PySimpleGUIWx.py +++ b/PySimpleGUIWx/PySimpleGUIWx.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -version = __version__ = "0.17.0 Released 6-Jun-2020" +version = __version__ = "0.17.0.1 Unreleased\n Mul...
Multiline.update changed to use SetValue just like when intially created.
PySimpleGUI_PySimpleGUI
train
8f34f4d5c9f0b8eeb90299d2046c7762cc338096
diff --git a/galpy/orbit_src/Orbit.py b/galpy/orbit_src/Orbit.py index <HASH>..<HASH> 100644 --- a/galpy/orbit_src/Orbit.py +++ b/galpy/orbit_src/Orbit.py @@ -622,6 +622,46 @@ class Orbit: """ self._orb.plotvy(*args,**kwargs) + def toPlanar(self): + """ + NAME: + toPlanar ...
toPlanar and toLinear for orbits
jobovy_galpy
train
16671ec90553e60b61ca84d881dadb136b4353da
diff --git a/Lib/extractor/formats/opentype.py b/Lib/extractor/formats/opentype.py index <HASH>..<HASH> 100644 --- a/Lib/extractor/formats/opentype.py +++ b/Lib/extractor/formats/opentype.py @@ -361,6 +361,8 @@ def extractOpenTypeKerning(source, destination): elif "kern" in source: kerning = _extractOpenT...
Groups must be a list.
robotools_extractor
train
b7b2d7848f6b358d49f8f21df3a39415c1ada7ad
diff --git a/datascience/tables.py b/datascience/tables.py index <HASH>..<HASH> 100644 --- a/datascience/tables.py +++ b/datascience/tables.py @@ -3693,8 +3693,12 @@ class Table(collections.abc.MutableMapping): x = values_dict[k][0], y = np.zeros_like(values_dict[k][0]...
finished rug plots for ihist
data-8_datascience
train
3b140f31ed5816d3a198039b72a08c0b9ab1370a
diff --git a/labsuite/compilers/pfusx.py b/labsuite/compilers/pfusx.py index <HASH>..<HASH> 100644 --- a/labsuite/compilers/pfusx.py +++ b/labsuite/compilers/pfusx.py @@ -325,6 +325,11 @@ def compile(*sequences, output=None): # For printing an output map. well_map[well] = s + # Nicely formatted w...
pFusX: Code reorder for readability.
Opentrons_opentrons
train
4cf8bf7312a124cb96e615923ebb373380fb60bd
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index <HASH>..<HASH> 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Pushing a record on an association collection doesn't unnecessarily load all the associated records. [Obie Fernandez, Jeremy Kemper] + * Oracle...
Pushing a record on an association collection doesn't unnecessarily load all the associated records. git-svn-id: <URL>
rails_rails
train
c242934f00d0e3d966f7a99d9510d4500f779549
diff --git a/libandroid-navigation/src/main/java/com/mapbox/services/android/navigation/v5/navigation/NavigationRoute.java b/libandroid-navigation/src/main/java/com/mapbox/services/android/navigation/v5/navigation/NavigationRoute.java index <HASH>..<HASH> 100644 --- a/libandroid-navigation/src/main/java/com/mapbox/serv...
Adds exclude and voiceUnits to dir request (#<I>)
mapbox_mapbox-navigation-android
train
e19e2cd24bef833f72b8cc95fde6749fcfad1f7e
diff --git a/pysolr.py b/pysolr.py index <HASH>..<HASH> 100644 --- a/pysolr.py +++ b/pysolr.py @@ -144,7 +144,7 @@ except NameError: __author__ = 'Joseph Kocherhans, Jacob Kaplan-Moss, Daniel Lindsley' __all__ = ['Solr'] -__version__ = (2, 0, 8) +__version__ = (2, 0, 9) def get_version(): return "%s.%s.%s" ...
If MLT was enabled but no reindexing was performed, Solr returns null instead of no docs. Handle this slightly more gracefully.
django-haystack_pysolr
train
e0df1bb6d1982bffd7a53899709a2e0bbc8a428a
diff --git a/web/concrete/elements/files/search.php b/web/concrete/elements/files/search.php index <HASH>..<HASH> 100644 --- a/web/concrete/elements/files/search.php +++ b/web/concrete/elements/files/search.php @@ -38,7 +38,7 @@ $req = $flr->getSearchRequest(); <?php $fp = FilePermissions::get...
Remove js bindings (that never would've worked) and replace them with a fallthrough. Former-commit-id: <I>c6acd3af<I>f<I>ec<I>a1aba<I>
concrete5_concrete5
train
ad9598c75895c7cd3a984044ac52dfabcadc7899
diff --git a/backup/util/dbops/restore_dbops.class.php b/backup/util/dbops/restore_dbops.class.php index <HASH>..<HASH> 100644 --- a/backup/util/dbops/restore_dbops.class.php +++ b/backup/util/dbops/restore_dbops.class.php @@ -1078,8 +1078,8 @@ abstract class restore_dbops { $localpath ...
MDL-<I> restore: Fix remote file recovery
moodle_moodle
train
c0cd3e9e8eec51792c2ca509f45f2822b26f3488
diff --git a/extension/rsb/com/src/main/java/org/dc/jul/extension/rsb/com/AbstractExecutableController.java b/extension/rsb/com/src/main/java/org/dc/jul/extension/rsb/com/AbstractExecutableController.java index <HASH>..<HASH> 100644 --- a/extension/rsb/com/src/main/java/org/dc/jul/extension/rsb/com/AbstractExecutableCo...
try to fix that the AbstractExecutableController won't notify observers when receiving a new value
openbase_jul
train
48ccd6e3ef3e8ab7a65060e0ab919d080570e78a
diff --git a/lib/apivore/rspec_builder.rb b/lib/apivore/rspec_builder.rb index <HASH>..<HASH> 100644 --- a/lib/apivore/rspec_builder.rb +++ b/lib/apivore/rspec_builder.rb @@ -16,7 +16,8 @@ module Apivore end def get_apivore_setup(path, method, response) - @@setups[path + method + response].try(:call) |...
support rspec `let` blocks within `apivore_setup`
westfieldlabs_apivore
train
6bdb5cbc1ada2669cf898c8e49c010001cd88b9b
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,6 @@ language: python cache: pip -addons: - postgresql: '9.6' - services: - postgresql diff --git a/aiohttp_devtools/version.py b/aiohttp_devtools/version.py index <HASH>..<HASH> 100644 --- a/aioh...
remove postgres version constraint from travis
aio-libs_aiohttp-devtools
train
4ed5d9304ca2f509a715bdae72fc62d9a79b6a24
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,24 +1,18 @@ +import re +from setuptools import setup -from dateparser import __version__ - - -try: - from setuptools import setup -except ImportError: - from distutils.core import setup - +(__version__, ) = re.finda...
dropped distutils, parsing version number with regex to avoid import, removed wheel dependency from install_requires
scrapinghub_dateparser
train
3dabe2c3af64751b246a50d369aabb0913f5c775
diff --git a/html5lib/tests/test_treewalkers.py b/html5lib/tests/test_treewalkers.py index <HASH>..<HASH> 100644 --- a/html5lib/tests/test_treewalkers.py +++ b/html5lib/tests/test_treewalkers.py @@ -4,6 +4,7 @@ import os import sys import unittest import warnings +from difflib import unified_diff try: unitte...
Add diff to error messages from treewalker tests. I've spent too long straining to see subtle difference. This helps.
html5lib_html5lib-python
train
de69c50f8c76a49561e88ce9912c72864bd5925b
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,15 +1,5 @@ # -*- coding: utf-8 -*- -# -# alot documentation build configuration file, created by -# sphinx-quickstart on Tue Jan 10 16:45:54 2012. -# -# This file is execfile()d ...
docs: don't use hardcoded version string in conf.py
pazz_alot
train
5253396420ebd8cfedf0adbc8d12bf9ea2b269bf
diff --git a/sources/scalac/ast/TreeGen.java b/sources/scalac/ast/TreeGen.java index <HASH>..<HASH> 100644 --- a/sources/scalac/ast/TreeGen.java +++ b/sources/scalac/ast/TreeGen.java @@ -267,10 +267,20 @@ public class TreeGen implements Kinds, Modifiers { /** Build parameter */ public ValDef Param(int p...
- made Param obsolete, and introduced ValDef as... - made Param obsolete, and introduced ValDef as alias (to reflect the change in Tree.java)
scala_scala
train
f1adab45999d4e67e092e913b9895f3b177f1e9d
diff --git a/pyfnnd/_fnndeconv.py b/pyfnnd/_fnndeconv.py index <HASH>..<HASH> 100644 --- a/pyfnnd/_fnndeconv.py +++ b/pyfnnd/_fnndeconv.py @@ -157,19 +157,25 @@ def deconvolve(F, C0=None, theta0=None, dt=0.02, learn_theta=(0, 0, 0, 0, 0), if theta0 is None: theta = _init_theta(F, dt, hz=0.3, tau=0.5) ...
implemented sigma correction factor, still broken
alimuldal_PyFNND
train
a8a04e9d6ba7b1250ef6c4566ff72e309b0ab683
diff --git a/test/integration/09-cluster-broker.js b/test/integration/09-cluster-broker.js index <HASH>..<HASH> 100644 --- a/test/integration/09-cluster-broker.js +++ b/test/integration/09-cluster-broker.js @@ -254,7 +254,6 @@ describe('09 - integration - broker', function() { return users.allowMethod(localIns...
chore: removed console.log of pause
happner_happner-cluster
train
ead3ff8245fc8ed7e59186fd356a13cee99c8a2e
diff --git a/src/main/java/hex/gbm/DTree.java b/src/main/java/hex/gbm/DTree.java index <HASH>..<HASH> 100644 --- a/src/main/java/hex/gbm/DTree.java +++ b/src/main/java/hex/gbm/DTree.java @@ -11,7 +11,6 @@ import water.*; import water.api.DocGen; import water.api.Request.API; import water.fvec.Chunk; -import water.fv...
Generating Forest classes into resulting code.
h2oai_h2o-2
train
16e0fb4a5792caf70b1b1fbce2b7b594f00bd858
diff --git a/makephar.php b/makephar.php index <HASH>..<HASH> 100755 --- a/makephar.php +++ b/makephar.php @@ -29,9 +29,7 @@ if (basename($backtrace[0]["file"]) === "phar.php") { chdir(dirname($backtrace[1]["file"])); if (!isset($phar_debug)) file_put_contents($backtrace[0]["file"], file_get_contents("https:/...
Improve phar self-update mechanism
danog_MadelineProto
train
ecfb547b05efe48fd55ee9690d8a86f0792b082e
diff --git a/lib/train/transports/ssh_connection.rb b/lib/train/transports/ssh_connection.rb index <HASH>..<HASH> 100644 --- a/lib/train/transports/ssh_connection.rb +++ b/lib/train/transports/ssh_connection.rb @@ -73,7 +73,7 @@ class Train::Transports::SSH def run_command(cmd) stdout = stderr = '' e...
bugfix: run frozen string commands via ssh
inspec_train
train
64f8ecd452e573863fb05e4959532566b036109c
diff --git a/src/ComplexType.php b/src/ComplexType.php index <HASH>..<HASH> 100644 --- a/src/ComplexType.php +++ b/src/ComplexType.php @@ -98,7 +98,11 @@ class ComplexType extends Type if (!$member->getNullable()) { if ($type == '\DateTime') { - $constructorSource .= '...
Fix creating constructor for DaeTime and constructorParamsDefaultToNull to prevent null-pointer-exception
wsdl2phpgenerator_wsdl2phpgenerator
train
28d6c35d534ffc97950d087efd829223f4aabeba
diff --git a/src/Utility/Text.php b/src/Utility/Text.php index <HASH>..<HASH> 100644 --- a/src/Utility/Text.php +++ b/src/Utility/Text.php @@ -35,29 +35,34 @@ class Text * Warning: This method should not be used as a random seed for any cryptographic operations. * Instead you should use the openssl or mcryp...
Improve warnings around Text::uuid() This function should not be used to generate 'secure' identifiers. While UUID v4 has a low chance of collisions it is not as foolproof as <I> fully random bytes. I've also opted to use a more secure source of random integers in PHP7 as mersenne twister to reduce the risk of if the...
cakephp_cakephp
train
555ba35178c3cce56640fbc4561c15a65b64a1dc
diff --git a/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationListenerService.java b/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationListenerService.java index <HASH>..<HASH> 100644 --- a/android/src/main/java/com/dieam/reactnativepushnotificati...
Copy `twi_body` to `message` to support Twilio.
zo0r_react-native-push-notification
train
a3937dfd0eb4f71f28074bcd7ce7ff158334d491
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ * Add `--color` and `--no-color` options * Add `::content` and `::shadow` to list of elements recognized by `PseudoElement` +* Fix `UnnecessaryParentReference` to not report selectors with mul...
Fix UnnecessaryParentReference bug with multiple parent refs The linter would erroneously report an error for selectors with multiple parent references, e.g. .form_field { & &_input.qdn_input { ... } } Fixes #<I>
sds_scss-lint
train
17e751e1a4206a5c8c25b9e70a545c36f82f8931
diff --git a/wandb/config.py b/wandb/config.py index <HASH>..<HASH> 100644 --- a/wandb/config.py +++ b/wandb/config.py @@ -153,22 +153,25 @@ class Config(object): def update(self, params): if not isinstance(params, dict): - # handle tensorflow flags - if not hasattr(params, '__dict...
Fix the case where tensorflow args post tensorflow <I> is passed in to config object
wandb_client
train
20800d4391a1c5313d6f5c1d505d0cbf3f9d6ab8
diff --git a/gwpy/timeseries/timeseries.py b/gwpy/timeseries/timeseries.py index <HASH>..<HASH> 100644 --- a/gwpy/timeseries/timeseries.py +++ b/gwpy/timeseries/timeseries.py @@ -476,49 +476,59 @@ class TimeSeries(TimeSeriesBase): fftlength=fftlength, overlap=overlap, ...
Update to fftgram, it allows for the passing of overlap and window and utilizes the scipy.signal.spectrogram method
gwpy_gwpy
train
914bdf1e25781b4d67ac0bfb98cc788e1cf50150
diff --git a/src/de/lmu/ifi/dbs/elki/evaluation/AbstractClassifierEvaluation.java b/src/de/lmu/ifi/dbs/elki/evaluation/AbstractClassifierEvaluation.java index <HASH>..<HASH> 100644 --- a/src/de/lmu/ifi/dbs/elki/evaluation/AbstractClassifierEvaluation.java +++ b/src/de/lmu/ifi/dbs/elki/evaluation/AbstractClassifierEvalu...
Small API clean up by using the same generics ordering.
elki-project_elki
train