hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
d14491b3daeb45c1228a265c66e2e45b7c822fd7
diff --git a/nsqadmin/graph_options.go b/nsqadmin/graph_options.go index <HASH>..<HASH> 100644 --- a/nsqadmin/graph_options.go +++ b/nsqadmin/graph_options.go @@ -137,7 +137,7 @@ func startEndForTimeframe(t time.Duration) (string, string) { func (t *Topic) Target(g *GraphOptions, key string) (string, string) { col...
nsqadmin: fix large graph formulas
nsqio_nsq
train
90919b116d3a5928001909712bad4cf0813b2ee4
diff --git a/test/org/opencms/module/AllTests.java b/test/org/opencms/module/AllTests.java index <HASH>..<HASH> 100644 --- a/test/org/opencms/module/AllTests.java +++ b/test/org/opencms/module/AllTests.java @@ -1,7 +1,7 @@ /* * File : $Source: /alkacon/cvs/opencms/test/org/opencms/module/AllTests.java,v $ - * Date...
Added legacy module test to list of all tests.
alkacon_opencms-core
train
b639cf0fa905f6fda3879c991197b759aaa20091
diff --git a/pkg_resources/__init__.py b/pkg_resources/__init__.py index <HASH>..<HASH> 100644 --- a/pkg_resources/__init__.py +++ b/pkg_resources/__init__.py @@ -37,7 +37,6 @@ import plistlib import email.parser import tempfile import textwrap -import itertools from pkgutil import get_importer try: @@ -46,23 +4...
Use six in pkg_resources. --HG-- branch : feature/issue-<I>
pypa_setuptools
train
0d69b3fbea4b36b66696ada4c7c362764182bba0
diff --git a/visidata/aggregators.py b/visidata/aggregators.py index <HASH>..<HASH> 100644 --- a/visidata/aggregators.py +++ b/visidata/aggregators.py @@ -131,21 +131,17 @@ def aggname(col, agg): @asyncthread @Column.api -def show_aggregate(col, aggs, rows): +def show_aggregate(col, agg, rows): 'Show aggregate...
[show-aggregate] include aggname in status
saulpw_visidata
train
7162ccbf5424a496cb6e20682643fbc18421e2da
diff --git a/docs/config/logging.rst b/docs/config/logging.rst index <HASH>..<HASH> 100644 --- a/docs/config/logging.rst +++ b/docs/config/logging.rst @@ -19,9 +19,11 @@ A recommended pattern in logging is to simply reference the modules name for eac import logging logger = logging.getLogger(__name__) -You ...
Bring logging in line with what was expected (and previously correct)
elastic_apm-agent-python
train
aab648b921066a664dbb4b225dafb256cee85ba3
diff --git a/lib/app/component/paginate_component.js b/lib/app/component/paginate_component.js index <HASH>..<HASH> 100644 --- a/lib/app/component/paginate_component.js +++ b/lib/app/component/paginate_component.js @@ -42,7 +42,7 @@ Component.extend(function PaginateComponent (){ // Throw an exception if the rende...
Fix bug in logging when thrown error is a string
skerit_alchemy
train
b924c144a8fedb8d29628b378559043d4b4e7294
diff --git a/src/ImplementServices.php b/src/ImplementServices.php index <HASH>..<HASH> 100644 --- a/src/ImplementServices.php +++ b/src/ImplementServices.php @@ -69,7 +69,7 @@ trait ImplementServices $service = $this->getService($name); if ($service === NULL) { - throw new Un...
trait - rethrow catched exception in getter and call
MatthewPattell_yii2-services
train
b54b4210dd55682babc502ae1e8911649a7e12ba
diff --git a/tests/test_content.py b/tests/test_content.py index <HASH>..<HASH> 100644 --- a/tests/test_content.py +++ b/tests/test_content.py @@ -250,6 +250,11 @@ def test_content_subreddit_from_name(reddit, terminal): assert content.name == '/user/spez' assert content.order is None + name = '/u/multi-m...
Add test for from_name for multireddits
michael-lazar_rtv
train
f7687e52c27221ff600d19c807ba98200092d41e
diff --git a/src/main/java/tech/sirwellington/alchemy/arguments/assertions/CollectionAssertions.java b/src/main/java/tech/sirwellington/alchemy/arguments/assertions/CollectionAssertions.java index <HASH>..<HASH> 100644 --- a/src/main/java/tech/sirwellington/alchemy/arguments/assertions/CollectionAssertions.java +++ b/s...
Simplifying CollectionAssertions
SirWellington_alchemy-arguments
train
0e89cfe80d8e4ed2585a96532843c66e5da596ac
diff --git a/commands/pull.js b/commands/pull.js index <HASH>..<HASH> 100644 --- a/commands/pull.js +++ b/commands/pull.js @@ -188,10 +188,10 @@ TARGET will be created locally if it's a database name or remotely if it's a ful Examples: # pull Heroku DB named postgresql-swimmingly-100 into local DB mylocaldb - $ ...
Add relevant documentation for pg:pull (#<I>) * Add relevant documentation for pg:pull The examples in the documentation for `pg:pull` were examples for `pg:push`. * Change database color back to haiku
heroku_heroku-pg
train
e86f078adb5ab545831093902a3473ee3c6bd1ea
diff --git a/BeanShell/src/bsh/util/JConsole.java b/BeanShell/src/bsh/util/JConsole.java index <HASH>..<HASH> 100644 --- a/BeanShell/src/bsh/util/JConsole.java +++ b/BeanShell/src/bsh/util/JConsole.java @@ -463,14 +463,20 @@ public class JConsole extends JScrollPane // Submitted by Daniel Leuck StringBuffer buf =...
Fixed problem with character literals. The console now accepts both direct input of unicode chatacters and '\uXXXX' forms.
beanshell_beanshell
train
cec77d2eeea2e12d8deb490e3d02b88e96e1072b
diff --git a/easywebdav/client.py b/easywebdav/client.py index <HASH>..<HASH> 100644 --- a/easywebdav/client.py +++ b/easywebdav/client.py @@ -96,7 +96,7 @@ class Client(object): else: self.cwd += stripped_path def mkdir(self, path, safe=False): - expected_codes = 201 if not safe else ...
Answer on creating an existing directory is <I> <URL> - MKCOL can only be executed on a deleted/non-existent resource."
amnong_easywebdav
train
3ed3890f332085a0d1847e065748de1021c754a5
diff --git a/src/base/ui_core_plugin.js b/src/base/ui_core_plugin.js index <HASH>..<HASH> 100644 --- a/src/base/ui_core_plugin.js +++ b/src/base/ui_core_plugin.js @@ -31,10 +31,6 @@ export default class UICorePlugin extends UIObject { this.enabled = false } - destroy() { - this.remove() - } - render()...
refactor(ui_core_plugin): remove destroy method
clappr_clappr
train
f271cfb103c0a6591d37f13f0dd2277b2e7f826d
diff --git a/slack/web/base_client.py b/slack/web/base_client.py index <HASH>..<HASH> 100644 --- a/slack/web/base_client.py +++ b/slack/web/base_client.py @@ -294,18 +294,23 @@ class BaseClient: ) response = None - async with session.request(http_verb, api_url, **req_args) as res: - ...
make sure to close aiohttp client session
slackapi_python-slackclient
train
a53e690bb071bc835c6983b5535a2adf684029ec
diff --git a/src/View/Helper/FormHelper.php b/src/View/Helper/FormHelper.php index <HASH>..<HASH> 100755 --- a/src/View/Helper/FormHelper.php +++ b/src/View/Helper/FormHelper.php @@ -1844,6 +1844,27 @@ class FormHelper extends Helper { } /** + * Helper method for the various single datetime component methods. + * ...
Refactor duplicate code into a method.
cakephp_cakephp
train
60a54d7c0a8f549b79be729e98ad9d1c63114353
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 @@ -9,7 +9,12 @@ from svtplay_dl.utils import which class postprocess(object): def __init__(self, strea...
postprocess: do check for ffmpeg and avconv
spaam_svtplay-dl
train
37daaa2abde5dc6e544034950e7e2fa1bd4aa3e7
diff --git a/src/coordinator/client_server_test.go b/src/coordinator/client_server_test.go index <HASH>..<HASH> 100644 --- a/src/coordinator/client_server_test.go +++ b/src/coordinator/client_server_test.go @@ -49,7 +49,7 @@ func (self *ClientServerSuite) TestClientCanMakeRequests(c *C) { protobufServer := NewProtobu...
don't block forever when writing to remote servers
influxdata_influxdb
train
c38a69a944a4cd440c55cd48e1685acfc142a91d
diff --git a/corpus2ossfuzz/main.go b/corpus2ossfuzz/main.go index <HASH>..<HASH> 100644 --- a/corpus2ossfuzz/main.go +++ b/corpus2ossfuzz/main.go @@ -63,7 +63,7 @@ func initCorpus(corpusDir, output string) { log.Fatal(fmt.Errorf("failed to create zip entry %q to %q: %w", entry.Name(), output, err)) } if _, e...
corpus2ossfuzz: fix lint error with %w to log.Fatalf (#<I>)
orijtech_otils
train
d5bbcdeeaf363f47043b4bb1fe70e47a6a1119fb
diff --git a/uflash.py b/uflash.py index <HASH>..<HASH> 100755 --- a/uflash.py +++ b/uflash.py @@ -350,7 +350,7 @@ def flash(path_to_python=None, paths_to_microbits=None, if not keepname: print('Flashing {} to: {}'.format(script_name, hex_path)) else: - ...
Reverted py2hex output message. I decided that "Converting a.py to a.hex" sounded too much like a.hex might be replacing a.py (a.py ceasing to exist) so I reverted the message.
ntoll_uflash
train
619560a9d26cddc89969e8af36f2be17aaabae45
diff --git a/lib/plugins/renderer/stylus.js b/lib/plugins/renderer/stylus.js index <HASH>..<HASH> 100644 --- a/lib/plugins/renderer/stylus.js +++ b/lib/plugins/renderer/stylus.js @@ -28,5 +28,6 @@ module.exports = function(data, options, callback){ .use(defineConfig) .set('filename', data.path) .set('com...
Support include css in stylus
hexojs_hexo
train
755246e18e9eb44a9eb4ea1cc509e3cd65e7be80
diff --git a/src/Auth/User.php b/src/Auth/User.php index <HASH>..<HASH> 100644 --- a/src/Auth/User.php +++ b/src/Auth/User.php @@ -2,9 +2,10 @@ namespace Orchestra\Foundation\Auth; +use Illuminate\Support\Str; use Orchestra\Model\User as Authenticatable; use Orchestra\Contracts\Notification\Recipient; -use Orche...
Use available RoutesNotifications and override routeNotificationFor() method.
orchestral_foundation
train
0d686be89ad4a5424c4bdb4f2003053a599e47cc
diff --git a/classtemplate.js b/classtemplate.js index <HASH>..<HASH> 100644 --- a/classtemplate.js +++ b/classtemplate.js @@ -229,6 +229,10 @@ var SolidityEvent = require("web3/lib/web3/event.js"); Contract.currentProvider = null; Contract.setProvider = function(provider) { + if (!provider) { + throw n...
setNetwork() actually edits values, so we don't want to set it unless we actually detect a network.
trufflesuite_truffle-artifactor
train
33566375af4132bd223057ae2ecdce30a66e7188
diff --git a/p2p/switch.go b/p2p/switch.go index <HASH>..<HASH> 100644 --- a/p2p/switch.go +++ b/p2p/switch.go @@ -4,6 +4,7 @@ import ( "errors" "fmt" "net" + "strconv" "sync/atomic" "time" @@ -165,6 +166,16 @@ func (sw *Switch) AddPeerWithConnection(conn net.Conn, outbound bool) (*Peer, er return nil, e...
don't trust peer's node info
tendermint_tendermint
train
0129b7d7e8a43bc8a042cb2a60762c04a3ead2fb
diff --git a/lifesospy/client.py b/lifesospy/client.py index <HASH>..<HASH> 100644 --- a/lifesospy/client.py +++ b/lifesospy/client.py @@ -18,7 +18,7 @@ class Client(asyncio.Protocol): ENSURE_ALIVE_SECS = 30 # Default timeout to wait for a response when executing commands. - EXECUTE_TIMEOUT_SECS = 10 + ...
Lock command execution in a mutex to prevent the base unit being overwhelmed by simultaneous commands.
rorr73_LifeSOSpy
train
b5aae7926bc0ac5fa2f68808a81dfc74003d8758
diff --git a/src/Reflector.php b/src/Reflector.php index <HASH>..<HASH> 100644 --- a/src/Reflector.php +++ b/src/Reflector.php @@ -6,25 +6,42 @@ use ReflectionException; class Reflector { - protected $reflection = []; + protected $classes = []; + + protected $params = []; public function __sleep() ...
collect ctor params in Reflector
auraphp_Aura.Di
train
8a72253fddadf5772ac70f9c271a0fe75419b7bc
diff --git a/config/medools.php b/config/medools.php index <HASH>..<HASH> 100644 --- a/config/medools.php +++ b/config/medools.php @@ -1,24 +1,26 @@ <?php /** - * Example of Configurations for aryelgois/Medools + * Example of Configuration for MedooConnection * - * The option 'database_name' for catfan/Medoo is one...
Update Medools config file
aryelgois_medools-router
train
3db0a1812b36bb156a08fcf8a4d423af7bef5174
diff --git a/src/main/org/openscience/cdk/fingerprint/IntArrayFingerprint.java b/src/main/org/openscience/cdk/fingerprint/IntArrayFingerprint.java index <HASH>..<HASH> 100644 --- a/src/main/org/openscience/cdk/fingerprint/IntArrayFingerprint.java +++ b/src/main/org/openscience/cdk/fingerprint/IntArrayFingerprint.java @...
constructor for creating the FP from an int array
cdk_cdk
train
d78696492ac71bc5da25d43ef54e9d32a2ea349e
diff --git a/src/SprykerEco/Client/Payone/PayoneClient.php b/src/SprykerEco/Client/Payone/PayoneClient.php index <HASH>..<HASH> 100644 --- a/src/SprykerEco/Client/Payone/PayoneClient.php +++ b/src/SprykerEco/Client/Payone/PayoneClient.php @@ -191,7 +191,7 @@ class PayoneClient extends AbstractClient implements PayoneCl...
ECO-<I> Fix some issues
spryker-eco_payone
train
f2123d07db9e2eb0eb02f2acff95cc870f184e46
diff --git a/ghost/members-api/lib/repositories/product/index.js b/ghost/members-api/lib/repositories/product/index.js index <HASH>..<HASH> 100644 --- a/ghost/members-api/lib/repositories/product/index.js +++ b/ghost/members-api/lib/repositories/product/index.js @@ -217,13 +217,19 @@ class ProductRepository { ...
Added support for un/archiving Prices <URL>
TryGhost_Ghost
train
ac41a4a9dcd841d6b73dfb4d56de8aa9d1d5c315
diff --git a/salt/states/saltmod.py b/salt/states/saltmod.py index <HASH>..<HASH> 100644 --- a/salt/states/saltmod.py +++ b/salt/states/saltmod.py @@ -27,10 +27,14 @@ The salt.state declaration can call out a highstate or a list of sls: ''' # Import python libs +import fnmatch import logging +import time # Impo...
Added wait_for_event function to saltmod This allows the orchestrate system to watch the event bus for arbitrary events.
saltstack_salt
train
31b67bbe410ca828fa099c8af5e20197dddf1f5e
diff --git a/src/tracing/find_control.js b/src/tracing/find_control.js index <HASH>..<HASH> 100644 --- a/src/tracing/find_control.js +++ b/src/tracing/find_control.js @@ -55,9 +55,6 @@ base.exportTo('tracing', function() { this.findPrevious_(); else this.findNext_(); - } else...
Improve focus handling when searching This change improves focus handling between timeline and find control: * ESC will always put focus back on the timeline. * The / key toggles focus between timeline and find control. BUG=<I> R=<EMAIL> Review URL: <URL>
catapult-project_catapult
train
59a7865a7d667b3c660b53b0cf223bd1f82bad46
diff --git a/tests/run-multitests.py b/tests/run-multitests.py index <HASH>..<HASH> 100755 --- a/tests/run-multitests.py +++ b/tests/run-multitests.py @@ -403,6 +403,10 @@ def main(): for i in cmd_args.instance: if i.startswith("exec:"): instances_test.append(PyInstanceSubProcess([i[len("exec...
tests/run-multitests.py: Add shortcuts for local Python instances. One can now use `-i micropython` and `-i cpython` to add instances using the `MICROPYTHON` and `CPYTHON3` variables (which can be overridden by env vars).
micropython_micropython
train
e49f90578d5e21da8545128d6322ad0613efb6a5
diff --git a/auth/native/native_test.go b/auth/native/native_test.go index <HASH>..<HASH> 100644 --- a/auth/native/native_test.go +++ b/auth/native/native_test.go @@ -183,6 +183,7 @@ func (s *S) TestResetPassword(c *check.C) { defer s.server.RUnlock() return len(s.server.MailBox) == 1 }) + c.Assert(err, check.I...
auth: check unchecked errors in tests
tsuru_tsuru
train
f3d76e3a176a1c9fa662bd4445813d6807ac0baa
diff --git a/tcMenuGenerator/src/test/java/com/thecoderscorner/menu/editorui/uitests/uimenuitem/UIActionItemAndCoreTest.java b/tcMenuGenerator/src/test/java/com/thecoderscorner/menu/editorui/uitests/uimenuitem/UIActionItemAndCoreTest.java index <HASH>..<HASH> 100644 --- a/tcMenuGenerator/src/test/java/com/thecoderscorn...
#<I> Fixed the illusive local only checkbox test failure!
davetcc_tcMenu
train
af04bb4b448e8b89bc4c2854e77492b4440bd25f
diff --git a/src/ServiceManager.php b/src/ServiceManager.php index <HASH>..<HASH> 100644 --- a/src/ServiceManager.php +++ b/src/ServiceManager.php @@ -87,7 +87,7 @@ class ServiceManager unset($GLOBALS[$n]); } - public function __construct(Iterable $config) { + public function __construct(Itera...
Update Service manager to accept empty constructor
tasoftch_php-service-manager
train
e602625b1a3a05bf546738a100d28c01cf347893
diff --git a/tasks/uglify.js b/tasks/uglify.js index <HASH>..<HASH> 100644 --- a/tasks/uglify.js +++ b/tasks/uglify.js @@ -12,11 +12,6 @@ var path = require('path'); var chalk = require('chalk'); var maxmin = require('maxmin'); -// Generate the default source map name -function getSourceMapLocation( dest ) { - ret...
Removes unnecessary source map function The new default name for source maps is simple to calculate, it no longer needs a separate function.
gruntjs_grunt-contrib-uglify
train
33c7eb6c098aa9aabe9a8b0f79a15b5513eb46ac
diff --git a/source/rafcon/gui/controllers/state_substitute.py b/source/rafcon/gui/controllers/state_substitute.py index <HASH>..<HASH> 100644 --- a/source/rafcon/gui/controllers/state_substitute.py +++ b/source/rafcon/gui/controllers/state_substitute.py @@ -70,15 +70,16 @@ class StateSubstituteChooseLibraryDialog(RAFC...
fix substiution dialog window with LibraryTree - Buttons were not working before because the dialog was destroyed too early - change order of creation of the dialog in the __init__ method
DLR-RM_RAFCON
train
9add568d9e9bbee906d0e6d94da1666c48c9750a
diff --git a/envflag.go b/envflag.go index <HASH>..<HASH> 100644 --- a/envflag.go +++ b/envflag.go @@ -46,9 +46,12 @@ const ( EnvfmtProgram = "%[2]s_%[1]s" // Envfmt for program name and flag name ) -var ( - envfmt = EnvfmtFlag -) +// Configure how flag names are translated to environment variable names. +// Accep...
Improvements after being pointed to similar solution. Facebook has a similar solution: <URL>
danott_envflag
train
cd6bc20a5396e83232ccff53ef27820dc9e5bbd9
diff --git a/api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/MetricsServiceLifecycle.java b/api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/MetricsServiceLifecycle.java index <HASH>..<HASH> 100644 --- a/api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/MetricsServi...
[HWKMETRICS-<I>] set max connections == core connections
hawkular_hawkular-metrics
train
88b4502c252e1ff275ceccbd8f4f66a4e83ad019
diff --git a/core/core.js b/core/core.js index <HASH>..<HASH> 100644 --- a/core/core.js +++ b/core/core.js @@ -471,6 +471,8 @@ exports._setup = function() { var visible = this.hasOwnProperty('visible')? this.visible: true var opacity = this.hasOwnProperty('opacity')? this.opacity: 1.0 this.recursiveVisible = t...
change local parent's focus if visibility changed to false
pureqml_qmlcore
train
d8d6a8dc06c4bf6261a0ab879c468c0497cac1b4
diff --git a/internetarchive/iacli/ia_delete.py b/internetarchive/iacli/ia_delete.py index <HASH>..<HASH> 100755 --- a/internetarchive/iacli/ia_delete.py +++ b/internetarchive/iacli/ia_delete.py @@ -3,14 +3,14 @@ IA-S3 Documentation: https://archive.org/help/abouts3.txt usage: - ia delete [--verbose] [--debug] [...
Made `ia delete` verbose by default. Encode filenames when writing to stdout.
jjjake_internetarchive
train
7cbcb3078c142736c31596c90aec5156224d513c
diff --git a/src/js/NavigationDrawers/NavigationDrawer.js b/src/js/NavigationDrawers/NavigationDrawer.js index <HASH>..<HASH> 100644 --- a/src/js/NavigationDrawers/NavigationDrawer.js +++ b/src/js/NavigationDrawers/NavigationDrawer.js @@ -142,6 +142,7 @@ export default class NavigationDrawer extends PureComponent { ...
Added missing props for NavigationDrawer It looks like I forgot to pass style and className for the mini drawer and the mini nav item list. Added the props as well as id props for the drawer and the nav item list. Closes #<I>
mlaursen_react-md
train
15dd42f3f8a751d79eb916ca7fc1ace959c3f533
diff --git a/src/nwmatcher-base.js b/src/nwmatcher-base.js index <HASH>..<HASH> 100644 --- a/src/nwmatcher-base.js +++ b/src/nwmatcher-base.js @@ -35,10 +35,12 @@ factory(browserGlobal, exports); return exports; }; + module.factory = factory; } else { factory(global, (global.NW || ...
expose the source of the factory making code so it can be reused
dperini_nwmatcher
train
ccd6c30becbb8ceb95d00906181562eb8f534656
diff --git a/tests/VCR/LibraryHooks/CurlHookTest.php b/tests/VCR/LibraryHooks/CurlHookTest.php index <HASH>..<HASH> 100644 --- a/tests/VCR/LibraryHooks/CurlHookTest.php +++ b/tests/VCR/LibraryHooks/CurlHookTest.php @@ -186,19 +186,19 @@ class CurlHookTest extends \PHPUnit_Framework_TestCase */ public function...
Apply sugested php-cs-fixer patches
php-vcr_php-vcr
train
dfdab5328fd34bbad709eab6ae3c12e0756ba525
diff --git a/tinytag/tinytag.py b/tinytag/tinytag.py index <HASH>..<HASH> 100644 --- a/tinytag/tinytag.py +++ b/tinytag/tinytag.py @@ -212,7 +212,7 @@ class TinyTag(object): self._determine_duration(self._filehandler) def _set_field(self, fieldname, bytestring, transfunc=None, overwrite=True): - ...
docs: Fix a few typos There are small typos in: - tinytag/tinytag.py Fixes: - Should read `offset` rather than `offest`. - Should read `endianness` rather than `endianess`. - Should read `convenience` rather than `convienience`.
devsnd_tinytag
train
1acccc95abf1130ad02f5f597438e2bed3d4c783
diff --git a/src/geo/ui/logo-view.js b/src/geo/ui/logo-view.js index <HASH>..<HASH> 100644 --- a/src/geo/ui/logo-view.js +++ b/src/geo/ui/logo-view.js @@ -11,6 +11,7 @@ module.exports = View.extend({ img.setAttribute('src', LOGO_URL); img.setAttribute('alt', URL); img.setAttribute('title', URL); + img...
Adding target blanck to logo link
CartoDB_carto.js
train
e6cd94cd01b42cf9c0cc2db15f1ed80191d999c9
diff --git a/modules/core/Cockpit/views/settings/info.php b/modules/core/Cockpit/views/settings/info.php index <HASH>..<HASH> 100644 --- a/modules/core/Cockpit/views/settings/info.php +++ b/modules/core/Cockpit/views/settings/info.php @@ -82,7 +82,7 @@ }, "json"); ...
Correct spelling of "address"
agentejo_cockpit
train
7c2bab3af64fd582ba2022e422c93d832ad2d4b5
diff --git a/plugins/CoreHome/angularjs/http404check.js b/plugins/CoreHome/angularjs/http404check.js index <HASH>..<HASH> 100644 --- a/plugins/CoreHome/angularjs/http404check.js +++ b/plugins/CoreHome/angularjs/http404check.js @@ -15,8 +15,11 @@ angular.module('piwikApp').factory('http404CheckInterceptor', function($q)...
refs #<I> in the error notification display which url cannot be loaded
matomo-org_matomo
train
77fa6f4534d3725c6b90c2d14128d6994146ea3c
diff --git a/components/chatroom.js b/components/chatroom.js index <HASH>..<HASH> 100644 --- a/components/chatroom.js +++ b/components/chatroom.js @@ -288,6 +288,59 @@ SteamChatRoomClient.prototype.sendChatMessage = function(groupId, chatId, messag }; /** + * Get your chat message history with a Steam friend. + * @...
Added getFriendMessageHistory (closes #<I>)
DoctorMcKay_node-steam-user
train
f9cb6746c6f06da39c2193545eebbb2bca9fd22a
diff --git a/trailblazer/mip/config.py b/trailblazer/mip/config.py index <HASH>..<HASH> 100644 --- a/trailblazer/mip/config.py +++ b/trailblazer/mip/config.py @@ -29,10 +29,10 @@ class SampleSchema(Schema): ) expected_coverage = fields.Float() capture_kit = fields.Str( - validate=validate.OneOf(ch...
update to MIP 5 capture kit keys
Clinical-Genomics_trailblazer
train
c62a1cc9af331f631da03f305cd2be3a55eaf44c
diff --git a/pycdlib/pycdlib.py b/pycdlib/pycdlib.py index <HASH>..<HASH> 100644 --- a/pycdlib/pycdlib.py +++ b/pycdlib/pycdlib.py @@ -1617,7 +1617,7 @@ class PyCdlib(object): outfp.seek(old) return outfp.tell() - tmp_start - def _write_fp(self, outfp, blocksize=8192, progress_cb=None, progre...
Change the default blocksize to <I>K. This isn't a significant increase of memory, but does increase the performance a bit.
clalancette_pycdlib
train
e91c827fc747ce8dd1149cbe22b4b3f386093e27
diff --git a/eng/mgmt/automation/parameters.py b/eng/mgmt/automation/parameters.py index <HASH>..<HASH> 100644 --- a/eng/mgmt/automation/parameters.py +++ b/eng/mgmt/automation/parameters.py @@ -1,15 +1,15 @@ #!/usr/bin/env python3 SDK_ROOT = '../../../' # related to file dir -AUTOREST_CORE_VERSION = '3.0.6326' -A...
upgrade autorest.java to <I> (#<I>)
Azure_azure-sdk-for-java
train
d85254a11f3fc15e6e211c870795b9add7be2039
diff --git a/cloudplatform/connector/src/main/java/io/rhiot/cloudplatform/connector/IoTConnector.java b/cloudplatform/connector/src/main/java/io/rhiot/cloudplatform/connector/IoTConnector.java index <HASH>..<HASH> 100644 --- a/cloudplatform/connector/src/main/java/io/rhiot/cloudplatform/connector/IoTConnector.java +++ ...
[Connector] Improve support for binaries #<I>
rhiot_rhiot
train
47b447d23d8526649db7899d3d9bc307333b1d05
diff --git a/GoogleAuthenticator/RequestListener.php b/GoogleAuthenticator/RequestListener.php index <HASH>..<HASH> 100644 --- a/GoogleAuthenticator/RequestListener.php +++ b/GoogleAuthenticator/RequestListener.php @@ -12,6 +12,7 @@ namespace Sonata\UserBundle\GoogleAuthenticator; use Symfony\Component\Security\Cor...
Returned control if not Master Request
sonata-project_SonataUserBundle
train
9c243e1fd3d7f89be83cf7cc4dac41cf83aec391
diff --git a/classes/PodsData.php b/classes/PodsData.php index <HASH>..<HASH> 100644 --- a/classes/PodsData.php +++ b/classes/PodsData.php @@ -1299,9 +1299,16 @@ class PodsData { "; if ( !$params->calc_rows ) { + // Handle COUNT() SELECT + $total_sql_select = "COUNT( " . ( $params->distinct ? '...
Fixes for total_found count() when using HAVING
pods-framework_pods
train
a6425cc75b05e7ce0158cd16687f034f28b4d7a9
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ requires = open('requirements.txt').read().split('\n') setup( name='hamper', - version='1.7', + version='1.8', description='Yet another IRC bot', install_requires=requires, author='Mik...
<I> Improvements to help
hamperbot_hamper
train
193bf25001ee325c985b7ae219e5626647e86a1a
diff --git a/interact.js b/interact.js index <HASH>..<HASH> 100644 --- a/interact.js +++ b/interact.js @@ -51,7 +51,7 @@ selectors = {}, // all css selector interactables selectorDZs = [], // all dropzone selector interactables matches = [], // all selectors that are m...
Fix comment describing delegatedEvents variable
taye_interact.js
train
484ff00eb8560af6169394cf38b170e7a0b75090
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,9 @@ import deepstream from 'deepstream.io-client-js'; import merge from 'lodash.merge'; -export const statuses = deepstream.CONSTANTS.CONNECTION_STATE; +export const CONSTANTS = deepstream.CONSTANT...
new addToListP, getTenant as polyfill, and exporting direct deepstream stuff
whitelizard_extended-ds-client
train
87188775b42c67791fc85df99aa02ad7a731c19d
diff --git a/pandas/_testing.py b/pandas/_testing.py index <HASH>..<HASH> 100644 --- a/pandas/_testing.py +++ b/pandas/_testing.py @@ -473,7 +473,7 @@ def close(fignum=None): @contextmanager -def ensure_clean(filename=None, return_filelike=False): +def ensure_clean(filename=None, return_filelike=False, **kwargs): ...
ENH/TST: Allow more keywords to ensure_clean (#<I>) These keywords will be passed through to tempfile constructor functions. Follow-up: <URL>
pandas-dev_pandas
train
e2d6862eb2ab2e071a4c6662bf4cfb1ad53b0290
diff --git a/mbuild/formats/cassandramcf.py b/mbuild/formats/cassandramcf.py index <HASH>..<HASH> 100644 --- a/mbuild/formats/cassandramcf.py +++ b/mbuild/formats/cassandramcf.py @@ -203,21 +203,24 @@ def _id_rings_fragments(structure): # First create a neighbor list for each atom neigh_dict = {i:list(bond_gr...
Fix MCF fragment identification for more complex ring systems (#<I>) * Add code to correctly ID fragments in ring systems * Add unit tests for new ring ID section
mosdef-hub_mbuild
train
5f15453a2d90919d978689c79aaf5dcea7bb8d63
diff --git a/velvet.go b/velvet.go index <HASH>..<HASH> 100644 --- a/velvet.go +++ b/velvet.go @@ -3,9 +3,19 @@ package velvet import ( "sync" + "github.com/gobuffalo/buffalo/render" "github.com/pkg/errors" ) +func BuffaloRenderer(input string, options render.TemplateOptions) (string, error) { + t, err := Par...
in preperation for <I>
gobuffalo_velvet
train
34dfd377bbd8a924258cece31ee6d5720b38444c
diff --git a/hendrix/deploy/base.py b/hendrix/deploy/base.py index <HASH>..<HASH> 100644 --- a/hendrix/deploy/base.py +++ b/hendrix/deploy/base.py @@ -37,7 +37,10 @@ class HendrixDeploy(object): if hasattr(self.options['wsgi'], '__call__'): # If it has a __call__, we assume that it is the ...
Fixes #<I>. Now works with pyramid.
hendrix_hendrix
train
b479050d3d43483a85d8cb2a5005a29f3fd531ca
diff --git a/lib/activeadmin_addons/addons/list.rb b/lib/activeadmin_addons/addons/list.rb index <HASH>..<HASH> 100644 --- a/lib/activeadmin_addons/addons/list.rb +++ b/lib/activeadmin_addons/addons/list.rb @@ -7,27 +7,42 @@ class ListBuilder < ActiveAdminAddons::CustomBuilder raise 'invalid list type (ul, ol)' un...
feat(List): Add support for nested lists
platanus_activeadmin_addons
train
c49241601fcdf6a3775fed27ca6397f630b6b74b
diff --git a/spec/support/unit/capture.rb b/spec/support/unit/capture.rb index <HASH>..<HASH> 100644 --- a/spec/support/unit/capture.rb +++ b/spec/support/unit/capture.rb @@ -1,19 +1,34 @@ module Kernel - unless method_defined?(:capture) - def capture(stream) - stream = stream.to_s - captured_stream = Te...
Remove warning about #capture under <I>+
thoughtbot_shoulda-matchers
train
3ca0fbae277932bb190e0fdeb1fe9ccbddb1e5f5
diff --git a/glue/ligolw/utils/coalesce_db.py b/glue/ligolw/utils/coalesce_db.py index <HASH>..<HASH> 100644 --- a/glue/ligolw/utils/coalesce_db.py +++ b/glue/ligolw/utils/coalesce_db.py @@ -109,7 +109,8 @@ def coalesce_seg(database, start_time, end_time): sql += "AND segment_summary.segment_def_cdb=segment_define...
Removing restriction on coalesced segments. Old restriction was only DMT-* version 1, and some Virgo flags. Now, all segments should be coalesced by the script.
gwastro_pycbc-glue
train
e637ba23f0d332e559f222d34eb6dd705d3bdd0d
diff --git a/tests/basic_tests.rb b/tests/basic_tests.rb index <HASH>..<HASH> 100644 --- a/tests/basic_tests.rb +++ b/tests/basic_tests.rb @@ -94,7 +94,7 @@ Shindo.tests('Excon basics (Basic Auth Pass)') do connection = Excon.new(uri, :user => user, :password => pass ) response = connection.request(:metho...
Ensure rackup starts server listening on all hosts for reusable port test
excon_excon
train
e7cdf7a6a496ee76a2c53ac27514c469d929471e
diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py index <HASH>..<HASH> 100755 --- a/ec2/spark_ec2.py +++ b/ec2/spark_ec2.py @@ -415,6 +415,8 @@ def setup_standalone_cluster(master, slave_nodes, opts): def setup_spark_cluster(master, opts): ssh(master, opts, "chmod u+x spark-ec2/setup.sh") ssh(master, opts, "spark...
Print ganglia url after setup
apache_spark
train
60b18593170b7f0e4a6683d2b03bd8cd28700978
diff --git a/lib/get-files.js b/lib/get-files.js index <HASH>..<HASH> 100644 --- a/lib/get-files.js +++ b/lib/get-files.js @@ -98,11 +98,6 @@ async function npm( ) ); - // Always include the "main" file - if (pkg.main) { - search.push(require.resolve(resolve(path, pkg.main), 'may-exclude')); // Pkg: may-...
don't include the "main" file by default (#<I>) It's not correct to forcefully include the file specified in "main" at upload-time. Consider an `npm run build` script that ends up creating the file that "main" specifies. It would not exist until inside the deployment, after the build script is ran for that deploym...
zeit_now-cli
train
3f108db220bfea2de787743dd052030669e71744
diff --git a/test/unit/get-state-test.js b/test/unit/get-state-test.js index <HASH>..<HASH> 100644 --- a/test/unit/get-state-test.js +++ b/test/unit/get-state-test.js @@ -64,3 +64,14 @@ test('getState(db, {remote: Promise.resolve("remote")})', function (t) { t.end() }) }) + +test.only('getState(db, {get remote...
test: don’t call `options.remote` getter on setup
hoodiehq_pouchdb-hoodie-sync
train
28af149db8c504f18227e42ab82cc89aec14a5da
diff --git a/src/python/pants/option/global_options.py b/src/python/pants/option/global_options.py index <HASH>..<HASH> 100644 --- a/src/python/pants/option/global_options.py +++ b/src/python/pants/option/global_options.py @@ -237,7 +237,7 @@ class GlobalOptionsRegistrar(Optionable): 'to process the ...
Enable workdir-max-build-entries by default. (#<I>) ### Problem There is a setting to enable some automatic cleanup of the workdir, but it is not enabled by default. Twitter has used it for a while with no issues. ### Solution Enable `--workdir-max-build-entries=8` by default.
pantsbuild_pants
train
08778534fc94c1fe9bff99e313b3dfe15db7dc74
diff --git a/clients/java/src/test/java/com/thoughtworks/selenium/SeleneseTestCase.java b/clients/java/src/test/java/com/thoughtworks/selenium/SeleneseTestCase.java index <HASH>..<HASH> 100644 --- a/clients/java/src/test/java/com/thoughtworks/selenium/SeleneseTestCase.java +++ b/clients/java/src/test/java/com/thoughtwo...
escape more regexp characters when converting to a regexp (see SRC-<I>) r<I>
SeleniumHQ_selenium
train
d88400369c15281cb4ef2384e67556623e339a02
diff --git a/lib/trackfinder.js b/lib/trackfinder.js index <HASH>..<HASH> 100644 --- a/lib/trackfinder.js +++ b/lib/trackfinder.js @@ -60,7 +60,7 @@ TrackFinder.prototype.find = function() { /* * Dynamically include and initialize all route files. */ - route = require('../'+ _path.jo...
LIB: TrackFinder fix require path issue
goliatone_trackfinder
train
2b395163efd341ac2ac7736d82ea3c0a9fd0a83e
diff --git a/dist/object-store/ReadOnlyIndex.js b/dist/object-store/ReadOnlyIndex.js index <HASH>..<HASH> 100644 --- a/dist/object-store/ReadOnlyIndex.js +++ b/dist/object-store/ReadOnlyIndex.js @@ -33,16 +33,8 @@ define(["./AbstractReadOnlyStorage", "./CursorDirection", "./ReadOnlyCursor"], f } return ($trac...
fully integrated the request monitor with the ReadOnlyIndex class
jurca_indexed-db.es6
train
a7db0a260ee3d1c51e14d288e98879875193039b
diff --git a/repository/repository_ajax.php b/repository/repository_ajax.php index <HASH>..<HASH> 100755 --- a/repository/repository_ajax.php +++ b/repository/repository_ajax.php @@ -52,7 +52,12 @@ $saveas_path = optional_param('savepath', '/', PARAM_PATH); // save as file $search_text = optional_param('s', '',...
MDL-<I>, prevent repository_ajax.php being downloaded by IE when php file is associated with other programs
moodle_moodle
train
41dd71f9e1726b8ae5bde8e54710a3e26c82e9ed
diff --git a/hangups/conversation.py b/hangups/conversation.py index <HASH>..<HASH> 100644 --- a/hangups/conversation.py +++ b/hangups/conversation.py @@ -142,6 +142,7 @@ class Conversation(object): self._events_dict = {} # {event_id: ConversationEvent} self._send_message_lock = asyncio.Lock() ...
Store and pass the server-given EventContinuationToken including the storage_continuation_token.
tdryer_hangups
train
14b2ce2ad665302c40aa53d4fac8d71160aa1468
diff --git a/azure/storage/_common_serialization.py b/azure/storage/_common_serialization.py index <HASH>..<HASH> 100644 --- a/azure/storage/_common_serialization.py +++ b/azure/storage/_common_serialization.py @@ -31,6 +31,7 @@ try: except ImportError: from xml.etree import ElementTree as ETree +from .constant...
#<I> emulator support bug fix
Azure_azure-storage-python
train
2b1c5ee04295757391b4230a048fa6823cce3863
diff --git a/modules/relative-urls.php b/modules/relative-urls.php index <HASH>..<HASH> 100644 --- a/modules/relative-urls.php +++ b/modules/relative-urls.php @@ -34,7 +34,8 @@ $root_rel_filters = apply_filters('soil/relative-url-filters', [ 'term_link', 'the_author_posts_link', 'script_loader_src', - 'style_...
Add `theme_file_uri` to relative url. WP <I> Apply relative url filter to `theme_file_uri`. Works with `get_theme_file_uri()` method in WP <I>.
roots_soil
train
6c01998cd2da68a328cad4adbf38835b79698798
diff --git a/lib/heroics/client_generator.rb b/lib/heroics/client_generator.rb index <HASH>..<HASH> 100644 --- a/lib/heroics/client_generator.rb +++ b/lib/heroics/client_generator.rb @@ -43,7 +43,7 @@ module Heroics default_headers: options.fetch(:default_headers, {}), cache: options.fetch(:cache, {}), ...
generate client with pretty-printed schema, mostly for saner diffs
interagent_heroics
train
123eb25fd12c5a5ec63e18082dcdda6318bc942e
diff --git a/actionpack/lib/action_dispatch.rb b/actionpack/lib/action_dispatch.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_dispatch.rb +++ b/actionpack/lib/action_dispatch.rb @@ -47,6 +47,7 @@ module ActionDispatch end autoload_under 'middleware' do + autoload :BestStandardsSupport autol...
Add a header that tells Internet Explorer (all versions) to use the best available standards support. This ensures that IE doesn't go into quirks mode because it has been blacklisted by too many users pressing the incompatible button. It also tells IE to use the ChromeFrame renderer, if the user has installed the plugi...
rails_rails
train
6b149bab42a50bb3f5b4e6dea7567270a93cc4d7
diff --git a/skl_groups/summaries/bag_of_words.py b/skl_groups/summaries/bag_of_words.py index <HASH>..<HASH> 100644 --- a/skl_groups/summaries/bag_of_words.py +++ b/skl_groups/summaries/bag_of_words.py @@ -43,10 +43,12 @@ class BagOfWords(BaseEstimator, TransformerMixin): @property def n_codewords(self): +...
handle BagOfWords.codewords_ more sensibly
dougalsutherland_skl-groups
train
74de1987fae77407cf77b2fcaff5eb9d425c7e3e
diff --git a/core/src/main/java/io/undertow/protocols/ssl/SslConduit.java b/core/src/main/java/io/undertow/protocols/ssl/SslConduit.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/undertow/protocols/ssl/SslConduit.java +++ b/core/src/main/java/io/undertow/protocols/ssl/SslConduit.java @@ -1083,7 +1083,7 @@...
UNDERTOW-<I> reduce severity of logging on ssl client handshake fail
undertow-io_undertow
train
759e91b3fdf1e8a8eea55337b09f53a94ad2016e
diff --git a/ipaddresstools/ipaddresstools.py b/ipaddresstools/ipaddresstools.py index <HASH>..<HASH> 100644 --- a/ipaddresstools/ipaddresstools.py +++ b/ipaddresstools/ipaddresstools.py @@ -11,7 +11,6 @@ ########################################################## import logging import re as __re -import sys as __sys...
Version <I>, forgot to remove limiting checker
btr1975_ipaddresstools
train
b35790bcbca83c12610cd6c10ebcb7022398d0e2
diff --git a/src/models/time.js b/src/models/time.js index <HASH>..<HASH> 100644 --- a/src/models/time.js +++ b/src/models/time.js @@ -269,13 +269,11 @@ var TimeModel = DataConnected.extend({ } } else { var gte, lte; - var start = defaultStart || this.start; - if (start != null) { - ...
Remove this.start/end from the query generator (time.getFilter) because only origins defined by user should go into the query
vizabi_vizabi
train
917e8b8e1d7ffa4f584c779d910b89d23bd04546
diff --git a/grimoire_elk/arthur.py b/grimoire_elk/arthur.py index <HASH>..<HASH> 100755 --- a/grimoire_elk/arthur.py +++ b/grimoire_elk/arthur.py @@ -531,7 +531,7 @@ def enrich_backend(url, clean, backend_name, backend_params, ocean_index=None, do_studies(enrich_backend) except Exception as...
[enrich] Show enrich exception call trace in logs
chaoss_grimoirelab-elk
train
6044cceddd359a23f5bf7eb7ba895bec8e77fbb8
diff --git a/allennlp/modules/elmo.py b/allennlp/modules/elmo.py index <HASH>..<HASH> 100644 --- a/allennlp/modules/elmo.py +++ b/allennlp/modules/elmo.py @@ -53,6 +53,14 @@ class Elmo(torch.nn.Module): Should we apply layer normalization (passed to ``ScalarMix``)? dropout : ``float``, optional, (default ...
Allow to provide a custom `Module` in `Elmo` class (#<I>) * Allow to provide a custom module for Elmo * pylint * grammar
allenai_allennlp
train
68302633c0d7a5d7003908d48e481980bb4c623e
diff --git a/src/class-laps.php b/src/class-laps.php index <HASH>..<HASH> 100644 --- a/src/class-laps.php +++ b/src/class-laps.php @@ -91,15 +91,12 @@ class Laps { global $wp_filter; - $filter = current_filter(); - $priority = key( $wp_filter[ $filter ] ); - - if ( 'callbacks' === $priority ) { // Fai...
Restored functionality on WP <I> beta with new current_priority() method.
Rarst_laps
train
de0d2b1bdc51d779054a4ff7b4bb6ba04e342858
diff --git a/indra/tests/test_cx_assembler.py b/indra/tests/test_cx_assembler.py index <HASH>..<HASH> 100644 --- a/indra/tests/test_cx_assembler.py +++ b/indra/tests/test_cx_assembler.py @@ -175,5 +175,5 @@ def test_hub_layout(): node_classes = hub_layout.classify_nodes(graph, erk) assert node_classes[hub_lay...
Allow for two classfications for CX node
sorgerlab_indra
train
00523967f1c101f13f21be1b3245c2ca842efbd5
diff --git a/pandas/tests/test_groupby.py b/pandas/tests/test_groupby.py index <HASH>..<HASH> 100644 --- a/pandas/tests/test_groupby.py +++ b/pandas/tests/test_groupby.py @@ -4369,6 +4369,17 @@ class TestGroupBy(tm.TestCase): exc.args += ('operation: %s' % op,) raise + def test_ma...
BUG/TST: test for groupby max nan subselection bug
pandas-dev_pandas
train
96561eb00c9839f73d97d3be5d0b38a1872950a5
diff --git a/lib/contentful.js b/lib/contentful.js index <HASH>..<HASH> 100644 --- a/lib/contentful.js +++ b/lib/contentful.js @@ -16,7 +16,7 @@ import createCdaApi from './create-cda-api' * @prop {string} params.space - Space ID * @prop {string} params.accessToken - Contentful CDA Access Token * @prop {boolean=}...
fix: Add preview reference to the createClient
contentful_contentful.js
train
f4f2d90a129e2d4d464737d55a24a288530be65b
diff --git a/rachiopy/device.py b/rachiopy/device.py index <HASH>..<HASH> 100644 --- a/rachiopy/device.py +++ b/rachiopy/device.py @@ -1,3 +1,5 @@ +import json + class Device(object): def __init__(self, rachio): self.rachio = rachio @@ -6,56 +8,56 @@ class Device(object): url = '%sdevice/%s' % (self.rachio.ser...
Update device.py json.dumps payload and return (resp, content)
rfverbruggen_rachiopy
train
8e56f2935329152115bcb1ea43582cb3f8f66459
diff --git a/extension/rsb/com/src/main/java/org/openbase/jul/extension/rsb/com/RSBRemoteService.java b/extension/rsb/com/src/main/java/org/openbase/jul/extension/rsb/com/RSBRemoteService.java index <HASH>..<HASH> 100644 --- a/extension/rsb/com/src/main/java/org/openbase/jul/extension/rsb/com/RSBRemoteService.java +++ ...
implement warning filter for timeouts lower than <I> sec.
openbase_jul
train
ba9f2ba7f01e4ae86be35639a6170cb0409fe13a
diff --git a/spyder/widgets/variableexplorer/dataframeeditor.py b/spyder/widgets/variableexplorer/dataframeeditor.py index <HASH>..<HASH> 100644 --- a/spyder/widgets/variableexplorer/dataframeeditor.py +++ b/spyder/widgets/variableexplorer/dataframeeditor.py @@ -42,7 +42,7 @@ from spyder.widgets.variableexplorer.arraye...
Fix bug in bools_ being locked for editing; add more bool values
spyder-ide_spyder
train
332a73c1d7f50cb336577921f0af218dc39d40e1
diff --git a/raiden/tests/unit/transfer/test_utils.py b/raiden/tests/unit/transfer/test_utils.py index <HASH>..<HASH> 100644 --- a/raiden/tests/unit/transfer/test_utils.py +++ b/raiden/tests/unit/transfer/test_utils.py @@ -2,6 +2,9 @@ import pytest from eth_utils import decode_hex from raiden.constants import EMPTY...
Add unit tests for transfer/secret_registry
raiden-network_raiden
train
426f79dc945db18828273fab774b8314e43bc13e
diff --git a/src/main/java/org/jboss/pressgang/ccms/contentspec/utils/EntityUtilities.java b/src/main/java/org/jboss/pressgang/ccms/contentspec/utils/EntityUtilities.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/pressgang/ccms/contentspec/utils/EntityUtilities.java +++ b/src/main/java/org/jboss/pressga...
Added the ability to find a Translated Topic using Topic ID, Topic Revision and Translated CSNode ID.
pressgang-ccms_PressGangCCMSContentSpec
train
d1fb9fedc1c0e8e340f478410719b7f314132390
diff --git a/lib/Client.js b/lib/Client.js index <HASH>..<HASH> 100644 --- a/lib/Client.js +++ b/lib/Client.js @@ -174,7 +174,7 @@ Client.prototype.send = function(headers, options) { /* * Send a message with the specified body to the server. */ -Client.prototype.sendMessage = function(body, headers, options) { +C...
Rename sendMessage method to sendString
gdaws_node-stomp
train
1e4df979bff1474a314484e2031881ac4430f240
diff --git a/src/Platform/Http/Controllers/Systems/RelationController.php b/src/Platform/Http/Controllers/Systems/RelationController.php index <HASH>..<HASH> 100644 --- a/src/Platform/Http/Controllers/Systems/RelationController.php +++ b/src/Platform/Http/Controllers/Systems/RelationController.php @@ -55,7 +55,7 @@ cla...
Fix issue with the relation query -> search (#<I>)
orchidsoftware_platform
train
c6c59f22527c388bbbb1050a18ae9f1ee6ad6e73
diff --git a/Model/ImportExport/Processor/Import/Node.php b/Model/ImportExport/Processor/Import/Node.php index <HASH>..<HASH> 100644 --- a/Model/ImportExport/Processor/Import/Node.php +++ b/Model/ImportExport/Processor/Import/Node.php @@ -69,7 +69,7 @@ class Node ): void { foreach ($nodes as $nodeData) { ...
[<I>] Rename node import data processor get method
SnowdogApps_magento2-menu
train
cffdc2afddc2bea367ab275cdc721ae2f9d90b92
diff --git a/MatchMakingLobby/Services/MatchMakingService.php b/MatchMakingLobby/Services/MatchMakingService.php index <HASH>..<HASH> 100644 --- a/MatchMakingLobby/Services/MatchMakingService.php +++ b/MatchMakingLobby/Services/MatchMakingService.php @@ -208,10 +208,10 @@ class MatchMakingService return $this->db->q...
Canceling match before it starts does not give penalty
maniaplanet_matchmaking-lobby
train
7b3919774252f99e55e6b6ec370aafc42adca2b2
diff --git a/activemodel/lib/active_model/serialization.rb b/activemodel/lib/active_model/serialization.rb index <HASH>..<HASH> 100644 --- a/activemodel/lib/active_model/serialization.rb +++ b/activemodel/lib/active_model/serialization.rb @@ -121,17 +121,17 @@ module ActiveModel # user.serializable_hash(include:...
Avoid allocating extra hash and arrays when as_json is called without options
rails_rails
train
f52b4ba9f06000319a44148a7b966cfa2e6cbe4a
diff --git a/src/TkExscript/QueueWidget.py b/src/TkExscript/QueueWidget.py index <HASH>..<HASH> 100644 --- a/src/TkExscript/QueueWidget.py +++ b/src/TkExscript/QueueWidget.py @@ -112,7 +112,10 @@ class QueueWidget(Frame): self.data_queue = Queue.Queue() self.pages = {} self.queue = ...
TkExscript.QueueWidget: use new workqueue signals.
knipknap_exscript
train