hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
bacc818d481afdc1c1eb667688a0f9acbbdf7995 | diff --git a/lib/drizzlepac/adriz_versions.py b/lib/drizzlepac/adriz_versions.py
index <HASH>..<HASH> 100644
--- a/lib/drizzlepac/adriz_versions.py
+++ b/lib/drizzlepac/adriz_versions.py
@@ -8,6 +8,6 @@ if svn_version:
else:
sversion = ''
-__version__ = '1.0.3'
+__version__ = '1.0.4'
__full_version__ = __versi... | The logic in createMedian designed to resize the iteration buffer needed to be revised to perform correctly. This change also takes advantage of the changes to stsci.tools.nimageiter in r<I>. These changes were tested on the WFC3/IR mosaic data that demonstrated the problem (again).
git-svn-id: <URL> | spacetelescope_drizzlepac | train |
6ac2317a6684502ecf425c6eca490633f6b981f8 | diff --git a/h2o-algos/src/test/java/hex/deepwater/DeepWaterAbstractIntegrationTest.java b/h2o-algos/src/test/java/hex/deepwater/DeepWaterAbstractIntegrationTest.java
index <HASH>..<HASH> 100755
--- a/h2o-algos/src/test/java/hex/deepwater/DeepWaterAbstractIntegrationTest.java
+++ b/h2o-algos/src/test/java/hex/deepwater... | larger minibatch, more epochs to converge imageURLs | h2oai_h2o-3 | train |
603e943f17c6db8791c5b1e09dc9592ac9393a45 | diff --git a/android/src/main/java/com/polidea/reactnativeble/BleModule.java b/android/src/main/java/com/polidea/reactnativeble/BleModule.java
index <HASH>..<HASH> 100644
--- a/android/src/main/java/com/polidea/reactnativeble/BleModule.java
+++ b/android/src/main/java/com/polidea/reactnativeble/BleModule.java
@@ -209,7... | Fix BleAdapterState takeUntil condition for enabling/disabling Bluetooth. | Polidea_react-native-ble-plx | train |
6ede12161c4b234ed69a736db7407be259d05318 | diff --git a/packages/site/pages/components/code.js b/packages/site/pages/components/code.js
index <HASH>..<HASH> 100644
--- a/packages/site/pages/components/code.js
+++ b/packages/site/pages/components/code.js
@@ -14,14 +14,16 @@ import {
SectionHeading
} from '../../src/ui/index.js'
-const formatVarName = name ... | fix(site): use latest code color vars in code page | pluralsight_design-system | train |
467f9a9eeeba56c2854da9c568b672d5fd84fdf7 | diff --git a/webexteamssdk/restsession.py b/webexteamssdk/restsession.py
index <HASH>..<HASH> 100644
--- a/webexteamssdk/restsession.py
+++ b/webexteamssdk/restsession.py
@@ -162,7 +162,8 @@ class RestSession(object):
def single_request_timeout(self, value):
"""The timeout (seconds) for a single HTTP REST... | Raise a more descriptive ValueError if single_request_timeout is less than 0 | CiscoDevNet_webexteamssdk | train |
89e28b4e69a45c41286439591b5dd9aa528a71e3 | diff --git a/src/select2-tagbox.js b/src/select2-tagbox.js
index <HASH>..<HASH> 100644
--- a/src/select2-tagbox.js
+++ b/src/select2-tagbox.js
@@ -4,46 +4,54 @@ function init(Survey, $) {
name: "tagbox",
title: "Tag box",
iconName: "icon-tagbox",
- widgetIsLoaded: function() {
+ widgetIsLoaded: fun... | Fixed #<I> - Display mode does not work with tagbox widget | surveyjs_widgets | train |
bad37c6543c47a46576d6e7c50b15d7917a1d5a5 | diff --git a/src/core.js b/src/core.js
index <HASH>..<HASH> 100644
--- a/src/core.js
+++ b/src/core.js
@@ -31,13 +31,14 @@ var
}
},
- baron = function(params) { // this - window or jQuery instance
- var jQueryMode = (this && this[0] && this[0].nodeType),
+ baron = function(params) {
+ ... | Update core.js
BugFix
Expression this && this[0] && this[0].nodeType may lead to SecurityException in following case:
1) we use baron as standalone function, so this === window
2) window contains iframe from another domain (disqus widget will be nice example), so this[0] == window[0] - is disqus window, which is in... | Diokuz_baron | train |
8972a49912b2b7acb099517966f7d1d3d5a55185 | diff --git a/cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/DefaultApplications.java b/cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/DefaultApplications.java
index <HASH>..<HASH> 100644
--- a/cloudfoundry-operations/src/main/java/org/cloudfoundry/operatio... | Handle Optional Internal Field
A previous commit handled the new option for internal domains by filtering out any marked
as internal in some circumstances. This caused a failure when testing against all but the
latest version of CF, as the filter logic caused an NPE if the internal field did not
exist. This change han... | cloudfoundry_cf-java-client | train |
ac5a78b71712877f20833dd86d8792e3bf084abd | diff --git a/ca/django_ca/tests/base.py b/ca/django_ca/tests/base.py
index <HASH>..<HASH> 100644
--- a/ca/django_ca/tests/base.py
+++ b/ca/django_ca/tests/base.py
@@ -50,6 +50,7 @@ from ..extensions import ExtendedKeyUsage
from ..extensions import Extension
from ..extensions import KeyUsage
from ..extensions import ... | parse NameConstraints if present | mathiasertl_django-ca | train |
0dc400954a021ab7f8166c03001a6b20157b3cce | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -257,10 +257,26 @@ To patch an object, just modify the properties and call `$save` passing an array
bike = Bike.$find(1);
bike.brand = 'Trek';
bike.model = 'Slash';
-bike.$save(['brand']);
+bike.dim = { width: 10.0, hei... | refactor(record): improves behaviour in patch operations for nested properties.
Now listing an object containing property will include all sub properties.
Closes #<I> | platanus_angular-restmod | train |
f352a45d72aedefb19d5abc5f2c769f727bc42fd | diff --git a/chrome/src/java/org/openqa/selenium/chrome/ChromeBinary.java b/chrome/src/java/org/openqa/selenium/chrome/ChromeBinary.java
index <HASH>..<HASH> 100644
--- a/chrome/src/java/org/openqa/selenium/chrome/ChromeBinary.java
+++ b/chrome/src/java/org/openqa/selenium/chrome/ChromeBinary.java
@@ -134,7 +134,8 @@ p... | DanielWagnerHall: Support untrusted certificates in Chrome for issue <I>
r<I> | SeleniumHQ_selenium | train |
5567cdd82ca301f7e318509077bde72d4973b780 | diff --git a/lib/heroku/command/config.rb b/lib/heroku/command/config.rb
index <HASH>..<HASH> 100644
--- a/lib/heroku/command/config.rb
+++ b/lib/heroku/command/config.rb
@@ -136,10 +136,11 @@ class Heroku::Command::Config < Heroku::Command::Base
private
def quote_vars!(vars)
vars.keys.each do |key|
- i... | stringify all the config var values, handle booleans.
The Heroku API can return a boolean for a config var, like this:
{"COMMIT_HASH"=>true}
This will cause the client to blow up. This sets the value to true or
false depending on the boolean, so client doesn't blow up. | heroku_legacy-cli | train |
0db99d726222bdc60dc75dedfe96f246ef94c96d | diff --git a/core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLSelect.java b/core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLSelect.java
index <HASH>..<HASH> 100755
--- a/core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLSelect.java
+++ b/c... | fix problem with expand() + order by + skip + limit
Resolves: #<I> | orientechnologies_orientdb | train |
707cf514cf464c9f0a10a0426c4661e88038c778 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -5,9 +5,9 @@
from setuptools import setup
setup(name="replacer",
- version="1.0.3",
+ version="1.0.4",
description="Replace text in files",
- url="http://github.com/yannicklm/replacer",
+ url="ht... | setup: bump to <I>
fix url | dmerejkowsky_replacer | train |
1c932fe2d5fc3b4447ed0a64febfbba8e9fe0776 | diff --git a/fireplace/cards/classic/priest.py b/fireplace/cards/classic/priest.py
index <HASH>..<HASH> 100644
--- a/fireplace/cards/classic/priest.py
+++ b/fireplace/cards/classic/priest.py
@@ -14,14 +14,16 @@ class CS1h_001:
# Northshire Cleric
class CS2_235:
- def HEAL(self, source, target, amount):
- if target... | Replace HEAL* events by Heal action-based API | jleclanche_fireplace | train |
56b360d6f34a1091a8bf5b73f22baca4072560ef | diff --git a/changelog.html b/changelog.html
index <HASH>..<HASH> 100644
--- a/changelog.html
+++ b/changelog.html
@@ -64,6 +64,9 @@ Upcoming changes</a>
<li class=bug>
<code>identity.key</code>, used to secure some communications with Jenkins, now stored encrypted with the master key.
<li class=bug>
+ Wh... | [JENKINS-<I>] Touch-ups to PR #<I>. | jenkinsci_jenkins | train |
f3f2aee5e774e93398027c430ffe2c3d6c94ea7b | diff --git a/lib/puppet/provider/service/smf.rb b/lib/puppet/provider/service/smf.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/provider/service/smf.rb
+++ b/lib/puppet/provider/service/smf.rb
@@ -21,6 +21,8 @@ Puppet::Type.type(:service).provide :smf, :parent => :base do
commands :adm => "/usr/sbin/svcadm", :svcs... | (PUP-<I>) Serivce SMF restart should use -s
The restartcmd in smf.rb needs to add the -s flag to make
sure that service restarts are synchronous. Without this
patch smf will return prior to the completion of the restart.
(PUP-<I>) Serivce SMF should set has_feature :refreshable
SMF supports the concept of restart in... | puppetlabs_puppet | train |
200d64c1dec83123806b2a7e7745c396f1c7b37b | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@
* Update versions for several extensions in the generated Gemfile [Benny Degezelle]
* Move snippet configuration into snippets extension [Benny Degezelle]
-* Get default gravatar image locally ... | Don't pass default_url to gravatar URI in test mode as it will fail
Because testhost.tld does not host gravatar images..
See also <URL> | pgharts_trusty-cms | train |
9ac2982cd243a2fd5d6f79591e1a3a6c937e2acd | diff --git a/pyemma/msm/generation/api.py b/pyemma/msm/generation/api.py
index <HASH>..<HASH> 100644
--- a/pyemma/msm/generation/api.py
+++ b/pyemma/msm/generation/api.py
@@ -1,4 +1,3 @@
-
# Copyright (c) 2015, 2014 Computational Molecular Biology Group, Free University
# Berlin, 14195 Berlin, Germany.
# All rights ... | [msm/generation] minor changes | markovmodel_PyEMMA | train |
183d9570f91af50b1ae269707775e369dbcd608b | diff --git a/packages/babel-traverse/src/path/evaluation.js b/packages/babel-traverse/src/path/evaluation.js
index <HASH>..<HASH> 100644
--- a/packages/babel-traverse/src/path/evaluation.js
+++ b/packages/babel-traverse/src/path/evaluation.js
@@ -168,6 +168,11 @@ export function evaluate(): { confident: boolean; value:... | Fix bug where redeclaration of var doesn't deopt (#<I>)
* Fix bug where redeclaration of var doesn't deopt. (Close T<I>)
* [evaluate] Add tests for cases - let/const/different scopes | babel_babel | train |
45056b92e36ab959cfd7860b95b5e1b2e061a6e9 | diff --git a/rapidoid-commons/src/main/java/org/rapidoid/process/ProcessHandle.java b/rapidoid-commons/src/main/java/org/rapidoid/process/ProcessHandle.java
index <HASH>..<HASH> 100644
--- a/rapidoid-commons/src/main/java/org/rapidoid/process/ProcessHandle.java
+++ b/rapidoid-commons/src/main/java/org/rapidoid/process/... | Using sliding window to store the processes' logs. | rapidoid_rapidoid | train |
ee5f31129207100296b46741282ec6909b1b1372 | diff --git a/plivo/rest/client.py b/plivo/rest/client.py
index <HASH>..<HASH> 100755
--- a/plivo/rest/client.py
+++ b/plivo/rest/client.py
@@ -10,7 +10,7 @@ from plivo.rest.base_client import BaseClient
class Client(BaseClient):
- def __init__(self, auth_id=None, auth_token=None, proxies=None, timeout=10):
+ ... | Changing timeout back to 5 seconds | plivo_plivo-python | train |
249ebe07bf7975a54e87a89c1d73538677ef5d56 | diff --git a/WiFi.js b/WiFi.js
index <HASH>..<HASH> 100644
--- a/WiFi.js
+++ b/WiFi.js
@@ -314,7 +314,7 @@ function onWiFiPropertyChanged(name, value) {
break;
case WIFI_STATES.FAILURE:
debug('[FAILURE] WiFi connection failure, open hotspot');
- openHotspot();
+ _self.o... | fix internal openHotspot call | Doodle3D_connman-simplified | train |
4275042eb89224740a6ea9dab9890f9c06e39b87 | diff --git a/src/test/java/io/github/bonigarcia/wdm/test/DriverManagerTypeTest.java b/src/test/java/io/github/bonigarcia/wdm/test/DriverManagerTypeTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/io/github/bonigarcia/wdm/test/DriverManagerTypeTest.java
+++ b/src/test/java/io/github/bonigarcia/wdm/test/DriverMa... | Update DriverManagerTypeTest.java
adding missing ChromiumDriver | bonigarcia_webdrivermanager | train |
58bdda85518fd6503940fd84369a3831e76e5e12 | diff --git a/test/integration/features/step_definitions/common-steps.js b/test/integration/features/step_definitions/common-steps.js
index <HASH>..<HASH> 100644
--- a/test/integration/features/step_definitions/common-steps.js
+++ b/test/integration/features/step_definitions/common-steps.js
@@ -82,4 +82,7 @@ Then(/^the ... | test(vcs-ignore): backfilled integration coverage of some ignroed directories | travi_javascript-scaffolder | train |
8eed94e2f07e6da72fc57fa291e61a13906648cd | diff --git a/mod/chat/view.php b/mod/chat/view.php
index <HASH>..<HASH> 100644
--- a/mod/chat/view.php
+++ b/mod/chat/view.php
@@ -113,13 +113,15 @@
groups_print_activity_menu($cm, "view.php?id=$cm->id");
if ($currentgroup) {
+ $groupselect = " AND groupid = '$curr... | "MDL-<I>, The View past chat sessions should not appear if there haven't been any." | moodle_moodle | train |
3fe055d4a77b4aaaa3c3382e529fb449337d8106 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name='djangochannelsrestframework',
- version="0.0.2",
+ version="0.0.3",
url='https://github.com/hishnash/djangochannelsrestframework',
a... | Bump to version <I> | hishnash_djangochannelsrestframework | train |
6eaf8ce721351420fa12ed4368b71bebabdf3ace | diff --git a/docker/utils/utils.py b/docker/utils/utils.py
index <HASH>..<HASH> 100644
--- a/docker/utils/utils.py
+++ b/docker/utils/utils.py
@@ -834,7 +834,7 @@ def parse_env_file(env_file):
if line[0] == '#':
continue
- parse_line = line.strip().split('=')
+ pars... | makes it possible to have '=' in the env file
note that the docker command line flag --env-file also allows '=' in the env file | docker_docker-py | train |
d5ca4aade6cfb13e1e23457bc01315a2811e0a01 | diff --git a/testgrid/cmd/updater/main.go b/testgrid/cmd/updater/main.go
index <HASH>..<HASH> 100644
--- a/testgrid/cmd/updater/main.go
+++ b/testgrid/cmd/updater/main.go
@@ -26,6 +26,7 @@ import (
"flag"
"fmt"
"hash/crc32"
+ "io"
"io/ioutil"
"log"
"net/url"
@@ -282,14 +283,29 @@ func (jr JunitResult) Row(s... | Process utf8 documents, in addition to UTF-8 | kubernetes_test-infra | train |
59fe730926f3e438ca2e5775069b000b1b1cba71 | diff --git a/tests/test_local_tile_server.py b/tests/test_local_tile_server.py
index <HASH>..<HASH> 100644
--- a/tests/test_local_tile_server.py
+++ b/tests/test_local_tile_server.py
@@ -1,4 +1,8 @@
+import pytest
from unittest import mock
+
+pytest.importorskip("folium") # noqa: E402
+
from common_for_tests import ... | Skip tests if visualization dependencies not installed | satellogic_telluric | train |
37f4f5d4e07bff016349f0a2019e3d8e59962389 | diff --git a/lib/classes/API/V1/adapter.class.php b/lib/classes/API/V1/adapter.class.php
index <HASH>..<HASH> 100644
--- a/lib/classes/API/V1/adapter.class.php
+++ b/lib/classes/API/V1/adapter.class.php
@@ -1877,7 +1877,7 @@ class API_V1_adapter extends API_V1_Abstract
* @param \Entities\Basket $basket
* @... | Change list_basket visibility to public | alchemy-fr_Phraseanet | train |
7a155a00e71e01ed9dcb73d7b9253402a4e5e11c | diff --git a/src/ol/reproj.js b/src/ol/reproj.js
index <HASH>..<HASH> 100644
--- a/src/ol/reproj.js
+++ b/src/ol/reproj.js
@@ -179,6 +179,12 @@ export function calculateSourceExtentResolution(
}
/**
+ * @typedef {Object} ImageExtent
+ * @property {import("./extent.js").Extent} extent
+ * @property {HTMLCanvasElemen... | Replace nested types by typedefs | openlayers_openlayers | train |
ff5b8f7a9be79ae73ec8f19d467f859363a08a69 | diff --git a/lib/mbtiles.js b/lib/mbtiles.js
index <HASH>..<HASH> 100644
--- a/lib/mbtiles.js
+++ b/lib/mbtiles.js
@@ -398,6 +398,7 @@ MBTiles.prototype.startWriting = function(callback) {
if (!this.open) return callback(new Error('MBTiles not yet loaded'));
var mbtiles = this;
+ mbtiles._clearCaches();
... | Run clearCaches synchronously to prevent _commit from erroring out when called prior to startWriting completing. | mapbox_node-mbtiles | train |
7ac63e47098d06347fd2fb51dbc68236399066ed | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -22,9 +22,9 @@ module.exports = function(grunt) {
jshintrc: '.jshintrc'
},
},
-
- clean: ["tmp"],
-
+
+ clean: ["tmp"],
+
copy: {
main: {
files: [
@@ -32,7 +32,7 @@... | Fixed errors found by lint | jasonlam604_grunt-rename-util | train |
3d6c241d4d8f1ec29ffd347b3a4a80c4514d91f6 | diff --git a/samples/run_remote.py b/samples/run_remote.py
index <HASH>..<HASH> 100755
--- a/samples/run_remote.py
+++ b/samples/run_remote.py
@@ -135,6 +135,23 @@ class InstallUtils(object):
"pelix-jabsorbrpc-importer",
{IPOPO_AUTO_RESTART: True})
+
+ ... | Remote Services sample supports XML-RPC components | tcalmant_ipopo | train |
f39585109a958eac323894d6990b5df5f04f185f | diff --git a/src/components/ebay-carousel/test/test.browser.js b/src/components/ebay-carousel/test/test.browser.js
index <HASH>..<HASH> 100644
--- a/src/components/ebay-carousel/test/test.browser.js
+++ b/src/components/ebay-carousel/test/test.browser.js
@@ -966,7 +966,7 @@ describe('given an autoplay carousel in the d... | Increase timeout for carousel autoplay tests (#<I>) | eBay_ebayui-core | train |
7ca85eb7b44d2ed37eee911a84525310a582a362 | diff --git a/src/MediaServiceProvider.php b/src/MediaServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/MediaServiceProvider.php
+++ b/src/MediaServiceProvider.php
@@ -27,7 +27,7 @@ class MediaServiceProvider extends ServiceProvider {
* @return void
*/
public function register() {
-
+ $this->mergeConf... | MODEL: Allow custom models to be used by extending Devfactory\Media\Models\Media by changing a config variable | DevFactoryCH_media | train |
2cfaa2d04b8a13ef4d12949419f27d70b81ff560 | diff --git a/minikerberos/_version.py b/minikerberos/_version.py
index <HASH>..<HASH> 100644
--- a/minikerberos/_version.py
+++ b/minikerberos/_version.py
@@ -1,5 +1,5 @@
-__version__ = "0.2.6"
+__version__ = "0.2.7"
__banner__ = \
"""
# minikerberos %s
diff --git a/minikerberos/common/ccache.py b/minikerberos/co... | fixing datetime because of asn1crypto... | skelsec_minikerberos | train |
c5b1b96655f186088ca4e50ed574b54caedeafed | diff --git a/src/angular-swiper.js b/src/angular-swiper.js
index <HASH>..<HASH> 100644
--- a/src/angular-swiper.js
+++ b/src/angular-swiper.js
@@ -27,6 +27,7 @@
restrict: 'E',
transclude: true,
scope: {
+ onReady: '&',
slidesPerView: '=',
... | onReady
First try to make possible to listen to swiper events | ksachdeva_angular-swiper | train |
568991e2e00ead3298eced9b5f6a647080929beb | diff --git a/hermes/version.py b/hermes/version.py
index <HASH>..<HASH> 100644
--- a/hermes/version.py
+++ b/hermes/version.py
@@ -1,2 +1,2 @@
-VERSION = (0, 2, 4)
+VERSION = (0, 2, 5)
VERSION_STRING = '.'.join(map(str,VERSION)) | Bumping version to <I> | mattlong_hermes | train |
d714a002045d86939a4e597d5c61ae58485a5cc8 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -684,7 +684,7 @@ function Monoxide() {
: i;
}));
} else {
- return next('Expected ' + schemaPath + ' to contain an array of OIDs but got ' + (typeof gotOIDs));
+ throw new Error('... | Attempting to create an array of OIDs with weird contents now throws an error | hash-bang_Monoxide | train |
2050ae5509bd389b40deb86b2a2b7b3bf6e0b7bf | diff --git a/src/util/colorTheory.js b/src/util/colorTheory.js
index <HASH>..<HASH> 100644
--- a/src/util/colorTheory.js
+++ b/src/util/colorTheory.js
@@ -58,6 +58,12 @@ export function darken (baseColor, steps) {
if (!baseColor) {
return baseColor
}
+ if (baseColor.startsWith('var(--')) {
+ console.warn... | Document TODO for color theory support of CSS variables | dlindahl_stemcell | train |
02275fc6f1695d920ac200218c5ef94b5bc83d92 | diff --git a/lib/appraisal/cli.rb b/lib/appraisal/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/appraisal/cli.rb
+++ b/lib/appraisal/cli.rb
@@ -31,19 +31,17 @@ module Appraisal
FileUtils.rm_f Dir['gemfiles/*.{gemfile,gemfile.lock}']
end
- # Create a subcommand for each of the appraisal
- File.each do... | Merge `APPRAISAL [APPRAISAL_NAME] COMMAND`
This prevents the need to have a description for each appraisal
subcommand as we'll add "Usage" section on top of the help command. | thoughtbot_appraisal | train |
53e5f33279c6f21cfd9e8366d240124e62f8a11a | diff --git a/builder/evaluator.go b/builder/evaluator.go
index <HASH>..<HASH> 100644
--- a/builder/evaluator.go
+++ b/builder/evaluator.go
@@ -307,14 +307,14 @@ func (b *builder) isBuildArgAllowed(arg string) bool {
//
// ONBUILD is a special case; in this case the parser will emit:
// Child[Node, Child[Node, Node..... | builder: fix typos in comments | containers_storage | train |
095f660b3a3e319da4eea14cf594be8215730843 | diff --git a/src/Calendar.js b/src/Calendar.js
index <HASH>..<HASH> 100644
--- a/src/Calendar.js
+++ b/src/Calendar.js
@@ -542,7 +542,7 @@ function Calendar_constructor(element, overrides) {
element.addClass('fc');
// event delegation for nav links
- element.on('click', 'a[data-fc-goto]', function(ev) {
+ ele... | unbind nav link handler after destroy | fullcalendar_fullcalendar | train |
c3c928bcb282b68d609fca00ed44669066be1566 | diff --git a/urlutils.py b/urlutils.py
index <HASH>..<HASH> 100644
--- a/urlutils.py
+++ b/urlutils.py
@@ -342,7 +342,7 @@ def create_html_mailto(email, subject=None, body=None, cc=None, bcc=None,
return mailto_link
elif email_obfuscation_mode == 3:
# Javascript-based
- return '''<script l... | urlutils: fixed HTML mailto links creation
* Fixed creation of 'mailto' links with "obfuscation mode" 3. | inveniosoftware-attic_invenio-utils | train |
3d68ea06eb21a1b684d20de948a49a72120a0c48 | diff --git a/packages/nbextension/components/notebook.js b/packages/nbextension/components/notebook.js
index <HASH>..<HASH> 100644
--- a/packages/nbextension/components/notebook.js
+++ b/packages/nbextension/components/notebook.js
@@ -37,7 +37,7 @@ type NotebookProps = {
content: Object
};
-class Notebook extends... | initial renderable notebook (missing CSS though) | nteract_nteract | train |
736cf5abfef43afacf66b86d674618e2213c6562 | diff --git a/io_spec/wordnet_spec.js b/io_spec/wordnet_spec.js
index <HASH>..<HASH> 100644
--- a/io_spec/wordnet_spec.js
+++ b/io_spec/wordnet_spec.js
@@ -30,11 +30,7 @@ describe('wordnet', function() {
wordnet.lookupSynonyms('entity', function(records) {
expect(records.length).toBe(3);
-
- require('... | removed legacy io_spec test | NaturalNode_natural | train |
6f300c0f3c386c21aae5475c2759438666e09cde | diff --git a/holoviews/core/element.py b/holoviews/core/element.py
index <HASH>..<HASH> 100644
--- a/holoviews/core/element.py
+++ b/holoviews/core/element.py
@@ -184,6 +184,15 @@ class Element(ViewableElement, Composable, Overlayable):
return np.column_stack(columns)
+ def __len__(self):
+ """
+... | Added general __len__ implementation for Element | pyviz_holoviews | train |
c5012b40a48f0ea0774353bbd7458e7df154e7f4 | diff --git a/examples/official-storybook/webpack.config.js b/examples/official-storybook/webpack.config.js
index <HASH>..<HASH> 100644
--- a/examples/official-storybook/webpack.config.js
+++ b/examples/official-storybook/webpack.config.js
@@ -1,6 +1,6 @@
const path = require('path');
-module.exports = async ({ confi... | Official examples: apply babel-preset-minify only in production mode | storybooks_storybook | train |
f3ca55e75dcb486e5d5217b03e9ecc69e61120af | diff --git a/simra/peer/size.go b/simra/peer/size.go
index <HASH>..<HASH> 100644
--- a/simra/peer/size.go
+++ b/simra/peer/size.go
@@ -5,8 +5,8 @@ import "golang.org/x/mobile/event/size"
var sz size.Event
const (
- FIT_HEIGHT = iota
- FIT_WIDTH
+ FitHeight = iota
+ FitWidth
)
type screenSize struct {
@@ -47,13 ... | [#<I>] Don't use underbar for variable name | pankona_gomo-simra | train |
de490abed2f1fa79b180877e4de507f9b26de784 | diff --git a/demo/src/screens/componentScreens/FeatureHighlightScreen.js b/demo/src/screens/componentScreens/FeatureHighlightScreen.js
index <HASH>..<HASH> 100644
--- a/demo/src/screens/componentScreens/FeatureHighlightScreen.js
+++ b/demo/src/screens/componentScreens/FeatureHighlightScreen.js
@@ -2,6 +2,20 @@ import _... | Feature highlight (#<I>)
* add unique targets only by using testID prop
* moving setTargetPosition to componentDidMount() to allow rendering with visible=true for immediate visibility
* Opening support for tour and adjusting example screen
* Adding onBackgroundPress prop to pass a separate callback; Improving... | wix_react-native-ui-lib | train |
25497b8392744abc84cab3a8a4b7055e8c2a624d | diff --git a/src/main/java/com/twitter/finagle/javaapi/ThriftClientTest.java b/src/main/java/com/twitter/finagle/javaapi/ThriftClientTest.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/twitter/finagle/javaapi/ThriftClientTest.java
+++ b/src/main/java/com/twitter/finagle/javaapi/ThriftClientTest.java
@@ -10,6 ... | Fixed broken "test" which is not run as part of the build. Problem was the thrift type wasn't registered in the registry | twitter_finagle | train |
23526aec1d933b6362c80eaa084749a794d43aca | diff --git a/core/dnsserver/server.go b/core/dnsserver/server.go
index <HASH>..<HASH> 100644
--- a/core/dnsserver/server.go
+++ b/core/dnsserver/server.go
@@ -179,6 +179,13 @@ func (s *Server) Address() string { return s.Addr }
// defined in the request so that the correct zone
// (configuration and plugin stack) wil... | core: drop invalid packets (#<I>)
We can still be on the receiving end of invalid packet. Drop them
here. | coredns_coredns | train |
f5a19aae833adb7e391715fd74240675f65e4c79 | diff --git a/azkaban-exec-server/src/main/java/azkaban/execapp/FlowRunner.java b/azkaban-exec-server/src/main/java/azkaban/execapp/FlowRunner.java
index <HASH>..<HASH> 100644
--- a/azkaban-exec-server/src/main/java/azkaban/execapp/FlowRunner.java
+++ b/azkaban-exec-server/src/main/java/azkaban/execapp/FlowRunner.java
@... | Adding logs to debug executions directory cleanup issue (#<I>) | azkaban_azkaban | train |
6d4acb36f9a0911b926f2862ea904f7afeb3b3c6 | diff --git a/examples/python/Common/FigStyle.py b/examples/python/Common/FigStyle.py
index <HASH>..<HASH> 100644
--- a/examples/python/Common/FigStyle.py
+++ b/examples/python/Common/FigStyle.py
@@ -22,5 +22,5 @@ style_shtools = {'font.size': 7,
'savefig.dpi': 160,
'font.family': 'sa... | Remove dependence on tex in FigStyle.py to see if test pass travis. | SHTOOLS_SHTOOLS | train |
40ae0d472a783dd50f25986fef9d7e4dde38ce4d | diff --git a/src/main/java/cleanzephyr/rubycollect4j/RubyArray.java b/src/main/java/cleanzephyr/rubycollect4j/RubyArray.java
index <HASH>..<HASH> 100644
--- a/src/main/java/cleanzephyr/rubycollect4j/RubyArray.java
+++ b/src/main/java/cleanzephyr/rubycollect4j/RubyArray.java
@@ -139,12 +139,22 @@ public interface RubyAr... | Add RubyArrayList compact() & compact!() tests | wnameless_rubycollect4j | train |
18502e9f0ce0ec60f4870a39c6a6fec9a5472dee | diff --git a/bokeh/command/subcommands/serve.py b/bokeh/command/subcommands/serve.py
index <HASH>..<HASH> 100644
--- a/bokeh/command/subcommands/serve.py
+++ b/bokeh/command/subcommands/serve.py
@@ -190,7 +190,7 @@ class Serve(Subcommand):
('--host', dict(
metavar='HOST[:PORT]',
- nar... | Make host arg play nicer. | bokeh_bokeh | train |
94e76f5b3f5edb1e92c5fd52300e1b9cdf15d497 | diff --git a/lib/rfd.rb b/lib/rfd.rb
index <HASH>..<HASH> 100644
--- a/lib/rfd.rb
+++ b/lib/rfd.rb
@@ -145,15 +145,26 @@ module Rfd
# Change the current directory.
def cd(dir, pushd: true)
- target = expand_path dir
- if File.readable? target
- Dir.chdir target
- (@dir_history ||= []... | Now we can cd into a .zip file | amatsuda_rfd | train |
9c530f3d56f3afc3641f3461aa30f15b671f688e | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -2,8 +2,8 @@ from setuptools import setup
setup(
name='django-extra-views',
- version='0.6.1',
- url='https://github.com/miguelrestrepo/django-extra-views',
+ version='0.6.2',
+ url='https://github.com/Andr... | corrected url in setup.py | AndrewIngram_django-extra-views | train |
0cc5d95713192abbd8875cb725dcb635787142f5 | diff --git a/aikif/toolbox/html_tools.py b/aikif/toolbox/html_tools.py
index <HASH>..<HASH> 100644
--- a/aikif/toolbox/html_tools.py
+++ b/aikif/toolbox/html_tools.py
@@ -2,7 +2,7 @@
# html_tools.py
from bs4 import BeautifulSoup
-import aikif.toolbox.network_tools as mod_net
+#import aikif.toolbox.network_tools as ... | removed unused import that caused problems on local test | acutesoftware_AIKIF | train |
4577373ee8c7d19bade6e0ecec5da3fb13edcc56 | diff --git a/common/src/main/java/com/thoughtworks/go/listener/SecurityConfigChangeListener.java b/common/src/main/java/com/thoughtworks/go/listener/SecurityConfigChangeListener.java
index <HASH>..<HASH> 100644
--- a/common/src/main/java/com/thoughtworks/go/listener/SecurityConfigChangeListener.java
+++ b/common/src/ma... | RolesConfig update should notify all Security change listeners
* These changes are required after introducing the bulkUpdate Roles
API. #<I>
* Having SecurityConfigChangeListener care about 'RolesConfig' would
trigger a re-auth on any change of roles through bulk update. | gocd_gocd | train |
31c54aa95e293a54aa80ab314f976bfdba55f600 | diff --git a/atlassian/jira.py b/atlassian/jira.py
index <HASH>..<HASH> 100644
--- a/atlassian/jira.py
+++ b/atlassian/jira.py
@@ -630,7 +630,29 @@ class Jira(AtlassianRestAPI):
data['relationship'] = relationship
return self.post(url, data=data)
- def delete_issue_remote_link_by_link_id(... | Added get and update methods for remote links
Added get_issue_remote_link_by_id and update_issue_remote_link_by_id. Also renamed delete_issue_remote_link_by_id from delete_issue_remote_link_by_link_id | atlassian-api_atlassian-python-api | train |
525a8ff4f85640ebb9f8a4667114f1a724d1224a | diff --git a/resources/views/migration.blade.php b/resources/views/migration.blade.php
index <HASH>..<HASH> 100644
--- a/resources/views/migration.blade.php
+++ b/resources/views/migration.blade.php
@@ -1,5 +1,6 @@
<?php echo "<?php\n" ?>
+use Torann\MediaSort\Manager;
use Illuminate\Database\Schema\Blueprint;
use... | Add queued attachment to fasten command | Torann_mediasort | train |
584e19efd9a667871baa83115eeae1ee5cb14704 | diff --git a/lib/src/ChainWebSocket.js b/lib/src/ChainWebSocket.js
index <HASH>..<HASH> 100644
--- a/lib/src/ChainWebSocket.js
+++ b/lib/src/ChainWebSocket.js
@@ -106,23 +106,8 @@ class ChainWebSocket {
* @memberof ChainWebSocket
*/
resetConnection () {
-
- // Clear our timeouts for conn... | Calling close to clean up the half open connection when the connection is reset. | PBSA_peerplaysjs-ws | train |
0ec7b370a3650754ea87ce905d58b060b9e4fb21 | diff --git a/test/discr/grid_test.py b/test/discr/grid_test.py
index <HASH>..<HASH> 100644
--- a/test/discr/grid_test.py
+++ b/test/discr/grid_test.py
@@ -440,7 +440,7 @@ def test_tensorgrid_meshgrid():
def test_tensorgrid_getitem():
- vec1 = (0, 1)
+ vec1 = (0, 1, 2)
vec2 = (-1, 0, 1)
vec3 = (2, 3... | TST: add tests for indexing by list in grid & partition | odlgroup_odl | train |
9db0a15d41d0b3ff2511e11ded1cf80b005a2e55 | diff --git a/src/AnyContent/Client/RepositoryFactory.php b/src/AnyContent/Client/RepositoryFactory.php
index <HASH>..<HASH> 100644
--- a/src/AnyContent/Client/RepositoryFactory.php
+++ b/src/AnyContent/Client/RepositoryFactory.php
@@ -35,7 +35,7 @@ class RepositoryFactory
$options['files']=$this->getOption... | added json serializability to folder and file objects | nhagemann_anycontent-client-php | train |
d7053f64d5aa061b703da4a72082b0b8ec5ffd53 | diff --git a/src/Merge/ExtraPackage.php b/src/Merge/ExtraPackage.php
index <HASH>..<HASH> 100644
--- a/src/Merge/ExtraPackage.php
+++ b/src/Merge/ExtraPackage.php
@@ -144,8 +144,8 @@ class ExtraPackage
$this->mergeSuggests($root);
- $this->mergeAutoload($root);
- $this->mergeDevAutoload($root... | Combine mergeAutoload() and mergeDevAutoload()
Combine the ExtraPackage::mergeAutoload() and ::mergeDevAutoload()
functions into a single function that takes the type to be merged as an
argument. | wikimedia_composer-merge-plugin | train |
f5fb3e62092609b38358745ef93bc9e09910245f | diff --git a/models/classes/runner/session/TestSession.php b/models/classes/runner/session/TestSession.php
index <HASH>..<HASH> 100644
--- a/models/classes/runner/session/TestSession.php
+++ b/models/classes/runner/session/TestSession.php
@@ -30,6 +30,8 @@ use oat\taoQtiTest\models\cat\CatService;
use oat\taoTests\mod... | Fixed issue when proctor screen is broken when there is terminated test session. | oat-sa_extension-tao-testqti | train |
848e77bed494e15e0443cb8d7b049c0511494e7e | diff --git a/render/Router.php b/render/Router.php
index <HASH>..<HASH> 100644
--- a/render/Router.php
+++ b/render/Router.php
@@ -290,7 +290,12 @@ class Router
$url = preg_replace('@(?<!:)/{2,}@', '/', $url);
$project = Project::instance();
$test = $project[$project['secure'] ? 'https' : 'ht... | Squashed commit of the following:
commit a<I>bf<I>d<I>acd6b<I>d2b<I>f<I>c<I>a<I> | monolyth-php_frontal | train |
b2e6770a31174414521ff6bb46c18fdb6f55223f | diff --git a/ykman/cli/oath.py b/ykman/cli/oath.py
index <HASH>..<HASH> 100644
--- a/ykman/cli/oath.py
+++ b/ykman/cli/oath.py
@@ -373,7 +373,6 @@ def accounts():
)
@click.option("-i", "--issuer", help="Issuer of the account.")
@click.option(
- "-p",
"--period",
help="Number of seconds a TOTP code is va... | Drop short-form flag for --period in oath subcommand | Yubico_yubikey-manager | train |
c6e2af54256211b8ac757e9b25caa6fb6c9b3c6e | diff --git a/daemon/graphdriver/aufs/aufs.go b/daemon/graphdriver/aufs/aufs.go
index <HASH>..<HASH> 100644
--- a/daemon/graphdriver/aufs/aufs.go
+++ b/daemon/graphdriver/aufs/aufs.go
@@ -62,6 +62,8 @@ var (
enableDirpermLock sync.Once
enableDirperm bool
+
+ logger = logrus.WithField("storage-driver", "aufs")
... | aufs: use a single logger
Simplify the code by using a single logger instance.
While at it, use WithError in Umount. | moby_moby | train |
9ed1cddcb33d2ce94a46a437ca9a2085545853da | diff --git a/svtyper/parsers.py b/svtyper/parsers.py
index <HASH>..<HASH> 100644
--- a/svtyper/parsers.py
+++ b/svtyper/parsers.py
@@ -738,10 +738,14 @@ class LiteRead(object):
self.mapping_quality = pysam_read.mapping_quality
self.cigar = pysam_read.cigartuples
self.pos = pysam_read.pos
+ ... | + make the LiteRead object id correspond to the pysam read
- this will make the SamFragment construction process consistent
across both object types. Now svtyper and svtyper-sso will be
consistent. | hall-lab_svtyper | train |
c449685c7fc56d15daab8eec3df557ed6a8ec938 | diff --git a/sonar-batch/src/main/java/org/sonar/batch/InMemoryPomCreator.java b/sonar-batch/src/main/java/org/sonar/batch/InMemoryPomCreator.java
index <HASH>..<HASH> 100644
--- a/sonar-batch/src/main/java/org/sonar/batch/InMemoryPomCreator.java
+++ b/sonar-batch/src/main/java/org/sonar/batch/InMemoryPomCreator.java
@... | Improve ProjectDefinition
* Replace properties "sonar.projectBinaries" and "sonar.projectLibraries"
by explicit fields in ProjectDefinition | SonarSource_sonarqube | train |
9c9d93a210a7f15a9142fb2a1c33c4a2442b0721 | diff --git a/prow/flagutil/github.go b/prow/flagutil/github.go
index <HASH>..<HASH> 100644
--- a/prow/flagutil/github.go
+++ b/prow/flagutil/github.go
@@ -90,11 +90,15 @@ func (o *GitHubOptions) GitClient(secretAgent *config.SecretAgent, dryRun bool)
if err != nil {
return nil, err
}
- defer func() {
+
+ // We ... | prow: Fix nil dereference in flagutil/github.go
This is related to the use of named return values. If an error is
returned, the value of client becomes set to `nil`. When the `defer`
runs after that, it takes that `nil` value and attempts to call the
`Clean()` method on it, resulting in a nil pointer dereference. | kubernetes_test-infra | train |
0634b84f0db5955fe083542d1d75ad81f7fe653a | diff --git a/dwave/cloud/upload.py b/dwave/cloud/upload.py
index <HASH>..<HASH> 100644
--- a/dwave/cloud/upload.py
+++ b/dwave/cloud/upload.py
@@ -153,7 +153,8 @@ class GettableFile(GettableBase):
isinstance(f, (io.BufferedIOBase, io.RawIOBase))
and f.seekable() and f.readable())
... | Lower interface requirements for file-like problem data
As the last resort now just check for readinto/seek/tell methods
availability. | dwavesystems_dwave-cloud-client | train |
278f2627f4bbec5f06e41fa3ff262c5c9a0906da | diff --git a/holoviews/element/comparison.py b/holoviews/element/comparison.py
index <HASH>..<HASH> 100644
--- a/holoviews/element/comparison.py
+++ b/holoviews/element/comparison.py
@@ -102,13 +102,8 @@ class Comparison(ComparisonInterface):
# Numpy array comparison
cls.equality_type_funcs[np.ndarray... | Minor reordering of declarations in Comparison class | pyviz_holoviews | train |
cec637e1693e1f0ca01070773002e3b1cfbbdc95 | diff --git a/server/src/main/java/org/axway/grapes/server/webapp/resources/ModuleResource.java b/server/src/main/java/org/axway/grapes/server/webapp/resources/ModuleResource.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/org/axway/grapes/server/webapp/resources/ModuleResource.java
+++ b/server/src/main/jav... | Updating the protection against module being null. | Axway_Grapes | train |
77f25ef1d1e7be9e4c214f0f7e70a8f61e5781e4 | diff --git a/src/common/View.js b/src/common/View.js
index <HASH>..<HASH> 100644
--- a/src/common/View.js
+++ b/src/common/View.js
@@ -291,7 +291,7 @@ var View = FC.View = Class.extend(EmitterMixin, ListenerMixin, {
var isReset = this.isDateSet;
this.isDateSet = true;
- this.handleDate(date);
+ this.handleRaw... | fix regression with switching back to a view that was previously rendered | fullcalendar_fullcalendar | train |
7f8a5a78c10c7c4082ac58afd1505f648d2284cf | diff --git a/ModuleBuilderFactory.php b/ModuleBuilderFactory.php
index <HASH>..<HASH> 100644
--- a/ModuleBuilderFactory.php
+++ b/ModuleBuilderFactory.php
@@ -60,8 +60,8 @@ class Factory {
// Create the environment handler and set it on the factory.
$environment_class = '\ModuleBuilder\Environment\\' . $env... | Moved object instatiation out of method call. | drupal-code-builder_drupal-code-builder | train |
30065171b21ff61826713f5b47da29f44a0e18a4 | diff --git a/src/missing-support.js b/src/missing-support.js
index <HASH>..<HASH> 100644
--- a/src/missing-support.js
+++ b/src/missing-support.js
@@ -70,8 +70,8 @@ function lackingBrowsers (browserStats) {
*
* `feature-name` is a caniuse-db slug.
*/
-function missing (browserRequest) {
- const browsers = new Br... | Send the from parameter onto BrowserSelection
When the usage of missingSupport was expanded to send on the path of the
source being checked and BrowserSelection was expanded to use it in #<I>,
it seems that MissingSupport itself never got updated to pass on the
parameter.
This was causing the process.cwd to be used a... | anandthakker_doiuse | train |
094f24389680005f1f3b71094cd8c1a9e6d23cd4 | diff --git a/src/Operation/ExceptionHandler.php b/src/Operation/ExceptionHandler.php
index <HASH>..<HASH> 100644
--- a/src/Operation/ExceptionHandler.php
+++ b/src/Operation/ExceptionHandler.php
@@ -25,6 +25,9 @@ class ExceptionHandler
/** @var \Throwable */
protected $exception;
+ /** @var false|string ... | Store the output buffer content produced before the uncaught exception is thrown | objective-php_application | train |
f2b815feeecaded4d0413dd2496d69ce06a810c0 | diff --git a/openquake/risklib/scientific.py b/openquake/risklib/scientific.py
index <HASH>..<HASH> 100644
--- a/openquake/risklib/scientific.py
+++ b/openquake/risklib/scientific.py
@@ -1430,8 +1430,7 @@ def exposure_statistics(
for mcurve in multicurves:
_mean_curve, _mean_maps, _quantile_curves, _qua... | Added MultiCurve.statistics | gem_oq-engine | train |
be8fcc484a526e135bbaf1f2a95bece6d1bee761 | diff --git a/plugin/forward/connect.go b/plugin/forward/connect.go
index <HASH>..<HASH> 100644
--- a/plugin/forward/connect.go
+++ b/plugin/forward/connect.go
@@ -33,7 +33,8 @@ func (p *Proxy) updateRtt(newRtt time.Duration) {
atomic.AddInt64(&p.avgRtt, int64((newRtt-rtt)/rttCount))
}
-func (p *Proxy) connect(ctx ... | plugin/forward: expose few methods and attributes to public (#<I>)
* plugin/forward: expose few methods and attributes to public
* Update comments | coredns_coredns | train |
68e594ecba8c74e8fc3b9531e8d4e5dace1c8962 | diff --git a/src/Analyzer/IdsAnalyzer.php b/src/Analyzer/IdsAnalyzer.php
index <HASH>..<HASH> 100644
--- a/src/Analyzer/IdsAnalyzer.php
+++ b/src/Analyzer/IdsAnalyzer.php
@@ -24,7 +24,10 @@ final class IdsAnalyzer
public function getHighestIdInChangelog(string $content): int
{
$ids = $this->getAllIds... | [Rector] Apply early return set (#<I>) | Symplify_ChangelogLinker | train |
98f6a2122c4948af8253882d53e9f139a9232277 | diff --git a/xmantissa/test/test_websession.py b/xmantissa/test/test_websession.py
index <HASH>..<HASH> 100644
--- a/xmantissa/test/test_websession.py
+++ b/xmantissa/test/test_websession.py
@@ -4,11 +4,12 @@
"""
Tests for L{xmantissa.websession}.
"""
-
+from axiom.store import Store
from twisted.trial.unittest imp... | Modernize Axiom use.
Added some tests to cover the code we're touching. | twisted_mantissa | train |
7b04f8cef9be778477b78fcd572c5058fb97d9b2 | diff --git a/spec/functional/resource/dsc_script_spec.rb b/spec/functional/resource/dsc_script_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/functional/resource/dsc_script_spec.rb
+++ b/spec/functional/resource/dsc_script_spec.rb
@@ -17,6 +17,7 @@
#
require "spec_helper"
+require "chef-powershell"
require "chef/m... | Updated the chef client to retrieve certs from the Windows registry. Tests included. This is PR3 since I keep trashing them | chef_chef | train |
a6678f4e59429b46222cdeffaace95bff4764311 | diff --git a/views/js/qtiCreator/model/interactions/GapMatchInteraction.js b/views/js/qtiCreator/model/interactions/GapMatchInteraction.js
index <HASH>..<HASH> 100755
--- a/views/js/qtiCreator/model/interactions/GapMatchInteraction.js
+++ b/views/js/qtiCreator/model/interactions/GapMatchInteraction.js
@@ -1,3 +1,20 @@
... | changed gapText model on the front end side as well | oat-sa_extension-tao-itemqti | train |
d341940e3aabaaab618f98cd874ec39c5039c16e | diff --git a/sos/plugintools.py b/sos/plugintools.py
index <HASH>..<HASH> 100644
--- a/sos/plugintools.py
+++ b/sos/plugintools.py
@@ -286,11 +286,19 @@ class PluginBase:
files = glob.glob(fname)
files.sort()
cursize = 0
+ limit_reached = False
+ sizelimit *= 1024 * 1024 # in MB... | Support for tailing logs
When before, no logs were gathered, we now tail the first log file.
No point in tailing non-initial log files as they would likely
be compressed.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@<I> ef<I>aa8b-<I>-<I>-<I>-d6e<I>ef<I>d8 | sosreport_sos | train |
fb70eedf9acca7d12d7e34f12156f102c0926134 | diff --git a/thumbor/engines/opencv.py b/thumbor/engines/opencv.py
index <HASH>..<HASH> 100644
--- a/thumbor/engines/opencv.py
+++ b/thumbor/engines/opencv.py
@@ -95,3 +95,8 @@ class Engine(BaseEngine):
def draw_rectangle(self, x, y, width, height):
cv.Rectangle(self.image, (int(x), int(y)), (int(x + wi... | Implement convert_to_grayscale in opencv engine (fix #<I>) | thumbor_thumbor | train |
ec1af73dd5d92ff259ad56dc81c846305a98d946 | diff --git a/polyaxon_client/tracking/contrib/keras.py b/polyaxon_client/tracking/contrib/keras.py
index <HASH>..<HASH> 100644
--- a/polyaxon_client/tracking/contrib/keras.py
+++ b/polyaxon_client/tracking/contrib/keras.py
@@ -1,15 +1,20 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, pri... | Add PolyaxonModelCheckpoint | polyaxon_polyaxon | train |
62ee809eeecd34d75beb10adeb7578c7ea5527f8 | diff --git a/packages/cli/src/commands/set-admin.js b/packages/cli/src/commands/set-admin.js
index <HASH>..<HASH> 100644
--- a/packages/cli/src/commands/set-admin.js
+++ b/packages/cli/src/commands/set-admin.js
@@ -7,7 +7,7 @@ import _ from 'lodash'
const name = 'set-admin'
const signature = `${name} [alias-or-addr... | Implement minor changes on change-admin command | zeppelinos_zos | train |
86590ff1fc2c7f7dd530852fedbbf010e789a2cc | diff --git a/spec/integration/release/upload_release_spec.rb b/spec/integration/release/upload_release_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/release/upload_release_spec.rb
+++ b/spec/integration/release/upload_release_spec.rb
@@ -118,7 +118,7 @@ describe 'upload release', type: :integration do
... | Fixes broken integration test that counts jobs. | cloudfoundry_bosh | train |
b6771b0547449c7a8ea975182046774cc183bca7 | diff --git a/lib/elastomer/client/bulk.rb b/lib/elastomer/client/bulk.rb
index <HASH>..<HASH> 100644
--- a/lib/elastomer/client/bulk.rb
+++ b/lib/elastomer/client/bulk.rb
@@ -197,7 +197,7 @@ module Elastomer
@current_request_size += document.length
end
- call if request_size.nil? || @curren... | don't require a bulk request_size
Bulk should allow bulk requests that don't have a request_size set. In
this case it should assemble the request as normal rather than making a
request for each action. | github_elastomer-client | train |
b6dab40b3f176fbad25a6ebba1f956c248749b97 | diff --git a/jre_emul/apache_harmony/classlib/modules/luni/src/main/java/java/io/File.java b/jre_emul/apache_harmony/classlib/modules/luni/src/main/java/java/io/File.java
index <HASH>..<HASH> 100644
--- a/jre_emul/apache_harmony/classlib/modules/luni/src/main/java/java/io/File.java
+++ b/jre_emul/apache_harmony/classli... | Implemented File.deleteOnExit(). | google_j2objc | train |
8116e5bce170ad6fd6d3b7f78ba9ee134d840968 | diff --git a/curdling/services/curdler.py b/curdling/services/curdler.py
index <HASH>..<HASH> 100644
--- a/curdling/services/curdler.py
+++ b/curdling/services/curdler.py
@@ -4,6 +4,7 @@ from ..util import execute_command
from .base import Service
import io
+import fnmatch
import os
import re
import sys
@@ -96,7... | Handle files other than wheels in the dist directory
Installing packages that include files in the dist directory
(e.g. cmislib) will fail depending on the order of os.listdir() | clarete_curdling | train |
7ac8d0bc8a36827b1800976bf8f36eeee994bc06 | diff --git a/code/administrator/components/com_default/templates/helpers/toolbar.php b/code/administrator/components/com_default/templates/helpers/toolbar.php
index <HASH>..<HASH> 100644
--- a/code/administrator/components/com_default/templates/helpers/toolbar.php
+++ b/code/administrator/components/com_default/templat... | Added specialized helper function for modal commands to include the modal behavior. | timble_kodekit | train |
222df2c31563eea8dca31cf468134d914fc707f0 | diff --git a/lib/Cake/Test/Case/Model/CakeSchemaTest.php b/lib/Cake/Test/Case/Model/CakeSchemaTest.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/Test/Case/Model/CakeSchemaTest.php
+++ b/lib/Cake/Test/Case/Model/CakeSchemaTest.php
@@ -622,8 +622,6 @@ class CakeSchemaTest extends CakeTestCase {
'name' => 'TestApp'... | Removing unneeded assert that fails when run in the all test suite | cakephp_cakephp | train |
1f6d70b6eda6a6c37046cd950b07a9c1e9bf852d | diff --git a/picasso/src/main/java/com/squareup/picasso/ContactsPhotoRequestHandler.java b/picasso/src/main/java/com/squareup/picasso/ContactsPhotoRequestHandler.java
index <HASH>..<HASH> 100644
--- a/picasso/src/main/java/com/squareup/picasso/ContactsPhotoRequestHandler.java
+++ b/picasso/src/main/java/com/squareup/pi... | Handle null input stream from content resolver. | square_picasso | train |
f97f2be079ff70bd4429b078b867bc95dc5d2afd | diff --git a/DependencyInjection/KnpGaufretteExtension.php b/DependencyInjection/KnpGaufretteExtension.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/KnpGaufretteExtension.php
+++ b/DependencyInjection/KnpGaufretteExtension.php
@@ -87,6 +87,7 @@ class KnpGaufretteExtension extends Extension
;
... | marks filesystem definition as non-public when alias is defined | KnpLabs_KnpGaufretteBundle | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.