hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
03bc17bbe215007ac3ffaf1ae9bb45277c78cac7 | diff --git a/source/application/controllers/oxstart.php b/source/application/controllers/oxstart.php
index <HASH>..<HASH> 100644
--- a/source/application/controllers/oxstart.php
+++ b/source/application/controllers/oxstart.php
@@ -34,8 +34,9 @@ class oxStart extends oxUBase
{
$this->pageStart();
- ... | ESDEV-<I> Change events when information is sent to online license check ESDEV-<I> Add online validation event to oxStart::appInit
offline validation event moved to events handler | OXID-eSales_oxideshop_ce | train |
55a1a9f534a0b44cc68e0ffc4f09ebe78e7b5e2e | diff --git a/examples/playground/src/pages/components/visualization/Table/components/MutatorTable.js b/examples/playground/src/pages/components/visualization/Table/components/MutatorTable.js
index <HASH>..<HASH> 100644
--- a/examples/playground/src/pages/components/visualization/Table/components/MutatorTable.js
+++ b/e... | [Table] Vehicles array of strings | MortarJS_Mortar-JS | train |
9d3bea1b3d52f3b14e6728db5afb3521dbede554 | diff --git a/lib/rdl/types/vararg.rb b/lib/rdl/types/vararg.rb
index <HASH>..<HASH> 100644
--- a/lib/rdl/types/vararg.rb
+++ b/lib/rdl/types/vararg.rb
@@ -24,7 +24,7 @@ module RDL::Type
super()
end
- def to_s(inst: nil)
+ def to_s
"*(#{@type})"
end | Remove stray inst. | plum-umd_rdl | train |
bd763688cc092b8df11e2827ce4d47037ef6c91d | diff --git a/expfactory/cli/build.py b/expfactory/cli/build.py
index <HASH>..<HASH> 100644
--- a/expfactory/cli/build.py
+++ b/expfactory/cli/build.py
@@ -47,7 +47,7 @@ import os
def main(args,parser,subparser):
# List of experiments is required
- template = get_template('build/singularity/Singularity.templa... | adding Docker builder, errors with Singularity | expfactory_expfactory | train |
bb145cce148b4a06b2d4e6ef46c7b677f3c2f6b2 | diff --git a/client.js b/client.js
index <HASH>..<HASH> 100644
--- a/client.js
+++ b/client.js
@@ -38,6 +38,8 @@ function Client (peerId, port, torrent, opts) {
? peerId
: new Buffer(peerId, 'hex')
self._port = port
+ self._peerIdHex = self._peerId.toString('hex')
+
self._infoHash = Buffer.isBuffer(tor... | ws client: ignore offers/answers from self | ZeroNetJS_zeronet-tracker | train |
f55c004871c3fd331308cd50ebf47117dafaee63 | diff --git a/cassandra/cqltypes.py b/cassandra/cqltypes.py
index <HASH>..<HASH> 100644
--- a/cassandra/cqltypes.py
+++ b/cassandra/cqltypes.py
@@ -988,6 +988,14 @@ class CompositeType(_ParameterizedType):
class DynamicCompositeType(CompositeType):
typename = "org.apache.cassandra.db.marshal.DynamicCompositeType"
... | make DCT return typestring with aliases included
PYTHON-<I> | datastax_python-driver | train |
028b50ea1350636b213ed0e6c4b0f19026f93e91 | diff --git a/src/model/index.js b/src/model/index.js
index <HASH>..<HASH> 100644
--- a/src/model/index.js
+++ b/src/model/index.js
@@ -602,6 +602,8 @@ function preparePredicate(_predicate) {
const predicate = _.merge({}, _predicate);
predicate.arity = parseInt(predicate.arity, 10);
+ predicate.id = sanitizePredic... | sanitize all incoming predicate ids | trespass-project_trespass.js | train |
2a11498db8ec8b6808ca3d462b4ffcf8333f9842 | diff --git a/lib/offsite_payments/integrations/coinbase.rb b/lib/offsite_payments/integrations/coinbase.rb
index <HASH>..<HASH> 100755
--- a/lib/offsite_payments/integrations/coinbase.rb
+++ b/lib/offsite_payments/integrations/coinbase.rb
@@ -39,6 +39,7 @@ module OffsitePayments #:nodoc:
uri = URI.parse(Coin... | Enable auto-redirect to always get return information. | activemerchant_offsite_payments | train |
2fe1061eac6218dcb6d1255f01f289fcd4097ca3 | diff --git a/src/main/java/tachyon/CommonUtils.java b/src/main/java/tachyon/CommonUtils.java
index <HASH>..<HASH> 100644
--- a/src/main/java/tachyon/CommonUtils.java
+++ b/src/main/java/tachyon/CommonUtils.java
@@ -276,6 +276,10 @@ public class CommonUtils {
String[] ret = new String[src.size()];
return src.t... | fix some remote fetching bugs. header. | Alluxio_alluxio | train |
cd88ae1de871d4fc243c4e6129b0b006a385d550 | diff --git a/lib/teamsnap_rb/collection.rb b/lib/teamsnap_rb/collection.rb
index <HASH>..<HASH> 100644
--- a/lib/teamsnap_rb/collection.rb
+++ b/lib/teamsnap_rb/collection.rb
@@ -52,10 +52,6 @@ module TeamsnapRb
links.respond_to?(method) || queries.respond_to?(method)
end
- private
-
- attr_accessor... | allow users to read links and queries and treat them as enumerable, but this is a leaky abstraction | teamsnap_teamsnap_rb | train |
8255d65373f767cb8f636a3400521687ead89f13 | diff --git a/examples/oldconfig.py b/examples/oldconfig.py
index <HASH>..<HASH> 100644
--- a/examples/oldconfig.py
+++ b/examples/oldconfig.py
@@ -223,9 +223,20 @@ def do_oldconfig_for_node(node):
else:
choice = node.item
- # Skip choices that already have a visible user selection
+ # Skip... | Prompt for choices with new visible symbols in oldconfig.py
It makes sense to prompt for a choice during oldconfig if it contains
new visible symbols, even if there is already an old visible user
selection. | ulfalizer_Kconfiglib | train |
2fa2087e9ea014094ec1854b88857d0f845ad452 | diff --git a/src/python/ttfautohint/__init__.py b/src/python/ttfautohint/__init__.py
index <HASH>..<HASH> 100644
--- a/src/python/ttfautohint/__init__.py
+++ b/src/python/ttfautohint/__init__.py
@@ -2,7 +2,7 @@ from __future__ import print_function, division, absolute_import
from ctypes import (
cdll, POINTER, ... | pass memory allocation callbacks
to ensure the same malloc/free are used by the DLL and us, its clients | fonttools_ttfautohint-py | train |
4952fd8463896f53572f6a4831e37a9c93f7077f | diff --git a/tinymce/urls.py b/tinymce/urls.py
index <HASH>..<HASH> 100644
--- a/tinymce/urls.py
+++ b/tinymce/urls.py
@@ -1,6 +1,6 @@
# Copyright (c) 2008 Joost Cassee
# Licensed under the terms of the MIT License (see LICENSE.txt)
-from tinymce.views import textareas_js, spell_check, flatpages_link_list, compressor... | Django <I> compatibility: updated code for less redundance | aljosa_django-tinymce | train |
2292873fddfdb13a8b7d26d3bd6bab11a54c35f5 | diff --git a/cmd/kubelet/app/server.go b/cmd/kubelet/app/server.go
index <HASH>..<HASH> 100644
--- a/cmd/kubelet/app/server.go
+++ b/cmd/kubelet/app/server.go
@@ -589,14 +589,6 @@ func run(s *options.KubeletServer, kubeDeps *kubelet.Dependencies, stopCh <-chan
}
}
- // If the kubelet config controller is availab... | Fix dynamic kubelet config init order
If the metrics ain't created, the values will not be registered, and the
metrics will not be visible in the metric endpoint.
Therefore move init of dynamic kubelet config below the startup of the
kubelet server (and the init of metrics). | kubernetes_kubernetes | train |
24388d3abbde62aa77fa6a3d350d9a7e2ee9b4a5 | diff --git a/lib/eye/notify/ses.rb b/lib/eye/notify/ses.rb
index <HASH>..<HASH> 100644
--- a/lib/eye/notify/ses.rb
+++ b/lib/eye/notify/ses.rb
@@ -1,7 +1,6 @@
-require "celluloid"
require "aws/ses"
-class Eye::Notify::SES < Eye::Notify::Custom
+class Eye::Notify::SES < Eye::Notify
param :access_key_id, String, ... | Ensure that SES notifier properly registers itself | tablexi_eye-patch | train |
60a1200fbe262bb55689de9f1837ff80f3e4ccee | diff --git a/detox/src/artifacts/templates/artifact/Artifact.js b/detox/src/artifacts/templates/artifact/Artifact.js
index <HASH>..<HASH> 100644
--- a/detox/src/artifacts/templates/artifact/Artifact.js
+++ b/detox/src/artifacts/templates/artifact/Artifact.js
@@ -107,7 +107,7 @@ class Artifact {
logger.debug({ ev... | code: print a warning instead of an error if artifact files are not found (#<I>) | wix_Detox | train |
953627502bfd2116534b3d3f7e4e74ca2b8d7412 | diff --git a/pyGenClean/run_data_clean_up.py b/pyGenClean/run_data_clean_up.py
index <HASH>..<HASH> 100755
--- a/pyGenClean/run_data_clean_up.py
+++ b/pyGenClean/run_data_clean_up.py
@@ -1178,7 +1178,6 @@ def run_remove_heterozygous_haploid(in_prefix, in_type, out_prefix, base_dir,
)
print >>o... | Flag HW now in the automatic report | lemieuxl_pyGenClean | train |
05c0108c979864c1c4a007038d6dcfc1875316d8 | diff --git a/spec/plist_helper_spec.rb b/spec/plist_helper_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/plist_helper_spec.rb
+++ b/spec/plist_helper_spec.rb
@@ -221,39 +221,5 @@ EOS
write_temp_file_and_compare(read_sample)
end
end
-
- #----------------------------------------------------------... | [Specs] Move Xcode equivalency to test on Project | CocoaPods_Xcodeproj | train |
aa323e8d06496b5f341f64f0b2d4370f35e2fdc1 | diff --git a/Application/GatewayController.php b/Application/GatewayController.php
index <HASH>..<HASH> 100644
--- a/Application/GatewayController.php
+++ b/Application/GatewayController.php
@@ -1,10 +1,9 @@
<?php
-
/**
* Initializes a surebert framework project - do not edit
*
* @author Paul Visco
- * @version... | the gateway controller now allows you to override the surebert controller. | surebert_surebert-framework | train |
22073d88473d50679a3da508df2f42475ecd494b | diff --git a/docs/Hook-Definition.md b/docs/Hook-Definition.md
index <HASH>..<HASH> 100644
--- a/docs/Hook-Definition.md
+++ b/docs/Hook-Definition.md
@@ -8,7 +8,7 @@ Hooks are defined as JSON objects. Please note that in order to be considered va
* `command-working-directory` - specifies the working directory that w... | Renamed http-response-code to success-http-response-code | adnanh_webhook | train |
9d28de554e1f97b80b2209e15a765637419748c7 | diff --git a/lib/protocol.js b/lib/protocol.js
index <HASH>..<HASH> 100644
--- a/lib/protocol.js
+++ b/lib/protocol.js
@@ -131,7 +131,7 @@ var words = {
nineteen : 40,
twenty : 41,
thirty : 42,
- forty : 43,
+ forty : 43, // note: this is actually misspelled in the protocol docs as 'fourty'
fifty : 44,
... | added fourty/forty comment in protocol | kevinohara80_elkington | train |
1f64f6638e22f24aee9450947b31f67d4e6b7919 | diff --git a/example_influxlineprotocol/main.go b/example_influxlineprotocol/main.go
index <HASH>..<HASH> 100644
--- a/example_influxlineprotocol/main.go
+++ b/example_influxlineprotocol/main.go
@@ -53,7 +53,7 @@ func main() {
// is invalid in this case because we are talking about a deficit.
vpd := (ea - es) * -1
... | accidentally used a comma instead of a space. | d2r2_go-dht | train |
a437ca673793e7d21695bc552f700aa5f01e2eb0 | diff --git a/website/meta/site.json b/website/meta/site.json
index <HASH>..<HASH> 100644
--- a/website/meta/site.json
+++ b/website/meta/site.json
@@ -22,7 +22,8 @@
"list": "89ad33e698"
},
"docSearch": {
- "apiKey": "371e26ed49d29a27bd36273dfdaf89af",
+ "appId": "Y1LB128RON",
+ "... | Update website to use new Algolia search API | explosion_spaCy | train |
2b4d8c57afe565c1b29696bde36fe2c2f9cf0d1a | diff --git a/src/main/java/water/ValueArray.java b/src/main/java/water/ValueArray.java
index <HASH>..<HASH> 100644
--- a/src/main/java/water/ValueArray.java
+++ b/src/main/java/water/ValueArray.java
@@ -211,7 +211,7 @@ public class ValueArray extends Iced implements Cloneable {
public long _n;
public int _ba... | Fixed overflow in VA. column offset was char, changed it to int as there can be many columns with svm light. | h2oai_h2o-2 | train |
ba20c38eecda42c647fa277f9682d771386255bf | diff --git a/schedula/ext/dispatcher.py b/schedula/ext/dispatcher.py
index <HASH>..<HASH> 100644
--- a/schedula/ext/dispatcher.py
+++ b/schedula/ext/dispatcher.py
@@ -232,7 +232,7 @@ def _dsp2dot_option(arg):
class _img(nodes.General, nodes.Element):
- tagname = '_img'
+ tagname = 'img'
class _Graphviz(... | fix(directive): Tagname from _img to img. | vinci1it2000_schedula | train |
23e7771842dee55acfe83124d2ed8f187f25b0c3 | diff --git a/restclients/models/catalyst.py b/restclients/models/catalyst.py
index <HASH>..<HASH> 100644
--- a/restclients/models/catalyst.py
+++ b/restclients/models/catalyst.py
@@ -3,7 +3,7 @@ from restclients.models.sws import Section
class Gradebook(models.Model):
- gradebook_id = models.IntegerField(max_le... | removes extraneous max_length | uw-it-aca_uw-restclients | train |
b53a9fa0eb4afaa5e989c5e2fe29041d6c0bc6fa | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ A Python package for testing hardware (part of the magma ecosystem)\
setup(
name='fault',
- version='1.0.8',
+ version='2.0.0',
description=description,
scripts=[],
packages=[
@@ -18... | Migrate to pycoreir <I> for hwtypes | leonardt_fault | train |
28af45d07d2affca3ddd8de740ca032d83399b11 | diff --git a/h2o-py/h2o/estimators/glm.py b/h2o-py/h2o/estimators/glm.py
index <HASH>..<HASH> 100644
--- a/h2o-py/h2o/estimators/glm.py
+++ b/h2o-py/h2o/estimators/glm.py
@@ -273,23 +273,23 @@ class H2OGeneralizedLinearEstimator(H2OEstimator):
def checkpoint(self):
return self._parms["checkpoint"]
-@checkpoin... | Fixed indentation in glm.py | h2oai_h2o-3 | train |
750d4d5eb62d221c2d4ae90386950d0315e1228e | diff --git a/patch_test.go b/patch_test.go
index <HASH>..<HASH> 100644
--- a/patch_test.go
+++ b/patch_test.go
@@ -272,6 +272,7 @@ func TestPatch(t *testing.T) {
handler, _ := NewHandler(Config{
DataStore: store,
+ MaxSize: 20,
})
body := strings.NewReader("hellothisismore")
@@ -307,6 +308,7 @@ fun... | Specify MaxSize in PATCH tests that refer to it | tus_tusd | train |
13bdc1bfc611b3fb5dfb79c8f100f5c73bcf0820 | diff --git a/bokeh/plotting_helpers.py b/bokeh/plotting_helpers.py
index <HASH>..<HASH> 100644
--- a/bokeh/plotting_helpers.py
+++ b/bokeh/plotting_helpers.py
@@ -350,12 +350,17 @@ def _new_xy_plot(x_range=None, y_range=None, plot_width=None, plot_height=None,
tool_objs.append(tool_obj)
#Checking fo... | Added list instead of str object. | bokeh_bokeh | train |
4309cbc24da8a4a285fc311957ff8fcce8844c2a | diff --git a/src/Foundation/Coroutine/Signal.php b/src/Foundation/Coroutine/Signal.php
index <HASH>..<HASH> 100644
--- a/src/Foundation/Coroutine/Signal.php
+++ b/src/Foundation/Coroutine/Signal.php
@@ -13,7 +13,7 @@ class Signal {
const TASK_SLEEP = 1;
const TASK_AWAKE = 2;
const TASK_CONT... | rename task_die to task_killed | youzan_zanphp | train |
95fcb6c9e2e7c3f349fe38066fb509df9c17f39a | diff --git a/alerta/settings.py b/alerta/settings.py
index <HASH>..<HASH> 100644
--- a/alerta/settings.py
+++ b/alerta/settings.py
@@ -37,7 +37,7 @@ CORS_ORIGINS = [
CORS_SUPPORTS_CREDENTIALS = AUTH_REQUIRED
# Plug-ins
-PLUGINS = ['reject', 'amqp']
+PLUGINS = ['reject']
# PLUGINS = ['amqp', 'enhance', 'logstash', ... | Remove AMQP from list of default plugins
Directly integrating third-party apps using specific plugins is the
preferred approach now so do not enable the AMQP plugin by default. | alerta_alerta | train |
4ddd87e7738601ac2125283b0e7e260eed18e12e | diff --git a/model/model.go b/model/model.go
index <HASH>..<HASH> 100644
--- a/model/model.go
+++ b/model/model.go
@@ -630,13 +630,6 @@ func (m *Model) SetIgnores(repo string, content []string) error {
fmt.Fprintln(writer, line)
}
- err = writer.Flush()
- if err != nil {
- l.Warnln("Saving .stignore:", err)
- ... | Locking around osutil.Rename and some descriptive text | syncthing_syncthing | train |
d21ce71069d8e391a16c69e41681a8de67087112 | diff --git a/src/fedoicmsg/__init__.py b/src/fedoicmsg/__init__.py
index <HASH>..<HASH> 100644
--- a/src/fedoicmsg/__init__.py
+++ b/src/fedoicmsg/__init__.py
@@ -10,6 +10,7 @@ from oicmsg.exception import VerificationError
from oicmsg.key_jar import KeyJar
from oicmsg.message import OPTIONAL_LIST_OF_STRINGS
from oi... | signing_keys are not simply string it's a JSON document. | IdentityPython_fedoidcmsg | train |
8198e4fed327829454b782f9456d37c7da939b61 | diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php
index <HASH>..<HASH> 100644
--- a/install/lang/en_utf8/installer.php
+++ b/install/lang/en_utf8/installer.php
@@ -19,6 +19,7 @@ $string['admindirsettingsub'] = ' A very few webhosts use /admin as a special
new name here. For e... | Automatic installer.php by installer_builder (<I>) | moodle_moodle | train |
d535c77650669a429592a8ceca0411a1e25b73f5 | diff --git a/challonge/tournament.py b/challonge/tournament.py
index <HASH>..<HASH> 100644
--- a/challonge/tournament.py
+++ b/challonge/tournament.py
@@ -568,7 +568,7 @@ class Tournament(metaclass=FieldHolder):
return p
return None
- async def add_participant(self, display_name: str ... | Added **params to add_participant
More tests for organizations/subdomains | fp12_achallonge | train |
5f24b6e80509e1645d6ff1d1360c7ce46cfab571 | diff --git a/src/Http/Controllers/VoyagerSettingsController.php b/src/Http/Controllers/VoyagerSettingsController.php
index <HASH>..<HASH> 100644
--- a/src/Http/Controllers/VoyagerSettingsController.php
+++ b/src/Http/Controllers/VoyagerSettingsController.php
@@ -18,7 +18,11 @@ class VoyagerSettingsController extends Co... | Settings now start blank so need to check for no order value. (#<I>) | the-control-group_voyager | train |
70be250815fdf6514f6b7ab0dcb773df63714230 | diff --git a/src/test/java/junitparams/ParamsInAnnotationTest.java b/src/test/java/junitparams/ParamsInAnnotationTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/junitparams/ParamsInAnnotationTest.java
+++ b/src/test/java/junitparams/ParamsInAnnotationTest.java
@@ -16,13 +16,13 @@ public class ParamsInAnnotati... | Reverted throws declaration in ParamsInAnnotationTest | Pragmatists_JUnitParams | train |
4604ee834765968e32537f45312b80bc4e9ff1f2 | diff --git a/udata/static/js/widgets/discussions-btn.js b/udata/static/js/widgets/discussions-btn.js
index <HASH>..<HASH> 100644
--- a/udata/static/js/widgets/discussions-btn.js
+++ b/udata/static/js/widgets/discussions-btn.js
@@ -23,6 +23,14 @@ function($, API, Auth, i18n, Notify) {
});
}
+ function... | Add the ability to suggest a tag for a given dataset, fix #<I> | opendatateam_udata | train |
dc732352327f8a12fdc40c9b8ffffc286dae0e88 | diff --git a/core/client/views/post-tags-input.js b/core/client/views/post-tags-input.js
index <HASH>..<HASH> 100644
--- a/core/client/views/post-tags-input.js
+++ b/core/client/views/post-tags-input.js
@@ -22,6 +22,10 @@ var PostTagsInputView = Ember.View.extend({
this.get('controller').send('loadAllTags');
... | Fixes incomplete tags showing when switching to edit a different post
closes #<I>
- send 'reset' action to PostTagsInputController when associated view is destroyed | TryGhost_Ghost | train |
07cd19655b37006c55c487e89b8e7f5269aefbf8 | diff --git a/daemon/monitor.go b/daemon/monitor.go
index <HASH>..<HASH> 100644
--- a/daemon/monitor.go
+++ b/daemon/monitor.go
@@ -82,10 +82,10 @@ func (daemon *Daemon) StateChanged(id string, e libcontainerd.StateInfo) error {
}
return daemon.postRunProcessing(c, e)
case libcontainerd.StateExitProcess:
- c.Lo... | Stop holding container lock while waiting on streams | moby_moby | train |
be2e6bb49ce96a0f7aea38c19b475a42443b87b8 | diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index <HASH>..<HASH> 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -4,7 +4,7 @@ namespace duncan3dc\SessionsTest;
require __DIR__ . "/../vendor/autoload.php";
-const SERVER_PORT = 5355;
+const SERVER_PORT = 15377;
# Start the internal web se... | Update the port to test on as <I> is used by systemd-resolve | duncan3dc_sessions | train |
9b5414a713d0c31c4256c878642f6ee276c4bcfc | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -25,7 +25,7 @@ function attachVirtuals(schema, virtuals) {
if (Array.isArray(this._mongooseOptions.lean.virtuals)) {
toApply = this._mongooseOptions.lean.virtuals;
}
- var numVirtuals = virtuals.len... | fix: properly support nested virtuals | vkarpov15_mongoose-lean-virtuals | train |
7cc3b24d626ced6f34ec77db00c10a042c52c1db | diff --git a/glue/ldbd.py b/glue/ldbd.py
index <HASH>..<HASH> 100644
--- a/glue/ldbd.py
+++ b/glue/ldbd.py
@@ -38,8 +38,10 @@ import string
import re
import csv
import exceptions
-import DB2
-
+try:
+ import DB2
+except:
+ pass
"""
create the csv parser and initialize a dialect for LIGO_LW streams | add "try except" to "import DB2" | gwastro_pycbc-glue | train |
aa976283db244f3eb0761651db3c74c50a85f4dd | diff --git a/lib/handlebars.js b/lib/handlebars.js
index <HASH>..<HASH> 100644
--- a/lib/handlebars.js
+++ b/lib/handlebars.js
@@ -22,7 +22,7 @@ var Handlebars = {
var compiler = new Handlebars.Compiler(string);
compiler.compile();
- return "context = new Handlebars.Context(context, fallback); var ... | Just two more failing tests on the new constext object rewrite. | wycats_handlebars.js | train |
48df314d938ebf5917dbb47e930b1dfeb390ca7e | diff --git a/mockgen/reflect.go b/mockgen/reflect.go
index <HASH>..<HASH> 100644
--- a/mockgen/reflect.go
+++ b/mockgen/reflect.go
@@ -72,8 +72,15 @@ func Reflect(importPath string, symbols []string) (*model.Package, error) {
return nil, err
}
+ cmdArgs := []string{}
+ cmdArgs = append(cmdArgs, "build")
+ i... | Pass --buildFlag value to `go build` when it is not empty | golang_mock | train |
a43c3d729bbb7b0deb244300af8bc1d7b4181c5c | diff --git a/python/python2/simplerandom/iterators/_iterators_py.py b/python/python2/simplerandom/iterators/_iterators_py.py
index <HASH>..<HASH> 100644
--- a/python/python2/simplerandom/iterators/_iterators_py.py
+++ b/python/python2/simplerandom/iterators/_iterators_py.py
@@ -520,7 +520,7 @@ class RandomLFSR113Iterat... | Change ^ in comment to ** as per Python operator. | cmcqueen_simplerandom | train |
d46672f3ad377dd7bab9685adcbb318d5487359f | diff --git a/pyana/examples/gp_rdiff.py b/pyana/examples/gp_rdiff.py
index <HASH>..<HASH> 100644
--- a/pyana/examples/gp_rdiff.py
+++ b/pyana/examples/gp_rdiff.py
@@ -37,7 +37,8 @@ def gp_rdiff(version, nomed, noxerr, diffRel, divdNdy):
"""
inDir, outDir = getWorkDirs()
inDir = os.path.join(inDir, version)
- ... | gp_rdiff: add vac rho to excess plot | tschaume_ccsgp_get_started | train |
76942f09dbc4612d0cb3c327e3bea5aa4fbfa877 | diff --git a/lxd/storage/drivers/driver_cephfs.go b/lxd/storage/drivers/driver_cephfs.go
index <HASH>..<HASH> 100644
--- a/lxd/storage/drivers/driver_cephfs.go
+++ b/lxd/storage/drivers/driver_cephfs.go
@@ -516,18 +516,13 @@ func (d *cephfs) RenameVolume(volType VolumeType, volName string, newName string
}
}()
-... | lxd/storage/cephfs: Simplify rename logic | lxc_lxd | train |
cad24dccf116950644369fb54bd65b3f19a6d965 | diff --git a/worker/spec/helpers/stdout_helper.rb b/worker/spec/helpers/stdout_helper.rb
index <HASH>..<HASH> 100644
--- a/worker/spec/helpers/stdout_helper.rb
+++ b/worker/spec/helpers/stdout_helper.rb
@@ -3,5 +3,7 @@
module StdoutHelper
def hide_stdout
allow(STDOUT).to receive(:puts)
+ logger = double("Lo... | All tests pass with logger instead of stdout | JScott_robot_sweatshop | train |
9df3efc709a65207e3069c96e6d93ba5b2db09d1 | diff --git a/common/test/rb/spec/driver_spec.rb b/common/test/rb/spec/driver_spec.rb
index <HASH>..<HASH> 100644
--- a/common/test/rb/spec/driver_spec.rb
+++ b/common/test/rb/spec/driver_spec.rb
@@ -76,15 +76,9 @@ describe "Driver" do
driver.find_element(:xpath, "//h1").text.should == "XHTML Might Be The Future"... | JariBakken: Remove guards for CSS selector specs.
r<I> | SeleniumHQ_selenium | train |
f60ad413ed1afdeb77f70414c8b6940ed58fc8d9 | diff --git a/event_bus/bus.py b/event_bus/bus.py
index <HASH>..<HASH> 100644
--- a/event_bus/bus.py
+++ b/event_bus/bus.py
@@ -41,9 +41,9 @@ class EventBus:
return "{}".format(self.cls_name)
- # ==============================
- # Properties
- # ==============================
+ # --------------... | Moved subscribed_event_count to private methods as event_count is a much succinct interface. | seanpar203_event-bus | train |
28f90b05c54a72db10777ad69a4d6431a4423955 | diff --git a/cirq-core/cirq/ops/phased_x_gate.py b/cirq-core/cirq/ops/phased_x_gate.py
index <HASH>..<HASH> 100644
--- a/cirq-core/cirq/ops/phased_x_gate.py
+++ b/cirq-core/cirq/ops/phased_x_gate.py
@@ -80,9 +80,7 @@ class PhasedXPowGate(gate_features.SingleQubitGate):
assert len(qubits) == 1
q = qubi... | Support decomposition of parameterized gates in cirq.PhasedXPowGate (#<I>)
- Adds support for decomposing parameterized `cirq.PhasedXPowGate`s.
- Also modifies the decomposition to respect global phase, so that the decomposition is valid for controlled variants as well.
- Part of <URL> | quantumlib_Cirq | train |
ceceb68ceeb69be2a8d1e5855faedcf12fed425a | diff --git a/pkg/apis/autoscaling/v2beta1/conversion.go b/pkg/apis/autoscaling/v2beta1/conversion.go
index <HASH>..<HASH> 100644
--- a/pkg/apis/autoscaling/v2beta1/conversion.go
+++ b/pkg/apis/autoscaling/v2beta1/conversion.go
@@ -212,9 +212,7 @@ func Convert_v2beta1_PodsMetricSource_To_autoscaling_PodsMetricSource(in ... | Remove unintended ampersand in front of in.Current.AverageValue | kubernetes_kubernetes | train |
483f39092c6ee240ed5627df70a886ee51b5cf4f | diff --git a/tests/integration/DiscountCode/DiscountCodeUpdateRequestTest.php b/tests/integration/DiscountCode/DiscountCodeUpdateRequestTest.php
index <HASH>..<HASH> 100644
--- a/tests/integration/DiscountCode/DiscountCodeUpdateRequestTest.php
+++ b/tests/integration/DiscountCode/DiscountCodeUpdateRequestTest.php
@@ -9... | WIP: add some extraline to have the code more readable | commercetools_commercetools-php-sdk | train |
569e518f92fee806c5a8e0566b206b7d0797e4e6 | diff --git a/lib/cucumber/rails/rspec.rb b/lib/cucumber/rails/rspec.rb
index <HASH>..<HASH> 100644
--- a/lib/cucumber/rails/rspec.rb
+++ b/lib/cucumber/rails/rspec.rb
@@ -1,5 +1,5 @@
require 'spec/expectations'
require 'spec/rails/matchers'
-ActionController::Integration::Session.send(:include, Spec::Matchers)
-Act... | include matchers in Cucumber::Rails::World (not ActionController::Integration::Session) | cucumber_cucumber-ruby | train |
1c00c0e7d2a9b52a59b7e8c2a84e4d86978c132d | diff --git a/lib/paper_trail/cleaner.rb b/lib/paper_trail/cleaner.rb
index <HASH>..<HASH> 100644
--- a/lib/paper_trail/cleaner.rb
+++ b/lib/paper_trail/cleaner.rb
@@ -12,8 +12,9 @@ module PaperTrail
def clean_versions!(options = {})
options = {:keeping => 1, :date => :all}.merge(options)
gather_versi... | Tests to cover changes from cb<I>e<I>; Cleaner module should group versions by PaperTrail.timestamp_field | paper-trail-gem_paper_trail | train |
3aa97f1d89b17c4f2d16bdd6340efd6c235187f5 | diff --git a/tests/gui/test_state_resize.py b/tests/gui/test_state_resize.py
index <HASH>..<HASH> 100644
--- a/tests/gui/test_state_resize.py
+++ b/tests/gui/test_state_resize.py
@@ -157,6 +157,7 @@ def test_simple_state_size_resize(state_path, recursive, rel_size, caplog, monke
# TODO: find the reason and fix... | chore(state resize): add print to be aware of the cases of the last commit | DLR-RM_RAFCON | train |
d4fa220f6c59d2598400d8133dace3369de63282 | diff --git a/javamelody-core/src/main/java/net/bull/javamelody/VirtualMachine.java b/javamelody-core/src/main/java/net/bull/javamelody/VirtualMachine.java
index <HASH>..<HASH> 100644
--- a/javamelody-core/src/main/java/net/bull/javamelody/VirtualMachine.java
+++ b/javamelody-core/src/main/java/net/bull/javamelody/Virtu... | fix pour issue <I>: Memory Histogram is not Supported under Mac OS X | javamelody_javamelody | train |
d77a007383c21be16ab484aea8dac7686676a471 | diff --git a/testutils.py b/testutils.py
index <HASH>..<HASH> 100644
--- a/testutils.py
+++ b/testutils.py
@@ -342,7 +342,7 @@ def build_and_run_unit_test_suite():
base.endswith('_web_tests')):
continue
- module = __import__('invenio.' + base, globals(), locals(), ... | errorlib: stack analysis improvements
* Adds "p_pw" pattern in the list of variables to hide when doing
frame analysis. (closes #<I>)
* Fixes wrong usage of sys.exc_info that some times might have lead
to analysing the wrong stack.
* Introduces explicit frame.f_locals dereferencing into a local variable.
<<UR... | inveniosoftware-attic_invenio-utils | train |
834f6fa6c6ee4364228626b4a65fd9ae512d9601 | diff --git a/src/ViewableObserver.php b/src/ViewableObserver.php
index <HASH>..<HASH> 100644
--- a/src/ViewableObserver.php
+++ b/src/ViewableObserver.php
@@ -13,6 +13,8 @@ declare(strict_types=1);
namespace CyrildeWit\EloquentViewable;
+use CyrildeWit\EloquentViewable\Contracts\ViewableService as ViewableServiceC... | fix: use ViewableServiceContract | cyrildewit_eloquent-viewable | train |
1b2660ce5b13a58694e93855838836808e5bd044 | diff --git a/examples/templates/table_example.py b/examples/templates/table_example.py
index <HASH>..<HASH> 100644
--- a/examples/templates/table_example.py
+++ b/examples/templates/table_example.py
@@ -24,9 +24,15 @@ css_tag = Css({
# set class for every cell
table1.col_class('class_example_2')
+#applies function ... | map_col(function, column_index) implemented and example added | Hrabal_TemPy | train |
0105a85f5bff13c7f2ce181f604772627e94b442 | diff --git a/master/buildbot/schedulers/base.py b/master/buildbot/schedulers/base.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/schedulers/base.py
+++ b/master/buildbot/schedulers/base.py
@@ -191,11 +191,11 @@ class BaseScheduler(ClusteredService, StateMixin):
# Merge codebases with the passed list of s... | fix sourcestamps for unknown codebases | buildbot_buildbot | train |
e5bfe9f9dd94553e306736ef49059ab6c6fbb887 | diff --git a/test/require.js b/test/require.js
index <HASH>..<HASH> 100644
--- a/test/require.js
+++ b/test/require.js
@@ -26,36 +26,109 @@ describe("require", function () {
describe("gpf.require", function () {
- it("loads JSON file as an object", function (done) {
- gpf.require({
- ... | WIP (#<I>) | ArnaudBuchholz_gpf-js | train |
9e7653ec33e5ba46ba01ca0dd431ff4c4a0121a1 | diff --git a/vendor/Krystal/Db/Filter/QueryContainer.php b/vendor/Krystal/Db/Filter/QueryContainer.php
index <HASH>..<HASH> 100644
--- a/vendor/Krystal/Db/Filter/QueryContainer.php
+++ b/vendor/Krystal/Db/Filter/QueryContainer.php
@@ -32,6 +32,16 @@ final class QueryContainer implements QueryContainerInterface
}
... | Added isApplied()
This method helps to determine if query string contains filter data | krystal-framework_krystal.framework | train |
9a7db8b8b0da7e8d32943041d957fea12a47ca64 | diff --git a/src/config/babel.js b/src/config/babel.js
index <HASH>..<HASH> 100644
--- a/src/config/babel.js
+++ b/src/config/babel.js
@@ -4,10 +4,11 @@ import {warn} from '@travi/cli-messages';
export default async function ({projectRoot, preset, transpileLint}) {
if (false === transpileLint) {
warn('Not conf... | feat(babel-config): ignored the lib/ forder
for cases where the built files get imported into test files that will be trasnpiled | travi_javascript-scaffolder | train |
69d29ba77b31c30206dfec066827da140528db99 | diff --git a/arctic/store/_pickle_store.py b/arctic/store/_pickle_store.py
index <HASH>..<HASH> 100644
--- a/arctic/store/_pickle_store.py
+++ b/arctic/store/_pickle_store.py
@@ -61,13 +61,14 @@ class PickleStore(object):
return pickle_compat_load(io.BytesIO(data))
else:
t... | Do not use bytes when loading back pickled objects
This causes an issue with unicode strings in py2. Instead I am using
something similar to:
<URL> | manahl_arctic | train |
a11b07d5caac2ba68e5187c660da35af1df6fb35 | diff --git a/src/tuwien/auto/calimero/serial/usb/UsbConnection.java b/src/tuwien/auto/calimero/serial/usb/UsbConnection.java
index <HASH>..<HASH> 100644
--- a/src/tuwien/auto/calimero/serial/usb/UsbConnection.java
+++ b/src/tuwien/auto/calimero/serial/usb/UsbConnection.java
@@ -362,7 +362,7 @@ public class UsbConnectio... | Adjust log level to debug for device enumeration | calimero-project_calimero-core | train |
464f65843ce8a18c4118c6921cd3e310e096fba3 | diff --git a/jwk/refresh.go b/jwk/refresh.go
index <HASH>..<HASH> 100644
--- a/jwk/refresh.go
+++ b/jwk/refresh.go
@@ -473,6 +473,14 @@ func (af *AutoRefresh) doRefreshRequest(ctx context.Context, url string, enableB
break
}
+ if lastError != nil {
+ // If we failed to get a single time, then queue another fetc... | reset the timer even when all attempts to fetch fails | lestrrat-go_jwx | train |
f85b91bbb87841ae84e44799b411a6b314bfe38b | diff --git a/goagen/codegen/workspace.go b/goagen/codegen/workspace.go
index <HASH>..<HASH> 100644
--- a/goagen/codegen/workspace.go
+++ b/goagen/codegen/workspace.go
@@ -2,6 +2,8 @@ package codegen
import (
"fmt"
+ "go/ast"
+ "go/format"
"go/parser"
"go/token"
"io/ioutil"
@@ -11,6 +13,8 @@ import (
"runti... | Remove goimports dep to clean unused imports | goadesign_goa | train |
2a11172d83e26a3e0d2bb0f17ede3f5753211889 | diff --git a/ipyrad/assemble/cluster_across.py b/ipyrad/assemble/cluster_across.py
index <HASH>..<HASH> 100644
--- a/ipyrad/assemble/cluster_across.py
+++ b/ipyrad/assemble/cluster_across.py
@@ -475,6 +475,7 @@ def call_cluster(data, noreverse, ipyclient):
if async.stdout:
prog = int(async.stdout.... | fix to bug introduced just now to track progress during s6 clustering | dereneaton_ipyrad | train |
d2366a1761e64412f9ff8d814de7e5c2128dde41 | diff --git a/src/Model/Write/EavIterator.php b/src/Model/Write/EavIterator.php
index <HASH>..<HASH> 100644
--- a/src/Model/Write/EavIterator.php
+++ b/src/Model/Write/EavIterator.php
@@ -28,7 +28,7 @@ class EavIterator implements IteratorAggregate
protected $eavConfig;
/**
- * @var string[]
+ * @var... | Normalized attribute selection for eav iterator | EmicoEcommerce_Magento2TweakwiseExport | train |
eed05072151335293b8e15e73404d0a2c7f990af | diff --git a/lib/zendesk_apps_support/validations/requirements.rb b/lib/zendesk_apps_support/validations/requirements.rb
index <HASH>..<HASH> 100644
--- a/lib/zendesk_apps_support/validations/requirements.rb
+++ b/lib/zendesk_apps_support/validations/requirements.rb
@@ -23,6 +23,7 @@ module ZendeskAppsSupport
... | don't require "title" field for channel integrations | zendesk_zendesk_apps_support | train |
7b45a2ec519f64a79a665cead374ea9de8a5f101 | diff --git a/src/app/dashboards/scripted_async.js b/src/app/dashboards/scripted_async.js
index <HASH>..<HASH> 100644
--- a/src/app/dashboards/scripted_async.js
+++ b/src/app/dashboards/scripted_async.js
@@ -35,11 +35,9 @@ return function(callback) {
// Set a title
dashboard.title = 'Scripted dash';
- dashboard... | Small fix to scripted async dashboard example | grafana_grafana | train |
4f319e25824a3d133b4af666443dbb9c2d97e469 | diff --git a/tests/Functional/Configuration/PHPDbgBinFileTest.php b/tests/Functional/Configuration/PHPDbgBinFileTest.php
index <HASH>..<HASH> 100644
--- a/tests/Functional/Configuration/PHPDbgBinFileTest.php
+++ b/tests/Functional/Configuration/PHPDbgBinFileTest.php
@@ -7,6 +7,9 @@ namespace Tests\Functional\Configurat... | Skip some tests in AppVeyor | facile-it_paraunit | train |
cfe97d7a17191075a6cd96bbd5e22bf183431f87 | diff --git a/hydpy/docs/sphinx/conf.py b/hydpy/docs/sphinx/conf.py
index <HASH>..<HASH> 100644
--- a/hydpy/docs/sphinx/conf.py
+++ b/hydpy/docs/sphinx/conf.py
@@ -79,9 +79,9 @@ copyright = u'2018, Christoph Tyralla'
# built documents.
#
# The short X.Y version.
-version = '3.0-dev2'
+version = '3.0-dev3'
# The full... | Release <I>.dev3 (pip-only). | hydpy-dev_hydpy | train |
2501f6899cad5e8573a8d60357fbc3b545dfed4c | diff --git a/driver-core/src/main/com/mongodb/connection/BaseCluster.java b/driver-core/src/main/com/mongodb/connection/BaseCluster.java
index <HASH>..<HASH> 100644
--- a/driver-core/src/main/com/mongodb/connection/BaseCluster.java
+++ b/driver-core/src/main/com/mongodb/connection/BaseCluster.java
@@ -66,6 +66,11 @@ ab... | Added Cluster.getDescription method with no timeout that always returns the current cluster description, even if the cluster type is not yet known. | mongodb_mongo-java-driver | train |
dfb133beb576cddc67bbaf17c2598b7f37c76bad | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ if __name__ == "__main__":
version=falafel.VERSION,
description="Insights Application Programming Interface",
packages=find_packages(),
- package_data={"": ["*.json", "RELEASE", "... | Add bodytemplate.md to build artifacts | RedHatInsights_insights-core | train |
2a9ef82535e30fd9289e7c6776619a4a46ed80ad | diff --git a/src/prepare.js b/src/prepare.js
index <HASH>..<HASH> 100644
--- a/src/prepare.js
+++ b/src/prepare.js
@@ -111,8 +111,6 @@ exports = module.exports = function prepare(options) {
platform_cfg.write();
return parser.update_project(cfg);
- }).fail(function(e) {
- ... | Fix prepare command from hiding failures.
github: close #<I> | apache_cordova-lib | train |
da3ec2cadb734b26aa7d8c1827b9375514310b36 | diff --git a/app/controllers/administrate/application_controller.rb b/app/controllers/administrate/application_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/administrate/application_controller.rb
+++ b/app/controllers/administrate/application_controller.rb
@@ -5,9 +5,7 @@ module Administrate
def ... | Factor search out to ease overrides | thoughtbot_administrate | train |
ae8503d8dd3e7c33c749ff5d0ccbb0a282a462be | diff --git a/src/hamster/lib/datetime.py b/src/hamster/lib/datetime.py
index <HASH>..<HASH> 100644
--- a/src/hamster/lib/datetime.py
+++ b/src/hamster/lib/datetime.py
@@ -67,25 +67,6 @@ class time(dt.time):
FMT = "%H:%M" # e.g. 13:30
# match time, such as "01:32", "13.56" or "0116"
- pattern = r"""
- ... | make time.pattern a method | projecthamster_hamster | train |
d6ce9cb0b39b30c12afc26f153e28490ae08a6c2 | diff --git a/freshdesk/api.py b/freshdesk/api.py
index <HASH>..<HASH> 100644
--- a/freshdesk/api.py
+++ b/freshdesk/api.py
@@ -22,10 +22,12 @@ class TicketAPI(object):
Multiple filters are AND'd together.
"""
- if 'filter_name' not in kwargs:
- kwargs['filter_name'] = 'all_tickets'... | filter_name should not be passed as a query string argument | sjkingo_python-freshdesk | train |
c15621b45b7d21a76510b8066fa425c53ddbc3ef | diff --git a/normandy/recipes/migrations/0014_auto_20190228_1128.py b/normandy/recipes/migrations/0014_auto_20190228_1128.py
index <HASH>..<HASH> 100644
--- a/normandy/recipes/migrations/0014_auto_20190228_1128.py
+++ b/normandy/recipes/migrations/0014_auto_20190228_1128.py
@@ -3,13 +3,13 @@
import json
import sys
... | Unquote the filename in extensions migration | mozilla_normandy | train |
d2889e76e207c21635105009f715874f8c3e0ed1 | diff --git a/tests/test_instances.py b/tests/test_instances.py
index <HASH>..<HASH> 100644
--- a/tests/test_instances.py
+++ b/tests/test_instances.py
@@ -143,7 +143,8 @@ def test_link_and_ireq():
def test_path_and_url():
path = "/path/to/file"
- prefix = "/C:" if os.name == "nt" else ""
+ prefix, _ = os.... | Fix path determination in file to url test for windows | sarugaku_pip-shims | train |
48d80686e1ef19a52171d9d19f69e1de82f80e16 | diff --git a/bosh_aws_cpi/lib/cloud/aws/cloud.rb b/bosh_aws_cpi/lib/cloud/aws/cloud.rb
index <HASH>..<HASH> 100644
--- a/bosh_aws_cpi/lib/cloud/aws/cloud.rb
+++ b/bosh_aws_cpi/lib/cloud/aws/cloud.rb
@@ -354,7 +354,7 @@ module Bosh::AwsCloud
raise e
ensure
if instance && volume
- ... | force detachment of the EBS volume when deleting volume after stemcell creation | cloudfoundry_bosh | train |
90f39c8cd3a030025a1eb9e19a1e9f19cea5e8ce | diff --git a/src/js/core.js b/src/js/core.js
index <HASH>..<HASH> 100644
--- a/src/js/core.js
+++ b/src/js/core.js
@@ -1764,6 +1764,7 @@ s.createLoop = function () {
};
s.destroyLoop = function () {
s.wrapper.children('.' + s.params.slideClass + '.' + s.params.slideDuplicateClass).remove();
+ s.slides.removeA... | Remove data-swiper-slide-index attribute on destroyLoop | nolimits4web_swiper | train |
33515f6a148d5bf689c6bbbad53af285362ea86e | diff --git a/tests/support/gitfs.py b/tests/support/gitfs.py
index <HASH>..<HASH> 100644
--- a/tests/support/gitfs.py
+++ b/tests/support/gitfs.py
@@ -210,7 +210,7 @@ class WebserverMixin(ModuleCase, ProcessManager, SaltReturnAssertsMixin):
'uwsgi_port': self.uwsgi_port,
... | Fix git_pillar integration tests on Arch
The location of the git-http-backend is within /usr/lib instead of
/usr/libexec.
This also uncomments a line that was commented out for troubleshooting
purposes. | saltstack_salt | train |
7e699fd35ed57f6a49e1c7aaa88d6f49b4ecc164 | diff --git a/src/Codeception/Module/Laravel4.php b/src/Codeception/Module/Laravel4.php
index <HASH>..<HASH> 100644
--- a/src/Codeception/Module/Laravel4.php
+++ b/src/Codeception/Module/Laravel4.php
@@ -25,6 +25,9 @@ use Illuminate\Auth\UserInterface;
* * Stability: **alpha**
* * Contact: davert.codeception@mailica... | Laravel <I> improvements and database methods | Codeception_Codeception | train |
3f8bf0bc90ecd9af6789dd6265ed6e08993f6a0b | diff --git a/lib/cieloz.rb b/lib/cieloz.rb
index <HASH>..<HASH> 100644
--- a/lib/cieloz.rb
+++ b/lib/cieloz.rb
@@ -57,6 +57,13 @@ module Cieloz
include Cieloz::Helpers
attr_accessor :codigo, :mensagem
+ attr_reader :xml
+
+ def self.from xml
+ obj = new.from_xml xml
+ obj.instance_variable_s... | Preserves Cielo original response as a xml attribute | fabiolnm_cieloz | train |
fd8dab10d4bc94b24d28be2950c6ecfffdb48972 | diff --git a/ella/newman/media/js/newman.js b/ella/newman/media/js/newman.js
index <HASH>..<HASH> 100644
--- a/ella/newman/media/js/newman.js
+++ b/ella/newman/media/js/newman.js
@@ -235,6 +235,16 @@ var ContentByHashLib = {};
}
ContentByHashLib.reload_content = reload_content;
+ function unload_cont... | Saving change form unloads history, so it's reloaded upon request. | ella_ella | train |
c42b2524038ac9b0ef07049668ded27b2007f6e3 | diff --git a/src/sap.ui.layout/src/sap/ui/layout/form/SimpleForm.js b/src/sap.ui.layout/src/sap/ui/layout/form/SimpleForm.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.layout/src/sap/ui/layout/form/SimpleForm.js
+++ b/src/sap.ui.layout/src/sap/ui/layout/form/SimpleForm.js
@@ -824,7 +824,7 @@ sap.ui.define(['jquery.sa... | [FIX] SimpleForm: Removing last field and label of container
removes container
if then the title or toolbar should be removed it leads to an error
Change-Id: I<I>ca<I>bc<I>a<I>f5c<I>fa6e<I>e<I>fef
BCP: <I> | SAP_openui5 | train |
77ca336125cc92f19bad968d7f095801e5542a95 | diff --git a/src/Adapter/CachedDecorator.php b/src/Adapter/CachedDecorator.php
index <HASH>..<HASH> 100644
--- a/src/Adapter/CachedDecorator.php
+++ b/src/Adapter/CachedDecorator.php
@@ -16,7 +16,7 @@ use KG\Pager\AdapterInterface;
/**
* Caches and attempts to minimize calls made to the wrapped adapter.
*/
-class ... | Make CachedDecorator & LastPagedMerged final classes | kgilden_pager | train |
31038a60876d537b11c69330640d3079a32ad610 | diff --git a/mwreverts/__init__.py b/mwreverts/__init__.py
index <HASH>..<HASH> 100644
--- a/mwreverts/__init__.py
+++ b/mwreverts/__init__.py
@@ -23,6 +23,6 @@ from .detector import Detector, Revert
from .functions import detect
from .dummy_checksum import DummyChecksum
-__version__ = "0.0.6"
+__version__ = "0.1.0... | Increments version to <I> | mediawiki-utilities_python-mwreverts | train |
08668dc65551088c94de0e1b9a7c47539bc9e940 | diff --git a/commands/credentials.js b/commands/credentials.js
index <HASH>..<HASH> 100644
--- a/commands/credentials.js
+++ b/commands/credentials.js
@@ -80,6 +80,7 @@ Connection URL:
let reset = co.wrap(function * () {
const host = require('../lib/host')
let db = yield fetcher.addon(app, args.database)
+... | Deprecation warning for pg:credentials --reset (#<I>) | heroku_heroku-pg | train |
b93b39937e284183cb416668a75fd50db3a2aafc | diff --git a/spec/primalize/single_spec.rb b/spec/primalize/single_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/primalize/single_spec.rb
+++ b/spec/primalize/single_spec.rb
@@ -126,7 +126,7 @@ module Primalize
end
it 'allows overriding the method from the object to coerce values' do
- serializer_clas... | Don't change the closure variable
Kinda wish we didn't need to make it a closure variable, but whatevs. | jgaskins_primalize | train |
d9721128e76b89e91b6289db67c4c46962c668a7 | diff --git a/src/main/java/org/dita/dost/invoker/ArgumentParser.java b/src/main/java/org/dita/dost/invoker/ArgumentParser.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/dita/dost/invoker/ArgumentParser.java
+++ b/src/main/java/org/dita/dost/invoker/ArgumentParser.java
@@ -104,30 +104,28 @@ final class Argumen... | Support argument form subcommand with preceding options | dita-ot_dita-ot | train |
6eb73fea2b3cdd837240b735c41021faf49c121a | diff --git a/app/models/effective/attribute.rb b/app/models/effective/attribute.rb
index <HASH>..<HASH> 100644
--- a/app/models/effective/attribute.rb
+++ b/app/models/effective/attribute.rb
@@ -97,7 +97,8 @@ module Effective
(value.to_s.gsub(/\D/, '').to_f / 100.0)
end
when :phone
- d... | Ignore a leading 1 when parsing phone number | code-and-effect_effective_resources | train |
9abf6c04f394c577bb5d13b4713c80352fc9457e | diff --git a/src/main/java/com/marklogic/client/example/cookbook/datamovement/IncrementalLoadFromJdbc.java b/src/main/java/com/marklogic/client/example/cookbook/datamovement/IncrementalLoadFromJdbc.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/marklogic/client/example/cookbook/datamovement/IncrementalLoadFro... | fix faulty assumption in hasNext of Iterator | marklogic_java-client-api | train |
89f420fc503297fbd7521bfe59e91445f6908868 | diff --git a/blocks_vertical/procedures.js b/blocks_vertical/procedures.js
index <HASH>..<HASH> 100644
--- a/blocks_vertical/procedures.js
+++ b/blocks_vertical/procedures.js
@@ -57,7 +57,7 @@ Blockly.ScratchBlocks.ProcedureUtils.callerMutationToDom = function() {
Blockly.ScratchBlocks.ProcedureUtils.callerDomToMutati... | Add an opt_generateShadows param to procedure mutationToDom where needed | LLK_scratch-blocks | train |
7ac3d082dd0e2754be5d0a22defeeb26eac0b53f | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ Yii Framework 2 mongodb extension Change Log
- Enh #23: Added support for complex sort specification at `yii\mongodb\Query` (raoptimus)
- Enh #27: Added support for saving extra fields in sessi... | Added support for cursor options setup at `yii\mongodb\Query` | yiisoft_yii2-mongodb | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.