hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
47c5ac12b07e3ff9394fb290de8d4337057e37c8 | diff --git a/cumulusci/__init__.py b/cumulusci/__init__.py
index <HASH>..<HASH> 100644
--- a/cumulusci/__init__.py
+++ b/cumulusci/__init__.py
@@ -3,7 +3,7 @@ import sys
__import__("pkg_resources").declare_namespace("cumulusci")
-__version__ = "3.0.3.dev1"
+__version__ = "3.0.3.dev2"
__location__ = os.path.dirn... | Try to avoid reusing the connection pool | SFDO-Tooling_CumulusCI | train |
9035871108828be6fe2810fa83945f4d9ff7bfbd | diff --git a/packages/ember-handlebars/lib/helpers/view.js b/packages/ember-handlebars/lib/helpers/view.js
index <HASH>..<HASH> 100644
--- a/packages/ember-handlebars/lib/helpers/view.js
+++ b/packages/ember-handlebars/lib/helpers/view.js
@@ -40,7 +40,11 @@ function makeBindings(options) {
}
} else {
... | Ensure that {{view class=someProp}} is not streamified early. | emberjs_ember.js | train |
ae0e21dae2acb9aef905d8134dbff53387d13582 | diff --git a/doc/conf.py b/doc/conf.py
index <HASH>..<HASH> 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -271,4 +271,5 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}
-sphinxgallery_conf = {'doc_module' ... | Configuration setup for documenting modules and references to external docs as backrefences from local modules used in examples | sphinx-gallery_sphinx-gallery | train |
089a945bbad94b3c720f312c04a9cab41d8dbaf1 | diff --git a/lib/nuts.js b/lib/nuts.js
index <HASH>..<HASH> 100644
--- a/lib/nuts.js
+++ b/lib/nuts.js
@@ -1,6 +1,6 @@
var _ = require('lodash');
var Q = require('q');
-var url = require('url');
+var urljoin = require('urljoin.js');
var Understudy = require('understudy');
var express = require('express');
var user... | Use urljoin instead of url.resolve to build correct download URLs
Fixes #<I> | GitbookIO_nuts | train |
18ead67603497226867190ad0dc5dcf256454824 | diff --git a/phypno/widgets/channels.py b/phypno/widgets/channels.py
index <HASH>..<HASH> 100644
--- a/phypno/widgets/channels.py
+++ b/phypno/widgets/channels.py
@@ -79,10 +79,14 @@ class Channels(QGroupBox):
self.current = self.list_grp.currentText()
self.l0 = QListWidget()
+ self.create_li... | reorganize even more cleanly the channels, and create a button to make average reference | wonambi-python_wonambi | train |
42ae3f3215e504126c049b500e5b361653798bae | diff --git a/classification/classify_sensor_data.py b/classification/classify_sensor_data.py
index <HASH>..<HASH> 100644
--- a/classification/classify_sensor_data.py
+++ b/classification/classify_sensor_data.py
@@ -54,13 +54,17 @@ _CATEGORY_ENCODER_PARAMS = {
"categoryList": range(NUM_CATEGORIES)
}
-_SEQ_CLASSIFI... | fixed lines over <I> chars | numenta_htmresearch | train |
939d8aa4fbb0f2b5e5e9c0e92c23f82eb1833d03 | diff --git a/lib/node_modules/@stdlib/assert/is-native-function/benchmark/benchmark.js b/lib/node_modules/@stdlib/assert/is-native-function/benchmark/benchmark.js
index <HASH>..<HASH> 100644
--- a/lib/node_modules/@stdlib/assert/is-native-function/benchmark/benchmark.js
+++ b/lib/node_modules/@stdlib/assert/is-native-f... | Remove empty lines and disable lint rule | stdlib-js_stdlib | train |
f76dccb4b1a5e5ac922f8a2daa0d1d7304d15b4a | diff --git a/tensorboard/plugins/hparams/hparams_plugin.py b/tensorboard/plugins/hparams/hparams_plugin.py
index <HASH>..<HASH> 100644
--- a/tensorboard/plugins/hparams/hparams_plugin.py
+++ b/tensorboard/plugins/hparams/hparams_plugin.py
@@ -66,6 +66,9 @@ class HParamsPlugin(base_plugin.TBPlugin):
@wrappers.Request... | Disable endpoints when hparams is not active | tensorflow_tensorboard | train |
e46ef22092886e78b1a6cc9781b77f191f7c6a38 | diff --git a/fleetspeak/src/e2etesting/lib/setup_components.go b/fleetspeak/src/e2etesting/lib/setup_components.go
index <HASH>..<HASH> 100644
--- a/fleetspeak/src/e2etesting/lib/setup_components.go
+++ b/fleetspeak/src/e2etesting/lib/setup_components.go
@@ -264,6 +264,7 @@ func (cc *ComponentCmds) start(tempPath strin... | Add flag for master server address in frr_server.py (#<I>)
* Add flag for master server address in frr_server.py
* Add class for frr_server Listener | google_fleetspeak | train |
25860d20662f62852f3a547fc63f482734d79ec5 | diff --git a/cathub/reaction_networks.py b/cathub/reaction_networks.py
index <HASH>..<HASH> 100644
--- a/cathub/reaction_networks.py
+++ b/cathub/reaction_networks.py
@@ -363,12 +363,12 @@ def proton_hydroxide_free_energy(temperature, pressure, pH):
"""
H2 = GasMolecule('H2')
H2O = GasMolecule('H2O')
- ... | Implemented submodule for the estimation of proton-transfer activation energies and charge transfers based on diabatic state interceptions. | SUNCAT-Center_CatHub | train |
f77c0b17cee18b3c145ae4ee4635703989cd7439 | diff --git a/lib/brainstem/presenter_collection.rb b/lib/brainstem/presenter_collection.rb
index <HASH>..<HASH> 100644
--- a/lib/brainstem/presenter_collection.rb
+++ b/lib/brainstem/presenter_collection.rb
@@ -225,21 +225,24 @@ module Brainstem
end
def run_filters(scope, options)
- extract_filters(opt... | Add the option for filters to be passed the params
The use case for this is if you have a filter that might conditionally
change depending on other filters you are also using.
Usage:
filter :cool_filter, :include_params => true do |scope, opts, params|
# ...
end | mavenlink_brainstem | train |
8f46cf0ce86021bbd8aa6ac3785a3c24fc4be206 | diff --git a/httpx/middleware/header.go b/httpx/middleware/header.go
index <HASH>..<HASH> 100644
--- a/httpx/middleware/header.go
+++ b/httpx/middleware/header.go
@@ -28,6 +28,8 @@ func (h *Header) ServeHTTPContext(ctx context.Context, w http.ResponseWriter, r
value := e(r)
ctx = httpx.WithHeader(ctx, h.key, val... | Ensure context arg is the same as request Context | remind101_pkg | train |
de247283b95ab092bbf5f6271b0d98d1bc44f9c7 | diff --git a/bin/nnsyslog.js b/bin/nnsyslog.js
index <HASH>..<HASH> 100644
--- a/bin/nnsyslog.js
+++ b/bin/nnsyslog.js
@@ -31,12 +31,13 @@ libSyslog = require('../lib/syslog'),
optParser, opt, syslog,
config = {};
+console.log('node version: %s', process.version);
/**
* Uncaught exception
*/
process.on('unc... | Compat node V5 EACCESS/EACCES | sdolard_node-netasqsyslog | train |
ec121562760c6308ca67cf84a3cb1490878cdad5 | diff --git a/django_any/fields.py b/django_any/fields.py
index <HASH>..<HASH> 100644
--- a/django_any/fields.py
+++ b/django_any/fields.py
@@ -87,32 +87,48 @@ def any_field(field, **kwargs):
return xunit.any_int(min_value=1, max_value=9999)
-@multimethod(models.DecimalField)
+@multimethod(models.CharField)... | Add comma separated integer field support | kmmbvnr_django-any | train |
fdc07e8ea7df60cd350a647af1acc053e7bbfdef | diff --git a/elytron/src/main/java/org/wildfly/extension/elytron/CredentialStoreAliasDefinition.java b/elytron/src/main/java/org/wildfly/extension/elytron/CredentialStoreAliasDefinition.java
index <HASH>..<HASH> 100644
--- a/elytron/src/main/java/org/wildfly/extension/elytron/CredentialStoreAliasDefinition.java
+++ b/e... | WFCORE-<I> Credential store flush failure creates inconsistency...
... between the the version on the filesystem and in the memory | wildfly_wildfly-core | train |
ee690118b958c7ece4bf850293b0d4a658984d17 | diff --git a/builtin/credential/ldap/path_config.go b/builtin/credential/ldap/path_config.go
index <HASH>..<HASH> 100644
--- a/builtin/credential/ldap/path_config.go
+++ b/builtin/credential/ldap/path_config.go
@@ -1,6 +1,7 @@
package ldap
import (
+ "crypto/tls"
"fmt"
"net"
"net/url"
@@ -31,6 +32,10 @@ func ... | allow skipping SSL verification on ldap auth | hashicorp_vault | train |
c7df6c50a6b893a7fe101f5b70480a9f2a05c6fd | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1 +1 @@
-require 'lib/impressionist'
+ | Rspec added to impressionist dir, so we can test in isolation | charlotte-ruby_impressionist | train |
2c4c3df0138aaff032d82d570f24577574788efa | diff --git a/lib/slim/compiler.rb b/lib/slim/compiler.rb
index <HASH>..<HASH> 100644
--- a/lib/slim/compiler.rb
+++ b/lib/slim/compiler.rb
@@ -69,13 +69,13 @@ module Slim
on_slim_output(escape, tmp, [:multi])]
end
- # Handle directive expression `[:slim, :directive, type]`
+ # Handle directive exp... | slim directive expression has type and args
before: [:slim, :directive, directive]
now: [:slim, :directive, type, args] | slim-template_slim | train |
60af42ae8755e621d1c89ff1489aa8ce7ca4cee4 | diff --git a/penaltymodel/classes/binary_quadratic_model.py b/penaltymodel/classes/binary_quadratic_model.py
index <HASH>..<HASH> 100644
--- a/penaltymodel/classes/binary_quadratic_model.py
+++ b/penaltymodel/classes/binary_quadratic_model.py
@@ -4,6 +4,8 @@ BinaryQuadraticModel
"""
from __future__ import absolute_im... | Allow in-place relabelling with label overlap | dwavesystems_penaltymodel | train |
c3590c7b9e4e5b0eb6492fd08281cccf45c13749 | diff --git a/ait/server/client.py b/ait/server/client.py
index <HASH>..<HASH> 100644
--- a/ait/server/client.py
+++ b/ait/server/client.py
@@ -27,6 +27,7 @@ class Client(gevent.Greenlet):
log.info('{} {} open to recieving messages'.format(self.type,
... | GUI Issue #<I> - Further cleanup | NASA-AMMOS_AIT-Core | train |
c6ada32047079c3ebd93c4dc42621b961b572d82 | diff --git a/lib/player.js b/lib/player.js
index <HASH>..<HASH> 100644
--- a/lib/player.js
+++ b/lib/player.js
@@ -657,8 +657,14 @@ Player.prototype.importUrl = function(urlString, cb) {
ytdl.getInfo(urlString, gotYouTubeInfo);
} else {
var remoteFilename = path.basename(parsedUrl.pathname);
+ v... | importURL: URI decode filename
Fixes _<I> etc showing up in filenames. | andrewrk_groovebasin | train |
affa6b98bfa22542e6bb9a88254c4e5dcbbb5326 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
from teletype import VERSION
-with open("readme.md", "r") as fp:
+with open("readme.md", "r", encoding="utf8") as fp:
LONG_DESCRIPTION = fp.read()
setup( | Explicitly specifies file encoding as UTF-8 for Windows | jkwill87_teletype | train |
645c1b8573dd051da208ccd38c3bc4c5517fbccb | diff --git a/src/Api/Platform.php b/src/Api/Platform.php
index <HASH>..<HASH> 100644
--- a/src/Api/Platform.php
+++ b/src/Api/Platform.php
@@ -43,7 +43,7 @@ class Platform extends Base {
{
$type = ucfirst(strtolower($type));
if (!isset(self::$instances[$type])) {
- $class = 'Platform_' . $type;
+ $class = '... | Changed: class layout to match correct auto loader. | jfusion_org.jfusion.framework | train |
39be5cde2cdb943fceb65a100edf15a0b4f8e200 | diff --git a/lib/drafter/draft.rb b/lib/drafter/draft.rb
index <HASH>..<HASH> 100644
--- a/lib/drafter/draft.rb
+++ b/lib/drafter/draft.rb
@@ -14,11 +14,15 @@ class Draft < ActiveRecord::Base
#
serialize :data, Hash
+ # Approve a draft, setting the attributes of the draftable object
+ # to contain the draft co... | We can now retrieve the draft and save it happily. | futurechimp_drafter | train |
a0e98829d5a14895d6ce974115da905a3b525793 | diff --git a/lib/puppet/file_system.rb b/lib/puppet/file_system.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/file_system.rb
+++ b/lib/puppet/file_system.rb
@@ -157,6 +157,15 @@ module Puppet::FileSystem
@impl.directory?(assert_path(path))
end
+ # Determines if a file is a file.
+ #
+ # @return [Boolean]... | (maint) Implement FileSystem.file? for consistency
The filesystem abstraction implements `.directory?` but not `.file?` which is
somewhat inconsistent. This commit adds that method and uses the same
behavior implemented by `.directory?`. | puppetlabs_puppet | train |
7373406f5ee05921d837963e2483200f7bec91e4 | diff --git a/src/Analysers/EnvironmentAnalyser.php b/src/Analysers/EnvironmentAnalyser.php
index <HASH>..<HASH> 100644
--- a/src/Analysers/EnvironmentAnalyser.php
+++ b/src/Analysers/EnvironmentAnalyser.php
@@ -43,7 +43,7 @@ class EnvironmentAnalyser
return '';
}
- return $this->versionRe... | code archtiecture fixed to address issues reported by automatic mess detectors | vaimo_webdriver-binary-downloader | train |
bcf8ef3aa4e9eb7c8bf94f4febcf2d5d1a376a00 | diff --git a/src/Core/Migration/Migration1554447846NumberRangeTranslationAndConfiguration.php b/src/Core/Migration/Migration1554447846NumberRangeTranslationAndConfiguration.php
index <HASH>..<HASH> 100644
--- a/src/Core/Migration/Migration1554447846NumberRangeTranslationAndConfiguration.php
+++ b/src/Core/Migration/Mig... | NTR - bugfix for number range selection | shopware_platform | train |
3c2f9d4cc58a11c354cee4994f43e4668babe47b | diff --git a/src/Media/Admin.php b/src/Media/Admin.php
index <HASH>..<HASH> 100644
--- a/src/Media/Admin.php
+++ b/src/Media/Admin.php
@@ -193,11 +193,11 @@ class Admin extends Hookable
/**
* The AJAX handler for deleting a dynamic image size.
*
- * @param \WP_Post $post The current atta... | fix minor bug with image size delete handlers | snapwp_snap-core | train |
4ee411c63bd7ee5fc02122b560eb36c22064d8ff | diff --git a/src/sap.ui.core/src/sap/ui/core/routing/Targets.js b/src/sap.ui.core/src/sap/ui/core/routing/Targets.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.core/src/sap/ui/core/routing/Targets.js
+++ b/src/sap.ui.core/src/sap/ui/core/routing/Targets.js
@@ -1,4 +1,6 @@
-// Copyright (c) 2013 SAP SE, All Rights Res... | [INTERNAL] sap.ui.core.routing.Targets: fix copyright notice
Replace comment with placeholder which will be replaced during
the release build.
Change-Id: I5b<I>c1e<I>b<I>ca<I>f6b<I>f | SAP_openui5 | train |
138abeb5f76fcf265529d815dcf11aad32f00d7e | diff --git a/api/acl.go b/api/acl.go
index <HASH>..<HASH> 100644
--- a/api/acl.go
+++ b/api/acl.go
@@ -22,7 +22,7 @@ type ACLEntry struct {
Rules string
}
-// ACLReplicationEntry is used to represent an ACLReplication entry
+// ACLReplicationStatus is used to represent the status of ACL replication.
type AC... | Tweaks ACL replication status struct name. | hashicorp_consul | train |
4015c6390d3dbdfe9edd49c1542fd35fc454e040 | diff --git a/kube_dns/datadog_checks/kube_dns/kube_dns.py b/kube_dns/datadog_checks/kube_dns/kube_dns.py
index <HASH>..<HASH> 100644
--- a/kube_dns/datadog_checks/kube_dns/kube_dns.py
+++ b/kube_dns/datadog_checks/kube_dns/kube_dns.py
@@ -19,7 +19,7 @@ class KubeDNSCheck(OpenMetricsBaseCheck):
# Set up metric_tran... | Use agent 6 signature (#<I>)
* Use agent 6 signature | DataDog_integrations-core | train |
c638baf173c84a0dbf056a542f44cef91f028456 | diff --git a/src/Expression.php b/src/Expression.php
index <HASH>..<HASH> 100644
--- a/src/Expression.php
+++ b/src/Expression.php
@@ -33,7 +33,10 @@ class Expression implements Arrayable
{
return new self;
}
-
+ /**
+ * Return a expression
+ * @return \Sokil\Mongo\Cursor|\Sokil\Mongo\Expr... | Changes for autocomplete in IDE | sokil_php-mongo | train |
014cecda464fb1171e613676e0a8a85c02ec1674 | diff --git a/integration-cli/check_test.go b/integration-cli/check_test.go
index <HASH>..<HASH> 100644
--- a/integration-cli/check_test.go
+++ b/integration-cli/check_test.go
@@ -79,6 +79,9 @@ type DockerSuite struct {
}
func (s *DockerSuite) OnTimeout(c *check.C) {
+ if !testEnv.IsLocalDaemon() {
+ return
+ }
p... | Only attempt to find pid with local daemon | moby_moby | train |
956618c462cad89724c12e95e56e78669f893128 | diff --git a/github.js b/github.js
index <HASH>..<HASH> 100644
--- a/github.js
+++ b/github.js
@@ -437,6 +437,21 @@
});
};
+ // Create the gist
+ // --------
+ // {
+ // "description": "the description for this gist",
+ // "public": true,
+ // "files": {
+ // ... | Added ability to create a gist
Added ability to create a gist, as like this
<URL> | github-tools_github | train |
15ffd962bfedbaa4614d61b91f0d9fbcaa28594e | diff --git a/lib/sandbox.js b/lib/sandbox.js
index <HASH>..<HASH> 100644
--- a/lib/sandbox.js
+++ b/lib/sandbox.js
@@ -594,6 +594,7 @@ Sandbox.prototype.updateWebtask = function (options, cb) {
*
* @param {Object} options - Options
* @param {String} [options.container] - Set the webtask container. Defaults to the... | feat: Allow fetching code when listing webtasks | auth0_sandboxjs | train |
9c3ac285410964e5f66e19668e1225bd60cd3c7b | diff --git a/executor/prepared.go b/executor/prepared.go
index <HASH>..<HASH> 100644
--- a/executor/prepared.go
+++ b/executor/prepared.go
@@ -332,6 +332,7 @@ func CompileExecutePreparedStmt(ctx context.Context, ID uint32, args ...interfac
func ResetStmtCtx(ctx context.Context, s ast.StmtNode) {
sessVars := ctx.GetS... | sessionctx/variable: store a copy of timezone in StatementContext (#<I>)
There are many place need access to timezone, they come with a StatementContext argument.
So put a copy of timezone into StatementContext to achieve the goal with minimal changes. | pingcap_tidb | train |
5c11159759b40dfc5a22c658988d22d7a18f4414 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -202,8 +202,8 @@ function randomPutHttp(theUrl, size, callback) {
//discard
});
res.on('end', function() {
- //discard data
- callback(null, size); //return original size
+ // Some cases (like H... | Handle when the server terminates the upload early. (#<I>)
Stopgap | ddsol_speedtest.net | train |
244cc15ccf097284f5596d5fa96ec63dcbc33fd0 | diff --git a/src/Support/Http/Controllers/GraphQLController.php b/src/Support/Http/Controllers/GraphQLController.php
index <HASH>..<HASH> 100644
--- a/src/Support/Http/Controllers/GraphQLController.php
+++ b/src/Support/Http/Controllers/GraphQLController.php
@@ -2,15 +2,15 @@
namespace Nuwave\Lighthouse\Support\Http... | add sanity check for route | nuwave_lighthouse | train |
fba61ffae5fb68ec21e7fc3a8b87f67ceecea4b1 | diff --git a/JR6_magic.py b/JR6_magic.py
index <HASH>..<HASH> 100755
--- a/JR6_magic.py
+++ b/JR6_magic.py
@@ -6,7 +6,7 @@ def main(command_line=True, **kwargs):
JR6_magic.py
DESCRIPTION
- converts JR6 format files to magic_measurements format files
+ converts JR6 .txt format files to mag... | Removed extra variables. Other minor changes | PmagPy_PmagPy | train |
a4b5551cf7586c20845bffc6829e9dd227a2316e | diff --git a/src/main/java/com/squareup/javawriter/JavaWriter.java b/src/main/java/com/squareup/javawriter/JavaWriter.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/squareup/javawriter/JavaWriter.java
+++ b/src/main/java/com/squareup/javawriter/JavaWriter.java
@@ -27,6 +27,7 @@ import static javax.lang.model.... | Automatically compress varargs and array types. | square_javapoet | train |
0ff87a8929e852f102e06ee0729258b006ff93f9 | diff --git a/integration/main_test.go b/integration/main_test.go
index <HASH>..<HASH> 100644
--- a/integration/main_test.go
+++ b/integration/main_test.go
@@ -364,7 +364,7 @@ func Randomize(str string) string {
func KillProcess(name string) error {
var command []string
if goruntime.GOOS == "windows" {
- command =... | Replace tskill with taskkill
This offers a more reliable way of killing a process. The /IM flag
allows us to specify the "image name" of the process we're killing.
This means we can use wildcards, foce kill a process and all the child
processes it may have spawned. | containerd_containerd | train |
274a05b21f6284f63fb3acbc943a7664c62fc1f8 | diff --git a/regions/shapes/rectangle.py b/regions/shapes/rectangle.py
index <HASH>..<HASH> 100644
--- a/regions/shapes/rectangle.py
+++ b/regions/shapes/rectangle.py
@@ -11,7 +11,7 @@ from ..core import PixCoord, PixelRegion, SkyRegion, RegionMask, BoundingBox
from .._geometry import rectangular_overlap_grid
from ..... | add a test. Test proves I can no longer do basic geometry. | astropy_regions | train |
a4aca44997bdd8127fd2667b2a1a0ce9a52dc48c | diff --git a/circleparse/replay.py b/circleparse/replay.py
index <HASH>..<HASH> 100644
--- a/circleparse/replay.py
+++ b/circleparse/replay.py
@@ -16,10 +16,10 @@ class ReplayEvent(object):
class Replay(object):
- __BYTE = 1
- __SHORT = 2
- __INT = 4
- __LONG = 8
+ BYTE = 1
+ SHORT = 2
+ INT =... | don't use unecessarily private methods | kszlim_osu-replay-parser | train |
ee732c423b06b012bcf81c6d9ba615a5606150f2 | diff --git a/glam.gemspec b/glam.gemspec
index <HASH>..<HASH> 100644
--- a/glam.gemspec
+++ b/glam.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "glam"
- spec.version = "0.0.1"
+ spec.version = "0.1.0"
spec.authors = ["Paul Barry"]
spec.email = ["mai... | Give a better error message if given a file that does not exist | pjb3_glam | train |
b60ace8649448196f11e1b9cfead58adf079b996 | diff --git a/templates/connect.php b/templates/connect.php
index <HASH>..<HASH> 100755
--- a/templates/connect.php
+++ b/templates/connect.php
@@ -241,7 +241,7 @@
?></p>
<?php if ( $require_license_key ) : ?>
<div class="fs-license-key-container">
- <input id="fs_license_key" name="fs_key" type="te... | [license-activation] [enrich] Added a filter to modify the license key input field maxlength attribute. | Freemius_wordpress-sdk | train |
2a244932786ad1eb892152ff7f3c41ca4234704e | diff --git a/configdns-v2/service.go b/configdns-v2/service.go
index <HASH>..<HASH> 100644
--- a/configdns-v2/service.go
+++ b/configdns-v2/service.go
@@ -10,7 +10,7 @@ var (
Config edgegrid.Config
)
-// Init sets the FastDNS edgegrid Config
+// Init sets the DNSv2 edgegrid Config
func Init(config edgegrid.Config... | [AT3][Change] Remove fastDNS reference | akamai_AkamaiOPEN-edgegrid-golang | train |
585944204ec38ab8d3bbcd9e21079a700f41786e | diff --git a/FlowCytometryTools/core/containers.py b/FlowCytometryTools/core/containers.py
index <HASH>..<HASH> 100755
--- a/FlowCytometryTools/core/containers.py
+++ b/FlowCytometryTools/core/containers.py
@@ -8,8 +8,10 @@ TODO:
from FlowCytometryTools import parse_fcs
from bases import Measurement, MeasurementColle... | ENHC: Partially implemented function to produce a cross plot of a sample | eyurtsev_FlowCytometryTools | train |
3e28437ecb670f210ee152f7131e8582536324a5 | diff --git a/unit_tests/stereotype_client_tests.js b/unit_tests/stereotype_client_tests.js
index <HASH>..<HASH> 100644
--- a/unit_tests/stereotype_client_tests.js
+++ b/unit_tests/stereotype_client_tests.js
@@ -42,7 +42,7 @@ describe('Stereotype client', function () {
canEdit: true,
}];
- n... | Fixing mock in a test. | Cimpress_stereotype-client | train |
072b047556b22cf5f03ccc71b90aaa2c7e96caff | diff --git a/src/Extension/PhiremockProcess.php b/src/Extension/PhiremockProcess.php
index <HASH>..<HASH> 100644
--- a/src/Extension/PhiremockProcess.php
+++ b/src/Extension/PhiremockProcess.php
@@ -18,7 +18,6 @@
namespace Codeception\Extension;
use Symfony\Component\Process\Process;
-use Symfony\Component\Process\... | Update PhiremockProcess.php | mcustiel_phiremock-codeception-extension | train |
fbb23cd3071e0409506993b0f9a85a3d2cb98a71 | diff --git a/minidns/dns.py b/minidns/dns.py
index <HASH>..<HASH> 100644
--- a/minidns/dns.py
+++ b/minidns/dns.py
@@ -146,7 +146,7 @@ class RuntimeAuthority(FileAuthority):
else:
values['ttl'] = values['ttl'].encode('utf-8')
- print "Setting", name, "=", v... | Updated some DNS tests, fixed set/get record format bugs, and added a get_record_by_type method | yaybu_callsign | train |
568e21ed1580808ef8a8135a6552603b29330794 | diff --git a/lib/flatrack/template.rb b/lib/flatrack/template.rb
index <HASH>..<HASH> 100644
--- a/lib/flatrack/template.rb
+++ b/lib/flatrack/template.rb
@@ -17,7 +17,7 @@ class Flatrack
private
def find_by_type(type, file)
- if File.exists?(file)
+ if File.exist?(file)
file
else
... | Move away from deprecated exists? | jwaldrip_flatrack | train |
7cc5d5d6e121f1fe72aeabb9dc70d96648186384 | diff --git a/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/FluentIterable.java b/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/FluentIterable.java
index <HASH>..<HASH> 100644
--- a/guava-gwt/src-super/com/google/common/collect/super/com/google/common/colle... | Internal shuffling in FluentIterable with some public spillover.
-------------
Created by MOE: <URL> | google_guava | train |
e63ad921ed0a5385cb69693e554d8af028e9c0b0 | diff --git a/dispatch/themes/ubyssey/views.py b/dispatch/themes/ubyssey/views.py
index <HASH>..<HASH> 100644
--- a/dispatch/themes/ubyssey/views.py
+++ b/dispatch/themes/ubyssey/views.py
@@ -21,7 +21,7 @@ class UbysseyTheme(DefaultTheme):
def get_article_meta(self, article):
return {
- 'title... | remove "The Ubyssey" from og:title | ubyssey_dispatch | train |
f352af4b75577be05311cf6f9d7cf47463356a44 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -69,6 +69,8 @@ Concat.prototype.add = function(filePath, content, sourceMap) {
});
}
} else {
+ if (sourceMap && sourceMap.sources)
+ filePath = sourceMap.sources[0];
for (var i = 1; i <... | keep source from sourcemap when mappings empty | floridoo_concat-with-sourcemaps | train |
67de0e3b98de67fa6efac4a29bbffb45bd9c63e8 | diff --git a/pypmc/sampler/importance_sampling.py b/pypmc/sampler/importance_sampling.py
index <HASH>..<HASH> 100644
--- a/pypmc/sampler/importance_sampling.py
+++ b/pypmc/sampler/importance_sampling.py
@@ -10,7 +10,7 @@ from ..tools import History as _History
from ..tools.indicator import merge_function_with_indicato... | [doc] "calculates ..." -> "calculate ..." | fredRos_pypmc | train |
27537086daac9b96481438040dda00e39bd4c505 | diff --git a/lib/danger/danger_core/plugins/dangerfile_git_plugin.rb b/lib/danger/danger_core/plugins/dangerfile_git_plugin.rb
index <HASH>..<HASH> 100644
--- a/lib/danger/danger_core/plugins/dangerfile_git_plugin.rb
+++ b/lib/danger/danger_core/plugins/dangerfile_git_plugin.rb
@@ -28,7 +28,7 @@ module Danger
#
#... | Example for diff_for_file is incorrect (#<I>) | danger_danger | train |
97cc22fbdff2615eea62dd50867beff2b57acb60 | diff --git a/lib/coa.js b/lib/coa.js
index <HASH>..<HASH> 100644
--- a/lib/coa.js
+++ b/lib/coa.js
@@ -1,7 +1,8 @@
'use strict';
var PATH = require('path'),
- Q = require('q');
+ Q = require('q'),
+ C = require('cli-color');
module.exports = require('coa').Cmd()
.name(PATH.basename(process.argv[1])... | Add some new command line options to pass to bower install and npm install commands | arikon_bower-npm-install | train |
de1df28ceab74cbbc1efc704fe102fa6e894a22d | diff --git a/contextfree/contextfree.py b/contextfree/contextfree.py
index <HASH>..<HASH> 100644
--- a/contextfree/contextfree.py
+++ b/contextfree/contextfree.py
@@ -213,7 +213,11 @@ def get_npimage(transparent=False, y_origin="top"):
def rnd(c):
- return (random.random() - 0.5) * c
+ return (random.random(... | rnd rescaled, positive rnd added | undertherain_pycontextfree | train |
a628c505d3945b3d009cc8e84416d450c90f6ccd | diff --git a/h2o-algos/src/main/java/hex/deeplearning/DeepLearning.java b/h2o-algos/src/main/java/hex/deeplearning/DeepLearning.java
index <HASH>..<HASH> 100644
--- a/h2o-algos/src/main/java/hex/deeplearning/DeepLearning.java
+++ b/h2o-algos/src/main/java/hex/deeplearning/DeepLearning.java
@@ -268,6 +268,7 @@ public cl... | Add new model categories: AutoEncoder, DimReduction | h2oai_h2o-3 | train |
c9f37af8b9ddcb68292841de7f5f006054e562ea | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -31,6 +31,25 @@ var readManagerTemplate = _.once(function() {
var validUpdateModes = ['xhr', 'fs'];
var updateModesNeedingUrl = ['xhr'];
+function makeIdentitySourceMap(content, resourcePath) {
+ var map = new sm.SourceMa... | Fix sourcemap handling.
The old code worked in simple cases by chance but made pretty mangled
sourcemaps if there was an input source map from other transforms. | Macil_browserify-hmr | train |
5d1eb0638fdb55e67aae4d1de4da946751616b0e | diff --git a/app/models/booking_template.rb b/app/models/booking_template.rb
index <HASH>..<HASH> 100644
--- a/app/models/booking_template.rb
+++ b/app/models/booking_template.rb
@@ -152,6 +152,9 @@ class BookingTemplate < ActiveRecord::Base
acts_as_taggable_on :include_in_saldo
# Importer
+ # ========
+ attr... | Marc BookingTemplate.matcher as accessible. | huerlisi_has_accounts | train |
43c5803a25a7ca9ffc499ad7044502ab14bb19f3 | diff --git a/agent/consul/state/catalog_events.go b/agent/consul/state/catalog_events.go
index <HASH>..<HASH> 100644
--- a/agent/consul/state/catalog_events.go
+++ b/agent/consul/state/catalog_events.go
@@ -45,8 +45,8 @@ func serviceHealthSnapshot(s *Store, topic stream.Topic) stream.SnapshotFunc {
defer tx.Abort()
... | state: use enterprise meta for creating events | hashicorp_consul | train |
ca556b7d241960c609bd549f736a293a3807e410 | diff --git a/lib/shapewear/wsdl.rb b/lib/shapewear/wsdl.rb
index <HASH>..<HASH> 100644
--- a/lib/shapewear/wsdl.rb
+++ b/lib/shapewear/wsdl.rb
@@ -19,26 +19,26 @@ module Shapewear::WSDL
xtypes.schema 'xmlns' => namespaces['xsd'], 'targetNamespace' => namespaces['xsd1'] do |xschema|
# define elemen... | Removed lasts calls of 'instance_methods'. | elementar_shapewear | train |
db3e01e76bb697b62fbd21e22b4426a5cbd97d0e | diff --git a/lib/travis/github/services/sync_user/repository.rb b/lib/travis/github/services/sync_user/repository.rb
index <HASH>..<HASH> 100644
--- a/lib/travis/github/services/sync_user/repository.rb
+++ b/lib/travis/github/services/sync_user/repository.rb
@@ -30,11 +30,11 @@ module Travis
private
... | Search for repos by github_id on user sync | travis-ci_travis-core | train |
178a8f87f313fd38969c2a1f07963e24e45238ff | diff --git a/pkg/kubectl/cmd/util/openapi/BUILD b/pkg/kubectl/cmd/util/openapi/BUILD
index <HASH>..<HASH> 100644
--- a/pkg/kubectl/cmd/util/openapi/BUILD
+++ b/pkg/kubectl/cmd/util/openapi/BUILD
@@ -36,6 +36,7 @@ go_test(
deps = [
":go_default_library",
"//pkg/kubectl/cmd/util/openapi/testing:go_... | openapi: Remove FakeClient from testing library
And make a simplified version of it where needed. | kubernetes_kubernetes | train |
72b6e9278feefa6e73d2ca1ecd6b8f5ac7005934 | diff --git a/graylog2-server/src/main/java/org/graylog2/bindings/PersistenceServicesBindings.java b/graylog2-server/src/main/java/org/graylog2/bindings/PersistenceServicesBindings.java
index <HASH>..<HASH> 100644
--- a/graylog2-server/src/main/java/org/graylog2/bindings/PersistenceServicesBindings.java
+++ b/graylog2-s... | Binding AgentService interface to implementation class. | Graylog2_graylog2-server | train |
718c09da0fcf28e333e12d0ae98e1c5f864e0b50 | diff --git a/desi.gemspec b/desi.gemspec
index <HASH>..<HASH> 100644
--- a/desi.gemspec
+++ b/desi.gemspec
@@ -17,6 +17,7 @@ an Elastic Search local install for development purposes.}
gem.add_dependency "boson"
gem.add_dependency "cocaine", "~> 0.5.3"
gem.add_dependency "addressable"
+ gem.add_dependency "sem... | Fix releases sorting glitch with beta and rc releases
closes #<I> | af83_desi | train |
072eb1859773bceaff2a42bb02cfa83f08107742 | diff --git a/kenl380/pylib/__version__.py b/kenl380/pylib/__version__.py
index <HASH>..<HASH> 100644
--- a/kenl380/pylib/__version__.py
+++ b/kenl380/pylib/__version__.py
@@ -1,4 +1,4 @@
-VERSION = (0, 8, '9b1')
+VERSION = (1, 0, '0b1')
__version__ = '.'.join(map(str, VERSION)) | Take version to <I>b1 in prep for release | kenlowrie_pylib | train |
495124e2189d8cd811449d68e541a2f4631386b4 | diff --git a/google-daemon/usr/share/google/google_daemon/accounts_manager.py b/google-daemon/usr/share/google/google_daemon/accounts_manager.py
index <HASH>..<HASH> 100644
--- a/google-daemon/usr/share/google/google_daemon/accounts_manager.py
+++ b/google-daemon/usr/share/google/google_daemon/accounts_manager.py
@@ -5... | Added logging for passing etag to parent | GoogleCloudPlatform_compute-image-packages | train |
6c719b8f0b6cd635987876e9b35de07a4d2a331b | diff --git a/app/models/unidom/visitor/concerns/as_credential.rb b/app/models/unidom/visitor/concerns/as_credential.rb
index <HASH>..<HASH> 100644
--- a/app/models/unidom/visitor/concerns/as_credential.rb
+++ b/app/models/unidom/visitor/concerns/as_credential.rb
@@ -1,23 +1,32 @@
module Unidom::Visitor::Concerns::AsCr... | 1, Improve the As Credential concern for the argument validations of
the #authenticate! method. | topbitdu_unidom-visitor | train |
6e298ddc9fa5ddb186282b59c5026c8e8208fe68 | diff --git a/lib/marathon/health_check.rb b/lib/marathon/health_check.rb
index <HASH>..<HASH> 100644
--- a/lib/marathon/health_check.rb
+++ b/lib/marathon/health_check.rb
@@ -13,20 +13,21 @@ class Marathon::HealthCheck < Marathon::Base
}
ACCESSORS = %w[ command gracePeriodSeconds intervalSeconds maxConsecutiveF... | Fixes #<I> - Health check should allow HTTPS as the protocol
Also add MESOS_* health checks | otto-de_marathon-api | train |
eb38e9bbb85935bdee6e9f9f10b0f7a3dfb00e72 | diff --git a/test/send.js b/test/send.js
index <HASH>..<HASH> 100644
--- a/test/send.js
+++ b/test/send.js
@@ -403,50 +403,80 @@ describe('send(file).pipe(res)', function () {
})
describe('with conditional-GET', function () {
- it('should respond with 304 on a match', function (done) {
- request(app)
+ ... | tests: expand the conditional-GET tests | pillarjs_send | train |
8a2862df9db42bafff26552fd83e54a612574a01 | diff --git a/blockstore/blockstored.py b/blockstore/blockstored.py
index <HASH>..<HASH> 100644
--- a/blockstore/blockstored.py
+++ b/blockstore/blockstored.py
@@ -937,7 +937,6 @@ class BlockstoredRPC(jsonrpc.JSONRPC, object):
"""
Lookup the blockchain-derived profile for a name.
"""
-
... | Add get_consensus_range(); some fixups to infrequently-used code paths | blockstack_blockstack-core | train |
21f08f494f0c5e4d6b6331416097c00478aac9b0 | diff --git a/languagetool-standalone/src/main/java/org/languagetool/dev/RuleOverview.java b/languagetool-standalone/src/main/java/org/languagetool/dev/RuleOverview.java
index <HASH>..<HASH> 100644
--- a/languagetool-standalone/src/main/java/org/languagetool/dev/RuleOverview.java
+++ b/languagetool-standalone/src/main/j... | prepare marking languages that are in need of a new maintainer | languagetool-org_languagetool | train |
c085f5c098908b1c32eb64b9601f8e8c95db2e8f | diff --git a/fn/publish.go b/fn/publish.go
index <HASH>..<HASH> 100644
--- a/fn/publish.go
+++ b/fn/publish.go
@@ -5,7 +5,7 @@ import (
"net/http"
"os"
"os/exec"
- "path/filepath"
+ "strings"
functions "github.com/iron-io/functions_go"
"github.com/urfave/cli"
@@ -92,13 +92,17 @@ func (p *publishcmd) route(p... | Add fn publish fallback option to extract appname and path (#<I>)
* Add fn publish fallback option to extract appname and path
* Add todo for fn publish hack | iron-io_functions | train |
339be65d669c83fd4c64541a9e82086dc5e64682 | diff --git a/actiontext/lib/action_text/system_test_helper.rb b/actiontext/lib/action_text/system_test_helper.rb
index <HASH>..<HASH> 100644
--- a/actiontext/lib/action_text/system_test_helper.rb
+++ b/actiontext/lib/action_text/system_test_helper.rb
@@ -24,7 +24,7 @@ module ActionText
# # <input id="trix_input_... | Allow filling in the only rich-text area without a locator | rails_rails | train |
2ce951bc9722a4fde3a10d4dcd214b6470c62fa6 | diff --git a/src/pybel/manager/models.py b/src/pybel/manager/models.py
index <HASH>..<HASH> 100644
--- a/src/pybel/manager/models.py
+++ b/src/pybel/manager/models.py
@@ -651,15 +651,15 @@ class Evidence(Base):
def __str__(self):
return '{}:{}'.format(self.citation, self.sha512[:8])
- def to_json(... | Propgate inclusion of id's to citation | pybel_pybel | train |
79e9a9e065ea0e9b44cc5d14fecfc75987bbb1ee | diff --git a/cluster/gce/gci/master-helper.sh b/cluster/gce/gci/master-helper.sh
index <HASH>..<HASH> 100755
--- a/cluster/gce/gci/master-helper.sh
+++ b/cluster/gce/gci/master-helper.sh
@@ -94,9 +94,16 @@ function create-master-instance-internal() {
preemptible_master="--preemptible --maintenance-policy TERMINATE... | A couple of more changes. Specifically, a) make the same changes to master-helper.sh for gci as container-linux.sh does; b) revert changes to sync.go and sync_test.go. | kubernetes_kubernetes | train |
c251b53cef6b763565cf068e07e613fc46b3654b | diff --git a/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/query/parsing/impl/MongoDBPropertyHelper.java b/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/query/parsing/impl/MongoDBPropertyHelper.java
index <HASH>..<HASH> 100644
--- a/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/query... | OGM-<I> Avoid exception when @Column is used on an embedded id
Overriding the column name on an embedded id used to cause a
StringOutOfBoundException. | hibernate_hibernate-ogm | train |
8f7281fec2fb939c92f77301f71623e263bd99cd | diff --git a/clients/web/src/templates/widgets/dateTimeWidget.jade b/clients/web/src/templates/widgets/dateTimeWidget.jade
index <HASH>..<HASH> 100644
--- a/clients/web/src/templates/widgets/dateTimeWidget.jade
+++ b/clients/web/src/templates/widgets/dateTimeWidget.jade
@@ -1,2 +1,2 @@
.input-group
- input.input-sm.f... | DateTimeWidget: refer to input by class instead of id | girder_girder | train |
d6ffb3d6efc31e6d5018be59b4017d63608b52cf | diff --git a/src/DataTable/Table.js b/src/DataTable/Table.js
index <HASH>..<HASH> 100644
--- a/src/DataTable/Table.js
+++ b/src/DataTable/Table.js
@@ -45,7 +45,7 @@ class Table extends React.Component {
}, className);
const columnChildren = !!children
- ? React.Children.toArray(children)
... | fix: Table preact compatibility (#<I>) | tleunen_react-mdl | train |
968c499aca5ca71dc909ba7a632c5dbc4f58b101 | diff --git a/railties/lib/rails/commands/server/server_command.rb b/railties/lib/rails/commands/server/server_command.rb
index <HASH>..<HASH> 100644
--- a/railties/lib/rails/commands/server/server_command.rb
+++ b/railties/lib/rails/commands/server/server_command.rb
@@ -70,7 +70,7 @@ module Rails
end
def se... | Fix "NameError: undefined local variable or method `host'"
The `host` and `port` can't use this context. | rails_rails | train |
a202be58911e0f213de0a8f385f37f6f1b5a58ca | diff --git a/src/main/java/spark/webserver/serialization/InputStreamSerializer.java b/src/main/java/spark/webserver/serialization/InputStreamSerializer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/spark/webserver/serialization/InputStreamSerializer.java
+++ b/src/main/java/spark/webserver/serialization/InputStr... | copy stream directly rather than buffer as a utf-8 string | perwendel_spark | train |
60cb5707aac8f8b615be3ada252c69948b8f2d51 | diff --git a/ios/src/playn/ios/IOSNet.java b/ios/src/playn/ios/IOSNet.java
index <HASH>..<HASH> 100644
--- a/ios/src/playn/ios/IOSNet.java
+++ b/ios/src/playn/ios/IOSNet.java
@@ -55,9 +55,18 @@ class IOSNet implements Net
try {
WebResponse rsp = req.EndGetResponse(result);
reader = new St... | Dispatch net responses on the main game thread.
The async net requests are responded to on some random worker thread. This code is a wonderful
example of IOC spaghetti. Yay! | threerings_playn | train |
2fdb941dd51629b64576ef4ab0ed2bcbb98eccf6 | diff --git a/media_library.go b/media_library.go
index <HASH>..<HASH> 100644
--- a/media_library.go
+++ b/media_library.go
@@ -289,14 +289,16 @@ func (mediaBox MediaBox) ConfigureQorMeta(metaor resource.Metaor) {
json.Unmarshal([]byte(mediaOptionStr), &mediaOption)
}
- if _, err := getImageFormat(fil... | Respect frontend's selected type as top priority | qor_media | train |
7a418c2c3b967ed5162c8ecf1edbbe08496a9e50 | diff --git a/src/java/org/apache/cassandra/utils/FBUtilities.java b/src/java/org/apache/cassandra/utils/FBUtilities.java
index <HASH>..<HASH> 100644
--- a/src/java/org/apache/cassandra/utils/FBUtilities.java
+++ b/src/java/org/apache/cassandra/utils/FBUtilities.java
@@ -489,9 +489,8 @@ public class FBUtilities
p... | FBU.decodeToUtf8 duplicates the BB so other threads can trust its position. patch by gdusbabek, reviewed by jbellis. CASSANDRA-<I>
git-svn-id: <URL> | Stratio_stratio-cassandra | train |
739ba2e9ebfb12617d5ef1926702248274ced74b | diff --git a/test/runner.js b/test/runner.js
index <HASH>..<HASH> 100644
--- a/test/runner.js
+++ b/test/runner.js
@@ -33,7 +33,20 @@ checkForDevFile(function () {
var runner = mocha.run();
runner.on("fail", function (test, err) {
+ var cp = require("child_process");
+ var cwd = process.cwd();
+ var path = req... | Reset the Gruntfile after a test failure. | Modernizr_grunt-modernizr | train |
e33ef2e88cc10344e0c028fcfccbc525e8194335 | diff --git a/c7n/version.py b/c7n/version.py
index <HASH>..<HASH> 100644
--- a/c7n/version.py
+++ b/c7n/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-version = "0.8.9"
+version = "0.8.9.1"
diff --git a/setup.py b/setup.py
index <... | micro version increment (#<I>) | cloud-custodian_cloud-custodian | train |
567523b5c3aa78f02caf1e582cf0ee4a3b065875 | diff --git a/packages/vuetron-plugins/vuetron-vue/methods/domTree.js b/packages/vuetron-plugins/vuetron-vue/methods/domTree.js
index <HASH>..<HASH> 100644
--- a/packages/vuetron-plugins/vuetron-vue/methods/domTree.js
+++ b/packages/vuetron-plugins/vuetron-vue/methods/domTree.js
@@ -1,9 +1,27 @@
import get from 'lodash... | update domTree plugin to generate unique(ish) id for each tree element | vuetwo_vuetron | train |
8576e4c7f8d2e4e8c6a5553d9967999beeebdd56 | diff --git a/lib/bel_parser/expression/model/annotation.rb b/lib/bel_parser/expression/model/annotation.rb
index <HASH>..<HASH> 100644
--- a/lib/bel_parser/expression/model/annotation.rb
+++ b/lib/bel_parser/expression/model/annotation.rb
@@ -5,9 +5,11 @@ module BELParser
class Annotation
include Enumer... | initialize a dup/clone
added accessors and methods for equality checking on the type/domain of
the reference only (i.e. regardless of keyword). this is useful in
simplifying the BufferingNanopubCombiner. | OpenBEL_bel_parser | train |
aacd72805b7db133907929a85045ccd75528bea8 | diff --git a/agent/taskresource/envFiles/envfile.go b/agent/taskresource/envFiles/envfile.go
index <HASH>..<HASH> 100644
--- a/agent/taskresource/envFiles/envfile.go
+++ b/agent/taskresource/envFiles/envfile.go
@@ -273,7 +273,7 @@ func (envfile *EnvironmentFileResource) setTerminalReason(reason string) {
})
}
-// ... | retrieve envfiles from s3 concurrently using go routines | aws_amazon-ecs-agent | train |
b45c724a552d8c4784b78e29985d161d73f10d38 | diff --git a/actor/v3action/application.go b/actor/v3action/application.go
index <HASH>..<HASH> 100644
--- a/actor/v3action/application.go
+++ b/actor/v3action/application.go
@@ -75,7 +75,7 @@ func (actor Actor) GetApplicationByNameAndSpace(appName string, spaceGUID string
return Application(apps[0]), Warnings(warnin... | don't underscore, cuz metalinter | cloudfoundry_cli | train |
4430083db3f0ac57f364162da08173d4ce112a25 | diff --git a/diff.go b/diff.go
index <HASH>..<HASH> 100644
--- a/diff.go
+++ b/diff.go
@@ -4,10 +4,10 @@ import (
"github.com/hashicorp/terraform/diff"
)
-var diffBuilder *diff.LazyResourceMap
+var diffMap *diff.LazyResourceMap
func init() {
- diffBuilder = &diff.LazyResourceMap{
+ diffMap = &diff.LazyResourceM... | providers/aws: generate diff | terraform-providers_terraform-provider-aws | train |
c4ea19941398d7cd28f8fa7dc39518395c940a76 | diff --git a/esgfpid/rabbit/rabbitutils.py b/esgfpid/rabbit/rabbitutils.py
index <HASH>..<HASH> 100644
--- a/esgfpid/rabbit/rabbitutils.py
+++ b/esgfpid/rabbit/rabbitutils.py
@@ -42,11 +42,20 @@ def get_routing_key_and_string_message_from_message_if_possible(msg):
json_ok = True
logdebug(LOGGE... | Detail: Messages with single quotes instead of double are recognized as JSON (incl. unit test). | IS-ENES-Data_esgf-pid | train |
ab81963705e5b0a2e5d4bbeee4a8a53e9a2101cf | diff --git a/test/integration/tests/regression/new_api_pixelization.py b/test/integration/tests/regression/new_api_pixelization.py
index <HASH>..<HASH> 100644
--- a/test/integration/tests/regression/new_api_pixelization.py
+++ b/test/integration/tests/regression/new_api_pixelization.py
@@ -19,9 +19,13 @@ def make_pipel... | ensuring lens and source present in phase | Jammy2211_PyAutoLens | train |
73cb7de4b826ff669ccf0c9e5af114e158ef1966 | diff --git a/shardingsphere-jdbc/shardingsphere-jdbc-orchestration/src/main/java/org/apache/shardingsphere/driver/orchestration/internal/datasource/OrchestrationShardingSphereDataSource.java b/shardingsphere-jdbc/shardingsphere-jdbc-orchestration/src/main/java/org/apache/shardingsphere/driver/orchestration/internal/dat... | Optimize renew() for OrchestrationShardingSphereDataSource (#<I>) | apache_incubator-shardingsphere | train |
dc4fcfd92a30c7a0761c1103f0b103f1988e5989 | diff --git a/werkzeug/urls.py b/werkzeug/urls.py
index <HASH>..<HASH> 100644
--- a/werkzeug/urls.py
+++ b/werkzeug/urls.py
@@ -16,31 +16,12 @@ from werkzeug.datastructures import MultiDict, iter_multi_items
from collections import namedtuple
-# XXX XXX XXX
-# Parts of this module were originally based on the Lib/u... | Cleanup and remove PSF copyright license as no significant code is remaining any more | pallets_werkzeug | train |
7be3fa25c097eb7490b0d5b4acad028e4c75df81 | diff --git a/src/main/java/eu/hansolo/medusa/Gauge.java b/src/main/java/eu/hansolo/medusa/Gauge.java
index <HASH>..<HASH> 100644
--- a/src/main/java/eu/hansolo/medusa/Gauge.java
+++ b/src/main/java/eu/hansolo/medusa/Gauge.java
@@ -2127,7 +2127,7 @@ public class Gauge extends Control {
}
public ObjectProperty<... | Fixed some minor problems related to shadow fields | HanSolo_Medusa | train |
9cedcede951870f72d8ec3f57e0133d75bc28e05 | diff --git a/core/src/main/java/org/infinispan/executors/LimitedExecutor.java b/core/src/main/java/org/infinispan/executors/LimitedExecutor.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/infinispan/executors/LimitedExecutor.java
+++ b/core/src/main/java/org/infinispan/executors/LimitedExecutor.java
@@ -6... | ISPN-<I> LimitedExecutor.tryExecute blocking call causing random test failures | infinispan_infinispan | train |
45a4c813cff32066f232d0703ac59ae1a09be3a4 | diff --git a/ChangeLog.md b/ChangeLog.md
index <HASH>..<HASH> 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,11 @@
ChangeLog
=========
+2.0.2 (2014-05-??)
+------------------
+
+* Fixed a problem in examples/calendarserver.php
+
2.0.1 (2014-05-28)
------------------
diff --git a/examples/calendarserver... | Mistake in example. Subscription = Subscriptions. | sabre-io_dav | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.