hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
50a0012d047e6dcb315945999e36e01cab9dce56
diff --git a/src/QCheck/Quick.php b/src/QCheck/Quick.php index <HASH>..<HASH> 100644 --- a/src/QCheck/Quick.php +++ b/src/QCheck/Quick.php @@ -52,23 +52,22 @@ class Quick { } static function shrinkLoop(RoseTree $tree) { - $nodes = $tree->getChildren(); + $nodes = FP::realize($tree->getChildren...
realize the nodes in the shrink loop Using empty on an iterator won't give much joy.
steos_php-quickcheck
train
8c0c099a3016f8d758e9cd07bffb2e3f554189e8
diff --git a/chef/lib/chef/log.rb b/chef/lib/chef/log.rb index <HASH>..<HASH> 100644 --- a/chef/lib/chef/log.rb +++ b/chef/lib/chef/log.rb @@ -68,15 +68,15 @@ class Chef @logger.add(severity, message = nil, progname = nil, &block) end - # NOTE: Mixlib::Log initially sets @logger to nil and depend...
need to call init on Chef::Log, not its metaclass
chef_chef
train
5c857bbd6a5f60d9908d9ffa8aaf1e72de6ef472
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup, find_packages setup( name='llnl-scraper', - version='0.2.0', + version='0.2.1', description='Package for extracting ', author='Ian Lee', author_email='lee...
Tagged version <I> for release
LLNL_scraper
train
44a73c38a7ab40ffb883fcdf0bd8d804a2dae640
diff --git a/client/setup.py b/client/setup.py index <HASH>..<HASH> 100755 --- a/client/setup.py +++ b/client/setup.py @@ -22,10 +22,7 @@ except IOError: KWARGS = {} if USE_SETUPTOOLS: - KWARGS = { - 'install_requires': ['docopt', 'python-dateutil', 'PyYAML', 'requests'], - 'entry_points': {'consol...
Fixed required libs in setup.py to use newer install_requires.
deis_deis
train
3443f0f74a23f445ac7d452be174f3d864872534
diff --git a/parceler/src/test/java/org/parceler/internal/ParcelableAnalysisTest.java b/parceler/src/test/java/org/parceler/internal/ParcelableAnalysisTest.java index <HASH>..<HASH> 100644 --- a/parceler/src/test/java/org/parceler/internal/ParcelableAnalysisTest.java +++ b/parceler/src/test/java/org/parceler/internal/P...
Adding failing tests around mismatched types
johncarl81_parceler
train
38e930dfe6bd28f7768120215ab6676af2501c08
diff --git a/admin/javascript/LeftAndMain.Preview.js b/admin/javascript/LeftAndMain.Preview.js index <HASH>..<HASH> 100644 --- a/admin/javascript/LeftAndMain.Preview.js +++ b/admin/javascript/LeftAndMain.Preview.js @@ -211,6 +211,7 @@ */ _block: function() { this.addClass('blocked'); + this.find('.cms-...
FIX Blocking of preview screen (regression) Blocked when it should be editable, due to entwine's onunmatch not firing when it was expected to.
silverstripe_silverstripe-framework
train
c565b64fe1566ed29a260ca0ff0b777ed533c717
diff --git a/src/java/org/apache/cassandra/tools/NodeCmd.java b/src/java/org/apache/cassandra/tools/NodeCmd.java index <HASH>..<HASH> 100644 --- a/src/java/org/apache/cassandra/tools/NodeCmd.java +++ b/src/java/org/apache/cassandra/tools/NodeCmd.java @@ -141,7 +141,6 @@ public class NodeCmd StringBuilder heade...
update nodetool ring description patch by Alexey Zotov; reviewed by jbellis for CASSANDRA-<I>
Stratio_stratio-cassandra
train
a681aa9e3ad1ec494e91534d439d9ffb8b486086
diff --git a/config.js b/config.js index <HASH>..<HASH> 100644 --- a/config.js +++ b/config.js @@ -18,6 +18,7 @@ module.exports = { test: { requires: ['co-mocha'], flags: ['reporter dot', 'colors'], + filePatterns: ['server/**/*.spec.js'], environmentVariables: { NODE_ENV: proces...
feat(test): allow specifying more detailed file patterns BREAKING CHANGE: it will break environments which uses custom server path
emartech_boar-tasks-server
train
2dc4dba562f8a973be75fb7dc4969c8de15c0397
diff --git a/test/e2e/network/service.go b/test/e2e/network/service.go index <HASH>..<HASH> 100644 --- a/test/e2e/network/service.go +++ b/test/e2e/network/service.go @@ -786,7 +786,7 @@ var _ = common.SIGDescribe("Services", func() { err := cs.CoreV1().Services(ns).Delete(context.TODO(), serviceName, metav1.Delete...
conformance test for Services should validate behavior Current test for service with endpoints only validate the API objects, however, doesn't validate that the implementation of Services works. This mean that a cluster without any component implementing Services, can pass Conformance.
kubernetes_kubernetes
train
3fb80a21da6cf08535c3960684039584135f10ba
diff --git a/salt/log/handlers/logstash_mod.py b/salt/log/handlers/logstash_mod.py index <HASH>..<HASH> 100644 --- a/salt/log/handlers/logstash_mod.py +++ b/salt/log/handlers/logstash_mod.py @@ -21,6 +21,7 @@ host: 127.0.0.1 port: 9999 version: 0 + msg_type: logstash In ...
Adding the log type (UDP) with the config file
saltstack_salt
train
0ebafbaf63d19cfbfd064caa17cf42591265d2ee
diff --git a/src/util-events.js b/src/util-events.js index <HASH>..<HASH> 100644 --- a/src/util-events.js +++ b/src/util-events.js @@ -2,7 +2,7 @@ * util-events.js - The minimal events support */ -var eventsCache = {} +var eventsCache = seajs.events = {} // Bind event seajs.on = function(event, callback) {
Expose eventsCache to seajs.events
seajs_seajs
train
b03fd3532e5fb079de1b35217834522cb48fdb88
diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index <HASH>..<HASH> 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -69,7 +69,7 @@ def install_debian(codename, version_kind, version): key = 'autobuild' subprocess.check_call( - args='wget -q -O- https://raw.github...
install: use new build key URL on ceph.com The new URL is on ceph.com and uses https.
ceph_ceph-deploy
train
97eb0ee81d6f8d6271b02b0017adad442cf3dbcb
diff --git a/azkaban-web-server/src/main/java/azkaban/webapp/AzkabanWebServer.java b/azkaban-web-server/src/main/java/azkaban/webapp/AzkabanWebServer.java index <HASH>..<HASH> 100644 --- a/azkaban-web-server/src/main/java/azkaban/webapp/AzkabanWebServer.java +++ b/azkaban-web-server/src/main/java/azkaban/webapp/Azkaban...
adding comments on Jetty Performance metrics (#<I>) * adding comments on Jetty Performance metrics Details what Jetty metrics is doing
azkaban_azkaban
train
f6de12d479d806b027d3ed8e98536f96ab870c1a
diff --git a/manifest.php b/manifest.php index <HASH>..<HASH> 100644 --- a/manifest.php +++ b/manifest.php @@ -27,7 +27,7 @@ return array( 'label' => 'Result visualisation', 'description' => 'TAO Results extension', 'license' => 'GPL-2.0', - 'version' => '4.2.0', + 'version' => '4.3.0', 'autho...
Get all variables by deliveryId at once
oat-sa_extension-tao-outcomeui
train
b4cf93a495ec66d452d2cf01d3bbc6034bb00489
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -84,18 +84,20 @@ Notifications.configure = function(options: Object) { this.callNative( 'addEventListener', [ 'localNotification', this._onNotification ] ); Platform.OS === 'android' ? this.callNative( 'addEventListener'...
Allow popInitialNotification to be set on secondary calls to configure().
zo0r_react-native-push-notification
train
fa40750e8bf4770cab3e92013da79f16107d5b73
diff --git a/notifications/tests/settings.py b/notifications/tests/settings.py index <HASH>..<HASH> 100644 --- a/notifications/tests/settings.py +++ b/notifications/tests/settings.py @@ -1,6 +1,10 @@ +''' Django notification settings for tests ''' +# -*- coding: utf-8 -*- import os + + BASE_DIR = os.path.abspath(os.p...
Improve code quality of tests/settings.py
django-notifications_django-notifications
train
9899376be937970694e04f01f549232f63c8290a
diff --git a/src/org/jgroups/protocols/RELAY.java b/src/org/jgroups/protocols/RELAY.java index <HASH>..<HASH> 100644 --- a/src/org/jgroups/protocols/RELAY.java +++ b/src/org/jgroups/protocols/RELAY.java @@ -204,7 +204,7 @@ public class RELAY extends Protocol { ViewData view_data=null; ...
removed local_view from ViewData (not needed)
belaban_JGroups
train
741d33435bb8d906c6702d915aa2b2c02ac757cb
diff --git a/scrubadub/filth/base.py b/scrubadub/filth/base.py index <HASH>..<HASH> 100644 --- a/scrubadub/filth/base.py +++ b/scrubadub/filth/base.py @@ -152,3 +152,9 @@ class MergedFilth(Filth): def __repr__(self) -> str: return self._to_string(['filths']) + + +class RegexFilth(Filth): + def __init...
add removed RegexFilth class to keep backwards compatible API
datascopeanalytics_scrubadub
train
bc363cfdb9ca2630a68bd6cc5b2a23e3c9a40713
diff --git a/cmd/minikube/cmd/root.go b/cmd/minikube/cmd/root.go index <HASH>..<HASH> 100644 --- a/cmd/minikube/cmd/root.go +++ b/cmd/minikube/cmd/root.go @@ -81,6 +81,11 @@ func init() { // initConfig reads in config file and ENV variables if set. func initConfig() { configPath := constants.MakeMiniPath("config") ...
Add env variables for viper controlled vars Minikube will now read from env variables with the MINIKUBE_ prefix. These variables will be read on every viper.Get() and will overwrite default variables. When we add binding to pflags, flags will overwrite env variables. At this time, only notification settings are cont...
kubernetes_minikube
train
6817a562708c4ea9e436917104c1a4a569b0ba6b
diff --git a/_pytest/_argcomplete.py b/_pytest/_argcomplete.py index <HASH>..<HASH> 100644 --- a/_pytest/_argcomplete.py +++ b/_pytest/_argcomplete.py @@ -55,7 +55,6 @@ if os.environ.get('_ARGCOMPLETE'): if sys.version_info[:2] < (2, 6): sys.exit(1) try: - import argcomplete import ar...
minor adjustment, added test for positional argument completion --HG-- branch : argcomplete
pytest-dev_pytest
train
9eaf52dc98a7d96eccc66771564b513751d41c0d
diff --git a/src/math/observable_vector.js b/src/math/observable_vector.js index <HASH>..<HASH> 100644 --- a/src/math/observable_vector.js +++ b/src/math/observable_vector.js @@ -55,7 +55,7 @@ } }); - if (typeof(settings) === "undefined" || typeof(settings.onUpdate) === "undef...
[#<I>] few improvements to `me.ObservableVector2d` - changed the check type on `settings.onUpdate` - port back the fix on the `scale` functions - fixed all function returning a new `me.ObservableVector2d` instance
melonjs_melonJS
train
b916a189e9fda10cf007dd35799f0df44dfd5b31
diff --git a/scour/scour.py b/scour/scour.py index <HASH>..<HASH> 100644 --- a/scour/scour.py +++ b/scour/scour.py @@ -641,11 +641,14 @@ def findReferencingProperty(node, prop, val, ids): ids[id] = [1, [node]] -def removeUnusedDefs(doc, defElem, elemsToRemove=None): +def removeUnusedDefs(doc, d...
Avoid recomputing findReferencedElements in removeUnusedDefs The removeUnusedDefs function does not actually remove anything (that is left for its callers to do). This implies that findReferencedElements will return the same value before, during and after a call to removeUnusedDefs. Therefore, we can reuse the value...
scour-project_scour
train
60bc1a110ec93ea242e3c2a4182e1933bf1da10d
diff --git a/anytree/node/nodemixin.py b/anytree/node/nodemixin.py index <HASH>..<HASH> 100644 --- a/anytree/node/nodemixin.py +++ b/anytree/node/nodemixin.py @@ -110,7 +110,7 @@ class NodeMixin(object): if parent is not None: self._pre_detach(parent) parentchildren = parent.__childre...
Fix <I>. Allow overwritting of __eq__ in child nodes.
c0fec0de_anytree
train
e28f9878665b1c1cc23df4b1f417923a1d54808d
diff --git a/pabot/pabotlib.py b/pabot/pabotlib.py index <HASH>..<HASH> 100644 --- a/pabot/pabotlib.py +++ b/pabot/pabotlib.py @@ -246,6 +246,7 @@ class PabotLib(_PabotLib): """ is_last = int(BuiltIn().get_variable_value('${PABOTISLASTEXECUTIONINPOOL}') or 1) == 1 if not is_last: + ...
Log skipping of run on last process
mkorpela_pabot
train
40e4d66f888dd0df62c702aceadbe45bcc6a7291
diff --git a/lib/todoist/plugin.rb b/lib/todoist/plugin.rb index <HASH>..<HASH> 100644 --- a/lib/todoist/plugin.rb +++ b/lib/todoist/plugin.rb @@ -55,9 +55,7 @@ module Danger markdown("#### Todos left in files") - @todos - .map { |todo| "- #{todo.file}" } - .map { |message| markdown(messag...
markdowns are objects since Danger <I>
hanneskaeufler_danger-todoist
train
5a3c382c8b9016a5333b1cac271a307f95670505
diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index <HASH>..<HASH> 100644 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -9,7 +9,7 @@ var defaults = { namespace: '', - widget_selector: '> li', + widget_selector: 'li', widget_margins: [10, 10], ...
Immediate children selection for widgets. Fixes #<I>.
ducksboard_gridster.js
train
6032377481fb63897334e47fc31364c504e468e1
diff --git a/tomitribe-crest-cli/src/main/java/org/tomitribe/crest/cli/api/CrestCli.java b/tomitribe-crest-cli/src/main/java/org/tomitribe/crest/cli/api/CrestCli.java index <HASH>..<HASH> 100644 --- a/tomitribe-crest-cli/src/main/java/org/tomitribe/crest/cli/api/CrestCli.java +++ b/tomitribe-crest-cli/src/main/java/org...
adding 1 offset to history to avoid misleading data to be shown
tomitribe_crest
train
6fc39d75a5e3c9dfd88bb445c165e6c0dbd702c8
diff --git a/lib/workers/pr/release-notes.js b/lib/workers/pr/release-notes.js index <HASH>..<HASH> 100644 --- a/lib/workers/pr/release-notes.js +++ b/lib/workers/pr/release-notes.js @@ -10,7 +10,7 @@ module.exports = { async function getReleaseList(repository) { logger.debug('getReleaseList()'); try { - cons...
fix: check for null release notes body
renovatebot_renovate
train
04ddfbbdcdf5c63c3bd603160d550bf91f663a92
diff --git a/modules/activiti-explorer/src/main/java/org/activiti/explorer/ui/custom/SelectUsersPopupWindow.java b/modules/activiti-explorer/src/main/java/org/activiti/explorer/ui/custom/SelectUsersPopupWindow.java index <HASH>..<HASH> 100644 --- a/modules/activiti-explorer/src/main/java/org/activiti/explorer/ui/custom...
Small tweak to user search (immediate feedback)
Activiti_Activiti
train
cad9521fa696064953e686b15e06f8fcbf6efbb5
diff --git a/spec/rack/app/params_validation_spec.rb b/spec/rack/app/params_validation_spec.rb index <HASH>..<HASH> 100644 --- a/spec/rack/app/params_validation_spec.rb +++ b/spec/rack/app/params_validation_spec.rb @@ -167,7 +167,7 @@ describe Rack::App do before do params['a'] = '123.45' param...
test: add type casting test case for validated params
rack-app_rack-app
train
ee83475258db3febfbc469e44d5df85460fbde4d
diff --git a/modules/citrus-ant-tasks/src/main/java/com/consol/citrus/ant/CitrusAntTask.java b/modules/citrus-ant-tasks/src/main/java/com/consol/citrus/ant/CitrusAntTask.java index <HASH>..<HASH> 100644 --- a/modules/citrus-ant-tasks/src/main/java/com/consol/citrus/ant/CitrusAntTask.java +++ b/modules/citrus-ant-tasks/...
Do not fork citrus ant java task and do not exit with system error code
citrusframework_citrus
train
8097abad48b7e72b9ee94bc3abbe751c28077566
diff --git a/Lib/glyphsLib/builder/glyph.py b/Lib/glyphsLib/builder/glyph.py index <HASH>..<HASH> 100644 --- a/Lib/glyphsLib/builder/glyph.py +++ b/Lib/glyphsLib/builder/glyph.py @@ -254,17 +254,20 @@ def to_ufo_glyph(self, ufo_glyph, layer, glyph, do_color_layers=True): # noqa: # The width may be taken from ano...
Fix layer width handling when the width should not be taken from a master
googlefonts_glyphsLib
train
a9a6601b95a992c3e8aafe25267d13f096f71b61
diff --git a/skyfield/iokit.py b/skyfield/iokit.py index <HASH>..<HASH> 100644 --- a/skyfield/iokit.py +++ b/skyfield/iokit.py @@ -281,6 +281,15 @@ class Loader(object): Set ``backup`` to ``True`` if you want an already-existing file moved out of the way instead of overwritten. + Your operati...
Fix #<I>: mention exceptions during `download()`
skyfielders_python-skyfield
train
6c7c33d3df32eee05f087aa25715ed3a18e8fd3d
diff --git a/exporters/bzr-fast-export.py b/exporters/bzr-fast-export.py index <HASH>..<HASH> 100755 --- a/exporters/bzr-fast-export.py +++ b/exporters/bzr-fast-export.py @@ -152,8 +152,19 @@ class BzrFastExporter: # make "modified" have 3-tuples, as added does my_modified = [ x[0:3] for x in changes....
Add recursive rename support. If Bazaar renames two things at once, like: a/ => b/ a/a => b/b Then Git expects two moves like M a b M b/a b/b This fixes this issue
jelmer_python-fastimport
train
0fc0e35c91a02415264bd70219be61054ec96f57
diff --git a/main/config.js b/main/config.js index <HASH>..<HASH> 100644 --- a/main/config.js +++ b/main/config.js @@ -2,11 +2,9 @@ const path = require('path') const fs = require('fs') const minimist = require('minimist') -const isNotPackaged = /electron$/.test(process.argv[0]) - -const argv = isNotPackaged - ? m...
Refactor argv for config
yoshuawuyts_vmd
train
a2d453ad142b2e0edd5ead88b832c3d400faa3d6
diff --git a/command/agent/agent.go b/command/agent/agent.go index <HASH>..<HASH> 100644 --- a/command/agent/agent.go +++ b/command/agent/agent.go @@ -691,7 +691,7 @@ func (a *Agent) setupConsul(consulConfig *config.ConsulConfig) error { } // Determine version for TLSSkipVerify - if self, err := client.Agent().Se...
Fix error check for consul skip tls verify support
hashicorp_nomad
train
2c5c4856647e5a143bf6d1b9a0b3d1582a5f291c
diff --git a/src/cmd/flash.js b/src/cmd/flash.js index <HASH>..<HASH> 100644 --- a/src/cmd/flash.js +++ b/src/cmd/flash.js @@ -27,7 +27,7 @@ class FlashCommand { if (usb) { result = this.flashDfu({ binary, factory, force }); } else if (serial) { - result = this.flashYModem({ binary, port }); + result = th...
added --yes for particle flash serial to remove blue light prompt
particle-iot_particle-cli
train
6c33d2def7dd4c4f761fc21da697b5edee15af67
diff --git a/spec/ffmpeg/transcoder_spec.rb b/spec/ffmpeg/transcoder_spec.rb index <HASH>..<HASH> 100644 --- a/spec/ffmpeg/transcoder_spec.rb +++ b/spec/ffmpeg/transcoder_spec.rb @@ -208,7 +208,7 @@ module FFMPEG end context 'without output file validation' do it 'should create ...
Removes superfluous parameter (it was misplaced)
streamio_streamio-ffmpeg
train
8b6cdabb81a79d893a0d47993ba6558264ed6d7c
diff --git a/lib/unitwise/atom.rb b/lib/unitwise/atom.rb index <HASH>..<HASH> 100644 --- a/lib/unitwise/atom.rb +++ b/lib/unitwise/atom.rb @@ -72,7 +72,7 @@ module Unitwise end def to_s - "#{primary_code} (#{names.join('|')})" + "#{names.first} (#{primary_code})" end def inspect
Add basic overview to the README.
joshwlewis_unitwise
train
045b1ce996b2690fc9a81115c145fbee79321bef
diff --git a/orcas/l1l2.go b/orcas/l1l2.go index <HASH>..<HASH> 100644 --- a/orcas/l1l2.go +++ b/orcas/l1l2.go @@ -1,8 +1,6 @@ package orcas import ( - "log" - "github.com/netflix/rend/common" "github.com/netflix/rend/handlers" "github.com/netflix/rend/metrics" @@ -24,7 +22,7 @@ func L1L2(l1, l2 handlers.Hand...
Delete misses in L1 after hit in L2 return hit instead of miss.
Netflix_rend
train
dd0db6cf41df21965bb7c0f166cdf279c31290ad
diff --git a/xds/src/main/java/io/grpc/xds/XdsServerWrapper.java b/xds/src/main/java/io/grpc/xds/XdsServerWrapper.java index <HASH>..<HASH> 100644 --- a/xds/src/main/java/io/grpc/xds/XdsServerWrapper.java +++ b/xds/src/main/java/io/grpc/xds/XdsServerWrapper.java @@ -224,6 +224,7 @@ final class XdsServerWrapper extends ...
xds: terminate XdsServer start() thread when shutdownNow() is called `XdsServerWrapper.start()` [blocks](<URL>) until `LdsResourceWatcher`'s callback is called. If no callback is called due to whatever issue of the XdsClient, the server start() will be stuck forever, even we call `shutdownNow()`. Changing the `shut...
grpc_grpc-java
train
0b9a1116adc70c2e675b3a5674e2896c710819a7
diff --git a/upup/pkg/fi/cloudup/urls.go b/upup/pkg/fi/cloudup/urls.go index <HASH>..<HASH> 100644 --- a/upup/pkg/fi/cloudup/urls.go +++ b/upup/pkg/fi/cloudup/urls.go @@ -156,11 +156,11 @@ func ProtokubeImageSource(assetsBuilder *assets.AssetBuilder) (*url.URL, *hashin return nil, nil, fmt.Errorf("unable to parse e...
Fix null pointer issues when custom PROTOKUBE_IMAGE is specified.
kubernetes_kops
train
8170ac43a9b9f5801f4eb9ab3a71b5f4af09c1eb
diff --git a/lib/stack_master/stack_differ.rb b/lib/stack_master/stack_differ.rb index <HASH>..<HASH> 100644 --- a/lib/stack_master/stack_differ.rb +++ b/lib/stack_master/stack_differ.rb @@ -31,7 +31,7 @@ module StackMaster def output_diff if @current_stack - text_diff('Stack', current_template, pr...
Add a context of 7 to diff
envato_stack_master
train
baab583ccb03c1bb5180dd091bd4c27975e46edb
diff --git a/plenum/common/txn_util.py b/plenum/common/txn_util.py index <HASH>..<HASH> 100644 --- a/plenum/common/txn_util.py +++ b/plenum/common/txn_util.py @@ -2,7 +2,7 @@ from collections import OrderedDict from ledger.genesis_txn.genesis_txn_file_util import create_genesis_txn_init_ledger from plenum.common.co...
INDY-<I>: Added isTxnForced util function (#<I>)
hyperledger_indy-plenum
train
1b9e308d7d2c6a7d2c83580ce819a6ebf06ea219
diff --git a/example/callbackStandard.php b/example/callbackStandard.php index <HASH>..<HASH> 100644 --- a/example/callbackStandard.php +++ b/example/callbackStandard.php @@ -16,7 +16,7 @@ class PaymentStandardDemoStorage implements PaymentStandardStorageInterface //do nothing } - public function pay...
Fix examples after refactoring.
xsolla_xsolla-sdk-php
train
3e636921bfe71e3329f87d7b237dc71c0e72cb89
diff --git a/lib/rest-ftp-daemon/job_queue.rb b/lib/rest-ftp-daemon/job_queue.rb index <HASH>..<HASH> 100644 --- a/lib/rest-ftp-daemon/job_queue.rb +++ b/lib/rest-ftp-daemon/job_queue.rb @@ -4,6 +4,9 @@ module RestFtpDaemon class JobQueue < Queue def initialize + # Logger + @logger = ActiveSupport::...
added logging ability to JobQueue
bmedici_rest-ftp-daemon
train
b3f3df6bdc30c3631a078ac85566e096b753aec4
diff --git a/mongo_connector/command_helper.py b/mongo_connector/command_helper.py index <HASH>..<HASH> 100644 --- a/mongo_connector/command_helper.py +++ b/mongo_connector/command_helper.py @@ -17,11 +17,15 @@ import logging +from mongo_connector.namespace_config import NamespaceConfig + LOG = logging.getLogger(...
Fix compatability of CommandHelper (#<I>)
yougov_mongo-connector
train
2a60218f7ed45797bf8fcf7725d59e0837cffde4
diff --git a/java/client/src/org/openqa/selenium/firefox/FirefoxDriver.java b/java/client/src/org/openqa/selenium/firefox/FirefoxDriver.java index <HASH>..<HASH> 100644 --- a/java/client/src/org/openqa/selenium/firefox/FirefoxDriver.java +++ b/java/client/src/org/openqa/selenium/firefox/FirefoxDriver.java @@ -60,35 +60...
Changing interface to final class, and adding more documentation
SeleniumHQ_selenium
train
e32ed6615ca4ea2c42fcd7db7467db2648b1b57e
diff --git a/scripts/release.js b/scripts/release.js index <HASH>..<HASH> 100644 --- a/scripts/release.js +++ b/scripts/release.js @@ -121,6 +121,7 @@ function readPackageJson() { } function updatePackageJsonGit(version) { + exec.execSync(`git checkout master`); const packageJson = readPackageJson(); p...
Update master checkout branch [ci skip]
wix_react-native-navigation
train
e2dc3d9e4276a63baf4858917cb51f197265912d
diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py index <HASH>..<HASH> 100644 --- a/pymemcache/__init__.py +++ b/pymemcache/__init__.py @@ -1 +1 @@ -__version__ = '1.1.2' +__version__ = '1.1.3'
Bumping version to <I> for recent test change
pinterest_pymemcache
train
faa81f9cef2518f409e211cd6b87ba102c0399c1
diff --git a/pyamg/blackbox.py b/pyamg/blackbox.py index <HASH>..<HASH> 100644 --- a/pyamg/blackbox.py +++ b/pyamg/blackbox.py @@ -2,7 +2,6 @@ import numpy as np -import scipy as sp from scipy.sparse import isspmatrix_csr, isspmatrix_bsr, csr_matrix from .aggregation import smoothed_aggregation_solver @@ -38,9...
(pylint) fix up blackbox strings
pyamg_pyamg
train
e3c0aa4961bd4166cc6cfe1e8e6964e91f59738a
diff --git a/state/storage.go b/state/storage.go index <HASH>..<HASH> 100644 --- a/state/storage.go +++ b/state/storage.go @@ -985,6 +985,13 @@ func (st *State) addStorageForUnit( return errors.Trace(err) } + // This can happen for charm stores that specify instances range from 0, + // and no count was specified...
Added check for storage instance count 0.
juju_juju
train
2d049b7031b13e544bc98e2178374b0553ee87c3
diff --git a/lib/discordrb/data.rb b/lib/discordrb/data.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/data.rb +++ b/lib/discordrb/data.rb @@ -761,6 +761,12 @@ module Discordrb content.each { |e| send_message(e) } end + # Splits a message into chunks whose length is at most the Discord character li...
Create a utility method to combine sending multiple messages at once and splitting them
meew0_discordrb
train
5419cae23cb216c17020ce8fb58536ac942fea06
diff --git a/lib/perpetuity/mongodb.rb b/lib/perpetuity/mongodb.rb index <HASH>..<HASH> 100644 --- a/lib/perpetuity/mongodb.rb +++ b/lib/perpetuity/mongodb.rb @@ -18,7 +18,7 @@ module Perpetuity def connect database.authenticate(@username, @password) if @username and @password - @connection ||= Mongo...
Switch from Mongo::Connection to MongoClient For the most part, the two are functionally equivalent. The primary difference is that MongoClient raises exceptions on database errors in addition to setting `last_error`. Also, the dependencies needed to be updated since MongoClient was introduced in mongo-<I>.
jgaskins_perpetuity
train
2848c55645683ad6aeead61db91b152fc2c12f80
diff --git a/python/ccxt/base/exchange.py b/python/ccxt/base/exchange.py index <HASH>..<HASH> 100644 --- a/python/ccxt/base/exchange.py +++ b/python/ccxt/base/exchange.py @@ -981,7 +981,7 @@ class Exchange(object): signature = Exchange.rsa(token, secret, alg) else: algorithm = algos[a...
missing .encode on jwt token in exchange.py fix #<I>
ccxt_ccxt
train
722a935eaf23e50609370a1533fee14b9b9df7ce
diff --git a/src/Http/Client.php b/src/Http/Client.php index <HASH>..<HASH> 100644 --- a/src/Http/Client.php +++ b/src/Http/Client.php @@ -122,7 +122,6 @@ class Client implements ClientInterface 'ssl_verify_host' => true, 'redirect' => false, 'protocolVersion' => '1.1', - 'queryEncodin...
PHP_QUERY_RFC<I> is now set as the encoding for urls. The queryEncoding option has been removed, and the testcases have been updated to use %<I> instead of + for the encoding of spaces.
cakephp_cakephp
train
f26f5fc17cd80015dd1b130341c7b0322255e846
diff --git a/tests/test_openstruct.py b/tests/test_openstruct.py index <HASH>..<HASH> 100644 --- a/tests/test_openstruct.py +++ b/tests/test_openstruct.py @@ -25,6 +25,8 @@ def test_booleans(): assert o.true is True assert o.false is False + assert o['true'] is True + assert o['false'] is False a...
Added __getitem__ lookup chech to test_booleans test case
hamidnazari_python-ostruct
train
352cf7ebbda187959f7fa6a46e07d0cfe1d958c3
diff --git a/lib/gateway/index.js b/lib/gateway/index.js index <HASH>..<HASH> 100644 --- a/lib/gateway/index.js +++ b/lib/gateway/index.js @@ -20,12 +20,19 @@ module.exports = function ({ plugins, config } = {}) { const { httpServer, httpsServer } = bootstrap({ plugins, config }); if (config.gatewayConfig.http ...
WIP: add support for hostname binding for http/https gateway
ExpressGateway_express-gateway
train
fd46cd07d072ea24f7dca6da5fd886fe0e1490d9
diff --git a/aeron-system-tests/src/test/java/io/aeron/CounterTest.java b/aeron-system-tests/src/test/java/io/aeron/CounterTest.java index <HASH>..<HASH> 100644 --- a/aeron-system-tests/src/test/java/io/aeron/CounterTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/CounterTest.java @@ -89,6 +89,8 @@ public clas...
[Java] Assert user counter has correct registration and client id.
real-logic_aeron
train
fb81e7a6cfdff1d8fa120beaec3c498cabfc79be
diff --git a/synapse/lib/certdir.py b/synapse/lib/certdir.py index <HASH>..<HASH> 100644 --- a/synapse/lib/certdir.py +++ b/synapse/lib/certdir.py @@ -592,6 +592,9 @@ class CertDir: Examples: importFile('mycoolca.crt', 'cas') + Notes: + importFile does not perform any validatio...
Add notes about lack of importFile validation
vertexproject_synapse
train
dbe60da738bc19864caa32a811460df124e263fd
diff --git a/Controller/BlogController.php b/Controller/BlogController.php index <HASH>..<HASH> 100644 --- a/Controller/BlogController.php +++ b/Controller/BlogController.php @@ -9,6 +9,7 @@ use Icap\BlogBundle\Entity\BlogOptions; use Icap\BlogBundle\Entity\Post; use Icap\BlogBundle\Entity\Statusable; use Icap\BlogB...
[BlogBundle] When cancelled updates the form is reset as it was at the display of the page
claroline_Distribution
train
1c264fa8e80f0131316afdd4e7f7ee1c29e6c99d
diff --git a/ready.js b/ready.js index <HASH>..<HASH> 100644 --- a/ready.js +++ b/ready.js @@ -11,15 +11,19 @@ */ function ready (fn) { - if (document.readyState === 'complete') { + if (isReady()) { return fn(); } else if (document.addEventListener) { document.addEventListener('DOMContentLoaded', fn...
ready: fix not firing when document is already interactive
rstacruz_dom101
train
1f5582c958a31a2bbb2109c8658e23a29c49b364
diff --git a/packages/borealis/react-components/NavigationBar.js b/packages/borealis/react-components/NavigationBar.js index <HASH>..<HASH> 100644 --- a/packages/borealis/react-components/NavigationBar.js +++ b/packages/borealis/react-components/NavigationBar.js @@ -18,8 +18,31 @@ class NavigationBarComponent extends R...
[#<I>] - Use Z1 Guidelines on all products - fix navbar
meteor_chromatic
train
918a429b50d73c33456ee453ee4ab26a3eeb5124
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -260,7 +260,7 @@ gulp.task('prepare-project-templates', function(done) { }); //////////////////////////////////////// -// compress +// compress-project-templates //////////////////////////////////////// gulp....
Added onsenui.zip creation task.
OnsenUI_OnsenUI
train
72b809838ff1e74b963a97ab46333c92a2fa9e19
diff --git a/tests/arg.test.js b/tests/arg.test.js index <HASH>..<HASH> 100644 --- a/tests/arg.test.js +++ b/tests/arg.test.js @@ -15,7 +15,7 @@ expect(node).to.be.ok; expect(node.name).to.equal('foo'); - expect(node.options).to.eql({}); + expect(node.options).to.eql({description: '', usage: '...
Update node construction tests with defaults
JakeSidSmith_jargs
train
7b418dc22f864ed0151fa7831d57fc185ce7fca9
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -11,11 +11,12 @@ module.exports = function(content) { content = content.toString('utf8'); content = content.replace(/"/g, "'"); + content = content.replace(/\s+/g, " "); content = content.replace(/[{}\|\\\^~\[\]`"<>#%]...
fix: removing new line characters New line characters causing issues in generated css. All white-spaces should be replaced by a single space.
bhovhannes_svg-url-loader
train
c80d0379ba386d7cb7f2f7d381f16a8a94616d6b
diff --git a/lib/synvert/rewriter/action.rb b/lib/synvert/rewriter/action.rb index <HASH>..<HASH> 100644 --- a/lib/synvert/rewriter/action.rb +++ b/lib/synvert/rewriter/action.rb @@ -42,7 +42,7 @@ module Synvert def rewritten_code if rewritten_source.split("\n").length > 1 - rewritten_source.split(...
add \n\n to replace with multiple lines code
xinminlabs_synvert
train
3937279ba1af3f0c1f980073814e3573d3d1618b
diff --git a/tests/Handler/StreamHandlerTest.php b/tests/Handler/StreamHandlerTest.php index <HASH>..<HASH> 100644 --- a/tests/Handler/StreamHandlerTest.php +++ b/tests/Handler/StreamHandlerTest.php @@ -245,7 +245,6 @@ class StreamHandlerTest extends \PHPUnit_Framework_TestCase $res = $this->getSendResult(['ve...
Update StreamHandlerTest.php Incorrect assertion added
guzzle_guzzle
train
a4a4233d19628440bf411827d0a51914e2d089a8
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/detect/FindNullDeref.java b/findbugs/src/java/edu/umd/cs/findbugs/detect/FindNullDeref.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/detect/FindNullDeref.java +++ b/findbugs/src/java/edu/umd/cs/findbugs/detect/FindNullDeref.java @@ -31,6 ...
If a parameter is marked as nonnull, don't complain about the fact that all the methods which are invoked actually dereference the parameter git-svn-id: <URL>
spotbugs_spotbugs
train
a4c86cb2065570171d1ac7e3fe944b22e878ad39
diff --git a/packages/search-field/src/SearchField.story.js b/packages/search-field/src/SearchField.story.js index <HASH>..<HASH> 100644 --- a/packages/search-field/src/SearchField.story.js +++ b/packages/search-field/src/SearchField.story.js @@ -4,9 +4,12 @@ import React from "react"; import { storiesOf } from "@stor...
feat(search-field): use new icons affects: @crave/farmblocks-search-field
CraveFood_farmblocks
train
9a9dc4869b43da8da74e50cef417591fddeca9ea
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -6,18 +6,24 @@ import { getCommentContent } from '@comandeer/babel-plugin-banner/utils'; import { transform } from 'babel-core'; function babili( options = {} ) { + let _banner; + return { name: 'babil...
#<I> fix issue with banner option inheritance
Comandeer_rollup-plugin-babel-minify
train
f37239cfa1e1fd28c39a1aebaa6fef09021d459a
diff --git a/nerd/nerd.py b/nerd/nerd.py index <HASH>..<HASH> 100644 --- a/nerd/nerd.py +++ b/nerd/nerd.py @@ -253,18 +253,18 @@ class NerdClient(ApiClient): logger.debug('Language recognition failed.') - def get_concept(self, conceptId): + def get_concept(self, conceptId, lang='en'): """ Fe...
Adding language in the get_concept function
hirmeos_entity-fishing-client-python
train
5bf40c830704a1cd5f6f4f213c60d96924064882
diff --git a/docs/rules/audit-argument-checks.md b/docs/rules/audit-argument-checks.md index <HASH>..<HASH> 100644 --- a/docs/rules/audit-argument-checks.md +++ b/docs/rules/audit-argument-checks.md @@ -41,14 +41,26 @@ Meteor.methods({ } }) +Meteor.methods({ + foo: function (bar) { + var ret; + ret = check...
feat: allow assignment of check() return value (#<I>) * Allow simple assignment statements in check() calls * Documentation
dferber90_eslint-plugin-meteor
train
fe62a9ca0986d913be5529ed4d30f2bc9e26d429
diff --git a/hangups/client.py b/hangups/client.py index <HASH>..<HASH> 100644 --- a/hangups/client.py +++ b/hangups/client.py @@ -536,8 +536,8 @@ class Client(object): return response @asyncio.coroutine - def setchatname(self, conversation_id, name): - """Set the name of a conversation. + ...
Rename Client.setchatname to renameconversation
tdryer_hangups
train
d5307715465b294bbe8d070d07f42c88995a6033
diff --git a/lib/revalidator.js b/lib/revalidator.js index <HASH>..<HASH> 100644 --- a/lib/revalidator.js +++ b/lib/revalidator.js @@ -229,7 +229,7 @@ } } - if (value === undefined) { + if (value === undefined || value === '') { if (schema.required && schema.type !== 'any') { return ...
Empty string is invalid when required '' should not meed the criteria for 'required'
flatiron_revalidator
train
5c696787b9466c7b646e20ac08ff524c4b0be8b3
diff --git a/src/Mapper/ResponseMapper.php b/src/Mapper/ResponseMapper.php index <HASH>..<HASH> 100644 --- a/src/Mapper/ResponseMapper.php +++ b/src/Mapper/ResponseMapper.php @@ -149,12 +149,11 @@ class ResponseMapper } /** - * @param $payload - * @throws MalformedResponseException * @return F...
ResponseMapper.mapThreeDResponse removed surplus parameter , which contained the value of an instance variable anyway #<I>
wirecard_paymentSDK-php
train
f01a7bcf3c93285ee0ef4f22b5ebaa295b88837c
diff --git a/main/cloudfoundry_client/operations/push/push.py b/main/cloudfoundry_client/operations/push/push.py index <HASH>..<HASH> 100644 --- a/main/cloudfoundry_client/operations/push/push.py +++ b/main/cloudfoundry_client/operations/push/push.py @@ -19,7 +19,7 @@ _logger = logging.getLogger(__name__) class PushOp...
Fix deprecation warnings due to invalid escape sequences.
cloudfoundry-community_cf-python-client
train
ad707229f981ec21a1dbc11562d86109350488a1
diff --git a/features/support/env.rb b/features/support/env.rb index <HASH>..<HASH> 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -17,16 +17,29 @@ module RepositoryHelper def git_config `GIT_DIR=#{REPO_GIT_DIR} && git config --list 2>&1` end + + def backup_global_gitconfig + FileU...
Tests: backup and restore the global .gitconfig around each scenario
chrisk_git-pair
train
c0a5ccbce1b1ae01129879f3879319e875f6a590
diff --git a/salt/fileserver/gitfs.py b/salt/fileserver/gitfs.py index <HASH>..<HASH> 100644 --- a/salt/fileserver/gitfs.py +++ b/salt/fileserver/gitfs.py @@ -1168,6 +1168,7 @@ def _file_lists(load, form): ''' Return a dict containing the file lists for files and dirs ''' + load = copy.deepcopy(load) ...
prevent gitfs.py changing load variable that is used by other fs modules too
saltstack_salt
train
7e6ae12b4cfe787e170d04e2c3441b87cf48868e
diff --git a/code/ReportAdmin.php b/code/ReportAdmin.php index <HASH>..<HASH> 100755 --- a/code/ReportAdmin.php +++ b/code/ReportAdmin.php @@ -116,7 +116,7 @@ class ReportAdmin extends LeftAndMain { * @return Form */ public function EditForm() { - $id = isset($_REQUEST['ID']) ? $_REQUEST['ID'] : Session::get('...
MINOR don't remember what report you had selected in ReportAdmin (from r<I>) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/<I>@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9
silverstripe_silverstripe-reports
train
7a722139e3303db2c4ab9f96c85e3118b68d1e02
diff --git a/dev/com.ibm.ws.logging/src/com/ibm/ws/logging/source/LogSource.java b/dev/com.ibm.ws.logging/src/com/ibm/ws/logging/source/LogSource.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.logging/src/com/ibm/ws/logging/source/LogSource.java +++ b/dev/com.ibm.ws.logging/src/com/ibm/ws/logging/source/LogSourc...
Issue #<I> Moved extMap declaration
OpenLiberty_open-liberty
train
3dfa321a881051b5e005e5de24e561d0d003b96c
diff --git a/src/lang/de/users.php b/src/lang/de/users.php index <HASH>..<HASH> 100644 --- a/src/lang/de/users.php +++ b/src/lang/de/users.php @@ -12,5 +12,5 @@ return array( 'activation_success' => 'Benutzer erfolgreich aktiviert.', 'activation_fail' => 'Benutzer Aktivierung misslungen.', ...
added German password_reset_success lang key
stevemo_cpanel
train
aefdb663de09d8ffca62101d3ce65b5a96abdcd1
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -17,10 +17,18 @@ module.exports = { { test: /\.vue$/, loader: 'vue', + include: [ + path.join(__dirname, 'app'), + path.join(__dirname, 'tes...
trying to transpile tests for karma
Opentrons_opentrons
train
4f52d22c362b57e62a003c419d482acf05a2f950
diff --git a/cmd/bucket-policy-handlers_test.go b/cmd/bucket-policy-handlers_test.go index <HASH>..<HASH> 100644 --- a/cmd/bucket-policy-handlers_test.go +++ b/cmd/bucket-policy-handlers_test.go @@ -437,11 +437,13 @@ func testGetBucketPolicyHandler(obj ObjectLayer, instanceType, bucketName string if recV4.Code != ...
Fix make test failure (#<I>) Fix shadowing errors.
minio_minio
train
53d0a9d2c862796fea97d262c72d4e20855ee147
diff --git a/controllers/auth.php b/controllers/auth.php index <HASH>..<HASH> 100644 --- a/controllers/auth.php +++ b/controllers/auth.php @@ -122,7 +122,7 @@ class FluxBB_Auth_Controller extends Base ); $user = User::create($user_data); - return Redirect::to_action('fluxbb::user@profile', array($user->id)...
Redirect back to index after registering. No point to do otherwise as the user won't be logged in automatically.
fluxbb_core
train
6f0ffef2e94f24475b6197ad920ab287ce8050e8
diff --git a/src/python/grpcio/grpc/experimental/aio/_call.py b/src/python/grpcio/grpc/experimental/aio/_call.py index <HASH>..<HASH> 100644 --- a/src/python/grpcio/grpc/experimental/aio/_call.py +++ b/src/python/grpcio/grpc/experimental/aio/_call.py @@ -308,16 +308,17 @@ class UnaryUnaryCall(Call, _base_call.UnaryUnar...
Resolve a TODO and handle one more cancellation corner case
grpc_grpc
train
9973fd314f6134a96a78617fee1caf21d592b6af
diff --git a/graphene/types/tests/test_datetime.py b/graphene/types/tests/test_datetime.py index <HASH>..<HASH> 100644 --- a/graphene/types/tests/test_datetime.py +++ b/graphene/types/tests/test_datetime.py @@ -2,6 +2,8 @@ import datetime import pytz +from graphql import GraphQLError + from ..datetime import Date...
added tests for when bad input is passed into date/datetime/time fields
graphql-python_graphene
train
4a197e1288c8f20a950cf491041eca9dde7033cb
diff --git a/lib/text/ui_text_displayer.js b/lib/text/ui_text_displayer.js index <HASH>..<HASH> 100644 --- a/lib/text/ui_text_displayer.js +++ b/lib/text/ui_text_displayer.js @@ -493,6 +493,14 @@ shaka.text.UITextDisplayer = class { style.backgroundRepeat = 'no-repeat'; style.backgroundSize = 'contain'; ...
fix: Fix bitmap-based cue size (#<I>) Without an explicit size, some platforms render bitmap-based cues as 0x0. This effect was seen in Chrome on Mac in particular. This started with PR #<I>, where we factored out regions into their own element. The TTML spec says that background images should fill their assoc...
google_shaka-player
train
8a3ce660ff3cde44a7e0d5b55165255fb2bf6de1
diff --git a/lib/dpl/provider/code_deploy.rb b/lib/dpl/provider/code_deploy.rb index <HASH>..<HASH> 100644 --- a/lib/dpl/provider/code_deploy.rb +++ b/lib/dpl/provider/code_deploy.rb @@ -3,7 +3,7 @@ require 'json' module DPL class Provider class CodeDeploy < Provider - requires 'aws-sdk' + requires '...
Install aws-sdk with pre option
travis-ci_dpl
train
ccbd2aa3b26eee9e75521e44126c5bb389edbfa0
diff --git a/test/test_util.py b/test/test_util.py index <HASH>..<HASH> 100644 --- a/test/test_util.py +++ b/test/test_util.py @@ -47,6 +47,24 @@ class TestGeoIpDatabaseLoading(unittest.TestCase): from txtorcon import util self.assertRaises(IOError, util.create_geoip, '_missing_path_') + def test...
Added coverage tests for create_geoip()
meejah_txtorcon
train
e6ee5e0b2f71800e942c14db71c3358900b92117
diff --git a/driver/src/main/java/org/neo4j/driver/internal/async/pool/NettyChannelPool.java b/driver/src/main/java/org/neo4j/driver/internal/async/pool/NettyChannelPool.java index <HASH>..<HASH> 100644 --- a/driver/src/main/java/org/neo4j/driver/internal/async/pool/NettyChannelPool.java +++ b/driver/src/main/java/org/...
Fixed a bug found on idle and inUse counters Before we always decrement idle counters when a channel is closed. However, this is wrong when a channel is closed before it is returen to the pool. So change the code to make sure that no matter the channel is closed inside or outside the pool, the idle and inUse counters s...
neo4j_neo4j-java-driver
train
b37d3737f51b77769e374ccf23e42dee6113a873
diff --git a/lib/omniship/carriers/ups.rb b/lib/omniship/carriers/ups.rb index <HASH>..<HASH> 100644 --- a/lib/omniship/carriers/ups.rb +++ b/lib/omniship/carriers/ups.rb @@ -129,6 +129,14 @@ module Omniship response = commit(:shipaccept, save_request(access_request + ship_accept_request), (options[:test] || true...
Added Package Type for each package individually and added the ability to void shipments
Digi-Cazter_omniship
train
07ef3811e532c653e91b3aea13184ed2e6cf0931
diff --git a/context.go b/context.go index <HASH>..<HASH> 100644 --- a/context.go +++ b/context.go @@ -21,8 +21,8 @@ type Context struct { // will not be set onto the original context, however, the original context's // values will be available to the new context. func (c *Context) New() hctx.Context { - cc := NewCo...
making the partial helper respect the outer context when running, so it does not override existing context keys with helpers.ALL
gobuffalo_plush
train
022eda0c561ad4b73da3c69185feb84310351f5b
diff --git a/lib/svtplay_dl/postprocess/__init__.py b/lib/svtplay_dl/postprocess/__init__.py index <HASH>..<HASH> 100644 --- a/lib/svtplay_dl/postprocess/__init__.py +++ b/lib/svtplay_dl/postprocess/__init__.py @@ -4,13 +4,14 @@ import os import platform import re from requests import post, codes, Timeout +from re i...
postprocess: rewrite some subfixes checks
spaam_svtplay-dl
train
dc38a48beb0e34477c669b8af95fa9ce752df7b3
diff --git a/Services/classes/exerciseServices.php b/Services/classes/exerciseServices.php index <HASH>..<HASH> 100755 --- a/Services/classes/exerciseServices.php +++ b/Services/classes/exerciseServices.php @@ -872,12 +872,12 @@ class exerciseServices 'badge' => $badge->getId(), ...
[ExoBundle] Modification 4 bis for display informations about badge for an exercise
claroline_Distribution
train
85623c923ea4bcee68ced50ae63b18bebb848ace
diff --git a/disparate_impact.py b/disparate_impact.py index <HASH>..<HASH> 100644 --- a/disparate_impact.py +++ b/disparate_impact.py @@ -32,7 +32,7 @@ def test(): groups = ('W','B') outcomes = (1,0) di = disparate_impact(feature_to_repair, response, groups, outcomes) - print "Disparate Impact correct?", di + p...
Made test boolean, but weird that it says <I>==<I> is false
algofairness_BlackBoxAuditing
train
675494ec1f395a0ef4d21770800c3bf2a73117e2
diff --git a/Gemfile.lock b/Gemfile.lock index <HASH>..<HASH> 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - beeswaxapi (0.0.1) + beeswaxapi (0.0.6) dry-configurable (~> 0.7.0) dry-struct (~> 0.4.0) dry-types (~> 0.12.2) diff --git a/lib/beeswaxapi...
Add config for verbose logging
valikos_beeswaxapi
train
22e02c73ac5c0165a12e91bc8498b6ba13482656
diff --git a/lib/undies/element.rb b/lib/undies/element.rb index <HASH>..<HASH> 100644 --- a/lib/undies/element.rb +++ b/lib/undies/element.rb @@ -16,7 +16,7 @@ module Undies html + if k_v.last.kind_of?(::Hash) hash_attrs(k_v.last, k_v.first) else - " #{k_v.first}=\"#{k_v.last.gsub...
need to also escape '<' in attribute values * "In character data and attribute values, the character information items "<" and "&" are represented by "&lt;" and "&amp;" respectively." * <URL>
redding_undies
train
53c4d2f38ae1ebd35a227b28fe875cb6b61958aa
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -75,11 +75,16 @@ export function tweezerHelper (Tweezer) { return function (start, end, opts) { // cancel previous tween this.$tween && this.$tween.stop() + let started return new Tweezer({...
✨ Emits start on Tweezer
posva_vue-tweezing
train
0246bc1b3bc3f1faefa065165b1cab04b5de1fd5
diff --git a/cli/compose/loader/loader.go b/cli/compose/loader/loader.go index <HASH>..<HASH> 100644 --- a/cli/compose/loader/loader.go +++ b/cli/compose/loader/loader.go @@ -265,11 +265,13 @@ func getServices(configDict map[string]interface{}) map[string]interface{} { return map[string]interface{}{} } -func trans...
Exposes compose `loader.Transform` function… This should make it easier for people to write custom composefile parser without duplicating too much code. It takes the default transformers and any additional number of transformer for any types. That way it's possible to transform a `cli/compose` map into a custom type t...
docker_cli
train