hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
d1c63e833a3c26527e99583e1ddb9a56baef65d7 | diff --git a/resources/lang/en/admin.php b/resources/lang/en/admin.php
index <HASH>..<HASH> 100644
--- a/resources/lang/en/admin.php
+++ b/resources/lang/en/admin.php
@@ -100,4 +100,12 @@ return [
'new_folder' => 'New folder',
'time' => 'Time',
'size' => 'Size',
+
+ 'listbox' => [... | fix hard code chinese in listbox | ShaoZeMing_laravel-merchant | train |
25ea67a9f75cc6190e99301e5d66d6e702a751a4 | diff --git a/test/vagrant/config_test.rb b/test/vagrant/config_test.rb
index <HASH>..<HASH> 100644
--- a/test/vagrant/config_test.rb
+++ b/test/vagrant/config_test.rb
@@ -13,7 +13,7 @@ class ConfigTest < Test::Unit::TestCase
@klass.run { |config| foo.call }
value = @klass.last_proc.first
assert val... | Get rid of Ruby <I> warning in tests | hashicorp_vagrant | train |
e87d9dfb904e29e265dc0e3462a20ee1295f3403 | diff --git a/apollo-compiler/src/main/kotlin/com/apollographql/apollo/compiler/SchemaTypeSpecBuilder.kt b/apollo-compiler/src/main/kotlin/com/apollographql/apollo/compiler/SchemaTypeSpecBuilder.kt
index <HASH>..<HASH> 100644
--- a/apollo-compiler/src/main/kotlin/com/apollographql/apollo/compiler/SchemaTypeSpecBuilder.k... | fix marshaller is nullable (#<I>) | apollographql_apollo-android | train |
ef647dd830f74de5eeb849c7a11f1aa11223a978 | diff --git a/lib/jsdom/level1/core.js b/lib/jsdom/level1/core.js
index <HASH>..<HASH> 100644
--- a/lib/jsdom/level1/core.js
+++ b/lib/jsdom/level1/core.js
@@ -1198,7 +1198,7 @@ core.Document = function Document(options) {
};
-var tagRegEx = /[^\w:\d_-]+/i;
+var tagRegEx = /[^\w:\d_\.-]+/i;
var entRegEx = /[^\w\d_... | createDocument fix from the previous commit exposed a failing test case caused by tagRegEx not matching the 'Name' production from the XML grammar. For now just change the regex to also match dot '.' since that is the minimum change to pass the test. | jsdom_jsdom | train |
8270280df7f76ff27a99524ce3ad37beddbfeb2a | diff --git a/m9dicts/api.py b/m9dicts/api.py
index <HASH>..<HASH> 100644
--- a/m9dicts/api.py
+++ b/m9dicts/api.py
@@ -191,9 +191,6 @@ def make(obj=None, ordered=False, merge=m9dicts.globals.MS_DICTS,
if merge not in m9dicts.globals.MERGE_STRATEGIES:
raise ValueError("Wrong merge strategy: %r" % merge)
... | fix: m9dicts.api.make does not receive 'namedtuple' keyword option | ssato_python-anyconfig | train |
2ef9d19a519c02e61943e66abf1784dc719e2548 | diff --git a/course/format/lams/format.php b/course/format/lams/format.php
index <HASH>..<HASH> 100644
--- a/course/format/lams/format.php
+++ b/course/format/lams/format.php
@@ -71,7 +71,7 @@ if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) {
}
/// Start main column
-echo '<td id="middle-column">'... | Added skip links to all course formats to main content MDL-<I> | moodle_moodle | train |
6b2da18bf6ef7e9d8d8d7b6d6ef8b9e2fb47155f | diff --git a/simplefix/message.py b/simplefix/message.py
index <HASH>..<HASH> 100644
--- a/simplefix/message.py
+++ b/simplefix/message.py
@@ -58,6 +58,10 @@ class FixMessage(object):
self.pairs = []
return
+ def count(self):
+ """Return the number of pairs in this message."""
+ ret... | Add support for iteration over message's fields (#4). | da4089_simplefix | train |
5bb0810d6b82de3a0ccc7d4cd82b160c39f6ef79 | diff --git a/python_modules/airline-demo/setup.py b/python_modules/airline-demo/setup.py
index <HASH>..<HASH> 100644
--- a/python_modules/airline-demo/setup.py
+++ b/python_modules/airline-demo/setup.py
@@ -28,7 +28,7 @@ setup(
],
packages=find_packages(exclude=['test']),
install_requires=[
- 'bot... | Relax boto3 constraints to be compatible (#<I>) | dagster-io_dagster | train |
bfbeb185752b1b93e4892d716b0405f4b55c6871 | diff --git a/yalla.js b/yalla.js
index <HASH>..<HASH> 100644
--- a/yalla.js
+++ b/yalla.js
@@ -1085,7 +1085,7 @@ var yalla = (function () {
output = renderer(attributes);
}
yalla.idom.patch(dom, yalla.toDom, output);
- }
+ };
yalla.start = function (startFile, el, baseLib) {
... | Yalla version <I> stable version | yallajs_yalla | train |
1886ca81945492b3d95620000cce09a09da943ca | diff --git a/lib/chamber/file_set.rb b/lib/chamber/file_set.rb
index <HASH>..<HASH> 100644
--- a/lib/chamber/file_set.rb
+++ b/lib/chamber/file_set.rb
@@ -113,8 +113,7 @@ class FileSet
def initialize(options = {})
self.namespaces = options[:namespaces] || {}
self.paths = options.fetch(:files... | Pass all options to clean_settings so that we don't need to update every time we add new settings | thekompanee_chamber | train |
e4e77147cde49f50c4ea2599774d24a44b8b99df | diff --git a/src/main/groovy/netflix/nebula/dependency/recommender/provider/RecommendationProviderContainer.java b/src/main/groovy/netflix/nebula/dependency/recommender/provider/RecommendationProviderContainer.java
index <HASH>..<HASH> 100644
--- a/src/main/groovy/netflix/nebula/dependency/recommender/provider/Recommen... | Gradle <I> Compatibility
ClosureBackedAction was moved to a new package in gradle/gradle@b<I>a<I>f<I>d<I>d<I>bc<I>bdbe2c0af3,
which will first be released in Gradle <I>. Switching to ConfigureUtil, since there is a
note in the Javadoc recommending using org.gradle.util.ConfigureUtil anyway. | nebula-plugins_nebula-dependency-recommender-plugin | train |
6860c0f1a1af5675bf5e1cadb4515f77d5aa40a6 | diff --git a/slither/slither.py b/slither/slither.py
index <HASH>..<HASH> 100644
--- a/slither/slither.py
+++ b/slither/slither.py
@@ -2,15 +2,20 @@ import sys
import logging
import subprocess
+import os.path
from solcParsing.slitherSolc import SlitherSolc
from utils.colors import red
logger = logging.getLogge... | Add check for solidity file existence
Call logger.basicConfig by default | crytic_slither | train |
2252149c37e2786bfdea8abe8c79eb749ab82c37 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -140,6 +140,27 @@ osmtogeojson = function( data, options ) {
pseudoWay.__is_bounds_placeholder = true;
ways.push(pseudoWay);
}
+ function fullGeometryWay(way, nds) {
+ function addFullGeometryNode(la... | implemented full geometry for ways in xmldom mode | tyrasd_osmtogeojson | train |
8e3ff396321e719151fedaf2bb7750fb2d3ae73f | diff --git a/includes/class-freemius.php b/includes/class-freemius.php
index <HASH>..<HASH> 100755
--- a/includes/class-freemius.php
+++ b/includes/class-freemius.php
@@ -19092,6 +19092,8 @@
$success_cache_expiration = 0,
$failure_cache_expiration = 0
) {
+ $should_cache... | [api] [safe-remote-post] [misc] Updates after refactor. | Freemius_wordpress-sdk | train |
fe1d01684c96d55224c67e67c31c3fd8faa05c24 | diff --git a/retrofit/src/main/java/retrofit/client/OkClient.java b/retrofit/src/main/java/retrofit/client/OkClient.java
index <HASH>..<HASH> 100644
--- a/retrofit/src/main/java/retrofit/client/OkClient.java
+++ b/retrofit/src/main/java/retrofit/client/OkClient.java
@@ -61,7 +61,9 @@ public class OkClient implements Cl... | Ensure we don't crash on null header values. | square_retrofit | train |
be5e3a232692851b029ae25e83f32910ae733634 | diff --git a/spyder/plugins/ipythonconsole/plugin.py b/spyder/plugins/ipythonconsole/plugin.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/ipythonconsole/plugin.py
+++ b/spyder/plugins/ipythonconsole/plugin.py
@@ -197,10 +197,13 @@ class IPythonConsole(SpyderPluginWidget):
self.interrupt_action = None
... | Enable web widgets in ipythonconsole if parent window isn't MainWindow and doesn't have no_web_widgets attr. | spyder-ide_spyder | train |
15dbd21972bd019e8a1e9926b7dfa6e3c38e40ec | diff --git a/public/js/jibe.js b/public/js/jibe.js
index <HASH>..<HASH> 100644
--- a/public/js/jibe.js
+++ b/public/js/jibe.js
@@ -309,7 +309,7 @@ var Jibe = (function (BCSocket, CodeMirror, Replay, Showdown, Timestamps, TextFo
codemirror : replay_editor,
delay : 100,
room : room,
... | Removing my hardcoded username in favor of the client variable... | VisionistInc_jibe | train |
cfee9fae91975c64d9b6fc5dfdff294e9260c09f | diff --git a/python-package/xgboost/core.py b/python-package/xgboost/core.py
index <HASH>..<HASH> 100644
--- a/python-package/xgboost/core.py
+++ b/python-package/xgboost/core.py
@@ -498,8 +498,8 @@ class DMatrix(object):
feature_types : list, optional
Set types for features.
nthread : in... | Don't use uint for threads. (#<I>) | dmlc_xgboost | train |
197f659da0de51b98f20db89c81fe2f659c15b5d | diff --git a/slim/Request.php b/slim/Request.php
index <HASH>..<HASH> 100644
--- a/slim/Request.php
+++ b/slim/Request.php
@@ -112,7 +112,7 @@ class Request {
}
$this->headers = $this->getHttpHeaders();
$this->cookies = $_COOKIE;
- $this->isAjax = isset($request->headers['X_REQUESTED_WITH']) && $request->head... | Fixed Request::isAjax value and added tests for Request::isAjax. | slimphp_Slim | train |
c75075b267c0890a40a349f2848e2c3a17583448 | diff --git a/src/Parser/utils.js b/src/Parser/utils.js
index <HASH>..<HASH> 100644
--- a/src/Parser/utils.js
+++ b/src/Parser/utils.js
@@ -24,7 +24,7 @@ function htmlspecialchars_compat(str)
'>' : '>',
'&' : '&',
'"' : '"'
- }
+ };
return str.replace(/[<>&"]/g, function(c) { return t[c]; });
}
... | Added missing semi-colons in utils.js | s9e_TextFormatter | train |
15b5ba499b2550f20ccefc19bb9d6ce682dd5338 | diff --git a/src/Iverberk/Larasearch/Proxy.php b/src/Iverberk/Larasearch/Proxy.php
index <HASH>..<HASH> 100644
--- a/src/Iverberk/Larasearch/Proxy.php
+++ b/src/Iverberk/Larasearch/Proxy.php
@@ -78,6 +78,18 @@ class Proxy {
}
/**
+ * @param array $query
+ * @param array $options
+ * @return \Iverberk\Larasearc... | Create a nicer interface for sending a plain query to the Elasticsearch client | iverberk_larasearch | train |
5248b94d745981371d454fc804ad945c10088da2 | diff --git a/airflow/hooks/hive_hooks.py b/airflow/hooks/hive_hooks.py
index <HASH>..<HASH> 100644
--- a/airflow/hooks/hive_hooks.py
+++ b/airflow/hooks/hive_hooks.py
@@ -810,6 +810,7 @@ class HiveServer2Hook(BaseHook):
lowered_statement = statement.lower().strip()
if (lowered_statemen... | add show statements to hql filtering. | apache_airflow | train |
bbd3ee580fcd2d5d46c63340944245d2e9b2183f | diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/util/TraversalHelper.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/util/TraversalHelper.java
index <HASH>..<HASH> 100644
--- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/travers... | CTR: Fixed a bug in `TraversalHelper.anyStepRecursively()`. Also added a test to ensure proper functionality. | apache_tinkerpop | train |
e1ee56e0ac3454c29d09f9671b2ccf36f962198f | diff --git a/db/seeds.rb b/db/seeds.rb
index <HASH>..<HASH> 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -5,7 +5,7 @@ super_admin = Fae::Role.create(name: 'super admin', position: 0)
Fae::User.create(
first_name: 'FINE',
last_name: 'admin',
- email: 'super.admin@finedesigngroup.com',
+ email: 'admin@finedesig... | changed default login from super.admin to admin | wearefine_fae | train |
a1378c9525b78ba640297cc61bfb193afca85451 | diff --git a/src/Sylius/Behat/Context/Setup/CatalogPromotionContext.php b/src/Sylius/Behat/Context/Setup/CatalogPromotionContext.php
index <HASH>..<HASH> 100644
--- a/src/Sylius/Behat/Context/Setup/CatalogPromotionContext.php
+++ b/src/Sylius/Behat/Context/Setup/CatalogPromotionContext.php
@@ -83,9 +83,9 @@ final class... | Fix adding CP rule to CP in Behat | Sylius_Sylius | train |
72395d14b8a251315d2a84533e0eb6b0ed249c7e | diff --git a/snap7/util.py b/snap7/util.py
index <HASH>..<HASH> 100644
--- a/snap7/util.py
+++ b/snap7/util.py
@@ -134,11 +134,8 @@ def set_int(_bytearray, byte_index, _int):
"""
# make sure were dealing with an int
_int = int(_int)
- # int needs two be two bytes.
- byte0 = _int >> 8
- byte1 = _... | util.get_int() broken on Linux / Python <I> #<I> (#<I>)
rewrite get_int and set_int to use struct.pack and struct.unpack, matching
get/set_dword
Add test that fails on previous implementation | gijzelaerr_python-snap7 | train |
e752a48a3012e43e4471cce0412cd9beadd3be57 | diff --git a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/generic/conversion.go b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/generic/conversion.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/generic/conversion.go
+++ b/staging/src/k8s.io/apiser... | Explicitly set GVK when sending objects to webhooks | kubernetes_kubernetes | train |
4b26b5837ced0c2f76495b05b87e63e05f81c2af | diff --git a/qless/__init__.py b/qless/__init__.py
index <HASH>..<HASH> 100755
--- a/qless/__init__.py
+++ b/qless/__init__.py
@@ -1,15 +1,17 @@
-#! /usr/bin/env python
+'''Main qless business'''
import time
import redis
import pkgutil
import logging
+import decorator
import simplejson as json
# Internal impo... | Switched to using the decorator module to preserve docstring, signature, etc. | seomoz_qless-py | train |
fa293d87ba55e60937559c9647bcef24827cba77 | diff --git a/command/install.py b/command/install.py
index <HASH>..<HASH> 100644
--- a/command/install.py
+++ b/command/install.py
@@ -365,9 +365,9 @@ class install (Command):
# Run all sub-commands: currently this just means install all
# Python modules using 'install_lib'.
- for (func, cmd)... | Fixed 'get_outputs()' so it actually works.
Added 'get_inputs()' (which is strikingly similar to 'get_outputs()' - sigh).
Cosmetic tweaks. | pypa_setuptools | train |
7b19d0d90b6eff4f7f33357c443c9c4ab12d339a | diff --git a/doc/conf.py b/doc/conf.py
index <HASH>..<HASH> 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -20,6 +20,7 @@ import os
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.a... | pull doc version from setup.py, fix #<I> | tjcsl_cslbot | train |
7b46768aa7947438fe8f872690097a4f3acdb034 | diff --git a/django_extensions/management/shells.py b/django_extensions/management/shells.py
index <HASH>..<HASH> 100644
--- a/django_extensions/management/shells.py
+++ b/django_extensions/management/shells.py
@@ -58,6 +58,13 @@ def import_objects(options, style):
# models from installed apps. (this is fixed by n... | added support for mongoengine with the updated code | django-extensions_django-extensions | train |
93cc0c9744c9dc1498139fe9e574d59a79fe6891 | diff --git a/get_git_test.go b/get_git_test.go
index <HASH>..<HASH> 100644
--- a/get_git_test.go
+++ b/get_git_test.go
@@ -263,6 +263,16 @@ func TestGitGetter_submodule(t *testing.T) {
g := new(GitGetter)
dst := tempDir(t)
+ relpath := func(basepath, targpath string) string {
+ relpath, err := filepath.Rel(basep... | TestGitGetter_submodule: use relative paths for submodules as git does not like drive names | hashicorp_go-getter | train |
451bf05827e602b122c3a00d722190557927a673 | diff --git a/src/commands/exec.js b/src/commands/exec.js
index <HASH>..<HASH> 100644
--- a/src/commands/exec.js
+++ b/src/commands/exec.js
@@ -16,6 +16,10 @@ const {
function getManifestDefaults() {
const manifest = require(resolveExtensionPath("dist/manifest.json"));
+ if (!manifest.options) {
+ retu... | Handle no-options case in exec command | zeplin_zem | train |
e5c436dfc39f38007c1cf8ee5e42a2e33e71740c | diff --git a/tests/test_base_utils.py b/tests/test_base_utils.py
index <HASH>..<HASH> 100644
--- a/tests/test_base_utils.py
+++ b/tests/test_base_utils.py
@@ -47,7 +47,7 @@ def test_attrs_with_repr():
def __repr__(self):
return 'foo'
- assert hash(WithRepr(1)) == hash(WithRepr(1))
+ # asse... | Comment out failing check. See GH-<I>. | TeamHG-Memex_eli5 | train |
8873e39fa11a346d320f7183ffdb79a78f09bf04 | diff --git a/backtrader/indicators/lineutils.py b/backtrader/indicators/lineutils.py
index <HASH>..<HASH> 100644
--- a/backtrader/indicators/lineutils.py
+++ b/backtrader/indicators/lineutils.py
@@ -54,7 +54,7 @@ class _LineBasePeriod(_LineBase):
class Highest(_LineBasePeriod):
def next(self):
- self.lin... | Highest/Lowest leftovers corrected in next from previous incarnation | backtrader_backtrader | train |
70699712abbfd70e16dbbea62cbea59c43b056a7 | diff --git a/reactor-core/src/main/java/reactor/core/publisher/FluxDoOnEach.java b/reactor-core/src/main/java/reactor/core/publisher/FluxDoOnEach.java
index <HASH>..<HASH> 100644
--- a/reactor-core/src/main/java/reactor/core/publisher/FluxDoOnEach.java
+++ b/reactor-core/src/main/java/reactor/core/publisher/FluxDoOnEac... | fix #<I> regression: call doOnEach handler with error if complete fails | reactor_reactor-core | train |
f734877c49b6acd23a827f2eb4d83f21f3c0db42 | diff --git a/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/typesystem/internal/FeatureScopeTracker.java b/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/typesystem/internal/FeatureScopeTracker.java
index <HASH>..<HASH> 100644
--- a/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/typesystem/internal/Featu... | made constructor of FeatureScopeTracker public so it can be instantiated more easily by subclasses of OptimizingFeatureScopeTrackerProvider #<I> | eclipse_xtext-extras | train |
718db7b8537510503e35b5bd029c777ee0dcae95 | diff --git a/api/service/service_instance.go b/api/service/service_instance.go
index <HASH>..<HASH> 100644
--- a/api/service/service_instance.go
+++ b/api/service/service_instance.go
@@ -41,3 +41,18 @@ func (si *ServiceInstance) AllApps() []app.App {
db.Session.Apps().Find(q).All(&apps)
return apps
}
+
+func (si *... | api/service: added RemoveApp method to ServiceInstance | tsuru_tsuru | train |
f9231c2b1e5cf729a92d7094a9fdcfd7aafc7cdc | diff --git a/src/clientApplication.js b/src/clientApplication.js
index <HASH>..<HASH> 100644
--- a/src/clientApplication.js
+++ b/src/clientApplication.js
@@ -1,5 +1,5 @@
var $ = require('jquery');
-var Utils = require('./utils.js');
+var _ = require('./utils.js');
var Model = require('./model.js');
var ViewModel = ... | Allow passing post-attach handler to view models | syntheticore_declaire | train |
5be54c643d8c29394f8836c94d69d055472bf925 | diff --git a/pymatgen/electronic_structure/tests/test_plotter.py b/pymatgen/electronic_structure/tests/test_plotter.py
index <HASH>..<HASH> 100644
--- a/pymatgen/electronic_structure/tests/test_plotter.py
+++ b/pymatgen/electronic_structure/tests/test_plotter.py
@@ -190,8 +190,13 @@ class BoltztrapPlotterTest(unittest.... | Comment out tests with an angry message at the person who coded the
BzTPlotter. | materialsproject_pymatgen | train |
9e29ba045b93fb3a91fd567439ad2ca556c9b842 | diff --git a/lib/dm-core/query.rb b/lib/dm-core/query.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-core/query.rb
+++ b/lib/dm-core/query.rb
@@ -541,29 +541,33 @@ module DataMapper
# the subject to match
#
# @param [Object] bind_value
- # the value to match with
+ # the value to match on
+ #... | Rearranged case statement so more common statements are checked first | datamapper_dm-core | train |
89aa5f30ef2df09633c23bca2a343c50fbc918af | diff --git a/lib/http-client.js b/lib/http-client.js
index <HASH>..<HASH> 100644
--- a/lib/http-client.js
+++ b/lib/http-client.js
@@ -14,10 +14,14 @@ exports.init = function(l, o) {
console.log("Service already running. Attaching CLI to master service");
- rl.question("Command? (or help)\r\n", onCommand);
+ if (... | added silentMode option, and added cb hooks | godaddy_node-cluster-service | train |
a34dc422e25fbfd8704e652ff787e87a385f2f6d | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,12 @@
import distutils.core
import sys
+# Importing setuptools adds some features like "setup.py develop", but
+# it's optional so swallow the error if it's not there.
+try:
+ import setuptools
+except ImportE... | Import setuptools if it's available. | tornadoweb_tornado | train |
36564abc7e02759d076111f45ecf8a507a1158a1 | diff --git a/src/com/googlecode/jmxtrans/model/output/StatsDWriter.java b/src/com/googlecode/jmxtrans/model/output/StatsDWriter.java
index <HASH>..<HASH> 100644
--- a/src/com/googlecode/jmxtrans/model/output/StatsDWriter.java
+++ b/src/com/googlecode/jmxtrans/model/output/StatsDWriter.java
@@ -2,8 +2,8 @@ package com.g... | bit of cleanup on the statsdwriter | jmxtrans_jmxtrans | train |
ed5be57bbad462b8232b95c6e37f71ef3b96c303 | diff --git a/openquake/commonlib/commands/info.py b/openquake/commonlib/commands/info.py
index <HASH>..<HASH> 100644
--- a/openquake/commonlib/commands/info.py
+++ b/openquake/commonlib/commands/info.py
@@ -50,6 +50,8 @@ def info(name, filtersources=False):
oqparam, sitecol, prefilter=filtersources, in_mem... | Added a reference to the documentation | gem_oq-engine | train |
a26a6998a6ad5006deeccac631c68dc9a8d51837 | diff --git a/riak/bucket.py b/riak/bucket.py
index <HASH>..<HASH> 100644
--- a/riak/bucket.py
+++ b/riak/bucket.py
@@ -179,7 +179,7 @@ class RiakBucket(object):
def get(self, key, r=None, pr=None):
"""
- Retrieve a JSON-encoded object from Riak.
+ Retrieve an object from Riak.
:... | Fix a few doc string problems in bucket.py. | basho_riak-python-client | train |
37d56c8746c77e2d9c5db71cc2675419f0ba56e3 | diff --git a/packages/__examples__/renderExample.js b/packages/__examples__/renderExample.js
index <HASH>..<HASH> 100644
--- a/packages/__examples__/renderExample.js
+++ b/packages/__examples__/renderExample.js
@@ -48,7 +48,15 @@ export function renderExample({
>
<Component {...componentProps} />
<To... | docs: test: browser version log for chromatic
Temporary logging of browser version for Chromatic debugging | instructure_instructure-ui | train |
c4f641778a2b2e57ef437c21cf6eca7014ed72e6 | diff --git a/snippets/event-subprocess-example/src/main/java/org/camunda/bpm/example/eventsubprocess/event_subprocess_example/SendCancelMessage.java b/snippets/event-subprocess-example/src/main/java/org/camunda/bpm/example/eventsubprocess/event_subprocess_example/SendCancelMessage.java
index <HASH>..<HASH> 100644
--- a... | Changed event sub-process example. Order Item not required | camunda-consulting_code | train |
ddd2ee304f2a8868a5198385fa73efc9356080d5 | diff --git a/lib/populator/model_additions.rb b/lib/populator/model_additions.rb
index <HASH>..<HASH> 100644
--- a/lib/populator/model_additions.rb
+++ b/lib/populator/model_additions.rb
@@ -1,13 +1,14 @@
module Populator
module ModelAdditions
def populate(size)
- sql = (1..size).map do
- record = ... | keep track of next id number and assign it to record | ryanb_populator | train |
a8680f3b807b6876a8a45d4ddd8b8be9c93b024f | diff --git a/drawingTests/allShapes/script.js b/drawingTests/allShapes/script.js
index <HASH>..<HASH> 100644
--- a/drawingTests/allShapes/script.js
+++ b/drawingTests/allShapes/script.js
@@ -24,7 +24,7 @@
container.add(new P.Rectangle(new P.Position(50, 0), 50, 40, {
rotation: 0.125,
- rotationAn... | :recycle: Refactoring code.
Rename option rotationAnchor to rotationCenter
fix #<I> | pencil-js_pencil.js | train |
9a5e716fd4029ea11ab8638c0cb6c72a6fa4ab5b | diff --git a/system_maintenance/tests/functional/tests.py b/system_maintenance/tests/functional/tests.py
index <HASH>..<HASH> 100644
--- a/system_maintenance/tests/functional/tests.py
+++ b/system_maintenance/tests/functional/tests.py
@@ -2,8 +2,10 @@ from django.contrib.staticfiles.testing import StaticLiveServerTestC... | Test that the color coding for 'Complete', 'In Progress', and 'Failed' statuses are correct | mfcovington_django-system-maintenance | train |
7104d9ad2600b16a5cffc9c2e66e80b294363bc9 | diff --git a/src/main/java/net/finmath/montecarlo/interestrate/products/BermudanSwaptionFromSwapSchedules.java b/src/main/java/net/finmath/montecarlo/interestrate/products/BermudanSwaptionFromSwapSchedules.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/finmath/montecarlo/interestrate/products/BermudanSwaption... | Bermudan uses analytic value of swap when valuing underlying. | finmath_finmath-lib | train |
a90e18e9c5bcc052c45d93295123dc2d5c3a11c3 | diff --git a/qiskit/providers/models/backendconfiguration.py b/qiskit/providers/models/backendconfiguration.py
index <HASH>..<HASH> 100644
--- a/qiskit/providers/models/backendconfiguration.py
+++ b/qiskit/providers/models/backendconfiguration.py
@@ -204,8 +204,9 @@ class QasmBackendConfiguration:
def __init__(sel... | Add supported instruction support (#<I>)
* Add supported instr
* Add test and fix case w/ no supp instr in init
* Update schema
* Fix up schema | Qiskit_qiskit-terra | train |
e63914a3133c75e9e54ee3c664eb6c1c66ad605e | diff --git a/examples/analyze_mef.py b/examples/analyze_mef.py
index <HASH>..<HASH> 100644
--- a/examples/analyze_mef.py
+++ b/examples/analyze_mef.py
@@ -159,20 +159,26 @@ if __name__ == "__main__":
gate_fraction=0.85,
sigma=5.,
full_output=True)
- min_beads_sample_gated, __, min_gate_con... | Fix unpacking of density gate outputs. | taborlab_FlowCal | train |
1b4d987ec1f58fe8c5d06fb1f75e17ce53a9f46a | diff --git a/lib/socket.js b/lib/socket.js
index <HASH>..<HASH> 100644
--- a/lib/socket.js
+++ b/lib/socket.js
@@ -30,9 +30,9 @@ function Socket (opts) {
}
opts = opts || {};
- this.secure = null != opts.secure ? opts.secure : (global.location && 'https:' == global.location.protocol);
- this.host = opts.host ... | socket: introduced `host` and `port` `location` defaults | socketio_engine.io-client | train |
7bc13e1b566a9ac2a717a2b6f9cc188855277fdf | diff --git a/lib/visitor/sourcemapper.js b/lib/visitor/sourcemapper.js
index <HASH>..<HASH> 100644
--- a/lib/visitor/sourcemapper.js
+++ b/lib/visitor/sourcemapper.js
@@ -38,8 +38,15 @@ var SourceMapper = module.exports = function SourceMapper(root, options){
this.basePath = sourcemap.basePath || '.';
this.inline... | Fix incorrect filenames included in source maps
This was an edge case introduced when compiling single files with specific output. The current logic was building the filename in the source maps base on input name. | stylus_stylus | train |
2c3cf1bcfa95e86776f8e88bfe8a3488fa9c3185 | diff --git a/pydoop/mapreduce/pipes.py b/pydoop/mapreduce/pipes.py
index <HASH>..<HASH> 100644
--- a/pydoop/mapreduce/pipes.py
+++ b/pydoop/mapreduce/pipes.py
@@ -28,6 +28,7 @@ from pydoop.mapreduce.streams import get_key_value_stream, get_key_values_stream
from string_utils import create_digest
from pydoop.mapreduce... | Added support for private enconding/decoding of key and values in pipes | crs4_pydoop | train |
5ebb6970c3c16cde4e319e594f3dc3aea0fc02e5 | diff --git a/cyth/cyth_script.py b/cyth/cyth_script.py
index <HASH>..<HASH> 100755
--- a/cyth/cyth_script.py
+++ b/cyth/cyth_script.py
@@ -38,9 +38,13 @@ class CythVisitor(BASE_CLASS):
self.benchmark_codes = []
self.py_modname = py_modname
self.imported_modules = {}
+ self.imported_fun... | Added automatic analysis of imports to cyth. | Erotemic_utool | train |
0cca49e82e46ba4376b2137a32284d56366e892b | diff --git a/src/Lock/MySqlLock.php b/src/Lock/MySqlLock.php
index <HASH>..<HASH> 100644
--- a/src/Lock/MySqlLock.php
+++ b/src/Lock/MySqlLock.php
@@ -53,14 +53,14 @@ class MySqlLock extends LockAbstract {
}
protected function getLock($name) {
- return !$this->isLocked($name) && current($this->pdo->q... | bugfix in MySql implementation (need to write some tests for this) | arvenil_ninja-mutex | train |
d1fa9f9db83e287f9a48b9138104fdd6ab459f7d | diff --git a/cmd/bad-key-revoker/main.go b/cmd/bad-key-revoker/main.go
index <HASH>..<HASH> 100644
--- a/cmd/bad-key-revoker/main.go
+++ b/cmd/bad-key-revoker/main.go
@@ -65,6 +65,11 @@ type uncheckedBlockedKey struct {
RevokedBy int64
}
+func (ubk uncheckedBlockedKey) String() string {
+ return fmt.Sprintf("[revo... | Add more logging to bad-key-revoker. (#<I>) | letsencrypt_boulder | train |
a607873ad26d46a85ca136a506c4f211a827be8e | diff --git a/retrieval/targetmanager.go b/retrieval/targetmanager.go
index <HASH>..<HASH> 100644
--- a/retrieval/targetmanager.go
+++ b/retrieval/targetmanager.go
@@ -86,7 +86,7 @@ func (tm *TargetManager) Stop() {
// Wait for all scrape inserts to complete.
tm.wg.Wait()
- tm.logger.Debugln("Target manager stoppe... | Log the stopping of TargetManager in Info
Fixes #<I> | prometheus_prometheus | train |
07f149182fed3f39ec7f38a4aafbd9cfae5e16a0 | diff --git a/cleverhans/devtools/list_files.py b/cleverhans/devtools/list_files.py
index <HASH>..<HASH> 100644
--- a/cleverhans/devtools/list_files.py
+++ b/cleverhans/devtools/list_files.py
@@ -27,11 +27,11 @@ def list_files(suffix=""):
A list of all files in CleverHans whose filepath ends with `suffix`
... | make this work in python3 | tensorflow_cleverhans | train |
bdf0f5365d7b386284dcda27b72fc0df116a5d2b | diff --git a/lib/magic_lamp.rb b/lib/magic_lamp.rb
index <HASH>..<HASH> 100644
--- a/lib/magic_lamp.rb
+++ b/lib/magic_lamp.rb
@@ -38,9 +38,8 @@ module MagicLamp
def register_fixture(options = {}, &block)
controller_class = options.fetch(:controller, ::ApplicationController)
fixture_name = options[:n... | refactored missing block error stuff into private method | crismali_magic_lamp | train |
24142e04d19d12b982643ddcda06a637cd3fa015 | diff --git a/examples/acme/main.go b/examples/acme/main.go
index <HASH>..<HASH> 100644
--- a/examples/acme/main.go
+++ b/examples/acme/main.go
@@ -58,7 +58,7 @@ func main() {
panic(err)
}
- writer, err := speed.NewPCPWriter("acme", speed.ProcessFlag)
+ writer, err := speed.NewPCPClient("acme", speed.ProcessFlag)... | examples: rename writer to client | performancecopilot_speed | train |
f7dcbe7667f5a69b185c880d9d3a5a1258bab5ca | diff --git a/components/services/src/main/java/org/openengsb/core/services/internal/ConnectorManagerImpl.java b/components/services/src/main/java/org/openengsb/core/services/internal/ConnectorManagerImpl.java
index <HASH>..<HASH> 100644
--- a/components/services/src/main/java/org/openengsb/core/services/internal/Connec... | [OPENENGSB-<I>] changes in registration | openengsb_openengsb | train |
c788c00099e06d8c18519fec38e0f5a60e3bfd98 | diff --git a/lib/guard/watcher.rb b/lib/guard/watcher.rb
index <HASH>..<HASH> 100644
--- a/lib/guard/watcher.rb
+++ b/lib/guard/watcher.rb
@@ -46,7 +46,7 @@ module Guard
if @pattern.is_a?(Regexp)
file.match(@pattern)
else
- file == @pattern
+ file == @pattern ? [file] : nil
e... | Fix bug that occurred when pattern was a string and no action was associated. | guard_guard | train |
964ec16c09811e45fcc0fcf73077343e7af788f7 | diff --git a/haffmpeg/core.py b/haffmpeg/core.py
index <HASH>..<HASH> 100644
--- a/haffmpeg/core.py
+++ b/haffmpeg/core.py
@@ -21,9 +21,10 @@ class HAFFmpeg(object):
"""Base initialize."""
self._ffmpeg = ffmpeg_bin
self._argv = [ffmpeg_bin]
- self._proc = None
self._chunk_size... | improve ffmpeg close process | pvizeli_ha-ffmpeg | train |
7067c46604a03ced09dff8a31f437356c4b444ea | diff --git a/src/Core.php b/src/Core.php
index <HASH>..<HASH> 100644
--- a/src/Core.php
+++ b/src/Core.php
@@ -515,39 +515,43 @@ class Core implements iCore
// Read file into object
$composerObject = json_decode(file_get_contents($path), true);
- //elapsed('Loading from composer.js... | Added support to composer parser to load from require-dev section | samsonos_php_core | train |
fea375130281d0551e38280a3a8166b951c9a84f | diff --git a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/GermanSpellerRule.java b/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/GermanSpellerRule.java
index <HASH>..<HASH> 100644
--- a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/German... | [de] improve a spelling suggestion | languagetool-org_languagetool | train |
8c72898e2ebae7a647f231e2aa33b8ff11ee604e | diff --git a/bin.js b/bin.js
index <HASH>..<HASH> 100755
--- a/bin.js
+++ b/bin.js
@@ -135,6 +135,14 @@ if (process.mainModule && process.mainModule.filename === __filename) {
process.exit();
}
+ if (couch == undefined) {
+ try {
+ couch = JSON.parse(fs.readFileSync('.couchapp.json')).couch;
+ }... | Optionally read CouchDB url from .couchapp.json (because I don't want passwords on my command line). | mikeal_node.couchapp.js | train |
9e448c5fef7fb6ec82f12359cbc509de9f5f74ef | diff --git a/src/TQ/Git/Repository/Repository.php b/src/TQ/Git/Repository/Repository.php
index <HASH>..<HASH> 100644
--- a/src/TQ/Git/Repository/Repository.php
+++ b/src/TQ/Git/Repository/Repository.php
@@ -63,7 +63,7 @@ class Repository extends AbstractRepository
*/
protected $git;
- /**
+ /**
... | Repository Open Argument Flag Added for Finding Repository Root | teqneers_PHP-Stream-Wrapper-for-Git | train |
4dd4efcf981ef17ce3b648778fd1358ed08c7f46 | diff --git a/.gitignore b/.gitignore
index <HASH>..<HASH> 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,4 @@ docs/_build/
# PyBuilder
target/
+.DS_Store
diff --git a/bin/moneywagon b/bin/moneywagon
index <HASH>..<HASH> 100644
--- a/bin/moneywagon
+++ b/bin/moneywagon
@@ -358,7 +358,7 @@ elif argz.subparser_... | some python 3 fixes | priestc_moneywagon | train |
c82c0cd8c6ff7675830e9cfd4ed39e3049e3bd20 | diff --git a/src/txkube/_exception.py b/src/txkube/_exception.py
index <HASH>..<HASH> 100644
--- a/src/txkube/_exception.py
+++ b/src/txkube/_exception.py
@@ -7,9 +7,15 @@ from twisted.web.client import readBody
class KubernetesError(Exception):
- def __init__(self, code, response):
+ """
+ Kubernetes has... | It changed to the v1.Status _in_ the response.
Also missing API docs for KubernetesError. | LeastAuthority_txkube | train |
3a4b051f10badabe3731f3f5d8a574f0b1b31802 | diff --git a/engine/test_engine.py b/engine/test_engine.py
index <HASH>..<HASH> 100644
--- a/engine/test_engine.py
+++ b/engine/test_engine.py
@@ -638,11 +638,11 @@ class Test_Engine(unittest.TestCase):
# Ignore NaN's
if numpy.isnan(depth):
continue
-
+
... | Fixed bug when writing file based keywords - ensure keywords extension is set on destination file | inasafe_inasafe | train |
f9cd0666ee38d763574d9b8c56e78de1f2995fe0 | diff --git a/numexpr/utils.py b/numexpr/utils.py
index <HASH>..<HASH> 100644
--- a/numexpr/utils.py
+++ b/numexpr/utils.py
@@ -93,8 +93,7 @@ def get_vml_num_threads():
"""
if use_vml:
return _get_vml_num_threads()
- return 0
-
+ return None
def set_num_threads(nthreads):
""" | Revert `get_vml_num_threads` to return `None` when not installed | pydata_numexpr | train |
f17c950605c47d2552a0782d46703a5609d48ef7 | diff --git a/components/org.wso2.transport.http.netty/src/main/java/org/wso2/transport/http/netty/sender/http2/Http2ClientChannel.java b/components/org.wso2.transport.http.netty/src/main/java/org/wso2/transport/http/netty/sender/http2/Http2ClientChannel.java
index <HASH>..<HASH> 100644
--- a/components/org.wso2.transpo... | Fix possible OOM situation with burst of request timeouts | wso2_transport-http | train |
9ec28cd9abb7ac5980c9c2d4a99c25dfcfb54bc7 | diff --git a/jpyutil.py b/jpyutil.py
index <HASH>..<HASH> 100644
--- a/jpyutil.py
+++ b/jpyutil.py
@@ -31,6 +31,12 @@ import ctypes.util
import logging
+__author__ = "Norman Fomferra, Brockmann Consult GmbH"
+__copyright__ = "Copyright 2015-2017 Brockmann Consult GmbH"
+__license__ = "Apache 2.0"
+__version__ = "0... | getting version from jpyutil | bcdev_jpy | train |
a0ed12248c263a829dac8d3207b584d06c50edab | diff --git a/lib/hipchat_searcher/result.rb b/lib/hipchat_searcher/result.rb
index <HASH>..<HASH> 100644
--- a/lib/hipchat_searcher/result.rb
+++ b/lib/hipchat_searcher/result.rb
@@ -4,17 +4,19 @@ class HipchatSearcher
class Result
class InvalidResponse < StandardError; end
+ attr_accessor :room
+
def... | * #message_list → #messages
* Define accessor :room | mgi166_hipchat_searcher | train |
ba0e2e0b367a7b81f0c3a018a73fd8cc97592c06 | diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/DefaultScheduler.java b/flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/DefaultScheduler.java
index <HASH>..<HASH> 100644
--- a/flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/DefaultScheduler.java
+++ b/flink-runt... | [FLINK-<I>][runtime] Fix that the root exception is not shown in Web UI | apache_flink | train |
65c58c1ecb8e3d08d928381fa6a84e6e4f71ab8a | diff --git a/cdpybio/general.py b/cdpybio/general.py
index <HASH>..<HASH> 100644
--- a/cdpybio/general.py
+++ b/cdpybio/general.py
@@ -2,6 +2,24 @@ import re
R_REGEX = re.compile('(.*):(.*)-(.*)')
R_REGEX_STRAND = re.compile('(.*):(.*)-(.*):(.*)')
+def transform_standard_normal(df):
+ """Transform a series or th... | Added std norm transformation | cdeboever3_cdpybio | train |
e3f9abce5483021ac6cb52ff90d5c524d0b473a2 | diff --git a/saltpylint/strings.py b/saltpylint/strings.py
index <HASH>..<HASH> 100644
--- a/saltpylint/strings.py
+++ b/saltpylint/strings.py
@@ -156,12 +156,13 @@ class StringCurlyBracesFormatIndexChecker(BaseChecker):
if BAD_FORMATTING_SLOT.findall(inferred.value):
if se... | Don't show warning under Py3 | saltstack_salt-pylint | train |
f2e095f0e0cfc63b57ac589f04895acdf4de9971 | diff --git a/lib/filters.php b/lib/filters.php
index <HASH>..<HASH> 100644
--- a/lib/filters.php
+++ b/lib/filters.php
@@ -122,19 +122,6 @@ MangoFilters::$set['wp_filter'] = function($data, string $filter) {
return apply_filters($filter, $data);
};
-MangoFilters::$set['number'] = function($number, $decimal = 2) {
... | remove number filter which already exists in latte | manGoweb_MangoPressTemplating | train |
c986f92dc5d8ef9c8e95e242633052c3e1fff979 | diff --git a/paramiko/sftp_file.py b/paramiko/sftp_file.py
index <HASH>..<HASH> 100644
--- a/paramiko/sftp_file.py
+++ b/paramiko/sftp_file.py
@@ -124,8 +124,8 @@ class SFTPFile (BufferedFile):
if whence == self.SEEK_SET:
self._realpos = self._pos = offset
elif whence == self.SEEK_CUR:
- ... | [project @ Arch-1:<EMAIL><I>-master-shake%paramiko--dev--1--patch-<I>]
i think seek_cur had a bug here | paramiko_paramiko | train |
3c5d31d1b91d9e9db9ffbddfa6c2259a048b3a3e | diff --git a/unyt/array.py b/unyt/array.py
index <HASH>..<HASH> 100644
--- a/unyt/array.py
+++ b/unyt/array.py
@@ -2345,7 +2345,7 @@ def allclose_units(actual, desired, rtol=1e-7, atol=0, **kwargs):
try:
at = at.in_units(act.units)
- except UnitOperationError:
+ except (UnitOperationError, UnitCon... | Increase test cov of allclose_units to <I>% | yt-project_unyt | train |
f2eb6152a1356e34117feca11cb3a5d36f0a9ba8 | diff --git a/fixtext.py b/fixtext.py
index <HASH>..<HASH> 100644
--- a/fixtext.py
+++ b/fixtext.py
@@ -14,7 +14,8 @@ else:
def fixtext(text, normalization='NFKC'):
"""
- Given any basestring as input, make its representation consistent:
+ Given any basestring as input, make its representation consistent a... | change order of operations, add doctests to top level | LuminosoInsight_python-ftfy | train |
367cd92ad8a9b039b882fc44e4acf7a2f70247a6 | diff --git a/lib/network_interface.js b/lib/network_interface.js
index <HASH>..<HASH> 100644
--- a/lib/network_interface.js
+++ b/lib/network_interface.js
@@ -59,7 +59,6 @@ exports.loopbackInterface = function loopbackInterface() {
}
}
-
exports.loopbackName = function loopbackName() {
var interfaces = os.net... | [formatting] just removed an empty line | agnat_node_mdns | train |
c9038c821d52fad86cd80c2c2f8923033a8520b6 | diff --git a/auth.class.php b/auth.class.php
index <HASH>..<HASH> 100755
--- a/auth.class.php
+++ b/auth.class.php
@@ -174,7 +174,7 @@ class Auth
if(strlen($key) !== 20) {
$this->addAttempt();
- $return['message'] = $this->lang["key_invalid"];
+ $return['message'] = $this->lang["activationkey_invalid"];
... | Fixed undefined index error "key_invalid" (Issue #<I> by @human-inhabitant) | PHPAuth_PHPAuth | train |
12521b23e826d47e49485ffd641512d1c257c704 | diff --git a/go/chat/giphy/search.go b/go/chat/giphy/search.go
index <HASH>..<HASH> 100644
--- a/go/chat/giphy/search.go
+++ b/go/chat/giphy/search.go
@@ -4,6 +4,7 @@ import (
"context"
"crypto/tls"
"encoding/json"
+ "errors"
"fmt"
"io"
"io/ioutil"
@@ -24,6 +25,22 @@ const MediaHost = "media.giphy.com"
con... | use gifs for search on mobile | keybase_client | train |
ab44967bbb72228cb5c92a0159d584e796192087 | diff --git a/packages/cozy-client/src/CozyClient.spec.js b/packages/cozy-client/src/CozyClient.spec.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-client/src/CozyClient.spec.js
+++ b/packages/cozy-client/src/CozyClient.spec.js
@@ -993,6 +993,16 @@ describe('CozyClient', () => {
)
})
+ it('should di... | test: Add test if no skip and no bookmark | cozy_cozy-client | train |
afc3944a4a2b04afe214143eb6aa07feadc5734a | diff --git a/lib/liquid/context.rb b/lib/liquid/context.rb
index <HASH>..<HASH> 100644
--- a/lib/liquid/context.rb
+++ b/lib/liquid/context.rb
@@ -168,6 +168,7 @@ module Liquid
# Fetches an object starting at the local scope and then moving up the hierachy
def find_variable(key)
scope = @scopes.f... | Fix assignment with no effect outside of iterator | Shopify_liquid | train |
982873cf3d2eb026fb64404b86065fa98baa1a40 | diff --git a/src/parser/parser_test.go b/src/parser/parser_test.go
index <HASH>..<HASH> 100644
--- a/src/parser/parser_test.go
+++ b/src/parser/parser_test.go
@@ -178,6 +178,14 @@ func (self *QueryParserSuite) TestParseDeleteQuery(c *C) {
c.Assert(q.GetEndTime(), Equals, endTime)
}
+func (self *QueryParserSuite) T... | Don't panic on invalid where conditions, e.g. where 1 | influxdata_influxdb | train |
0a5f095388edff36f34d0ff9a79aba5b11657090 | diff --git a/test/active_resource_response_test.rb b/test/active_resource_response_test.rb
index <HASH>..<HASH> 100644
--- a/test/active_resource_response_test.rb
+++ b/test/active_resource_response_test.rb
@@ -27,6 +27,7 @@ class ActiveResourceResponseTest < Test::Unit::TestCase
mock.get "/regions.json", {}, [@... | test for class custom get method was added | Fivell_activeresource-response | train |
44b66a352345f1bca47645a2fc7da31109eb2fd2 | diff --git a/lib/class-wp-json-posts.php b/lib/class-wp-json-posts.php
index <HASH>..<HASH> 100644
--- a/lib/class-wp-json-posts.php
+++ b/lib/class-wp-json-posts.php
@@ -575,7 +575,7 @@ class WP_JSON_Posts {
* @access protected
*
* @param array $post The unprepared post data
- * @param string $context The co... | Change post parent preparation context to embed
This matches the context used in Users. | WP-API_WP-API | train |
83f096c784c4f7070e607919cbb8d4303be39312 | diff --git a/server/webapp/WEB-INF/rails.new/spec/presenters/api_v4/plugin/plugin_info_representer_spec.rb b/server/webapp/WEB-INF/rails.new/spec/presenters/api_v4/plugin/plugin_info_representer_spec.rb
index <HASH>..<HASH> 100644
--- a/server/webapp/WEB-INF/rails.new/spec/presenters/api_v4/plugin/plugin_info_represent... | fix plugin_info_representer_spec | gocd_gocd | train |
b33933f2e227e1a03eb8bb2567d9d1264147576f | diff --git a/recordlinkage/base.py b/recordlinkage/base.py
index <HASH>..<HASH> 100644
--- a/recordlinkage/base.py
+++ b/recordlinkage/base.py
@@ -648,7 +648,7 @@ class BaseCompare(object):
return features
- def union(self, objs, index=None):
+ def union(self, objs, index=None, column_i=0):
... | Fix bug with None labels on multicolumn output
Add tests | J535D165_recordlinkage | train |
c7214ffba57dee66e5c38024788a65f591bf0b6a | diff --git a/ndbench-dynamodb-plugins/src/main/java/com/netflix/ndbench/plugin/dynamodb/operations/dynamodb/dataplane/DynamoDBWriteTransaction.java b/ndbench-dynamodb-plugins/src/main/java/com/netflix/ndbench/plugin/dynamodb/operations/dynamodb/dataplane/DynamoDBWriteTransaction.java
index <HASH>..<HASH> 100644
--- a/n... | Bubbling up exceptions so they count towards write failures as appropriate, and extracting transaction failure reasons and logging | Netflix_ndbench | train |
8a96d142bfeec839aadea72bd994f667ea77ec1f | diff --git a/reformulation-core/src/main/java/org/semanticweb/ontop/pivotalrepr/impl/JgraphtQueryTreeComponent.java b/reformulation-core/src/main/java/org/semanticweb/ontop/pivotalrepr/impl/JgraphtQueryTreeComponent.java
index <HASH>..<HASH> 100644
--- a/reformulation-core/src/main/java/org/semanticweb/ontop/pivotalrep... | Bugfix: optional positions were not copied when adding a sub-tree. | ontop_ontop | train |
b3e70ee6f2fdf59802f5b2b62847411afcee4385 | diff --git a/bridge.js b/bridge.js
index <HASH>..<HASH> 100644
--- a/bridge.js
+++ b/bridge.js
@@ -138,6 +138,8 @@ var callbacks = [
'onAlert', 'onCallback', 'onClosing', 'onConfirm', 'onConsoleMessage', 'onError', 'onFilePicker',
'onInitialized', 'onLoadFinished', 'onLoadStarted', 'onNavigationRequested',
'onPro... | Added `onAuthPrompt` handler (implemented in SlimerJS only) | baudehlo_node-phantom-simple | train |
76a6bbd142beaf5db56166b02979641a3d3d8520 | diff --git a/service/src/main/java/org/ops4j/pax/web/service/internal/model/ServletModel.java b/service/src/main/java/org/ops4j/pax/web/service/internal/model/ServletModel.java
index <HASH>..<HASH> 100644
--- a/service/src/main/java/org/ops4j/pax/web/service/internal/model/ServletModel.java
+++ b/service/src/main/java/... | / registered servlet should become the Default Servlet. | ops4j_org.ops4j.pax.web | train |
435b4b1644841df8dbc7434ae88f835ef4fd70dd | diff --git a/lib/Alchemy/Phrasea/Controller/Permalink.php b/lib/Alchemy/Phrasea/Controller/Permalink.php
index <HASH>..<HASH> 100644
--- a/lib/Alchemy/Phrasea/Controller/Permalink.php
+++ b/lib/Alchemy/Phrasea/Controller/Permalink.php
@@ -78,7 +78,7 @@ class Permalink extends AbstractDelivery
}
... | Link header should provide fully qualified URIs | alchemy-fr_Phraseanet | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.