hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
a2f46b7cbcc97c885aa56b1480039adb2a59df4c | diff --git a/spyderlib/utils/introspection/base.py b/spyderlib/utils/introspection/base.py
index <HASH>..<HASH> 100644
--- a/spyderlib/utils/introspection/base.py
+++ b/spyderlib/utils/introspection/base.py
@@ -24,7 +24,7 @@ from spyderlib.utils import sourcecode, encoding
from spyderlib.qt.QtGui import QApplication
... | Disable Goto Definition in comment or strings. | spyder-ide_spyder | train |
751a1cef8a16412c52fdc251930d98e4b4f053e6 | diff --git a/lib/socket.js b/lib/socket.js
index <HASH>..<HASH> 100644
--- a/lib/socket.js
+++ b/lib/socket.js
@@ -148,10 +148,9 @@ Mast.Socket =_.extend(
// Remove trailing slash and add /find to url
url = model.url().replace(/\/*$/,'');
var id = +(url.match(/(\/[^\/]+)$/)[0].replace(/[^0-9]/,''));
- url = u... | Cleanup-- removed auto-appending of actions to the URL. | balderdashy_mast | train |
5b81c05c74b662a9f7dd066bc32511492c886b56 | diff --git a/references/classification/train.py b/references/classification/train.py
index <HASH>..<HASH> 100644
--- a/references/classification/train.py
+++ b/references/classification/train.py
@@ -1,6 +1,7 @@
import datetime
import os
import time
+import warnings
import presets
import torch
@@ -54,6 +55,8 @@ d... | Reduce variance of classification references evaluation (#<I>) | pytorch_vision | train |
757fe0b36427f4213c4b4709bcb3120c80887b20 | diff --git a/lib/danger/version.rb b/lib/danger/version.rb
index <HASH>..<HASH> 100644
--- a/lib/danger/version.rb
+++ b/lib/danger/version.rb
@@ -1,4 +1,4 @@
module Danger
- VERSION = "0.5.1"
+ VERSION = "0.5.2"
DESCRIPTION = "Automate your PR etiquette."
end | Lets ship a version for the typo fix - thanks @lumaxis | danger_danger | train |
3ed419638f475a1ec1720cb783f4dd410bc4bc5d | diff --git a/test/cypress.spec.js b/test/cypress.spec.js
index <HASH>..<HASH> 100644
--- a/test/cypress.spec.js
+++ b/test/cypress.spec.js
@@ -34,7 +34,7 @@ describe('jhipster:cypress', () => {
});
describe('generate cypress with React client with OAuth2', () => {
- const options = { testFrameworks: ['cypres... | Update test/cypress.spec.js | jhipster_generator-jhipster | train |
6dc6092753b4fb786eec93362d5eca1f4c47c504 | diff --git a/fabfile.py b/fabfile.py
index <HASH>..<HASH> 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -9,6 +9,7 @@ from prettyprint import pp
import re
VERSION_PATTERN = r'^v\d+(\.\d+)+?$'
+env.releases_directory = "release"
env.root_dir = os.path.abspath(os.path.dirname(__file__))
env.release = "HEAD"
@@ -27,7... | Build production release APK in release fab task. | openxc_openxc-android | train |
03ee9118d565813bf1e51f50b6f5081225637e4b | diff --git a/lenstronomy/ImSim/Numerics/grid.py b/lenstronomy/ImSim/Numerics/grid.py
index <HASH>..<HASH> 100644
--- a/lenstronomy/ImSim/Numerics/grid.py
+++ b/lenstronomy/ImSim/Numerics/grid.py
@@ -208,6 +208,13 @@ class RegularGrid(Coordinates1D):
"""
return self._nx * self._supersampling_factor, se... | Fix property access to supersampling_factor in Numerics | sibirrer_lenstronomy | train |
e858f89f8edb48f2f35981c0eba91dbc2fb53661 | diff --git a/openquake/commonlib/readinput.py b/openquake/commonlib/readinput.py
index <HASH>..<HASH> 100644
--- a/openquake/commonlib/readinput.py
+++ b/openquake/commonlib/readinput.py
@@ -782,7 +782,8 @@ def get_composite_source_model(oqparam, h5=None):
# then read the composite source model from the cache if p... | Cleanup for UCERF [skip CI] | gem_oq-engine | train |
003fef9c78619134e234329ac7dc084900d42fbe | diff --git a/detox/test/android/app/src/main/java/com/example/NativeModule.java b/detox/test/android/app/src/main/java/com/example/NativeModule.java
index <HASH>..<HASH> 100644
--- a/detox/test/android/app/src/main/java/com/example/NativeModule.java
+++ b/detox/test/android/app/src/main/java/com/example/NativeModule.ja... | Try harder to fix ConcurrentModificationException exceptions arising in detox demo app | wix_Detox | train |
3c222dcd0e62337250118722fe70cb86816e34c9 | diff --git a/cumulusci/core/tests/test_salesforce_locators.py b/cumulusci/core/tests/test_salesforce_locators.py
index <HASH>..<HASH> 100644
--- a/cumulusci/core/tests/test_salesforce_locators.py
+++ b/cumulusci/core/tests/test_salesforce_locators.py
@@ -2,6 +2,7 @@ import unittest
from robot.libraries.BuiltIn import ... | Fix a unit test so that we don't have to update it for every API revision.
I partly fixed the FIXME, but the last test still could be written in a
way that doesn't require hand-editing for each API version. | SFDO-Tooling_CumulusCI | train |
ebe678a7813548ce850743c33ff1d12dd3dc2d57 | diff --git a/boundary/measurement_plot.py b/boundary/measurement_plot.py
index <HASH>..<HASH> 100644
--- a/boundary/measurement_plot.py
+++ b/boundary/measurement_plot.py
@@ -133,7 +133,6 @@ class MeasurementPlot(ApiCli):
if first:
first = False
else:
- print('{... | Remove debug printing of data to standard out ; add plot legend to graph | boundary_pulse-api-cli | train |
35cb416563fb9c072caaf9de14af62d6fd26896a | diff --git a/src/ocrmypdf/pipeline.py b/src/ocrmypdf/pipeline.py
index <HASH>..<HASH> 100644
--- a/src/ocrmypdf/pipeline.py
+++ b/src/ocrmypdf/pipeline.py
@@ -770,7 +770,16 @@ def metadata_fixup(
)
if options.output_type.startswith('pdfa'):
- _do_merge_ghostscript([layers_file, ps], output_file, log,... | pipeline: remove fitz-based attempt to repair table of contents
Prior to unsplit, if we were rebuilding the PDF we'd lose the
table of contents. With unsplit we keep the original file and patch
the table of contents as necessary, adn that works fine.
This remaining bit of code from PyMuPDF actually damages the
table o... | jbarlow83_OCRmyPDF | train |
4b99d5a84aea9efbc6e96d8924f1dd56982b53ea | diff --git a/great_expectations/dataset/base.py b/great_expectations/dataset/base.py
index <HASH>..<HASH> 100644
--- a/great_expectations/dataset/base.py
+++ b/great_expectations/dataset/base.py
@@ -224,36 +224,54 @@ class DataSet(object):
return new_expectation
- def remove_expectation(self,
+ def f... | Write docstrings to match new spec | great-expectations_great_expectations | train |
8a23f2aaab2889a933159ee8cda2f4b8d0b1ad1c | diff --git a/lib/has_moderated/moderation_model.rb b/lib/has_moderated/moderation_model.rb
index <HASH>..<HASH> 100644
--- a/lib/has_moderated/moderation_model.rb
+++ b/lib/has_moderated/moderation_model.rb
@@ -41,15 +41,16 @@ module HasModerated
# PARAM = Hash (create)
else
arec = m.ne... | try to fix problem im having in project | mrbrdo_has_moderated | train |
b85c79b812abb52b468b7cf831cf65c5a79d509c | diff --git a/regxform.rb b/regxform.rb
index <HASH>..<HASH> 100644
--- a/regxform.rb
+++ b/regxform.rb
@@ -72,7 +72,7 @@ module Reg
session=Thread.current[:Reg_xform_session]
if result and session
raise ReplacingNilError,"replaces of nil or false are not allowed" unless other
- locals={:se... | local sessions don't need refs to master sessions
(fixes recursion problems) | coatl_reg | train |
1cdab7369d9c44669a31c591e846bc63719a162f | diff --git a/lib/db/mongodb/mixins/crud.js b/lib/db/mongodb/mixins/crud.js
index <HASH>..<HASH> 100644
--- a/lib/db/mongodb/mixins/crud.js
+++ b/lib/db/mongodb/mixins/crud.js
@@ -7,6 +7,7 @@ module.exports = (function(){
var _ = require('underscore'),
q = require('q'),
+ createError = require('..... | Changed error handling to go through the new module for handling errors. | grasshopper-cms_grasshopper-core-nodejs | train |
fe962b12de28609be37fa9ab8e9a1306a5d34d22 | diff --git a/server/document.js b/server/document.js
index <HASH>..<HASH> 100644
--- a/server/document.js
+++ b/server/document.js
@@ -6,12 +6,18 @@ import flush from 'styled-jsx/server'
export default class Document extends Component {
static getInitialProps ({ renderPage }) {
let head
- const { html, css,... | make sure to flush styles and head (#<I>) | zeit_next.js | train |
8aff0fa07bebd44d91c556e63443f1a78d8c2fb5 | diff --git a/lxd/storage/pool_interface.go b/lxd/storage/pool_interface.go
index <HASH>..<HASH> 100644
--- a/lxd/storage/pool_interface.go
+++ b/lxd/storage/pool_interface.go
@@ -62,24 +62,24 @@ type Pool interface {
// Images.
EnsureImage(fingerprint string, op *operations.Operation) error
DeleteImage(fingerprin... | lxd/storage/pool/interface: Updates custom volume functions to support projectName | lxc_lxd | train |
00613dd5b6896ba14d5c38c57e36bd7116a7b4e5 | diff --git a/Rakefile b/Rakefile
index <HASH>..<HASH> 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,9 +1,11 @@
+require "rubygems"
require "hoe"
require './lib/rubigen'
Hoe.plugin :newgem
Hoe.plugin :website
Hoe.plugin :cucumberfeatures
+Hoe.plugin :git
# Generate all the Rake tasks
# Run 'rake -T' to... | explicitly requiring should/test_unit since the existance of Spec class makes shoulda think we're using RSpec | drnic_rubigen | train |
c8d14693555e609c0b982c1f5c19dd7b892b7482 | diff --git a/template.go b/template.go
index <HASH>..<HASH> 100644
--- a/template.go
+++ b/template.go
@@ -44,7 +44,7 @@ const (
}
{{ range $method := $.Interface.Methods }}
m.{{$method.Name}}Mock = m{{$mock}}{{$method.Name}}{mock: m}
- m.{{$method.Name}}Mock.callArgs = []*{{$mock}}{{$method.Name}}Param... | Fix callArgs being applied to functions with no arguments | gojuno_minimock | train |
ad12bd3a80d396a23ad1866d9bf272e4a85ed362 | diff --git a/src/views/rows/edit.blade.php b/src/views/rows/edit.blade.php
index <HASH>..<HASH> 100644
--- a/src/views/rows/edit.blade.php
+++ b/src/views/rows/edit.blade.php
@@ -27,7 +27,11 @@
@foreach ($table->fields as $field)
@if (!$field->hidden)
- @include('center::fields.' . $field->type)
+ @if (view... | ability to override a field view | left-right_center | train |
9b9a4254ffbd6520552a0e82f846081ea82cae2d | diff --git a/kbfsgit/git-remote-keybase/main.go b/kbfsgit/git-remote-keybase/main.go
index <HASH>..<HASH> 100644
--- a/kbfsgit/git-remote-keybase/main.go
+++ b/kbfsgit/git-remote-keybase/main.go
@@ -59,7 +59,7 @@ func getLocalGitDir() (gitDir string, err error) {
return filepath.FromSlash(gitDir), nil
}
-func star... | git-remote-keybase: print fatal errors to original stderr
Since the logging code steals os.Stderr, any fatal errors were only
being written to the log and the user couldn't tell why things were
failing. | keybase_client | train |
638bfa10085e75675ca3668cd8e330a5d68dea49 | diff --git a/bin/importjs.js b/bin/importjs.js
index <HASH>..<HASH> 100755
--- a/bin/importjs.js
+++ b/bin/importjs.js
@@ -1,7 +1,5 @@
#!/usr/bin/env node
-'use strict';
-
const fs = require('fs');
const program = require('commander');
@@ -65,7 +63,7 @@ function runCommand(executor, pathToFile, options) {
progr... | Resolve ESLint errors in bin/importjs.js
Modules are strict mode by default, so we don't need use strict.
Removing that revealed some variable shadowing errors which I resolved
by using more unique names. | Galooshi_import-js | train |
438e6b89a5d4a220511db5403848a268a75dc231 | diff --git a/test/2_management_api/manual_tasks/manual_tasks.js b/test/2_management_api/manual_tasks/manual_tasks.js
index <HASH>..<HASH> 100644
--- a/test/2_management_api/manual_tasks/manual_tasks.js
+++ b/test/2_management_api/manual_tasks/manual_tasks.js
@@ -73,6 +73,13 @@ describe(`Management API: ${testCase}`, ()... | :recycle: Add time buffer to usertask and manualtask tests to avoid data inconsistencies | process-engine_process_engine_runtime | train |
9c87eed60eca5a489c83fdbe8e8ad431f2974931 | diff --git a/lib/router/index.js b/lib/router/index.js
index <HASH>..<HASH> 100644
--- a/lib/router/index.js
+++ b/lib/router/index.js
@@ -196,7 +196,7 @@ Router.prototype._dispatch = function(req, res, next){
route = self._match(req, i);
// implied OPTIONS
- if ('OPTIONS' == req.method) return self._opt... | Fixed OPTIONS regression preventing custom routing for this method | expressjs_express | train |
e2367efebbb96d15a7d7a0dfd294eecd88517536 | diff --git a/lib/arjdbc/sqlite3/adapter.rb b/lib/arjdbc/sqlite3/adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/arjdbc/sqlite3/adapter.rb
+++ b/lib/arjdbc/sqlite3/adapter.rb
@@ -373,11 +373,6 @@ module ArJdbc
999
end
- def initialize_type_map(m = type_map)
- super
- register_class_with_limit... | fix(sqlite3): move SQLite3Integer to adapter class
This ensures the proper namespace which is needed for marshal/unmarshal | jruby_activerecord-jdbc-adapter | train |
7558e9d3c374b00fbb20c119cd0bca98db83efb3 | diff --git a/web/api/v1/api.go b/web/api/v1/api.go
index <HASH>..<HASH> 100644
--- a/web/api/v1/api.go
+++ b/web/api/v1/api.go
@@ -1478,9 +1478,9 @@ func (api *API) snapshot(r *http.Request) apiFuncResult {
var (
snapdir = filepath.Join(api.dbDir, "snapshots")
- name = fmt.Sprintf("%s-%x",
+ name = fmt.S... | API: Make snapshot length always the same size (#<I>)
Fixes #<I>
Minor improvement, also we now use Int<I> even on <I> bit systems. | prometheus_prometheus | train |
dd7326d54eb764f8c380b6c5a31d3e78b70835d4 | diff --git a/lib/schemas/common_models.js b/lib/schemas/common_models.js
index <HASH>..<HASH> 100644
--- a/lib/schemas/common_models.js
+++ b/lib/schemas/common_models.js
@@ -305,10 +305,10 @@ module.exports = [{
"items": {
"$ref": "cda_coded_entry"
}
- },
- "npi... | commented out "npi" element for now | amida-tech_blue-button-model | train |
d268fb4b967fda1b338304731c4e8892148ebfc0 | diff --git a/tests/Entity/Post.php b/tests/Entity/Post.php
index <HASH>..<HASH> 100644
--- a/tests/Entity/Post.php
+++ b/tests/Entity/Post.php
@@ -25,4 +25,9 @@ class Post extends MapperEntity
* @var Person
*/
public $author;
+
+ /**
+ * @var integer
+ */
+ public $updatedAt;
} | annotation camelCase names fix | tarantool-php_mapper | train |
824aa3bd4eea7c95bd2b14bf420f7e9bdce7fa72 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -16,12 +16,12 @@ from setuptools import setup
setup(
name="touchworks",
- version="0.1",
+ version="0.2",
license="MIT",
author="Farshid Ghods",
author_email="farshid.ghods@gmail.com",
url="ht... | updated version n# in setup,py | farshidce_touchworks-python | train |
ea83b162376d2153c22e0a1a2a3da3e1a0fa34e0 | diff --git a/test/test_mediawiki_writer.py b/test/test_mediawiki_writer.py
index <HASH>..<HASH> 100644
--- a/test/test_mediawiki_writer.py
+++ b/test/test_mediawiki_writer.py
@@ -232,7 +232,7 @@ class Test_MediaWikiTableWriter_write_new_line(object):
class Test_MediaWikiTableWriter_write_table(object):
- @pytes... | Change xfail test cases to skip in default | thombashi_pytablewriter | train |
60cc8ca971d50b4d8c8a3651bc2ad2cfeedaac96 | diff --git a/src/Malenki/Bah/H.php b/src/Malenki/Bah/H.php
index <HASH>..<HASH> 100644
--- a/src/Malenki/Bah/H.php
+++ b/src/Malenki/Bah/H.php
@@ -39,6 +39,8 @@ class H extends O implements \Countable, \IteratorAggregate
return $this->$name();
} elseif ($this->exist($name)) {
return $... | Class H: added to_a feature
See #<I> | malenkiki_bah | train |
86b8fde5b2f7dfbce26db3716d0bd98d6fa6c939 | diff --git a/etrago/cluster/disaggregation.py b/etrago/cluster/disaggregation.py
index <HASH>..<HASH> 100644
--- a/etrago/cluster/disaggregation.py
+++ b/etrago/cluster/disaggregation.py
@@ -317,8 +317,6 @@ class UniformDisaggregation(Disaggregation):
'storage_units': ('carrier', 'max_hours')}
... | Remove `reindex`ing
Apparently, the code also works without it. Additionally, pandas doesn't
seem to support the `axis` keyword argument in the version required by
eTraGo, so it's better to remove this stuff completely. | openego_eTraGo | train |
6f52462015450941398192130c54d46f24b39817 | diff --git a/src/jquery.ajax-retry.js b/src/jquery.ajax-retry.js
index <HASH>..<HASH> 100644
--- a/src/jquery.ajax-retry.js
+++ b/src/jquery.ajax-retry.js
@@ -41,7 +41,7 @@
setTimeout(function(){
timeoutDeferred.resolve();
- }, this.timeout);
+ }, self.timeout);
... | bug fix, verify that retry is not attempted before tiemout | johnkpaul_jquery-ajax-retry | train |
79033f240fdcc846fc28081efe648015a0154849 | diff --git a/command/apply_test.go b/command/apply_test.go
index <HASH>..<HASH> 100644
--- a/command/apply_test.go
+++ b/command/apply_test.go
@@ -288,6 +288,31 @@ func TestApply_plan(t *testing.T) {
}
}
+func TestApply_planVars(t *testing.T) {
+ planPath := testPlanFile(t, &terraform.Plan{
+ Config: new(config.C... | command: error if variables present when creating context from plan | hashicorp_terraform | train |
d90f666b345febb21adb8c86f5531200d108df11 | diff --git a/src/components/seek_time/seek_time.js b/src/components/seek_time/seek_time.js
index <HASH>..<HASH> 100644
--- a/src/components/seek_time/seek_time.js
+++ b/src/components/seek_time/seek_time.js
@@ -32,15 +32,19 @@ export default class SeekTime extends UIObject {
}
addEventListeners() {
- this.li... | seek time: move anonymous event listeners to object methods | clappr_clappr | train |
83b692ea7260a8af89281493b11abe66654f61fe | diff --git a/pixiedust/display/display.py b/pixiedust/display/display.py
index <HASH>..<HASH> 100644
--- a/pixiedust/display/display.py
+++ b/pixiedust/display/display.py
@@ -26,7 +26,7 @@ import time
import re
import six
import pixiedust
-from six import iteritems, with_metaclass
+from six import iteritems, with_me... | #<I> - cannot download files in python 3.x
handle string byte unicode differences between python 2 and python 3 | pixiedust_pixiedust | train |
3c1ef9ac24619624b728d629bef3f4dbb49f0d85 | diff --git a/contentmetadataextractor.py b/contentmetadataextractor.py
index <HASH>..<HASH> 100644
--- a/contentmetadataextractor.py
+++ b/contentmetadataextractor.py
@@ -31,10 +31,10 @@ class ContentMetadataExtractor(object):
if doc.endswith(".md"):
return True
- return doc in ['README', 'LICENSE', 'AUTHORS'... | Add LICENCE to list of licenses | gofed_gofedlib | train |
3866e0912720cce778ba657ab2059f237c79f30f | diff --git a/tests/contrib/openstack/test_ip.py b/tests/contrib/openstack/test_ip.py
index <HASH>..<HASH> 100644
--- a/tests/contrib/openstack/test_ip.py
+++ b/tests/contrib/openstack/test_ip.py
@@ -10,6 +10,7 @@ TO_PATCH = [
'is_clustered',
'service_name',
'network_get_primary_address',
+ 'resolve_ne... | Add new unit tests for network_get based networking binding | juju_charm-helpers | train |
7ab9ce3a3c17a2cad03de063242f0fe02c06a42e | diff --git a/question/behaviour/deferredcbm/tests/walkthrough_test.php b/question/behaviour/deferredcbm/tests/walkthrough_test.php
index <HASH>..<HASH> 100644
--- a/question/behaviour/deferredcbm/tests/walkthrough_test.php
+++ b/question/behaviour/deferredcbm/tests/walkthrough_test.php
@@ -151,7 +151,7 @@ class qbehavi... | MDL-<I> question CBM: fix hard-coded numbers -> constants. | moodle_moodle | train |
8c8aad0669ba84255aadc13db425bec4ad241ce3 | diff --git a/tests/conftest.py b/tests/conftest.py
index <HASH>..<HASH> 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -24,6 +24,7 @@ from install import (Application,
SetupPy)
OS_RELEASE_FILE = '/etc/os-release'
+REDHAT_RELEASE_FILE = '/etc/redhat-release'
install_path = os.path.... | Add CentOS6 case to _is_centos.
CentOS6 does not have /etc/os-release file. only has /etc/redhat-release.
Identify the environment as centos to run fedora base specific tests
in test_install_fedora.py. | junaruga_rpm-py-installer | train |
2dbc2be846d1d00e907efbf8171c35b889ab0155 | diff --git a/test/test_repo.py b/test/test_repo.py
index <HASH>..<HASH> 100644
--- a/test/test_repo.py
+++ b/test/test_repo.py
@@ -414,6 +414,16 @@ class TestRepo(TestBase):
def test_tag(self):
assert self.rorepo.tag('refs/tags/0.1.5').commit
+ def test_tag_to_full_tag_path(self):
+ tags = ['0... | Adds failing test for repo.tag() method | gitpython-developers_GitPython | train |
6b09cfb522bd0653846be017e6cf2e59f97555e3 | diff --git a/cf/ssh/ssh_test.go b/cf/ssh/ssh_test.go
index <HASH>..<HASH> 100644
--- a/cf/ssh/ssh_test.go
+++ b/cf/ssh/ssh_test.go
@@ -835,13 +835,11 @@ var _ = Describe("SSH", func() {
It("sends keep alive messages at the expected interval", func() {
times := <-timesCh
- // actual minimum is 200
- // ... | Rephrase time-interval assertions
The BeTemporally(~) matcher isn't appropriate where the fudge factor
below the expected point is much smaller than the factor for the
maximum allowed time. Better to explicitly state the minimum and
maximum expected times.
Also stop asserting the total of two intervals and assert on... | cloudfoundry_cli | train |
701de1805700a0ded814952aa0d7642c3d4b7f79 | diff --git a/lib/email_spec_steps.rb b/lib/email_spec_steps.rb
index <HASH>..<HASH> 100644
--- a/lib/email_spec_steps.rb
+++ b/lib/email_spec_steps.rb
@@ -11,13 +11,13 @@ end
When /^I follow "(.*)" in the email$/ do |link_text|
current_email.should_not be_nil
link = parse_email_for_link(current_email, link_text)... | lets assume webrat- will work better with non-rails apps and non-rails-world sessions | email-spec_email-spec | train |
76a2db8ded403cb8c927a64efe005d689382ed7e | diff --git a/test/src/main/java/org/jvnet/hudson/test/HudsonHomeLoader.java b/test/src/main/java/org/jvnet/hudson/test/HudsonHomeLoader.java
index <HASH>..<HASH> 100644
--- a/test/src/main/java/org/jvnet/hudson/test/HudsonHomeLoader.java
+++ b/test/src/main/java/org/jvnet/hudson/test/HudsonHomeLoader.java
@@ -1,11 +1,1... | [FIXED HUDSON-<I>] I don't think it's wise to have one class that does two different things, so I adjusted how it's written. But this should work, too.
git-svn-id: <URL> | jenkinsci_jenkins | train |
4ff48a379db9a558b619dea61076e98809b4347e | diff --git a/go/libkb/gpg_cli.go b/go/libkb/gpg_cli.go
index <HASH>..<HASH> 100644
--- a/go/libkb/gpg_cli.go
+++ b/go/libkb/gpg_cli.go
@@ -98,7 +98,7 @@ type RunGpgRes struct {
Wait func() error
}
-func (g *GpgCLI) ImportKey(secret bool, fp PGPFingerprint) (ret *PGPKeyBundle, err error) {
+func (g *GpgCLI) Import... | make importing private keys grab the exact armored bundle, like public keys do | keybase_client | train |
aabcb5fdb2ff7bf326ae18b6149fa6d492f39d16 | diff --git a/lib/locomotive/steam/entities/site.rb b/lib/locomotive/steam/entities/site.rb
index <HASH>..<HASH> 100644
--- a/lib/locomotive/steam/entities/site.rb
+++ b/lib/locomotive/steam/entities/site.rb
@@ -6,7 +6,8 @@ module Locomotive::Steam
def initialize(attributes = {})
super({
- prefix_de... | temporary work-around to fix CDN issues with the theme_assets (they do not want have a timestamp) | locomotivecms_steam | train |
d6127762baf3be601df11367b7d0e437bd800567 | diff --git a/receiptverifier.js b/receiptverifier.js
index <HASH>..<HASH> 100644
--- a/receiptverifier.js
+++ b/receiptverifier.js
@@ -261,7 +261,7 @@ Verifier.prototype = {
verifyReceipts: function (app, onVerified) {
if ((! app.receipts) || (! app.receipts.length)) {
if (app.receipts === undefined) {
-... | Fixes 'self is undefined' for missing app.receipts | mozilla_receiptverifier | train |
8a683fa6582b1eea297668b99818823f2ce86351 | diff --git a/app/models/pageflow/account.rb b/app/models/pageflow/account.rb
index <HASH>..<HASH> 100644
--- a/app/models/pageflow/account.rb
+++ b/app/models/pageflow/account.rb
@@ -4,7 +4,7 @@ module Pageflow
has_many :entries, dependent: :restrict_with_exception
has_many :folders, dependent: :destroy
- ... | Prevent deletion of accounts with memberships
In the app this prevented via permissions anyway. Add a second layer
of security here. | codevise_pageflow | train |
aa1b5123aa0f1622c11d7ac782b54c2830139c45 | diff --git a/Tone/component/Panner.js b/Tone/component/Panner.js
index <HASH>..<HASH> 100644
--- a/Tone/component/Panner.js
+++ b/Tone/component/Panner.js
@@ -1,5 +1,5 @@
-define(["Tone/core/Tone", "Tone/component/CrossFade", "Tone/component/Merge",
- "Tone/component/Split", "Tone/signal/Signal", "Tone/signal/AudioToGa... | fixing panner for browsers that don't support stereo panner | Tonejs_Tone.js | train |
34344d4588142b28bfba809c887456fa94ba1ee9 | diff --git a/sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/shardingproxy/frontend/postgresql/PostgreSQLCommandExecutor.java b/sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/shardingprox... | for #<I>, refactor PostgreSQLCommandExecutor | apache_incubator-shardingsphere | train |
a201176c4f4a609ae2447417ab971d7bc4b5d799 | diff --git a/tests/grammar_term-nonterm_test/NonterminalAddingTest.py b/tests/grammar_term-nonterm_test/NonterminalAddingTest.py
index <HASH>..<HASH> 100644
--- a/tests/grammar_term-nonterm_test/NonterminalAddingTest.py
+++ b/tests/grammar_term-nonterm_test/NonterminalAddingTest.py
@@ -40,8 +40,8 @@ class NonterminalAd... | Correct some usage of term methods in nonterm tests | PatrikValkovic_grammpy | train |
6922435baa1a1e0bd104a20cf534cbe53453e2e1 | diff --git a/client/state/themes/selectors.js b/client/state/themes/selectors.js
index <HASH>..<HASH> 100644
--- a/client/state/themes/selectors.js
+++ b/client/state/themes/selectors.js
@@ -298,6 +298,17 @@ export function isWporgTheme( state, themeId ) {
}
/**
+ * Whether a theme is present on WordPress.com.
+ *
... | Themes: isWpcomTheme selector
To determine whether a theme is available on wpcom. Now that we
show a list of custom themes plus a list of wpcom themes for
jetpack sites, it will be useful to know the source for a theme.
Includes tests. | Automattic_wp-calypso | train |
ac87bdd7366c4b39001e364eb46a923fdd4d1a86 | diff --git a/extensions-contrib/materialized-view-selection/src/main/java/org/apache/druid/query/materializedview/MaterializedViewUtils.java b/extensions-contrib/materialized-view-selection/src/main/java/org/apache/druid/query/materializedview/MaterializedViewUtils.java
index <HASH>..<HASH> 100644
--- a/extensions-cont... | fix typo in materialized view (#<I>) | apache_incubator-druid | train |
c6e909fb2a235e1597f671869eca84023fdb945d | diff --git a/test/test/backstop.js b/test/test/backstop.js
index <HASH>..<HASH> 100644
--- a/test/test/backstop.js
+++ b/test/test/backstop.js
@@ -76,6 +76,9 @@ describe('Backstop task', function() {
expect(factory.bind(null, {
artifactGlob: {}
})).to.throw(PluginError, 'artifactGlob must be a string g... | Cover another branch in the backstop tests | LastCallMedia_gulp-drupal-tasks | train |
ecd8d78e977f44af8b4b310d241be5ef357b89ec | diff --git a/core/transport/transport.go b/core/transport/transport.go
index <HASH>..<HASH> 100644
--- a/core/transport/transport.go
+++ b/core/transport/transport.go
@@ -11,6 +11,7 @@ import (
"github.com/libp2p/go-libp2p-core/peer"
ma "github.com/multiformats/go-multiaddr"
+ manet "github.com/multiformats/go-mu... | introduce a transport.Upgrader interface (#<I>)
* introduce a transport.Upgrader interface
* remove deprecated Upgrader methods | libp2p_go-libp2p | train |
2a44646912e06515abcbeb57e26c363b2b52acfb | diff --git a/benchmark/benchmark_test.go b/benchmark/benchmark_test.go
index <HASH>..<HASH> 100644
--- a/benchmark/benchmark_test.go
+++ b/benchmark/benchmark_test.go
@@ -27,17 +27,15 @@ import (
func noop(prefix, args string) {
}
-func BenchmarkInfoOneArg(b *testing.B) {
- var log logr.Logger = funcr.New(noop, fun... | Make the benchmark not inline ther impl
In real code, the definition of the Logger would be far away from the
logging call-sites. The benchmark now forces the compiler to NOT
inline, even though it could. It also now tests logr.Discard() and
funcr. | go-logr_logr | train |
f21af8ce8cda0a718676dfa9a0a03ad2d4fd2b1b | diff --git a/pkg/s3/client.go b/pkg/s3/client.go
index <HASH>..<HASH> 100644
--- a/pkg/s3/client.go
+++ b/pkg/s3/client.go
@@ -41,12 +41,12 @@ package s3
import (
"bytes"
+ "crypto/md5"
"encoding/base64"
"encoding/hex"
"encoding/xml"
"errors"
"fmt"
- "hash"
"io"
"io/ioutil"
"log"
@@ -214,19 +214,29... | Calculate md5sum for every object during Put() | minio_mc | train |
954e387e2b598389a0ee540e4602f0b65aaf8b63 | diff --git a/dipper/sources/ZFIN.py b/dipper/sources/ZFIN.py
index <HASH>..<HASH> 100644
--- a/dipper/sources/ZFIN.py
+++ b/dipper/sources/ZFIN.py
@@ -630,21 +630,35 @@ class ZFIN(Source):
genomic_feature_marker_relationship,empty) = row
genomic_feature_id = 'ZFIN:' + genomic_featur... | ZFIN.py: Added processing for variant locus and sequence alterations. | monarch-initiative_dipper | train |
019f1d8a5cc04908346dd1466f5abb3fb31123e5 | diff --git a/src/Gbowo/functions.php b/src/Gbowo/functions.php
index <HASH>..<HASH> 100644
--- a/src/Gbowo/functions.php
+++ b/src/Gbowo/functions.php
@@ -55,10 +55,12 @@ if (!function_exists("Gbowo\\toQueryParams")) {
}
foreach ($queryParams as $key => $value) {
+ $encodedValue = urlenco... | Added new helper function, toQueryParams. This is to easily convert a dictionary into a URI query | adelowo_gbowo | train |
f5e5c576dd2bfeaeff597370bde85e6f9267f6c9 | diff --git a/provision/docker/actions.go b/provision/docker/actions.go
index <HASH>..<HASH> 100644
--- a/provision/docker/actions.go
+++ b/provision/docker/actions.go
@@ -220,6 +220,7 @@ var createContainer = action.Action{
DestinationHosts: args.destinationHosts,
ProcessName: args.processName,
Buildin... | provision/docker: use context from event when creating container | tsuru_tsuru | train |
9c5dae4dff8d33c258152b1b98e3e3223f8a9cf9 | diff --git a/core/model/SiteConfig.php b/core/model/SiteConfig.php
index <HASH>..<HASH> 100644
--- a/core/model/SiteConfig.php
+++ b/core/model/SiteConfig.php
@@ -154,7 +154,12 @@ class SiteConfig extends DataObject implements PermissionProvider {
function providePermissions() {
return array(
- 'EDIT_SITECONF... | MINOR shuffled permissions around, gave them help text and categorized them.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9 | silverstripe_silverstripe-framework | train |
200e72ab960a9c1a4741831bc0d39c44879c303f | diff --git a/limiter/limiter.go b/limiter/limiter.go
index <HASH>..<HASH> 100644
--- a/limiter/limiter.go
+++ b/limiter/limiter.go
@@ -35,7 +35,7 @@ func New(max int64, ttl time.Duration, tbOptions *TokenBucketOptions) *Limiter {
limiter.tokenBucketOptions.DefaultExpirationTTL = 87600 * time.Hour
}
- limiter.tok... | There’s only 1 type of tokenBuckets now. | didip_tollbooth | train |
4a47c2eabe06cc9492b54f54f44be8471e240d37 | diff --git a/django_admin_smoke_tests/__init__.py b/django_admin_smoke_tests/__init__.py
index <HASH>..<HASH> 100644
--- a/django_admin_smoke_tests/__init__.py
+++ b/django_admin_smoke_tests/__init__.py
@@ -3,7 +3,7 @@
#
# Licensed under a BSD 3-Clause License. See LICENSE file.
-VERSION = (0, 1, 6)
+VERSION = (0, ... | Added tests for list and add admin views. | greyside_django-admin-smoke-tests | train |
4515aa59fb32bb3eb73b7d4aae2ce4ecdcf4040e | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -4,7 +4,8 @@ var rework = require('rework'),
color = require('rework-color'),
autoprefixer = require('autoprefixer'),
read = require('fs-extra').readFileSync,
- write = require('fs-extra').writeFileSync;
+ ... | Updating source file check to test for existence of file not just a string being passed. | topcoat_resin | train |
5c7546357529c20f53e8ea7d9742fc97ffcae62e | diff --git a/spec/LexiconParser_spec.js b/spec/LexiconParser_spec.js
index <HASH>..<HASH> 100644
--- a/spec/LexiconParser_spec.js
+++ b/spec/LexiconParser_spec.js
@@ -42,10 +42,7 @@ describe('Lexicon parser', function() {
//}
// parse the type lattice
signature = signatureParser.parse(data, {
- ... | Removed old options from signature specifications. | Hugo-ter-Doest_chart-parsers | train |
5bcb860df20a35ae1387728fda19ef3383bcc9be | diff --git a/blockstack/lib/operations/namespaceready.py b/blockstack/lib/operations/namespaceready.py
index <HASH>..<HASH> 100644
--- a/blockstack/lib/operations/namespaceready.py
+++ b/blockstack/lib/operations/namespaceready.py
@@ -44,9 +44,7 @@ FIELDS = NAMESPACE_REVEAL_FIELDS + [
# fields this operation changes
... | NAMESPACE_READY preserves sender_pubkey and address from
NAMESPACE_REVEAL | blockstack_blockstack-core | train |
7d6163a21ece74bd8be197ac799a0403cc990763 | diff --git a/Socks/Client.php b/Socks/Client.php
index <HASH>..<HASH> 100644
--- a/Socks/Client.php
+++ b/Socks/Client.php
@@ -10,6 +10,7 @@ use React\Stream\Stream;
use React\EventLoop\LoopInterface;
use React\HttpClient\ConnectionManagerInterface;
use \Exception;
+use \InvalidArgumentException;
class Client imp... | Add option to explicitly set protocol version (4/4a only ATM) | clue_php-socks | train |
4556b7550297467c5f521ec596f373143ba554c5 | diff --git a/sprd/manager/PrintTypeEqualizer.js b/sprd/manager/PrintTypeEqualizer.js
index <HASH>..<HASH> 100644
--- a/sprd/manager/PrintTypeEqualizer.js
+++ b/sprd/manager/PrintTypeEqualizer.js
@@ -121,6 +121,18 @@ define(["js/core/Bindable", "sprd/util/ProductUtil", "sprd/entity/ConcreteElemen
getPreferr... | DEV-<I> - Printtype equalizer fails | spreadshirt_rAppid.js-sprd | train |
08b49883243c4ede7c8bd92a279b37f30c313895 | diff --git a/libraries/Maniaplanet/DedicatedServer/Connection.php b/libraries/Maniaplanet/DedicatedServer/Connection.php
index <HASH>..<HASH> 100644
--- a/libraries/Maniaplanet/DedicatedServer/Connection.php
+++ b/libraries/Maniaplanet/DedicatedServer/Connection.php
@@ -432,7 +432,7 @@ class Connection
throw new In... | Missing check in setCallVoteRatios | maniaplanet_dedicated-server-api | train |
b4f34aad432989d8bab1d46ea514f5048678b07d | diff --git a/ckanutils.py b/ckanutils.py
index <HASH>..<HASH> 100644
--- a/ckanutils.py
+++ b/ckanutils.py
@@ -33,7 +33,7 @@ from ckanapi import NotFound, NotAuthorized, ValidationError
from tabutils import (
process as pr, io, fntools as ft, convert as cv, typetools as tt)
-__version__ = '0.14.1'
+__version__ ... | Bump to version <I> | reubano_ckanutils | train |
f204b2a8bcb2e0b097e34258bb4e472d248c3f2c | diff --git a/lib/web.route.handler.js b/lib/web.route.handler.js
index <HASH>..<HASH> 100644
--- a/lib/web.route.handler.js
+++ b/lib/web.route.handler.js
@@ -14,6 +14,8 @@ var routeInfoCache = {};
var appRouteCache = {};
var injector, clientPlugin, appConfigs;
var regexSlash = /\//g;
+var urlPathPattern = '([\\w#!:... | allow special case tail url matching pattern with .* | gethuman_pancakes | train |
4c16a976c534649ccd4985e65beb1785fdb4be68 | diff --git a/ui/src/dashboards/components/Dashboard.js b/ui/src/dashboards/components/Dashboard.js
index <HASH>..<HASH> 100644
--- a/ui/src/dashboards/components/Dashboard.js
+++ b/ui/src/dashboards/components/Dashboard.js
@@ -10,6 +10,7 @@ const Dashboard = ({
dashboard,
onAddCell,
onEditCell,
+ timeRange,
... | Reset zoom on all graphs when timeRange value is changed | influxdata_influxdb | train |
e36923d181752c941ffe7eef0bf7ac28bb60def7 | diff --git a/src/test/java/org/dita/dost/writer/DitaWriterTest.java b/src/test/java/org/dita/dost/writer/DitaWriterTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/dita/dost/writer/DitaWriterTest.java
+++ b/src/test/java/org/dita/dost/writer/DitaWriterTest.java
@@ -177,15 +177,15 @@ public class DitaWriter... | Fix test case to reflect lax processing | dita-ot_dita-ot | train |
7c95627e77261d161f77129048e1e43deb40ee71 | diff --git a/docs/pages/_app.js b/docs/pages/_app.js
index <HASH>..<HASH> 100644
--- a/docs/pages/_app.js
+++ b/docs/pages/_app.js
@@ -14,7 +14,6 @@ import PropTypes from 'prop-types';
import acceptLanguage from 'accept-language';
import { create } from 'jss';
import jssRtl from 'jss-rtl';
-import { CacheProvider } ... | [docs] Avoid re-mounting the whole tree when switching theme direction (#<I>) | mui-org_material-ui | train |
07f072ead9a27e11cb1c15b100f0ce2b9a41b0b1 | diff --git a/lib/kubeclient/common.rb b/lib/kubeclient/common.rb
index <HASH>..<HASH> 100644
--- a/lib/kubeclient/common.rb
+++ b/lib/kubeclient/common.rb
@@ -399,12 +399,7 @@ module Kubeclient
@entities[kind.to_s].resource_name
end
ns_prefix = build_namespace_prefix(namespace)
- # TODO:... | Remove special handling for services when building th proxy URL | abonas_kubeclient | train |
a90c4162a8c5d9c14735d39d4973b103b0f5e5c9 | diff --git a/timeside/server/models.py b/timeside/server/models.py
index <HASH>..<HASH> 100644
--- a/timeside/server/models.py
+++ b/timeside/server/models.py
@@ -196,8 +196,7 @@ class Task(BaseResource):
if not os.path.exists(settings.MEDIA_ROOT + os.sep + path):
os.makedirs(settings.MEDI... | - server: give item.sha1 to FileDecoder, grapher parameters as {} | Parisson_TimeSide | train |
35176451ada5587ab8104f15939f380481999835 | diff --git a/interp/builtin.go b/interp/builtin.go
index <HASH>..<HASH> 100644
--- a/interp/builtin.go
+++ b/interp/builtin.go
@@ -258,13 +258,14 @@ func (r *Runner) builtinCode(pos syntax.Pos, name string, args []string) int {
// and it's not available on Windows.
if len(args) == 0 {
// TODO: different behav... | interp: make unhandled errors the default case
Safer, as we don't have to worry about keeping the list up to date. | mvdan_sh | train |
85f7a05075059bce1c2095737930e27c9bd81446 | diff --git a/src/lib/rules/typedef-js.js b/src/lib/rules/typedef-js.js
index <HASH>..<HASH> 100644
--- a/src/lib/rules/typedef-js.js
+++ b/src/lib/rules/typedef-js.js
@@ -81,7 +81,7 @@ const typedefRule = {
const is = extractTags('i', Types).map(({ props: { name, from } }) => ` * @typedef {import('${from}').${... | use import in a test, fix missing new line | artdecocode_documentary | train |
404364ba73057e1b4cad3e2e9795277db2172a4e | diff --git a/object-common-multipart.go b/object-common-multipart.go
index <HASH>..<HASH> 100644
--- a/object-common-multipart.go
+++ b/object-common-multipart.go
@@ -373,6 +373,12 @@ func listMetaBucketMultipartFiles(layer ObjectLayer, prefixPath string, markerPa
}
fileInfo.Name = path.Join(fi.Name, entry)
... | XL/fs: ListMultipartUploads should list only requested entries. (#<I>)
Fixes #<I> | minio_minio | train |
3f9a20a58d30533b821780cdca903529a7683432 | diff --git a/src/annotator.js b/src/annotator.js
index <HASH>..<HASH> 100644
--- a/src/annotator.js
+++ b/src/annotator.js
@@ -67,8 +67,12 @@ Annotator.Prototype = function() {
"type": type,
"range": range
};
- self.document.create(annotation);
- self._updates.push([annotation]);
+ return se... | Improvements and fixes for annotator. | substance_document | train |
e9331dc74f72d0254608526f8816aa4bb8f1fca4 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ setup(
"FileField conversion", "ImageField conversion", "ajax uploading"
],
install_requires=[
- 'Django>=1.5.0'
+ 'Django>=1.5.0', 'six'
],
tests_require=[
'D... | django <I> compatibility | removed dependency on django.utils.six | lehins_django-smartfields | train |
afe5223ad0efead30e915faff3198414c31e056c | diff --git a/code/DebugBarDatabaseCollector.php b/code/DebugBarDatabaseCollector.php
index <HASH>..<HASH> 100644
--- a/code/DebugBarDatabaseCollector.php
+++ b/code/DebugBarDatabaseCollector.php
@@ -83,15 +83,17 @@ class DebugBarDatabaseCollector extends DataCollector implements Renderable, Ass
$total_mem ... | make sql queries more readable by moving selected fields into a clickable tab | lekoala_silverstripe-debugbar | train |
c4281f7cf74d2ba212fe632e6c03189117dc1d1b | diff --git a/lib/utils/property-getter.js b/lib/utils/property-getter.js
index <HASH>..<HASH> 100644
--- a/lib/utils/property-getter.js
+++ b/lib/utils/property-getter.js
@@ -55,6 +55,11 @@ function isSimpleThisExpression(node) {
return false;
}
+function removeWhitespace(str) {
+ // Removes whitespace anywhere ... | fix: fix handling of multi-line property keys by `require-computed-property-dependencies` rule
Previously, the newline character in a multi-line property key would be erroneously kept in the autofixed computed property dependency keys, typically leading to a syntax error. | ember-cli_eslint-plugin-ember | train |
a080aed26baf7fc421b77b1547b6d636aadaf12a | diff --git a/src/Ractive.prototype/findAll.js b/src/Ractive.prototype/findAll.js
index <HASH>..<HASH> 100644
--- a/src/Ractive.prototype/findAll.js
+++ b/src/Ractive.prototype/findAll.js
@@ -1,7 +1,38 @@
-proto.findAll = function ( selector ) {
- if ( !this.el ) {
- return [];
- }
+(function () {
- return this.el.qu... | allow findAll to return a live nodelist where appropriate (see #<I>) | ractivejs_ractive | train |
91298f9b5f89a7d1805a3ab252398274badf4372 | diff --git a/horizon/static/framework/util/navigations/navigations.service.spec.js b/horizon/static/framework/util/navigations/navigations.service.spec.js
index <HASH>..<HASH> 100644
--- a/horizon/static/framework/util/navigations/navigations.service.spec.js
+++ b/horizon/static/framework/util/navigations/navigations.s... | Make getPorts and setBreadcrumb tests work
This patch adds expectations to the tests and make them work.
Partial-Bug: #<I>
Change-Id: Ic<I>c<I>a<I>b0ec5a<I>bccb1e<I>c6 | openstack_horizon | train |
59487add2c42d8f65c0773f0e4a6f41a74826de9 | diff --git a/stellata/field.py b/stellata/field.py
index <HASH>..<HASH> 100644
--- a/stellata/field.py
+++ b/stellata/field.py
@@ -23,8 +23,14 @@ class Field:
return stellata.query.SingleColumnExpression(self.model, self.column, '>', value)
def __lshift__(self, value: list):
+ if len(value) == 0:... | add more methods to model class
add methods for transactions, truncation, and get/update without a where
clause. fix where in queries with empty lists. | tmacwill_stellata | train |
3c903772f2f0728b3969e695108b75f560a12f8f | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -892,17 +892,20 @@ func (c *HostClient) connsCleaner() {
for {
t := time.Now()
c.connsLock.Lock()
- for len(c.conns) > 0 && t.Sub(c.conns[0].t) > 10*time.Second {
- cc := c.conns[0]
+ conns := c.conns
+ for le... | Avoid memory allocation when cleaning stale workers and connections | valyala_fasthttp | train |
d6fa8b73590982680755244dbae804ef18ae4761 | diff --git a/src/Drip.php b/src/Drip.php
index <HASH>..<HASH> 100644
--- a/src/Drip.php
+++ b/src/Drip.php
@@ -11,10 +11,19 @@ class Drip
protected $accountID = false;
protected $verify_ssl = true;
- public function __construct($token, $accountID)
+ /**
+ * Drip cons... | AccountID on constructor is optional, new setAccountId method. | drewm_drip | train |
40b76a2a7924023661ee3d0a27824edfb21d8cd2 | diff --git a/client-vendor/after-body/promise-utils/promise-throttler.js b/client-vendor/after-body/promise-utils/promise-throttler.js
index <HASH>..<HASH> 100644
--- a/client-vendor/after-body/promise-utils/promise-throttler.js
+++ b/client-vendor/after-body/promise-utils/promise-throttler.js
@@ -42,16 +42,21 @@
... | Fix problem of async cancel call in PromiseThrottler | cargomedia_cm | train |
3ddbf85440629f127b9c82496617154806f82a8c | diff --git a/helpers/TbHtml.php b/helpers/TbHtml.php
index <HASH>..<HASH> 100755
--- a/helpers/TbHtml.php
+++ b/helpers/TbHtml.php
@@ -2688,13 +2688,15 @@ EOD;
* @param string $label the menu item text.
* @param string $url the menu item URL. If emtpy/false, # will be used.
* @param array $htmlOptio... | only render a caret for top-level dropdown toggle links | crisu83_yiistrap | train |
ffbd36008281c1b9987ecf88ab490a46baabf2c3 | diff --git a/nipap/nipap/backend.py b/nipap/nipap/backend.py
index <HASH>..<HASH> 100644
--- a/nipap/nipap/backend.py
+++ b/nipap/nipap/backend.py
@@ -400,6 +400,10 @@ _prefix_spec = {
'column': 'inp.prefix',
'ro': False,
},
+ 'prefix_length': {
+ 'column': 'masklen(... | nipapd: enable search on prefix-length
This enables search based on prefix-length as a match. It's using the
masklen() function in Postgres to do this and there is currently no
functional index on that so it might be slow.
Fixes #<I>. | SpriteLink_NIPAP | train |
206ac54353dfa128aaf8c001c23cd1410c21c304 | diff --git a/core/src/main/java/com/google/errorprone/scanner/BuiltInCheckerSuppliers.java b/core/src/main/java/com/google/errorprone/scanner/BuiltInCheckerSuppliers.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/google/errorprone/scanner/BuiltInCheckerSuppliers.java
+++ b/core/src/main/java/com/google/e... | Enable the @Immutable checker as an error
RELNOTES: New error to enforce usage of @Immutable
-------------
Created by MOE: <URL> | google_error-prone | train |
5dd132e123dfc8c7722ce2caa008b5775603de5f | diff --git a/provision/local/provisioner.go b/provision/local/provisioner.go
index <HASH>..<HASH> 100644
--- a/provision/local/provisioner.go
+++ b/provision/local/provisioner.go
@@ -22,12 +22,17 @@ func (p *LocalProvisioner) setup(ip, framework string) error {
if err != nil {
return err
}
- cmd := exec.Command(... | provision/local: fixed container setup. | tsuru_tsuru | train |
f12b1cdd418c81f11b58c9fe586933822c8b92b1 | diff --git a/lib/scorpion/object.rb b/lib/scorpion/object.rb
index <HASH>..<HASH> 100644
--- a/lib/scorpion/object.rb
+++ b/lib/scorpion/object.rb
@@ -79,7 +79,7 @@ module Scorpion
private
- # Called after the object has been initialized and feed all its required
+ # Called after the object has been ... | Fixed RSpec not picking up global scorpion settings | phallguy_scorpion | train |
4e94563d01606e175c27ee8ee5f0d16b8ebbc753 | diff --git a/graylog2-server/src/main/java/org/graylog2/lookup/LookupTableService.java b/graylog2-server/src/main/java/org/graylog2/lookup/LookupTableService.java
index <HASH>..<HASH> 100644
--- a/graylog2-server/src/main/java/org/graylog2/lookup/LookupTableService.java
+++ b/graylog2-server/src/main/java/org/graylog2/... | Avoid global lookup cache purge on shared store update (#<I>)
This adjusts the event handler for AdapterSharedStoresUpdated events to
only purge cache entries for changed data adapters instead of purging
all entries from the cache. | Graylog2_graylog2-server | train |
87d0abaa4bcf88d303833d02465b139e72073cbf | diff --git a/lib/active_fulfillment/fulfillment/services/amazon_mws.rb b/lib/active_fulfillment/fulfillment/services/amazon_mws.rb
index <HASH>..<HASH> 100644
--- a/lib/active_fulfillment/fulfillment/services/amazon_mws.rb
+++ b/lib/active_fulfillment/fulfillment/services/amazon_mws.rb
@@ -410,7 +410,8 @@ module Active... | Handle missing states and set a default value
MWS Addresses require a StateOrProvinceCode though not
all countries (such as France) have states. If the code is
missing, assume that it is because the country doesn't have
this and set the code to N/A | Shopify_active_fulfillment | train |
45bbf4831e74705e2eda01422f3c24967f9db53a | diff --git a/lib/mongo/pool/socket/connectable.rb b/lib/mongo/pool/socket/connectable.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo/pool/socket/connectable.rb
+++ b/lib/mongo/pool/socket/connectable.rb
@@ -165,6 +165,14 @@ module Mongo
raise Mongo::SocketError, SSL_ERROR
end
+ def initia... | Removing more duplicate code in sockets | mongodb_mongo-ruby-driver | train |
8ff6cc68d0d88146c1dedfa529a0a4fc5d6b9a3a | diff --git a/src/MessageBroker.php b/src/MessageBroker.php
index <HASH>..<HASH> 100644
--- a/src/MessageBroker.php
+++ b/src/MessageBroker.php
@@ -257,12 +257,18 @@ class MessageBroker
/**
* Sends an non acknowledgement back to the message broker so the message can be
- * returned to the queue.
+ * rejecte... | Expand sendNack() to support basic_nack params | DoSomething_messagebroker-phplib | train |
83c83e58b996058603cb242e66cbaeba81b923e5 | diff --git a/website/pages/en/versions.js b/website/pages/en/versions.js
index <HASH>..<HASH> 100755
--- a/website/pages/en/versions.js
+++ b/website/pages/en/versions.js
@@ -45,7 +45,9 @@ function Versions(props) {
</a>
</td>
<td>
- <a href="">Relea... | Fixed missing url for stable release notes | tulios_kafkajs | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.