hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
de6912a62ace7cda0c53c809a783a0a8fd6fdd31 | diff --git a/wikidataintegrator/__init__.py b/wikidataintegrator/__init__.py
index <HASH>..<HASH> 100644
--- a/wikidataintegrator/__init__.py
+++ b/wikidataintegrator/__init__.py
@@ -4,7 +4,7 @@ import wikidataintegrator.wdi_core
import wikidataintegrator.wdi_fastrun
import wikidataintegrator.wdi_helpers
import wiki... | first draft of sdc support | SuLab_WikidataIntegrator | train |
92e9b98cbcb732c7b9a61da774637ba85c00d781 | diff --git a/lib/sensu/client.rb b/lib/sensu/client.rb
index <HASH>..<HASH> 100644
--- a/lib/sensu/client.rb
+++ b/lib/sensu/client.rb
@@ -184,27 +184,22 @@ module Sensu
end
end
- def calculate_initial_splay(check)
- hash_key = [@settings[:client][:name], check[:name]].join(':')
- splay_hash ... | [hashed_splay] testing and cleaning execution splay | sensu_sensu | train |
18c9af3dbc65b16956303a7061ca6f65b8762877 | diff --git a/spyderlib/widgets/helperwidgets.py b/spyderlib/widgets/helperwidgets.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/helperwidgets.py
+++ b/spyderlib/widgets/helperwidgets.py
@@ -120,8 +120,11 @@ class HTMLDelegate(QStyledItemDelegate):
textRect = style.subElementRect(QStyle.SE_ItemViewIt... | File Switcher: Make it work for the Oxygen style | spyder-ide_spyder | train |
fc67ad829088d6ee4d7bc86e288128023bb25d0e | diff --git a/librosa/feature.py b/librosa/feature.py
index <HASH>..<HASH> 100644
--- a/librosa/feature.py
+++ b/librosa/feature.py
@@ -356,7 +356,91 @@ def ifptrack(y, sr=22050, n_fft=4096, hop_length=None, fmin=(150.0, 300.0), fmax
magnitudes[bins, t] = mags
return pitches, magnitudes, D
-
+
+def pip... | Thresholded parabolic interpolation pitch tracking | librosa_librosa | train |
d432792da236091c337c63d289707e15f645c009 | diff --git a/packages/accurapp-scripts/scripts/build.js b/packages/accurapp-scripts/scripts/build.js
index <HASH>..<HASH> 100644
--- a/packages/accurapp-scripts/scripts/build.js
+++ b/packages/accurapp-scripts/scripts/build.js
@@ -25,9 +25,8 @@ if (process.env.PUBLIC_URL.endsWith('/')) {
}
const appDir = process.cw... | feat: 👯 Support multiple webpack builds | accurat_accurapp | train |
f9825ba128b0b4c14b40783c110c5904b8c0c10b | diff --git a/app/lightblue/oad.js b/app/lightblue/oad.js
index <HASH>..<HASH> 100644
--- a/app/lightblue/oad.js
+++ b/app/lightblue/oad.js
@@ -97,8 +97,6 @@ class FirmwareUpdater {
// calculate size of image to get total blocks
let fwFileStats = fs.statSync(path.join(FW_FILES, this._fwfiles[this._fileOffe... | oad: log start and end time of entire fw update process | PunchThrough_bean-sdk-node | train |
3386228a985ac4a9a588b1ef8a67f7917cb1555a | diff --git a/test/rql_test/cfeed_offsets.rb b/test/rql_test/cfeed_offsets.rb
index <HASH>..<HASH> 100644
--- a/test/rql_test/cfeed_offsets.rb
+++ b/test/rql_test/cfeed_offsets.rb
@@ -24,10 +24,7 @@ $ticks = 0
# the boundary of the set as well as its middle.
$n = 6
$lim = 10
-$log = []
-$state = []
$stopping = false... | improved cfeed_offsets.rb test | rethinkdb_rethinkdb | train |
dba2993be402b0cd2b23a9067c645883a51c428a | diff --git a/test/test_helper.rb b/test/test_helper.rb
index <HASH>..<HASH> 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,3 +1,4 @@
+require "rubygems"
require "test/unit"
require "active_support/test_case"
@@ -66,7 +67,7 @@ class ActiveSupport::TestCase
ActiveRecord::Base.connection.drop_... | Fix tests for Ruby <I>. | voormedia_rails-erd | train |
cf9b0a6944a707545226fdb2863a4224d90cd777 | diff --git a/config/routes/admin.rb b/config/routes/admin.rb
index <HASH>..<HASH> 100644
--- a/config/routes/admin.rb
+++ b/config/routes/admin.rb
@@ -86,7 +86,7 @@ Rails.application.routes.draw do
match "load_data", via: [:get, :post, :patch]
end
end
- resources :nav_men... | added fix for previous nav_menus url | owen2345_camaleon-cms | train |
0bd468f50032ebdccc7b646a3f1d94265beae170 | diff --git a/lxd/cluster/membership_test.go b/lxd/cluster/membership_test.go
index <HASH>..<HASH> 100644
--- a/lxd/cluster/membership_test.go
+++ b/lxd/cluster/membership_test.go
@@ -9,15 +9,17 @@ import (
"time"
"github.com/canonical/go-dqlite/driver"
+ "github.com/mpvl/subtest"
+ "github.com/stretchr/testify/as... | lxd/cluster/membership/test: Add network project support | lxc_lxd | train |
6e5bbb96d780375029b9b75e6e0bc4673445a8e2 | diff --git a/ChangeLog.markdown b/ChangeLog.markdown
index <HASH>..<HASH> 100644
--- a/ChangeLog.markdown
+++ b/ChangeLog.markdown
@@ -1,6 +1,14 @@
Changelog for ImboClient
========================
+ImboClient-1.1.1
+----------------
+__N/A__
+
+Bug fixes:
+
+* #90: Imbo\Http\ImageUrl instances does not support bei... | Allow image url instances to be converted to a string more than once. Fixes #<I> | imbo_imboclient-php | train |
19b6c1e50878ecd9d951f4213c3c5fb0f7aae100 | diff --git a/lib/request.js b/lib/request.js
index <HASH>..<HASH> 100644
--- a/lib/request.js
+++ b/lib/request.js
@@ -98,6 +98,10 @@ function callRawBody(res) {
return res.rawBody();
}
+function callStream(res) {
+ return res.stream();
+}
+
function parseErrorBody(rawBody) {
var source = rawBody.toString();... | feat: support `fetch().stream().then()`
just like `.json()`, etc. | groupon_gofer | train |
a74e365a5a0e52bc6fac3b9c40c3244161a3e9fd | diff --git a/straitlets/builtin_models.py b/straitlets/builtin_models.py
index <HASH>..<HASH> 100644
--- a/straitlets/builtin_models.py
+++ b/straitlets/builtin_models.py
@@ -19,7 +19,7 @@ def join_filter_empty(sep, *elems):
>>> join_filter_empty(':', 'a', None)
'a'
"""
- return sep.join(map(str, filt... | PERF: Specify None for filter fast path
with equivalent semantics to bool | quantopian_serializable-traitlets | train |
f1065dc4f8d367707dcc6e4327236fd1d2f72c33 | diff --git a/ua-parser.js b/ua-parser.js
index <HASH>..<HASH> 100644
--- a/ua-parser.js
+++ b/ua-parser.js
@@ -177,7 +177,8 @@ function UAParser (uastring) {
/\((ip[honead]+|playbook);/i, // iPod/iPhone/iPad/PlayBook
/(blackberry)[\s-]?(\w+)/i, ... | Added some devices: Asus, Acer, Dell, Nexus, ZTE | faisalman_ua-parser-js | train |
74f81fc71f1618211f88f0fc241d5606defc29d0 | diff --git a/hazelcast/src/test/java/com/hazelcast/internal/memory/GlobalMemoryAccessorRegistryTest.java b/hazelcast/src/test/java/com/hazelcast/internal/memory/GlobalMemoryAccessorRegistryTest.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/test/java/com/hazelcast/internal/memory/GlobalMemoryAccessorRegistryTest.... | Increased code coverage of GlobalMemoryAccessorRegistryTest. | hazelcast_hazelcast | train |
1c166018c4716683b0d9caabecba519d5771d53a | diff --git a/scripts/bcbio_nextgen.py b/scripts/bcbio_nextgen.py
index <HASH>..<HASH> 100755
--- a/scripts/bcbio_nextgen.py
+++ b/scripts/bcbio_nextgen.py
@@ -114,7 +114,7 @@ def parse_cl_args(in_args):
# Hidden arguments passed downstream
parser.add_argument("--only-metadata", help=argparse.SUPPRESS,... | Fix check for workdir in command line args
Fixes the failing `bcbio_nextgen.py version` command. | bcbio_bcbio-nextgen | train |
e670f5e9a6ebd441e400df748ac6b38ddd28a9a3 | diff --git a/lib/hydro/test/base.js b/lib/hydro/test/base.js
index <HASH>..<HASH> 100644
--- a/lib/hydro/test/base.js
+++ b/lib/hydro/test/base.js
@@ -57,6 +57,20 @@ Base.extend = extend;
inherits(Base, Emitter);
/**
+ * ensure callbacks are called in the correct context
+ */
+
+Base.prototype.on = function(event, ... | run hooks and test bodies in the same context closes #<I> | vesln_hydro | train |
3b790d56b70c1570f582264b2c6297695399108d | diff --git a/backbone.validation.js b/backbone.validation.js
index <HASH>..<HASH> 100644
--- a/backbone.validation.js
+++ b/backbone.validation.js
@@ -67,8 +67,12 @@ Backbone.Validation = (function(Backbone, _, undefined) {
}
function validateAll(model, validation, attrs) {
+ if (attrs === undefi... | fixed issue with Model.set() with a blank object | thedersen_backbone.validation | train |
9fab0960b0ed416719ab27957da3e1cee3033a07 | diff --git a/prometheus_flask_exporter/__init__.py b/prometheus_flask_exporter/__init__.py
index <HASH>..<HASH> 100644
--- a/prometheus_flask_exporter/__init__.py
+++ b/prometheus_flask_exporter/__init__.py
@@ -905,4 +905,4 @@ class RESTfulPrometheusMetrics(PrometheusMetrics):
return _make_response
-__vers... | Release support for OpenMetrics output format | rycus86_prometheus_flask_exporter | train |
ae70091cc3dfe3d86ca49eff4aa8598acf2b8a65 | diff --git a/src/main/java/org/asteriskjava/fastagi/DefaultAgiServer.java b/src/main/java/org/asteriskjava/fastagi/DefaultAgiServer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/asteriskjava/fastagi/DefaultAgiServer.java
+++ b/src/main/java/org/asteriskjava/fastagi/DefaultAgiServer.java
@@ -20,7 +20,11 @@ im... | *performance, less verbose log | asterisk-java_asterisk-java | train |
91cf4b622673f4751371a54b2de90e8520800b31 | diff --git a/ob1k-db/src/test/java/com/outbrain/ob1k/db/BasicTestingDao.java b/ob1k-db/src/test/java/com/outbrain/ob1k/db/BasicTestingDao.java
index <HASH>..<HASH> 100644
--- a/ob1k-db/src/test/java/com/outbrain/ob1k/db/BasicTestingDao.java
+++ b/ob1k-db/src/test/java/com/outbrain/ob1k/db/BasicTestingDao.java
@@ -1,19 ... | making the await to wait by connection timeout | outbrain_ob1k | train |
93d3bfdee0f771f50c535ff54e28e033d4adf0ad | diff --git a/src/main/java/org/codehaus/groovy/transform/stc/StaticTypeCheckingVisitor.java b/src/main/java/org/codehaus/groovy/transform/stc/StaticTypeCheckingVisitor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/codehaus/groovy/transform/stc/StaticTypeCheckingVisitor.java
+++ b/src/main/java/org/codehaus/g... | Trivial refactoring: extract common variable | apache_groovy | train |
d68d420eff9cced401be0a7885a865ebbdd8d86b | diff --git a/cflib/bootloader/cloader.py b/cflib/bootloader/cloader.py
index <HASH>..<HASH> 100644
--- a/cflib/bootloader/cloader.py
+++ b/cflib/bootloader/cloader.py
@@ -72,7 +72,7 @@ class Cloader:
self.targets = {}
self.mapping = None
- self._available_boot_uri = ('radio://0/110/2M', 'radi... | Bootloader: more explicit about address and safelink requirement.
Notes:
* The current radiodriver is not enforcing safelink, but
rather lazily initializing it. This change does not change the behavior
and the [noSafelink] hint in the URI is simply ignored.
* The current scan_selected function will only consider chann... | bitcraze_crazyflie-lib-python | train |
e3663caf778739ab9c08a546981978e80da44f71 | diff --git a/drivers/overlay/ovmanager/ovmanager.go b/drivers/overlay/ovmanager/ovmanager.go
index <HASH>..<HASH> 100644
--- a/drivers/overlay/ovmanager/ovmanager.go
+++ b/drivers/overlay/ovmanager/ovmanager.go
@@ -8,6 +8,7 @@ import (
"strings"
"sync"
+ "github.com/Sirupsen/logrus"
"github.com/docker/libnetwor... | Overlay driver's NetworkAllocate method must honor driver options | docker_libnetwork | train |
80fe3e187735aad69a2fa3ca4f0881e591d6a56e | diff --git a/controller/cache/cluster.go b/controller/cache/cluster.go
index <HASH>..<HASH> 100644
--- a/controller/cache/cluster.go
+++ b/controller/cache/cluster.go
@@ -274,6 +274,9 @@ func (c *clusterInfo) sync() (err error) {
c.log.Info("Start syncing cluster")
+ for i := range c.apisMeta {
+ c.apisMeta[i].w... | Controller don't stop running watches on cluster resync (#<I>) | argoproj_argo-cd | train |
c9e3cfe3e5e4e5ac874cb0743888e09302270f3e | diff --git a/tests/asl_test.js b/tests/asl_test.js
index <HASH>..<HASH> 100644
--- a/tests/asl_test.js
+++ b/tests/asl_test.js
@@ -10,8 +10,8 @@ exports.test_asl_imm = function(test){
var ast = compiler.syntax(tokens);
test.equal(1 , ast.length);
test.equal('S_IMMEDIATE', ast[0].type);
- //code = sema... | uncomment some asserts on asl_test | gutomaia_nodeNES | train |
21dc7bf2da71917a88576f2a3df359154f6fb84d | diff --git a/joinfaces-autoconfigure/src/main/java/org/joinfaces/autoconfigure/javaxfaces/JsfBeansAutoConfiguration.java b/joinfaces-autoconfigure/src/main/java/org/joinfaces/autoconfigure/javaxfaces/JsfBeansAutoConfiguration.java
index <HASH>..<HASH> 100644
--- a/joinfaces-autoconfigure/src/main/java/org/joinfaces/aut... | Fix BeanConditions and stop forcing proxing Object
see #<I> | joinfaces_joinfaces | train |
72a34d261f8c38bd9e414ba828a41f59c627c68f | diff --git a/cmd/juju/user/login.go b/cmd/juju/user/login.go
index <HASH>..<HASH> 100644
--- a/cmd/juju/user/login.go
+++ b/cmd/juju/user/login.go
@@ -576,6 +576,9 @@ func (c *loginCommand) promptUserToTrustCA(ctx *cmd.Context, ctrlDetails *jujucl
prettyName = fmt.Sprintf("%q (%s)", host, endpoint)
}
fmt.Fpri... | Adding a comment to improve readability | juju_juju | train |
94d4b9d6a32ce58c3289f5358349c9c07dad0cbb | diff --git a/updates.js b/updates.js
index <HASH>..<HASH> 100755
--- a/updates.js
+++ b/updates.js
@@ -344,11 +344,10 @@ function findNewVersion(data, opts) {
if (!opts.semvers.includes(diff)) continue;
if (diff === "prerelease" && !opts.usePre) continue;
+ if (!semver.gte(parsed.version, tempVersion)) c... | prevent downgrades to newer, but smaller versions | silverwind_updates | train |
912e23dcb4f21d3564d263987bca117fdb368783 | diff --git a/src/stream/nodejs.js b/src/stream/nodejs.js
index <HASH>..<HASH> 100644
--- a/src/stream/nodejs.js
+++ b/src/stream/nodejs.js
@@ -28,7 +28,7 @@ var
*/
constructor: function (stream, close) {
this._stream = stream;
- if ("function" === typeof close) {
+ ... | !yoda style (#<I>) | ArnaudBuchholz_gpf-js | train |
163b3762bb15794f8ea031ce4e19a42b522bf4a0 | diff --git a/authomatic/providers/oauth2.py b/authomatic/providers/oauth2.py
index <HASH>..<HASH> 100644
--- a/authomatic/providers/oauth2.py
+++ b/authomatic/providers/oauth2.py
@@ -869,6 +869,14 @@ class Facebook(OAuth2):
return True
+ def access(self, url, params=None, **kwargs):
+ if params i... | Explicitly request FB fields. | authomatic_authomatic | train |
a2ace6449542788432ef7573c28cb3097153a7f3 | diff --git a/lib/overcommit/version.rb b/lib/overcommit/version.rb
index <HASH>..<HASH> 100644
--- a/lib/overcommit/version.rb
+++ b/lib/overcommit/version.rb
@@ -1,3 +1,3 @@
module Overcommit
- VERSION = '0.1.1'
+ VERSION = '0.1.2'
end | Cut <I> release
This one has the uninstall functionality we need to remove the old
(git_hooks) stuff from developer workstations.
Change-Id: I<I>ebf1aaea<I>cb<I>bf<I>f3a<I>a<I>c<I>a5
Reviewed-on: <URL> | sds_overcommit | train |
455e687e810950bcaa833b9d3b54b586294eeaa3 | diff --git a/common-core-open/src/main/java/com/bbn/bue/common/StringUtils.java b/common-core-open/src/main/java/com/bbn/bue/common/StringUtils.java
index <HASH>..<HASH> 100755
--- a/common-core-open/src/main/java/com/bbn/bue/common/StringUtils.java
+++ b/common-core-open/src/main/java/com/bbn/bue/common/StringUtils.ja... | Utiltiy method to convert a single codepoint to a string | BBN-E_bue-common-open | train |
b8243e4164d6c96eaf92bec94579e0c2f46d8080 | diff --git a/mod/assign/gradingtable.php b/mod/assign/gradingtable.php
index <HASH>..<HASH> 100644
--- a/mod/assign/gradingtable.php
+++ b/mod/assign/gradingtable.php
@@ -138,7 +138,7 @@ class assign_grading_table extends table_sql implements renderable {
$fields .= 's.status as status, ';
$fields .= ... | MDL-<I> gradebook: fix sort by submission order. | moodle_moodle | train |
d45d56d71ab87914a6ed0e72afd5c56a040d9fb0 | diff --git a/doc.go b/doc.go
index <HASH>..<HASH> 100644
--- a/doc.go
+++ b/doc.go
@@ -23,9 +23,9 @@
// means using platform-specific API calls for creating / initializing said watch.
// For each watcher the API call is:
//
+// - FSEvents: FSEventStreamCreate
// - inotify: notify_add_watch
// - kqueue: ke... | stub: fix panics and failures on not supported platforms | rjeczalik_notify | train |
d81e2614e3b16107ac3bc2ccceecdc3d05df55c7 | diff --git a/spring-shell-core/src/main/java/org/springframework/shell/style/StyleSettings.java b/spring-shell-core/src/main/java/org/springframework/shell/style/StyleSettings.java
index <HASH>..<HASH> 100644
--- a/spring-shell-core/src/main/java/org/springframework/shell/style/StyleSettings.java
+++ b/spring-shell-cor... | Fix styling issue
- For title styling change from bold,fg:bright-white
to bold which should work better with different
terminal color settings as forcing it into bright white
is a bad idea.
- Fixes #<I> | spring-projects_spring-shell | train |
fc8edda73fc3183a72b3345f630273fedb1b8c6e | diff --git a/src/mysql/Collection.js b/src/mysql/Collection.js
index <HASH>..<HASH> 100644
--- a/src/mysql/Collection.js
+++ b/src/mysql/Collection.js
@@ -7,10 +7,64 @@ var _ = require('lodash');
* @constructor
*/
function Collection(db, table) {
+ var self = this;
+
this.db = db;
this.table = table;
+
+ d... | Retrieving index information, on db connect. | jmike_naomi | train |
d184b8bbf752b2ab7636360de706f17846abeb3f | diff --git a/baron/finder.py b/baron/finder.py
index <HASH>..<HASH> 100644
--- a/baron/finder.py
+++ b/baron/finder.py
@@ -83,6 +83,8 @@ def render(node):
for pos, (key_type, render_key, dependent) in enumerate(d[node['type']]):
if not dependent and not node.get(render_key):
continue
+ ... | [enh] allow non-list dependency in rendering dict | PyCQA_baron | train |
6b034c7f5d89a0ba4c5bfea74e6772e0ac40ebe4 | diff --git a/ocelot-spi/src/main/java/fr/hhdev/ocelot/annotations/JsCacheRemoveAll.java b/ocelot-spi/src/main/java/fr/hhdev/ocelot/annotations/JsCacheRemoveAll.java
index <HASH>..<HASH> 100644
--- a/ocelot-spi/src/main/java/fr/hhdev/ocelot/annotations/JsCacheRemoveAll.java
+++ b/ocelot-spi/src/main/java/fr/hhdev/ocelot... | BROWSER to APPLICATION more clear | ocelotds_ocelot | train |
b24d2c3fa6194e3582a23b827eaa6f2789bb34ed | diff --git a/app/controllers/commontator/application_controller.rb b/app/controllers/commontator/application_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/commontator/application_controller.rb
+++ b/app/controllers/commontator/application_controller.rb
@@ -10,7 +10,9 @@ module Commontator
end
... | Updated get_thread to work when setting thread_id instead of id | lml_commontator | train |
989f207753bc3d900ce45b28d35e608131c68c06 | diff --git a/ipymd/lib/markdown.py b/ipymd/lib/markdown.py
index <HASH>..<HASH> 100644
--- a/ipymd/lib/markdown.py
+++ b/ipymd/lib/markdown.py
@@ -513,9 +513,25 @@ class MarkdownWriter(object):
self._list_number = 0
self._in_quote = False
+ # Buffer methods
+ # --------------------------------... | No more newline magic in markdown writer. | rossant_ipymd | train |
79f0a49f00cece4be910f27d26a523036afc3297 | diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat.krb5/fat/src/com/ibm/ws/security/wim/adapter/ldap/fat/krb5/TicketCacheBindTest.java b/dev/com.ibm.ws.security.wim.adapter.ldap_fat.krb5/fat/src/com/ibm/ws/security/wim/adapter/ldap/fat/krb5/TicketCacheBindTest.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.w... | Issue <I>: Add another message for TicketCacheBindTest | OpenLiberty_open-liberty | train |
76cdf8633afc0b91fcb41a5f43208d8c08150587 | diff --git a/Service/MpdfService.php b/Service/MpdfService.php
index <HASH>..<HASH> 100644
--- a/Service/MpdfService.php
+++ b/Service/MpdfService.php
@@ -2,8 +2,6 @@
namespace TFox\MpdfPortBundle\Service;
use Symfony\Component\HttpFoundation\Response;
-include_once __DIR__.'/../vendor/mpdf/mpdf/mpdf.php';
-
cla... | Removed include for mpdf.php as soos as it is loaded by autoloader | tasmanianfox_MpdfPortBundle | train |
fb3c218569688d77d61335369d1b2217d381b403 | diff --git a/simulator/src/test/java/com/hazelcast/simulator/coordinator/PerformanceStateContainerTest.java b/simulator/src/test/java/com/hazelcast/simulator/coordinator/PerformanceStateContainerTest.java
index <HASH>..<HASH> 100644
--- a/simulator/src/test/java/com/hazelcast/simulator/coordinator/PerformanceStateConta... | Fixed PerformanceStateContainerTest for new performance output. | hazelcast_hazelcast-simulator | train |
b649926856608c7cde4f5c0f3352f2ec2fbdc56b | diff --git a/s3backup/sync.py b/s3backup/sync.py
index <HASH>..<HASH> 100644
--- a/s3backup/sync.py
+++ b/s3backup/sync.py
@@ -126,6 +126,22 @@ def get_sync_actions(client_1, client_2):
deferred_calls[key] = DeferredFunction(
update_client, client_1, client_2, key, action_2.remote_timestam... | Reorganise get_sync_actions slightly | MichaelAquilina_S4 | train |
cbe8d982bc116af87b57ef90a786ddbe952eb260 | diff --git a/src/sap.m/src/sap/m/TileContainerRenderer.js b/src/sap.m/src/sap/m/TileContainerRenderer.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/TileContainerRenderer.js
+++ b/src/sap.m/src/sap/m/TileContainerRenderer.js
@@ -30,7 +30,6 @@ sap.ui.define(['jquery.sap.global'],
rm.addStyle("width",oContro... | [FIX] sap.m.TileContainer: sapContrast removed
BCP:<I>
Change-Id: If5cf<I>e<I>a6ca9f1eca<I>c<I>f<I>a<I> | SAP_openui5 | train |
035df446579b2c44d14cde35f11f662d9682a938 | diff --git a/platform/dolphin-platform-remoting-common/src/main/java/com/canoo/dp/impl/remoting/converters/BigDecimalConverterFactory.java b/platform/dolphin-platform-remoting-common/src/main/java/com/canoo/dp/impl/remoting/converters/BigDecimalConverterFactory.java
index <HASH>..<HASH> 100644
--- a/platform/dolphin-pl... | Update BigDecimalConverterFactory.java
Based on review | canoo_dolphin-platform | train |
66e4ded9d079f8a29941a956b1046cf2c08d2ef5 | diff --git a/docs/changes.rst b/docs/changes.rst
index <HASH>..<HASH> 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -322,6 +322,9 @@ Enhancements
or VALUE.REFERENCE elements without a parent KEYBINDINGS element).
DSP0201 allows for this as a special case. (Issue #1026).
+* Added support for instance q... | Added support for instance qualifiers in tupleparser | pywbem_pywbem | train |
62296a00160e10e7ba5ff367ff1bdb0a59e956ff | diff --git a/core/deliverservice/client.go b/core/deliverservice/client.go
index <HASH>..<HASH> 100644
--- a/core/deliverservice/client.go
+++ b/core/deliverservice/client.go
@@ -211,7 +211,6 @@ func (d *DeliverService) readUntilClose() {
payload := createPayload(seqNum, t.Block)
// Use payload to create gossip... | Stop logging the gossip content message
Currently for debug purposes there is a log printout
which prints gossiping message from the delivery service
client. This is usefull while doing small debuging and
testing, while in heavy load it garbages the console.
This commit is to stop printing this message to reduce
log ... | hyperledger_fabric | train |
f742f7fda04d0f0a0dcb43f89bf2dbb1adb759ca | diff --git a/src/main/java/com/google/android/apps/common/testing/accessibility/framework/AccessibilityCheckResult.java b/src/main/java/com/google/android/apps/common/testing/accessibility/framework/AccessibilityCheckResult.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/google/android/apps/common/testing/acce... | Removing references to proto buffers. | google_Accessibility-Test-Framework-for-Android | train |
f5071e68794ed86667e21d278c7ca5583c570eb1 | diff --git a/symphony/lib/core/class.errorhandler.php b/symphony/lib/core/class.errorhandler.php
index <HASH>..<HASH> 100644
--- a/symphony/lib/core/class.errorhandler.php
+++ b/symphony/lib/core/class.errorhandler.php
@@ -98,7 +98,16 @@ class GenericExceptionHandler
}
if (!headers_sent()) {... | Better logic for handling http status codes
This change makes the error handler a little bit more smarter in the sense that it will try to extract the http status code from the exception it receives. If not status is found, then it reverts to the original implementation that was returning a <I>. | symphonycms_symphony-2 | train |
c84bc5855150ff5e0e7622a8a698367d86cf56ff | diff --git a/src/DurationExtension.php b/src/DurationExtension.php
index <HASH>..<HASH> 100644
--- a/src/DurationExtension.php
+++ b/src/DurationExtension.php
@@ -15,6 +15,7 @@ class DurationExtension extends Twig_Extension
{
const CATALOGUE = 'uam-18n';
const YEAR = 'y';
+ const YEAR_FULL = 'Y';
con... | added support for ignoring 0 values | united-asian_twig-i18n-extension | train |
df658a2666e420b6348deac153ac6bc6166afea4 | diff --git a/tests/log_parser/test_error_parser.py b/tests/log_parser/test_error_parser.py
index <HASH>..<HASH> 100644
--- a/tests/log_parser/test_error_parser.py
+++ b/tests/log_parser/test_error_parser.py
@@ -47,3 +47,23 @@ def test_successful_lines_not_matched(line):
parser = ErrorParser()
is_error_line = ... | Bug <I> - Strip TaskCluster log prefix when parsing logs (#<I>)
Upcoming changes in bug <I> will change log output for many tests
in TaskCluster resulting in lines being prefixed with a timestamp and
the task step name. Unless these line prefixes are handled, it
confuses the error parser.
This commit detects log... | mozilla_treeherder | train |
8b95dd9330ccfe25138d58945e57c8d8fc47dbe3 | diff --git a/src/Console/LlumCommand.php b/src/Console/LlumCommand.php
index <HASH>..<HASH> 100644
--- a/src/Console/LlumCommand.php
+++ b/src/Console/LlumCommand.php
@@ -156,6 +156,10 @@ abstract class LlumCommand extends Command
{
$package = $this->obtainPackage($name);
+ if ($package == -1) {
... | Stop package command when package not found in packages.php | acacha_llum | train |
8e7ad878bcd4d5a26e403594255b9ea3b3035b75 | diff --git a/src/GetStream/StreamLaravel/Enrich.php b/src/GetStream/StreamLaravel/Enrich.php
index <HASH>..<HASH> 100644
--- a/src/GetStream/StreamLaravel/Enrich.php
+++ b/src/GetStream/StreamLaravel/Enrich.php
@@ -51,11 +51,6 @@ class Enrich {
$with = $content_type_model->activityLazyLoading;
... | correctly detect non enriched activities and skip them during view rendering | GetStream_stream-laravel | train |
e2926b199624e4caf52226570c0e3760d33d0cf7 | diff --git a/salt/states/dellchassis.py b/salt/states/dellchassis.py
index <HASH>..<HASH> 100644
--- a/salt/states/dellchassis.py
+++ b/salt/states/dellchassis.py
@@ -24,8 +24,7 @@ Below is an example state that sets parameters just to show the basics.
- server-3: powercycle
However, it is possible to pla... | Update dellchassis state example to use correct jinja syntax | saltstack_salt | train |
df9e5a9e156f1b38daf0f32e60e4a51c49177791 | diff --git a/seleniumbase/config/settings.py b/seleniumbase/config/settings.py
index <HASH>..<HASH> 100755
--- a/seleniumbase/config/settings.py
+++ b/seleniumbase/config/settings.py
@@ -55,10 +55,10 @@ WAIT_FOR_RSC_ON_CLICKS = False
# MySQL DB Credentials
# (For saving data from tests)
-DB_HOST = "[TEST DB HOST]" ... | Use default MySQL credentials as default in settings.py | seleniumbase_SeleniumBase | train |
ffa9edc147eb1ff8b53251006037d4e378789266 | diff --git a/ethereum/hybrid_casper/chain.py b/ethereum/hybrid_casper/chain.py
index <HASH>..<HASH> 100644
--- a/ethereum/hybrid_casper/chain.py
+++ b/ethereum/hybrid_casper/chain.py
@@ -186,7 +186,6 @@ class Chain(object):
# TODO: Look for prepares
# TODO: Update head_hash -- ie. self.head_hash = sel... | Fix chain's process_parent_queue & small edits | ethereum_pyethereum | train |
b35071885e9bad6171dd15347d43152a63039248 | diff --git a/openquake/hazardlib/calc/gmf.py b/openquake/hazardlib/calc/gmf.py
index <HASH>..<HASH> 100644
--- a/openquake/hazardlib/calc/gmf.py
+++ b/openquake/hazardlib/calc/gmf.py
@@ -205,7 +205,6 @@ class GmfComputer(object):
for i, gsim in enumerate(self.gsims):
for j, rlz in enumerate(rlzs_b... | Removed an accidental pdb | gem_oq-engine | train |
592d17d44e16f4551271a6a55a7a4a1138b80a23 | diff --git a/s2/point_test.go b/s2/point_test.go
index <HASH>..<HASH> 100644
--- a/s2/point_test.go
+++ b/s2/point_test.go
@@ -23,10 +23,6 @@ import (
"github.com/golang/geo/r3"
)
-func float64Near(x, y, ε float64) bool {
- return math.Abs(x-y) <= ε
-}
-
func TestOriginPoint(t *testing.T) {
if math.Abs(OriginPo... | Move float<I>Near into s2_test.go. | golang_geo | train |
4cd2eb482d16ee91f4b637106d8503f1c3629498 | diff --git a/http/response_json.go b/http/response_json.go
index <HASH>..<HASH> 100644
--- a/http/response_json.go
+++ b/http/response_json.go
@@ -158,7 +158,7 @@ func decodeObjectFields(objValue reflect.Value, body map[string]*json.RawMessage
objValueType := objValue.Type()
for i := 0; i != objValue.NumField(); i+... | Do not recurse into non struct types. (#<I>) | arangodb_go-driver | train |
66a5c446b609eb3c60591ea58800aee996096ab8 | diff --git a/carbonate/sync.py b/carbonate/sync.py
index <HASH>..<HASH> 100644
--- a/carbonate/sync.py
+++ b/carbonate/sync.py
@@ -145,9 +145,9 @@ def run_batch(metrics_to_sync, remote, local_storage, rsync_options,
sync_tries = 0
sync_success = False
+ rsync_start = time.time()
whil... | sync time should include failed iterations as well | graphite-project_carbonate | train |
abea1e7a74c54d7beb918228470f6444b4edf6d5 | diff --git a/obdalib/reformulation-core/src/main/java/it/unibz/krdb/obda/owlrefplatform/core/abox/DAGConstructor.java b/obdalib/reformulation-core/src/main/java/it/unibz/krdb/obda/owlrefplatform/core/abox/DAGConstructor.java
index <HASH>..<HASH> 100644
--- a/obdalib/reformulation-core/src/main/java/it/unibz/krdb/obda/o... | Not creating mappings for AUX roles | ontop_ontop | train |
b877bbe5792cd621e0a97da74da6b5e81db48fc3 | diff --git a/org/postgresql/jdbc2/AbstractJdbc2DatabaseMetaData.java b/org/postgresql/jdbc2/AbstractJdbc2DatabaseMetaData.java
index <HASH>..<HASH> 100644
--- a/org/postgresql/jdbc2/AbstractJdbc2DatabaseMetaData.java
+++ b/org/postgresql/jdbc2/AbstractJdbc2DatabaseMetaData.java
@@ -3,7 +3,7 @@
* Copyright (c) 2004-200... | Remove mapping of the rand escape function. Due to the change in
the setseed backend function return value from int to void we
cannot implement in the same way as for previous server versions.
Also per discussion the old implementation looked wrong and the
spec gives us very little insight into what it should actually... | pgjdbc_pgjdbc | train |
ad5d0ceb45ce41a5de9cb405e16c861797fec29f | diff --git a/lib/sass/scss/parser.rb b/lib/sass/scss/parser.rb
index <HASH>..<HASH> 100644
--- a/lib/sass/scss/parser.rb
+++ b/lib/sass/scss/parser.rb
@@ -21,15 +21,7 @@ module Sass
include Sass::SCSS::RX
def stylesheet
- root = Sass::Tree::RootNode.new(@scanner.string)
-
- s
-
- wh... | [Sass] [SCSS] Allow directives at any level in the document. | sass_ruby-sass | train |
d737b9ac63638c7c0a529df545e60becb9b28c93 | diff --git a/lib/daemon_runner/client.rb b/lib/daemon_runner/client.rb
index <HASH>..<HASH> 100644
--- a/lib/daemon_runner/client.rb
+++ b/lib/daemon_runner/client.rb
@@ -19,20 +19,20 @@ module DaemonRunner
error_sleep_time = job[:error_sleep_time]
on_error_release_lock = job[:on_error_release_lock]
... | Define a logging prefix to use when task_id is set
This fixes log output when `task_id` is set by defaulting the prefix to
`class_name.method`. | rapid7_daemon_runner | train |
e714301b6e3f104450eaf00139d95c3c0b6f3330 | diff --git a/py/tests/integration/external_only/test_H2OContext.py b/py/tests/integration/external_only/test_H2OContext.py
index <HASH>..<HASH> 100644
--- a/py/tests/integration/external_only/test_H2OContext.py
+++ b/py/tests/integration/external_only/test_H2OContext.py
@@ -68,7 +68,7 @@ def testDownloadLogsAsLOG(spark... | [SW-<I>][Followup] Log structure has changed after changes on H2O side (#<I>) | h2oai_sparkling-water | train |
7c4b797fb63b8674023f41eb336ce30794feb645 | diff --git a/test/e2e/load.go b/test/e2e/load.go
index <HASH>..<HASH> 100644
--- a/test/e2e/load.go
+++ b/test/e2e/load.go
@@ -47,7 +47,7 @@ const (
// We start RCs/Services/pods/... in different namespace in this test.
// nodeCountPerNamespace determines how many namespaces we will be using
// depending on the n... | Increase number of namespaces in load test | kubernetes_kubernetes | train |
dcec06daadfd1e4805d613e4cc2470e50638f114 | diff --git a/perfschema/instrument.go b/perfschema/instrument.go
index <HASH>..<HASH> 100644
--- a/perfschema/instrument.go
+++ b/perfschema/instrument.go
@@ -15,6 +15,7 @@ package perfschema
import (
"fmt"
+ "sync"
"github.com/juju/errors"
"github.com/pingcap/tidb/mysql"
@@ -58,6 +59,7 @@ const (
var (
... | fix concurrent map writes error when a large number of connection comes concurrently (#<I>) | pingcap_tidb | train |
5da4725e7abbd12826e1b58a6b00605311d17283 | diff --git a/parfait-core/src/main/java/com/custardsource/parfait/PollingMonitoredValue.java b/parfait-core/src/main/java/com/custardsource/parfait/PollingMonitoredValue.java
index <HASH>..<HASH> 100644
--- a/parfait-core/src/main/java/com/custardsource/parfait/PollingMonitoredValue.java
+++ b/parfait-core/src/main/jav... | Make PollingMonitoredValue more testable, and use it to test PeriodicValueBuilder | performancecopilot_parfait | train |
dc9c38e7329844205f982c36173f433fae8dafc8 | diff --git a/src/Domains/Media/MediaBag.php b/src/Domains/Media/MediaBag.php
index <HASH>..<HASH> 100644
--- a/src/Domains/Media/MediaBag.php
+++ b/src/Domains/Media/MediaBag.php
@@ -86,24 +86,39 @@ class MediaBag
public function addFromBase64(
$base64EncodedData,
+ $path,
$filename,
... | Fix adding file with base<I> | superv_platform | train |
13c735391c022fa739232663adb86ead33cac6f3 | diff --git a/libkbfs/kbpki_client.go b/libkbfs/kbpki_client.go
index <HASH>..<HASH> 100644
--- a/libkbfs/kbpki_client.go
+++ b/libkbfs/kbpki_client.go
@@ -88,32 +88,48 @@ func (k *KBPKIClient) GetNormalizedUsername(ctx context.Context, uid keybase1.UI
return username, nil
}
+func (k *KBPKIClient) hasVerifyingKey(c... | kbpki_client: get rid of HasVerifyingKey for loop
Suggested by @akalin-keybase.
Issue: #<I> | keybase_client | train |
77c4d75227d60e28884ff01713060817a17afdf2 | diff --git a/js/kraken.js b/js/kraken.js
index <HASH>..<HASH> 100644
--- a/js/kraken.js
+++ b/js/kraken.js
@@ -530,7 +530,7 @@ module.exports = class kraken extends Exchange {
return this.parseOHLCVs (ohlcvs, market, timeframe, since, limit);
}
- parseLedgerItem (data, currency = undefined) {
+ pa... | kraken fetchLedgerItem minor edits | ccxt_ccxt | train |
9dc550974f195aab71a4aed33d409d8d46bf7481 | diff --git a/lib/agent/common.js b/lib/agent/common.js
index <HASH>..<HASH> 100644
--- a/lib/agent/common.js
+++ b/lib/agent/common.js
@@ -7,20 +7,14 @@ var join = require('path').join,
paths = common.system.paths,
config_path = common.config_path;
-// cmd.exe doesnt set process.env.TERM but SESSIONNAM... | Added run_via_cron() and run_via_cli() helpers. | prey_prey-node-client | train |
d8be7c40c92c6b45287cfd765cb9898a18b27676 | diff --git a/lib/yard/parser/ruby/legacy/ruby_lex.rb b/lib/yard/parser/ruby/legacy/ruby_lex.rb
index <HASH>..<HASH> 100644
--- a/lib/yard/parser/ruby/legacy/ruby_lex.rb
+++ b/lib/yard/parser/ruby/legacy/ruby_lex.rb
@@ -663,7 +663,7 @@ module YARD
if @lex_state != EXPR_END && @lex_state != EXPR_CLASS &&
... | Fix "warning: character class has duplicated range"
`\w` already includes `_` so listing both is not needed. | lsegal_yard | train |
da5b6c860a5ac4f18f9e79eaa9f2a4ea307b36ca | diff --git a/lib/pliny/db_support.rb b/lib/pliny/db_support.rb
index <HASH>..<HASH> 100644
--- a/lib/pliny/db_support.rb
+++ b/lib/pliny/db_support.rb
@@ -24,6 +24,7 @@ module Pliny
instance = new(url, logger)
yield instance
instance.disconnect
+ Sequel::DATABASES.delete(instance)
end
... | remove the connection from `Sequel::DATABASES` when disconnecting in DbSupport
Fix #<I> | interagent_pliny | train |
84eaf538822cd4aebb415700134a449fabf3b5f5 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,6 @@
},
"dependencies": {
"array-find": "^1.0.0",
- "bcryptjs": "^2.4.3",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"clamp": "^1.0.1",
diff --git a/src/controllers/a... | Move signin and password change code into core. (#<I>)
* Move signin and password change into core
* Validation for login?session= parameter
* lint | u-wave_http-api | train |
00820a3a5bfd315753cfc99cf6882892f18eb745 | diff --git a/src/main/java/com/github/davidmoten/geo/GeoHash.java b/src/main/java/com/github/davidmoten/geo/GeoHash.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/davidmoten/geo/GeoHash.java
+++ b/src/main/java/com/github/davidmoten/geo/GeoHash.java
@@ -263,6 +263,11 @@ public final class GeoHash {
... | add MIT licence to Dave Troy bits | davidmoten_geo | train |
2a8308b5c0c327bb851afdba6f97578e9efbb004 | diff --git a/ember_debug/object_inspector.js b/ember_debug/object_inspector.js
index <HASH>..<HASH> 100644
--- a/ember_debug/object_inspector.js
+++ b/ember_debug/object_inspector.js
@@ -601,11 +601,17 @@ function getDebugInfo(object) {
skipProperties.push('currentState', 'state');
}
- // remove methods
+
... | Object inspector now skips properties ending with Binding | emberjs_ember-inspector | train |
da585e995652d95996886e7f5e98291d856d202c | diff --git a/packages/ember-application/lib/system/application.js b/packages/ember-application/lib/system/application.js
index <HASH>..<HASH> 100644
--- a/packages/ember-application/lib/system/application.js
+++ b/packages/ember-application/lib/system/application.js
@@ -8,6 +8,23 @@ var get = Ember.get, set = Ember.set... | Wrap Ember initialization in RunLoop - Fixes #<I> | emberjs_ember.js | train |
052aa1445a780f69576a800836be73b57b62a909 | diff --git a/src/core.js b/src/core.js
index <HASH>..<HASH> 100644
--- a/src/core.js
+++ b/src/core.js
@@ -1014,9 +1014,11 @@ jQuery.extend({
jQuery.each({
parent: "a.parentNode",
- parents: "jQuery.parents(a)",
+ parents: "jQuery.dir(a,'parentNode')",
next: "jQuery.nth(a,2,'nextSibling')",
prev: "jQuery.nth(a... | Added .prevAll() and .nextAll() functionality. | jquery_jquery | train |
a07456999beded7aed5da49ca33ec5a098d0fed7 | diff --git a/examples/reporting/getSettledBatchListRequest.php b/examples/reporting/getSettledBatchListRequest.php
index <HASH>..<HASH> 100644
--- a/examples/reporting/getSettledBatchListRequest.php
+++ b/examples/reporting/getSettledBatchListRequest.php
@@ -218,6 +218,14 @@ try {
<th>Error?</th>
... | Improved example to show how more data is accessed | stymiee_authnetjson | train |
09a088f4ac9f2f7a41fd1959db707b35f65fe012 | diff --git a/classes/PodsAPI.php b/classes/PodsAPI.php
index <HASH>..<HASH> 100644
--- a/classes/PodsAPI.php
+++ b/classes/PodsAPI.php
@@ -2856,7 +2856,15 @@ class PodsAPI {
$pre_save_helpers = $post_save_helpers = array();
if ( false === $bypass_helpers ) {
- $pieces = array( 'fields', '... | Pass more into save_pod_item $pieces array | pods-framework_pods | train |
0c03e5aaa743416a8f5449084a7acf51cf6c5dea | diff --git a/grimoire_elk/_version.py b/grimoire_elk/_version.py
index <HASH>..<HASH> 100644
--- a/grimoire_elk/_version.py
+++ b/grimoire_elk/_version.py
@@ -1,2 +1,2 @@
# Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440
-__version__ = "0.30.19"
+__version__ = "0.30.20" | Update version number to <I> | chaoss_grimoirelab-elk | train |
2be6c27d1cfefc561851868d380d63c65f88f15d | diff --git a/ganglia/ganglia.go b/ganglia/ganglia.go
index <HASH>..<HASH> 100644
--- a/ganglia/ganglia.go
+++ b/ganglia/ganglia.go
@@ -234,7 +234,7 @@ func NewGangliaReporterWithOptions(interval time.Duration, groupName string) *Re
gmetric.SLOPE_BOTH,
uint32(interval.Seconds()), // tmax is the expected ... | Use current groupName, not what was originally passed | fastly_go-utils | train |
a057db198153581163d94f604f90630ad778393b | diff --git a/odl/solvers/functional/functional.py b/odl/solvers/functional/functional.py
index <HASH>..<HASH> 100644
--- a/odl/solvers/functional/functional.py
+++ b/odl/solvers/functional/functional.py
@@ -30,7 +30,8 @@ from odl.operator.operator import (
from odl.operator.default_ops import (ResidualOperator, Identi... | ENH: Add proximal operators to all convex conjugate utility functionals. | odlgroup_odl | train |
6550a53b39daaf866bc7930c667ac51c83895aa8 | diff --git a/command/status.go b/command/status.go
index <HASH>..<HASH> 100644
--- a/command/status.go
+++ b/command/status.go
@@ -258,16 +258,21 @@ func (c *StatusCommand) outputJobInfo(client *api.Client, job *api.Job) error {
if summary != nil {
summaries := make([]string, len(summary.Summary)+1)
summaries[0... | Sorting the task group names and not the output of the format list | hashicorp_nomad | train |
a10fb12a67d885f96d165f4853453e6d2914086b | diff --git a/tasks/docs.rb b/tasks/docs.rb
index <HASH>..<HASH> 100755
--- a/tasks/docs.rb
+++ b/tasks/docs.rb
@@ -172,7 +172,10 @@ namespace :docs_site do
properties = {}
# these package properties support passing arrays for the package name
- properties["common_resource_functionality_multiple_pac... | Make sure we set both multipackage configs in the docs | chef_chef | train |
1345d805e6670fa8f589ee9446a8d16ae74173c0 | diff --git a/src/Jade/Jade.php b/src/Jade/Jade.php
index <HASH>..<HASH> 100644
--- a/src/Jade/Jade.php
+++ b/src/Jade/Jade.php
@@ -35,7 +35,7 @@ class Jade {
throw new \InvalidArgumentException('Only file templates can be cached.');
}
- $cacheKey = basename($input, '.jade');
+ $cac... | Fix caching if multiple files have same name
I'm an idiot, I truly am. | ronan-gloo_jade-php | train |
2cde7099cc1d836c9ff8a19dbe65c00840a424e1 | diff --git a/packages/dai-plugin-migrations/test/MigrationService.spec.js b/packages/dai-plugin-migrations/test/MigrationService.spec.js
index <HASH>..<HASH> 100644
--- a/packages/dai-plugin-migrations/test/MigrationService.spec.js
+++ b/packages/dai-plugin-migrations/test/MigrationService.spec.js
@@ -15,6 +15,17 @@ de... | MIG-<I>: add basic test for migration contracts | makerdao_dai.js | train |
377db90cf19f65b6ee175b6d90afe4dd4833f4fb | diff --git a/docroot/modules/custom/ymca_alters/src/Plugin/Field/FieldWidget/TelephoneValidatedWidget.php b/docroot/modules/custom/ymca_alters/src/Plugin/Field/FieldWidget/TelephoneValidatedWidget.php
index <HASH>..<HASH> 100644
--- a/docroot/modules/custom/ymca_alters/src/Plugin/Field/FieldWidget/TelephoneValidatedWid... | [YMCA-<I>] Expose Phone widget validation options on settings form | ymcatwincities_openy | train |
83196298851a5be321fa86e50bca2f0b8ef1e481 | diff --git a/style/flat.editor.js b/style/flat.editor.js
index <HASH>..<HASH> 100644
--- a/style/flat.editor.js
+++ b/style/flat.editor.js
@@ -296,6 +296,16 @@ function showeditor(element) {
//extra fields list
setaddablefields();
+ if ((annotationfocus) && (annotationfocus.type =... | automatically coselect targets if annotation focus is set | proycon_flat | train |
c1ab5c98a223faa7b37cf7dbabf7648bb78155d7 | diff --git a/pkg/namesgenerator/names-generator.go b/pkg/namesgenerator/names-generator.go
index <HASH>..<HASH> 100644
--- a/pkg/namesgenerator/names-generator.go
+++ b/pkg/namesgenerator/names-generator.go
@@ -75,6 +75,7 @@ var (
"priceless",
"quirky",
"quizzical",
+ "recursing",
"relaxed",
"reverent",... | namesgenerator: new adjective and two inspiring Computing Science authors | moby_moby | train |
070d7b9abcb1840358ed4f5012559e12bb359180 | diff --git a/lib/jitsu/api/snapshots.js b/lib/jitsu/api/snapshots.js
index <HASH>..<HASH> 100644
--- a/lib/jitsu/api/snapshots.js
+++ b/lib/jitsu/api/snapshots.js
@@ -43,8 +43,23 @@ Snapshots.prototype.list = function (name, callback) {
// Creates a snapshot for the application with `app.name = name` using
// the `*.... | [api] Improve snapshot commands / api calls | nodejitsu_jitsu | train |
e041fd6d35cf400a3f67e55c6cd73d23ff38dd90 | diff --git a/src/Transport/SendgridV3Transport.php b/src/Transport/SendgridV3Transport.php
index <HASH>..<HASH> 100644
--- a/src/Transport/SendgridV3Transport.php
+++ b/src/Transport/SendgridV3Transport.php
@@ -158,7 +158,7 @@ class SendgridV3Transport extends Transport
{
$attachments = [];
forea... | Don't ignore attachments just because they are images (this fixes embeded images) | s-ichikawa_laravel-sendgrid-driver | train |
9b552a7a61947a9d4d8f09b70a2032a0668d07a1 | diff --git a/xfrm_policy.go b/xfrm_policy.go
index <HASH>..<HASH> 100644
--- a/xfrm_policy.go
+++ b/xfrm_policy.go
@@ -43,12 +43,13 @@ type XfrmPolicyTmpl struct {
Src net.IP
Proto Proto
Mode Mode
+ Spi int
Reqid int
}
func (t XfrmPolicyTmpl) String() string {
- return fmt.Sprintf("{Dst: %v, Src: %v, P... | Allow SPI to be passed in policy template (#<I>)
- It is part of the ID and it is needed when you
program policies for different SAs which share
same src and dst | vishvananda_netlink | train |
e6d76bae9f4e094fb12bf6da8ef7035c98f27a71 | diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
+++ b/src/Symfony/Bundle/FrameworkBundle/DependencyI... | [FrameworkBundle] Simplified some code in the DI configuration | symfony_symfony | train |
9129af2625208737343fce7dfa4d7b4ce541752d | diff --git a/girder/api/rest.py b/girder/api/rest.py
index <HASH>..<HASH> 100644
--- a/girder/api/rest.py
+++ b/girder/api/rest.py
@@ -270,7 +270,7 @@ def setContentDisposition(filename, disposition='attachment', setHeader=True):
:returns: the content-disposition header value.
"""
if ((disposition not in... | If the contentDisposition is None for an assetstore download, use 'attachment'. | girder_girder | train |
37d0a95ca9bc79fca4840f7f52d3cd5d68c90620 | diff --git a/maven/src/main/java/org/liquibase/maven/plugins/AbstractLiquibaseMojo.java b/maven/src/main/java/org/liquibase/maven/plugins/AbstractLiquibaseMojo.java
index <HASH>..<HASH> 100644
--- a/maven/src/main/java/org/liquibase/maven/plugins/AbstractLiquibaseMojo.java
+++ b/maven/src/main/java/org/liquibase/maven/... | - Do not need the MavenProjectHelper that was referenced.
git-svn-id: <URL> | liquibase_liquibase | train |
7881ac04e0469b32e1c4bb22d10eb806b6b9b7fb | diff --git a/languagetool-core/src/main/java/org/languagetool/rules/WordRepeatRule.java b/languagetool-core/src/main/java/org/languagetool/rules/WordRepeatRule.java
index <HASH>..<HASH> 100644
--- a/languagetool-core/src/main/java/org/languagetool/rules/WordRepeatRule.java
+++ b/languagetool-core/src/main/java/org/lang... | Allow to customize RuleMatch for WordRepeatRule in a subclass | languagetool-org_languagetool | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.