hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
4947b3da895b151f21cf8008252be567e13c4b22 | diff --git a/openquake/engine/calculators/hazard/event_based/core.py b/openquake/engine/calculators/hazard/event_based/core.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/calculators/hazard/event_based/core.py
+++ b/openquake/engine/calculators/hazard/event_based/core.py
@@ -85,7 +85,7 @@ def compute_ruptures(
... | Fixed an off-by-one error | gem_oq-engine | train |
0d58da635e5443b63271455534d29031ab4b090b | diff --git a/tests/test-json-plugin.php b/tests/test-json-plugin.php
index <HASH>..<HASH> 100644
--- a/tests/test-json-plugin.php
+++ b/tests/test-json-plugin.php
@@ -19,7 +19,7 @@ class WP_Test_JSON_Plugin extends WP_UnitTestCase {
* The plugin should be installed and activated.
*/
function test_plugin_activat... | Fix plugin activated test to use new controller class | WP-API_WP-API | train |
70a7a6e7fd04281809b946bb64fffe1f15f1201c | diff --git a/slick.grid.js b/slick.grid.js
index <HASH>..<HASH> 100644
--- a/slick.grid.js
+++ b/slick.grid.js
@@ -8,7 +8,7 @@
* (c) 2009-2010 Michael Leibman (michael.leibman@gmail.com)
* All rights reserved.
*
- * SlickGrid v1.0.0
+ * SlickGrid v1.1.0
*
* TODO:
* - frozen columns
@@ -16,25 +16,26 @@
*
... | Update documentation indentation and spacing + increment version to <I> (secondary header added) | coatue-oss_slickgrid2 | train |
1d774fd39782e585c0f9589276a127fe765deea6 | diff --git a/lib/einhorn/version.rb b/lib/einhorn/version.rb
index <HASH>..<HASH> 100644
--- a/lib/einhorn/version.rb
+++ b/lib/einhorn/version.rb
@@ -1,3 +1,3 @@
module Einhorn
- VERSION = '0.7.11'
+ VERSION = '0.7.12'
end | cut a new release of einhorn | stripe_einhorn | train |
b16f026deb9ba9b7323457b7a40df1cc966d7963 | diff --git a/scenarios/kubernetes_janitor.py b/scenarios/kubernetes_janitor.py
index <HASH>..<HASH> 100755
--- a/scenarios/kubernetes_janitor.py
+++ b/scenarios/kubernetes_janitor.py
@@ -134,8 +134,6 @@ def check_ci_jobs():
# Hard code node-ci project here
clean_project('k8s-jkns-ci-node-e2e')
- # gke in... | strip spaces, also remove an internal project | kubernetes_test-infra | train |
6616e130239a818583f58dd038b7a80f2b4ff4d8 | diff --git a/lib/paper_trail/frameworks/rails/railtie.rb b/lib/paper_trail/frameworks/rails/railtie.rb
index <HASH>..<HASH> 100644
--- a/lib/paper_trail/frameworks/rails/railtie.rb
+++ b/lib/paper_trail/frameworks/rails/railtie.rb
@@ -2,13 +2,15 @@
module PaperTrail
# Represents code to load within Rails framewor... | Document and make explicit certain "boot" order
- Ensure that the "paper_trail" initializer happens before the
end-user's initializers (in their app's config/initializers)
- Document the boot process of dummy_app and how it differs
from a conventional app.
This is a direct continuation of fc6c5f6, which was a collabo... | paper-trail-gem_paper_trail | train |
5fe82e7bbf6821a3d90fab98ad5e302a0976047d | diff --git a/xclim/indices/_agro.py b/xclim/indices/_agro.py
index <HASH>..<HASH> 100644
--- a/xclim/indices/_agro.py
+++ b/xclim/indices/_agro.py
@@ -395,8 +395,8 @@ def biologically_effective_degree_days(
else:
day_length = aggregate_between_dates(
day_lengths(dates=tasmin.time,... | Fix tests and ITS-<I> | Ouranosinc_xclim | train |
63a00ebf4d8532a88d052d486a5750f678c84722 | diff --git a/CHANGES.md b/CHANGES.md
index <HASH>..<HASH> 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,7 @@ Version 2.9.0.1
- Rename `redis.py` module as `client.py` to avoid naming conflicts from the nose plugin.
- Support contextmanager uses of `MockRedisLock`
+ - Support `string` operation: MSET
Vers... | Implement MSET
Issue #<I> | locationlabs_mockredis | train |
d08588230a82b7d1b6cc1164e950b819b40b9cd2 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ if __name__ == '__main__':
setup(
name='exactonline',
version='0.2.0',
- packages=['exactonline', 'exactonline.api'],
+ packages=['exactonline', 'exactonline.api', 'exactonli... | Add the missing 'exactonline.elements' to the dist package.
Reported by @hcwsegers. Closes #4. | ossobv_exactonline | train |
4c55b91b2b783bcf557614d2c8a0f4ba8d96a842 | diff --git a/superfly-wicket/src/main/java/com/payneteasy/superfly/wicket/PageInterceptingRequestMapper.java b/superfly-wicket/src/main/java/com/payneteasy/superfly/wicket/PageInterceptingRequestMapper.java
index <HASH>..<HASH> 100644
--- a/superfly-wicket/src/main/java/com/payneteasy/superfly/wicket/PageInterceptingRe... | Fixed a bug in PageInterceptingRequestMapperLogic: properly determining that we are on interceptor page
git-svn-id: <URL> | payneteasy_superfly | train |
f0d36493e69ac29ba0b201cae1dadfe6e7f8f44d | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -8,6 +8,7 @@ MAINTAINER_EMAIL = 'steven.silvester@ieee.org'
URL = 'http://github.com/blink1073/oct2py'
LICENSE = 'MIT'
REQUIRES = ["numpy (>= 1.7.1)", "scipy (>= 0.12)", "octave_kernel (>= 0.19)"]
+INSTALL_REQUIRES = ["o... | Add octave_kernel to install_requires | blink1073_oct2py | train |
d17b2c1a462273606438f3a42b16747d75e8d7f1 | diff --git a/src/Illuminate/Container/Container.php b/src/Illuminate/Container/Container.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Container/Container.php
+++ b/src/Illuminate/Container/Container.php
@@ -81,6 +81,17 @@ class Container implements ArrayAccess {
}
/**
+ * Determine if the given abstract ... | Fix logic around marking services resolved or not
If you app->extend an object after it's been bound but before it's
been resolved, it will be initialized right away. The solution is
to just check if an object has actually been resolved rather than
if it's bound.
A related issue that can also be solved as a part of t... | laravel_framework | train |
0ccbc450e8bd22200ee598726fe5cc7c2a5af2b1 | diff --git a/lib/Webforge/Common/DeprecatedException.php b/lib/Webforge/Common/DeprecatedException.php
index <HASH>..<HASH> 100644
--- a/lib/Webforge/Common/DeprecatedException.php
+++ b/lib/Webforge/Common/DeprecatedException.php
@@ -4,11 +4,11 @@ namespace Webforge\Common;
class DeprecatedException extends Excepti... | change signature for deprecation for ability to use __FUNCTION__ | webforge-labs_webforge-common | train |
0bed6e537a7649f4025945b3285cbe1527b674d1 | diff --git a/selfupdate/selfupdate.go b/selfupdate/selfupdate.go
index <HASH>..<HASH> 100644
--- a/selfupdate/selfupdate.go
+++ b/selfupdate/selfupdate.go
@@ -87,7 +87,7 @@ func (u *Updater) BackgroundRun() {
//}
// TODO(bgentry): logger isn't on Windows. Replace w/ proper error report... | Removed log.Fatal as we dont want to stop the application if the update fails | sqs_go-selfupdate | train |
3212d2adc8882476f914800214542c1dd0b9a2fc | diff --git a/blocks_vertical/default_toolbox.js b/blocks_vertical/default_toolbox.js
index <HASH>..<HASH> 100644
--- a/blocks_vertical/default_toolbox.js
+++ b/blocks_vertical/default_toolbox.js
@@ -646,6 +646,7 @@ Blockly.Blocks.defaultToolbox = '<xml id="toolbox-categories" style="display: no
'<block type="exten... | Add another extension reporter block for test rendering | LLK_scratch-blocks | train |
b1fd8a2cfb4cb7a63cdd09e20066ff96b9a5cae4 | diff --git a/ext_emconf.php b/ext_emconf.php
index <HASH>..<HASH> 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -1,5 +1,5 @@
<?php
-$EM_CONF['replacecontent'] = [
+$EM_CONF[$_EXTKEY] = [
'title' => 'Replace Content',
'description' => 'Search and replace strings after page generation using regular expre... | Update ext_emconf.php
Replace extension name with $_EXTKEY | MaxServ_t3ext-replacecontent | train |
ab8ce62a8e702fafdb9a1a9a72321a3c6de8b3ee | diff --git a/BaragonData/src/main/java/com/hubspot/baragon/data/BaragonStateDatastore.java b/BaragonData/src/main/java/com/hubspot/baragon/data/BaragonStateDatastore.java
index <HASH>..<HASH> 100644
--- a/BaragonData/src/main/java/com/hubspot/baragon/data/BaragonStateDatastore.java
+++ b/BaragonData/src/main/java/com/h... | make sure a duplicate upstream with no rack is not deleted | HubSpot_Baragon | train |
cc2642b220958894c5a384530f32f622f76cd097 | diff --git a/actionpack/lib/abstract_controller/rendering.rb b/actionpack/lib/abstract_controller/rendering.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/abstract_controller/rendering.rb
+++ b/actionpack/lib/abstract_controller/rendering.rb
@@ -160,11 +160,20 @@ module AbstractController
name = (options[:_... | Added :format and :locale options to render. | rails_rails | train |
c36de65ec59cb25ac19b435ed00d1a77261ac500 | diff --git a/js/trackView.js b/js/trackView.js
index <HASH>..<HASH> 100755
--- a/js/trackView.js
+++ b/js/trackView.js
@@ -293,6 +293,8 @@ var igv = (function (igv) {
*/
igv.TrackView.prototype.setContentHeight = function (newHeight) {
+ if (this.track.minHeight) newHeight = Math.max(this.track.minH... | Constain content height to be >= viewport height | igvteam_igv.js | train |
2ff3f66dafcf7e742e6b60a30fc4573a6f6b1edd | diff --git a/src/sap.ui.fl/src/sap/ui/fl/LrepConnector.js b/src/sap.ui.fl/src/sap/ui/fl/LrepConnector.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.fl/src/sap/ui/fl/LrepConnector.js
+++ b/src/sap.ui.fl/src/sap/ui/fl/LrepConnector.js
@@ -339,7 +339,7 @@ sap.ui.define([
* - appDescriptor th... | [INTERNAL][FIX] Correct cache entry format for component which has no
change yet.
Flex cache entry for a component which does not have any change need to
be in correct format so that first created changes can be added into
cache.
Change-Id: Ib<I>a<I>d<I>fac<I>d<I>bb<I>e<I>e<I>b0dad<I> | SAP_openui5 | train |
3fcfe1bb391a96a09910bd444252526d35604b19 | diff --git a/tests/Commands/CleanStatisticsTest.php b/tests/Commands/CleanStatisticsTest.php
index <HASH>..<HASH> 100644
--- a/tests/Commands/CleanStatisticsTest.php
+++ b/tests/Commands/CleanStatisticsTest.php
@@ -42,4 +42,34 @@ class CleanStatisticsTest extends TestCase
$this->assertCount(0, WebSocketsStat... | Added test for app_id | beyondcode_laravel-websockets | train |
1fbd7538612ec611166a7ec22353867bdfc5ab3e | diff --git a/shovel/__init__.py b/shovel/__init__.py
index <HASH>..<HASH> 100755
--- a/shovel/__init__.py
+++ b/shovel/__init__.py
@@ -253,14 +253,37 @@ class Task(object):
print '=' * 30
print '%s%s' % (self.name, repr(args))
+def help_helper(tasks):
+ # This tries to print the reported tasks in... | Cleaned up the help messaging information. | seomoz_shovel | train |
51a02ae616215d397cd6fa8d20e387ed9f441ec7 | diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py
index <HASH>..<HASH> 100644
--- a/sos/plugins/networking.py
+++ b/sos/plugins/networking.py
@@ -121,47 +121,38 @@ class Networking(Plugin):
# "nmcli" objects.
# NetworkManager >= 0.9.9 (Use long names of objects for nmcli)
- n... | [networking] Simplified the collecting of nmcli output
Simplified the collecting of nmcli output and used same
name for nmcli's objects when possible. | sosreport_sos | train |
509618259f9619c5ce77a384edf67c1c236bd7ed | diff --git a/src/main/java/mesosphere/marathon/client/utils/MarathonException.java b/src/main/java/mesosphere/marathon/client/utils/MarathonException.java
index <HASH>..<HASH> 100644
--- a/src/main/java/mesosphere/marathon/client/utils/MarathonException.java
+++ b/src/main/java/mesosphere/marathon/client/utils/Marathon... | Expose the HTTP status code of the failure.
... so that for example <I> (not found) cannot be processed differently
from <I> (server temporarily unavailable) | mohitsoni_marathon-client | train |
3c6f6c26c3df50db1491f88c4bcd84a5fd5d19d8 | diff --git a/Swat/SwatToolLink.php b/Swat/SwatToolLink.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatToolLink.php
+++ b/Swat/SwatToolLink.php
@@ -53,7 +53,7 @@ class SwatToolLink extends SwatControl
/**
* The stock id of this tool link
*
- * Specifying a stock id initialized this tool link with a set of
+ * ... | - Fixed a couple of typos (one in a docblock and one baddy in ::display()).
- Added a change-order stock id.
svn commit r<I> | silverorange_swat | train |
f795301f9063557d4876e1fd4d4de70e4b7b31eb | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -58,8 +58,7 @@ tests_require = [
'pep8',
'flake8',
'flake8-quotes==0.8.1',
- 'hypothesis~=3.18.5',
- 'hypothesis-regex',
+ 'hypothesis>=5.3.0',
# Removed pylint because its GPL license isn't Apache... | Update Hypothesis (#<I>)
Fixes #<I> | bigchaindb_bigchaindb | train |
7654e56bd7ca1d044fb592947108f0761c252994 | diff --git a/bundlewatch.config.js b/bundlewatch.config.js
index <HASH>..<HASH> 100644
--- a/bundlewatch.config.js
+++ b/bundlewatch.config.js
@@ -6,7 +6,7 @@ const bundlewatchConfig = {
},
{
path: './dist/cloudinary-core-shrinkwrap.min.js',
- maxSize: '31kb'
+ maxSize: '32kb'
},
{
... | Fix transparent video on safari <I> by using fetch instead of XHR (#<I>) | cloudinary_cloudinary_js | train |
6278a86145ff1b152df0fef81296171ee9d462c6 | diff --git a/src/FeedIo/Adapter/Client.php b/src/FeedIo/Adapter/Client.php
index <HASH>..<HASH> 100644
--- a/src/FeedIo/Adapter/Client.php
+++ b/src/FeedIo/Adapter/Client.php
@@ -11,24 +11,11 @@ use Psr\Http\Client\ClientInterface as PsrClientInterface;
class Client implements ClientInterface
{
- public const DE... | Pass PSR-<I> compliant HTTP client to FeedIo facade | alexdebril_feed-io | train |
50bc85219a6a8f9e1654568920d94b172b8f3f8a | diff --git a/tests/mobanfile/test_targets.py b/tests/mobanfile/test_targets.py
index <HASH>..<HASH> 100644
--- a/tests/mobanfile/test_targets.py
+++ b/tests/mobanfile/test_targets.py
@@ -36,6 +36,7 @@ def test_handling_group_target():
def test_extract_group_targets():
test_targets = [
+ {"output": "a.out... | :microscope: more test coverage | moremoban_moban | train |
5e6d2202f7639e09de46f900673acc3f35d66f4d | diff --git a/src/main/java/reactor/netty/resources/PooledConnectionProvider.java b/src/main/java/reactor/netty/resources/PooledConnectionProvider.java
index <HASH>..<HASH> 100644
--- a/src/main/java/reactor/netty/resources/PooledConnectionProvider.java
+++ b/src/main/java/reactor/netty/resources/PooledConnectionProvide... | fix #<I> Add more information in the logs for the connection pool that will be used | reactor_reactor-netty | train |
2e6b3747c9861f5ea7804111f1466e89ff1120e3 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"supertest": "0.15.0",
"thehelp-project": "3.4.1",
"thehelp-test": "3.3.0",
- "winston": "0.8.3"
+ "winston": "0.9.0"
},
"scripts": {
diff --git a/src/server/graceful... | Remove fanciness in Graceful._finalLog
On today’s upgrade to winston, discovered that relying on winston’s callback didn’t always ensure that the final log message had flushed to disk. So now we just do a setTimeout(fn, 0) for the next turn of the event loop. | thehelp_cluster | train |
427183b6a6cd17bb7333e1ac1fb6a58601e9b359 | diff --git a/bosh-director-core/lib/bosh/director/core/templates/job_template_renderer.rb b/bosh-director-core/lib/bosh/director/core/templates/job_template_renderer.rb
index <HASH>..<HASH> 100644
--- a/bosh-director-core/lib/bosh/director/core/templates/job_template_renderer.rb
+++ b/bosh-director-core/lib/bosh/direct... | allow specifying properties on a job in the deployment manifest
Make a deep copy of a variable to avoid weird errors
[#<I>]
<URL> | cloudfoundry_bosh | train |
ea5650252c603d034caa520647e6b86dbda9f939 | diff --git a/lib/httpimagestore/configuration/validate_hmac.rb b/lib/httpimagestore/configuration/validate_hmac.rb
index <HASH>..<HASH> 100644
--- a/lib/httpimagestore/configuration/validate_hmac.rb
+++ b/lib/httpimagestore/configuration/validate_hmac.rb
@@ -1,4 +1,5 @@
require 'httpimagestore/configuration/handler/st... | sleep some random time to make timing attack harder | jpastuszek_httpimagestore | train |
f4e1cb7448dfbee54770aa38fe8b933c7a6b6ac1 | diff --git a/test_pylast.py b/test_pylast.py
index <HASH>..<HASH> 100755
--- a/test_pylast.py
+++ b/test_pylast.py
@@ -344,13 +344,34 @@ class TestPyLast(unittest.TestCase):
self.assertTrue(type(tags[0]) == pylast.TopItem)
+ def test_track_is_hashable(self):
+ # TODO same for some other types
+ ... | Add test case for #<I>. Passes as expected with Python <I>, but need to test in 3 | pylast_pylast | train |
69d0710481a8d5d475a812a956b8493db918404f | diff --git a/lib/chef/provider/zypper_repository.rb b/lib/chef/provider/zypper_repository.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/provider/zypper_repository.rb
+++ b/lib/chef/provider/zypper_repository.rb
@@ -123,7 +123,7 @@ class Chef
# matches 2.0 and 2.2 versions from SLES 12 and 15: https://rubular.c... | Make sure gpg_version is actually a version object | chef_chef | train |
6d61d9cf6996b8e3a684292655d85ae02a3a0120 | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -23,10 +23,10 @@
"php-di/php-di": "~6.0"
},
"require-dev": {
- "phpunit/phpunit": "~8.2",
- "squizlabs/php_codesniffer": "~3.4",
+ "phpunit/phpunit": "~8.4",
+ ... | QA and update dev vendors requirements | TeknooSoftware_east-foundation | train |
82b5b0f57d7606e383f5089e15b055addfaffab3 | diff --git a/build/component-variables-transfer.js b/build/component-variables-transfer.js
index <HASH>..<HASH> 100644
--- a/build/component-variables-transfer.js
+++ b/build/component-variables-transfer.js
@@ -1,6 +1,8 @@
const path = require('path');
const fs = require('fs-extra');
const glob = require('glob');
+c... | chore(variables): update component-variables peerDeps on transfer | rei_rei-cedar | train |
d3c364713eb2f65c1923b1a260664e7e4ae27950 | diff --git a/salt/output/highstate.py b/salt/output/highstate.py
index <HASH>..<HASH> 100644
--- a/salt/output/highstate.py
+++ b/salt/output/highstate.py
@@ -57,10 +57,12 @@ Example output:
------------
Total: 0
'''
-from __future__ import absolute_import
+
# Import python libs
+from __future__ impor... | Include the warnings in the `highstate` outputter | saltstack_salt | train |
bdc90dbfa22aa710808df07aeea57419fdf083e9 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -95,18 +95,12 @@ module.exports = function(grunt) {
standalone: 'Raven' // umd
},
- transform: [versionify]
+ transform: [versionify],
+ ... | Add builds should use dereq (incl plugin builds) | getsentry_sentry-javascript | train |
cea5a0d395770c8c9222ab3771eb16a36929bf40 | diff --git a/output/cloud/data_test.go b/output/cloud/data_test.go
index <HASH>..<HASH> 100644
--- a/output/cloud/data_test.go
+++ b/output/cloud/data_test.go
@@ -320,7 +320,6 @@ func TestQuickSelectAndBounds(t *testing.T) {
assert.Equal(t, dataForSort, dataForSelect)
t.Run(fmt.Sprintf("bounds-tc%d", tcNum)... | Fix a data race in cloud output test | loadimpact_k6 | train |
9791b8a8935adfd5c7e9ad3be6a80cad04390be6 | diff --git a/lib/worker.js b/lib/worker.js
index <HASH>..<HASH> 100644
--- a/lib/worker.js
+++ b/lib/worker.js
@@ -5,12 +5,17 @@ var cluster = require('cluster');
module.exports = function worker(workerFunction, options) {
var logger = require('./logger')(options.verbose, options.logStream);
- process.once('SIG... | unnest signal handlers in worker | jclem_teamster | train |
81c39b45adea6f008681ffa7ecacd2ff2235eb20 | diff --git a/test/e2e/deployment.go b/test/e2e/deployment.go
index <HASH>..<HASH> 100644
--- a/test/e2e/deployment.go
+++ b/test/e2e/deployment.go
@@ -34,13 +34,13 @@ var _ = Describe("Deployment", func() {
It("deployment should create new pods", func() {
testNewDeployment(f)
})
- It("deployment should delete ol... | Label 3 flaky deployment e2e tests with [Flaky] | kubernetes_kubernetes | train |
c40f0ad158497eecd85aee77383b3d053b73417a | diff --git a/public/js/modules/wysiwyg.js b/public/js/modules/wysiwyg.js
index <HASH>..<HASH> 100644
--- a/public/js/modules/wysiwyg.js
+++ b/public/js/modules/wysiwyg.js
@@ -29,6 +29,47 @@ define(function(require) {
{ name: 'source', items : [ 'Source' ] }
]
};
+
+ // For uploaded images, don't specify the wi... | Apply width and height on imgs in CKEditor as tag attributes instead of inline styles
Fixes #<I> | BKWLD_decoy | train |
f36ba98e93466411040d579d8913010f16973eb6 | diff --git a/resolve.js b/resolve.js
index <HASH>..<HASH> 100644
--- a/resolve.js
+++ b/resolve.js
@@ -39,8 +39,9 @@ function resolve(name, options, next) {
});
var shrinkwrap = new Shrinkwrap({
- githulk: options.githulk,
- registry: npm
+ githulk: options.githulk, // Custom GitHulk instance so ... | [fix] Don't include devDependencies | nodejitsu_packages-pagelet | train |
8cd7e7a36fd4a6ef881f0cd88b528f84de4ea75c | diff --git a/tests/tests/kernel/private/rest/abstract_test.php b/tests/tests/kernel/private/rest/abstract_test.php
index <HASH>..<HASH> 100644
--- a/tests/tests/kernel/private/rest/abstract_test.php
+++ b/tests/tests/kernel/private/rest/abstract_test.php
@@ -16,28 +16,25 @@ abstract class ezpRestTestCase extends ezpTes... | Removed traces of old rest extension in REST unit tests | ezsystems_ezpublish-legacy | train |
5ea8c0c5792afe2d5bf2cee312916666b878aa0a | diff --git a/go/teams/ftl.go b/go/teams/ftl.go
index <HASH>..<HASH> 100644
--- a/go/teams/ftl.go
+++ b/go/teams/ftl.go
@@ -109,7 +109,7 @@ func (f *FastTeamChainLoader) Load(m libkb.MetaContext, arg keybase1.FastTeamLoa
}
}
- if m.G().Env.GetFeatureFlags().HasFeature(libkb.FeatureBoxAuditor) {
+ if ShouldRunBoxA... | turn on box auditor team jail checks (#<I>)
* turn on box auditor team jail checks | keybase_client | train |
bbf6d24b84040ab123187a39a8f4864046884eee | diff --git a/packages/canner-container/src/components/Navbar.js b/packages/canner-container/src/components/Navbar.js
index <HASH>..<HASH> 100644
--- a/packages/canner-container/src/components/Navbar.js
+++ b/packages/canner-container/src/components/Navbar.js
@@ -81,7 +81,7 @@ export default class Navbar extends React.C... | style support in navbar and sidebar | Canner_canner | train |
d9c70dc93c27658c97a34e3abdd813e30999270c | diff --git a/server/src/test/java/org/cloudfoundry/identity/uaa/authentication/AuthzAuthenticationFilterTests.java b/server/src/test/java/org/cloudfoundry/identity/uaa/authentication/AuthzAuthenticationFilterTests.java
index <HASH>..<HASH> 100644
--- a/server/src/test/java/org/cloudfoundry/identity/uaa/authentication/A... | Test refactor - AuthzAuthenticationFilterTests
- Use Mockito mocks/inject mocks
[#<I>] | cloudfoundry_uaa | train |
18c24131be5119e9120f61e93577ed539ed82c02 | diff --git a/sortinghat/_version.py b/sortinghat/_version.py
index <HASH>..<HASH> 100644
--- a/sortinghat/_version.py
+++ b/sortinghat/_version.py
@@ -1,2 +1,2 @@
# Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440
-__version__ = "0.6.3"
+__version__ = "0.6.4" | Update version number to <I> | chaoss_grimoirelab-sortinghat | train |
d6667018b27bded33af116f1905b1bd8eea61f56 | diff --git a/tests/TestCase/Model/Filter/CallbackTest.php b/tests/TestCase/Model/Filter/CallbackTest.php
index <HASH>..<HASH> 100644
--- a/tests/TestCase/Model/Filter/CallbackTest.php
+++ b/tests/TestCase/Model/Filter/CallbackTest.php
@@ -6,6 +6,7 @@ use Cake\ORM\Entity;
use Cake\ORM\Table;
use Cake\ORM\TableRegistry... | Make callback process test more specific. | FriendsOfCake_search | train |
49563a8b1676c13207b3c3bd516f1b7a8c343887 | diff --git a/Query/Builder.php b/Query/Builder.php
index <HASH>..<HASH> 100755
--- a/Query/Builder.php
+++ b/Query/Builder.php
@@ -698,7 +698,7 @@ class Builder
);
if (! $value instanceof Expression) {
- $this->addBinding($value, 'where');
+ $this->addBinding(is_array($value) ?... | [6.x] Limit expected bindings (#<I>)
* limit expected bindings
* limit more bindings | illuminate_database | train |
01799871739631dfa47ec5d29fb5185a4ba59908 | diff --git a/pt/render.go b/pt/render.go
index <HASH>..<HASH> 100644
--- a/pt/render.go
+++ b/pt/render.go
@@ -28,7 +28,7 @@ func Render(scene *Scene, camera *Camera, w, h, cameraSamples, hitSamples, depth
ncpu := runtime.NumCPU()
runtime.GOMAXPROCS(ncpu)
scene.Compile()
- image := image.NewNRGBA(image.Rect(0, 0,... | gamma correction; IterativeRender | fogleman_pt | train |
493486c43f95c259687acee5d28f8da553b0338f | diff --git a/course/lib.php b/course/lib.php
index <HASH>..<HASH> 100644
--- a/course/lib.php
+++ b/course/lib.php
@@ -1252,12 +1252,12 @@ function make_editing_buttons($moduleid, $absolute=false, $visible=true, $movese
static $str = '';
if (empty($str)) {
$str->delete = get_string("delete");
+ ... | Removed redundant up/down arrows ... let's see how everyone feels about it | moodle_moodle | train |
866f465cc20bdab854ee8e0157215b291dc6020e | diff --git a/support-actionbarsherlock/src/org/droidparts/activity/TabbedFragmentActivity.java b/support-actionbarsherlock/src/org/droidparts/activity/TabbedFragmentActivity.java
index <HASH>..<HASH> 100644
--- a/support-actionbarsherlock/src/org/droidparts/activity/TabbedFragmentActivity.java
+++ b/support-actionbarsh... | Changed TabbedFragmentActivity API. | droidparts_droidparts | train |
88aa1bc2cfef4517fca9e467c86f70ae356be883 | diff --git a/test/language/snippets.rb b/test/language/snippets.rb
index <HASH>..<HASH> 100755
--- a/test/language/snippets.rb
+++ b/test/language/snippets.rb
@@ -358,7 +358,7 @@ class TestSnippets < Test::Unit::TestCase
}.each { |count, str|
path = "/tmp/singlequote%s" % count
assert... | Fixing tests broken in previous commits | puppetlabs_puppet | train |
a5e85c812d64d387dbdb778a3a704ca9763e6b0c | diff --git a/tests/phpunit/unit/Twig/Handler/WidgetHandlerTest.php b/tests/phpunit/unit/Twig/Handler/WidgetHandlerTest.php
index <HASH>..<HASH> 100644
--- a/tests/phpunit/unit/Twig/Handler/WidgetHandlerTest.php
+++ b/tests/phpunit/unit/Twig/Handler/WidgetHandlerTest.php
@@ -57,7 +57,7 @@ class WidgetHandlerTest extends... | Sneaky ninja typo-fix in tests. | bolt_bolt | train |
ba8d8997b0822f7ea4d8a7e0d25412593cd9da53 | diff --git a/bigtable-client-core/src/main/java/com/google/cloud/bigtable/grpc/BigtableSession.java b/bigtable-client-core/src/main/java/com/google/cloud/bigtable/grpc/BigtableSession.java
index <HASH>..<HASH> 100644
--- a/bigtable-client-core/src/main/java/com/google/cloud/bigtable/grpc/BigtableSession.java
+++ b/bigt... | Fixing the cluster api test. | googleapis_cloud-bigtable-client | train |
258b9a85d65c7cd80dcb604f3923976e8d36759b | diff --git a/clicktests/test.generic.js b/clicktests/test.generic.js
index <HASH>..<HASH> 100644
--- a/clicktests/test.generic.js
+++ b/clicktests/test.generic.js
@@ -13,7 +13,7 @@ var environment;
var testRepoPath;
suite.test('Init', function(done) {
- environment = new Environment(page);
+ environment = new Env... | Force disableDiscardWarning to be false for generic | FredrikNoren_ungit | train |
eb8343625f0afbd967f4c3684dede714abf6c57a | diff --git a/command/generate-root.go b/command/generate-root.go
index <HASH>..<HASH> 100644
--- a/command/generate-root.go
+++ b/command/generate-root.go
@@ -267,7 +267,7 @@ func (c *GenerateRootCommand) dumpStatus(status *api.GenerateRootStatusResponse)
statString := fmt.Sprintf(
"Nonce: %s\n"+
"Started: %v\... | Fix generate-root help and progress output. | hashicorp_vault | train |
018248691eb5490d57d2e1731ea619b12a71a079 | diff --git a/harvestingkit/elsevier_package.py b/harvestingkit/elsevier_package.py
index <HASH>..<HASH> 100644
--- a/harvestingkit/elsevier_package.py
+++ b/harvestingkit/elsevier_package.py
@@ -295,7 +295,7 @@ class ElsevierPackage(object):
def _add_references(self, xml_doc, rec, refextract_callback=None):
... | elsevier-package: propagate links in references to output
* Propagates URLs which were already extracted now also to
the final output. | inspirehep_harvesting-kit | train |
70a50ec4b45e76f73bad802d5aa60fa13cf94516 | diff --git a/core/src/main/java/net/time4j/format/ChronoFormatter.java b/core/src/main/java/net/time4j/format/ChronoFormatter.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/net/time4j/format/ChronoFormatter.java
+++ b/core/src/main/java/net/time4j/format/ChronoFormatter.java
@@ -210,14 +210,17 @@ public fina... | added exta element check in ChronoFormatter
see issue #<I> | MenoData_Time4J | train |
3fd36631550a1e6c57b7ba59a796e9009b69711a | diff --git a/tests/JsonConfigTest.php b/tests/JsonConfigTest.php
index <HASH>..<HASH> 100644
--- a/tests/JsonConfigTest.php
+++ b/tests/JsonConfigTest.php
@@ -178,19 +178,4 @@ class JsonConfigTest extends TestCase
'userdefined3' => 'Berlioz3'],
$config->getVari... | Remove test with xdebug conflict | BerliozFramework_Config | train |
70405f5eab516c9f7b626d803b043415809499a6 | diff --git a/schemes.go b/schemes.go
index <HASH>..<HASH> 100644
--- a/schemes.go
+++ b/schemes.go
@@ -24,6 +24,7 @@ var Schemes = []string{
`barion`,
`beshare`,
`bitcoin`,
+ `bitcoincash`,
`blob`,
`bolo`,
`browserext`,
@@ -47,6 +48,7 @@ var Schemes = []string{
`dav`,
`diaspora`,
`dict`,
+ `did`,
`d... | update tlds and schemes | mvdan_xurls | train |
0f539c2544d6898154c364b512b989960086b548 | diff --git a/fireplace/enums.py b/fireplace/enums.py
index <HASH>..<HASH> 100644
--- a/fireplace/enums.py
+++ b/fireplace/enums.py
@@ -132,6 +132,9 @@ class GameTag(IntEnum):
HOW_TO_EARN = 364
HOW_TO_EARN_GOLDEN = 365
+ HEROPOWER_DAMAGE = 396
+ RECEIVES_DOUBLE_SPELLDAMAGE_BONUS = 404
+
# Renamed
DEATH_RATTLE ... | Add PlayRequirements and GameTags from <I> | jleclanche_fireplace | train |
6f8f84a05782b490bae034fc2b7d767c3a38bcd9 | diff --git a/src/System/StateChecker.php b/src/System/StateChecker.php
index <HASH>..<HASH> 100755
--- a/src/System/StateChecker.php
+++ b/src/System/StateChecker.php
@@ -55,7 +55,7 @@ class StateChecker {
}
/**
- * Check for entity existence if cache
+ * Check for entity existence in the EntityCache
*... | Docblocks in StateChecker class | analogueorm_analogue | train |
545e40b874b3d22759e3c75f60cbd22458ab947f | diff --git a/src/main/java/biweekly/ICalendar.java b/src/main/java/biweekly/ICalendar.java
index <HASH>..<HASH> 100644
--- a/src/main/java/biweekly/ICalendar.java
+++ b/src/main/java/biweekly/ICalendar.java
@@ -6,8 +6,10 @@ import java.io.OutputStream;
import java.io.Writer;
import java.util.ArrayList;
import java.u... | ICalendar.toString() was not including the value of the "version" field. | mangstadt_biweekly | train |
aa0d4db05dd1c62fe9351c969dc9e4ec4c863311 | diff --git a/features/issue147.feature b/features/issue147.feature
index <HASH>..<HASH> 100644
--- a/features/issue147.feature
+++ b/features/issue147.feature
@@ -11,4 +11,4 @@ Feature: Issue 147
And I create a request object
And load the resource
And execute the resource
- Then response should be "1"... | Changed order of annotation merge so as to not overwrite child annotations (issue #<I>) | peej_tonic | train |
1a1d284aa13ac84b3a954c557bce3af1f627baac | diff --git a/classes/PodsMeta.php b/classes/PodsMeta.php
index <HASH>..<HASH> 100644
--- a/classes/PodsMeta.php
+++ b/classes/PodsMeta.php
@@ -448,6 +448,11 @@ class PodsMeta {
if ( !empty( $pod ) )
$pod->save( $data );
+ elseif ( !empty( $id ) ) {
+ foreach ( $data as $field =... | Save meta data even if current object isn't a Pod | pods-framework_pods | train |
1569e296aba00fa97ddbbb19877faf84c71bf348 | diff --git a/swagger_parser/swagger_parser.py b/swagger_parser/swagger_parser.py
index <HASH>..<HASH> 100755
--- a/swagger_parser/swagger_parser.py
+++ b/swagger_parser/swagger_parser.py
@@ -361,8 +361,11 @@ class SwaggerParser(object):
Returns:
An example array.
"""
+ # if items i... | fix issue where array items is a list of types | Trax-air_swagger-parser | train |
621793da857fe00622115f3de0f9ab7b0fd00461 | diff --git a/src/main/java/net/dv8tion/jda/api/entities/GuildChannel.java b/src/main/java/net/dv8tion/jda/api/entities/GuildChannel.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/dv8tion/jda/api/entities/GuildChannel.java
+++ b/src/main/java/net/dv8tion/jda/api/entities/GuildChannel.java
@@ -37,7 +37,7 @@ imp... | Allow all guild channels to be mentioned (#<I>) | DV8FromTheWorld_JDA | train |
8778cd7f98dab8ba96409c3caae9dc107025b821 | diff --git a/packages/mip/src/components/mip-fixed.js b/packages/mip/src/components/mip-fixed.js
index <HASH>..<HASH> 100644
--- a/packages/mip/src/components/mip-fixed.js
+++ b/packages/mip/src/components/mip-fixed.js
@@ -14,11 +14,9 @@ class MipFixed extends CustomElement {
return
}
- // only in iOS ... | fix: move <mip-fixed> to <body> in iOS | mipengine_mip2 | train |
365738ff446009a72fcbbea76dcb0093a89e9b40 | diff --git a/tracking/middleware.py b/tracking/middleware.py
index <HASH>..<HASH> 100644
--- a/tracking/middleware.py
+++ b/tracking/middleware.py
@@ -1,16 +1,23 @@
import re
import logging
-from datetime import datetime
from django.utils import timezone
from tracking.models import Visitor, Pageview
from tracking.... | PEP8 on middleware and a few tweaks for testing | bruth_django-tracking2 | train |
e1459f7a513d0e771a95048fc73437a12436cb5c | diff --git a/lib/mwlib/tests/MW/Setup/Manager/DefaultTest.php b/lib/mwlib/tests/MW/Setup/Manager/DefaultTest.php
index <HASH>..<HASH> 100644
--- a/lib/mwlib/tests/MW/Setup/Manager/DefaultTest.php
+++ b/lib/mwlib/tests/MW/Setup/Manager/DefaultTest.php
@@ -6,7 +6,7 @@
* @copyright Copyright (c) Metaways Infosystems Gmb... | Replaces phpunit output test case by manual check because it's not available on travis-ci | Arcavias_arcavias-core | train |
6be757fab01dc67ee48c2603f3ee0f4cc1cb0512 | diff --git a/src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java b/src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java
+++ b/src/main/java/hudson/plugins/emailext... | Fix JENKINS-<I>
Move to an initializer after extensions have been augmented | jenkinsci_email-ext-plugin | train |
d5bea2e19d9f8885d8d5257a28bf8603fa313a8f | diff --git a/modules/citrus-core/src/main/java/com/consol/citrus/validation/xml/DomXmlMessageValidator.java b/modules/citrus-core/src/main/java/com/consol/citrus/validation/xml/DomXmlMessageValidator.java
index <HASH>..<HASH> 100644
--- a/modules/citrus-core/src/main/java/com/consol/citrus/validation/xml/DomXmlMessageV... | Use StringBuilder and minor cosmetic changes | citrusframework_citrus | train |
725979f0276aa88082696e0b4801d0227cd885bc | diff --git a/GaReport.php b/GaReport.php
index <HASH>..<HASH> 100644
--- a/GaReport.php
+++ b/GaReport.php
@@ -82,11 +82,11 @@ class GaReport extends Module
}
/**
- * Implements hook "template.dashboard"
+ * Implements hook "dashboard.panels"
* @param array $panels
* @param \gplcart\cor... | Rename hook (API changes) | gplcart_ga_report | train |
310c0ebcf910beb0944b214d46ea4c8ae8ec54dc | diff --git a/mindmaps-graql-shell/src/main/java/io/mindmaps/graql/GraqlShell.java b/mindmaps-graql-shell/src/main/java/io/mindmaps/graql/GraqlShell.java
index <HASH>..<HASH> 100644
--- a/mindmaps-graql-shell/src/main/java/io/mindmaps/graql/GraqlShell.java
+++ b/mindmaps-graql-shell/src/main/java/io/mindmaps/graql/Graql... | Handle batch load when engine returns an error response code (#<I>) | graknlabs_grakn | train |
24f48dbaf284ab9acf440c961ccbba234b7247df | diff --git a/lib/foreman_tasks/version.rb b/lib/foreman_tasks/version.rb
index <HASH>..<HASH> 100644
--- a/lib/foreman_tasks/version.rb
+++ b/lib/foreman_tasks/version.rb
@@ -1,3 +1,3 @@
module ForemanTasks
- VERSION = "0.7.0"
+ VERSION = "0.7.1"
end | Update foreman-tasks to <I> | theforeman_foreman-tasks | train |
8535310a022291d209ebd5bf62a8735f71261b4b | diff --git a/lib/athena.js b/lib/athena.js
index <HASH>..<HASH> 100644
--- a/lib/athena.js
+++ b/lib/athena.js
@@ -58,7 +58,7 @@ async.map = function (/* hlog, */ arr, method, resultsHandler)
{
if (finished && Object.keys(waiting).length === 0 && typeof args.resultsHandler === 'function')
{
- args.resultsHand... | Send this context for all result handlers. | bretcope_odyssey | train |
067328a467c54464e3c86006ac177141ba89522c | diff --git a/openquake/commonlib/readinput.py b/openquake/commonlib/readinput.py
index <HASH>..<HASH> 100644
--- a/openquake/commonlib/readinput.py
+++ b/openquake/commonlib/readinput.py
@@ -429,10 +429,10 @@ def get_site_collection(oqparam):
grid_spacing).discretize(grid_spacing)
grid_sit... | More logging [skip CI] | gem_oq-engine | train |
2b0540172c1dce021cac7f324dc4fce8ceb50011 | diff --git a/src/Illuminate/Foundation/helpers.php b/src/Illuminate/Foundation/helpers.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Foundation/helpers.php
+++ b/src/Illuminate/Foundation/helpers.php
@@ -10,6 +10,7 @@ use Illuminate\Contracts\Routing\ResponseFactory;
use Illuminate\Contracts\View\Factory as Vie... | Add a validator() helper as a shorthand for Validate::make()
and use ::class notation. Order new helper alphabetically :) | laravel_framework | train |
1462d2897281d09abb11cb8778c789c909648f34 | diff --git a/note.py b/note.py
index <HASH>..<HASH> 100755
--- a/note.py
+++ b/note.py
@@ -897,7 +897,7 @@ class Runner(object):
def __init__(self):
self.dbName = 'note'
- self.db = mongoDB(self.dbName, self.config['database']['uri'])
+ self.db = mongoDB(self.dbName)
note = Note(self.db)... | remove database uri reference before config is loaded | dwwkelly_note | train |
5e038e41060e28bab484cd24babf7484ff66f29f | diff --git a/api/jobs.go b/api/jobs.go
index <HASH>..<HASH> 100644
--- a/api/jobs.go
+++ b/api/jobs.go
@@ -648,6 +648,16 @@ func (j *Job) Canonicalize() {
}
}
+// LookupTaskGroup finds a task group by name
+func (j *Job) LookupTaskGroup(name string) *TaskGroup {
+ for _, tg := range j.TaskGroups {
+ if *tg.Name =... | Show reschedule policy in addition to when the eval will get rescheduled | hashicorp_nomad | train |
8b03cd8d2e6d00ec2521480efa7a2c0361294fb7 | diff --git a/tests/integration/cloud/providers/digital_ocean.py b/tests/integration/cloud/providers/digital_ocean.py
index <HASH>..<HASH> 100644
--- a/tests/integration/cloud/providers/digital_ocean.py
+++ b/tests/integration/cloud/providers/digital_ocean.py
@@ -12,7 +12,7 @@ from salt.config import cloud_providers_con... | Decorate tests as expensive
Less trouble for the new runtests script | saltstack_salt | train |
eab74abe64b9d0a8a93a522fa849e3a0e0910ffb | diff --git a/src/Kernel.php b/src/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Kernel.php
+++ b/src/Kernel.php
@@ -40,7 +40,7 @@ class Kernel
private $config = [];
/**
- * @param array $modules The name of the modules to load.
+ * @param array $modules The name of the modules to load.
... | Applied fixes from StyleCI (#4) | PHP-DI_Kernel | train |
f56777b489c668549045c8a7a52570070e51dc83 | diff --git a/neo4j-gremlin/src/test/java/com/tinkerpop/gremlin/neo4j/structure/Neo4jGraphTest.java b/neo4j-gremlin/src/test/java/com/tinkerpop/gremlin/neo4j/structure/Neo4jGraphTest.java
index <HASH>..<HASH> 100644
--- a/neo4j-gremlin/src/test/java/com/tinkerpop/gremlin/neo4j/structure/Neo4jGraphTest.java
+++ b/neo4j-g... | the start of Neo4jGraph structure testing with Cypher. | apache_tinkerpop | train |
e1ca976192f9a9e02e55edbde6d291ad995bf8d8 | diff --git a/ModelBundle/DataFixtures/MongoDB/LoadDemoSiteData.php b/ModelBundle/DataFixtures/MongoDB/LoadDemoSiteData.php
index <HASH>..<HASH> 100644
--- a/ModelBundle/DataFixtures/MongoDB/LoadDemoSiteData.php
+++ b/ModelBundle/DataFixtures/MongoDB/LoadDemoSiteData.php
@@ -41,6 +41,7 @@ class LoadDemoSiteData extends ... | add content type choice on site form (#<I>)
* add content type choice on site form
* fix functional tests
* PhpDoc | open-orchestra_open-orchestra-model-bundle | train |
2b986bc5265ab921f149047738999826ac4a7e06 | diff --git a/cli_ui/__init__.py b/cli_ui/__init__.py
index <HASH>..<HASH> 100644
--- a/cli_ui/__init__.py
+++ b/cli_ui/__init__.py
@@ -634,39 +634,36 @@ def main_test_colors() -> None:
def main_demo() -> None:
+ info_section(bold, "python-cli demo")
+ info("This is", red, "red")
+ info("this is", bold, "b... | Rewrite main demo
* Don't monkey patch
* Sleep only when using info_progress()
* Avoid prompting the user
* Better use of sections | TankerHQ_python-cli-ui | train |
02465f8f93b13b5cc52c2f4585ca9afcd2cb6383 | diff --git a/src/nonvisual/filemanager.js b/src/nonvisual/filemanager.js
index <HASH>..<HASH> 100644
--- a/src/nonvisual/filemanager.js
+++ b/src/nonvisual/filemanager.js
@@ -264,7 +264,7 @@ var FileManager = Base.$extend({
}
}
- if (match) {
+ if (match || this.acceptedMimes.lengt... | Allows to set no mime/ext filter on FileManager | wanadev_PhotonUI | train |
911779b9bd3de24efffd64af4c60a0e68e579ded | diff --git a/src/ui_components/jf_tree/jf_tree_api.js b/src/ui_components/jf_tree/jf_tree_api.js
index <HASH>..<HASH> 100644
--- a/src/ui_components/jf_tree/jf_tree_api.js
+++ b/src/ui_components/jf_tree/jf_tree_api.js
@@ -8,7 +8,7 @@ export function JFTreeApi($q, $timeout, AdvancedStringMatch) {
this.$fla... | jf-tree: Api improvements | jfrog_jfrog-ui-essentials | train |
389d7c1214b03e9b2fa9f797d48627b6350522ec | diff --git a/channels/pkg/channels/apply.go b/channels/pkg/channels/apply.go
index <HASH>..<HASH> 100644
--- a/channels/pkg/channels/apply.go
+++ b/channels/pkg/channels/apply.go
@@ -20,6 +20,7 @@ import (
"context"
"fmt"
+ "go.uber.org/multierr"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/... | Set UserAgent to kops on the REST config | kubernetes_kops | train |
0cc11dfb7ff669a3a76867c6f1e66d4441ea259f | diff --git a/spec/models/analysis_case_spec.rb b/spec/models/analysis_case_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/models/analysis_case_spec.rb
+++ b/spec/models/analysis_case_spec.rb
@@ -4,10 +4,6 @@ require 'spec_helper'
describe "Analysis Case" do
- puts "Analysis Case Benchmark"
- puts Benchmark.measu... | Removed Benchmarking of model fabrications | dtf-gems_dtf | train |
f858398cda2b2d0bd55d1202b9b8275a4c7e4560 | diff --git a/gulpfile.babel.js b/gulpfile.babel.js
index <HASH>..<HASH> 100644
--- a/gulpfile.babel.js
+++ b/gulpfile.babel.js
@@ -3,7 +3,6 @@ import gulp from 'gulp';
import sourcemaps from 'gulp-sourcemaps';
import babel from 'gulp-babel';
import changed from 'gulp-changed';
-import replace from 'gulp-replace';
... | gulpfile: refactor for "npm publish" | SerkanSipahi_app-decorators | train |
9f4ae715414499e5193923e4cda07174c395087e | diff --git a/src/Http/Request.php b/src/Http/Request.php
index <HASH>..<HASH> 100644
--- a/src/Http/Request.php
+++ b/src/Http/Request.php
@@ -111,7 +111,7 @@ class Request
$requestHeaders,
['Content-Type' => 'application/x-www-form-urlencoded']
),
- \http_build... | Use correct separation character for POST body
The second parameter is numeric prefix. The third is separator, it comes from php.ini but typically it's & so this still works fine. But it's better to be explicit. | fkooman_php-oauth2-client | train |
26fd472af472dabe5105005fbebc1ce7029502f4 | diff --git a/datastore/setup.py b/datastore/setup.py
index <HASH>..<HASH> 100644
--- a/datastore/setup.py
+++ b/datastore/setup.py
@@ -30,7 +30,7 @@ version = '1.7.1'
release_status = 'Development Status :: 5 - Production/Stable'
dependencies = [
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',
- 'google-cloud-c... | Update version of google-cloud-core (#<I>) | googleapis_google-cloud-python | train |
15ca3e460496c35e032713b2d5e63ef975160466 | diff --git a/views/js/controller/creator/encoders/dom2qti.js b/views/js/controller/creator/encoders/dom2qti.js
index <HASH>..<HASH> 100644
--- a/views/js/controller/creator/encoders/dom2qti.js
+++ b/views/js/controller/creator/encoders/dom2qti.js
@@ -42,7 +42,7 @@ define([
* Some Nodes have attributes that needs ... | renamed typedNodes => typedAttributes | oat-sa_extension-tao-testqti | train |
8a8a720d069037a10053354b2760e8c936d34b3f | diff --git a/ChernoffFaces.js b/ChernoffFaces.js
index <HASH>..<HASH> 100644
--- a/ChernoffFaces.js
+++ b/ChernoffFaces.js
@@ -145,16 +145,20 @@
ChernoffFaces.prototype.listeners = function () {
var that = this;
-
node.on(that.change, function(msg) {
- var fv = new FaceVector(that.sc.getAllValues());
- ... | HTMLRenderer render Table and List | nodeGame_nodegame-widgets | train |
767a4f6a532e9eb897694777b52e4fbdf5d65394 | diff --git a/contrib/dox/doc_builder.js b/contrib/dox/doc_builder.js
index <HASH>..<HASH> 100644
--- a/contrib/dox/doc_builder.js
+++ b/contrib/dox/doc_builder.js
@@ -277,7 +277,9 @@
var newMethods = getParentMethods(module);
// If we have a parent, add those methods in
- if (module.i... | Change documentation generator to sort modules alphabetically
Also, don't put inherited docs for StormService. | splunk_splunk-sdk-javascript | train |
c05c64d8cfab1c679157f49abbc5ba11f5891534 | diff --git a/src/transforms.js b/src/transforms.js
index <HASH>..<HASH> 100644
--- a/src/transforms.js
+++ b/src/transforms.js
@@ -46,10 +46,10 @@ const sort = ({
const Sort = () => {
const columns = getSortingColumns();
const index = columns.map(c => c.property).indexOf(property);
- let headerClass = '... | transforms - Attach `sort` class to sort for easier styling | reactabular_reactabular | train |
91db94b278b12a6de7afe69805d3678bb670fd46 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -265,15 +265,8 @@ def cython_extensions_and_necessity():
for name in CYTHON_EXTENSION_MODULE_NAMES]
config = os.environ.get('CONFIG', 'opt')
prefix = 'libs/' + config + '/'
- if "darwin" in sys.platfo... | build grpc libraries now that submake for macOS is removed | grpc_grpc | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.