hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
5a949e0596de194bcc84b22e01f65801a4962c02 | diff --git a/bosh-director/spec/unit/deployment_plan/manual_network_spec.rb b/bosh-director/spec/unit/deployment_plan/manual_network_spec.rb
index <HASH>..<HASH> 100644
--- a/bosh-director/spec/unit/deployment_plan/manual_network_spec.rb
+++ b/bosh-director/spec/unit/deployment_plan/manual_network_spec.rb
@@ -107,7 +10... | Add explicit test coverage for overflowing subnet ranges within an AZ
[#<I>](<URL>) | cloudfoundry_bosh | train |
d485493baf1bf4910879d7ddb1ce564156284f5e | diff --git a/lib/dynode/request.js b/lib/dynode/request.js
index <HASH>..<HASH> 100644
--- a/lib/dynode/request.js
+++ b/lib/dynode/request.js
@@ -25,7 +25,8 @@ Request.prototype.send = function(action, messageBody, cb) {
"x-amz-date" : new Date().toGMTString(),
"x-amz-security-token" : credentials.sessio... | adding a connection keep alive to reduce latency | Wantworthy_dynode | train |
44763c5afed050fc61f9d9c01498c806cacb89c3 | diff --git a/src/Storefront/Controller/CmsController.php b/src/Storefront/Controller/CmsController.php
index <HASH>..<HASH> 100644
--- a/src/Storefront/Controller/CmsController.php
+++ b/src/Storefront/Controller/CmsController.php
@@ -52,7 +52,7 @@ class CmsController extends StorefrontController
* Route for cms ... | NEXT-<I> - Amend route default to match attributed methods
Fixes #<I> | shopware_platform | train |
4d0d0fffc720967585b63a732caa35bdc03d8f79 | diff --git a/src/python_pachyderm/spout.py b/src/python_pachyderm/spout.py
index <HASH>..<HASH> 100644
--- a/src/python_pachyderm/spout.py
+++ b/src/python_pachyderm/spout.py
@@ -1,4 +1,5 @@
import io
+import os
import tarfile
import contextlib
@@ -16,16 +17,26 @@ class SpoutManager:
```
"""
- def _... | Customize output directory in spout managers | pachyderm_python-pachyderm | train |
28f917eabb0ebfe29cf7efd082720d1a4bbaa0db | diff --git a/lib/generators/double_entry/install/templates/migration.rb b/lib/generators/double_entry/install/templates/migration.rb
index <HASH>..<HASH> 100644
--- a/lib/generators/double_entry/install/templates/migration.rb
+++ b/lib/generators/double_entry/install/templates/migration.rb
@@ -16,9 +16,10 @@ class Crea... | Use `references` to use Rails default id column type
In Rails <I> the default type for row ids changed from integer to
bigint. | envato_double_entry | train |
e0b126d7c1daefea52b71c73f2fb247a5f8f00dc | diff --git a/test/SavedSearches/Command/SubscribeToSavedSearchJSONDeserializerTest.php b/test/SavedSearches/Command/SubscribeToSavedSearchJSONDeserializerTest.php
index <HASH>..<HASH> 100644
--- a/test/SavedSearches/Command/SubscribeToSavedSearchJSONDeserializerTest.php
+++ b/test/SavedSearches/Command/SubscribeToSaved... | III-7: Fix coding standard violation | cultuurnet_udb3-php | train |
55076a9350ab7986b5fae2a0c0f8761db0399b73 | diff --git a/python/run_xmpp.py b/python/run_xmpp.py
index <HASH>..<HASH> 100755
--- a/python/run_xmpp.py
+++ b/python/run_xmpp.py
@@ -49,7 +49,8 @@ import logging
# ------------------------------------------------------------------------------
-def main(xmpp_server, xmpp_port, peer_name, node_name, app_id):
+def ... | run_xmpp.py can be given a JID and a password | cohorte_cohorte-herald | train |
43d96bfb8bdde8c588e9a659652d5acd93cb84bf | diff --git a/mopidy_musicbox_webclient/static/js/functionsvars.js b/mopidy_musicbox_webclient/static/js/functionsvars.js
index <HASH>..<HASH> 100644
--- a/mopidy_musicbox_webclient/static/js/functionsvars.js
+++ b/mopidy_musicbox_webclient/static/js/functionsvars.js
@@ -402,8 +402,8 @@ function getPlaylistTracks (uri) ... | Use playlists.lookup where possible.
Fallback to mass track lookups only for m3u playlists. This is much faster. | pimusicbox_mopidy-musicbox-webclient | train |
2241213f6677eef9a2c0dd7d90ac0f4fd7d6acd5 | diff --git a/lib/mongoid/reloading.rb b/lib/mongoid/reloading.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/reloading.rb
+++ b/lib/mongoid/reloading.rb
@@ -54,7 +54,7 @@ module Mongoid
#
# @since 2.3.2
def reload_root_document
- {}.merge(collection.find(_id: id).one || {})
+ {}.merge(with(co... | Perform reloads with strong consistency | mongodb_mongoid | train |
201919abaeb40ed80f7a47a41fb7380dc25167a4 | diff --git a/test/performance/base/PerfTimer.java b/test/performance/base/PerfTimer.java
index <HASH>..<HASH> 100644
--- a/test/performance/base/PerfTimer.java
+++ b/test/performance/base/PerfTimer.java
@@ -1,6 +1,6 @@
/*
Calimero 2 - A library for KNX network access
- Copyright (c) 2006, 2011 B. Malinowsky
+ ... | Replace Integer/Long constructor calls deprecated in java 9 | calimero-project_calimero-core | train |
0b217b8863de27e1110848f0547fb986e8c2e8e6 | 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
@@ -79,7 +79,7 @@ module Slim
if delimiter = options[:attr_delimiter][name]
"#{tmp}.respond_to?(:join) ? #{tmp}.flatten.compact.join(#{delimiter.inspect}... | Evaling a html attribute now happens only once. Fixed #<I> | slim-template_slim | train |
f6ca4a3d5ec7d3e559073a5f54f7c43a615b9a63 | diff --git a/CHANGELOG-2.3.md b/CHANGELOG-2.3.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG-2.3.md
+++ b/CHANGELOG-2.3.md
@@ -21,6 +21,7 @@
* Remove `:port` for cookie domain;
* `->amOnPage('/');` executed when running code coverage with WebDriver
* Fixed running single test with `include` config parameter. Fi... | Fixed running single test when a custom suite path is configured (For instance, in single-suite setups) | Codeception_Codeception | train |
6831dd28572f1e56906f83e849748f3fe0692ff4 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,7 @@ if sys.version_info[0] == 2 and sys.version_info[1] <= 6:
setup(
name='fedmsg',
- version='0.3.3',
+ version='0.3.4',
description="Fedora Messaging Client API",
long_description=long_desc... | <I> with bugfixes to fedmsg-tail and new fedmsg.text items for bodhi. | fedora-infra_fedmsg | train |
a75031c5afd6a0cd10d6e5e663d4624b09567d24 | diff --git a/salt/grains/core.py b/salt/grains/core.py
index <HASH>..<HASH> 100644
--- a/salt/grains/core.py
+++ b/salt/grains/core.py
@@ -238,9 +238,9 @@ def os_data():
if os.path.isfile('/etc/lsb-release'):
for line in open('/etc/lsb-release').readlines():
# Matches any possible... | Fix some comment formatting someone else "fixed" | saltstack_salt | train |
8e56dc0464494bd2ccf9da25a743b711a171ce04 | diff --git a/lib/kafka/protocol/decoder.rb b/lib/kafka/protocol/decoder.rb
index <HASH>..<HASH> 100644
--- a/lib/kafka/protocol/decoder.rb
+++ b/lib/kafka/protocol/decoder.rb
@@ -30,7 +30,7 @@ module Kafka
data = @io.read(offset + length)
return [] if data.nil?
@io.ungetc(data)
- data.... | Handle the cases that the stream length is shorter | zendesk_ruby-kafka | train |
ff5f8c386af6e85d09dac7b9ea964c72619cc236 | diff --git a/modules/saml/lib/Auth/Source/SP.php b/modules/saml/lib/Auth/Source/SP.php
index <HASH>..<HASH> 100644
--- a/modules/saml/lib/Auth/Source/SP.php
+++ b/modules/saml/lib/Auth/Source/SP.php
@@ -141,6 +141,8 @@ class sspmod_saml_Auth_Source_SP extends SimpleSAML_Auth_Source {
$idpEntityId = $idpMetadata->g... | saml: Check that the responder is the same as the one the request was sent to. | simplesamlphp_saml2 | train |
1e8cd91b661f2de9b23545afefe966594bca792a | diff --git a/specs/Bag.spec.php b/specs/Bag.spec.php
index <HASH>..<HASH> 100644
--- a/specs/Bag.spec.php
+++ b/specs/Bag.spec.php
@@ -2,6 +2,7 @@
namespace dirtsimple\imposer\tests;
use dirtsimple\imposer\Bag;
+use dirtsimple\fn;
describe("Bag", function() {
it("is an ArrayObject with prop-setting", function(... | Add Bag->select() method | dirtsimple_imposer | train |
47ca4751e237943dd31d34e01568f6ff6f139668 | diff --git a/ripe/atlas/cousteau/__init__.py b/ripe/atlas/cousteau/__init__.py
index <HASH>..<HASH> 100644
--- a/ripe/atlas/cousteau/__init__.py
+++ b/ripe/atlas/cousteau/__init__.py
@@ -102,6 +102,11 @@ class Measurement(EntityRepresentation):
"""Assing some measurement's raw meta data from API response to in... | Measurements without a stop time were exploding | RIPE-NCC_ripe-atlas-cousteau | train |
a9372375e36788ca3ed37b3c1ba20bc3664a9a66 | diff --git a/sonar-pmd-plugin/src/main/java/org/sonar/plugins/pmd/PmdViolationRecorder.java b/sonar-pmd-plugin/src/main/java/org/sonar/plugins/pmd/PmdViolationRecorder.java
index <HASH>..<HASH> 100644
--- a/sonar-pmd-plugin/src/main/java/org/sonar/plugins/pmd/PmdViolationRecorder.java
+++ b/sonar-pmd-plugin/src/main/ja... | Switch from URI comparison to path comparison to deal with Windows Path structure | jensgerdes_sonar-pmd | train |
0a37be3e3cf9289f63f1506bc31db409c2b46738 | diff --git a/airflow/providers/snowflake/hooks/snowflake.py b/airflow/providers/snowflake/hooks/snowflake.py
index <HASH>..<HASH> 100644
--- a/airflow/providers/snowflake/hooks/snowflake.py
+++ b/airflow/providers/snowflake/hooks/snowflake.py
@@ -212,7 +212,7 @@ class SnowflakeHook(DbApiHook):
"""Override DbAp... | Add region to Snowflake URI. (#<I>)
Without adding the AWS region to the URL, SQLAlchemy engines created by
Airflow can't write dataframes to snowflake using pd_writer. This PR
fixes this. | apache_airflow | train |
d565df90ad85fd679f6507f0cff6b33ed364da8c | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,8 @@ Changes between 2.3.5 and 2.4.DEV
- make "import pdb ; pdb.set_trace()" work natively wrt capturing (no "-s" needed
anymore), making ``pytest.set_trace()`` a mere shortcut.
+- fix issue333: fix a case of... | fix issue<I>: fix a case of bad unittest/pytest hook interaction. | pytest-dev_pytest | train |
e6e6380f6c226a98ab33d66d56b528f625191b91 | diff --git a/src/Illuminate/View/Engines/EngineResolver.php b/src/Illuminate/View/Engines/EngineResolver.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/View/Engines/EngineResolver.php
+++ b/src/Illuminate/View/Engines/EngineResolver.php
@@ -30,6 +30,7 @@ class EngineResolver {
*/
public function register($en... | allowing for resolved engines to be re-registered | laravel_framework | train |
5776f66d1f423d25d0849b3a54f96e0bdbd4c2fd | diff --git a/src/pyrocore/scripts/pyroadmin.py b/src/pyrocore/scripts/pyroadmin.py
index <HASH>..<HASH> 100644
--- a/src/pyrocore/scripts/pyroadmin.py
+++ b/src/pyrocore/scripts/pyroadmin.py
@@ -19,12 +19,14 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
from __future__ import with_statement
+impo... | pyroadmin: added --dump-rc option
the output is certainly readable, the syntax might not work out
<I>% for roundtrips and need a few manual tweaks | pyroscope_pyrocore | train |
792dbebef2ed8fb516960368b7e6ff0635b2614a | diff --git a/lib/fog/compute/requests/vcloud/login.rb b/lib/fog/compute/requests/vcloud/login.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/compute/requests/vcloud/login.rb
+++ b/lib/fog/compute/requests/vcloud/login.rb
@@ -13,7 +13,7 @@ module Fog
},
:method => 'POST',
:parse ... | [vcloud|compute] make auth work | fog_fog | train |
8839c9cb927b5876b10316a52aea03b06883feff | diff --git a/kentikapi/v5/tagging.py b/kentikapi/v5/tagging.py
index <HASH>..<HASH> 100644
--- a/kentikapi/v5/tagging.py
+++ b/kentikapi/v5/tagging.py
@@ -362,11 +362,11 @@ class Client:
# submit a populator batch
def submit_populator_batch(self, column_name, batch):
- url = 'https://api.kentik.com/a... | Updated tagging URL endpoints to new 'batch' prefix | kentik_kentikapi-py | train |
f7a01b4651541d1df2608f2b627044fabb7968cf | diff --git a/tests/org.eclipse.xtext.generator.tests/src/org/eclipse/xtext/xtext/XtextValidationTest.java b/tests/org.eclipse.xtext.generator.tests/src/org/eclipse/xtext/xtext/XtextValidationTest.java
index <HASH>..<HASH> 100644
--- a/tests/org.eclipse.xtext.generator.tests/src/org/eclipse/xtext/xtext/XtextValidationTe... | * feature: Check that refuses enum with explicit empty literals ("") | eclipse_xtext-core | train |
c6704f4e97b2473472ecb8026cc1c9f2da5d161c | diff --git a/bugwarrior/services/bitbucket.py b/bugwarrior/services/bitbucket.py
index <HASH>..<HASH> 100644
--- a/bugwarrior/services/bitbucket.py
+++ b/bugwarrior/services/bitbucket.py
@@ -135,17 +135,31 @@ class BitbucketService(IssueService, ServiceClient):
return True
- def get_data(self, url, **kw... | Bitbucket: Paginate through object collection returned by API call
Many endpoints in the version <I> of the bitbucket API return object
collection splint into pages, this change introduces a way to get all
the pages instead of just the first one.
See bitbucket documentation:
<URL> | ralphbean_bugwarrior | train |
235604975a2e3aaba46fdd194e169c64fe30cc38 | diff --git a/dwave/embedding/pegasus.py b/dwave/embedding/pegasus.py
index <HASH>..<HASH> 100644
--- a/dwave/embedding/pegasus.py
+++ b/dwave/embedding/pegasus.py
@@ -36,12 +36,18 @@ def find_clique_embedding(k, m=None, target_graph=None):
m = target_graph.graph['rows'] # We only support square Pegasus graphs
... | Add back_translate lambda in order to deal with differences between ints and coordinates in the target_graph. Add unit test to check back translate | dwavesystems_dwave-system | train |
96788bf275fdde0e1ebd47d4a00bef7be636f99f | diff --git a/spyderlib/plugins/inspector.py b/spyderlib/plugins/inspector.py
index <HASH>..<HASH> 100644
--- a/spyderlib/plugins/inspector.py
+++ b/spyderlib/plugins/inspector.py
@@ -9,6 +9,7 @@
from PyQt4.QtGui import (QHBoxLayout, QVBoxLayout, QLabel, QSizePolicy, QMenu,
QToolButton, QGrou... | Add a QWebView widget to render the rich text help.
-. Add an action (rich_text) to show the widget. It will
hide the editor widget to show the QWebView one.
-. We prefer QWebView over QTextEdit or QTextBrowser because
they don't support full css styles. | spyder-ide_spyder | train |
bbd0529f4bb71c7cd94995e87f92216de004284f | diff --git a/hack/update/github.go b/hack/update/github.go
index <HASH>..<HASH> 100644
--- a/hack/update/github.go
+++ b/hack/update/github.go
@@ -221,7 +221,7 @@ func GHReleases(ctx context.Context, owner, repo string) (stable, latest string,
return "", "", err
}
for _, rl := range rls {
- ver := rl.GetNam... | fix GHReleases() to use release tag name instead of release name for release version | kubernetes_minikube | train |
eaa606b10c63018fa7d798ac5f8359d321d8b78d | diff --git a/tests/__init__.py b/tests/__init__.py
index <HASH>..<HASH> 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,28 +1,16 @@
# -*- coding: utf-8 -*-
# Copyright © 2015 ACSONE SA/NV
# License LGPLv3 (http://www.gnu.org/licenses/lgpl-3.0-standalone.html)
+from contextlib import contextmanager
impo... | Simplify working_directory_keeper | acsone_setuptools-odoo | train |
af46df7eaea3e5687e483d0aeceb250d14f10aa3 | diff --git a/lib/request.js b/lib/request.js
index <HASH>..<HASH> 100644
--- a/lib/request.js
+++ b/lib/request.js
@@ -360,12 +360,6 @@ req.__defineGetter__('stale', function(){
return connect.utils.modified(this, this.res);
});
-// Callback for isXMLHttpRequest / xhr
-
-function isxhr() {
- return this.header('... | Removed req.isXMLHttpRequest
let me know if you actually use this :) | expressjs_express | train |
93e104d96924019986b24350f5090409725f8792 | diff --git a/src/Illuminate/Database/Concerns/BuildsQueries.php b/src/Illuminate/Database/Concerns/BuildsQueries.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Database/Concerns/BuildsQueries.php
+++ b/src/Illuminate/Database/Concerns/BuildsQueries.php
@@ -332,7 +332,7 @@ trait BuildsQueries
* @param int ... | [8.x] fix return type PHPDoc of the cursorPaginate method (#<I>) | laravel_framework | train |
3629b756798ab3e3f03eee863a5fdacbd84f6c7a | diff --git a/test/lib/Elastica/Query/MatchAllTest.php b/test/lib/Elastica/Query/MatchAllTest.php
index <HASH>..<HASH> 100644
--- a/test/lib/Elastica/Query/MatchAllTest.php
+++ b/test/lib/Elastica/Query/MatchAllTest.php
@@ -1,7 +1,7 @@
<?php
require_once dirname(__FILE__) . '/../../../bootstrap.php';
-class Elastica... | test case for match all query with multiple indices | ruflin_Elastica | train |
01612672ebab7b4d06d2e090bd44407afa78b72b | diff --git a/DataItemInspector.py b/DataItemInspector.py
index <HASH>..<HASH> 100644
--- a/DataItemInspector.py
+++ b/DataItemInspector.py
@@ -130,7 +130,7 @@ class ParamInspector(InspectorSection):
self.param_slider.maximum = 100
self.param_slider.bind_value(data_item_binding_source, "param")
... | Add float to percent converter and test.
svn r<I> | nion-software_nionswift | train |
17e947f0865c9697d4a84c2e2de01ed77e27549d | diff --git a/tests/AdapterTest.php b/tests/AdapterTest.php
index <HASH>..<HASH> 100644
--- a/tests/AdapterTest.php
+++ b/tests/AdapterTest.php
@@ -140,6 +140,10 @@ class AdapterTest extends TestCase
public function testRead(AdapterInterface $adapter, $config, $options)
{
$this->assertArrayHasKey('con... | Update AdapterTest.php | freyo_flysystem-qcloud-cos-v5 | train |
4430a6fbb8bd24617d15522e73ca316a820a6638 | diff --git a/client/lib/transaction/store.js b/client/lib/transaction/store.js
index <HASH>..<HASH> 100644
--- a/client/lib/transaction/store.js
+++ b/client/lib/transaction/store.js
@@ -84,7 +84,7 @@ TransactionStore.dispatchToken = Dispatcher.register( function( payload ) {
setPayment( action.payment );
break... | Checkout: Rename constant for set new credit card details in transaction action to be more consistent | Automattic_wp-calypso | train |
ca1ad6fcedf674868e45f2c9a3748d62bc1da2d7 | diff --git a/src/frontend/org/voltdb/utils/SQLCommand.java b/src/frontend/org/voltdb/utils/SQLCommand.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/utils/SQLCommand.java
+++ b/src/frontend/org/voltdb/utils/SQLCommand.java
@@ -382,7 +382,7 @@ public class SQLCommand
private static final Pattern Sem... | Fix a sqlcmd regression in the soon-to-die 'go' support, act on related review feedback. | VoltDB_voltdb | train |
620ba56b3a814a5bf4463a14eee0c0f9dad6442d | diff --git a/lib/vault.rb b/lib/vault.rb
index <HASH>..<HASH> 100644
--- a/lib/vault.rb
+++ b/lib/vault.rb
@@ -38,19 +38,19 @@ module Vault
def update_index
source_index.add_spec(spec)
- # do this in a rake task!
+ # TODO: throw this in a rake task and cron it
# upload(source_path, source... | Ruby, you frighten me | rubygems_rubygems.org | train |
85e6d32cbb3656f012f187dcba069ba841423e7c | diff --git a/src/lib/is-utf-8.js b/src/lib/is-utf-8.js
index <HASH>..<HASH> 100644
--- a/src/lib/is-utf-8.js
+++ b/src/lib/is-utf-8.js
@@ -3,5 +3,5 @@
module.exports = function (win) {
win = win || global;
- return win.document.characterSet.toLowerCase() === 'utf-8';
+ return Boolean(win.document.characterSet &... | Only check utf8 on browsers that have characterSet property | braintree_braintree-web-drop-in | train |
56f734a3615ad522a1dbaafc7442f19e4651640b | diff --git a/actionpack/lib/action_dispatch/journey/path/pattern.rb b/actionpack/lib/action_dispatch/journey/path/pattern.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_dispatch/journey/path/pattern.rb
+++ b/actionpack/lib/action_dispatch/journey/path/pattern.rb
@@ -59,31 +59,6 @@ module ActionDispatch
... | pull RegexpOffsets in to a method
we don't really need this visitor | rails_rails | train |
f10454b6802be76fc270458f699b269cdb1fc6fb | diff --git a/packages/ipfs-unixfs-importer/test/importer.spec.js b/packages/ipfs-unixfs-importer/test/importer.spec.js
index <HASH>..<HASH> 100644
--- a/packages/ipfs-unixfs-importer/test/importer.spec.js
+++ b/packages/ipfs-unixfs-importer/test/importer.spec.js
@@ -20,6 +20,7 @@ const blockApi = require('./helpers/blo... | test: adds a test for getting the same multihash from different CID versions (#<I>)
Just a small example test | ipfs_js-ipfs-unixfs | train |
aef11128c063306ac08ff84bc69a9e77f8294798 | diff --git a/doctr/travis.py b/doctr/travis.py
index <HASH>..<HASH> 100644
--- a/doctr/travis.py
+++ b/doctr/travis.py
@@ -477,8 +477,8 @@ def commit_docs(*, added, removed):
DOCTR_COMMAND = ' '.join(map(shlex.quote, sys.argv))
- if added:
- run(['git', 'add', *added])
+ for f in added:
+ r... | Test adding the "slow" way
See if my test in .travis.yml really does test the right thing. | drdoctr_doctr | train |
1bf2ce1a3261b5486d3d9643826b05cb8d8ee35b | diff --git a/cmd/influxd/launcher/query_test.go b/cmd/influxd/launcher/query_test.go
index <HASH>..<HASH> 100644
--- a/cmd/influxd/launcher/query_test.go
+++ b/cmd/influxd/launcher/query_test.go
@@ -748,7 +748,7 @@ from(bucket: "%s")
}
}
-func TestLauncher_Query_PushDownWindowAggregate(t *testing.T) {
+func TestLa... | feat(query): register bare aggregate | influxdata_influxdb | train |
61bad0192df26895c27ddc882cf797e4c8fec977 | diff --git a/code/media/lib_koowa/js/tabs.js b/code/media/lib_koowa/js/tabs.js
index <HASH>..<HASH> 100644
--- a/code/media/lib_koowa/js/tabs.js
+++ b/code/media/lib_koowa/js/tabs.js
@@ -20,6 +20,8 @@ if(!Koowa) var Koowa = {};
*/
Koowa.Tabs = new Class({
+ Implements: [Options, Events],
+
getOptions: ... | Fixed Mootools <I> and Joomla <I> compatibility issues. | timble_kodekit | train |
82547816ac041a219841bb3e42d89110510099ac | diff --git a/src/com/google/javascript/jscomp/parsing/IRFactory.java b/src/com/google/javascript/jscomp/parsing/IRFactory.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/parsing/IRFactory.java
+++ b/src/com/google/javascript/jscomp/parsing/IRFactory.java
@@ -701,6 +701,7 @@ class IRFactory {
... | Correctly handle JSDoc in template literal substitution expressions.
This fixes a bug where IRFactory was trying to put JSDoc on the container TEMPLATELIT_SUB node, instead of on the expression inside it.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
bbace7e98cb82323d46ed6aaea47128bb44a643b | diff --git a/src/org/jgroups/protocols/TP.java b/src/org/jgroups/protocols/TP.java
index <HASH>..<HASH> 100644
--- a/src/org/jgroups/protocols/TP.java
+++ b/src/org/jgroups/protocols/TP.java
@@ -49,7 +49,7 @@ import java.util.concurrent.locks.ReentrantLock;
* The {@link #receive(Address, Address, byte[], int, int)} m... | removed exception when bundling timeout or size is set without corresponding enable_bundling | belaban_JGroups | train |
a5223cc2afbd5688ad07a50697e9efb6cef5a200 | diff --git a/minimatch.js b/minimatch.js
index <HASH>..<HASH> 100644
--- a/minimatch.js
+++ b/minimatch.js
@@ -853,7 +853,12 @@ function match (f, partial) {
var set = this.set
this.debug(this.pattern, "set", set)
- var splitFile = path.basename(f.join("/")).split("/")
+ // Find the basename of the split file... | Look up basename using already split segments
Previously path.basename was used in conjunction with joining
and splitting the segments array which was much slower than just
looking up the basename from the already split segments array. | isaacs_minimatch | train |
9c05da7d6bceb11e3f1cf61bd72888d743e98df0 | diff --git a/vb_suite/test_perf.py b/vb_suite/test_perf.py
index <HASH>..<HASH> 100755
--- a/vb_suite/test_perf.py
+++ b/vb_suite/test_perf.py
@@ -356,7 +356,7 @@ def print_report(df,h_head=None,h_msg="",h_baseline=None,b_msg=""):
if not args.quiet:
prprint(s)
- if args.stats:
+ if args.stats and ... | BLD: test_perf don't print stats twice | pandas-dev_pandas | train |
4351e62eb182b6c555ed32ebfc1ce159acc9ed2f | diff --git a/Controller/ArticleController.php b/Controller/ArticleController.php
index <HASH>..<HASH> 100644
--- a/Controller/ArticleController.php
+++ b/Controller/ArticleController.php
@@ -243,8 +243,10 @@ class ArticleController extends AbstractRestController implements ClassResourceI
$query = new B... | Fix filter by multiple types (#<I>) | sulu_SuluArticleBundle | train |
1219dab87385888f63bd4088fe31e34727c59395 | diff --git a/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ws/wsa/TestNoAddressingTestCase.java b/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ws/wsa/TestNoAddressingTestCase.java
index <HASH>..<HASH> 100644
--- a/testsuite/integration/basic/src/test/java/org/jboss/a... | Unnecessary archive export removed | wildfly_wildfly | train |
8a0bea567b7c0d7be3356bbc34b868fd3d611327 | diff --git a/lib/ipfilter.js b/lib/ipfilter.js
index <HASH>..<HASH> 100644
--- a/lib/ipfilter.js
+++ b/lib/ipfilter.js
@@ -32,6 +32,8 @@ Netmask = require('netmask').Netmask;
* - `errorCode` the HTTP status code to use when denying access. Defaults to 401.
* - `errorMessage` the error message to use when denying ... | fixed the issue that there is no option to deny proxy/cloudflare forwards
see <URL> | ryanbillingsley_express-ipfilter | train |
c476c8213e8cc03dbaca2e439acd56cd4374dede | diff --git a/github/checks.go b/github/checks.go
index <HASH>..<HASH> 100644
--- a/github/checks.go
+++ b/github/checks.go
@@ -51,7 +51,6 @@ type CheckRunOutput struct {
// CheckRunAnnotation represents an annotation object for a CheckRun output.
type CheckRunAnnotation struct {
Path *string `json:"path,... | Remove blob_href from check annotations (#<I>) | google_go-github | train |
cf9f42463cf8caea6cd44648ed90c3553feb4dce | diff --git a/library/CM/Site/Abstract.php b/library/CM/Site/Abstract.php
index <HASH>..<HASH> 100644
--- a/library/CM/Site/Abstract.php
+++ b/library/CM/Site/Abstract.php
@@ -263,6 +263,21 @@ abstract class CM_Site_Abstract extends CM_Model_Abstract {
}
/**
+ * @return boolean
+ */
+ public funct... | added "robotIndexingDisallowed"-property to CM_Site | cargomedia_cm | train |
1947938f7e0207c746cefc448528997dbe10cfc4 | diff --git a/processor/command/complete.rb b/processor/command/complete.rb
index <HASH>..<HASH> 100644
--- a/processor/command/complete.rb
+++ b/processor/command/complete.rb
@@ -30,6 +30,7 @@ if __FILE__ == $0
require_relative '../mock'
dbgr, cmd = MockDebugger::setup
%w(d b bt).each do |prefix|
+ cmd.proc... | Fix up standalone code for "complete" command. | rocky_rbx-trepanning | train |
5e6491c3fedf2b23e6e1593f473ca4d30d61179c | diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py
index <HASH>..<HASH> 100644
--- a/discord/ext/commands/core.py
+++ b/discord/ext/commands/core.py
@@ -204,10 +204,16 @@ class Command:
if converter.__module__.startswith('discord.') and not converter.__module__.endswith('converter'):
... | [commands] Allow inline advanced converters via classmethods.
That way you don't need to have, e.g. Foo and FooConverter and can
do it inline via Foo instead. | Rapptz_discord.py | train |
1e8130488611c36422e6230e3c60b9ef3f3a762b | diff --git a/load_balancers.go b/load_balancers.go
index <HASH>..<HASH> 100644
--- a/load_balancers.go
+++ b/load_balancers.go
@@ -6,26 +6,44 @@ import (
type LoadBalancer struct {
Resource
- Name string
- Status string
- CreatedAt *time.Time `json:"created_at"`
- DeletedAt *time.Time `json:"deleted_at... | LoadBalancer Healthcheck and Certificate structs | brightbox_gobrightbox | train |
e6154b214f22bf7f027c25f80040a177312501d0 | diff --git a/agent/core/src/main/java/org/jolokia/discovery/MulticastUtil.java b/agent/core/src/main/java/org/jolokia/discovery/MulticastUtil.java
index <HASH>..<HASH> 100644
--- a/agent/core/src/main/java/org/jolokia/discovery/MulticastUtil.java
+++ b/agent/core/src/main/java/org/jolokia/discovery/MulticastUtil.java
@... | Removed system.out.println use for debugging. | rhuss_jolokia | train |
a013539f1850a44765acc8f5155ea89c69f4583e | diff --git a/lib/Thulium/Db/ModelQueryBuilder.php b/lib/Thulium/Db/ModelQueryBuilder.php
index <HASH>..<HASH> 100644
--- a/lib/Thulium/Db/ModelQueryBuilder.php
+++ b/lib/Thulium/Db/ModelQueryBuilder.php
@@ -133,8 +133,10 @@ class ModelQueryBuilder
return 0;
}
- $sql = 'DELETE FROM ' . $th... | Implemented delete in query builder. | letsdrink_ouzo | train |
6744dfaee88e466a2ba553dbb873d4a6bd912150 | diff --git a/cumulusci/core/tests/test_config_expensive.py b/cumulusci/core/tests/test_config_expensive.py
index <HASH>..<HASH> 100644
--- a/cumulusci/core/tests/test_config_expensive.py
+++ b/cumulusci/core/tests/test_config_expensive.py
@@ -24,13 +24,11 @@ __location__ = os.path.dirname(os.path.realpath(__file__))
... | Switch to per-method tmp because tests conflict | SFDO-Tooling_CumulusCI | train |
7a504f94b141c0cdddeea0cc80bb9c91ece79d93 | diff --git a/liquibase-core/src/main/java/liquibase/change/core/InsertDataChange.java b/liquibase-core/src/main/java/liquibase/change/core/InsertDataChange.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/change/core/InsertDataChange.java
+++ b/liquibase-core/src/main/java/liquibase/change/... | CLOB/BLOB types on insertData need to use the a perpared statement | liquibase_liquibase | train |
097df4dda3baf483f7ca27a5d6a6eb5cf8a3ffbb | diff --git a/library/src/main/java/com/qiniu/android/http/dns/DnsCacheFile.java b/library/src/main/java/com/qiniu/android/http/dns/DnsCacheFile.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/qiniu/android/http/dns/DnsCacheFile.java
+++ b/library/src/main/java/com/qiniu/android/http/dns/DnsCacheFile.ja... | modify dns cache file create logic and optimize dns cache info create by data | qiniu_android-sdk | train |
1912aea14032082df690e7d493cbc53adb319cd9 | diff --git a/src/com/algolia/search/AlgoliaClient.java b/src/com/algolia/search/AlgoliaClient.java
index <HASH>..<HASH> 100644
--- a/src/com/algolia/search/AlgoliaClient.java
+++ b/src/com/algolia/search/AlgoliaClient.java
@@ -6,6 +6,7 @@ import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
... | Added url encoding of Index name on delete call | algolia_algoliasearch-client-android | train |
5a61461b8f440371f8ab665dcc5889b0eb2de562 | diff --git a/juicer/admin/JuicerAdmin.py b/juicer/admin/JuicerAdmin.py
index <HASH>..<HASH> 100644
--- a/juicer/admin/JuicerAdmin.py
+++ b/juicer/admin/JuicerAdmin.py
@@ -150,6 +150,7 @@ class JuicerAdmin(object):
Delete repo in specified environments
"""
+ orphan_query = '/content/orphans/rp... | remove all orphaned rpms when deleting a repo for #<I> | juicer_juicer | train |
132dd74a97529d1e27c103a3f28642e7d8e05cb8 | diff --git a/src/Model/controller.php b/src/Model/controller.php
index <HASH>..<HASH> 100644
--- a/src/Model/controller.php
+++ b/src/Model/controller.php
@@ -312,29 +312,6 @@ $this->get('/admin/system/model/:schema/create', function ($request, $response)
$data['schema']['singular']
);
- //add custo... | critical fix with JSON fields and format when form results in an error | CradlePHP_cradle-system | train |
9dc6c30cd254ced78bb4819dc9f6ae512d9c6979 | diff --git a/servers/src/main/java/tachyon/master/next/MasterBase.java b/servers/src/main/java/tachyon/master/next/MasterBase.java
index <HASH>..<HASH> 100644
--- a/servers/src/main/java/tachyon/master/next/MasterBase.java
+++ b/servers/src/main/java/tachyon/master/next/MasterBase.java
@@ -23,6 +23,7 @@ import org.slf4... | Write journal in FileSystemMaster#createFile | Alluxio_alluxio | train |
b67f45a72eba9270eb1d77b81455add26e2e73f0 | diff --git a/go/dhcp/main.go b/go/dhcp/main.go
index <HASH>..<HASH> 100644
--- a/go/dhcp/main.go
+++ b/go/dhcp/main.go
@@ -482,7 +482,7 @@ func (h *Interface) ServeDHCP(p dhcp.Packet, msgType dhcp.MessageType) (answer A
reqIP = net.IP(p.CIAddr())
}
- clientHostname := string(options[12])
+ clientHostname... | use constant for pfdhcp option | inverse-inc_packetfence | train |
7e63f7bc21e6857f8e741ea0f0de41068c61a1bc | diff --git a/newsletter-bundle/src/Resources/contao/dca/tl_newsletter_recipients.php b/newsletter-bundle/src/Resources/contao/dca/tl_newsletter_recipients.php
index <HASH>..<HASH> 100644
--- a/newsletter-bundle/src/Resources/contao/dca/tl_newsletter_recipients.php
+++ b/newsletter-bundle/src/Resources/contao/dca/tl_new... | [Newsletter] Correctly handle "toggle visibility" requests via Ajax | contao_contao | train |
c5ac79815c0d1532f94be91ce3b560141c3fe482 | diff --git a/src/Illuminate/Database/Query/Builder.php b/src/Illuminate/Database/Query/Builder.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Database/Query/Builder.php
+++ b/src/Illuminate/Database/Query/Builder.php
@@ -1613,7 +1613,7 @@ class Builder
{
$this->lock = $value;
- if ($this->l... | [<I>] Execute queries with lock only in write database (#<I>)
* Fix namespace. (#<I>)
* Execute queries with lock only in write database. | laravel_framework | train |
dd050b3320e90bb38660b6e8b75469b6cf3812b4 | diff --git a/course/lib.php b/course/lib.php
index <HASH>..<HASH> 100644
--- a/course/lib.php
+++ b/course/lib.php
@@ -1121,15 +1121,13 @@ function print_course_admin_links($course, $width=180) {
$admindata[]="<a href=\"teacher.php?id=$course->id\">$course->teachers...</a>";
$adminicon... | Non-editing teachers should not be able to assign students | moodle_moodle | train |
d5859de46c5af39d9f229242d194d12ebcb16469 | diff --git a/modules/admin/tests/admin/ngrest/plugins/SelectModelTest.php b/modules/admin/tests/admin/ngrest/plugins/SelectModelTest.php
index <HASH>..<HASH> 100644
--- a/modules/admin/tests/admin/ngrest/plugins/SelectModelTest.php
+++ b/modules/admin/tests/admin/ngrest/plugins/SelectModelTest.php
@@ -6,6 +6,7 @@ use a... | added very basic empty string test when i<I>n cast on i<I>n field #<I> | luyadev_luya | train |
2428b9021aa04afcf83f49325a366010275c89fa | diff --git a/Encoder/JWTEncoderInterface.php b/Encoder/JWTEncoderInterface.php
index <HASH>..<HASH> 100644
--- a/Encoder/JWTEncoderInterface.php
+++ b/Encoder/JWTEncoderInterface.php
@@ -13,6 +13,7 @@ use Lexik\Bundle\JWTAuthenticationBundle\Exception\JWTEncodeFailureException;
interface JWTEncoderInterface
{
/*... | Header used for JWT encoding and decoding ops | lexik_LexikJWTAuthenticationBundle | train |
40093176d53932985f74c844ba77956c212eaa4a | diff --git a/h2o-algos/src/main/java/hex/tree/SharedTree.java b/h2o-algos/src/main/java/hex/tree/SharedTree.java
index <HASH>..<HASH> 100755
--- a/h2o-algos/src/main/java/hex/tree/SharedTree.java
+++ b/h2o-algos/src/main/java/hex/tree/SharedTree.java
@@ -189,15 +189,6 @@ public abstract class SharedTree<
_isUplift... | SharedTree doesn't need to address treatment column, MB already handles it | h2oai_h2o-3 | train |
bc50885172640416efbd957221eeb254267d00d3 | diff --git a/src/main/resources/META-INF/resources/primefaces/sheet/sheet.js b/src/main/resources/META-INF/resources/primefaces/sheet/sheet.js
index <HASH>..<HASH> 100644
--- a/src/main/resources/META-INF/resources/primefaces/sheet/sheet.js
+++ b/src/main/resources/META-INF/resources/primefaces/sheet/sheet.js
@@ -245,6... | Improved sheet with arrow navigation. | primefaces_primefaces | train |
7353ec466f18d80ad4003d957810acedcb5ea718 | diff --git a/ReadMe.md b/ReadMe.md
index <HASH>..<HASH> 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -13,7 +13,7 @@
var say = require('say'),
colors = require('colors'),
- sys = require('sys');
+ util = require('util');
// no callback, fire and forget
say.speak('Alex', 'whats up, ... | [fix] Changed require('util') to require('util') for compatibility with node <I> | Marak_say.js | train |
e54d2e93ccc95be7805633badb06471d0056d03c | diff --git a/lib/metanorma/collection_renderer.rb b/lib/metanorma/collection_renderer.rb
index <HASH>..<HASH> 100644
--- a/lib/metanorma/collection_renderer.rb
+++ b/lib/metanorma/collection_renderer.rb
@@ -338,7 +338,7 @@ module Metanorma
f.close
# warn "metanorma compile -x html #{f.path}"
... | Fix formatting in brackets and misstype in no-install-fonts | metanorma_metanorma | train |
48062e2e3f4ad32952db2bb15075a0ef8ca3fc64 | diff --git a/lib/Doctrine/ODM/PHPCR/DocumentManager.php b/lib/Doctrine/ODM/PHPCR/DocumentManager.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ODM/PHPCR/DocumentManager.php
+++ b/lib/Doctrine/ODM/PHPCR/DocumentManager.php
@@ -414,6 +414,8 @@ class DocumentManager implements ObjectManager
*/
public funct... | check if the DM is closed in all relevant places | doctrine_phpcr-odm | train |
2e2c4c0a1c8aba18b856feec4ac0fae9ac1ddbbd | diff --git a/bcbio/variation/population.py b/bcbio/variation/population.py
index <HASH>..<HASH> 100644
--- a/bcbio/variation/population.py
+++ b/bcbio/variation/population.py
@@ -41,7 +41,10 @@ def _do_db_build(samples):
"""Confirm we should build a gemini database: need gemini + human samples.
"""
confi... | Correctly catch CmdNotFound errors when retrieving gemini information from configuration. | bcbio_bcbio-nextgen | train |
b5273babb50b6b9699655f2701aac7bf841ffe1b | diff --git a/src/ol/View.js b/src/ol/View.js
index <HASH>..<HASH> 100644
--- a/src/ol/View.js
+++ b/src/ol/View.js
@@ -971,6 +971,9 @@ class View extends BaseObject {
*/
getResolutionForZoom(zoom) {
if (this.resolutions_) {
+ if (this.resolutions_.length <= 1) {
+ return 0;
+ }
const... | View / handle resolutions array with length=1 | openlayers_openlayers | train |
542828825bc99bd5a59f58eaf74cfd2eaa1440de | diff --git a/arthur/test/test_ui.py b/arthur/test/test_ui.py
index <HASH>..<HASH> 100644
--- a/arthur/test/test_ui.py
+++ b/arthur/test/test_ui.py
@@ -243,7 +243,7 @@ class LauncherTests(unittest.SynchronousTestCase):
class UnhandledInputTests(unittest.SynchronousTestCase):
def test_quit(self):
- """The ... | Use C-w instead of C-q | crypto101_arthur | train |
953e6ad73144b738d57892c7fe3f9ec7882310da | diff --git a/library/Benri/Db/Table.php b/library/Benri/Db/Table.php
index <HASH>..<HASH> 100644
--- a/library/Benri/Db/Table.php
+++ b/library/Benri/Db/Table.php
@@ -43,17 +43,17 @@ class Benri_Db_Table extends Zend_Db_Table
/**
* Fetches all rows.
*
- * @param int $currentPage An SQL LIMIT offset... | Removed _setupDatabaseAdapter(). Not a very common use case (closes #4). | douggr_benri | train |
eef006542fc364afbfe313b3bb6eba208cd83bdd | diff --git a/src/frontend/org/voltdb/parser/SQLParser.java b/src/frontend/org/voltdb/parser/SQLParser.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/parser/SQLParser.java
+++ b/src/frontend/org/voltdb/parser/SQLParser.java
@@ -17,7 +17,10 @@
package org.voltdb.parser;
+import java.io.BufferedReader... | Fix issue with finding DDL in the middle of a batch.
I didn't realize PAT_ANY_DDL_FIRST_TOKEN matches any line where a DDL
token is the first token (not just the first line). | VoltDB_voltdb | train |
1215d2a7c1ef44b68a00a5e84b5d5bbb82193391 | diff --git a/splunklib/client.py b/splunklib/client.py
index <HASH>..<HASH> 100644
--- a/splunklib/client.py
+++ b/splunklib/client.py
@@ -76,7 +76,8 @@ __all__ = [
"NotSupportedError",
"OperationError",
"IncomparableException",
- "Service"
+ "Service",
+ "namespace"
]
PATH_APPS = "apps/loca... | Added segmentation=none to all results methods. Added namespace to export list in client.py. | splunk_splunk-sdk-python | train |
38f0bdb9284bcaeb2a0ae0dcc6533b52cdba4afb | diff --git a/salt/state.py b/salt/state.py
index <HASH>..<HASH> 100644
--- a/salt/state.py
+++ b/salt/state.py
@@ -191,6 +191,7 @@ class State(object):
chunk['__sls__'] = body['__sls__']
if body.has_key('__env__'):
chunk['__env__'] = body['__env__']
+ ... | Add __id__ to the data compiler and require section - makes requires
based on <type>: __id__ which fixes the issues with one name with many
branches | saltstack_salt | train |
d243e6009a49f044d43f6cd630f43e4ab507bde1 | diff --git a/Minimal-J/src/main/java/org/minimalj/frontend/vaadin/VaadinBorderLayout.java b/Minimal-J/src/main/java/org/minimalj/frontend/vaadin/VaadinBorderLayout.java
index <HASH>..<HASH> 100644
--- a/Minimal-J/src/main/java/org/minimalj/frontend/vaadin/VaadinBorderLayout.java
+++ b/Minimal-J/src/main/java/org/minima... | VaadinBorderLayout: removed unused method | BrunoEberhard_minimal-j | train |
15d876d299025a8eddd84e27b4d48fe025b0dd16 | diff --git a/promptly/form.py b/promptly/form.py
index <HASH>..<HASH> 100644
--- a/promptly/form.py
+++ b/promptly/form.py
@@ -1,13 +1,12 @@
# -*- coding: utf-8 -*-
-import sys
from .inputs import String
from .inputs import Integer
from .inputs import Select
from .inputs import Boolean
from .inputs import MultiSe... | Added support for notifications to be added to forms. Notifications will just print and continue to the next prompt when the form runs. | aventurella_promptly | train |
5e58fcb6203f33119950b0155b8dd40d6595a69b | diff --git a/python/ray/tests/test_multi_tenancy.py b/python/ray/tests/test_multi_tenancy.py
index <HASH>..<HASH> 100644
--- a/python/ray/tests/test_multi_tenancy.py
+++ b/python/ray/tests/test_multi_tenancy.py
@@ -268,7 +268,11 @@ def test_not_killing_workers_that_own_objects(shutdown_only):
# New workers shoul... | Relax check on test_multi_tenancy.py::test_not_killing_workers_that_own_objects (#<I>) | ray-project_ray | train |
1fd60f06d692143474218bd5e30fb44390508389 | diff --git a/src/main/java/net/emaze/dysfunctional/Consumers.java b/src/main/java/net/emaze/dysfunctional/Consumers.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/emaze/dysfunctional/Consumers.java
+++ b/src/main/java/net/emaze/dysfunctional/Consumers.java
@@ -93,7 +93,7 @@ public abstract class Consumers {
... | fix: wrong labels on preconditions | cybazeitalia_emaze-dysfunctional | train |
bf284b1818d4b13899b9e14a864c90f0fd8b235d | diff --git a/src/mobilebone.js b/src/mobilebone.js
index <HASH>..<HASH> 100644
--- a/src/mobilebone.js
+++ b/src/mobilebone.js
@@ -357,7 +357,8 @@
options = options || {};
// get current page(will be out) according to 'page_or_child'
var current_page = document.querySelector(".in." + this.classPage);
-
+ // g... | Update mobilebone.js
Ajax page's title can get from <title> element or ajax options; | zhangxinxu_mobilebone | train |
79f81f8ac38256fa84951905431391eed9414ec1 | diff --git a/salt/utils/http.py b/salt/utils/http.py
index <HASH>..<HASH> 100644
--- a/salt/utils/http.py
+++ b/salt/utils/http.py
@@ -461,7 +461,7 @@ def get_ca_bundle(opts=None):
if os.path.exists(path):
return path
- if salt.utils.is_windows():
+ if salt.utils.is_windows() and HAS_CERTI... | Added HAS_CERTIFI check | saltstack_salt | train |
8297fe6e57906e750a918e480ae34c048fe5a68f | diff --git a/internal/backend_adlv1.go b/internal/backend_adlv1.go
index <HASH>..<HASH> 100644
--- a/internal/backend_adlv1.go
+++ b/internal/backend_adlv1.go
@@ -25,6 +25,7 @@ import (
"net/http"
"net/url"
"os"
+ "sort"
"strconv"
"strings"
"syscall"
@@ -671,43 +672,30 @@ func (b *ADLv1) DeleteBlob(param *D... | sort the blobs first before deleting them in adlv1
shaves ~1s in each test cleanup | kahing_goofys | train |
49e0f03696ce52528e31cdbe8ff64b48f7c04bca | diff --git a/locksmith/auth/urls.py b/locksmith/auth/urls.py
index <HASH>..<HASH> 100644
--- a/locksmith/auth/urls.py
+++ b/locksmith/auth/urls.py
@@ -5,5 +5,5 @@ urlpatterns = patterns('locksmith.auth.views',
url(r'^update_key/$', 'update_key', name='update_key'),
url(r'^update_key_by_email/$', 'update_key',... | Removed requirement that the key actually be a UUID. | sunlightlabs_django-locksmith | train |
4bd6f1e24501cbb52db2bfc42c3b3ee68b819f38 | diff --git a/findimports.py b/findimports.py
index <HASH>..<HASH> 100755
--- a/findimports.py
+++ b/findimports.py
@@ -60,7 +60,6 @@ import sets
import getopt
import compiler
import linecache
-from sets import Set
from compiler import ast
from compiler.visitor import ASTVisitor
@@ -247,8 +246,8 @@ class ModuleGr... | Refactoring.
Originally committed <I>-<I>-<I> <I>:<I>:<I> <I> to a different SVN repository
(python-tools) as revision <I>. | mgedmin_findimports | train |
0ce2e1166f52c86e432bb774475e1caf4b8cb9fd | diff --git a/client/html/templates/catalog/count/tree-body-standard.php b/client/html/templates/catalog/count/tree-body-standard.php
index <HASH>..<HASH> 100644
--- a/client/html/templates/catalog/count/tree-body-standard.php
+++ b/client/html/templates/catalog/count/tree-body-standard.php
@@ -14,13 +14,11 @@ var catal... | Simplified catalog/count tree JS | aimeos_ai-client-html | train |
e64ea7f74bbc53fbd4bfcaab772156124bd5a12b | diff --git a/flatpages_i18n/forms.py b/flatpages_i18n/forms.py
index <HASH>..<HASH> 100644
--- a/flatpages_i18n/forms.py
+++ b/flatpages_i18n/forms.py
@@ -20,9 +20,12 @@ class FlatpageForm(forms.ModelForm):
raise forms.ValidationError(_(u"URL '%(url)s' is missing a leading slash.") % {'url': url})
... | Fix compatibility issues with APPEND_SLASH and settings.MIDDLEWARE_CLASSES/MIDDLEWARE | PragmaticMates_django-flatpages-i18n | train |
3af6450e93ffde6c847bcbe16463368b55c50928 | diff --git a/src/Post.php b/src/Post.php
index <HASH>..<HASH> 100644
--- a/src/Post.php
+++ b/src/Post.php
@@ -1890,7 +1890,7 @@ class Post extends Base
*/
public static function decodeLinkObject($encoded)
{
- return json_decode(urldecode($encoded));
+ return json_decode(stripslashes(urlde... | remove slashes for encoded links | tacowordpress_tacowordpress | train |
ddc7cfcf8339a591daa7c2db66c9dcf44c4a6bf0 | diff --git a/jodd-core/src/main/java/jodd/exception/ExceptionUtil.java b/jodd-core/src/main/java/jodd/exception/ExceptionUtil.java
index <HASH>..<HASH> 100644
--- a/jodd-core/src/main/java/jodd/exception/ExceptionUtil.java
+++ b/jodd-core/src/main/java/jodd/exception/ExceptionUtil.java
@@ -193,11 +193,19 @@ public clas... | Added protection against circular exception dependencies. | oblac_jodd | train |
de963fccd3b7bbabc894f979b12071eca36e8c8d | diff --git a/Eloquent/Builder.php b/Eloquent/Builder.php
index <HASH>..<HASH> 100755
--- a/Eloquent/Builder.php
+++ b/Eloquent/Builder.php
@@ -1223,6 +1223,17 @@ class Builder
}
/**
+ * Qualify the given column name by the model's table.
+ *
+ * @param string $column
+ * @return string
+ ... | [<I>] Add a "qualifyColumn" method to the Eloquent Model (#<I>)
* Add a "qualify" method to the Eloquent Model
* Change name to "qualifyColumn" | illuminate_database | train |
0c9cd7871ae5d3848bb6c3516be5878ad093ddeb | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -23,7 +23,7 @@
},
"scripts": {
"phpstan": [
- "phpstan analyze src --level 4"
+ "phpstan analyze src --level 5"
],
"check-cs": [
"php-... | phpstan: bump to lvl 5 | object-calisthenics_phpcs-calisthenics-rules | train |
ca81b5a903bf83b41faf70dbb4c8cef40d2a4d1e | diff --git a/lib/honeybadger/logging.rb b/lib/honeybadger/logging.rb
index <HASH>..<HASH> 100644
--- a/lib/honeybadger/logging.rb
+++ b/lib/honeybadger/logging.rb
@@ -133,11 +133,15 @@ module Honeybadger
private
def supplement(msg, level)
- msg << sprintf(INFO_SUPPLEMENT, level, Process.pid)
+ ... | Don't modify string in place. | honeybadger-io_honeybadger-ruby | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.