hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
db1bb85180759ce831d47a8d893f439c8e998164 | diff --git a/online_monitor/converter/pybar_fei4.py b/online_monitor/converter/pybar_fei4.py
index <HASH>..<HASH> 100644
--- a/online_monitor/converter/pybar_fei4.py
+++ b/online_monitor/converter/pybar_fei4.py
@@ -1,12 +1,36 @@
from transceiver import Transceiver
-
+from zmq.utils import jsonapi
+import numpy as np
... | ENH: first working draft of pybar fei4 interpretation | SiLab-Bonn_online_monitor | train |
dd6c12819925ac7e8149607338fc648446359872 | diff --git a/cwtools/jsimp.py b/cwtools/jsimp.py
index <HASH>..<HASH> 100644
--- a/cwtools/jsimp.py
+++ b/cwtools/jsimp.py
@@ -110,10 +110,11 @@ def megaScript(scripts, wrapper):
var document = window.document;
'''
for script in scripts:
+ data += script._underscoreName() + u';\n'
data += script.getContent()
... | fix to include the important {'__name__' blocks | ludiosarchive_Coreweb | train |
aa68fe2010d1a9d5335d24c793044de3d2a7b004 | diff --git a/src/EntityMap.php b/src/EntityMap.php
index <HASH>..<HASH> 100755
--- a/src/EntityMap.php
+++ b/src/EntityMap.php
@@ -481,7 +481,9 @@ class EntityMap
*/
public function getProperties(): array
{
- return $this->properties;
+ return get_parent_class(__class__) !== false
+ ... | Allow merging of properties in EntityMap when using single table inheritance | analogueorm_analogue | train |
eb31953a6baf01cf9e2e15556c5f9aba20bbc14b | diff --git a/lib/plugins/disco.js b/lib/plugins/disco.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/disco.js
+++ b/lib/plugins/disco.js
@@ -1,5 +1,3 @@
-/*global unescape, escape */
-
'use strict';
var _ = require('underscore');
@@ -9,15 +7,6 @@ require('../stanza/disco');
require('../stanza/caps');
-var UT... | Remove extra Unicode fiddling from disco caps
Turns out that things work as expected without going through the
extra trouble. (Generated & verified ver strings match between
stanza.io & SleekXMPP)
Tested Unicode handling with the venerable 💩 character. | legastero_stanza.io | train |
0cfd5c89afc27c3a306e5421908c6c09ed3e7c5a | diff --git a/lib/brownanrs/polynomial.py b/lib/brownanrs/polynomial.py
index <HASH>..<HASH> 100644
--- a/lib/brownanrs/polynomial.py
+++ b/lib/brownanrs/polynomial.py
@@ -131,9 +131,9 @@ class Polynomial(object):
msg_out[:len(dividend)] = dividend
for i in range(0, len(dividend)):
coef = ... | add: more optimization to rs libs | lrq3000_pyFileFixity | train |
eb1020176b88d1f5c920c254d0b03b731af16445 | diff --git a/bundles/org.eclipse.orion.client.ui/web/browse/fileBrowser.css b/bundles/org.eclipse.orion.client.ui/web/browse/fileBrowser.css
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.ui/web/browse/fileBrowser.css
+++ b/bundles/org.eclipse.orion.client.ui/web/browse/fileBrowser.css
@@ -387,6 +38... | Bug <I> - Readonly widget: Show progress spinner when user clicks on a folder or file. | eclipse_orion.client | train |
f5d35ba8350cc20400ae009f0af972c537b249af | diff --git a/lib/ruboto/util/setup.rb b/lib/ruboto/util/setup.rb
index <HASH>..<HASH> 100644
--- a/lib/ruboto/util/setup.rb
+++ b/lib/ruboto/util/setup.rb
@@ -229,7 +229,7 @@ module Ruboto
def check_for_build_tools
dx_locations = Dir[File.join android_package_directory, 'build-tools', '*', windows? ? ... | Make setup accept build tools rc | ruboto_ruboto | train |
67d1824ddc802b9166c5cfbe4d0dfaad55f9282d | diff --git a/espresso-server/app/src/androidTest/java/io/appium/espressoserver/lib/helpers/w3c/adapter/espresso/AndroidMotionEvent.java b/espresso-server/app/src/androidTest/java/io/appium/espressoserver/lib/helpers/w3c/adapter/espresso/AndroidMotionEvent.java
index <HASH>..<HASH> 100644
--- a/espresso-server/app/src/a... | Calculate metaState for pointer events (#<I>) | appium_appium-espresso-driver | train |
124ee958663140a5fe06f762941232c70ebe5aa3 | diff --git a/workshift/views.py b/workshift/views.py
index <HASH>..<HASH> 100644
--- a/workshift/views.py
+++ b/workshift/views.py
@@ -132,47 +132,54 @@ def view_semester(request, semester, profile):
template_dict["next_day"] = (day + timedelta(days=1)).strftime("%Y-%m-%d")
day_shifts = WorkshiftInstance.objects.... | Generate sign in/out/verify/etc forms for week-long shifts, too | knagra_farnsworth | train |
19708ad9351fd292df2dfaa47de37eb5d00ba824 | diff --git a/twig-includes-cli.js b/twig-includes-cli.js
index <HASH>..<HASH> 100755
--- a/twig-includes-cli.js
+++ b/twig-includes-cli.js
@@ -64,7 +64,7 @@ program
// Is input within a directory?
if (pathArray.length > 0) {
- var outputPath = path.normalize(program.output + '/' + pathArray... | Fixed bug with filtering out empty arrays in files paths | nathansearles_twig-includes-cli | train |
6c9a5997610c66de7795276dd285926e6a8252af | diff --git a/plugin/file/setup.go b/plugin/file/setup.go
index <HASH>..<HASH> 100644
--- a/plugin/file/setup.go
+++ b/plugin/file/setup.go
@@ -97,7 +97,6 @@ func fileParse(c *caddy.Controller) (Zones, error) {
names = append(names, origins[i])
}
- upstr := upstream.New()
t := []string{}
var e error
@@... | plugin/file: fix setting ReloadInterval (#<I>)
* plugin/file: fix setting ReloadInterval
The reload interval was only correctly set if there was an extra
block for the file. Move this down to set up.
Add test case that fails before, but now works. | coredns_coredns | train |
bf9b191f93119d7395b396d2e997794628a208bc | diff --git a/djangocms_installer/django/__init__.py b/djangocms_installer/django/__init__.py
index <HASH>..<HASH> 100644
--- a/djangocms_installer/django/__init__.py
+++ b/djangocms_installer/django/__init__.py
@@ -67,6 +67,7 @@ def copy_files(config_data):
shutil.copy(src, dst)
else:
... | Cleanup the aldryn bootsrap extraction dir after copying the files | nephila_djangocms-installer | train |
cce0e90d3a80f055834eab05b78d5928f64552d6 | diff --git a/src/main/java/biweekly/io/text/ICalReader.java b/src/main/java/biweekly/io/text/ICalReader.java
index <HASH>..<HASH> 100644
--- a/src/main/java/biweekly/io/text/ICalReader.java
+++ b/src/main/java/biweekly/io/text/ICalReader.java
@@ -209,8 +209,7 @@ public class ICalReader extends StreamReader {
protecte... | Refactoring: Added "ComponentStack" to help with parsing text iCals. | mangstadt_biweekly | train |
ec3add0ed6c7c1dcffed16cddbba045ac3e74be4 | diff --git a/core/src/main/java/com/orientechnologies/orient/core/db/tool/ODatabaseImport.java b/core/src/main/java/com/orientechnologies/orient/core/db/tool/ODatabaseImport.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/orientechnologies/orient/core/db/tool/ODatabaseImport.java
+++ b/core/src/main/java/... | Fixed migration of database from <I> releases. | orientechnologies_orientdb | train |
9e7997fe9c4b22e245143a9ceed97d13b75af6e2 | diff --git a/src/frontend/org/voltdb/NodeDRGateway.java b/src/frontend/org/voltdb/NodeDRGateway.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/NodeDRGateway.java
+++ b/src/frontend/org/voltdb/NodeDRGateway.java
@@ -29,7 +29,7 @@ public interface NodeDRGateway {
/**
* Start listening on the po... | Move all port decisioning to VoltDB and RealVoltDB | VoltDB_voltdb | train |
9a42bbd3bc396be008e7a0fc6dc3ad0a2230b46e | diff --git a/src/Phinx/Db/Adapter/PostgresAdapter.php b/src/Phinx/Db/Adapter/PostgresAdapter.php
index <HASH>..<HASH> 100644
--- a/src/Phinx/Db/Adapter/PostgresAdapter.php
+++ b/src/Phinx/Db/Adapter/PostgresAdapter.php
@@ -1002,7 +1002,10 @@ class PostgresAdapter extends PdoAdapter implements AdapterInterface
*/
... | Support Foreign Key constraint names in SQL Server and PostgreSQL (#<I>)
* Added ability to name foreign key constraints in SQL Server like MySQL (#<I>). Fixes #<I>
* Altered unit tests to verify constraint names in SqlServer and Postgres for #<I>. | cakephp_phinx | train |
2e16ebecd2dd70483f33ecb4f9b8fbbd21f2e6ef | diff --git a/jsonschema/_format.py b/jsonschema/_format.py
index <HASH>..<HASH> 100644
--- a/jsonschema/_format.py
+++ b/jsonschema/_format.py
@@ -221,7 +221,8 @@ except ImportError:
pass
else:
@_checks_drafts(
- name="date-time",
+ draft3="date-time",
+ draft4="d... | Only support iso<I> for older drafts. | Julian_jsonschema | train |
c78b7de5467403f4978b309f42362825b46ab98e | diff --git a/reader.go b/reader.go
index <HASH>..<HASH> 100644
--- a/reader.go
+++ b/reader.go
@@ -10,10 +10,8 @@
//
// Known limitations:
//
-// It has only been tested with files generated by a Canon EOS 550D.
-//
// Because TIFF files and CR2 files share the same first few bytes, the image
-// package's file typ... | Doc cleanup and s/tiff/cr/ in error messages.
This library was forked from the tiff library, but is distinct. The error
messages should indicate that to aid in debugging.
Removed one limitation in package doc, more tests were added in commit
a<I>a1ab<I>fb3eb9e<I>f<I>ab4e<I>b<I>de<I>e | nf_cr2 | train |
3627a27179e2fc4c16d3d0eedc2cd89cfd7d77a2 | diff --git a/src/core/vdom/modules/directives.js b/src/core/vdom/modules/directives.js
index <HASH>..<HASH> 100644
--- a/src/core/vdom/modules/directives.js
+++ b/src/core/vdom/modules/directives.js
@@ -1,10 +1,13 @@
/* @flow */
import { resolveAsset } from 'core/util/options'
+import { mergeVNodeHook } from 'core/... | ensure custom directive bind is called after node is inserted (close #<I>) | IOriens_wxml-transpiler | train |
76a2ac814caa194c46be1cf7a3f5dc129546b1c1 | diff --git a/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetFileReader.java b/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetFileReader.java
index <HASH>..<HASH> 100644
--- a/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetFileReader.java
+++ b/parquet-hadoop/src/main/java/or... | PARQUET-<I>: allow reading footers from provided file listing and streams
The use case is that I want to reuse existing listing of files and avoid doing it again when opening streams. This is in case where filesystem.open is expensive but you have other means of obtaining input stream for a file. | apache_parquet-mr | train |
2beaf390a5343797969a2fb3f849a31c81cec679 | diff --git a/lib/tgios/search_controller.rb b/lib/tgios/search_controller.rb
index <HASH>..<HASH> 100644
--- a/lib/tgios/search_controller.rb
+++ b/lib/tgios/search_controller.rb
@@ -2,7 +2,7 @@ module Tgios
class SearchController < ExtendedUIViewController
include ExtendedUITableView
Events=[:record_selec... | hide_keyboard option for search controller | apriltg_tgios | train |
5d2bea1fba6bfbb01dafb7775c82b681cfc2a0c9 | diff --git a/salt/utils/event.py b/salt/utils/event.py
index <HASH>..<HASH> 100644
--- a/salt/utils/event.py
+++ b/salt/utils/event.py
@@ -701,7 +701,7 @@ class ReactWrap(object):
self.pool = salt.utils.process.ThreadPool(
self.opts['reactor_worker_threads'], # number of workers for runner/whee... | Don't comment out second line! | saltstack_salt | train |
32e4b2fb8a1b59ace9d906c7fb0d341511a45798 | diff --git a/processor/command/macro.rb b/processor/command/macro.rb
index <HASH>..<HASH> 100644
--- a/processor/command/macro.rb
+++ b/processor/command/macro.rb
@@ -11,25 +11,44 @@ class Trepan::Command::MacroCommand < Trepan::Command
#{NAME} MACRO-NAME PROC-OBJECT
Define MACRO-NAME as a debugger macro. Debugger ... | Sync with rb-trepanning | rocky_rbx-trepanning | train |
10a9207cd5d0005c7cb99fdad6d2b58115b71a2e | diff --git a/samples/boot/oauth2resourceserver/src/main/java/sample/OAuth2ResourceServerSecurityConfiguration.java b/samples/boot/oauth2resourceserver/src/main/java/sample/OAuth2ResourceServerSecurityConfiguration.java
index <HASH>..<HASH> 100644
--- a/samples/boot/oauth2resourceserver/src/main/java/sample/OAuth2Resour... | Pivot Resource Server Sample
Changed sample to manage its own JwtDecoder, allowing the Nimbus
Jwt Decoder Builder API to evolve during milestone development. | spring-projects_spring-security | train |
ef53eac98332321cb84c79bad91cf8e4a6e538f8 | diff --git a/Makefile b/Makefile
index <HASH>..<HASH> 100644
--- a/Makefile
+++ b/Makefile
@@ -6,4 +6,5 @@ test:
install_deps:
go get github.com/robertkrimen/otto
- go get github.com/stretchr/testify
\ No newline at end of file
+ go get github.com/stretchr/testify
+ go get github.com/miekg/dns
\ No newline at end ... | feature(isResolvable): add built-in isResolvable function | jackwakefield_gopac | train |
66831271ff23e860d2355f0139b3a09f8830783c | diff --git a/peony/client.py b/peony/client.py
index <HASH>..<HASH> 100644
--- a/peony/client.py
+++ b/peony/client.py
@@ -73,7 +73,7 @@ class BasePeonyClient(oauth.Client):
self._loads = loads
self.error_handler = error_handler
- self.session = aiohttp.ClientSession() if session is None else... | use _session attribute of the client to store the session | odrling_peony-twitter | train |
8af290958c72a00c9b1797578ce62a7dbf23fab3 | diff --git a/lib/flavour_saver/helpers.rb b/lib/flavour_saver/helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/flavour_saver/helpers.rb
+++ b/lib/flavour_saver/helpers.rb
@@ -88,7 +88,7 @@ module FlavourSaver
end
def register_helper(method,&b)
- if method.respond_to? :name
+ if !method.is_a?(Symbo... | Ruby 3 introduced #name on the Symbol class | jamesotron_FlavourSaver | train |
24fd3461de526431ab646020d5f9bc82492c2d64 | diff --git a/beatrix/src/test/java/org/killbill/billing/beatrix/integration/TestWithTaxItems.java b/beatrix/src/test/java/org/killbill/billing/beatrix/integration/TestWithTaxItems.java
index <HASH>..<HASH> 100644
--- a/beatrix/src/test/java/org/killbill/billing/beatrix/integration/TestWithTaxItems.java
+++ b/beatrix/sr... | beatrix: Add invoice plugin tax scenario for adjustments | killbill_killbill | train |
8a39d3003f420e3950b0e504043e59082b4d9163 | diff --git a/languagetool-core/src/main/java/org/languagetool/tagging/disambiguation/MultiWordChunker.java b/languagetool-core/src/main/java/org/languagetool/tagging/disambiguation/MultiWordChunker.java
index <HASH>..<HASH> 100644
--- a/languagetool-core/src/main/java/org/languagetool/tagging/disambiguation/MultiWordCh... | use BufferedReader over Scanner because it's faster and the features of a Scanner aren't even needed | languagetool-org_languagetool | train |
232b62ddb4c3e863db259630bf55a1430aac8da9 | diff --git a/src/AdapterInterface.php b/src/AdapterInterface.php
index <HASH>..<HASH> 100644
--- a/src/AdapterInterface.php
+++ b/src/AdapterInterface.php
@@ -143,4 +143,10 @@ interface AdapterInterface
* @return \React\Promise\PromiseInterface
*/
public function symlink($fromPath, $toPath);
+
+ /**... | New Filesystem::constructLink method that will build a link from a given path | reactphp_filesystem | train |
bb7a8dbaa572d074723d6e87619d22f33d01da7b | diff --git a/models/stop.js b/models/stop.js
index <HASH>..<HASH> 100644
--- a/models/stop.js
+++ b/models/stop.js
@@ -34,5 +34,11 @@ const Stop = mongoose.model('Stop', new mongoose.Schema({
min: 0,
max: 2,
},
+ // fields not part of the specs, added to make life easier
+ loc: {
+ t... | Add additional fields to stop model for routes and loc | klandell_gtfs-mongoose | train |
2c0932bcbc55d64d1d188021ec1a3342bfacb5e4 | diff --git a/graylog2-server/src/main/java/org/graylog2/migrations/V202201281638_GeoIpResolverConfigMigration.java b/graylog2-server/src/main/java/org/graylog2/migrations/V202201281638_GeoIpResolverConfigMigration.java
index <HASH>..<HASH> 100644
--- a/graylog2-server/src/main/java/org/graylog2/migrations/V202201281638... | Updated V<I>_GeoIpResolverConfigMigration migration completed log level to DEBUG | Graylog2_graylog2-server | train |
9c4073ce75b670d34fbee930301b5f5a30a95709 | diff --git a/tsdb/engine.go b/tsdb/engine.go
index <HASH>..<HASH> 100644
--- a/tsdb/engine.go
+++ b/tsdb/engine.go
@@ -7,6 +7,7 @@ import (
"io"
"os"
"regexp"
+ "runtime"
"sort"
"time"
@@ -192,13 +193,15 @@ type EngineOptions struct {
FileStoreObserver FileStoreObserver
}
-// NewEngineOptions returns t... | tests: Fix OpenLimiter is nil | influxdata_influxdb | train |
87a3626b4178d8fb02dab08fa07e9aeca24a6a74 | diff --git a/spec/auto_tagger/auto_tagger_spec.rb b/spec/auto_tagger/auto_tagger_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/auto_tagger/auto_tagger_spec.rb
+++ b/spec/auto_tagger/auto_tagger_spec.rb
@@ -1,6 +1,9 @@
require File.dirname(__FILE__) + '/../spec_helper'
describe AutoTagger do
+ before(:each) do
+ ... | fixed spec failure when run from outside project root | zilkey_auto_tagger | train |
ca68e9918a14a4d3163800d7a9f78d7e101c3765 | diff --git a/src/MetadataRepository/AggregatedMetadataRepository.php b/src/MetadataRepository/AggregatedMetadataRepository.php
index <HASH>..<HASH> 100644
--- a/src/MetadataRepository/AggregatedMetadataRepository.php
+++ b/src/MetadataRepository/AggregatedMetadataRepository.php
@@ -223,7 +223,7 @@ class AggregatedMetad... | Refactor filter => registerFilter, filterEntity => filterRole, filePath to getFilePath | OpenConext-Attic_OpenConext-engineblock-metadata | train |
8532e9c47939b872df8cb78f09b49ac5a57b62fd | diff --git a/sos/plugins/gnocchi.py b/sos/plugins/gnocchi.py
index <HASH>..<HASH> 100644
--- a/sos/plugins/gnocchi.py
+++ b/sos/plugins/gnocchi.py
@@ -1,4 +1,5 @@
# Copyright (C) 2016 Red Hat, Inc., Sachin Patil <psachin@redhat.com>
+# Copyright (C) 2017 Red Hat, Inc., Martin Schuppert <mschuppert@redhat.com>
# Thi... | [gnocchi] add_cmd_output block to be run only when ENVs set
add_cmd_output now gets only called if the needed ENV variables
are set to be able to connect to an OpenStack env.
Resolves: #<I>. | sosreport_sos | train |
d8392315c8e7c86f3ef4fb8014a1285e8558193c | diff --git a/package/config_types/config_list.js b/package/config_types/config_list.js
index <HASH>..<HASH> 100644
--- a/package/config_types/config_list.js
+++ b/package/config_types/config_list.js
@@ -3,6 +3,8 @@
* @extends { Array }
*/
class ConfigList extends Array {
+ static get [Symbol.species]() { return A... | Return native array type with config list (#<I>) | rails_webpacker | train |
7079902ec677e8bf259b95e4a661fef0925d167c | diff --git a/src/Commands/AdminAPIGenerator.php b/src/Commands/AdminAPIGenerator.php
index <HASH>..<HASH> 100644
--- a/src/Commands/AdminAPIGenerator.php
+++ b/src/Commands/AdminAPIGenerator.php
@@ -15,7 +15,7 @@ class AdminAPIGenerator extends MWBGenerator
{
protected $name = 'rocket:make:api:admin';
- prot... | :<I>: Admin API Add relation column | laravel-rocket_generator | train |
0e9f97a285e32bb42aabb4e78d3b7689b8d1df9e | diff --git a/spyder/widgets/ipythonconsole/shell.py b/spyder/widgets/ipythonconsole/shell.py
index <HASH>..<HASH> 100644
--- a/spyder/widgets/ipythonconsole/shell.py
+++ b/spyder/widgets/ipythonconsole/shell.py
@@ -116,6 +116,13 @@ These commands were executed:
>>> f, g, h = symbols('f g h', cls=Function)
"""
... | warning message when both pylab and sympy are enabled | spyder-ide_spyder | train |
92c942a8db7adc6ecb283e5a3b2a8b2816046c00 | diff --git a/lib/app/js/controllers/element.js b/lib/app/js/controllers/element.js
index <HASH>..<HASH> 100644
--- a/lib/app/js/controllers/element.js
+++ b/lib/app/js/controllers/element.js
@@ -101,7 +101,7 @@ angular.module('sgApp')
$scope.nextSection = nextSection(sections, result);
$scope.section ... | fixed section modifier fullscreen mode does not work | SC5_sc5-styleguide | train |
9766894e437850552f495bf0a20fccd9add41f26 | diff --git a/heron/simulator/src/java/com/twitter/heron/simulator/grouping/FieldsGrouping.java b/heron/simulator/src/java/com/twitter/heron/simulator/grouping/FieldsGrouping.java
index <HASH>..<HASH> 100644
--- a/heron/simulator/src/java/com/twitter/heron/simulator/grouping/FieldsGrouping.java
+++ b/heron/simulator/src... | Make task index never negative in simulator's FieldsGrouping (#<I>)
* Make the task index never be negative
1. Make the task index never be negative
As "hash % primeNumber + primeNumber" can overflow and be a negative number,
when primeNumber is greater than Integar.MAX_VALUE/2.
This PR fixed it to avo... | apache_incubator-heron | train |
febe37dcddf068bff3fab9bba68838712411db92 | diff --git a/rxandroid/src/main/java/rx/android/lifecycle/LifecycleObservable.java b/rxandroid/src/main/java/rx/android/lifecycle/LifecycleObservable.java
index <HASH>..<HASH> 100644
--- a/rxandroid/src/main/java/rx/android/lifecycle/LifecycleObservable.java
+++ b/rxandroid/src/main/java/rx/android/lifecycle/LifecycleO... | fixup! Added LifecycleObserver and tests | ReactiveX_RxAndroid | train |
f6e44866fc6b7e0fc88bcdb3d8e48a919de6250b | diff --git a/lib/common/encryption.js b/lib/common/encryption.js
index <HASH>..<HASH> 100644
--- a/lib/common/encryption.js
+++ b/lib/common/encryption.js
@@ -92,7 +92,6 @@ function encryptionFactory(
Encryption.prototype.createSalt = function (algorithm, salt) {
algorithm = algorithm || 'sha512';
... | Remove support for md5 password hashing | RackHD_on-core | train |
3de71b2a03630e71d86e22701b851b988da4b08f | diff --git a/vault/diagnose/file_checks.go b/vault/diagnose/file_checks.go
index <HASH>..<HASH> 100644
--- a/vault/diagnose/file_checks.go
+++ b/vault/diagnose/file_checks.go
@@ -39,9 +39,6 @@ func CheckFilePerms(info fs.FileInfo) (bool, []string) {
hasSomeRead := false
hasSomeWrite := false
- fmt.Printf("perms a... | remove prints (#<I>) | hashicorp_vault | train |
59ba1802fda1836b2c7b1d979be7d9acf85ff7e9 | diff --git a/setup-jottacloudclient.py b/setup-jottacloudclient.py
index <HASH>..<HASH> 100644
--- a/setup-jottacloudclient.py
+++ b/setup-jottacloudclient.py
@@ -57,4 +57,20 @@ setup(name='jottacloudclient',
'monitor': ['watchdog',],
'scanner': ['xattr',],
},
- )
+ classifiers = """
+... | Add classifiers to both setup-*.py files. | havardgulldahl_jottalib | train |
4c437026089e3c99a41fca985a1861f700d02b92 | diff --git a/packages/BetterReflection/src/Reflector/MethodReflector.php b/packages/BetterReflection/src/Reflector/MethodReflector.php
index <HASH>..<HASH> 100644
--- a/packages/BetterReflection/src/Reflector/MethodReflector.php
+++ b/packages/BetterReflection/src/Reflector/MethodReflector.php
@@ -7,7 +7,6 @@ use phpDo... | [BetterReflection] drop missing identifier fallback where not needed - towards autoloadble | rectorphp_rector | train |
44cab9f5f0e358075d6ffcec18739fa147d39dee | diff --git a/src/UrlGeneratorService.php b/src/UrlGeneratorService.php
index <HASH>..<HASH> 100644
--- a/src/UrlGeneratorService.php
+++ b/src/UrlGeneratorService.php
@@ -10,7 +10,7 @@ class UrlGeneratorService extends UrlGenerator
public function addSid($url, ?\Illuminate\Routing\Route $route = null)
{
... | Fix checking for urlsession middleware | iMi-digital_laravel-transsid | train |
7204c2c2770959e5c27d3fc4ac4fe4d5be9b3616 | diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go
index <HASH>..<HASH> 100644
--- a/test/helpers/kubectl.go
+++ b/test/helpers/kubectl.go
@@ -2152,6 +2152,7 @@ func (kub *Kubectl) overwriteHelmOptions(options map[string]string) error {
devices := privateIface
opts := map[string]string{
+ "global.... | test: Enable host firewall in kube-proxy-free CI
This commit enables the enforcement of host policies in the datapath for
our kube-proxy-free CI builds. Since no host policies are loaded, it
defaults to allow all on ingress and egress. | cilium_cilium | train |
b84fec566a2fc92b6bb905657d473b99a23c96de | diff --git a/.gitignore b/.gitignore
index <HASH>..<HASH> 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,10 @@
/__pycache__
*.pyc
-/MANIFEST
/build
/dist
/docs/_build
/docs/_static
/docs/_templates
-/README
\ No newline at end of file
+/README
+/MANIFEST
\ No newline at end of file
diff --git a/__version... | Fix issue with __version__ not appearing in the sdist | tjguk_winshell | train |
6033c20920d8bc3852cba2e03ae360aa4148e90c | diff --git a/lib/jobba/status.rb b/lib/jobba/status.rb
index <HASH>..<HASH> 100644
--- a/lib/jobba/status.rb
+++ b/lib/jobba/status.rb
@@ -219,7 +219,7 @@ module Jobba
@state = attrs[:state] || State::UNKNOWN
@progress = attrs[:progress] || 0
@errors = attrs[:errors] || []
- ... | Job data is now nil when not set | openstax_jobba | train |
474a0e9e1226ff8fe09c3a698e0ee418b5987769 | diff --git a/src/server/pfs/db/persist/clock.go b/src/server/pfs/db/persist/clock.go
index <HASH>..<HASH> 100644
--- a/src/server/pfs/db/persist/clock.go
+++ b/src/server/pfs/db/persist/clock.go
@@ -8,14 +8,6 @@ import (
"github.com/dancannon/gorethink"
)
-type ErrBranchExists struct {
- error
-}
-
-type ErrBranch... | Start on linter feedback for clock.go
A lot of this boils down to how much of this code is used | pachyderm_pachyderm | train |
f804d7924e889b4a4c6a8659d16c833bf6e75cda | diff --git a/api.go b/api.go
index <HASH>..<HASH> 100644
--- a/api.go
+++ b/api.go
@@ -588,7 +588,7 @@ func (c Client) newRequest(method string, metadata requestMetadata) (req *http.R
}
// Initialize a new HTTP request for the method.
- req, err = http.NewRequest(method, targetURL.String(), metadata.contentBody)
... | Revert passing content body to http request (#<I>)
This change was intended for go <I> but it is too
early to switch to the new version of go. | minio_minio-go | train |
4decae2e5a129ca37684b44368fec1c7067513b6 | diff --git a/permission/permitems.go b/permission/permitems.go
index <HASH>..<HASH> 100644
--- a/permission/permitems.go
+++ b/permission/permitems.go
@@ -91,6 +91,8 @@ var (
PermPool = PermissionRegistry.get("pool")
PermPoolCreate = PermissionRegistry.get("pool.cre... | permission: add pool.read.events permission | tsuru_tsuru | train |
6f0d97861bb3fc9a3d3a3db6d513b2561b762b27 | diff --git a/Classes/Composer/ChangelogScript.php b/Classes/Composer/ChangelogScript.php
index <HASH>..<HASH> 100644
--- a/Classes/Composer/ChangelogScript.php
+++ b/Classes/Composer/ChangelogScript.php
@@ -189,9 +189,13 @@ class ChangelogScript
'Merge branch',
'Scrutinizer Auto-Fixer',
... | [CLEANUP] Minor cleanups | benjaminkott_bootstrap_package | train |
f80b1eba6e7e2e7d86cc3f37829d8204a59fb866 | diff --git a/envoy/COMMIT b/envoy/COMMIT
index <HASH>..<HASH> 100644
--- a/envoy/COMMIT
+++ b/envoy/COMMIT
@@ -1 +1 @@
-637a92a56e2739b5f78441c337171968f18b46ee
\ No newline at end of file
+78e54060c88803137c656cb9e14de3db1e5a6047
\ No newline at end of file
diff --git a/envoy/extensions/access_loggers/stream/v3/stream... | Mirrored from envoyproxy/envoy @ <I>e<I>c<I>c<I>cb9e<I>de3db1e5a<I> | envoyproxy_go-control-plane | train |
6a54263f49299b3e6843c900d71f3719b8c658de | diff --git a/tests/functional/test_vlan.py b/tests/functional/test_vlan.py
index <HASH>..<HASH> 100644
--- a/tests/functional/test_vlan.py
+++ b/tests/functional/test_vlan.py
@@ -196,3 +196,13 @@ class TestApiVlan(TestCase):
with assert_raises(NetworkAPIClientError):
self.api_vlan.update([vlan])... | Created test for insert a vlan with unauthorized number | globocom_GloboNetworkAPI-client-python | train |
d08cf4644d382f5fce0db6edb33ad0a542aa1b79 | diff --git a/src/Binding.js b/src/Binding.js
index <HASH>..<HASH> 100644
--- a/src/Binding.js
+++ b/src/Binding.js
@@ -317,7 +317,7 @@ Binding.asStringPath = function (pathAsAnArray) {
* @type {String} */
Binding.META_NODE = META_NODE;
-Binding.prototype = Object.freeze( /** @lends Binding.prototype */ {
+var bind... | fix delete aliases set after freeze | moreartyjs_moreartyjs | train |
d20986c113fc29ed19330a6a6f7659cb8d3ea235 | diff --git a/classes/Boom/Page/ReadabilityScore.php b/classes/Boom/Page/ReadabilityScore.php
index <HASH>..<HASH> 100644
--- a/classes/Boom/Page/ReadabilityScore.php
+++ b/classes/Boom/Page/ReadabilityScore.php
@@ -2,10 +2,9 @@
namespace Boom\Page;
-use Boom\Page\Page as Page;
-
-use \Kohana as Kohana;
-use \TextS... | Updated Page\ReadabilityScore so that whole toolbar doesn't fail if TextStatistics isn't found | boomcms_boom-core | train |
d1516c66305d6b23f359f326cd4e63c37b6e4d66 | diff --git a/core-bundle/src/Resources/contao/forms/FormTextArea.php b/core-bundle/src/Resources/contao/forms/FormTextArea.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/forms/FormTextArea.php
+++ b/core-bundle/src/Resources/contao/forms/FormTextArea.php
@@ -144,7 +144,7 @@ class FormTextArea ex... | [Core] Double encode special characters in the FormTextArea class (see #<I>). | contao_contao | train |
d0765524c8f6ee4e679a76f9bc9b6dfac789fb4f | diff --git a/lib/complexTypes/RegionOfInterest.js b/lib/complexTypes/RegionOfInterest.js
index <HASH>..<HASH> 100644
--- a/lib/complexTypes/RegionOfInterest.js
+++ b/lib/complexTypes/RegionOfInterest.js
@@ -41,6 +41,8 @@ function RegionOfInterest(regionOfInterestDict){
if(!(this instanceof RegionOfInterest))
re... | Generated code from kms-crowddetector <I>bb<I>cf<I>c<I>b7dcd2ab<I> | Kurento_kurento-module-crowddetector-js | train |
470abe7bbd750004063d6b5e82c37a8859962586 | diff --git a/Annis-web/src/main/webapp/javascript/annis/windowSearch.js b/Annis-web/src/main/webapp/javascript/annis/windowSearch.js
index <HASH>..<HASH> 100644
--- a/Annis-web/src/main/webapp/javascript/annis/windowSearch.js
+++ b/Annis-web/src/main/webapp/javascript/annis/windowSearch.js
@@ -572,7 +572,7 @@ Ext.onRea... | - weka export button had wrong position | korpling_ANNIS | train |
585c75ee24c37033f09f3625df6b497eea09dd40 | diff --git a/src/FulfilledPromise.php b/src/FulfilledPromise.php
index <HASH>..<HASH> 100644
--- a/src/FulfilledPromise.php
+++ b/src/FulfilledPromise.php
@@ -23,6 +23,8 @@ class FulfilledPromise implements ExtendedPromiseInterface, CancellablePromiseIn
try {
return resolve($onFulfilled($this->v... | Handle \Throwable in the same way as \Exception | reactphp_promise | train |
a7a8e74b44121411d005a21e39bcbf7815bc2c5a | diff --git a/src/Sylius/Bundle/ApiBundle/Doctrine/Filter/ProductPriceOrderFilter.php b/src/Sylius/Bundle/ApiBundle/Doctrine/Filter/ProductPriceOrderFilter.php
index <HASH>..<HASH> 100644
--- a/src/Sylius/Bundle/ApiBundle/Doctrine/Filter/ProductPriceOrderFilter.php
+++ b/src/Sylius/Bundle/ApiBundle/Doctrine/Filter/Produ... | Change the DQL to sort by price of first variant | Sylius_Sylius | train |
b271cf7b3abb031ff05aa8a93aaae813dab0a2b7 | diff --git a/fullstop-jobs/src/main/java/org/zalando/stups/fullstop/jobs/policy/CrossAccountPolicyForIAMJob.java b/fullstop-jobs/src/main/java/org/zalando/stups/fullstop/jobs/policy/CrossAccountPolicyForIAMJob.java
index <HASH>..<HASH> 100644
--- a/fullstop-jobs/src/main/java/org/zalando/stups/fullstop/jobs/policy/Cros... | #<I> - use jsonpath to find the principal and avoid to search somewhere else | zalando-stups_fullstop | train |
d75b79dd0e48bf4b4428b5030617ea1984eaa58c | diff --git a/lib/web-page-parser/base_parser.rb b/lib/web-page-parser/base_parser.rb
index <HASH>..<HASH> 100644
--- a/lib/web-page-parser/base_parser.rb
+++ b/lib/web-page-parser/base_parser.rb
@@ -28,9 +28,11 @@ module WebPageParser
# request the page from the server and return the raw contents
def retrie... | guardian: handle weird redirect to internal domain
pops up once in a while | johnl_web-page-parser | train |
8daaf0a98c11bebb3ed89eb45bb2452692117294 | diff --git a/src/Disk.php b/src/Disk.php
index <HASH>..<HASH> 100644
--- a/src/Disk.php
+++ b/src/Disk.php
@@ -13,7 +13,7 @@ class Disk
$this->disk = $disk;
}
- public function getFile(string $path): File
+ public function newFile(string $path): File
{
return new File($this, $path);
... | Save media from FFMpeg class | pascalbaljetmedia_laravel-ffmpeg | train |
67063768dd3b19eaedf2c8822bfad0de69206317 | diff --git a/dev/com.ibm.ws.concurrent.persistent_fat_failover1serv/fat/src/com/ibm/ws/concurrent/persistent/fat/failover1serv/Failover1ServerTest.java b/dev/com.ibm.ws.concurrent.persistent_fat_failover1serv/fat/src/com/ibm/ws/concurrent/persistent/fat/failover1serv/Failover1ServerTest.java
index <HASH>..<HASH> 100755... | Issue #<I> disabled test of scheduling timer on different instance | OpenLiberty_open-liberty | train |
9f2640aaa69965fc0c66eb760999533f63fd5ac5 | diff --git a/lib/appbundler/app.rb b/lib/appbundler/app.rb
index <HASH>..<HASH> 100644
--- a/lib/appbundler/app.rb
+++ b/lib/appbundler/app.rb
@@ -127,28 +127,52 @@ E
end
def executables
- specs = Dir[File.join(app_root, "#{name}*.gemspec")]
- if not specs.empty?
- # Find the executables li... | Refactor changes for finding gemspecs | chef_appbundler | train |
893d57bd969f3f9850316d878288ac29cd28a081 | diff --git a/lib/stax/docker.rb b/lib/stax/docker.rb
index <HASH>..<HASH> 100644
--- a/lib/stax/docker.rb
+++ b/lib/stax/docker.rb
@@ -5,17 +5,25 @@ module Stax
class Docker < Base
no_commands do
- ## TODO: look me up if not overridden by user
- def registry
- @_registry ||= 'xxx.dkr.ecr.us-e... | rename repo and reg methods and add tasks to report them | rlister_stax | train |
0897ab6a3462a4f56763d4b23f1b5b35a0d26851 | diff --git a/dev/com.ibm.ws.security.authentication.builtin/src/com/ibm/ws/security/authentication/jaas/modules/CertificateLoginModule.java b/dev/com.ibm.ws.security.authentication.builtin/src/com/ibm/ws/security/authentication/jaas/modules/CertificateLoginModule.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.ws.se... | fixed collective security mising setPrincipals | OpenLiberty_open-liberty | train |
8751279e84d118912cc7a744255e7c1bbe19eaa1 | diff --git a/cms_helper.py b/cms_helper.py
index <HASH>..<HASH> 100755
--- a/cms_helper.py
+++ b/cms_helper.py
@@ -138,12 +138,12 @@ if 'server' in sys.argv[:3]:
def run():
- from djangocms_helper import runner
+ from app_helper import runner
runner.cms('djangocms_blog')
def setup():
- from djan... | Move to django-app-helper (#<I>)
* Move to django-app-helper | nephila_djangocms-blog | train |
b82bcbcb9dbfb651ac9e16f15608300e7b18e684 | diff --git a/lang/en_utf8/repository.php b/lang/en_utf8/repository.php
index <HASH>..<HASH> 100644
--- a/lang/en_utf8/repository.php
+++ b/lang/en_utf8/repository.php
@@ -4,6 +4,7 @@ $string['activaterep'] = 'Active repositories';
$string['attachment'] = 'Attachment';
$string['back'] = '< Back';
$string['close'] ... | "MDL-<I>, improve loading UI" | moodle_moodle | train |
a4090d0b30f850044413630333341cd327cbb55a | diff --git a/Auth/OpenID/FileStore.php b/Auth/OpenID/FileStore.php
index <HASH>..<HASH> 100644
--- a/Auth/OpenID/FileStore.php
+++ b/Auth/OpenID/FileStore.php
@@ -482,7 +482,7 @@ class Auth_OpenID_FileStore extends Auth_OpenID_OpenIDStore {
}
if ($handle = opendir($dir)) {
- while ($item ... | loop over directories "the right way"
See <URL>)) {
echo "$entry\n";
}
/* This is the WRONG way to loop over the directory. */
while ($entry = readdir($handle)) {
echo "$entry\n";
}
Looping over a directory the wrong way will cause the loop to stop if it comes to a directory named 0 (... | openid_php-openid | train |
4a68e996a9d9ddbd182db9075e2a469afda2bb20 | diff --git a/src/Service/Cdn.php b/src/Service/Cdn.php
index <HASH>..<HASH> 100644
--- a/src/Service/Cdn.php
+++ b/src/Service/Cdn.php
@@ -2988,40 +2988,46 @@ class Cdn
foreach ($purgeIds as $iObjectId) {
- $oDb->select('o.id,o.filename,b.id bucket_id,b.slug bucket_slug');
+ $oDb->sel... | Ensuring correct driver is used when deleting objects | nails_module-cdn | train |
f1fd20acc37f1614affdb69753004940262da224 | diff --git a/examples/gatsby-v2/src/components/layout.js b/examples/gatsby-v2/src/components/layout.js
index <HASH>..<HASH> 100644
--- a/examples/gatsby-v2/src/components/layout.js
+++ b/examples/gatsby-v2/src/components/layout.js
@@ -8,16 +8,14 @@ import './layout.css';
// eslint-disable-next-line react/prop-types
... | Fix strange issue with code within /examples dir (#<I>)
We've received many issues around conflicts with code existing in `/examples` directory. Hoping this commit fixes them! 🤞🏽 | benjaminhoffman_gatsby-plugin-mailchimp | train |
4e4930e9e13649cab007f958468225564cad232d | diff --git a/lang/nl/calendar.php b/lang/nl/calendar.php
index <HASH>..<HASH> 100644
--- a/lang/nl/calendar.php
+++ b/lang/nl/calendar.php
@@ -36,8 +36,8 @@ $string['eventstarttime'] = 'Startuur';
$string['eventtime'] = 'Uur';
$string['eventview'] = 'Details';
$string['expired'] = 'Verloopt';
-$string['explain_looka... | Changed komende activiteit to binnenkort on suggestion by Jan Dierckx | moodle_moodle | train |
86ec64bf08567021826dcca50727d1dae216dee2 | diff --git a/src/Model/AccessControlGroupObject.php b/src/Model/AccessControlGroupObject.php
index <HASH>..<HASH> 100644
--- a/src/Model/AccessControlGroupObject.php
+++ b/src/Model/AccessControlGroupObject.php
@@ -12,7 +12,7 @@ use sgoendoer\Sonic\Model\AccessControlGroupObjectBuilder;
class AccessControlGroupObject ... | Added ObjectFactory | sgoendoer_sonic | train |
2afb384dff57dbb4a10ec2fad243f782bb4ebfcf | diff --git a/lib/nicorepo.rb b/lib/nicorepo.rb
index <HASH>..<HASH> 100644
--- a/lib/nicorepo.rb
+++ b/lib/nicorepo.rb
@@ -15,11 +15,22 @@ class Nicorepo
@agent.ssl_version = 'SSLv3'
@agent.request_headers = { 'accept-language' => 'ja-JP', 'content-language' => 'ja-JP' }
@parser = Parser.new(@agent)
+ ... | Move login state to Nicorepo from Cli | upinetree_nicorepo | train |
73e10f70842e73e24a3d4ed0beaa1f1b748dfd9b | diff --git a/doc/conf.py b/doc/conf.py
index <HASH>..<HASH> 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -230,6 +230,6 @@ def setup(app):
# The following is used by sphinx.ext.linkcode to provide links to github
linkcode_resolve = make_linkcode_resolve(
- 'pyramid', u('https://github.com/tgsmith61591/'
- ... | DOC: Update packagename in Sphinx conf | tgsmith61591_pmdarima | train |
9908c1fc51c57b408388ea3c4b0942fc0663fe5b | diff --git a/adclient.go b/adclient.go
index <HASH>..<HASH> 100644
--- a/adclient.go
+++ b/adclient.go
@@ -91,7 +91,7 @@ func Delete() {
DeleteAdclient(ad)
}
-func Login(uri interface{}, user string, passwd string, sb string) (err error) {
+func Login(uri interface{}, user string, passwd string, sb string, secured... | pass secured as argument to Login in golang (allow secure and unsecure Login); | paleg_libadclient | train |
9e43dc5cfdb85e3ba0502ccf67d1d3a33f718acf | diff --git a/lib/bolt/cli.rb b/lib/bolt/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/bolt/cli.rb
+++ b/lib/bolt/cli.rb
@@ -254,12 +254,6 @@ module Bolt
end
end
- if options[:subcommand] != 'file' && options[:subcommand] != 'script' &&
- !options[:leftovers].empty?
- raise Bolt::CLI... | (GH-<I>) Error with extra arguments to 'bolt module install'
This change causes Bolt to error if any additional arguments are
provided to the `bolt module install` command. This is to prevent
potential confusion for users who might use the command to install a
single module, e.g. `bolt module install puppetlabs/apt`. ... | puppetlabs_bolt | train |
bbb8099c20395d328871566ddda94ce99ca0f63e | diff --git a/salt/modules/bluez.py b/salt/modules/bluez.py
index <HASH>..<HASH> 100644
--- a/salt/modules/bluez.py
+++ b/salt/modules/bluez.py
@@ -167,7 +167,7 @@ def block(bdaddr):
salt '*' bluetooth.block DE:AD:BE:EF:CA:FE
'''
- cmd = 'hciconfig {0} block'.format(dev)
+ cmd = 'hciconfig {0} bloc... | Fix my mistake of merging too soon. | saltstack_salt | train |
41c699bbc56483db58302dcd74a6076aa5cde2da | diff --git a/lib/rest-graph/rails_util.rb b/lib/rest-graph/rails_util.rb
index <HASH>..<HASH> 100644
--- a/lib/rest-graph/rails_util.rb
+++ b/lib/rest-graph/rails_util.rb
@@ -1,6 +1,13 @@
require 'rest-graph/core'
+if Rails::VERSION::MAJOR >= 3
+ require 'active_support/cache'
+
+else # cannot cherry-pick in rail... | rails_util.rb: make sure activesupport is loaded... :( | godfat_rest-core | train |
3a867d14d957b273bb247dbdc3e79525218b1607 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -31,7 +31,7 @@ class Progress extends Component {
*/
backgroundColor: prop.string({
attribute: true,
- default: '#a9a9a9',
+ default: '#404040',
}),
/**
* @... | feat(style): Change to default background-color
Improve contrast by using a darker background color that looks better on a white background | jonathanweiss_sk-progress-circle | train |
cbd2ba52af076219198a002533ac75fcd75a1ca3 | 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
@@ -4,6 +4,7 @@ import os
import os.path
import json
import shlex
+import sys
import tarfile
import tempfile
import warnings
@@ -92,7 +93,10 @@ def tar(path, exclude=None,... | Synthesize executable bit on Windows
The build context is tarred up on the client and then sent to the Docker
daemon. However Windows permissions don't match the Unix ones.
Therefore we have to mark all files as executable when creating a build
context on Windows, like `docker build` already does:
<URL> | docker_docker-py | train |
a3645feb80f39f7f14721a898d15a52731a7bd4e | diff --git a/extensions/get-the-image.php b/extensions/get-the-image.php
index <HASH>..<HASH> 100644
--- a/extensions/get-the-image.php
+++ b/extensions/get-the-image.php
@@ -390,7 +390,7 @@ function get_the_image_format( $args = array(), $image = false ) {
extract( $args );
/* If there is alt text, set it. Ot... | Remove 'the_title' hook. It's missing a parameter and is unneeded anyway since WP has the 'post_title' hook. | justintadlock_hybrid-core | train |
d4db4f95aaaf7624211f6d317d032038cb5c40d2 | diff --git a/softlayer/vm/agent_env.go b/softlayer/vm/agent_env.go
index <HASH>..<HASH> 100755
--- a/softlayer/vm/agent_env.go
+++ b/softlayer/vm/agent_env.go
@@ -46,6 +46,7 @@ type NetworkSpec struct {
}
type DisksSpec struct {
+ Ephemeral string `json:"ephemeral"`
Persistent PersistentSpec `json:"persi... | tell agent that ephemeral disk exists at /dev/xvdc | cloudfoundry_bosh-softlayer-cpi-release | train |
27a57177aeec68e9d282d889b0f28850e1712be8 | diff --git a/metator/commands.py b/metator/commands.py
index <HASH>..<HASH> 100644
--- a/metator/commands.py
+++ b/metator/commands.py
@@ -435,6 +435,7 @@ class Validation(AbstractCommand):
if not exists(self.args["--outdir"]):
os.makedirs(self.args["--outdir"])
recursive_fasta_dir = join... | Add final bin directory in the output directory. | koszullab_metaTOR | train |
7abbbb3c898c6a94cbcb3ac5b43a14422a6801ec | diff --git a/master/buildbot/test/unit/process/test_buildstep.py b/master/buildbot/test/unit/process/test_buildstep.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/test/unit/process/test_buildstep.py
+++ b/master/buildbot/test/unit/process/test_buildstep.py
@@ -1150,7 +1150,7 @@ class TestShellMixin(steps.BuildSte... | test: Rename BuildStepMixin.expectException() to snake case | buildbot_buildbot | train |
b7b224fdeea946aa435d0f0b804243475dcbd1b6 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -452,15 +452,20 @@ convert input.jpg +repage +distort Perspective 'more args'
```rb
MiniMagick::Tool::Convert.new do |convert|
convert << "wand.gif"
+
convert.stack do |stack|
stack << "wand.gif"
stack.ro... | Accept hash of options in #stack
This allows it to be used with Active Storage, which doesn't support
blocks. | minimagick_minimagick | train |
8ac7686cd4d390e60ca40be2b274f36920bee252 | diff --git a/cli/src/main/java/org/jboss/as/cli/impl/ValueTypeCompleter.java b/cli/src/main/java/org/jboss/as/cli/impl/ValueTypeCompleter.java
index <HASH>..<HASH> 100644
--- a/cli/src/main/java/org/jboss/as/cli/impl/ValueTypeCompleter.java
+++ b/cli/src/main/java/org/jboss/as/cli/impl/ValueTypeCompleter.java
@@ -498,6... | Fix for WFCORE-<I>, CLI complete empty complex object | wildfly_wildfly-core | train |
6230bacb734bfbf25d528b8f7a1eb189862bb8d7 | diff --git a/dju_common/__init__.py b/dju_common/__init__.py
index <HASH>..<HASH> 100644
--- a/dju_common/__init__.py
+++ b/dju_common/__init__.py
@@ -1 +1 @@
-__version__ = '0.1.12'
+__version__ = '0.1.13'
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,3 @@
-# cod... | Setup fix. Update to version <I> | liminspace_dju-common | train |
30060d32ed5b4fc576598325c30e9a18f5cb15a8 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -6,6 +6,7 @@
* @typedef {import('./lib/index.js').ResolveFrom} ResolveFrom
* @typedef {import('./lib/index.js').ConfigTransform} ConfigTransform
* @typedef {import('./lib/index.js').Preset} Preset
+ * @typedef {import('.... | Add export of `Options` type | unifiedjs_unified-engine | train |
654a1e99c2b2c2de886f1c3fd9c4f8eaa27a576f | diff --git a/codenerix/forms.py b/codenerix/forms.py
index <HASH>..<HASH> 100644
--- a/codenerix/forms.py
+++ b/codenerix/forms.py
@@ -174,6 +174,7 @@ class BaseForm(object):
['age',8,_("Age in days"), True] Input 'age' will be shown with 8 columns and translated label text "Age in days" to user's langu... | New option for forms fields. Now you can customize the foreign keys link | codenerix_django-codenerix | train |
cb60ae3c8f2eb862dc70dd6d2cfaad81d6842f8a | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -146,7 +146,7 @@ Checkout [This link](http://mechanize.rubyforge.org/) for more on Mechanize
### Sending Lists
-Once you have lists, you can use them locally (obviously), or you can send the elsewhere.
+Once you have ... | Adds the send command to the CLI | DanOlson_beer_list | train |
3d3c3322532127a24da6e5bea1db4fa25d02d723 | diff --git a/lib/schedule.js b/lib/schedule.js
index <HASH>..<HASH> 100644
--- a/lib/schedule.js
+++ b/lib/schedule.js
@@ -111,8 +111,8 @@ class Schedule {
specialHours = false,
// the type of this schedule date (default: Operating)
type = 'Operating',
- // description of special event
- description = fa... | [~] Formatting
[~] Default description to null rather than boolean | cubehouse_themeparks | train |
d55f215af152c85da64d8a84d5c808566ef1b177 | diff --git a/src/Component.js b/src/Component.js
index <HASH>..<HASH> 100644
--- a/src/Component.js
+++ b/src/Component.js
@@ -228,10 +228,15 @@ var Component = Base.extend({
if (this.centered()) {
var actual_dimensions = dimensions(this.base);
- if (options.height)
+ if ('height' in options)
... | Fix margins issue for centered component | CSNW_d3.compose | train |
6e449db1f143ac198e820610a40765071163d87a | diff --git a/mammoth/docx/body_xml.py b/mammoth/docx/body_xml.py
index <HASH>..<HASH> 100644
--- a/mammoth/docx/body_xml.py
+++ b/mammoth/docx/body_xml.py
@@ -67,6 +67,7 @@ def _create_reader(numbering, content_types, relationships, styles, docx_file, f
def run(element):
+ messages = []
propert... | Handle missing run styles in the source document | mwilliamson_python-mammoth | train |
856a2043e9cb5aa66f5a5eb1572d7972eb7dd289 | diff --git a/shinken/daemons/brokerdaemon.py b/shinken/daemons/brokerdaemon.py
index <HASH>..<HASH> 100644
--- a/shinken/daemons/brokerdaemon.py
+++ b/shinken/daemons/brokerdaemon.py
@@ -92,7 +92,7 @@ class Broker(BaseSatellite):
print "Adding in queue an external command", ExternalCommand.__dict__
... | Add : a way so external modules can send us a traceback of their crash before dying. From now only LiveStatus us it. | Alignak-monitoring_alignak | train |
2d949be2fe6224c36ae58b48246d8ee938810396 | diff --git a/stream.go b/stream.go
index <HASH>..<HASH> 100644
--- a/stream.go
+++ b/stream.go
@@ -237,6 +237,9 @@ func newClientStream(ctx context.Context, desc *StreamDesc, cc *ClientConn, meth
select {
case <-t.Error():
// Incur transport error, simply exit.
+ case <-cc.ctx.Done():
+ cs.finish(ErrClient... | Make sure all in-flight streams close when ClientConn.Close() is called. (#<I>)
* Make sure all in-flight streams close when ClientConn.Close() is called.
* added test | grpc_grpc-go | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.