hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
19786453c391b39de4040fd2d081ae0d35d59c0b | diff --git a/src/Mock/MockCommand.php b/src/Mock/MockCommand.php
index <HASH>..<HASH> 100644
--- a/src/Mock/MockCommand.php
+++ b/src/Mock/MockCommand.php
@@ -32,14 +32,9 @@ class MockCommand implements CommandInterface
private $argumentList = array();
/**
- * @var string[] The output for the mocked com... | Fix: Simplify building of MockCommands. | ptlis_shell-command | train |
90a12d6e856bb66256c08cfe30bfacd6fd04009c | diff --git a/h2o-extensions/xgboost/src/main/java/hex/tree/xgboost/XGBoost.java b/h2o-extensions/xgboost/src/main/java/hex/tree/xgboost/XGBoost.java
index <HASH>..<HASH> 100755
--- a/h2o-extensions/xgboost/src/main/java/hex/tree/xgboost/XGBoost.java
+++ b/h2o-extensions/xgboost/src/main/java/hex/tree/xgboost/XGBoost.ja... | Fix: do not print a confusing message about security when cluster is not secured | h2oai_h2o-3 | train |
803d05e755a4bb26a8351b1880a58fa088149a7b | diff --git a/lib/identity_cache/cached/reference/has_many.rb b/lib/identity_cache/cached/reference/has_many.rb
index <HASH>..<HASH> 100644
--- a/lib/identity_cache/cached/reference/has_many.rb
+++ b/lib/identity_cache/cached/reference/has_many.rb
@@ -20,8 +20,8 @@ module IdentityCache
end
de... | Fix fetch has_many id embedded association after adding to it | Shopify_identity_cache | train |
0f371f4067e0e93e45207c814a2224f2e60a2b82 | diff --git a/addon/mode/simple.js b/addon/mode/simple.js
index <HASH>..<HASH> 100644
--- a/addon/mode/simple.js
+++ b/addon/mode/simple.js
@@ -40,6 +40,8 @@
indent: state.indent && state.indent.slice(0)};
if (state.localState)
s.localState = CodeMirror.copyState(state.local.mode, s... | [simple mode addon] Add support for pushed/popped states | codemirror_CodeMirror | train |
e10dd6fc9dd471d6936f4ed7216eda7c70618de5 | diff --git a/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/ProcessStateListenerResourceDefinition.java b/core-management/core-management-subsystem/src/main/java/org/wildfly/extension/core/management/ProcessStateListenerResourceDefinition.java
index <HASH>..<HASH> 100644
-... | WFCORE-<I> differentiate log messages from various exceptions. | wildfly_wildfly-core | train |
e7eb3838f51afe7e3a5e4739efe02fe478505b34 | diff --git a/shard.go b/shard.go
index <HASH>..<HASH> 100644
--- a/shard.go
+++ b/shard.go
@@ -86,18 +86,20 @@ func (s *Shard) open(path string, conn MessagingConn) error {
s.mu.Lock()
defer s.mu.Unlock()
+ if s.stats == nil {
+ s.stats = NewStats("shard")
+ }
+
// Return an error if the shard is already open.... | track more stats and report errors for shards | influxdata_influxdb | train |
4d4da35a9de0758854884a95b278d4ddb82cc3fb | diff --git a/lib/ggem/cli.rb b/lib/ggem/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/ggem/cli.rb
+++ b/lib/ggem/cli.rb
@@ -38,6 +38,8 @@ module GGem
@stderr.puts "#{exception.message}\n\n"
@stdout.puts cmd.help
@kernel.exit 1
+ rescue CommandExitError
+ @kernel.exit 1
rescu... | cli: add support for command exit errors
This is a custom exception that tells the CLI to just exit with
a non-zero status but don't output any error or help info. This
isn't needed by any specific sub-commands but should be something
available to all sub commands.
This was needed by an Ardb sub command so we are ma... | redding_ggem | train |
ff0ebc62fd7593ba933baa47b03622a5463a0a61 | diff --git a/lib/tdiff.rb b/lib/tdiff.rb
index <HASH>..<HASH> 100644
--- a/lib/tdiff.rb
+++ b/lib/tdiff.rb
@@ -115,14 +115,14 @@ module TDiff
# explicitly discard the c matrix
c = nil
- # recurse down through unchanged nodes
- unchanged.each { |x,y| x.tdiff(y,&block) }
- unchanged = nil
-
# se... | yield the changes before recursing. | postmodern_tdiff | train |
27fa9c1e1bd567477a4df5c760df32d2ffc3c745 | diff --git a/src/poetry/puzzle/solver.py b/src/poetry/puzzle/solver.py
index <HASH>..<HASH> 100644
--- a/src/poetry/puzzle/solver.py
+++ b/src/poetry/puzzle/solver.py
@@ -252,14 +252,11 @@ class PackageNode(DFSNode):
package: Package,
packages: list[Package],
previous: PackageNode | None = No... | remove special cases from depth first search
- regular depth-first search already handles circular dependencies and
hitting the same package twice
- the special cases might have saved a teensy amount of work, but the
simplification is preferable
- pre-release handling here was not consistent with code elsewhe... | sdispater_poetry | train |
49bb7e58693aaa7c3039768be34cf12adc9bfb99 | diff --git a/lib/dimples/version.rb b/lib/dimples/version.rb
index <HASH>..<HASH> 100644
--- a/lib/dimples/version.rb
+++ b/lib/dimples/version.rb
@@ -1,3 +1,3 @@
module Dimples
- VERSION = "1.2.2"
+ VERSION = "1.2.3"
end
\ No newline at end of file | Bumped to <I>. | waferbaby_dimples | train |
82c4ad473b0386a015a66018313f437a1cfefaeb | diff --git a/src/BotApi.php b/src/BotApi.php
index <HASH>..<HASH> 100644
--- a/src/BotApi.php
+++ b/src/BotApi.php
@@ -93,6 +93,10 @@ class BotApi
511 => 'Network Authentication Required', // RFC6585
];
+ private $proxySettings = [
+ CURLOPT_PROXY => '',
+ CU... | Added ability to setup proxy for requests to Telegram API | TelegramBot_Api | train |
dc35e170560d9e538c9540cefb8c805924b798a4 | diff --git a/lib/condensation/loaders/particle-loader.js b/lib/condensation/loaders/particle-loader.js
index <HASH>..<HASH> 100644
--- a/lib/condensation/loaders/particle-loader.js
+++ b/lib/condensation/loaders/particle-loader.js
@@ -39,6 +39,7 @@ var ParticleLoader = function(options) {
util.inherits(ParticleLoader,... | be smarter about looking for root level particles | SungardAS_condensation | train |
6115009def43c1549fd3ea8c80cc6f3ce63db101 | diff --git a/lib/server-code/runners/tasks/invoke-method.js b/lib/server-code/runners/tasks/invoke-method.js
index <HASH>..<HASH> 100644
--- a/lib/server-code/runners/tasks/invoke-method.js
+++ b/lib/server-code/runners/tasks/invoke-method.js
@@ -26,22 +26,32 @@ function decodeTarget(task) {
task.target = task.targe... | fix (rmi-task) proper invocation result wrapping
- wrap result (success and error) into invocation result json object
- implement short circuit in API invocation chain | Backendless_JS-Code-Runner | train |
09271efb13a37edf0d43b8b23464a4f914d95c19 | diff --git a/index.d.ts b/index.d.ts
index <HASH>..<HASH> 100644
--- a/index.d.ts
+++ b/index.d.ts
@@ -33,7 +33,7 @@ declare namespace Posterior {
auto?: boolean | Meta<boolean>;
singleton?: boolean | Meta<boolean>;
cache?: boolean | Meta<boolean>;
- debug?: boolean | Meta<boolean>;
+ ... | support 'xhr' debug mode that saves last xhr request and response for review | esha_posterior | train |
e163f0a728eb86cd48d426bf3f63961fedb65705 | diff --git a/hpcbench/driver.py b/hpcbench/driver.py
index <HASH>..<HASH> 100644
--- a/hpcbench/driver.py
+++ b/hpcbench/driver.py
@@ -353,30 +353,37 @@ class BenchmarkCategoryDriver(Enumerator):
@write_yaml_report
def __call__(self, **kwargs):
if "no_exec" not in kwargs:
- runs = dict()
-... | Split member method for reduce McCabe cyclomatic complexity | BlueBrain_hpcbench | train |
3b7e5388a5b54fc9ad4eb36c4f79ed5058b2a8de | diff --git a/heroku-deploy/src/main/java/com/heroku/sdk/deploy/App.java b/heroku-deploy/src/main/java/com/heroku/sdk/deploy/App.java
index <HASH>..<HASH> 100644
--- a/heroku-deploy/src/main/java/com/heroku/sdk/deploy/App.java
+++ b/heroku-deploy/src/main/java/com/heroku/sdk/deploy/App.java
@@ -74,7 +74,7 @@ public clas... | moved copy to its own method so it can be overriden | heroku_heroku-maven-plugin | train |
36e8d1ae375d4eeb389e2c78d1e535103be3b8c2 | diff --git a/ui/fields/plupload.php b/ui/fields/plupload.php
index <HASH>..<HASH> 100644
--- a/ui/fields/plupload.php
+++ b/ui/fields/plupload.php
@@ -3,6 +3,7 @@
$attributes['value'] = $value;
$attributes = PodsForm::merge_attributes( $attributes, $name, PodsForm::$field_type, $options );
$css_id = $a... | Added code for existing values for a multi-file field | pods-framework_pods | train |
5de9560537378e6be854a9cf2b3c0c675bcb9e9e | diff --git a/pylatex/table.py b/pylatex/table.py
index <HASH>..<HASH> 100644
--- a/pylatex/table.py
+++ b/pylatex/table.py
@@ -18,7 +18,7 @@ import re
# The letters used to count the table width
-COLUMN_LETTERS = ['l', 'c', 'r', 'p', 'm', 'b', 'X']
+COLUMN_LETTERS = {'l', 'c', 'r', 'p', 'm', 'b', 'X'}
def _ge... | Make COLUMN_LETTERS a set so columns are not counted multiple times | JelteF_PyLaTeX | train |
e61aaa5abfe1510d412d65c20c8f5cdcdab287ff | diff --git a/vm/debug.luajs.js b/vm/debug.luajs.js
index <HASH>..<HASH> 100644
--- a/vm/debug.luajs.js
+++ b/vm/debug.luajs.js
@@ -179,7 +179,7 @@ luajs.debug._clearLineHighlight = function () {
luajs.VM.prototype.execute = function () {
var result = execute.apply (this, arguments);
- if (luajs.debug.stepping) ... | Coroutine debugging bugfix. | gamesys_moonshine | train |
2f6f5e3aea538ec63622d25b8542083e4137aa32 | diff --git a/hendrix/hendrix-devserver.py b/hendrix/hendrix-devserver.py
index <HASH>..<HASH> 100644
--- a/hendrix/hendrix-devserver.py
+++ b/hendrix/hendrix-devserver.py
@@ -1,6 +1,7 @@
import os, sys
import imp
-import autoreload
+# import autoreload
+
DEPLOYMENT_TYPE = "local"
os.environ['DJANGO_SETTINGS_MODULE'... | something is wrong with using autoreload after pip installing the repo | hendrix_hendrix | train |
b44f617d2a6b93dfad8b15c10bb3813b021c888d | diff --git a/src/StaticL2.php b/src/StaticL2.php
index <HASH>..<HASH> 100644
--- a/src/StaticL2.php
+++ b/src/StaticL2.php
@@ -55,7 +55,7 @@ class StaticL2 extends L2
} elseif (!is_null($entry->expiration) && $entry->expiration < $_SERVER['REQUEST_TIME']) {
$last_matching_entry = n... | StaticL2: Clone before unserializing (#<I>) | lcache_lcache | train |
51694d24ea3e1262a55a56ef99d5bf2a2129a0a8 | diff --git a/kubespawner/spawner.py b/kubespawner/spawner.py
index <HASH>..<HASH> 100644
--- a/kubespawner/spawner.py
+++ b/kubespawner/spawner.py
@@ -277,10 +277,6 @@ class KubeSpawner(Spawner):
ReadWriteOnce – the volume can be mounted as read-write by a single node
ReadOnlyMany – th... | Removed unnecessary text from doc string. | jupyterhub_kubespawner | train |
6c0609fafb387f2f61ba9eb9754c31bdebeb46ec | diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG
index <HASH>..<HASH> 100644
--- a/activeresource/CHANGELOG
+++ b/activeresource/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add Base.delete for deleting resources without having to instantiate them first. [Jamis Buck]
+
* Make #save behavior mimic AR::Base#sav... | Add Base.delete for deleting resources without having to instantiate them first
git-svn-id: <URL> | rails_rails | train |
4f04f77ac8828bc91e134961840781ff06cc8f4d | diff --git a/lib/toml.rb b/lib/toml.rb
index <HASH>..<HASH> 100644
--- a/lib/toml.rb
+++ b/lib/toml.rb
@@ -1,10 +1,6 @@
$:.unshift(File.dirname(__FILE__))
require 'time'
-# lmao unescaping
-require 'syck/encoding'
-require 'yaml'
-
require 'parslet'
require 'toml/key'
@@ -14,7 +10,7 @@ require 'toml/transformer... | Remove yaml/syck | jm_toml | train |
bf9996d85a7bb2f3eb2ff5647d6f958d7bb714cf | diff --git a/lxd/device/nic_bridged.go b/lxd/device/nic_bridged.go
index <HASH>..<HASH> 100644
--- a/lxd/device/nic_bridged.go
+++ b/lxd/device/nic_bridged.go
@@ -88,7 +88,7 @@ func (d *nicBridged) validateConfig(instConf instance.ConfigReader) error {
return errors.Wrapf(err, "Error loading network config for %q",... | lxd/device/nic: Don't allow NICs to use networks that are not created | lxc_lxd | train |
2736bc504ccd861b8c447ca4b94250e626e82887 | diff --git a/src/deps.js b/src/deps.js
index <HASH>..<HASH> 100644
--- a/src/deps.js
+++ b/src/deps.js
@@ -396,6 +396,12 @@ base.addModuleStylesheet(
'tracing.tracks.thread_track');
base.addModuleDependency(
'tracing.tracks.process_track',
+ 'tracing.analysis.object_snapshot_view');
+base.addModuleDepende... | Update deps.js after all those changes | catapult-project_catapult | train |
9567650ea6f7b5ae3605bbd2cca482b2e7c36d43 | diff --git a/visidata/vd.py b/visidata/vd.py
index <HASH>..<HASH> 100755
--- a/visidata/vd.py
+++ b/visidata/vd.py
@@ -2045,7 +2045,7 @@ def run(sheetlist=[]):
def curses_main(_scr, sheetlist=[]):
"""Populate VisiData object with sheets from a given list."""
- for fnrc in ('$XDG_CONFIG_HOME/visidata/config',... | Look for .visidatarc in current directory | saulpw_visidata | train |
93bd53f16f1aba47125f144e4f99267b882becd5 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -19,18 +19,18 @@ VERSION = version
DESCRIPTION = 'Generate and manipulate Open XML PowerPoint (.pptx) files'
KEYWORDS = 'powerpoint ppt pptx office open xml'
AUTHOR = 'Steve Canny'
-AUTHOR_EMAIL = 'python.pptx@librelist.com... | release: last changes for release <I> | scanny_python-pptx | train |
818986c114216574c0fba46ce74386ebbb3c18b4 | diff --git a/awesomplete.js b/awesomplete.js
index <HASH>..<HASH> 100644
--- a/awesomplete.js
+++ b/awesomplete.js
@@ -9,7 +9,7 @@
function $(expr, con) {
if (!expr) return null;
- return typeof expr === 'string'? (con || document).querySelector(expr) : expr;
+ return typeof expr === "string"? (con || document).qu... | Code style: fix the only place with single quotes | LeaVerou_awesomplete | train |
9afe8abca1ae161905f1bcb179479a279580b6c8 | diff --git a/src/main/java/com/amazon/carbonado/qe/IndexedQueryAnalyzer.java b/src/main/java/com/amazon/carbonado/qe/IndexedQueryAnalyzer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/amazon/carbonado/qe/IndexedQueryAnalyzer.java
+++ b/src/main/java/com/amazon/carbonado/qe/IndexedQueryAnalyzer.java
@@ -474,9... | Fix remainder append for full scan queries with 'or' expressions. | Carbonado_Carbonado | train |
bd24395927d3ef16ac2ee7eda0e6365be6bd9b76 | diff --git a/Controller/AbstractModuleController.php b/Controller/AbstractModuleController.php
index <HASH>..<HASH> 100644
--- a/Controller/AbstractModuleController.php
+++ b/Controller/AbstractModuleController.php
@@ -10,6 +10,7 @@
namespace Clastic\BackofficeBundle\Controller;
use Clastic\NodeBundle\Module\NodeMo... | [Backoffice] Allow more extension. | Clastic_BackofficeBundle | train |
ba154ffbe73082598abab6b720512f3bf0bf1689 | diff --git a/networking/networking.go b/networking/networking.go
index <HASH>..<HASH> 100644
--- a/networking/networking.go
+++ b/networking/networking.go
@@ -250,6 +250,10 @@ func withNetNS(curNS, tgtNS *os.File, f func() error) error {
}
if err := f(); err != nil {
+ // Attempt to revert the net ns in a known ... | net: withNetNS: attempt to revert net ns in case of error
Before this patch, when withNetNS() returns with an error, the current
net namespace is undefined. In order to make the API more readable,
withNetNS() should always at least attempt to return in a defined
namespace used before being called, even in case of erro... | rkt_rkt | train |
ad5cdfbb441c9e637c04cb614b5d31dd47f958d5 | diff --git a/tcdigest.js b/tcdigest.js
index <HASH>..<HASH> 100644
--- a/tcdigest.js
+++ b/tcdigest.js
@@ -32,12 +32,24 @@
* interested in.
*/
- function hash(text) {
+ function fnv1a(text) {
var offset = 2166136261;
var prime = 16777619;
var hash = offset;
for (var i=0; i < text.lengt... | Fixed missing lastCharacter bug. Added times<I> hashing algorithm. | dicksont_text-change-digest | train |
36267eb6e2f193f5230677d4d4b71ece5da7dfe7 | diff --git a/minio-main.go b/minio-main.go
index <HASH>..<HASH> 100644
--- a/minio-main.go
+++ b/minio-main.go
@@ -349,4 +349,5 @@ func serverMain(c *cli.Context) {
err = minhttp.ListenAndServe(apiServer)
errorIf(err.Trace(), "Failed to start the minio server.", nil)
}
+ console.Println(colorGreen("No known bac... | server: Print a message if not backends are configured. | minio_minio | train |
88033f135482c1ed29285ffe3740cc651b8a0502 | diff --git a/c7n/version.py b/c7n/version.py
index <HASH>..<HASH> 100644
--- a/c7n/version.py
+++ b/c7n/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-version = "0.8.14"
+version = "0.8.14.1"
diff --git a/setup.py b/setup.py
index... | version increment explicit setup.py dep on skew for pip install | cloud-custodian_cloud-custodian | train |
5cbf65488c1a334191f3a896b343cb5fe582c03a | diff --git a/lib/generators/appsignal/appsignal_generator.rb b/lib/generators/appsignal/appsignal_generator.rb
index <HASH>..<HASH> 100755
--- a/lib/generators/appsignal/appsignal_generator.rb
+++ b/lib/generators/appsignal/appsignal_generator.rb
@@ -63,11 +63,6 @@ class AppsignalGenerator < Rails::Generators::Base
... | Remove unused code environment_setup? | appsignal_appsignal-ruby | train |
5dab2327884c2119138811f64dd457584d01f02f | diff --git a/src/logger.js b/src/logger.js
index <HASH>..<HASH> 100644
--- a/src/logger.js
+++ b/src/logger.js
@@ -94,7 +94,7 @@ export function setupLogger() {
.info(cache)
.track({
[FPTI_KEY.TRANSITION]: 'process_js_sdk_init_client',
- [FPTI_KEY.SDK_LOAD_TI... | Always log load time when it's a number | paypal_paypal-sdk-client | train |
5d96551bb37f7add7ac43889118bffcda45809a4 | diff --git a/phoebe/backend/backends.py b/phoebe/backend/backends.py
index <HASH>..<HASH> 100644
--- a/phoebe/backend/backends.py
+++ b/phoebe/backend/backends.py
@@ -23,6 +23,7 @@ except ImportError:
else:
_use_phb1 = True
+
# this is a bit of a hack and will only work with openmpi, but environment
# variabl... | Cosmetic changes to backends.py | phoebe-project_phoebe2 | train |
15821862d5d5872ae0353a41f510505e98f8364d | diff --git a/core/app/models/comable/order/validations.rb b/core/app/models/comable/order/validations.rb
index <HASH>..<HASH> 100644
--- a/core/app/models/comable/order/validations.rb
+++ b/core/app/models/comable/order/validations.rb
@@ -8,7 +8,7 @@ module Comable
validates :guest_token, presence: true, uniqu... | Fix validations of Order
- Add validation length of email
- Fix the condition of validations for confirm state
- Add tests | appirits_comable | train |
ac63849a86c13350b88a9731c8b40c69cf3eb253 | diff --git a/lib/mumukit/service.rb b/lib/mumukit/service.rb
index <HASH>..<HASH> 100644
--- a/lib/mumukit/service.rb
+++ b/lib/mumukit/service.rb
@@ -1,9 +1,14 @@
+require 'mongo'
+require 'json/ext'
+require 'active_support/all'
+
module Mumukit
module Service
end
end
+
require 'mumukit/service/version'
... | Adding missing mongo and active support requires | mumuki_mumukit-service | train |
bd58c2e18e18a4799c9a97a2e15fe5fbf24ca53a | diff --git a/actions/form/class.SimpleProperty.php b/actions/form/class.SimpleProperty.php
index <HASH>..<HASH> 100644
--- a/actions/form/class.SimpleProperty.php
+++ b/actions/form/class.SimpleProperty.php
@@ -186,7 +186,7 @@ class tao_actions_form_SimpleProperty extends tao_actions_form_AbstractProperty
//... | feat: depends on property hidden by default | oat-sa_tao-core | train |
b83526ed0ae89d13ea8de3580133125f076f6217 | diff --git a/sdk/spring/azure-spring-boot/src/main/java/com/microsoft/azure/spring/autoconfigure/aad/AzureADGraphClient.java b/sdk/spring/azure-spring-boot/src/main/java/com/microsoft/azure/spring/autoconfigure/aad/AzureADGraphClient.java
index <HASH>..<HASH> 100644
--- a/sdk/spring/azure-spring-boot/src/main/java/com/... | Use Bearer HTTP auth scheme in get user membership (#<I>) | Azure_azure-sdk-for-java | train |
7c167952342e531fcaed405f3cb681033e49162e | diff --git a/lib/MwbExporter/Model/Table.php b/lib/MwbExporter/Model/Table.php
index <HASH>..<HASH> 100644
--- a/lib/MwbExporter/Model/Table.php
+++ b/lib/MwbExporter/Model/Table.php
@@ -226,9 +226,9 @@ class Table extends Base
{
if (null === $this->isM2M) {
switch (true) {
- /... | Mark tables with extra columns as not many to many.
Merged from pull request #<I>. | mysql-workbench-schema-exporter_mysql-workbench-schema-exporter | train |
991275ca6dd362908e4e0574eb04b07d2e6f0a94 | diff --git a/test/extend.js b/test/extend.js
index <HASH>..<HASH> 100644
--- a/test/extend.js
+++ b/test/extend.js
@@ -12,8 +12,12 @@ suite('extend', function() {
assert.deepEqual(x, { hello: 'hi', hi: 'hello' });
});
+ // {}, x:5, x:10, x:15
+ // x should be 15.
test('should override keys from first to ... | Added more test for `extend`. | srph_js-qs | train |
68e13c322bff41b65fee3da7f059045a938965c0 | diff --git a/kernel/classes/ezcontentobjecttreenode.php b/kernel/classes/ezcontentobjecttreenode.php
index <HASH>..<HASH> 100644
--- a/kernel/classes/ezcontentobjecttreenode.php
+++ b/kernel/classes/ezcontentobjecttreenode.php
@@ -2128,6 +2128,9 @@ class eZContentObjectTreeNode extends eZPersistentObject
... | Ref #<I>: Updated subtreeCountByNodeID() and subTreeMultiPaths() | ezsystems_ezpublish-legacy | train |
8df7089249f7a556df16b210435ed86d4f5f0b77 | diff --git a/graylog2-server/src/test/java/org/graylog/events/notifications/NotificationResourceHandlerTest.java b/graylog2-server/src/test/java/org/graylog/events/notifications/NotificationResourceHandlerTest.java
index <HASH>..<HASH> 100644
--- a/graylog2-server/src/test/java/org/graylog/events/notifications/Notifica... | Fix broken event notification test. (#<I>)
Broken since #<I> | Graylog2_graylog2-server | train |
79382b2f284a69df9a65edf6ed18c7456f034123 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -58,12 +58,11 @@ IBF.prototype._change = function (id, countDelta) {
})
}
-function xor (existingView, withBuffer) {
- var ViewType = existingView.constructor
- var correspondingView = new ViewType(withBuffer)
- exist... | Refactor review-buffer helper functions | kemitchell_ibf.js | train |
8d7b670b4ff6cab9e7065ed869b94e42446ecb93 | diff --git a/table/path.go b/table/path.go
index <HASH>..<HASH> 100644
--- a/table/path.go
+++ b/table/path.go
@@ -421,15 +421,6 @@ func NewIPv4VPNPath(source *PeerInfo, nlri bgp.AddrPrefixInterface, isWithdraw b
func (ipv4vpnp *IPv4VPNPath) clone(isWithdraw bool) Path {
nlri := ipv4vpnp.nlri
- if isWithdraw {
- ... | tabele: remove unnecessary withdrawn route check | osrg_gobgp | train |
8211ca46c840af596aef1248894872a1cc6cbfa9 | diff --git a/src/Vendor/Processor.php b/src/Vendor/Processor.php
index <HASH>..<HASH> 100644
--- a/src/Vendor/Processor.php
+++ b/src/Vendor/Processor.php
@@ -354,8 +354,8 @@ class Processor extends AbstractProcessor
try {
//Vendor recording
- $vendor = $this->vendorManage... | Find by email instead of mirkal Id | hipay_hipay-wallet-cashout-mirakl-library | train |
c1b74f12e3f8daef30bc786eacfaa75763419343 | diff --git a/src/Charcoal/Property/ObjectProperty.php b/src/Charcoal/Property/ObjectProperty.php
index <HASH>..<HASH> 100644
--- a/src/Charcoal/Property/ObjectProperty.php
+++ b/src/Charcoal/Property/ObjectProperty.php
@@ -8,6 +8,7 @@ use \InvalidArgumentException;
use \Charcoal\Model\ModelInterface;
use \Charcoal\Mo... | Reimplemented storageVal to return object(s) ID instead of entire object | locomotivemtl_charcoal-property | train |
3ddc6931e9c0628278e1d4b95243b1e67178e636 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -187,4 +187,23 @@ describe("getdns test", function() {
});
});
+ describe("DNSSEC options", function() {
+ it("should return with dnssec_status getdns.DNSSEC_SECURE", function(done) {
... | Added a test that checks if dnssec_status equals getdns.DNSSEC_SECURE for a known domain and upstream server | getdnsapi_getdns-node | train |
517051a2e4b9a9d41231b716671605e97e18a0ab | diff --git a/salt/exceptions.py b/salt/exceptions.py
index <HASH>..<HASH> 100644
--- a/salt/exceptions.py
+++ b/salt/exceptions.py
@@ -103,15 +103,12 @@ class CommandExecutionError(SaltException):
self.error = exc_str_prefix = message
self.info = info
if self.info:
- try:
+ ... | Simplify string manipulation
By explicitly checking the length of 'exc_str_prefix', omit the
try-except block, handling of the leading whitespace, and the comment on
what's going on. | saltstack_salt | train |
45d12b64df244aed104d115af29cd5d434f52e20 | diff --git a/plugins/Content/src/Controller/Admin/ManageController.php b/plugins/Content/src/Controller/Admin/ManageController.php
index <HASH>..<HASH> 100644
--- a/plugins/Content/src/Controller/Admin/ManageController.php
+++ b/plugins/Content/src/Controller/Admin/ManageController.php
@@ -48,11 +48,11 @@ class ManageC... | fix WhoDidIt behavior and `propertyName` clashing
solves #<I> | quickapps_cms | train |
e6b60a191137f0f4c02910e681cba7e6d76ca1fd | diff --git a/ibanizator.gemspec b/ibanizator.gemspec
index <HASH>..<HASH> 100644
--- a/ibanizator.gemspec
+++ b/ibanizator.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'ibanizator'
- s.version = '0.2.2'.freeze
+ s.version = '0.2.3'.freeze
s.date = '2014-07-18'
s.licenses = ['MIT']
dif... | Deprecates Ibanizator#bank_name and Ibanizator#bic in favor of the Ibanizator#bank_db.
The deprecated methods use the deprecated SwiftBic::BankDb class. The
functionality has been migradted to Ibanizator::BankDb to prepare for the
namespece cleanup. All the Ibanizator utility classes will be eventually under
the Ibani... | softwareinmotion_ibanizator | train |
12280f14cdb3b06f70926079d46c540c2949091b | diff --git a/includes/class-ptb-page-data.php b/includes/class-ptb-page-data.php
index <HASH>..<HASH> 100644
--- a/includes/class-ptb-page-data.php
+++ b/includes/class-ptb-page-data.php
@@ -42,9 +42,6 @@ abstract class PTB_Page_Data {
public function __construct () {
// Setup globals.
$this->setup_globals... | Removed throwing exception from property map.
Fixed post types on page data. | wp-papi_papi | train |
d0f3aaea03b78b3f74886bff71033392286f5c8c | diff --git a/zinnia/management/commands/wp2zinnia.py b/zinnia/management/commands/wp2zinnia.py
index <HASH>..<HASH> 100644
--- a/zinnia/management/commands/wp2zinnia.py
+++ b/zinnia/management/commands/wp2zinnia.py
@@ -94,7 +94,7 @@ class Command(LabelCommand):
if self.default_author:
try:
... | Make wp2zinnia full compatible with custom User model | Fantomas42_django-blog-zinnia | train |
49451a431484e1843ddac5e46ec248def0886159 | diff --git a/spec/controllers/categories_controller_spec.rb b/spec/controllers/categories_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/controllers/categories_controller_spec.rb
+++ b/spec/controllers/categories_controller_spec.rb
@@ -44,7 +44,7 @@ describe CategoriesController, "/index" do
end
end
-d... | Reorganize CategoriesController specs.
- Move spec for showing non-existent category to a seperate block.
- Make all specs in #show use the same stubs. | publify_publify | train |
e097c787328e4b6ecf58b3fefb1aa0a3c337548f | diff --git a/test/trafos/fourier_test.py b/test/trafos/fourier_test.py
index <HASH>..<HASH> 100644
--- a/test/trafos/fourier_test.py
+++ b/test/trafos/fourier_test.py
@@ -458,8 +458,6 @@ def test_dft_call(dtype):
true_dft = np.zeros(shape)
true_dft[0, 0, 0] = dfunc.space.grid.size
- print('dft: ', dft_ar... | TST: Remove debug print statements | odlgroup_odl | train |
2515db7abc6ec2495a20eb5351168969ffcf6092 | diff --git a/src/Psy/Command/ExitCommand.php b/src/Psy/Command/ExitCommand.php
index <HASH>..<HASH> 100644
--- a/src/Psy/Command/ExitCommand.php
+++ b/src/Psy/Command/ExitCommand.php
@@ -48,6 +48,6 @@ EOL
*/
protected function execute(InputInterface $input, OutputInterface $output)
{
- throw new ... | Current output formatting breaks this :( | bobthecow_psysh | train |
2bbf6147e5b790e078edc017e69d5936b3e9929d | diff --git a/src/Component.php b/src/Component.php
index <HASH>..<HASH> 100644
--- a/src/Component.php
+++ b/src/Component.php
@@ -46,7 +46,7 @@ class Component extends \yii\base\Component {
*/
public function url($pipeline, $src)
{
- $src = ltrim($src, '/');
+ $src = ltrim(is_array($src) ... | Fix error when routes (i.e. arrays) are used to generate URLs | flaviovs_yii2-imagefilter | train |
523fe8ee31400eb251f7930d4ed6947c78449f15 | diff --git a/src/flapjack/resources.py b/src/flapjack/resources.py
index <HASH>..<HASH> 100644
--- a/src/flapjack/resources.py
+++ b/src/flapjack/resources.py
@@ -73,6 +73,11 @@ class DeclarativeResource(type):
# Delegate to python magic to initialize the class object
super(DeclarativeResource, cls)._... | Worst case fix on transcoder; allowed-methods-header is now a class prop. | armet_python-armet | train |
0fbde0beb32b92dfb53e7cb1d0301b6da55b7b54 | diff --git a/qiskit/test/mock/fake_backend.py b/qiskit/test/mock/fake_backend.py
index <HASH>..<HASH> 100644
--- a/qiskit/test/mock/fake_backend.py
+++ b/qiskit/test/mock/fake_backend.py
@@ -129,7 +129,7 @@ class FakeBackend(BaseBackend):
sim = Aer.get_backend('qasm_simulator')
if self... | setting warnings=False for NoiseModel of FakeBackend (#<I>)
* fix #<I> by setting warnings=False for NoiseModel of FakeBackend
* retrigger the pipeline #<I>
* Update qiskit/test/mock/fake_backend.py | Qiskit_qiskit-terra | train |
3364ef18e9b89d8e3d6e55e289437376d9b8610e | diff --git a/lib/ezimage/classes/ezimagemanager.php b/lib/ezimage/classes/ezimagemanager.php
index <HASH>..<HASH> 100644
--- a/lib/ezimage/classes/ezimagemanager.php
+++ b/lib/ezimage/classes/ezimagemanager.php
@@ -946,7 +946,7 @@ class eZImageManager
{
eZDe... | eZImageManager
- Changed how generation handling is terminated (non-rename mode in eZClusterFileHandlers)
- Removed some debugging
- Performed some cleanup
git-svn-id: file:///home/patrick.allaert/svn-git/ezp-repo/ezpublish/trunk@<I> a<I>eee8c-daba-<I>-acae-fa<I>f<I> | ezsystems_ezpublish-legacy | train |
afe9f42adb6dd9a949fdb5ea9ac22c9dac9ba320 | diff --git a/lib/behat/form_field/behat_form_select.php b/lib/behat/form_field/behat_form_select.php
index <HASH>..<HASH> 100644
--- a/lib/behat/form_field/behat_form_select.php
+++ b/lib/behat/form_field/behat_form_select.php
@@ -104,6 +104,11 @@ class behat_form_select extends behat_form_field {
// W... | MDL-<I> behat: Thowing an exception if the JS is not ready | moodle_moodle | train |
6c2b526f34ced2d959dfe984acb831521eff76ba | diff --git a/lib/middleware/connect.js b/lib/middleware/connect.js
index <HASH>..<HASH> 100644
--- a/lib/middleware/connect.js
+++ b/lib/middleware/connect.js
@@ -1,24 +1,10 @@
-var Client = require('../client').Client
- , url = require('url');
+var raven = require('../client'),
+ parsers = require('../parsers');
... | Reworked the middleware to use a parser, add HTTP parser, and test. | opbeat_opbeat-node | train |
70b5f6ecd4cc0ec3c89b1957b015e69d7253cc22 | diff --git a/src/AcMailer/Service/Factory/MailServiceFactory.php b/src/AcMailer/Service/Factory/MailServiceFactory.php
index <HASH>..<HASH> 100644
--- a/src/AcMailer/Service/Factory/MailServiceFactory.php
+++ b/src/AcMailer/Service/Factory/MailServiceFactory.php
@@ -7,6 +7,7 @@ use Zend\Mail\Transport\Smtp;
use Zend\M... | fixes #5 Refactored MailServiceFactory to take into account ssl options | acelaya_ZF-AcMailer | train |
2183195216be67c6ab29cb1220f54fcc9b8948a4 | diff --git a/scanpy/plotting/_utils.py b/scanpy/plotting/_utils.py
index <HASH>..<HASH> 100644
--- a/scanpy/plotting/_utils.py
+++ b/scanpy/plotting/_utils.py
@@ -197,13 +197,13 @@ def timeseries_as_heatmap(
x_new[:, _hold:] = X[:, hold:]
_, ax = pl.subplots(figsize=(1.5 * 4, 2 * 4))
- ax.imshow(
+ ... | Fix timeseries plot traceback (#<I>)
* Add timeseries test
* Pass generated img to plt.colorbar | theislab_scanpy | train |
c3fbef2bb406e589c11286807ff6243687c8377a | diff --git a/hypervisor/qemu/network.go b/hypervisor/qemu/network.go
index <HASH>..<HASH> 100644
--- a/hypervisor/qemu/network.go
+++ b/hypervisor/qemu/network.go
@@ -47,6 +47,11 @@ func GetTapFd(device, bridge, options string) (int, error) {
tapFile.Close()
return -1, fmt.Errorf("create tap device failed\n")
}... | qemu: clear persist flag on tap device
In the scenario which tap device was not created by qemu but passed
in(e.g, with some cni plugin), there was IFF_PERSIST flag set on it,
the flag need to be cleared to make sure tap device removed cleanly
on qemu exit. | hyperhq_runv | train |
7a82d486361552e6a4d98b4d9b07047970b807c4 | diff --git a/leancloud/query.py b/leancloud/query.py
index <HASH>..<HASH> 100644
--- a/leancloud/query.py
+++ b/leancloud/query.py
@@ -187,7 +187,10 @@ class Query(object):
class FriendshipQuery(Query):
def __init__(self, query_class):
- self._friendship_tag = None
+ if query_class in ('_Follower'... | fix User#create_follower_query / User#create_followee_query | leancloud_python-sdk | train |
0894a537e71aee16f7033fd3960235b260c42b34 | diff --git a/circuit.js b/circuit.js
index <HASH>..<HASH> 100644
--- a/circuit.js
+++ b/circuit.js
@@ -190,7 +190,7 @@
func = function() {
if (arguments.length === 0)
return cache;
- var value = initialValue.apply(this, arguments);
+ var value = initialValue.apply(null, argument... | Modify method of 'this' reference | ionstage_circuit | train |
c87d078b51cafd6fb96f4517b1f137f8b4e51100 | diff --git a/wro4j-core/src/main/java/ro/isdc/wro/model/resource/processor/support/CssImportInspector.java b/wro4j-core/src/main/java/ro/isdc/wro/model/resource/processor/support/CssImportInspector.java
index <HASH>..<HASH> 100644
--- a/wro4j-core/src/main/java/ro/isdc/wro/model/resource/processor/support/CssImportInsp... | exctract method -> useful for extension | wro4j_wro4j | train |
0a07548925f14dde1d945064fa42c100c03f2eba | diff --git a/docs/Actions.md b/docs/Actions.md
index <HASH>..<HASH> 100644
--- a/docs/Actions.md
+++ b/docs/Actions.md
@@ -215,8 +215,7 @@ In admin-on-rest, side effects are handled by Sagas. [Redux-saga](https://redux-
```js
// in src/comments/commentSaga.js
-import { takeEvery } from 'redux-saga';
-import { put }... | Upgrade crudSaga to <I> | marmelab_react-admin | train |
afbb43d2630fa80a8587079829ac1a2b627d8360 | diff --git a/src/Broadway/Bundle/BroadwayBundle/Command/SchemaEventStoreCreateCommand.php b/src/Broadway/Bundle/BroadwayBundle/Command/SchemaEventStoreCreateCommand.php
index <HASH>..<HASH> 100644
--- a/src/Broadway/Bundle/BroadwayBundle/Command/SchemaEventStoreCreateCommand.php
+++ b/src/Broadway/Bundle/BroadwayBundle... | Import `\Exception` in the Bundle commands. | broadway_broadway | train |
0783106069d264721a6421047aa09161b4141786 | diff --git a/features/step_definitions/reek_steps.rb b/features/step_definitions/reek_steps.rb
index <HASH>..<HASH> 100644
--- a/features/step_definitions/reek_steps.rb
+++ b/features/step_definitions/reek_steps.rb
@@ -6,6 +6,10 @@ When /^I pass "([^\"]*)" to reek$/ do |stdin|
run_with_pipe stdin
end
+When /^I ru... | Converted the rake test to cucumber | troessner_reek | train |
07e1977721e39da3dfe716175386ce5dd59fdcb0 | diff --git a/camera.py b/camera.py
index <HASH>..<HASH> 100755
--- a/camera.py
+++ b/camera.py
@@ -62,7 +62,6 @@ class RigidTransform(Ch):
return result
-
class ProjectPoints(Ch):
dterms = 'v', 'rt', 't', 'f', 'c', 'k'
@@ -106,7 +105,7 @@ class ProjectPoints(Ch):
result = s... | camera.py: allow camera_space for unproject_points | mattloper_opendr | train |
b79edc7acf574144c9811277286b4cafee8a07cc | diff --git a/src/FormBuilder.php b/src/FormBuilder.php
index <HASH>..<HASH> 100644
--- a/src/FormBuilder.php
+++ b/src/FormBuilder.php
@@ -572,7 +572,7 @@ class FormBuilder
*
* @param string $name
* @param array $list
- * @param string $selected
+ * @param string|bool $selected
* @p... | [<I>] Validation in select field for boolean value of selected option (#<I>)
* [<I>] Validation in select field for boolean value of selected option
* Adjustment | laravie_html | train |
f20a94b64f014738e69af8045a7cdc89361d9e53 | diff --git a/media/js/tabzilla.js b/media/js/tabzilla.js
index <HASH>..<HASH> 100644
--- a/media/js/tabzilla.js
+++ b/media/js/tabzilla.js
@@ -277,7 +277,7 @@ Tabzilla.init = function()
}
});
Tabzilla.$panel.keypress(function(e) {
- if (e.which === 13) {
+ if (e.which === 13 && !Tabzill... | Add keyboard navigation for small-mode. Clean up syntax of simple css and attr calls. Fix issue with tab indexes when leaving small mode. Refs Bugzilla Bug #<I>. | mozilla_tabzilla | train |
90d356936981abceb701c8847561590a3057b23f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -47,7 +47,7 @@ module.exports = function(options) {
badgeAwardedSuperMentor: nunjucksEnv.getTemplate("badge_awarded_super_mentor.html"),
eventHostBadgeAwarded: nunjucksEnv.getTemplate("event_host_badge_awarded.html")... | Removing trailing comma | mozilla_node-webmaker-postalservice | train |
1d69c2a3be158df56e7af577cbb86ea07d28aa7c | diff --git a/stubs/app/Orchid/Screens/Role/RoleEditScreen.php b/stubs/app/Orchid/Screens/Role/RoleEditScreen.php
index <HASH>..<HASH> 100644
--- a/stubs/app/Orchid/Screens/Role/RoleEditScreen.php
+++ b/stubs/app/Orchid/Screens/Role/RoleEditScreen.php
@@ -7,6 +7,7 @@ namespace App\Orchid\Screens\Role;
use App\Orchid\La... | Fixed passing null to postgresql database during validation | orchidsoftware_platform | train |
122f7c60207b9539903f06a66ce35a01cb1bf481 | diff --git a/sunspot_rails/lib/sunspot/rails/tasks.rb b/sunspot_rails/lib/sunspot/rails/tasks.rb
index <HASH>..<HASH> 100644
--- a/sunspot_rails/lib/sunspot/rails/tasks.rb
+++ b/sunspot_rails/lib/sunspot/rails/tasks.rb
@@ -27,15 +27,15 @@ namespace :sunspot do
# Load all the application's models. Models which in... | fixed models loading in "rake sunspot:reindex" | sunspot_sunspot | train |
a0c77491f6a59a4665d967d6da71cdf655be77b9 | diff --git a/lib/Merchant.php b/lib/Merchant.php
index <HASH>..<HASH> 100644
--- a/lib/Merchant.php
+++ b/lib/Merchant.php
@@ -1,7 +1,7 @@
<?php
namespace CoinGate;
-class Merchant
+class Merchant extends CoinGate
{
const VERSION = '1.0.0'; | Extend Merchant class with CoinGate class | coingate_coingate-php | train |
70a7666a5e45b6c7ff8a4257c2414747dea3f780 | diff --git a/spark.js b/spark.js
index <HASH>..<HASH> 100644
--- a/spark.js
+++ b/spark.js
@@ -224,6 +224,7 @@ Spark.readable('__initialise', [function initialise() {
spark.readyState = Spark.CLOSED;
spark.emit('end');
+ spark.removeAllListeners();
});
spark.on('incoming::error', function error(e... | [breaking][test] This should have passed but it doesn't | primus_primus | train |
47bce5f642f28ca77b71e3d743e098a6ae9f8862 | diff --git a/example.py b/example.py
index <HASH>..<HASH> 100644
--- a/example.py
+++ b/example.py
@@ -28,7 +28,9 @@ parser.add_argument('task', type=str)
# show a single todo item and lets you delete them
class Todo(Resource):
"Describing elephants"
+ @swagger.operation(notes='some really good notes')
... | Start adding metadata to operations, such as notes | rantav_flask-restful-swagger | train |
de544aecfb355767063f5417b90617fb2aa3be01 | diff --git a/src/main/java/com/opsmatters/newrelic/api/model/insights/QueryData.java b/src/main/java/com/opsmatters/newrelic/api/model/insights/QueryData.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/opsmatters/newrelic/api/model/insights/QueryData.java
+++ b/src/main/java/com/opsmatters/newrelic/api/model/i... | remove javadoc formatting entirely (for compliance pt 2) | opsmatters_newrelic-api | train |
9ebfb4953020a09b94664c4a74a7d87f86427797 | diff --git a/config/serialize/serialize.go b/config/serialize/serialize.go
index <HASH>..<HASH> 100644
--- a/config/serialize/serialize.go
+++ b/config/serialize/serialize.go
@@ -35,12 +35,12 @@ func ReadConfigFile(filename string, cfg interface{}) error {
// WriteConfigFile writes the config from `cfg` into `filena... | go-ipfs-config: fix: remove group permissions
There's no reason to give the group access to these files by default. | ipfs_go-ipfs | train |
dec2f52fa494c5adf8805ec227ed60d911a6fb4a | diff --git a/actionpack/lib/action_controller/metal/http_authentication.rb b/actionpack/lib/action_controller/metal/http_authentication.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_controller/metal/http_authentication.rb
+++ b/actionpack/lib/action_controller/metal/http_authentication.rb
@@ -94,7 +94,7 @@... | Authorization scheme should be case insensitive. Fixes #<I> | rails_rails | train |
f62841b5b9e6bc86e20e690286a53c0385260f5a | diff --git a/lib/paleta/color.rb b/lib/paleta/color.rb
index <HASH>..<HASH> 100644
--- a/lib/paleta/color.rb
+++ b/lib/paleta/color.rb
@@ -9,15 +9,9 @@ module Paleta
def initialize(*args)
if args.length == 1 && args[0].is_a?(Color)
- # TODO: refactor this, find out how to call a method name b... | refactored Color initialization when Color obj is passed | jordanstephens_paleta | train |
0aab64eaff3e8615a4156e1aab52c7ced422d15e | diff --git a/spec/process_shared/semaphore_spec.rb b/spec/process_shared/semaphore_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/process_shared/semaphore_spec.rb
+++ b/spec/process_shared/semaphore_spec.rb
@@ -58,16 +58,18 @@ module ProcessShared
end
describe '#post and #wait' do
- it 'increments and ... | Skip Semaphore#value test on Mac OS X where it is unsupported. | pmahoney_process_shared | train |
9bacec225ba390a90b3e156693e68d3e8f92fdd5 | diff --git a/lib/assertion.js b/lib/assertion.js
index <HASH>..<HASH> 100644
--- a/lib/assertion.js
+++ b/lib/assertion.js
@@ -50,6 +50,22 @@ function Assertion (obj, msg, stack) {
Assertion.includeStack = false;
+Assertion.addProperty = function (name, fn) {
+ util.addProperty(this.prototype, name, fn);
+};
+
+A... | added chai.Assertion.add/overwrite prop/method for plugin toolbox | chaijs_chai | train |
d30b557a75328aec54e787452d94b42230acbfbf | diff --git a/lib/tugboat/middleware/add_key.rb b/lib/tugboat/middleware/add_key.rb
index <HASH>..<HASH> 100644
--- a/lib/tugboat/middleware/add_key.rb
+++ b/lib/tugboat/middleware/add_key.rb
@@ -37,6 +37,10 @@ module Tugboat
exit 1
end
+ say "SSH Key uploaded", :green
+ say
+ ... | (API <I> Upgrade) Slight changes to key uploads
* Explicit messages on upload now
* Give ID on list of keys also | petems_tugboat | train |
a86043071b8003f01ea8d861be21f94ec2681147 | diff --git a/aws/resource_aws_autoscaling_group.go b/aws/resource_aws_autoscaling_group.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_autoscaling_group.go
+++ b/aws/resource_aws_autoscaling_group.go
@@ -95,43 +95,37 @@ func resourceAwsAutoscalingGroup() *schema.Resource {
Type: schema.TypeList,
... | remove diffsuppressfunc interfering with attribute setting and update field behaviors | terraform-providers_terraform-provider-aws | train |
890c45e66d44cfed97860abc8c1c12b8be3af06b | diff --git a/websocket/__init__.py b/websocket/__init__.py
index <HASH>..<HASH> 100644
--- a/websocket/__init__.py
+++ b/websocket/__init__.py
@@ -213,8 +213,10 @@ def create_connection(url, timeout=None, **options):
timeout: socket timeout time. This value is integer.
if you set None for this value,... | - fix some docuemnt.
- support proxy for WebSocketApp | websocket-client_websocket-client | train |
7b1f7d47bae6135dfc3761154fbc54e120b527c2 | diff --git a/Grid/Source/Source.php b/Grid/Source/Source.php
index <HASH>..<HASH> 100755
--- a/Grid/Source/Source.php
+++ b/Grid/Source/Source.php
@@ -266,7 +266,7 @@ abstract class Source implements DriverInterface
$value = $filter->getValue();
// Normalize value
- ... | BugFix search from date type field
My precedent patch works only with a column of type dateTime. This commit is for the both columns of type date and dateTime. | APY_APYDataGridBundle | train |
87920cfdbf2adfb4b78cea512e8b00e95155d110 | diff --git a/Date.js b/Date.js
index <HASH>..<HASH> 100644
--- a/Date.js
+++ b/Date.js
@@ -1,5 +1,7 @@
-const isoDateFormat =
- /^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?(Z)?$/;
+function coerceDateString (value) {
+ const parsed = Date.parse(value);
+ return isNaN(parsed) ? null : new Date(pars... | Fixes #<I> - Handle sub-millisecond date precision in coercion
Leverage the native `Date.parse` function to handle `Date`
coercion when the source type is a string. This handles the
case when the supplied string was generated with sub-millisecond
precision. | fashion-js_fashion-model | train |
55326c73a88382afead91c728a341645167bd0f9 | diff --git a/tensorflow_datasets/core/features/bounding_boxes.py b/tensorflow_datasets/core/features/bounding_boxes.py
index <HASH>..<HASH> 100644
--- a/tensorflow_datasets/core/features/bounding_boxes.py
+++ b/tensorflow_datasets/core/features/bounding_boxes.py
@@ -90,12 +90,13 @@ class BBoxFeature(feature.Tensor):
... | Freeze random state for generating bbox colors | tensorflow_datasets | train |
934f04e7c341fd886a2964e5f41c7c819c7417ea | diff --git a/theme/afterburner/config.php b/theme/afterburner/config.php
index <HASH>..<HASH> 100644
--- a/theme/afterburner/config.php
+++ b/theme/afterburner/config.php
@@ -123,16 +123,22 @@ $THEME->layouts = array(
'file' => 'embedded.php',
'regions' => array()
),
- // The pagelayout used f... | MDL-<I> Follow up after discussion | moodle_moodle | train |
20c32510f0e89971ba861d6776bd44b55e6653b9 | diff --git a/lib/comfortable_mexican_sofa/fixture/file.rb b/lib/comfortable_mexican_sofa/fixture/file.rb
index <HASH>..<HASH> 100644
--- a/lib/comfortable_mexican_sofa/fixture/file.rb
+++ b/lib/comfortable_mexican_sofa/fixture/file.rb
@@ -60,7 +60,7 @@ module ComfortableMexicanSofa::Fixture::File
file.file.u... | fix bug exporting file handle instead of contents | comfy_comfortable-mexican-sofa | train |
cac549294cf49f39fbefd685576717ed6ddd9c09 | diff --git a/lib/fastlane/actions/slack.rb b/lib/fastlane/actions/slack.rb
index <HASH>..<HASH> 100644
--- a/lib/fastlane/actions/slack.rb
+++ b/lib/fastlane/actions/slack.rb
@@ -30,17 +30,10 @@ module Fastlane
message
end
- def self.run(params)
- options = { message: '',
- ... | Upgraded slack action and enhanced tests | fastlane_fastlane | train |
2eb1139e15786be721b96ce7dd966701ec471b68 | diff --git a/libkbfs/data_types.go b/libkbfs/data_types.go
index <HASH>..<HASH> 100644
--- a/libkbfs/data_types.go
+++ b/libkbfs/data_types.go
@@ -7,6 +7,7 @@ import (
"fmt"
"sort"
"strings"
+ "sync"
"github.com/keybase/client/go/libkb"
keybase_1 "github.com/keybase/client/protocol/go"
@@ -119,13 +120,14 @@... | libkbfs: make DirHandle go-routine-safe
It is potentially shared between libkbfs, and we want to preserve the
benefits of sharing cached name/bytes among all holders of the
DirHandle.
Issue: #<I> | keybase_client | train |
0f71b9eb1cfd1cd6bf2b80882aaff564f6665575 | diff --git a/falafel/mappers/installed_rpms.py b/falafel/mappers/installed_rpms.py
index <HASH>..<HASH> 100644
--- a/falafel/mappers/installed_rpms.py
+++ b/falafel/mappers/installed_rpms.py
@@ -29,7 +29,7 @@ class InstalledRpms(MapperOutput):
@computed
def corrupt(self):
- return "__error" in self
+... | Collect "warning" lines for installed_rpms | RedHatInsights_insights-core | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.