hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
466ae7e500a7d9f5ea593a817a4b3379f38c7d66 | diff --git a/rocketchat_API/APISections/im.py b/rocketchat_API/APISections/im.py
index <HASH>..<HASH> 100644
--- a/rocketchat_API/APISections/im.py
+++ b/rocketchat_API/APISections/im.py
@@ -19,6 +19,10 @@ class RocketChatIM(RocketChatBase):
"""Create a direct message session with another user."""
ret... | Added rocketChat endpoint to support multiple instant messaging | jadolg_rocketchat_API | train |
e096f4348763cdf6bc31ef84db238ff3d58a42b3 | diff --git a/src/io/deviceManager.js b/src/io/deviceManager.js
index <HASH>..<HASH> 100644
--- a/src/io/deviceManager.js
+++ b/src/io/deviceManager.js
@@ -20,9 +20,40 @@ class DeviceOpener {
* @param {function} reject - callback to be called if an error or timeout is encountered.
*/
constructor (device... | DeviceManager: add more jsdoc, remove `_sockets`
It turns out we don't need the Device Manager to centrally track each
socket, so this change removes the Device Manager's `_sockets` property
and related code. | LLK_scratch-vm | train |
41ab05781bfc4362e92b463ad250aab6684b37b4 | diff --git a/pyemma/msm/estimators/implied_timescales.py b/pyemma/msm/estimators/implied_timescales.py
index <HASH>..<HASH> 100644
--- a/pyemma/msm/estimators/implied_timescales.py
+++ b/pyemma/msm/estimators/implied_timescales.py
@@ -32,7 +32,7 @@ from pyemma.util.statistics import confidence_interval
from pyemma.uti... | [msm/estimators] do not return self as model | markovmodel_PyEMMA | train |
e729eb2f042543b264c19d60451566940488ba5c | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -211,10 +211,15 @@ module.exports = function (grunt) {
return 'http://localhost:<%= connect.server.options.port %>/test/fuelux.html?jquery=' + ver;
}),
uglify: {
+ options: {
+ report: 'min'
+ ... | Cleaning up Less CSS minify and JS uglify
We should probably remove fullcss task. Usebanner task must be after less:minify subtask | ExactTarget_fuelux | train |
48d5f902331f4883b8ade984628bc1f7cf55fe28 | diff --git a/BimServer/src/org/bimserver/database/DatabaseSession.java b/BimServer/src/org/bimserver/database/DatabaseSession.java
index <HASH>..<HASH> 100644
--- a/BimServer/src/org/bimserver/database/DatabaseSession.java
+++ b/BimServer/src/org/bimserver/database/DatabaseSession.java
@@ -1496,7 +1496,7 @@ public clas... | Merge conflict with myself ?!? | opensourceBIM_BIMserver | train |
dce35f31d8f1f29b00b468c0c6df27bd122d214f | diff --git a/core/src/main/java/hudson/model/DownloadService.java b/core/src/main/java/hudson/model/DownloadService.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/model/DownloadService.java
+++ b/core/src/main/java/hudson/model/DownloadService.java
@@ -403,7 +403,7 @@ public class DownloadService exte... | [FIXED JENKINS-<I>] do not show warnings if tool installer is present in at least 1 update site (#<I>) | jenkinsci_jenkins | train |
5f2bdab8a1f312715b0cf3f78d1634210c087146 | diff --git a/bel_lang/ast.py b/bel_lang/ast.py
index <HASH>..<HASH> 100644
--- a/bel_lang/ast.py
+++ b/bel_lang/ast.py
@@ -55,10 +55,16 @@ class BELAst(object):
else:
bel_relation = self.spec['relation_to_long'].get(self.bel_relation, None)
+ bel_subject = self.bel_subject.to_... | fixed to_components for nested statement | belbio_bel | train |
98e8b006ada72ed915da41919d695e16a1db571a | diff --git a/cipd/appengine/backend/main.go b/cipd/appengine/backend/main.go
index <HASH>..<HASH> 100644
--- a/cipd/appengine/backend/main.go
+++ b/cipd/appengine/backend/main.go
@@ -28,6 +28,9 @@ import (
"go.chromium.org/luci/cipd/appengine/impl"
"go.chromium.org/luci/cipd/appengine/impl/monitoring"
+
+ // Usin... | [cipd] import the server/tq/txn/datastore in main.go only.
This is for consistency with other apps in luci-go and google Go style guide.
R=vadimsh
Bug: <I>
Change-Id: If<I>c<I>c8c1a3bc<I>e<I>b<I>dded8d<I>e<I>e
Reviewed-on: <URL> | luci_luci-go | train |
943b6816a95e6345c33d9202b8b5f485e7b3be0a | diff --git a/lib/transforms/bundleSystemJs.js b/lib/transforms/bundleSystemJs.js
index <HASH>..<HASH> 100644
--- a/lib/transforms/bundleSystemJs.js
+++ b/lib/transforms/bundleSystemJs.js
@@ -314,6 +314,39 @@ function bundleStrategy(builder, entryPoints, options) {
delete conditionalEnv[condition];
... | ensure all conditional combinations are computed in general | assetgraph_assetgraph | train |
0e87688ba96f784f6f7ce54f080cbecc1e5e7b94 | diff --git a/rest_framework_json_api/utils.py b/rest_framework_json_api/utils.py
index <HASH>..<HASH> 100644
--- a/rest_framework_json_api/utils.py
+++ b/rest_framework_json_api/utils.py
@@ -2,6 +2,7 @@
Utils.
"""
import copy
+
import inflection
from django.conf import settings
from django.utils import six, encod... | Copy included_resources before removing items from it
Fixes #<I> | django-json-api_django-rest-framework-json-api | train |
6335eafebeb9771a900adc3d8494d8ffcbe81b35 | diff --git a/botstory/ast/callable.py b/botstory/ast/callable.py
index <HASH>..<HASH> 100644
--- a/botstory/ast/callable.py
+++ b/botstory/ast/callable.py
@@ -32,7 +32,7 @@ class CallableNodeWrapper:
self.processor_instance.process_story(session,
# we don't have m... | merge compiled story an ast node in one entity | botstory_botstory | train |
dd5a842cb15f4d10401ffec42ab6a8b98212c1b5 | diff --git a/pylint/reporters/text.py b/pylint/reporters/text.py
index <HASH>..<HASH> 100644
--- a/pylint/reporters/text.py
+++ b/pylint/reporters/text.py
@@ -119,7 +119,7 @@ def colorize_ansi(msg, color=None, style=None):
class TextReporter(BaseReporter):
- """reports messages and layouts in plain text"""
+ ... | Fix a typo in TextReporter | PyCQA_pylint | train |
dc2b60dda58ca125a1fcd053950be507d0c1a68a | diff --git a/src/FieldHandlers/BaseFieldHandler.php b/src/FieldHandlers/BaseFieldHandler.php
index <HASH>..<HASH> 100644
--- a/src/FieldHandlers/BaseFieldHandler.php
+++ b/src/FieldHandlers/BaseFieldHandler.php
@@ -117,6 +117,14 @@ abstract class BaseFieldHandler implements FieldHandlerInterface
return $op... | More stability to BaseFieldHandler
`BaseFieldHandler` always assumed that the `$table` parameter
is always an instance of the Table class, when generating field
names. This might not always be true and makes things somewhat
more difficult to test.
This fix adds a bit more stability to the method, checking if the
`$t... | QoboLtd_cakephp-csv-migrations | train |
33a357cb6ff4dda6768c725a0d1a00df274676d5 | diff --git a/lib/ec2spec/cli.rb b/lib/ec2spec/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/ec2spec/cli.rb
+++ b/lib/ec2spec/cli.rb
@@ -11,7 +11,7 @@ module Ec2spec
days = options['days']
format = options['format'] || :plain_text
client = Ec2spec::Client.new(hosts, days, format)
- client.run
+ ... | Change returns value of .output to used as library | kyoshidajp_ec2spec | train |
8c343a263d8f649d43caaaaf04d24099f9b043f3 | diff --git a/win32_event_log/datadog_checks/win32_event_log/data/conf.yaml.example b/win32_event_log/datadog_checks/win32_event_log/data/conf.yaml.example
index <HASH>..<HASH> 100644
--- a/win32_event_log/datadog_checks/win32_event_log/data/conf.yaml.example
+++ b/win32_event_log/datadog_checks/win32_event_log/data/con... | Remove check for user filter (#<I>)
* Win<I> Event Log yaml example
* remove check for user filter | DataDog_integrations-core | train |
5a3394ce6743b0bc79b3783b4231a42596bbe04b | diff --git a/clevertap-android-sdk/src/main/java/com/clevertap/android/sdk/CTInAppBasePartialFragment.java b/clevertap-android-sdk/src/main/java/com/clevertap/android/sdk/CTInAppBasePartialFragment.java
index <HASH>..<HASH> 100644
--- a/clevertap-android-sdk/src/main/java/com/clevertap/android/sdk/CTInAppBasePartialFra... | fix(crash): Added check to avoid null pointer exception | CleverTap_clevertap-android-sdk | train |
e06827e4614e09215f7255adf4e8eea466694d6f | diff --git a/tests/InvalidConfigTest.php b/tests/InvalidConfigTest.php
index <HASH>..<HASH> 100644
--- a/tests/InvalidConfigTest.php
+++ b/tests/InvalidConfigTest.php
@@ -14,7 +14,7 @@ class InvalidConfigTest extends \PHPUnit_Framework_TestCase
{
/**
* @covers ::__construct
- * @covers ::getConfig
+ ... | phpdoc: fix covers annotation for tests | axypro_errors | train |
2c1020a6e668cd2a6620d3a5e4ba865567b10301 | diff --git a/system/Validation/FormatRules.php b/system/Validation/FormatRules.php
index <HASH>..<HASH> 100644
--- a/system/Validation/FormatRules.php
+++ b/system/Validation/FormatRules.php
@@ -317,7 +317,8 @@ class FormatRules
return false;
}
- $scheme = strtolower(parse_url($str,... | refactor: strtolower() should take only string | codeigniter4_CodeIgniter4 | train |
e46cff62a665ead02702d6ef3d5261cc3e522adb | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -60,11 +60,18 @@ function RTCChannelStream(channel) {
// set the channel binaryType to arraybuffer
channel.binaryType = 'arraybuffer';
+
+ // initialise the message handlers
+ this._handlers = {
+ message: this.... | Change message handler initialization to ensure that we correctly debind event handlers | rtc-io_rtc-dcstream | train |
309bbc9cbc0df45d2bf273bc35f1234e9e855172 | diff --git a/vyked/bus.py b/vyked/bus.py
index <HASH>..<HASH> 100644
--- a/vyked/bus.py
+++ b/vyked/bus.py
@@ -106,6 +106,12 @@ class TCPBus:
f.add_done_callback(fun)
+ def new_instance(self, service, version, host, port, node_id, type):
+ sc = next(sc for sc in self._service_clients if sc.na... | Inform services of new instance of a service | kashifrazzaqui_vyked | train |
69f1defa2990b4f1b5246367bad27a6400bdc26e | diff --git a/src/Repositories/FileRepository.php b/src/Repositories/FileRepository.php
index <HASH>..<HASH> 100644
--- a/src/Repositories/FileRepository.php
+++ b/src/Repositories/FileRepository.php
@@ -97,8 +97,10 @@ class FileRepository implements Repository
return null;
}
+ $id = preg_... | Better filename to id conversion | gibboncms_gibbon | train |
e22cd228ebd04c236c642b70f1caa48c483a2968 | diff --git a/Command/SetupRunCommand.php b/Command/SetupRunCommand.php
index <HASH>..<HASH> 100644
--- a/Command/SetupRunCommand.php
+++ b/Command/SetupRunCommand.php
@@ -151,6 +151,7 @@ class SetupRunCommand extends Command
/** @var \FireGento\MageSetup\Service\SetupServiceInterface $service */
... | [TASK] Show which processors are executed during command run | firegento_firegento-magesetup2 | train |
6357aa8e0b3edd2c56c2e13382cd037dee97316f | diff --git a/fleece/cli/build/build.py b/fleece/cli/build/build.py
index <HASH>..<HASH> 100755
--- a/fleece/cli/build/build.py
+++ b/fleece/cli/build/build.py
@@ -85,8 +85,10 @@ def clean_up_container(container, clean_up_volumes=True):
def retrieve_archive(container, dist_dir):
stream, stat = container.get_arch... | Fix stream reading in new Docker version | rackerlabs_fleece | train |
f1686dbf889932625ba254dbd1c8ad9a1da7c863 | diff --git a/bin/server.js b/bin/server.js
index <HASH>..<HASH> 100755
--- a/bin/server.js
+++ b/bin/server.js
@@ -53,7 +53,7 @@ var topicNum = -1;
var UInt32Max = 4294967296;
var topicMax = UInt32Max - minMulticast;
var topicIndex = {};
-var memory = opt.options.memory || 1024;
+var memory = opt.options.memory || p... | Add SKALE_MEMORY env variable to set worker max memory | skale-me_skale | train |
f04396797b730823a38433d748f159e710dfaaca | diff --git a/lib/active_mocker/generate.rb b/lib/active_mocker/generate.rb
index <HASH>..<HASH> 100644
--- a/lib/active_mocker/generate.rb
+++ b/lib/active_mocker/generate.rb
@@ -12,12 +12,14 @@ module ActiveMocker
def call
progress_init
models_paths.each do |file|
- model_name = model_na... | Create mock dir for specific mock before file open | zeisler_active_mocker | train |
d954ad0b05bac7f6754cf0165d59a969baf5d69f | diff --git a/hazelcast/src/test/java/com/hazelcast/osgi/HazelcastOSGiIntegrationTest.java b/hazelcast/src/test/java/com/hazelcast/osgi/HazelcastOSGiIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/test/java/com/hazelcast/osgi/HazelcastOSGiIntegrationTest.java
+++ b/hazelcast/src/test/java/com/hazelc... | made test url suitable for windows env | hazelcast_hazelcast | train |
1368181f312ab59772324cd71ae106f21aa2b414 | diff --git a/upload/admin/controller/user/user_permission.php b/upload/admin/controller/user/user_permission.php
index <HASH>..<HASH> 100644
--- a/upload/admin/controller/user/user_permission.php
+++ b/upload/admin/controller/user/user_permission.php
@@ -125,7 +125,7 @@ class UserPermission extends \Opencart\System\Eng... | Added integer on $page get request. | opencart_opencart | train |
6ae6dcc7a8382da5e94e480316851f9aa4aaf615 | diff --git a/backend/amp-live-list.go b/backend/amp-live-list.go
index <HASH>..<HASH> 100644
--- a/backend/amp-live-list.go
+++ b/backend/amp-live-list.go
@@ -142,11 +142,8 @@ func initBlogPosts() {
func handleLiveList(w http.ResponseWriter, r *http.Request, page Page) {
newStatus := updateStatus(w, r)
firstBlogID... | fix cors header for requests without origin header (#<I>) | ampproject_amp-by-example | train |
7f0b0246fbdda11d5aeb548d71cda030521ab952 | diff --git a/lib/backup.rb b/lib/backup.rb
index <HASH>..<HASH> 100644
--- a/lib/backup.rb
+++ b/lib/backup.rb
@@ -21,7 +21,7 @@ module Backup
COMPRESSORS = ['Gzip']
ENCRYPTORS = ['OpenSSL', 'GPG']
NOTIFIERS = ['Mail']
- SYNCERS = ['RSpec']
+ SYNCERS = ['RSync']
##
# Backup's internal path... | Fixed a typo and fixed how constants are dynamically generated in to the Backup::Finder to avoid double-definition. | backup_backup | train |
7b5df365d87534d14da6ad33c8acd84c87147911 | diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mongo/MongoProperties.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mongo/MongoProperties.java
index <HASH>..<HASH> 100644
--- a/spring-boot-autoconfigure/src/main/java/org/springframework... | Enable SSL from MongoClientOptions
Closes gh-<I> | spring-projects_spring-boot | train |
bf081e6b48112d8341196e07e0b018c6287e9f0d | diff --git a/src/main/java/strman/Strman.java b/src/main/java/strman/Strman.java
index <HASH>..<HASH> 100644
--- a/src/main/java/strman/Strman.java
+++ b/src/main/java/strman/Strman.java
@@ -528,7 +528,12 @@ public abstract class Strman {
*/
public static boolean isUpperCase(final String value) {
va... | Resolved #<I>. Incorporated suggestions of johnsdouglass | shekhargulati_strman-java | train |
39af2f4171cbf79dd52347c4cf2d03fedc13a14a | diff --git a/mod/scorm/mod_form.php b/mod/scorm/mod_form.php
index <HASH>..<HASH> 100644
--- a/mod/scorm/mod_form.php
+++ b/mod/scorm/mod_form.php
@@ -81,12 +81,6 @@ class mod_scorm_mod_form extends moodleform_mod {
$mform->setType('scormtype', PARAM_ALPHA);
}
- // Update packages timing.... | MDL-<I> SCORM form : Auto update frequency option under File manager
Placing the Auto update frequency option underneath the File manager in /mod/scorm/mod_form.php
This changes the postion of the auto update freq option both while creating a new scorm object and while editing the scorm object. | moodle_moodle | train |
5437b43f7f1d680198919f7efa693ea03bd48454 | diff --git a/lib/xmpp/client.js b/lib/xmpp/client.js
index <HASH>..<HASH> 100644
--- a/lib/xmpp/client.js
+++ b/lib/xmpp/client.js
@@ -39,6 +39,8 @@ function Client(params) {
this.xmppVersion = "1.0";
this.streamTo = this.jid.domain;
this.state = STATE_PREAUTH;
+ // Immediately start stream
+ this.... | connection: move stream starting to client & component | xmppjs_xmpp.js | train |
e4238aa8fd682bdd84f4bdd6e9c9ddadd7d4b647 | diff --git a/packages/ember-htmlbars/lib/helpers/yield.js b/packages/ember-htmlbars/lib/helpers/yield.js
index <HASH>..<HASH> 100644
--- a/packages/ember-htmlbars/lib/helpers/yield.js
+++ b/packages/ember-htmlbars/lib/helpers/yield.js
@@ -97,7 +97,7 @@ export function yieldHelper(params, hash, options, env) {
if (... | Don't get _parentView | emberjs_ember.js | train |
ae06dc60a335fdfce456bb61e393c5968eafdf72 | diff --git a/src/core.js b/src/core.js
index <HASH>..<HASH> 100644
--- a/src/core.js
+++ b/src/core.js
@@ -16,7 +16,6 @@
stack.push({
level: match[1].length,
title: match[2],
- children: []
});
}
dat... | Core: Improve the implementation of parser | NiX-Team_jquery-markview | train |
5db8c4ad48645fa6df1654819842808d114b5db3 | diff --git a/src/android/nl/xservices/plugins/SocialSharing.java b/src/android/nl/xservices/plugins/SocialSharing.java
index <HASH>..<HASH> 100644
--- a/src/android/nl/xservices/plugins/SocialSharing.java
+++ b/src/android/nl/xservices/plugins/SocialSharing.java
@@ -44,6 +44,13 @@ public class SocialSharing extends Cor... | Fix: race condition, when calling to fast from JS | EddyVerbruggen_SocialSharing-PhoneGap-Plugin | train |
1ee4e9719ed058a10dbdaa0c393dcb9f0dc26048 | diff --git a/intervals.py b/intervals.py
index <HASH>..<HASH> 100644
--- a/intervals.py
+++ b/intervals.py
@@ -73,10 +73,10 @@ class AtomicInterval:
def __init__(self, left, lower, upper, right):
if lower > upper:
raise ValueError('Bounds are not ordered correctly: lower bound {} must be smal... | Intervals with infinity are open, not closed | AlexandreDecan_python-intervals | train |
2ee2450341042b3b3ce43e84a6e62949b697bca2 | diff --git a/test/json_hal_renderer_test.rb b/test/json_hal_renderer_test.rb
index <HASH>..<HASH> 100644
--- a/test/json_hal_renderer_test.rb
+++ b/test/json_hal_renderer_test.rb
@@ -1,6 +1,13 @@
require 'test_helper'
Mime::Type.register 'application/json+hal', :hal
+if Roar::Rails.rails4_1?
+ ActionController.add... | manually add hal renderer for <I> test. sorry for that inconvenience but i don't wanna add that to the core until i understand/rewrote the respective core "components". | apotonick_roar-rails | train |
7c83aa6a648885a36307e590a345babfdc7e33a2 | diff --git a/jet/templatetags/jet_tags.py b/jet/templatetags/jet_tags.py
index <HASH>..<HASH> 100644
--- a/jet/templatetags/jet_tags.py
+++ b/jet/templatetags/jet_tags.py
@@ -221,9 +221,16 @@ def jet_sibling_object_url(context, next):
preserved_filters_plain = context.get('preserved_filters', '')
preserved_fi... | Add singlings urls resolving checks | geex-arts_django-jet | train |
e4d1953a7f7d5d63c4068e92f447a42ba53f1922 | diff --git a/modules/gatsby/src/gatsby-node/process-nodes/process-nodes-markdown.js b/modules/gatsby/src/gatsby-node/process-nodes/process-nodes-markdown.js
index <HASH>..<HASH> 100644
--- a/modules/gatsby/src/gatsby-node/process-nodes/process-nodes-markdown.js
+++ b/modules/gatsby/src/gatsby-node/process-nodes/process... | better treatment of readme.md files (#<I>)
* better treatment of readme.md files
* remove debugger | uber-web_ocular | train |
9c1ebb8d64270af9f16ae823635572139a58344c | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,7 @@ setup(
license='Fusionbox',
test_suite='nose.collector',
setup_requires=[
+ 'nose>=1.2.1',
],
tests_require=[
'nose>=1.2.1', | Need nose in setup requirements
- Otherwise, `python setup.py nosetests` will not work out-of-the-box | fusionbox_django-backupdb | train |
086f4c8fc57975a66845507dcfa203aac95960d9 | diff --git a/tests/test_sip_server.py b/tests/test_sip_server.py
index <HASH>..<HASH> 100644
--- a/tests/test_sip_server.py
+++ b/tests/test_sip_server.py
@@ -48,3 +48,67 @@ def test_subscribe(test_server, protocol, loop):
assert received_request.method == 'SUBSCRIBE'
server_app.close()
+
+
+@asyncio.corout... | Add test for response <I> & <I> | Eyepea_aiosip | train |
347073a248ecd844f259c6ef821c5cc27d1b07d1 | diff --git a/networking_cisco/plugins/ml2/drivers/cisco/nexus/mech_cisco_nexus.py b/networking_cisco/plugins/ml2/drivers/cisco/nexus/mech_cisco_nexus.py
index <HASH>..<HASH> 100644
--- a/networking_cisco/plugins/ml2/drivers/cisco/nexus/mech_cisco_nexus.py
+++ b/networking_cisco/plugins/ml2/drivers/cisco/nexus/mech_cisc... | ML2 cisco_nexus MD: Config hangs when replay enabled
When multiple neutron-server processes are created (rpc_workers > 0)
the cisco_nexus monitor_thread was hanging.
Similar issues seen with other MDs. More info:
<URL> | openstack_networking-cisco | train |
77a02cb23fa223801225d59b5fe30f5f4cd8b627 | diff --git a/src/JumpGate/Users/Http/Routes/Registration.php b/src/JumpGate/Users/Http/Routes/Registration.php
index <HASH>..<HASH> 100644
--- a/src/JumpGate/Users/Http/Routes/Registration.php
+++ b/src/JumpGate/Users/Http/Routes/Registration.php
@@ -19,11 +19,8 @@ class Registration extends BaseRoute implements Routes... | Removing registration menu item when its disabled | JumpGateio_Users | train |
43dc4da7e2b449cedcfc76d2ddf36757e3714b80 | diff --git a/core/client/mobile-interactions.js b/core/client/mobile-interactions.js
index <HASH>..<HASH> 100644
--- a/core/client/mobile-interactions.js
+++ b/core/client/mobile-interactions.js
@@ -7,54 +7,56 @@
FastClick.attach(document.body);
+ // ### general wrapper to handle conditional screen size act... | abstract mobile interactions js
DRY up repeated code and simplify logic. | TryGhost_Ghost | train |
5f5527c726841cdefb82965a645d554767c5a6a9 | diff --git a/activerecord/lib/active_record/relation/finder_methods.rb b/activerecord/lib/active_record/relation/finder_methods.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/relation/finder_methods.rb
+++ b/activerecord/lib/active_record/relation/finder_methods.rb
@@ -134,7 +134,11 @@ module Activ... | Use LIMIT sql word in last when it's possible | rails_rails | train |
5586c15241a0517ed70f50e44f1225d5e0847870 | diff --git a/src/Blob/BlobRestProxy.php b/src/Blob/BlobRestProxy.php
index <HASH>..<HASH> 100644
--- a/src/Blob/BlobRestProxy.php
+++ b/src/Blob/BlobRestProxy.php
@@ -1772,8 +1772,13 @@ class BlobRestProxy extends ServiceRestProxy implements IBlob
};
//add number of concurrency if specified int opti... | Fix usage of number of concurrency in chunked uploads | Azure_azure-storage-php | train |
b57d5db12934a1d88a3f9e4fcd7e473bb728e790 | diff --git a/.buildkite/nightly.py b/.buildkite/nightly.py
index <HASH>..<HASH> 100644
--- a/.buildkite/nightly.py
+++ b/.buildkite/nightly.py
@@ -33,7 +33,8 @@ if __name__ == "__main__":
'.buildkite/scripts/pypi.sh',
# Publish
'export PYTHONDONTWRITEBYTECODE=1',
- 'pyt... | Fix nightly build
Test Plan: buildkite
Reviewers: dgibson, alangenfeld
Reviewed By: dgibson
Differential Revision: <URL> | dagster-io_dagster | train |
c3badacbe26a07bea87bbe7e6da943855fb2ff61 | diff --git a/src/Model/Table/CalendarsTable.php b/src/Model/Table/CalendarsTable.php
index <HASH>..<HASH> 100644
--- a/src/Model/Table/CalendarsTable.php
+++ b/src/Model/Table/CalendarsTable.php
@@ -187,12 +187,10 @@ class CalendarsTable extends Table
continue;
}
+ // we don't... | Making sure events removed correctly (task #<I>) | QoboLtd_cakephp-calendar | train |
fcbd2acdde370132e95653ca12bf0696f78421cd | diff --git a/registry/consul_registry.go b/registry/consul_registry.go
index <HASH>..<HASH> 100644
--- a/registry/consul_registry.go
+++ b/registry/consul_registry.go
@@ -16,13 +16,38 @@ type consulRegistry struct {
services map[string]*Service
}
+func encodeEndpoints(en []*Endpoint) []string {
+ var tags []string... | add endpoint data for consul registry | micro_go-micro | train |
99b477776608dbd30282b27753d6ec057d7752f0 | diff --git a/bigchaindb/backend/mongodb/changefeed.py b/bigchaindb/backend/mongodb/changefeed.py
index <HASH>..<HASH> 100644
--- a/bigchaindb/backend/mongodb/changefeed.py
+++ b/bigchaindb/backend/mongodb/changefeed.py
@@ -89,13 +89,14 @@ def run_changefeed(conn, table, last_ts):
try:
# XXX: hack ... | use MongoDBConnection.run() and fix changefeed reconnect | bigchaindb_bigchaindb | train |
d7554d8cc8a7c2d9227b1b76a32867a4673a82b9 | diff --git a/airflow/migrations/versions/1507a7289a2f_create_is_encrypted.py b/airflow/migrations/versions/1507a7289a2f_create_is_encrypted.py
index <HASH>..<HASH> 100644
--- a/airflow/migrations/versions/1507a7289a2f_create_is_encrypted.py
+++ b/airflow/migrations/versions/1507a7289a2f_create_is_encrypted.py
@@ -14,6 ... | Improving is_encrypted migration to only add column if not exists | apache_airflow | train |
c93234926dc0c3cad53dfe782979082f02a63dc3 | diff --git a/core/src/main/java/io/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel.java b/core/src/main/java/io/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/io/undertow/server/protocol/framed/AbstractFramedStreamSourceChann... | Don't notify frame read complete till all pending data has been read | undertow-io_undertow | train |
254c81af1b53758307f426af2319375f5f7966c4 | diff --git a/app/Http/Controllers/Dashboard/SettingsController.php b/app/Http/Controllers/Dashboard/SettingsController.php
index <HASH>..<HASH> 100644
--- a/app/Http/Controllers/Dashboard/SettingsController.php
+++ b/app/Http/Controllers/Dashboard/SettingsController.php
@@ -168,7 +168,9 @@ class SettingsController exte... | Fixed wrong Locale on Settings form submit
Except Setup section, when you submit a form, the Success message doesn't use your current locale but always English (that is the default language). | CachetHQ_Cachet | train |
74713f9680522043f92cebdcf8e0419f0dfb9c45 | diff --git a/pymomo/scripts/momo.py b/pymomo/scripts/momo.py
index <HASH>..<HASH> 100644
--- a/pymomo/scripts/momo.py
+++ b/pymomo/scripts/momo.py
@@ -5,7 +5,6 @@ import shlex
from pymomo.utilities.typedargs.shell import HierarchicalShell, posix_lex
from pymomo.exceptions import *
from pymomo.utilities.typedargs imp... | Fixed momo to have new hwmanager | iotile_coretools | train |
34e73a0508baae415acd2fdfb746aa2ee3233254 | diff --git a/lib/i18n/translation.rb b/lib/i18n/translation.rb
index <HASH>..<HASH> 100755
--- a/lib/i18n/translation.rb
+++ b/lib/i18n/translation.rb
@@ -1,17 +1,25 @@
module I18n
# This module should be mixed into every object that can be translated (where
# the localization results into a string with pluraliz... | moving to dot-separated strings as keys/scopes | ruby-i18n_i18n | train |
c98517accee2081b73fffb1f453eb67a71198bb7 | diff --git a/pyrfc3339/tests/tests.py b/pyrfc3339/tests/tests.py
index <HASH>..<HASH> 100644
--- a/pyrfc3339/tests/tests.py
+++ b/pyrfc3339/tests/tests.py
@@ -53,7 +53,7 @@ class TestCore():
Test generating timestamps with microseconds.
'''
- dt = datetime(2009, 01, 01, 10, 02, 03, 500000, py... | Remove leading zeros from integers (they confuse 2to3). | kurtraschke_pyRFC3339 | train |
d036d99d4f4d86e43ca7dc9c133bf5a011c63a91 | diff --git a/search_queries_boosting.go b/search_queries_boosting.go
index <HASH>..<HASH> 100644
--- a/search_queries_boosting.go
+++ b/search_queries_boosting.go
@@ -10,27 +10,27 @@ package elastic
// http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-boosting-query.html
type BoostingQue... | Removing ability to stack positive or negative query. | olivere_elastic | train |
7793b54479808c371715ac3369f2f0713070add4 | diff --git a/editconfig_gedcom.php b/editconfig_gedcom.php
index <HASH>..<HASH> 100644
--- a/editconfig_gedcom.php
+++ b/editconfig_gedcom.php
@@ -646,6 +646,13 @@ print_header(i18n::translate('GEDCOM configuration'));
<td class="optionbox width60"><input type="text" dir="ltr" name="NEW_HOME_SITE_TEXT" value="<?... | Put back META_TITLE option removed from GEDCOM configuration | fisharebest_webtrees | train |
32c06668183ecdf18164a5983bf1fec765eb9914 | diff --git a/src/Application/Command/InitHandler.php b/src/Application/Command/InitHandler.php
index <HASH>..<HASH> 100644
--- a/src/Application/Command/InitHandler.php
+++ b/src/Application/Command/InitHandler.php
@@ -149,14 +149,14 @@ class InitHandler implements CommandHandlerInterface
'functions' ... | be able to show releases of <I>.x versions | llaville_php-compatinfo-db | train |
864ce5f946e1923900ba6fdb01921987451e7982 | diff --git a/proxy/reverse.go b/proxy/reverse.go
index <HASH>..<HASH> 100644
--- a/proxy/reverse.go
+++ b/proxy/reverse.go
@@ -90,6 +90,7 @@ func (p *reverseProxy) ServeHTTP(rw http.ResponseWriter, clientreq *http.Request
return
}
+ requestCanceled := false
completeCh := make(chan bool, 1)
closeNotifier, ok ... | proxy: handle canceled proxy request gracefully
when a client of the proxy server cancels a request the proxy should not
set the endpoint state to unavailable | etcd-io_etcd | train |
c8057810d8257095159ef7d0a5cf005a797808b0 | diff --git a/voltron/gdbcmd.py b/voltron/gdbcmd.py
index <HASH>..<HASH> 100644
--- a/voltron/gdbcmd.py
+++ b/voltron/gdbcmd.py
@@ -58,7 +58,7 @@ class GDBHelper (DebuggerHelper):
try:
return gdb.selected_frame().architecture().name()
except:
- return re.search('\(currently (.*)... | Correctly extract arch on platforms where architecure().name() fails | snare_voltron | train |
2c4209435af7c5b5426b22d79be5479d77ef82cc | diff --git a/dev/com.ibm.ws.security.fat.common/src/com/ibm/ws/security/fat/common/exceptions/TestActionException.java b/dev/com.ibm.ws.security.fat.common/src/com/ibm/ws/security/fat/common/exceptions/TestActionException.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.ws.security.fat.common/src/com/ibm/ws/security/... | Security FAT infra update for TestActionExceptions
Updates the `TestActionException` class to unwrap a provided `Throwable` to get down to the original cause. The original cause is then included it in the `TestActionException`'s cause string. | OpenLiberty_open-liberty | train |
52b0c3a0ebfe334ccf4cbca3ce3001cca1c088f0 | diff --git a/tests/GeometryTest.php b/tests/GeometryTest.php
index <HASH>..<HASH> 100644
--- a/tests/GeometryTest.php
+++ b/tests/GeometryTest.php
@@ -422,11 +422,9 @@ class GeometryTest extends AbstractTestCase
['LINESTRING (1 2, 3 4)', true],
['LINESTRING (0 0, 0 1, 1 1, 1 0)', true],
... | Removed problematic geometry engine tests on MySQL | brick_geo | train |
7d4a7ffbbcd472d039e981be83c263ab0020a788 | diff --git a/src/Hprose/Async.php b/src/Hprose/Async.php
index <HASH>..<HASH> 100644
--- a/src/Hprose/Async.php
+++ b/src/Hprose/Async.php
@@ -46,12 +46,12 @@ namespace Hprose {
case 'swoole':
if (extension_loaded("swoole")) {
if (php_sapi_name() != "cli") ... | Changed Exception to \Exception | hprose_hprose-php | train |
6332505f77b72e036fc377fa042f68ffd4fccd25 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.2:
+
+* Rename WebsocketEvent to WebSocketEvent to maintain consistent casing with the rest of the library.
+
## 0.1:
* Initial release
diff --git a/src/main/java/org/realityforge/gwt/web... | Rename WebsocketEvent to WebSocketEvent to maintain consistent casing with the rest of the library. | realityforge_gwt-websockets | train |
eb5ccf7d1c14a989f92c2057f9a35f272ecfbe9e | diff --git a/tcex/batch/batch.py b/tcex/batch/batch.py
index <HASH>..<HASH> 100644
--- a/tcex/batch/batch.py
+++ b/tcex/batch/batch.py
@@ -569,7 +569,10 @@ class Batch:
"""
data = []
# process group objects
- for xid in groups.keys():
+ # we are converting groups.keys() to a lis... | Fixing "dictionary changed size during iteration" error | ThreatConnect-Inc_tcex | train |
16c6de6498cb646e0b036c55ae76a3405d9d45a4 | diff --git a/lib/Gitlab/Api/MergeRequests.php b/lib/Gitlab/Api/MergeRequests.php
index <HASH>..<HASH> 100644
--- a/lib/Gitlab/Api/MergeRequests.php
+++ b/lib/Gitlab/Api/MergeRequests.php
@@ -218,4 +218,37 @@ class MergeRequests extends AbstractApi
{
return $this->get($this->getProjectPath($project_id, 'me... | Add approvals, approve & unapprove API's | m4tthumphrey_php-gitlab-api | train |
a65bed8c3831d3d37c0c8cf2548bfe1d4edd0387 | diff --git a/v2client/src/test/java/com/yubico/client/v2/YubicoClientTest.java b/v2client/src/test/java/com/yubico/client/v2/YubicoClientTest.java
index <HASH>..<HASH> 100644
--- a/v2client/src/test/java/com/yubico/client/v2/YubicoClientTest.java
+++ b/v2client/src/test/java/com/yubico/client/v2/YubicoClientTest.java
@... | Remove assertion from test expected to throw exception | Yubico_yubico-java-client | train |
ec0126564352b4e7258164a151b8a4aca1de0154 | diff --git a/pkg/kubelet/dockertools/manager.go b/pkg/kubelet/dockertools/manager.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/dockertools/manager.go
+++ b/pkg/kubelet/dockertools/manager.go
@@ -17,7 +17,6 @@ limitations under the License.
package dockertools
import (
- "bufio"
"bytes"
"errors"
"fmt"
@@ -... | Fix docker exec logic. Without this patch, kubelet was not receiving any output from docker exec
and was incorrectly handling the output. | kubernetes_kubernetes | train |
dcb1b53535459af0f53914446a8afaff5321a364 | diff --git a/tests/thrift/thrift_test.py b/tests/thrift/thrift_test.py
index <HASH>..<HASH> 100644
--- a/tests/thrift/thrift_test.py
+++ b/tests/thrift/thrift_test.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
import mock
import pytest
import socket
@@ -146,10 +147,14 @@ def test_annotation_list_builder(ann_mock):
... | Add thrift test for unicode binary annotation | Yelp_py_zipkin | train |
f6d2ef1370b1de9edcc92b4f4a33201bfaadb945 | diff --git a/src/components/link.js b/src/components/link.js
index <HASH>..<HASH> 100644
--- a/src/components/link.js
+++ b/src/components/link.js
@@ -4,6 +4,7 @@ import type { Href, Location } from '../types';
import React, { Component } from 'react';
import { connect } from 'react-redux';
import PropTypes from 'pr... | Merge old and new queries on persistQuery | FormidableLabs_redux-little-router | train |
1c0142d491ef67040d15c67c80e0866b2d899143 | diff --git a/src/Functional/Curry.php b/src/Functional/Curry.php
index <HASH>..<HASH> 100644
--- a/src/Functional/Curry.php
+++ b/src/Functional/Curry.php
@@ -53,6 +53,14 @@ class CurriedFunction
$this->arguments = $arguments;
}
+ public function getCallback()
+ {
+ if ($this->callback inst... | Tests for recursive currying | lstrojny_functional-php | train |
a56388e16725bbc14478712d16dcb024c588b268 | diff --git a/primus.js b/primus.js
index <HASH>..<HASH> 100644
--- a/primus.js
+++ b/primus.js
@@ -137,14 +137,16 @@ function Primus(url, options) {
options = options || {};
var primus = this;
- this.buffer = []; // Stores premature send data.
- this.writable = true; ... | [major] Added connection timeout | primus_primus | train |
9c865a5f0598f089abd1c7c282209e7465e2d3bf | diff --git a/expression/aggregation/aggregation.go b/expression/aggregation/aggregation.go
index <HASH>..<HASH> 100644
--- a/expression/aggregation/aggregation.go
+++ b/expression/aggregation/aggregation.go
@@ -15,15 +15,10 @@ package aggregation
import (
"bytes"
- "fmt"
"github.com/pingcap/errors"
"github.c... | expression/aggregation: remove unused function in `aggregation.Aggregation` (#<I>) | pingcap_tidb | train |
921457de8155ef15b0905a59e8a606bfe7e3b4fb | diff --git a/src/Console/Command/StartJsonRpcServerCommand.php b/src/Console/Command/StartJsonRpcServerCommand.php
index <HASH>..<HASH> 100644
--- a/src/Console/Command/StartJsonRpcServerCommand.php
+++ b/src/Console/Command/StartJsonRpcServerCommand.php
@@ -45,7 +45,7 @@ class StartJsonRpcServerCommand extends Abstrac... | Changed command switch back to c from n, looks like this was switched back during a merge after the issue #<I> was fixed. | prolic_HumusAmqp | train |
d541501870d04c9fe788b3e980d875a6d70c0030 | diff --git a/salt/modules/win_file.py b/salt/modules/win_file.py
index <HASH>..<HASH> 100644
--- a/salt/modules/win_file.py
+++ b/salt/modules/win_file.py
@@ -296,7 +296,7 @@ def chgrp(path, group):
return None
-def stats(path, hash_type='md5', follow_symlink=False):
+def stats(path, hash_type='md5', follow_sy... | Addresses the issue: Unable to manage file: stats() got an unexpected keyword argument 'follow_symlinks’ | saltstack_salt | train |
b19b294845d08fb0f8bb9034437dd3e718fd63ab | diff --git a/src/ServiceContainer/WordpressBehatExtension.php b/src/ServiceContainer/WordpressBehatExtension.php
index <HASH>..<HASH> 100644
--- a/src/ServiceContainer/WordpressBehatExtension.php
+++ b/src/ServiceContainer/WordpressBehatExtension.php
@@ -42,7 +42,7 @@ class WordpressBehatExtension implements ExtensionI... | site_url is assumed to have a protocol | paulgibbs_behat-wordpress-extension | train |
3948742eab757bc3ef63789287e3eaaee3ff41d5 | diff --git a/mdp.py b/mdp.py
index <HASH>..<HASH> 100644
--- a/mdp.py
+++ b/mdp.py
@@ -428,6 +428,7 @@ def getSpan(W):
"""
return (W.max() - W.min())
+
class MDP(object):
"""A Markov Decision Problem.""" | Separate top-level function and class definitions with two blank lines | sawcordwell_pymdptoolbox | train |
afda6b49408bad8f7a7a5faa9eeda016c8763400 | diff --git a/pkg/repo/index.go b/pkg/repo/index.go
index <HASH>..<HASH> 100644
--- a/pkg/repo/index.go
+++ b/pkg/repo/index.go
@@ -169,6 +169,15 @@ func (i IndexFile) Get(name, version string) (*ChartVersion, error) {
}
}
+ // when customer input exact version, check whether have exact match one first
+ if len(v... | Porting fix from commit f<I>db<I>cf6d<I>dcd<I>ac<I>a<I>fb<I>
This port fixes the bug #<I> for helm3
which was fixed in helm2 with the pull request <I>
<URL> | helm_helm | train |
5ddc49b22ca8c3563271f95e1d294c8404b2b072 | diff --git a/src/js/string.js b/src/js/string.js
index <HASH>..<HASH> 100644
--- a/src/js/string.js
+++ b/src/js/string.js
@@ -6,7 +6,7 @@
* @interface
* @augments ch.Watcher
* @memberOf ch
- * @param {Configuration Object} conf Object with configuration properties
+ * @param {String} msg Validation message
* @... | Corrected a param to String validator contructor. | mercadolibre_chico | train |
570d0e85c5dd75dd2b7d3b463c0578e98ce13da8 | diff --git a/nodeconductor/structure/serializers.py b/nodeconductor/structure/serializers.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/structure/serializers.py
+++ b/nodeconductor/structure/serializers.py
@@ -1114,11 +1114,10 @@ class BaseServiceSerializer(six.with_metaclass(ServiceSerializerMetaclass,
r... | Remove redundant condition [WAL-<I>] | opennode_waldur-core | train |
4f362ee6dc952fa547ac1e18ce51a2f127009d38 | diff --git a/lib/mongomapper/embedded_document.rb b/lib/mongomapper/embedded_document.rb
index <HASH>..<HASH> 100644
--- a/lib/mongomapper/embedded_document.rb
+++ b/lib/mongomapper/embedded_document.rb
@@ -55,6 +55,10 @@ module MongoMapper
if key.options[:required]
validates_presence_of(attribute)
... | added :unique key shortcut to add validates_uniqueness_of automatically. Fixes #<I>. | mongomapper_mongomapper | train |
8ac551be35d5cd3fdef60d1cf348a5a749b671ab | diff --git a/croppie.js b/croppie.js
index <HASH>..<HASH> 100755
--- a/croppie.js
+++ b/croppie.js
@@ -807,16 +807,15 @@
canvas.width = outWidth;
canvas.height = outHeight;
+ ctx.drawImage(img, left, top, width, height, 0, 0, outWidth, outHeight);
if (circle) {
- ctx.... | antialiasing issue fixes #<I> | Foliotek_Croppie | train |
3a874a24aed6ee93fbccf97efe0ecc999bafe87d | diff --git a/lib/mixlib/archive.rb b/lib/mixlib/archive.rb
index <HASH>..<HASH> 100644
--- a/lib/mixlib/archive.rb
+++ b/lib/mixlib/archive.rb
@@ -26,6 +26,8 @@ module Mixlib
end
def extract(destination, perms: true, ignore: [])
+ ignore = [/^\.$/, /\.{2}/] + ignore
+
create_and_empty(destinatio... | Ignore directory traversing file_names in an tar
It's possible to construct tar archives with entries that contain path
names that traverse outside the target directory. We will now just
ignore those entries | chef_mixlib-archive | train |
18ce3337e67d83c01e683d0fbf6fcd98706b1808 | diff --git a/PySimpleGUIWeb/PySimpleGUIWeb.py b/PySimpleGUIWeb/PySimpleGUIWeb.py
index <HASH>..<HASH> 100644
--- a/PySimpleGUIWeb/PySimpleGUIWeb.py
+++ b/PySimpleGUIWeb/PySimpleGUIWeb.py
@@ -1443,39 +1443,39 @@ class Image(Element):
-class SuperImage(remi.gui.Image):
- def __init__(self, file_path_name=None, *... | Fix for flickering image in OpenCV demos!!!! | PySimpleGUI_PySimpleGUI | train |
b3649d2d8c66b4d7f13633b5c55cd653876dbf94 | diff --git a/lib/mongodb/collection.js b/lib/mongodb/collection.js
index <HASH>..<HASH> 100644
--- a/lib/mongodb/collection.js
+++ b/lib/mongodb/collection.js
@@ -1210,7 +1210,7 @@ Collection.prototype.mapReduce = function mapReduce (map, reduce, options, callb
var readPreference = _getReadConcern(this, options);
... | Fixed use of inline in collection mapreduce to be object as per docs | mongodb_node-mongodb-native | train |
061dcc6122cfa8a26fa6d5ae1bdb2fd15fd2cf25 | diff --git a/scripts/syncDeps.js b/scripts/syncDeps.js
index <HASH>..<HASH> 100644
--- a/scripts/syncDeps.js
+++ b/scripts/syncDeps.js
@@ -9,6 +9,7 @@ const semver = require('semver')
const globby = require('globby')
const { execSync } = require('child_process')
const inquirer = require('inquirer')
+const readline =... | workflow: improve sync script
allow individual confirmation for each breaking update | vuejs_vue-cli | train |
87741a186c41df78a007aa1733c169b7c79a590f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -2,7 +2,18 @@ var sources = require("webpack-sources");
var fs = require("fs");
var path = require("path");
-exports.StyleUrlResolvePlugin = require('./resource-resolver-plugins/StyleUrlResolvePlugin');
+var projectDir = p... | fix: add typescript@~<I> to ng projects (#<I>)
Required for the StyleUrlResolvePlugin | NativeScript_nativescript-dev-webpack | train |
5289a270d5d09a729524f16891c9aed0681027d5 | diff --git a/ignite-base/Tests/Components/FullButtonTest.js b/ignite-base/Tests/Components/FullButtonTest.js
index <HASH>..<HASH> 100644
--- a/ignite-base/Tests/Components/FullButtonTest.js
+++ b/ignite-base/Tests/Components/FullButtonTest.js
@@ -26,9 +26,3 @@ test('onPress', t => {
wrapper.simulate('press')
t.is... | Rm faulty test for FullButton | infinitered_ignite | train |
da2c5c67033dacb95430587358b3c3746fe99fd6 | diff --git a/pythonwhat/checks/check_wrappers.py b/pythonwhat/checks/check_wrappers.py
index <HASH>..<HASH> 100644
--- a/pythonwhat/checks/check_wrappers.py
+++ b/pythonwhat/checks/check_wrappers.py
@@ -4,6 +4,7 @@ from pythonwhat.checks import check_object, check_logic, check_funcs, has_funcs
from pythonwhat.checks.c... | Fix signature of partial_with_offset functions | datacamp_pythonwhat | train |
ef77af3852460477ed1127e6b2a041184a9f0ee9 | diff --git a/backup/moodle2/backup_stepslib.php b/backup/moodle2/backup_stepslib.php
index <HASH>..<HASH> 100644
--- a/backup/moodle2/backup_stepslib.php
+++ b/backup/moodle2/backup_stepslib.php
@@ -1114,14 +1114,12 @@ class backup_users_structure_step extends backup_structure_step {
$user->set_source_sql('SEL... | MDL-<I> backup - avoid missing deleted users on backup | moodle_moodle | train |
7df0f2fb296c6e17f2fd5074ec1f1cd80b494474 | diff --git a/publish/index.js b/publish/index.js
index <HASH>..<HASH> 100644
--- a/publish/index.js
+++ b/publish/index.js
@@ -1,3 +1,5 @@
+require('../lib/shims');
+
var Vue = require('vue');
var clone = require('clone');
var bulk = require('bulk-require'); | add shims to publish as well | mozilla_webmaker-android | train |
84debb3aab428116334fddc00491f651b07739fb | diff --git a/animation/__init__.py b/animation/__init__.py
index <HASH>..<HASH> 100644
--- a/animation/__init__.py
+++ b/animation/__init__.py
@@ -2,7 +2,7 @@
__author__ = 'Blake Printy'
__email__ = 'bprinty@gmail.com'
-__version__ = '0.0.5'
+__version__ = '0.0.6'
-from .decorators import wait, simple_wait, Wai... | Incremented patch version for bug fix | bprinty_animation | train |
96610794a88c0f9d0d737b1084999dace6f22400 | diff --git a/src/remotestorage.js b/src/remotestorage.js
index <HASH>..<HASH> 100644
--- a/src/remotestorage.js
+++ b/src/remotestorage.js
@@ -102,6 +102,7 @@
return;
}
this._emit('connecting');
+ this.remote.configure(userAddress);
RemoteStorage.Discover(userAddress,function(href, st... | configure WireClient's "userAddress" property before discovery, so it's set correctly to be displayed in the widget (refs #<I>) | remotestorage_remotestorage.js | train |
c5cc9033366b5889e4fdf9f7ea6ff8415c613351 | diff --git a/packages/cozy-konnector-libs/src/libs/linkBankOperations.js b/packages/cozy-konnector-libs/src/libs/linkBankOperations.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-konnector-libs/src/libs/linkBankOperations.js
+++ b/packages/cozy-konnector-libs/src/libs/linkBankOperations.js
@@ -16,7 +16,7 @@ const g... | fix: regressions after upgrade of date-fns to version 2 | konnectors_libs | train |
7b881f12e398fc6bcfdf39a0a3fafde8b48bac7e | diff --git a/packages/react-dev-utils/printHostingInstructions.js b/packages/react-dev-utils/printHostingInstructions.js
index <HASH>..<HASH> 100644
--- a/packages/react-dev-utils/printHostingInstructions.js
+++ b/packages/react-dev-utils/printHostingInstructions.js
@@ -26,11 +26,9 @@ function printHostingInstructions(... | move the link for deployment to the bottom (#<I>) | facebook_create-react-app | train |
4b6fb7ce487281c6ae638bbf72fcea92a1df7e1c | diff --git a/src/main/java/com/couchbase/lite/replicator/ReplicationInternal.java b/src/main/java/com/couchbase/lite/replicator/ReplicationInternal.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/couchbase/lite/replicator/ReplicationInternal.java
+++ b/src/main/java/com/couchbase/lite/replicator/ReplicationInt... | When Replicator enters STOPPED state, network reachability should be stopped. | couchbase_couchbase-lite-java-core | train |
7888b0a4c3e633ece847cbfdfda26ad2fa50a157 | diff --git a/safe/engine/test_engine.py b/safe/engine/test_engine.py
index <HASH>..<HASH> 100644
--- a/safe/engine/test_engine.py
+++ b/safe/engine/test_engine.py
@@ -1879,7 +1879,7 @@ class Test_Engine(unittest.TestCase):
assert not is_inside_polygon(midpoint, test_polygon)
# Possibly gener... | Disabled storing of files as per issue #<I> | inasafe_inasafe | train |
612ba278ebadbbf786da3417f3b825cfd89f05ed | diff --git a/lib/licensee/project.rb b/lib/licensee/project.rb
index <HASH>..<HASH> 100644
--- a/lib/licensee/project.rb
+++ b/lib/licensee/project.rb
@@ -26,26 +26,34 @@ class Licensee
@revision = revision
end
- # Detects the license file, if any
- # Returns a Licensee::LicenseFile instance
+ # ... | break things up a bit for easier testing | licensee_licensee | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.