hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
b9b33c06eb6e6e57e69c66b210d57e875ca257ac | diff --git a/src/python/grpcio_tests/tests/unit/_server_test.py b/src/python/grpcio_tests/tests/unit/_server_test.py
index <HASH>..<HASH> 100644
--- a/src/python/grpcio_tests/tests/unit/_server_test.py
+++ b/src/python/grpcio_tests/tests/unit/_server_test.py
@@ -51,7 +51,7 @@ class ServerTest(unittest.TestCase):
... | Make sure the SO_REUSEPORT is off | grpc_grpc | train |
f079955724dcb6248bf230fee4735cf3288e5d86 | diff --git a/grpc-client-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/client/channelfactory/NettyChannelFactory.java b/grpc-client-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/client/channelfactory/NettyChannelFactory.java
index <HASH>..<HASH> 100644
--- a/grpc-client-spring-boot-autoconfigu... | Also add comments to the netty channel factories | yidongnan_grpc-spring-boot-starter | train |
2b76eb7d226703baac57fd299ff545c5b1cd22da | diff --git a/src/menu/InjectItem.php b/src/menu/InjectItem.php
index <HASH>..<HASH> 100644
--- a/src/menu/InjectItem.php
+++ b/src/menu/InjectItem.php
@@ -443,10 +443,10 @@ class InjectItem extends BaseObject implements InjectItemInterface
'nav_id' => $this->getNavId(),
'lang' => $this->getLan... | fix xss issue with page previews #<I> | luyadev_luya-module-cms | train |
96ef087015edc5a73b4e2b0cb243d115ced6a6a8 | diff --git a/cmd/seqls/main.go b/cmd/seqls/main.go
index <HASH>..<HASH> 100644
--- a/cmd/seqls/main.go
+++ b/cmd/seqls/main.go
@@ -109,8 +109,8 @@ func main() {
seqs, err := listerFn(path)
if err != nil {
// Bail out of the app for any path error
- os.Exit(255)
fmt.Fprintf(errOut, "%s %q: %s\n... | Don't bail out early on errors reading filesystem. Keep processing. | justinfx_gofileseq | train |
74c7463d0fd3c85da9544f6ddb02a23d576c7d79 | diff --git a/fake_filesystem.py b/fake_filesystem.py
index <HASH>..<HASH> 100644
--- a/fake_filesystem.py
+++ b/fake_filesystem.py
@@ -1557,7 +1557,10 @@ class FakeOsModule(object):
'with name',
old_file)
if self.filesystem.Exists(new_file):
- self.remove(new_file)
+ ... | Fix bug with calling rename with equal old & new names.
If you were to call rename() with the same values for both old name and new
name, GetEntry would raise an unnecesary KeyError. This commit fixes that. | jmcgeheeiv_pyfakefs | train |
962872a740ba56d7f75110b338fbbaf771f87dfc | diff --git a/examples/babel-loader--webpack2/package.json b/examples/babel-loader--webpack2/package.json
index <HASH>..<HASH> 100644
--- a/examples/babel-loader--webpack2/package.json
+++ b/examples/babel-loader--webpack2/package.json
@@ -11,6 +11,6 @@
"babel-plugin-transform-runtime": "6.12.0",
"babel-preset... | Really correct webpack2 babel example | amireh_happypack | train |
1a9f19f37a89dcb10b61ab54733bd437316801c5 | diff --git a/lib/lmgtfy/version.rb b/lib/lmgtfy/version.rb
index <HASH>..<HASH> 100644
--- a/lib/lmgtfy/version.rb
+++ b/lib/lmgtfy/version.rb
@@ -1,3 +1,3 @@
module Lmgtfy
- VERSION = "0.0.3"
+ VERSION = "0.0.4"
end | Bump for version <I> | prathamesh-sonpatki_lmgtfy-gem | train |
2cb625eda330696bf943d764a7d4b94b293005f5 | diff --git a/cobra_test.go b/cobra_test.go
index <HASH>..<HASH> 100644
--- a/cobra_test.go
+++ b/cobra_test.go
@@ -381,7 +381,7 @@ func TestChildCommandFlags(t *testing.T) {
t.Errorf("invalid flag should generate error")
}
- if !strings.Contains(r.Output, "intone=123") {
+ if !strings.Contains(r.Output, "unknown... | Remove some wonky error handling, as upstream seems correct now.
Also, it's buggy for nested commands. | spf13_cobra | train |
613274a33fad87590ab2ac343478f3ceccb3bd54 | diff --git a/view_arangosearch.go b/view_arangosearch.go
index <HASH>..<HASH> 100644
--- a/view_arangosearch.go
+++ b/view_arangosearch.go
@@ -51,7 +51,7 @@ type ArangoSearchViewProperties struct {
// For the case where the consolidation policies rarely merge segments
// (i.e. few inserts/deletes), a higher value w... | ArangoView API Changes (#<I>)
* API changes.
* Do more magic with typing for ConsolidationPolicies.
* Keep it simple and stupid - single structure for ArangoSearchProperties. | arangodb_go-driver | train |
c4f6d93fbc46424706d9aa4673fee9d4281202c3 | diff --git a/src/ApiGatewayWebSocket.js b/src/ApiGatewayWebSocket.js
index <HASH>..<HASH> 100644
--- a/src/ApiGatewayWebSocket.js
+++ b/src/ApiGatewayWebSocket.js
@@ -183,7 +183,7 @@ module.exports = class ApiGatewayWebSocket {
this._server.route({
method: 'POST',
path: '/',
- config: {
+ o... | Rename config to options for websocket routes | dherault_serverless-offline | train |
01d6d92ebbaddc17ffbfdc6523903f41da7eb131 | diff --git a/test/unit/v1.0.0/normalize-v1.test.js b/test/unit/v1.0.0/normalize-v1.test.js
index <HASH>..<HASH> 100644
--- a/test/unit/v1.0.0/normalize-v1.test.js
+++ b/test/unit/v1.0.0/normalize-v1.test.js
@@ -2474,4 +2474,28 @@ describe('v1.0.0 normalization', function () {
});
});
});
+
+ ... | Added a unit test for v1 normalization with malformed data | postmanlabs_postman-collection-transformer | train |
1abfd6c0509134b01e092ad96ae268d6021ee693 | diff --git a/acl/cache.go b/acl/cache.go
index <HASH>..<HASH> 100644
--- a/acl/cache.go
+++ b/acl/cache.go
@@ -11,6 +11,12 @@ import (
// ACL given it's ID
type FaultFunc func(id string) (string, error)
+// aclEntry allows us to store the ACL with it's policy ID
+type aclEntry struct {
+ ACL ACL
+ PolicyID str... | acl: Adding cached policy fetch via ACL | hashicorp_consul | train |
9b9527375b825f2b8090ec3f278d9920a128e9aa | diff --git a/src/inputmask.js b/src/inputmask.js
index <HASH>..<HASH> 100644
--- a/src/inputmask.js
+++ b/src/inputmask.js
@@ -9,6 +9,7 @@ function init(Survey) {
numericDigitsOptional: false,
numericPlaceholder: "0",
autoUnmask: true,
+ clearIncomplete: true,
widgetIsLoaded: function () {
... | Implemented #<I> - Support clearIncomplete option for inputmask widget | surveyjs_widgets | train |
0ea9abba0cc5b4dc6bb43ada7ccfd6eec29d2884 | diff --git a/crosscat/utils/geweke_utils.py b/crosscat/utils/geweke_utils.py
index <HASH>..<HASH> 100644
--- a/crosscat/utils/geweke_utils.py
+++ b/crosscat/utils/geweke_utils.py
@@ -26,6 +26,7 @@ import numpy
import pylab
#
import crosscat.utils.data_utils as du
+import crosscat.utils.file_utils as fu
import cross... | save figures to a programmatically generated directory name | probcomp_crosscat | train |
5eee45970be46ad6ba3379a6bda21cf2aaecff42 | diff --git a/compare.go b/compare.go
index <HASH>..<HASH> 100644
--- a/compare.go
+++ b/compare.go
@@ -291,7 +291,7 @@ func (c *Criterion) compare(value, other interface{}) (int, error) {
case Comparer:
return value.(Comparer).Compare(other)
default:
- if c.encodeCache == nil {
+ if c.encodeCache == nil || c.o... | Added In, RegExp, and Func query operators | timshannon_bolthold | train |
7265e74134b1fa2e067f9e97b54da1ac319d9bd0 | diff --git a/bokeh/charts/builders/histogram_builder.py b/bokeh/charts/builders/histogram_builder.py
index <HASH>..<HASH> 100644
--- a/bokeh/charts/builders/histogram_builder.py
+++ b/bokeh/charts/builders/histogram_builder.py
@@ -4,6 +4,9 @@ complex plot is a simple way.
This is the Histogram class which lets you bui... | Make note of todo for histogram aggregation types. | bokeh_bokeh | train |
5bdd737feb0fa652da9ea37d1a8aac7e266453e1 | diff --git a/addon/utils/data-processor.js b/addon/utils/data-processor.js
index <HASH>..<HASH> 100644
--- a/addon/utils/data-processor.js
+++ b/addon/utils/data-processor.js
@@ -458,7 +458,7 @@ function _treefyData(vertex, depth) {
}
}
else {
- return;
+ return child;
... | Missed a promotion case where inputs were dropped from the graph | sreenaths_em-tgraph | train |
a31102a4c261ebba668bc0d22f42bf0a9107775d | diff --git a/tests/unit/core/oxshoplistTest.php b/tests/unit/core/oxshoplistTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit/core/oxshoplistTest.php
+++ b/tests/unit/core/oxshoplistTest.php
@@ -66,4 +66,37 @@ class Unit_Core_oxshoplistTest extends OxidTestCase
$oShopList->getAll();
$this->assertE... | tests for getRawList method | OXID-eSales_oxideshop_ce | train |
b083aa41a0df0c918ef95d88ea8a2cea2159d63b | diff --git a/assets/Main.php b/assets/Main.php
index <HASH>..<HASH> 100644
--- a/assets/Main.php
+++ b/assets/Main.php
@@ -11,8 +11,8 @@ class Main extends \luya\web\Asset
];
public $js = [
- 'js/libs/ResizeSensor.js',
- 'js/libs/ElementQueries.js',
+ //'js/libs/ResizeSensor.js',
+ ... | temp removed element query js, must be done with angular #<I> | luyadev_luya-module-admin | train |
4fcfab40181117d165c6ba2d10dd06042cb04b5f | diff --git a/src/main/java/org/apache/maven/plugin/nar/AbstractNarLayout.java b/src/main/java/org/apache/maven/plugin/nar/AbstractNarLayout.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/apache/maven/plugin/nar/AbstractNarLayout.java
+++ b/src/main/java/org/apache/maven/plugin/nar/AbstractNarLayout.java
@@ -1... | commented out install-name-tool execution on mac. | maven-nar_nar-maven-plugin | train |
9265f1715c17dc53f5e4c373779abd6c13c1b731 | diff --git a/src/Traits/ModelFinder.php b/src/Traits/ModelFinder.php
index <HASH>..<HASH> 100644
--- a/src/Traits/ModelFinder.php
+++ b/src/Traits/ModelFinder.php
@@ -15,7 +15,7 @@ trait ModelFinder
* @param string $slug
* @return Term
*/
- public function findTerm(string $slug)
+ public funct... | Match method signatures to allow searching in other Term fields too | Lecturize_Laravel-Taxonomies | train |
5e7e1280d44861e658a3d6e824af9b011cdac4db | diff --git a/test/Eris/Generator/SequenceTest.php b/test/Eris/Generator/SequenceTest.php
index <HASH>..<HASH> 100644
--- a/test/Eris/Generator/SequenceTest.php
+++ b/test/Eris/Generator/SequenceTest.php
@@ -5,7 +5,7 @@ class SequenceTest extends \PHPUnit_Framework_TestCase
{
public function setUp()
{
- ... | Removing an element with value 0 does not decrease the sum of the elements | giorgiosironi_eris | train |
badd6fa8b9171dc931e6f9f0504e2c94d74a3a7d | diff --git a/src/webpack/configure.js b/src/webpack/configure.js
index <HASH>..<HASH> 100644
--- a/src/webpack/configure.js
+++ b/src/webpack/configure.js
@@ -65,9 +65,9 @@ export default function configure({
query: {
babelrc: false,
presets: [
- 'es2015',
- ... | Use absolute paths in babel-loader config | elliottsj_nucleate | train |
c4636e45cfa7cf41e1cd82517aec4118a10161f1 | diff --git a/tests/test_form.py b/tests/test_form.py
index <HASH>..<HASH> 100644
--- a/tests/test_form.py
+++ b/tests/test_form.py
@@ -93,9 +93,10 @@ def setup_mock_browser(expected_post=None, text=choose_submit_form):
url = 'mock://form.com'
mock = requests_mock.Adapter()
mock.register_uri('GET', url, h... | setup_mock_browser: allow expected_post to be an empty list | MechanicalSoup_MechanicalSoup | train |
16e4ad4cee93824e051f25a0a286a9db29c8615a | diff --git a/addon/components/inputs/autocomplete.js b/addon/components/inputs/autocomplete.js
index <HASH>..<HASH> 100644
--- a/addon/components/inputs/autocomplete.js
+++ b/addon/components/inputs/autocomplete.js
@@ -1,3 +1,5 @@
+import Ember from 'ember'
+const {isEmpty} = Ember
import SelectInput from './select'
... | autocomplete no longer queries on empty filters | ciena-frost_ember-frost-bunsen | train |
a554e93939bf1a64868152604f99cca95dcd5411 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -113,9 +113,12 @@ module.exports = {
const page = pages[pages.length - 1];
const cookieHeader = getHeaderValue(request.headers, 'Cookie');
- // Remove fragment, that's what Chrome does.
+... | Keep the URL hash to make it possible to match URLs in other tools. (#<I>) | sitespeedio_chrome-har | train |
638642ca73bf19206e66f6c9e277d02209a7172c | diff --git a/minio/api.py b/minio/api.py
index <HASH>..<HASH> 100644
--- a/minio/api.py
+++ b/minio/api.py
@@ -1398,13 +1398,11 @@ class Minio(object):
)
headers['Range'] = 'bytes=' + request_range
- response = self._url_open('GET',
- bucket_name=bucke... | Fix test_thread_safe azure gateway failure (#<I>)
Fixes #<I> | minio_minio-py | train |
7ad3462a62f73316650b6d915e37c83f5d70b7b8 | diff --git a/hazelcast/src/main/java/com/hazelcast/internal/memory/impl/UnsafeUtil.java b/hazelcast/src/main/java/com/hazelcast/internal/memory/impl/UnsafeUtil.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/internal/memory/impl/UnsafeUtil.java
+++ b/hazelcast/src/main/java/com/hazelcast/in... | Minimal cleanup of UnsafeUtil (fixed JavaDoc, pulled out method to limit scope of CheckStyle suppression). | hazelcast_hazelcast | train |
b4f4ff7043a1c6ae6b28249ca24362fa5cb3d212 | diff --git a/tests/test_likwid_bench_auto.py b/tests/test_likwid_bench_auto.py
index <HASH>..<HASH> 100644
--- a/tests/test_likwid_bench_auto.py
+++ b/tests/test_likwid_bench_auto.py
@@ -6,6 +6,7 @@ import os
import unittest
from kerncraft import likwid_bench_auto as lba
+from kerncraft import __version__ as kerncr... | fixed likwid bench auto test case | RRZE-HPC_kerncraft | train |
284a2abfcb42e1a1ad2fd6b76339c0728291d5be | diff --git a/tests/unit/config_test.py b/tests/unit/config_test.py
index <HASH>..<HASH> 100644
--- a/tests/unit/config_test.py
+++ b/tests/unit/config_test.py
@@ -21,13 +21,23 @@ from contextlib import contextmanager
# Import Salt Testing libs
from salttesting import TestCase
-from salttesting.mock import MagicMock... | Get `mock_open` working.
Kind of since we're not using `mock_open` from the mocked library. Were
actually using the recipe to mock the builtin open as seen on <URL> | saltstack_salt | train |
75aa1d9cd0695028efefbb28d090bcfe6ce45fdb | diff --git a/github_release.py b/github_release.py
index <HASH>..<HASH> 100755
--- a/github_release.py
+++ b/github_release.py
@@ -239,11 +239,14 @@ gh_asset_upload.description = {
def gh_asset_erase(repo_name, tag_name, pattern,
- dry_run=False):
+ keep_pattern=None, dry_run=Fa... | asset_erase: Add support for optional argument "--keep-pattern"
When specified, matching packages will be excluded from the subset already
matched by the provided selection "pattern". | j0057_github-release | train |
e3322776cd98c94c8c8e0091f0b68d7598a38a8e | diff --git a/libextract/formatters.py b/libextract/formatters.py
index <HASH>..<HASH> 100644
--- a/libextract/formatters.py
+++ b/libextract/formatters.py
@@ -4,10 +4,10 @@ UNLIMITED = float('NaN')
def node_json(node, depth=0):
return {
'xpath': node.getroottree().getpath(node),
- 'class': node.ge... | sometimes HtmlElement.get can return None | datalib_libextract | train |
ea8ae62ea2deb7872037b64bf26218601a700de3 | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -168,27 +168,26 @@ func (b *Bucket) GetStats(which string) map[string]map[string]string {
func (b *Bucket) doBulkGet(vb uint16, keys []string,
ch chan<- map[string]*gomemcached.MCResponse) {
- for {
- masterId := b.V... | GetBulk was very broken - don't bother handling NMVB errors. | couchbase_go-couchbase | train |
c62180f81f980f2d655a4a3ccc343ed5a37c130a | diff --git a/dfs/dfs.go b/dfs/dfs.go
index <HASH>..<HASH> 100644
--- a/dfs/dfs.go
+++ b/dfs/dfs.go
@@ -341,7 +341,6 @@ func (d *DistributedFileSystem) Rollback(snapshotId string) error {
return errors.New("malformed snapshotId")
}
serviceId := parts[0]
- label := parts[1]
if err := d.client.GetTenantId(service... | no need to preserve label on rollback | control-center_serviced | train |
9acbf7a98463ce84e2614cd55785012fb218ded5 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,8 +2,8 @@ from distutils.core import setup
setup(
name='gelfHandler',
- version='0.1C',
- packages=['gelfHandler',],
+ version='0.1.1',
+ packages=['gelfHandler'],
license='Creative Commons Attribut... | Upped the version number and removed a comma | stewrutledge_gelfHandler | train |
2d258a52ab5a474ddbc560a5260a1cb59f27f2ec | diff --git a/readline/src/main/java/org/aesh/readline/alias/AliasManager.java b/readline/src/main/java/org/aesh/readline/alias/AliasManager.java
index <HASH>..<HASH> 100644
--- a/readline/src/main/java/org/aesh/readline/alias/AliasManager.java
+++ b/readline/src/main/java/org/aesh/readline/alias/AliasManager.java
@@ -2... | utility methods need to be public since they're also used by æsh | aeshell_aesh-readline | train |
832f10668834e18601d8289d0b9a6c6bb425f189 | diff --git a/command/agent/agent.go b/command/agent/agent.go
index <HASH>..<HASH> 100644
--- a/command/agent/agent.go
+++ b/command/agent/agent.go
@@ -67,8 +67,10 @@ func Create(agentConf *Config, conf *serf.Config, logOutput io.Writer) (*Agent,
}
// Restore agent tags from a tags file
- if err := agent.loadTags... | agent: check if a tags file is set before calling loadTagsFile | hashicorp_serf | train |
4a39155d2872264b28f31a64dd004575873463bc | diff --git a/opal/corelib/range.rb b/opal/corelib/range.rb
index <HASH>..<HASH> 100644
--- a/opal/corelib/range.rb
+++ b/opal/corelib/range.rb
@@ -38,6 +38,36 @@ class Range
def each(&block)
return enum_for :each unless block_given?
+ %x{
+ var i, limit, value;
+
+ if (#@begin.$$is_number && #@en... | Range#to_a fully compliant with RubySpec | opal_opal | train |
3a7af37e36abf69730ac514cb61a909a5da2f188 | diff --git a/src/rez/cli/context.py b/src/rez/cli/context.py
index <HASH>..<HASH> 100644
--- a/src/rez/cli/context.py
+++ b/src/rez/cli/context.py
@@ -21,6 +21,10 @@ def setup_parser(parser, completions=False):
action="store_true",
help="print only the resolve list")
parser.add_argument(
+ ... | -changed resolves pkgs order in rez-context to alphabetical
- new flag --source-order gives old behaviour | nerdvegas_rez | train |
57ddf8dc8d46a6aa0bd4d885370c7d8dbe4a5154 | diff --git a/cosmic_ray/cli.py b/cosmic_ray/cli.py
index <HASH>..<HASH> 100644
--- a/cosmic_ray/cli.py
+++ b/cosmic_ray/cli.py
@@ -17,6 +17,7 @@ import cosmic_ray.commands
from cosmic_ray.config import ConfigError, get_db_name, load_config
import cosmic_ray.counting
import cosmic_ray.modules
+import cosmic_ray.plugi... | Added command for generating a new config. | sixty-north_cosmic-ray | train |
af6c7c90bc5987387952003025037c66be6d8729 | diff --git a/lib/fog/vsphere/requests/compute/list_clusters.rb b/lib/fog/vsphere/requests/compute/list_clusters.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/vsphere/requests/compute/list_clusters.rb
+++ b/lib/fog/vsphere/requests/compute/list_clusters.rb
@@ -11,11 +11,22 @@ module Fog
end
def raw_cl... | [vSphere] Support clusters that are located below folders | fog_fog | train |
ec9eeb51fb28fb225d984ddc89039861064647f8 | diff --git a/libraries/core/commands/plotProjects.js b/libraries/core/commands/plotProjects.js
index <HASH>..<HASH> 100644
--- a/libraries/core/commands/plotProjects.js
+++ b/libraries/core/commands/plotProjects.js
@@ -1,7 +1,7 @@
import AppCommand from '../classes/AppCommand';
/**
- * Enables the geofancing provid... | CCP-<I> fixed typo | shopgate_pwa | train |
f71a575a2c0cf9095929d844bd53e23f01677702 | diff --git a/enhydrator/src/main/java/com/airhacks/enhydrator/in/Column.java b/enhydrator/src/main/java/com/airhacks/enhydrator/in/Column.java
index <HASH>..<HASH> 100644
--- a/enhydrator/src/main/java/com/airhacks/enhydrator/in/Column.java
+++ b/enhydrator/src/main/java/com/airhacks/enhydrator/in/Column.java
@@ -143,6... | Added setter in Column. By this it is possible to define the column position in the expression part of the pipeline. | AdamBien_enhydrator | train |
b9ef784c6ecdaa51cbde83f7cce6b738e8077ec5 | diff --git a/state/state_test.go b/state/state_test.go
index <HASH>..<HASH> 100644
--- a/state/state_test.go
+++ b/state/state_test.go
@@ -1236,3 +1236,54 @@ func (s *StateSuite) TestParseTag(c *C) {
c.Assert(id, Equals, user.Name())
c.Assert(err, IsNil)
}
+
+func (s *StateSuite) TestWatchCleanups(c *C) {
+ cw := ... | watcher: added CleanupWatcher | juju_juju | train |
27d7afc146c6052519c79615f51f4c5dd3248b06 | diff --git a/testsuite/integration/manualmode/src/test/java/org/jboss/as/test/manualmode/parse/ParseAndMarshalModelsTestCase.java b/testsuite/integration/manualmode/src/test/java/org/jboss/as/test/manualmode/parse/ParseAndMarshalModelsTestCase.java
index <HASH>..<HASH> 100644
--- a/testsuite/integration/manualmode/src/... | Fix error following removal of HostDescriptionProviders | wildfly_wildfly | train |
8f8653d7a9e8358c4e4af485c8c27e3d4da71493 | diff --git a/src/ShopifyApp/resources/views/partials/flash_messages.blade.php b/src/ShopifyApp/resources/views/partials/flash_messages.blade.php
index <HASH>..<HASH> 100644
--- a/src/ShopifyApp/resources/views/partials/flash_messages.blade.php
+++ b/src/ShopifyApp/resources/views/partials/flash_messages.blade.php
@@ -2... | Change flash notice variable naming to not clash. (#<I>) | ohmybrew_laravel-shopify | train |
6acf47746079bae81e4640eb31f3f97055a57a8a | diff --git a/contrib/ec2-testing/test/voldemort/utils/Ec2RemoteTestConfig.java b/contrib/ec2-testing/test/voldemort/utils/Ec2RemoteTestConfig.java
index <HASH>..<HASH> 100644
--- a/contrib/ec2-testing/test/voldemort/utils/Ec2RemoteTestConfig.java
+++ b/contrib/ec2-testing/test/voldemort/utils/Ec2RemoteTestConfig.java
@... | Added ability to have integer properties with default values. | voldemort_voldemort | train |
3eedd404b852287a899e3952ed776a2db03d80af | diff --git a/session/clustered_index_test.go b/session/clustered_index_test.go
index <HASH>..<HASH> 100644
--- a/session/clustered_index_test.go
+++ b/session/clustered_index_test.go
@@ -14,11 +14,16 @@
package session_test
import (
+ "fmt"
+ "math/rand"
+ "strings"
+
. "github.com/pingcap/check"
"github.com/pi... | executor: add some test cases about partition table dynamic-mode with clustered-index (#<I>) | pingcap_tidb | train |
7e444a9ba8e81a4fd6382b36ca680ea8b72c8eca | diff --git a/src/main/org/codehaus/groovy/control/SourceUnit.java b/src/main/org/codehaus/groovy/control/SourceUnit.java
index <HASH>..<HASH> 100644
--- a/src/main/org/codehaus/groovy/control/SourceUnit.java
+++ b/src/main/org/codehaus/groovy/control/SourceUnit.java
@@ -296,7 +296,7 @@ public class SourceUnit extends P... | Fixed a typo in SourceUnit javadoc (closes #<I>) | apache_groovy | train |
dc3932f6f42d4b941880501f46aec5aebb310d4d | diff --git a/turrentine/static/turrentine/js/iframe_preview.js b/turrentine/static/turrentine/js/iframe_preview.js
index <HASH>..<HASH> 100644
--- a/turrentine/static/turrentine/js/iframe_preview.js
+++ b/turrentine/static/turrentine/js/iframe_preview.js
@@ -3,7 +3,7 @@
var iframe_name = 'live_preview'; // Nam... | Increase the admin preview's delay time. | af_turrentine | train |
3d10fe523bc65fc9d353f8ccf2b29f6629e4ade4 | diff --git a/spec/integration/migration_spec.rb b/spec/integration/migration_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/migration_spec.rb
+++ b/spec/integration/migration_spec.rb
@@ -16,13 +16,13 @@ describe "A Migration" do
it "should have a postition attribute" do
@migration.should r... | Migration#name= and Migration#position= were removed.
* Users should not be able to manipulate the name or order of
migrations, after loading them. | datamapper_dm-migrations | train |
bbcac41a6fcf27847ef2fb976e4ffda660022c26 | diff --git a/src/PhoreFile.php b/src/PhoreFile.php
index <HASH>..<HASH> 100644
--- a/src/PhoreFile.php
+++ b/src/PhoreFile.php
@@ -360,7 +360,7 @@ class PhoreFile extends PhoreUri
public function get_serialized($allowedClasses=false) : array
{
$serialize = phore_unserialize($this->get_contents(), $al... | fix: unserialize might trigger Error | phore_phore-filesystem | train |
37f5fd7f9aabd0ce4ac6c13bf9f8db39b086a7b0 | diff --git a/packages/runtime/neft-runtime-android/app/src/main/java/io/neft/renderer/Text.java b/packages/runtime/neft-runtime-android/app/src/main/java/io/neft/renderer/Text.java
index <HASH>..<HASH> 100644
--- a/packages/runtime/neft-runtime-android/app/src/main/java/io/neft/renderer/Text.java
+++ b/packages/runtime... | Fixed redrawing text when color change on Android | Neft-io_neftio | train |
499cd44d098d756e6cf23e5af85424c92674d1a0 | diff --git a/src/AutoLoader.php b/src/AutoLoader.php
index <HASH>..<HASH> 100644
--- a/src/AutoLoader.php
+++ b/src/AutoLoader.php
@@ -1,9 +1,7 @@
<?php declare(strict_types=1);
-
namespace Swoft\I18n;
-
use Swoft\SwoftComponent;
/**
@@ -32,4 +30,4 @@ class AutoLoader extends SwoftComponent
{
re... | up: remove throw container exception doc from log and i<I>n | swoft-cloud_swoft-i18n | train |
a8118297cf6de44ee4a54dd902f480a10c29ce83 | diff --git a/ftw/http.py b/ftw/http.py
index <HASH>..<HASH> 100644
--- a/ftw/http.py
+++ b/ftw/http.py
@@ -84,8 +84,20 @@ class HttpResponse(object):
break
cover_domain = cover_domain[first_non_dot:]
# We must parse the coverDomain to make sure its not in the s... | Fixing HTTP trailing CRLF and adding cookie support to the library version | CRS-support_ftw | train |
4b04247a612478d75acd5c7d7168b6935e18ce0e | diff --git a/intranet/settings/base.py b/intranet/settings/base.py
index <HASH>..<HASH> 100644
--- a/intranet/settings/base.py
+++ b/intranet/settings/base.py
@@ -4,7 +4,7 @@ PROJECT_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
LOGIN_URL = "/login"
-ADD_SLASHES = True
+ADD_SLASHES = False
... | Remove optional trailing slashes from url regexes, fix announcements
regex | tjcsl_ion | train |
4dbfb8798cc43a135fa78ac385c17bdefd5e5bb3 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -2,9 +2,12 @@
// Load modules
+const util = require('util');
const Wreck = require('@hapi/wreck');
const OrPromise = require('or-promise');
+// Custom variant of promises for setImmediate, see https://... | Migrate setImmediate to promises / async/await | joyent_node-consulite | train |
6dbbd2a7b20c3d715b105164ab1daab20509fbf2 | diff --git a/simra/pubsub.go b/simra/pubsub.go
index <HASH>..<HASH> 100644
--- a/simra/pubsub.go
+++ b/simra/pubsub.go
@@ -2,27 +2,32 @@ package simra
import "sync"
+// Publisher is publisher interface for pubsub system
type Publisher interface {
Publish(i interface{})
Subscribe(id string, s Subscriber) error... | add comments on exported function and structs | pankona_gomo-simra | train |
9b658be2672e4f11fac749abcf026cf960215a30 | diff --git a/src/test/java/annis/gui/IntegrationTest.java b/src/test/java/annis/gui/IntegrationTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/annis/gui/IntegrationTest.java
+++ b/src/test/java/annis/gui/IntegrationTest.java
@@ -367,6 +367,8 @@ class IntegrationTest {
() -> expectedStatus.equals(ui.g... | Add an assert to the end of the test cases to avoid code smell detected by SonarCloud | korpling_ANNIS | train |
0a7a44c1724d272ebdd9444fafd4ae9e05cfba37 | diff --git a/lib/rules/require-input-label.js b/lib/rules/require-input-label.js
index <HASH>..<HASH> 100644
--- a/lib/rules/require-input-label.js
+++ b/lib/rules/require-input-label.js
@@ -2,7 +2,6 @@
const Rule = require('./base');
const AstNodeInfo = require('../helpers/ast-node-info');
-// const iterateParents... | Update lib/rules/require-input-label.js | ember-template-lint_ember-template-lint | train |
670fa52182b1c75bf69f18e88b7614b8d8eff0ae | diff --git a/libpebble2/protocol/base/types.py b/libpebble2/protocol/base/types.py
index <HASH>..<HASH> 100644
--- a/libpebble2/protocol/base/types.py
+++ b/libpebble2/protocol/base/types.py
@@ -275,7 +275,11 @@ class Embed(Field):
if self.length is None:
return self.packet.parse(buffer[offset:], ... | Fix error parsing Embed with length field. | pebble_libpebble2 | train |
896c2405cd1b576b684a7c48c5adbb236f2e5077 | diff --git a/tests/aws/requests/elb/helper.rb b/tests/aws/requests/elb/helper.rb
index <HASH>..<HASH> 100644
--- a/tests/aws/requests/elb/helper.rb
+++ b/tests/aws/requests/elb/helper.rb
@@ -70,7 +70,7 @@ class AWS
}
DESCRIBE_LOAD_BALANCER_POLICY_TYPES = BASIC.merge({
- 'DescribeLoadBalancerPolic... | fix mocked elb tests by including InstanceProtocol
closes #<I> | fog_fog | train |
1e0d0488b1310115c81b37adee7976a247dee90f | diff --git a/public/js/chrome/login.js b/public/js/chrome/login.js
index <HASH>..<HASH> 100644
--- a/public/js/chrome/login.js
+++ b/public/js/chrome/login.js
@@ -18,7 +18,8 @@ var $loginForm = $('#login form').submit(function (event) {
data: { name: name, key: key, email: email },
type: 'post',
dataType... | Update login.js to work with error status codes
This needs to be completely refactored to use nice HTTP status codes
and pretty JSON responses. | jsbin_jsbin | train |
006e9cdeff8f3f0580961b8c5116e1e22d1b5d24 | diff --git a/spec/integration/links_spec.rb b/spec/integration/links_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/links_spec.rb
+++ b/spec/integration/links_spec.rb
@@ -257,7 +257,6 @@ describe 'Links', type: :integration do
it 'catches broken link before updating vms' do
result, exit_co... | Moved link validation into binding vms instead of updating vms.
Previously the links were being evaluated during the update process, so
if a link was invalid the user could accidentally deploy half his
machines before the error was caught.
[#<I>](<URL>) | cloudfoundry_bosh | train |
6dc707c2b4ccdf18f7125cd011ebb7bf2fb972a8 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100755
--- a/lib/index.js
+++ b/lib/index.js
@@ -15,21 +15,25 @@ exports.code = util.format(multiline(function() {/*
*/}), coreCode);
exports.codeForSelectors = util.format(multiline(function() {/*
- (function(selectorDraggable, selectorDroppable, useXP... | Updates API to have two different APIs for CSS selectors and XPaths | html-dnd_html-dnd | train |
93fe59503e632b7499028c8820c85fda465bc850 | diff --git a/guice/webapp/src/main/java/com/peterphi/std/guice/web/rest/jaxrs/exception/JAXRSExceptionMapper.java b/guice/webapp/src/main/java/com/peterphi/std/guice/web/rest/jaxrs/exception/JAXRSExceptionMapper.java
index <HASH>..<HASH> 100644
--- a/guice/webapp/src/main/java/com/peterphi/std/guice/web/rest/jaxrs/exce... | Allow a RestFailureRenderer to optionally suppress tomcat logs of certain exceptions | petergeneric_stdlib | train |
7cde643404a904f4393c25839aeae71c4b64b6c7 | diff --git a/nodeconductor/iaas/tasks.py b/nodeconductor/iaas/tasks.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/iaas/tasks.py
+++ b/nodeconductor/iaas/tasks.py
@@ -6,6 +6,7 @@ import logging
from celery import shared_task
from nodeconductor.cloud import models as cloud_models
+from nodeconductor.core.models ... | Periodic pulling of clouds and their memberships
NC-<I> | opennode_waldur-core | train |
94dd59fda11049c744f298ddcb9377e55c0421e6 | diff --git a/freewall.js b/freewall.js
index <HASH>..<HASH> 100644
--- a/freewall.js
+++ b/freewall.js
@@ -398,10 +398,10 @@
touch = true;
evt = evt.changedTouches[0];
}
-
- set.start.call(ele, evt);
... | do't fire event with right click | iraycd_brickwork | train |
df4afcec7dc0b450718994d818784b693ce36fd8 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ setup(
name='yola.configurator',
description='Configuration Mangling Module for Configs',
author='Stefano Rivera',
- author_email='stefanor@yola.com',
+ author_email='stefano.rivera@yola.com... | That's not my e-mail address | yola_yoconfigurator | train |
23e9e21ba9c3b083e0ef20c16865f0531dd8557f | diff --git a/datalab/bigquery/commands/_bigquery.py b/datalab/bigquery/commands/_bigquery.py
index <HASH>..<HASH> 100644
--- a/datalab/bigquery/commands/_bigquery.py
+++ b/datalab/bigquery/commands/_bigquery.py
@@ -1009,6 +1009,14 @@ def _repr_html_table_schema(schema):
_HTML_TEMPLATE = """
<div class="bqsv" id... | Fix "%%bigquery schema" issue -- the command generates nothing in output. (#<I>) | googledatalab_pydatalab | train |
9a5e22a857e3205ce552e801a33887c214a74976 | diff --git a/.env.example b/.env.example
index <HASH>..<HASH> 100644
--- a/.env.example
+++ b/.env.example
@@ -146,6 +146,11 @@ ENABLE_SECOND_PRECISION_SCHEDULE=false
# at the expense of time accuracy.
#SCHEDULER_FREQUENCY=0.3
+# Specify whether events ages should be checked daily or frequently.
+# A value of "norm... | env option to allow frequent event expiration, fixes #<I> | huginn_huginn | train |
9f92c5d8517414a3fb757a1255f17fcc670cb2cb | diff --git a/classes/phing/tasks/system/PhingTask.php b/classes/phing/tasks/system/PhingTask.php
index <HASH>..<HASH> 100644
--- a/classes/phing/tasks/system/PhingTask.php
+++ b/classes/phing/tasks/system/PhingTask.php
@@ -115,7 +115,9 @@ class PhingTask extends Task
$this->init();
$count = count($thi... | Reinit should cover logoutput and quiet mode as well. (#<I>) | phingofficial_phing | train |
ab7efe6bf2da9b31b31a3af859e9f7f413fd2d0d | diff --git a/js/reveal.js b/js/reveal.js
index <HASH>..<HASH> 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -181,16 +181,16 @@ var Reveal = (function(){
// Holds information about the keyboard shortcuts
keyboard_shortcuts = {
- 'p': "Previous slide",
- 'n': "Next slide",
- 'h': "Navigate left",
- 'l':... | creates a new branch for the feature | hakimel_reveal.js | train |
18f8436bb834f6adc0648a39e1ec01d5b783ab79 | diff --git a/api/v1/lib/httpcli/http.go b/api/v1/lib/httpcli/http.go
index <HASH>..<HASH> 100644
--- a/api/v1/lib/httpcli/http.go
+++ b/api/v1/lib/httpcli/http.go
@@ -153,6 +153,8 @@ func (c *Client) With(opts ...Opt) Opt {
// WithTemporary configures the Client with the temporary option and returns the results of
//... | httpcli: additional docs for WithTemporary | mesos_mesos-go | train |
4b8442aaa3a7877f6c128caf67502f6ced58c34e | diff --git a/tests/v1/test_build_request.py b/tests/v1/test_build_request.py
index <HASH>..<HASH> 100644
--- a/tests/v1/test_build_request.py
+++ b/tests/v1/test_build_request.py
@@ -77,7 +77,7 @@ SIGNATURE_TEST_CASES = [
't1': True,
'n0': None,
},
- 'expected_query_string': 'a... | test uses the version from the application (#<I>)
* PRTL-<I> update version in the tests
* PRTL-<I> get the version from the app
* use the version directly
* add a line | jwplayer_jwplatform-py | train |
a8b8a53a2f248dc02cc424ec65500e49ee869843 | diff --git a/spec/dragonfly/serializer_spec.rb b/spec/dragonfly/serializer_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/dragonfly/serializer_spec.rb
+++ b/spec/dragonfly/serializer_spec.rb
@@ -33,7 +33,6 @@ describe Dragonfly::Serializer do
end
it "should correctly encode and decode to the same string" do
... | didn't need the force_encoding thing after all | markevans_dragonfly | train |
9386546f23324e3c3aad6bd30ca15d76b719b9ee | diff --git a/lib/collection/request-body.js b/lib/collection/request-body.js
index <HASH>..<HASH> 100644
--- a/lib/collection/request-body.js
+++ b/lib/collection/request-body.js
@@ -5,8 +5,7 @@ var _ = require('../util').lodash,
FormParam = require('./form-param').FormParam,
GRAPHQL_PROPS = ['query', 'oper... | Add tests for graphql body mode | postmanlabs_postman-collection | train |
4db10bce7b5ca794c4d408de3b8002bf58233bb7 | diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb
index <HASH>..<HASH> 100755
--- a/activerecord/lib/active_record/base.rb
+++ b/activerecord/lib/active_record/base.rb
@@ -1463,12 +1463,18 @@ module ActiveRecord #:nodoc:
callback(:after_initialize) if respond_to_witho... | AR::Base#clone fixed to set dirty bits for cloned object
[#<I> state:committed] | rails_rails | train |
4dcedf900be9363a848dd8bd46e468041656d517 | diff --git a/lib/instrumentation/protocol.js b/lib/instrumentation/protocol.js
index <HASH>..<HASH> 100644
--- a/lib/instrumentation/protocol.js
+++ b/lib/instrumentation/protocol.js
@@ -86,7 +86,11 @@ function rawTransactions (transactions) {
arr.unshift(trans.duration())
if (trans.req) {
arr.push({
-... | core: log extra meta data along with instrumented http request | opbeat_opbeat-node | train |
3e2044ccd2789df7b07f2185cdae4a963f6a0ab0 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Webpack plugin for generating an asset manifest.
## Usage
-In your webpack.config.js
+In your `webpack.config.js`
```javascript
var ManifestPlugin = require('webpack-manifest-plugin');
@@ -19,3 +19,24... | Adding constructor options, basePath, and more docs. | danethurber_webpack-manifest-plugin | train |
32984a063ce1cc27b8eafc285b88a04214348d2c | diff --git a/saltcloud/clouds/softlayer-hw.py b/saltcloud/clouds/softlayer-hw.py
index <HASH>..<HASH> 100644
--- a/saltcloud/clouds/softlayer-hw.py
+++ b/saltcloud/clouds/softlayer-hw.py
@@ -391,10 +391,10 @@ def create(vm_):
kwargs = {
'complexType': 'SoftLayer_Container_Product_Order_Hardware_Server',
... | Fix for ordering and some changes to listing for efficiency, fun and profit | saltstack_salt | train |
e1f91676c8888202c51148b816837e654091bbcc | diff --git a/lib/main.js b/lib/main.js
index <HASH>..<HASH> 100644
--- a/lib/main.js
+++ b/lib/main.js
@@ -26,7 +26,22 @@ function parse(opts){
if(opts.node){
elementParser.node = function(elem, attrs, prefix, uri, namespaces){
- return opts.node();
+ var node, i, attr, key, value;... | now node ids are parsed | marook_osm-read | train |
28b06391bd5d68e5598a2a0452a34cd1c35633fc | diff --git a/lib/tilt/mustache_template.rb b/lib/tilt/mustache_template.rb
index <HASH>..<HASH> 100644
--- a/lib/tilt/mustache_template.rb
+++ b/lib/tilt/mustache_template.rb
@@ -16,14 +16,16 @@ module Tilt
end
def evaluate(scope, locals, &block)
+ mustache_locals = locals.dup
+
if data =~... | fixed locals being modifified through rendering | beatrichartz_sinatra-mustache | train |
b2a813a8f6e2aebdb278346fa25aa583c6dfc85c | diff --git a/lib/auxly/_modu.py b/lib/auxly/_modu.py
index <HASH>..<HASH> 100644
--- a/lib/auxly/_modu.py
+++ b/lib/auxly/_modu.py
@@ -15,6 +15,28 @@ import sys
__version__ = "0.3.2"
##==============================================================#
+## SECTION: Class Definitions #
... | Added Cwd class which can be used as a context manager. | jeffrimko_Auxly | train |
378d8848a4bf751d0ea5fa278b164854d6214d83 | diff --git a/docs/build/search.js b/docs/build/search.js
index <HASH>..<HASH> 100644
--- a/docs/build/search.js
+++ b/docs/build/search.js
@@ -117,7 +117,8 @@ const processNode = (node, prefix = '') => {
return data
}
else if (node.type === 'image' ||
- node.type === 'codeBlock') {
+ node.type === 'cod... | fix(docs/search): fix unknown node type during search index creation | quasarframework_quasar | train |
bba51682748343a7010e3bc8306d5ad59fa95969 | diff --git a/packages/material-ui/src/InputBase/Textarea.js b/packages/material-ui/src/InputBase/Textarea.js
index <HASH>..<HASH> 100644
--- a/packages/material-ui/src/InputBase/Textarea.js
+++ b/packages/material-ui/src/InputBase/Textarea.js
@@ -121,7 +121,9 @@ const Textarea = React.forwardRef(function Textarea(props... | [TextareaAutosize] Fix one possible case of infinite render loop (#<I>)
When user sets a padding for <Input multiline />, Chrome in a scaled Win<I> monitor may display a scrollbar which leads to infinite redering loop. The fix is provided by @oliviertassinari. Similar logic to compare innerHeight and outerHeight has ... | mui-org_material-ui | train |
d2a45fd0b93dafdb38de8af0588e000d24c5ecc7 | diff --git a/app/controllers/robokassa_controller.rb b/app/controllers/robokassa_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/robokassa_controller.rb
+++ b/app/controllers/robokassa_controller.rb
@@ -25,6 +25,10 @@ class RobokassaController < ApplicationController
private
def create_notific... | fix passing params to notification for post request | ZeroOneStudio_rubykassa | train |
33db68b715fdf4bc956d5c9969d095985affdbb3 | diff --git a/impl/src/main/java/com/groupon/lex/metrics/config/CollectorBuilderWrapper.java b/impl/src/main/java/com/groupon/lex/metrics/config/CollectorBuilderWrapper.java
index <HASH>..<HASH> 100644
--- a/impl/src/main/java/com/groupon/lex/metrics/config/CollectorBuilderWrapper.java
+++ b/impl/src/main/java/com/group... | Remove unusused equals and hashcode from CollectorBuilderWrapper. | groupon_monsoon | train |
9513219571e50ab1d0c9ad0ad8cac83559cf658d | diff --git a/tests/frontend/org/voltcore/utils/TestDBBPool.java b/tests/frontend/org/voltcore/utils/TestDBBPool.java
index <HASH>..<HASH> 100644
--- a/tests/frontend/org/voltcore/utils/TestDBBPool.java
+++ b/tests/frontend/org/voltcore/utils/TestDBBPool.java
@@ -23,9 +23,14 @@
package org.voltcore.utils;
+import j... | For ENG-<I>, add test that native checksum matches Java generated checksum | VoltDB_voltdb | train |
9e40d3aa0cec1829261bd557862d20b975d22a2e | diff --git a/lib/Context/Internal/ProcessHub.php b/lib/Context/Internal/ProcessHub.php
index <HASH>..<HASH> 100644
--- a/lib/Context/Internal/ProcessHub.php
+++ b/lib/Context/Internal/ProcessHub.php
@@ -4,12 +4,16 @@ namespace Amp\Parallel\Context\Internal;
use Amp\Deferred;
use Amp\Loop;
+use Amp\Parallel\Context\... | Use TCP for IPC on Windows | amphp_parallel | train |
77c20e99ea6439dfc6aaccd29e912a89cc902f6b | diff --git a/src/main/java/org/graphwalker/java/factory/PathGeneratorFactory.java b/src/main/java/org/graphwalker/java/factory/PathGeneratorFactory.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/graphwalker/java/factory/PathGeneratorFactory.java
+++ b/src/main/java/org/graphwalker/java/factory/PathGeneratorFa... | Use factories to create PathGenerator and StopCondition | GraphWalker_graphwalker-project | train |
08ad9bb67bb3472c4505e1091cf8473fef4b60d1 | diff --git a/mgmt/tribe/worker/worker.go b/mgmt/tribe/worker/worker.go
index <HASH>..<HASH> 100644
--- a/mgmt/tribe/worker/worker.go
+++ b/mgmt/tribe/worker/worker.go
@@ -133,10 +133,8 @@ func (w worker) start() {
})
wLogger.Error("received task work")
if work.RequestType == TaskCreatedType {
- task,... | Check if err is nil instead of is task is nil in worker.go on task agreements | intelsdi-x_snap | train |
e25e895847dc2c9f2717a0725c4583113567efac | diff --git a/lib/modules/apostrophe-groups/lib/cursor.js b/lib/modules/apostrophe-groups/lib/cursor.js
index <HASH>..<HASH> 100644
--- a/lib/modules/apostrophe-groups/lib/cursor.js
+++ b/lib/modules/apostrophe-groups/lib/cursor.js
@@ -1,6 +1,6 @@
module.exports = {
extend: 'apostrophe-pieces-cursor',
- construct: ... | we have to use afterConstruct to override the defaults of parent class filters, otherwise we get clobbered by the criteria argument of find() which is called in apostrophe-cursor's afterConstruct | apostrophecms_apostrophe | train |
a51bebcfd6c0cf3b5c951958f07f0ddcad484b5c | diff --git a/spectator-reg-atlas/src/main/java/com/netflix/spectator/atlas/AtlasRegistry.java b/spectator-reg-atlas/src/main/java/com/netflix/spectator/atlas/AtlasRegistry.java
index <HASH>..<HASH> 100644
--- a/spectator-reg-atlas/src/main/java/com/netflix/spectator/atlas/AtlasRegistry.java
+++ b/spectator-reg-atlas/sr... | make removeExpiredMeters public for AtlasRegistry (#<I>)
This was requested by a user in #<I>. The scope has been
limited as in most cases we do not want users interacting
with this method directly. | Netflix_spectator | train |
3788162bf603f9827103ddda2ce48cd603333444 | diff --git a/src/Omnipay/PayFast/Message/CompletePurchaseRequest.php b/src/Omnipay/PayFast/Message/CompletePurchaseRequest.php
index <HASH>..<HASH> 100644
--- a/src/Omnipay/PayFast/Message/CompletePurchaseRequest.php
+++ b/src/Omnipay/PayFast/Message/CompletePurchaseRequest.php
@@ -35,9 +35,8 @@ class CompletePurchaseR... | Update gateways to use new sendData method | thephpleague_omnipay-payfast | train |
78bda2060bd4e4a3265388e9a5e6b526a1e3784f | diff --git a/cli/src/main/java/com/meltmedia/cadmium/cli/InitializeWarCommand.java b/cli/src/main/java/com/meltmedia/cadmium/cli/InitializeWarCommand.java
index <HASH>..<HASH> 100644
--- a/cli/src/main/java/com/meltmedia/cadmium/cli/InitializeWarCommand.java
+++ b/cli/src/main/java/com/meltmedia/cadmium/cli/InitializeW... | CADMIUM-<I> added secure and secureContentRoot to init-war | meltmedia_cadmium | train |
4b519b32123b81d9ec42bc8576fa14313a03d776 | diff --git a/src/geshi.php b/src/geshi.php
index <HASH>..<HASH> 100644
--- a/src/geshi.php
+++ b/src/geshi.php
@@ -2034,7 +2034,7 @@ class GeSHi {
preg_match($delimiters, $code, $matches_rx, PREG_OFFSET_CAPTURE, $i)) {
//We got a match ...
... | fix: use the opener pos as start position for regexp strict blocks | GeSHi_geshi-1.0 | train |
ec493e8907ceeb71211faa6163b23fb691106cd2 | diff --git a/geddy-core/lib/app.js b/geddy-core/lib/app.js
index <HASH>..<HASH> 100644
--- a/geddy-core/lib/app.js
+++ b/geddy-core/lib/app.js
@@ -51,7 +51,8 @@ var App = function (initData) {
var qs = fleegix.url.getQS(url);
var qsParams = fleegix.url.qsToObject(qs);
- var params = uti... | Issue #6 -- Don't recycle params object. | mde_ejs | train |
c498ad7c01bcb06d4d6898cc641ff258a598b26b | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -55,3 +55,37 @@ sock.on('message', function(msg){
Test:
$ make test
+
+## Running benchmarks
+
+Benchmarks are available in the `perf` directory, and have been implemented
+according to the zmq documentation:
+[... | Addressed some issues with the perf tests and added documentation. | zeromq_zeromq.js | train |
e825dd1630f832397f3ab9f5a01b9c6d608728af | diff --git a/boxview/boxview.py b/boxview/boxview.py
index <HASH>..<HASH> 100644
--- a/boxview/boxview.py
+++ b/boxview/boxview.py
@@ -26,12 +26,12 @@ QUEUED, PROCESSING, DONE, ERROR = ('queued', 'processing', 'done', 'error')
def format_date(value):
- if isinstance(value, six.text_type):
+ if isinstance(val... | Fixed issues with wrong date formating. | caxap_python-boxview | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.