hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
bbf5f2f45614266d3fd470a7d2186feb2f2d16dc | diff --git a/plugins/ScheduledReports/API.php b/plugins/ScheduledReports/API.php
index <HASH>..<HASH> 100644
--- a/plugins/ScheduledReports/API.php
+++ b/plugins/ScheduledReports/API.php
@@ -452,6 +452,11 @@ class API extends \Piwik\Plugin\API
list($reportSubject, $reportTitle) = self::getReportSubjectAndRepor... | Adding segment name in report title
Adding segment name in report title (mail subject and filename) in order to allow recipients to differentiate reports when receiving reports on a per-segment basis:
"sitename - segmentname - date" instead of "sitename - date" | matomo-org_matomo | train |
5eca0142c9876a6f6086e3fed22fbb25683ae0b4 | diff --git a/lib/less/browser.js b/lib/less/browser.js
index <HASH>..<HASH> 100644
--- a/lib/less/browser.js
+++ b/lib/less/browser.js
@@ -239,7 +239,7 @@ function xhr(url, type, callback, errback) {
xhr.setRequestHeader('Accept', type || 'text/x-less, text/css; q=0.9, */*; q=0.5');
xhr.send(null);
- if ... | Check XHR return type appropriately
Asynchronous file XHRs need to listen for onreadystatechange. | less_less.js | train |
403df47ed6dc5b02a995cb1d1441710f099a9119 | diff --git a/test/unit/memcached_test.rb b/test/unit/memcached_test.rb
index <HASH>..<HASH> 100644
--- a/test/unit/memcached_test.rb
+++ b/test/unit/memcached_test.rb
@@ -231,12 +231,8 @@ class MemcachedTest < Test::Unit::TestCase
def test_get
@cache.set key, @value
- result = @cache.get key
- assert_eq... | Failing test for #<I>. | arthurnn_memcached | train |
8e31ed02667dc00526966170f9c90e8da096c753 | diff --git a/lionengine-game/src/main/java/com/b3dgs/lionengine/game/feature/Services.java b/lionengine-game/src/main/java/com/b3dgs/lionengine/game/feature/Services.java
index <HASH>..<HASH> 100644
--- a/lionengine-game/src/main/java/com/b3dgs/lionengine/game/feature/Services.java
+++ b/lionengine-game/src/main/java/c... | #<I>: Service can be removed. | b3dgs_lionengine | train |
7705cee6723f78066981f27954130daaede55dfc | diff --git a/doc/generate_module_rst.py b/doc/generate_module_rst.py
index <HASH>..<HASH> 100644
--- a/doc/generate_module_rst.py
+++ b/doc/generate_module_rst.py
@@ -18,7 +18,7 @@ import inspect
from datetime import datetime
from pathlib import Path
from types import ModuleType
-from typing import Any, Callable, Li... | Don't repeat documentation for functions used multiple times in multiple-dispatch. (#<I>) | GPflow_GPflow | train |
711105f86cf6a917fa15b7498b3927e4a7b04087 | diff --git a/lib/geo_pattern/version.rb b/lib/geo_pattern/version.rb
index <HASH>..<HASH> 100644
--- a/lib/geo_pattern/version.rb
+++ b/lib/geo_pattern/version.rb
@@ -1,3 +1,3 @@
module GeoPattern
- VERSION = "1.1.3"
+ VERSION = "1.1.4"
end | derp, forgot to commit the updated version file | jasonlong_geo_pattern | train |
85225fa004e9ed9d8a7955fe70c64636d73192d7 | diff --git a/src/Tooltip/Tooltip.js b/src/Tooltip/Tooltip.js
index <HASH>..<HASH> 100644
--- a/src/Tooltip/Tooltip.js
+++ b/src/Tooltip/Tooltip.js
@@ -1,6 +1,7 @@
import React, {PureComponent, cloneElement} from 'react'
import PropTypes from 'prop-types'
import classnames from 'classnames'
+import {ios} from '../uti... | fix double touch on tooltip anchor in ios | rambler-digital-solutions_rambler-ui | train |
0b06619ca4191ec7729e59497880c20da0813b42 | diff --git a/lib/section2obj.js b/lib/section2obj.js
index <HASH>..<HASH> 100644
--- a/lib/section2obj.js
+++ b/lib/section2obj.js
@@ -11,6 +11,14 @@ function render(section) {
return kramed.parser(section);
}
+function quizQuestion(node) {
+ if (node.text) {
+ node.text = node.text.replace(/^([\[(])x... | Fix up minor issues with section2obj.js | GitbookIO_plugin-quizzes | train |
de240c6e5121225998e503d6aba7f0eae841795f | diff --git a/lib/frontend/rest-adaptor.js b/lib/frontend/rest-adaptor.js
index <HASH>..<HASH> 100644
--- a/lib/frontend/rest-adaptor.js
+++ b/lib/frontend/rest-adaptor.js
@@ -23,7 +23,7 @@ function createHandler(params) {
if (error) {
var body = envelope && envelope.body || null;
response... | Don't do pretty print for REST API responses | droonga_express-droonga | train |
cb432e7d2c2b103948d4c3398d3e4c7bd2c2aa27 | diff --git a/test/_doBelliteTest.py b/test/_doBelliteTest.py
index <HASH>..<HASH> 100644
--- a/test/_doBelliteTest.py
+++ b/test/_doBelliteTest.py
@@ -11,7 +11,7 @@ import sys, os
sys.path.insert(0, os.path.abspath(os.path.join(__file__, '../..')))
import bellite
-app = bellite.Bellite(logging=True)
+app = bellite.... | Added protocol debug logging to testClientJSONRPC from bellite-node version | bellite_bellite-python | train |
9eaf610e0a75d731b7db78592f5719cc1f306e1c | diff --git a/android/app/src/main/java/com/reactnativenavigation/layouts/BottomTabsLayout.java b/android/app/src/main/java/com/reactnativenavigation/layouts/BottomTabsLayout.java
index <HASH>..<HASH> 100644
--- a/android/app/src/main/java/com/reactnativenavigation/layouts/BottomTabsLayout.java
+++ b/android/app/src/mai... | Remove ScreenStack after it's destroyed | wix_react-native-navigation | train |
ce15617d056df6804f301059a93e6202e12ff425 | diff --git a/packer/provisioner_test.go b/packer/provisioner_test.go
index <HASH>..<HASH> 100644
--- a/packer/provisioner_test.go
+++ b/packer/provisioner_test.go
@@ -138,9 +138,6 @@ func TestPausedProvisionerProvision_waits(t *testing.T) {
if timeSinceStartTime < waitTime {
return fmt.Errorf("Spent not enou... | TestPausedProvisionerProvision_waits: don't fail when we spend too much time. | hashicorp_packer | train |
cbae8fc7fdd6f729275d9679b81dd1c5521746e4 | diff --git a/src/Omnipay/Alipay/Message/MobileExpressPurchaseRequest.php b/src/Omnipay/Alipay/Message/MobileExpressPurchaseRequest.php
index <HASH>..<HASH> 100644
--- a/src/Omnipay/Alipay/Message/MobileExpressPurchaseRequest.php
+++ b/src/Omnipay/Alipay/Message/MobileExpressPurchaseRequest.php
@@ -57,6 +57,7 @@ class M... | utf-8 char fix | lokielse_omnipay-alipay | train |
2f13a4f3fb95f6a5a93debfb346b8033a570704c | diff --git a/src/resources/views/admin/_form.blade.php b/src/resources/views/admin/_form.blade.php
index <HASH>..<HASH> 100644
--- a/src/resources/views/admin/_form.blade.php
+++ b/src/resources/views/admin/_form.blade.php
@@ -1,10 +1,10 @@
<div class="row">
<div class="form-group col-sm-12">
- <button cla... | validations attributes in a json file | TypiCMS_Settings | train |
a4e07ed2cda1b64d240bd1d1d2170b6e1ad974ff | diff --git a/closure/goog/array/array_test.js b/closure/goog/array/array_test.js
index <HASH>..<HASH> 100644
--- a/closure/goog/array/array_test.js
+++ b/closure/goog/array/array_test.js
@@ -813,7 +813,7 @@ function testExtend() {
while (i--) {
bigArray[i] = i;
}
- goog.array.extend(result, bigArray)
+ goo... | Automated g4 rollback of changelist <I>.
*** Reason for rollback ***
New compiler release has gone out.
*** Original change description ***
Quote displayName property, to fix open source version of Closure until the
next release of the Closure Compiler.
***
-------------
Created by MOE: <URL> | google_closure-library | train |
e12a0d1ad9c990e4a2b8b189bf612431e4920ca0 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
CHANGELOG
=========
+1.8.0
+-----
+
+Added functionality:
+
+ * Update ArrayCount validator: added Operator option
+
1.7.0
-----
diff --git a/src/Validation/ArrayCount.php b/src/Validation... | Update ArrayCount validator: added Operator option | butterfly-project_form | train |
7cd3a2214b7ecd6a8a3ad4be2e531b4cb05bc9d1 | diff --git a/src/controllers/CropController.php b/src/controllers/CropController.php
index <HASH>..<HASH> 100644
--- a/src/controllers/CropController.php
+++ b/src/controllers/CropController.php
@@ -29,24 +29,36 @@ class CropController extends LfmController
/**
* Crop the image (called via ajax)
*/
- ... | added 'Copy & Crop' option in crop pop-up | UniSharp_laravel-filemanager | train |
157c9c0be022076c0f4f786f598def57eca6cac9 | diff --git a/src/config/imports.php b/src/config/imports.php
index <HASH>..<HASH> 100644
--- a/src/config/imports.php
+++ b/src/config/imports.php
@@ -4,9 +4,5 @@ return [
'example' => [
'label' => 'Example import',
'template' => 'app/Imports/Templates/exampleTemplate.json',
- 'importerCla... | removes deprecated params from config | laravel-enso_DataImport | train |
23e437c375f06e719216f1220dd32a5fa76c969e | diff --git a/build.num b/build.num
index <HASH>..<HASH> 100755
--- a/build.num
+++ b/build.num
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
-#Wed Feb 02 13:53:02 NZDT 2011
-build.number=1479
+#Wed Feb 02 14:22:21 NZDT 2011
+build.number=1513
diff --git a/src/ext/wyone/Main.java b/src/ext/wyone/Main.java
in... | Making some kind of progress. But there are some real problems outstanding relating to elimination and subtype closure. Basically, it doesn't really work. | Whiley_WhileyCompiler | train |
13adfe6941dd15e29576656cdb67f8e76bebd395 | diff --git a/proso/release.py b/proso/release.py
index <HASH>..<HASH> 100644
--- a/proso/release.py
+++ b/proso/release.py
@@ -1 +1 @@
-VERSION = '3.14.0'
+VERSION = '3.15.0.dev' | start working on <I>.dev | adaptive-learning_proso-apps | train |
345feb5399a30e3bd820c10f453d913a4ca6870f | diff --git a/lib/autokey/gtkapp.py b/lib/autokey/gtkapp.py
index <HASH>..<HASH> 100644
--- a/lib/autokey/gtkapp.py
+++ b/lib/autokey/gtkapp.py
@@ -130,9 +130,6 @@ class Application:
return True
- def main(self):
- Gtk.main()
-
def initialise(self, configure):
logging.info("Initialis... | main() was redeclared. Removed the overwritten version. | autokey_autokey | train |
1f33abcb74a74db76dc2eea291507030611c6bec | diff --git a/agent/mongo/mongo.go b/agent/mongo/mongo.go
index <HASH>..<HASH> 100644
--- a/agent/mongo/mongo.go
+++ b/agent/mongo/mongo.go
@@ -251,6 +251,17 @@ func makeJournalDirs(dir string) error {
return nil
}
+func logMongoVersion(mongopath string) {
+ logger.Debugf("found mongod at: %s", mongopath)
+ cmd := ... | Log the version of Mongod that we are about to run. | juju_juju | train |
70d6f8e78be14da0f08954f876aa112488667503 | diff --git a/lib/rails-footnotes/notes/abstract_note.rb b/lib/rails-footnotes/notes/abstract_note.rb
index <HASH>..<HASH> 100644
--- a/lib/rails-footnotes/notes/abstract_note.rb
+++ b/lib/rails-footnotes/notes/abstract_note.rb
@@ -155,9 +155,20 @@ module Footnotes
TABLE
end
+ # Mount table ... | Cookies, Params and Session notes now use table. | josevalim_rails-footnotes | train |
9600b5fbab4c1e651c83e1d7f61a74ac51d9ec47 | diff --git a/moment.js b/moment.js
index <HASH>..<HASH> 100644
--- a/moment.js
+++ b/moment.js
@@ -470,7 +470,7 @@
return method.call(moment.fn._lang, m, format || '');
};
- if (index) {
+ if (index != null) {
return getter(index);
}
... | fix zero index for months() and weekdays() | moment_moment | train |
a0c6eb4061688ad8695a69aa5212d0b5d138a8f5 | diff --git a/src/main/java/nl/bitwalker/useragentutils/OperatingSystem.java b/src/main/java/nl/bitwalker/useragentutils/OperatingSystem.java
index <HASH>..<HASH> 100644
--- a/src/main/java/nl/bitwalker/useragentutils/OperatingSystem.java
+++ b/src/main/java/nl/bitwalker/useragentutils/OperatingSystem.java
@@ -52,6 +52,... | USER_AGENT_UTILS-<I>
Included Windows 8 detection | HaraldWalker_user-agent-utils | train |
4765698951f84e4b8f0ca3fb63a044f043b6db9e | diff --git a/actionview/lib/action_view/helpers/tag_helper.rb b/actionview/lib/action_view/helpers/tag_helper.rb
index <HASH>..<HASH> 100644
--- a/actionview/lib/action_view/helpers/tag_helper.rb
+++ b/actionview/lib/action_view/helpers/tag_helper.rb
@@ -235,6 +235,20 @@ module ActionView
# # A void element:
... | Document `tag.attributes` helper
The `tag.attributes` helper introduced in [#<I>][] is implemented on a
`:nodoc:`-private `TagBuilder` class, so the documentation for the
method is omitted when generating the API Guides HTML pages.
This commit extends the `ActionView::Helpers::TagHelper` module
documentation comment ... | rails_rails | train |
4b9318947cf9b2b067e225951a2433922bb9a10f | diff --git a/lang/en/assignment.php b/lang/en/assignment.php
index <HASH>..<HASH> 100644
--- a/lang/en/assignment.php
+++ b/lang/en/assignment.php
@@ -20,6 +20,7 @@ $string['notsubmittedyet'] = "Not submitted yet";
$string['overwritewarning'] = "Warning: uploading again will REPLACE your current submission";
$string[... | Added a new string to make it very clear how to upload assignments | moodle_moodle | train |
55ad2f05dc4f593edb81552a030ad8decc865603 | diff --git a/js/repeater-list.js b/js/repeater-list.js
index <HASH>..<HASH> 100755
--- a/js/repeater-list.js
+++ b/js/repeater-list.js
@@ -286,6 +286,8 @@
//row level actions click
this.$element.find('.table-actions tbody .action-item').on('click', function(e) {
+ if (self.$element.hasClass('disabled')) re... | fixing issues where repeater list functionality was working when it shouldn't during a disabled repeater state | ExactTarget_fuelux | train |
264935df63e3dfd77cdb1b6f8fcb67afccd6f3b2 | diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/LibRsDef.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/LibRsDef.java
index <HASH>..<HASH> 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/LibRsDef.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe... | [Rust] lib.rs will be generated with "#![forbid(unsafe_code)]" | real-logic_simple-binary-encoding | train |
00c709615ee8d1ffb2755fdb638b6025b3116d3c | diff --git a/awacs/firehose.py b/awacs/firehose.py
index <HASH>..<HASH> 100644
--- a/awacs/firehose.py
+++ b/awacs/firehose.py
@@ -27,6 +27,11 @@ CreateDeliveryStream = Action('CreateDeliveryStream')
DeleteDeliveryStream = Action('DeleteDeliveryStream')
DescribeDeliveryStream = Action('DescribeDeliveryStream')
ListD... | Add missing actions for Firehose (#<I>)
Taken from <URL> | cloudtools_awacs | train |
cb046a9a8c5319fd4f16a536dd348eb9916e5795 | diff --git a/lib/ovirt/vm.rb b/lib/ovirt/vm.rb
index <HASH>..<HASH> 100644
--- a/lib/ovirt/vm.rb
+++ b/lib/ovirt/vm.rb
@@ -11,7 +11,6 @@ module OVIRT
def initialize(client, xml)
super(client, xml[:id], xml[:href], (xml/'name').first.text)
parse_xml_attributes!(xml)
- self
end
def run... | better handling of template and cluster id's | abenari_rbovirt | train |
921ab2482f933bcb245ce9dc3a9e0bc59464e403 | diff --git a/spyder/plugins/editor.py b/spyder/plugins/editor.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/editor.py
+++ b/spyder/plugins/editor.py
@@ -1462,6 +1462,9 @@ class Editor(SpyderPluginWidget):
def set_path(self):
for finfo in self.editorstacks[0].data:
finfo.path = self.ma... | Add spyder path to PluginClient | spyder-ide_spyder | train |
560415666a821fd2d0c2b20335fc651995a25ece | diff --git a/test/test_database.py b/test/test_database.py
index <HASH>..<HASH> 100644
--- a/test/test_database.py
+++ b/test/test_database.py
@@ -1036,20 +1036,28 @@ class TestDatabaseAggregation(IntegrationTest):
@client_context.require_version_min(3, 6, 0)
@client_context.require_no_mongos
def test_da... | PYTHON-<I> Use $merge to non-admin db to fix db.aggregate write concern test | mongodb_mongo-python-driver | train |
9aaa1d2dc8285b5176ecb26b8f3d8ce633f374fc | diff --git a/gromacs/config.py b/gromacs/config.py
index <HASH>..<HASH> 100644
--- a/gromacs/config.py
+++ b/gromacs/config.py
@@ -73,7 +73,7 @@ The following functions can be used to access configuration data.
"""
import os
-from pkg_resources import resource_filename
+from pkg_resources import resource_filename, ... | changed templates dict: autogenerate amd use filenames as keys | Becksteinlab_GromacsWrapper | train |
2908d6f8cb389ace2b28a495fdd253c039335beb | diff --git a/gcloud/datastore/test_api.py b/gcloud/datastore/test_api.py
index <HASH>..<HASH> 100644
--- a/gcloud/datastore/test_api.py
+++ b/gcloud/datastore/test_api.py
@@ -318,9 +318,11 @@ class Test_delete_function(unittest2.TestCase):
result = self._callFUT([key], connection=connection)
sel... | Updating api.delete() test to rely on new Batch behavior.
Behavior of test_batch._Connection changed in #<I>. | googleapis_google-cloud-python | train |
93f37ed8970bfc524d051407cd21def550724461 | diff --git a/packages/cli/lib/lib/entry.js b/packages/cli/lib/lib/entry.js
index <HASH>..<HASH> 100644
--- a/packages/cli/lib/lib/entry.js
+++ b/packages/cli/lib/lib/entry.js
@@ -5,8 +5,8 @@ if (process.env.NODE_ENV==='development') {
require('preact/debug');
}
else if (process.env.ADD_SW && 'serviceWorker' in navi... | switching sw in the bundles | developit_preact-cli | train |
6701bb08c98fd1584bd8b60f4c0267b606a5dbfe | diff --git a/actionpack/lib/action_dispatch/http/mime_type.rb b/actionpack/lib/action_dispatch/http/mime_type.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_dispatch/http/mime_type.rb
+++ b/actionpack/lib/action_dispatch/http/mime_type.rb
@@ -1,5 +1,6 @@
require 'set'
require 'active_support/core_ext/clas... | Fixed missing require
Missing require caused fail of guide generation (in
action_dispatch/http/mime_type, line <I>, undefined method `ends_with`
for "to_ary":String)
With this fix guides were normally generated | rails_rails | train |
36587988f38639024b1f95e162bb3de9c04b5f88 | diff --git a/src/ExceptionInfo.php b/src/ExceptionInfo.php
index <HASH>..<HASH> 100644
--- a/src/ExceptionInfo.php
+++ b/src/ExceptionInfo.php
@@ -58,14 +58,17 @@ class ExceptionInfo
$info = array_merge(['code' => 500], $errors[500]);
}
- $msg = (string) $exception->getMessage();
-
- ... | Updated the exception info class to provide more useful output | GrahamCampbell_Laravel-Exceptions | train |
42bb3f8b66ccbbeb2385eb1b21d73fd263498675 | diff --git a/admin/tool/usertours/classes/external/tour.php b/admin/tool/usertours/classes/external/tour.php
index <HASH>..<HASH> 100644
--- a/admin/tool/usertours/classes/external/tour.php
+++ b/admin/tool/usertours/classes/external/tour.php
@@ -258,7 +258,7 @@ class tour extends external_api {
self::validate... | MDL-<I> tool_usertours: Less strict comparison for tour ID | moodle_moodle | train |
665e78045e06a91b338da83a614d2c08de9954b7 | diff --git a/airflow/contrib/auth/backends/password_auth.py b/airflow/contrib/auth/backends/password_auth.py
index <HASH>..<HASH> 100644
--- a/airflow/contrib/auth/backends/password_auth.py
+++ b/airflow/contrib/auth/backends/password_auth.py
@@ -1,5 +1,7 @@
from __future__ import unicode_literals
+from sys import v... | more python3. postgres was having a hard time | apache_airflow | train |
046dd900823d9261838216f552f30a20fa70b350 | diff --git a/jquery.iframe-transport.js b/jquery.iframe-transport.js
index <HASH>..<HASH> 100644
--- a/jquery.iframe-transport.js
+++ b/jquery.iframe-transport.js
@@ -1,5 +1,5 @@
/*
- * jQuery Iframe Transport Plugin 1.2.1
+ * jQuery Iframe Transport Plugin 1.2.2
* https://github.com/blueimp/jQuery-File-Upload
*
... | Unified cross-domain response as undefined. | blueimp_jQuery-File-Upload | train |
7a50172cc8381346c718086c2a0592756a28e2c3 | diff --git a/src/python/grpcio/grpc/experimental/aio/_channel.py b/src/python/grpcio/grpc/experimental/aio/_channel.py
index <HASH>..<HASH> 100644
--- a/src/python/grpcio/grpc/experimental/aio/_channel.py
+++ b/src/python/grpcio/grpc/experimental/aio/_channel.py
@@ -363,9 +363,21 @@ class Channel:
candidat... | Handle the intercepted call case | grpc_grpc | train |
d691ec01cdd892920a4eabca458f72025a2e1b8b | diff --git a/pandas/core/apply.py b/pandas/core/apply.py
index <HASH>..<HASH> 100644
--- a/pandas/core/apply.py
+++ b/pandas/core/apply.py
@@ -1,6 +1,6 @@
import abc
import inspect
-from typing import TYPE_CHECKING, Iterator, Type
+from typing import TYPE_CHECKING, Any, Dict, Iterator, Optional, Type, Union
import... | REF: make FrameApply less stateful, no self.results (#<I>) | pandas-dev_pandas | train |
d26a7a2adbe609e536d2c0240b2f813720618fbe | diff --git a/bloomrun.js b/bloomrun.js
index <HASH>..<HASH> 100644
--- a/bloomrun.js
+++ b/bloomrun.js
@@ -65,29 +65,25 @@ function deepPartialMatch (a, b) {
}
BloomRun.prototype.lookup = function (obj) {
- var keys = genKeys(obj)
+ var iterator = new Iterator(this, obj)
+ return iterator.next()
+}
- var buck... | Added list and iterator. | mcollina_bloomrun | train |
18d47d4e5ffe50226e3953bd0308d73494e8675c | diff --git a/src/sap.ui.mdc/src/sap/ui/mdc/valuehelp/Popover.js b/src/sap.ui.mdc/src/sap/ui/mdc/valuehelp/Popover.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.mdc/src/sap/ui/mdc/valuehelp/Popover.js
+++ b/src/sap.ui.mdc/src/sap/ui/mdc/valuehelp/Popover.js
@@ -207,7 +207,7 @@ sap.ui.define([
}
var oControl = ... | [INTERNAL] ValueHelp: support for non mdc Field
Change-Id: Idce8f0a9b7ff8cf<I>db0e6f<I>d4dcc7ff<I>eae2 | SAP_openui5 | train |
3e4c93c30d9206f6ea443c811cdd45abd8c1d1c8 | diff --git a/client/extensions/woocommerce/state/data-layer/ui/shipping-zones/index.js b/client/extensions/woocommerce/state/data-layer/ui/shipping-zones/index.js
index <HASH>..<HASH> 100644
--- a/client/extensions/woocommerce/state/data-layer/ui/shipping-zones/index.js
+++ b/client/extensions/woocommerce/state/data-la... | Set the "order" property of a shipping method when creating it to ensure no 2 methods have the same order or end up in an unexpected order. | Automattic_wp-calypso | train |
1773f272d836b4feff7ebb14f561307c1367d596 | diff --git a/moco-core/src/main/java/com/github/dreamhead/moco/recorder/DynamicReplayHandler.java b/moco-core/src/main/java/com/github/dreamhead/moco/recorder/DynamicReplayHandler.java
index <HASH>..<HASH> 100644
--- a/moco-core/src/main/java/com/github/dreamhead/moco/recorder/DynamicReplayHandler.java
+++ b/moco-core/... | added missing final to dynamic replay handler | dreamhead_moco | train |
857a4673f7fa364c560d039f0952ff72419c8aa9 | diff --git a/lib/Github/ResultPager.php b/lib/Github/ResultPager.php
index <HASH>..<HASH> 100644
--- a/lib/Github/ResultPager.php
+++ b/lib/Github/ResultPager.php
@@ -158,7 +158,7 @@ class ResultPager implements ResultPagerInterface
}
/**
- * {@inheritdoc}
+ * @param string $key
*/
protec... | Can't inherit doc when the method is not present on the parent | KnpLabs_php-github-api | train |
a84750cdd0b3d291f953222ef5edf271736d918a | diff --git a/client/js/Panels/Visualizer/VisualizerPanel.js b/client/js/Panels/Visualizer/VisualizerPanel.js
index <HASH>..<HASH> 100644
--- a/client/js/Panels/Visualizer/VisualizerPanel.js
+++ b/client/js/Panels/Visualizer/VisualizerPanel.js
@@ -118,7 +118,7 @@ define(['logManager',
}
... | bugfix: make sure selectedObjectChanged exist in the controller
Former-commit-id: d<I>fe<I>e<I>e<I>fb<I>b<I> | webgme_webgme-engine | train |
a96e942c4b19dd94e43027123413456e15af396a | diff --git a/ghost/admin/tests/helpers/file-upload.js b/ghost/admin/tests/helpers/file-upload.js
index <HASH>..<HASH> 100644
--- a/ghost/admin/tests/helpers/file-upload.js
+++ b/ghost/admin/tests/helpers/file-upload.js
@@ -14,10 +14,10 @@ export function createFile(content = ['test'], options = {}) {
export function... | Refactored deprecated usage of [files] option param for triggerEvent | TryGhost_Ghost | train |
c0819dedd6f95fdae7771914460d8f550d7c0867 | diff --git a/lib/puppet/ssl/host.rb b/lib/puppet/ssl/host.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/ssl/host.rb
+++ b/lib/puppet/ssl/host.rb
@@ -8,6 +8,13 @@ require 'puppet/ssl/certificate_request_attributes'
require 'puppet/rest/errors'
require 'puppet/rest/routes'
require 'puppet/rest/ssl_context'
+begin
+ ... | (PUP-<I>) Load rest client as soon as possible
Previously, we were lazily loading the rest client to avoid LoadError
issues when running under Puppet Server.
However the rest client monkey patches OpenSSL and when lazily loaded
will cause errors if the X<I>::Store is instatiated before it is monkey
patched.
This upd... | puppetlabs_puppet | train |
e036bab26263ca4196cbeca9797a1aa929872d9a | diff --git a/lib/builderator/config/file.rb b/lib/builderator/config/file.rb
index <HASH>..<HASH> 100644
--- a/lib/builderator/config/file.rb
+++ b/lib/builderator/config/file.rb
@@ -2,6 +2,7 @@ require 'time'
require_relative './attributes'
require_relative '../control/data'
+require_relative '../util'
# ruboco... | Add policy loading to Config::File
* Expose path helpers in Util in the File DSL: vendored, relative
* Add a collection for `policy` definitions
* Remove the `vendor_path` attribute from `local`. Now defined as a constant in Util
* Make the path attribute of vendor resources relative | rapid7_builderator | train |
81d775e76a57e871f11fdfba84344c821590713b | diff --git a/validation.js b/validation.js
index <HASH>..<HASH> 100644
--- a/validation.js
+++ b/validation.js
@@ -2045,7 +2045,7 @@ function createJointError(err){
function validateSignedMessage(objSignedMessage, handleResult){
if (typeof objSignedMessage !== 'object')
return handleResult("not an object");
- if ... | allow optional last_ball_unit and timestamp in signed message | byteball_ocore | train |
d87894ec34db27e82feb4194dfc4eb5c88d62e99 | diff --git a/src/MvcCore/Ext/Views/Helpers/TruncateHelper.php b/src/MvcCore/Ext/Views/Helpers/TruncateHelper.php
index <HASH>..<HASH> 100644
--- a/src/MvcCore/Ext/Views/Helpers/TruncateHelper.php
+++ b/src/MvcCore/Ext/Views/Helpers/TruncateHelper.php
@@ -67,7 +67,7 @@ class TruncateHelper extends \MvcCore\Ext\Views\Hel... | Removed useless ampersands and some very small updates. | mvccore_ext-view-helper-truncate | train |
e565c39c73c10d9b700c59cf37054b6f46b45454 | diff --git a/src/Index/Resetter.php b/src/Index/Resetter.php
index <HASH>..<HASH> 100644
--- a/src/Index/Resetter.php
+++ b/src/Index/Resetter.php
@@ -63,7 +63,7 @@ class Resetter implements ResetterInterface
/**
* Deletes and recreates all indexes.
*/
- public function resetAllIndexes(bool $populat... | Add type-hints to ResetterInterface | FriendsOfSymfony_FOSElasticaBundle | train |
2d0b3591e1e962880c944822fa38c74a5322a929 | diff --git a/src/commands/functions/create.js b/src/commands/functions/create.js
index <HASH>..<HASH> 100644
--- a/src/commands/functions/create.js
+++ b/src/commands/functions/create.js
@@ -10,7 +10,6 @@ const { createSiteAddon } = require("../../utils/addons");
const fetch = require("node-fetch");
const cp = requir... | Fix: Fixing some no-unused-vars warning from eslint | netlify_cli | train |
8e5b63a913150088544e0f55e4871698e680b5ba | diff --git a/lib/synapse/service_watcher/marathon.rb b/lib/synapse/service_watcher/marathon.rb
index <HASH>..<HASH> 100644
--- a/lib/synapse/service_watcher/marathon.rb
+++ b/lib/synapse/service_watcher/marathon.rb
@@ -51,7 +51,7 @@ module Synapse
'host' => task['host'],
'port' => task['po... | Sort tasks by name
They can't be sorted by a Hash, since that is not something Ruby can
do. | airbnb_synapse | train |
446d16ad18805e008d4fc1e372f66ce29415bcab | diff --git a/EAVModelBundle/Entity/DataRepository.php b/EAVModelBundle/Entity/DataRepository.php
index <HASH>..<HASH> 100644
--- a/EAVModelBundle/Entity/DataRepository.php
+++ b/EAVModelBundle/Entity/DataRepository.php
@@ -28,7 +28,7 @@ class DataRepository extends BaseDataRepository
*/
public function getQb... | Removing usage to DataRepository::createOptimizedQueryBuilder method | cleverage_eav-manager | train |
385e216aa1a648391e92919d0e1f46b5c556dbf2 | diff --git a/salt/runners/saltutil.py b/salt/runners/saltutil.py
index <HASH>..<HASH> 100644
--- a/salt/runners/saltutil.py
+++ b/salt/runners/saltutil.py
@@ -35,6 +35,7 @@ def sync_all(saltenv=None):
ret['runners'] = sync_runners(saltenv=saltenv)
ret['wheel'] = sync_wheel(saltenv=saltenv)
ret['engines']... | Add function to sync queues to saltutil runner | saltstack_salt | train |
418b5f2b3660199ee392247369e0f10a5b447d79 | diff --git a/python/ccxt/base/exchange.py b/python/ccxt/base/exchange.py
index <HASH>..<HASH> 100644
--- a/python/ccxt/base/exchange.py
+++ b/python/ccxt/base/exchange.py
@@ -67,12 +67,17 @@ except NameError:
try:
import urllib.parse as _urlencode # Python 3
- # from web3.auto import w3 # web3... | separated imports and exception handling + <I> version in setup.py fix #<I> | ccxt_ccxt | train |
5f85b896793c2ecd48651baca75c868cacc0563e | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,6 @@
0.2.6
- docs: add hint for windows users how to run the 3D examples
+ - fix: make phase unwrapping deterministic
0.2.5
- fix: reconstruction volume rotated by 180° due to floating point
inaccuracies... | fix: make phase unwrapping deterministic; tests: fix 2PI offset (windows) | RI-imaging_ODTbrain | train |
2df7f40c31d317591fd9b8051d308fec0c0e3046 | diff --git a/packages/core/core/src/TargetDescriptor.schema.js b/packages/core/core/src/TargetDescriptor.schema.js
index <HASH>..<HASH> 100644
--- a/packages/core/core/src/TargetDescriptor.schema.js
+++ b/packages/core/core/src/TargetDescriptor.schema.js
@@ -35,6 +35,7 @@ export const PACKAGE_DESCRIPTOR_SCHEMA: SchemaO... | Add service-worker as a target descriptor context (#<I>) | parcel-bundler_parcel | train |
1932a896a5e660386ae4de6b54ff43bb1bab9ca3 | diff --git a/Connection.php b/Connection.php
index <HASH>..<HASH> 100644
--- a/Connection.php
+++ b/Connection.php
@@ -4,7 +4,7 @@ namespace React\Socket;
use Evenement\EventEmitter;
use React\EventLoop\LoopInterface;
-use React\Stream\WritableStream;
+use React\Stream\WritableStreamInterface;
use React\Stream\Buf... | [Stream] Rename (ReadableStream|WritableStream){ => Interface}
For the record, I disagree with this. But I will cry in my corner for this
one. | reactphp_socket | train |
2c59d1bab2d9541953432b94ecac9f27459b86ec | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ along with python-mpd2. If not, see <http://www.gnu.org/licenses/>.\
setup(
name="python-mpd2",
- version="0.4.6",
+ version="0.5.0",
description="A Python MPD client library",
long_desc... | Increment version number to <I> | Mic92_python-mpd2 | train |
466b38fe2ff6989dc9e0090bc1814dafa18f8479 | diff --git a/lib/fit4ruby/Activity.rb b/lib/fit4ruby/Activity.rb
index <HASH>..<HASH> 100644
--- a/lib/fit4ruby/Activity.rb
+++ b/lib/fit4ruby/Activity.rb
@@ -99,7 +99,7 @@ module Fit4Ruby
# @return recovery time in seconds.
def recovery_time
@events.each do |e|
- return e.data if e.event == 're... | Fix vo2max and recovery_time access | scrapper_fit4ruby | train |
456bc48a309781dd1a8f361e4cc149c91bca08b8 | diff --git a/common/request.go b/common/request.go
index <HASH>..<HASH> 100644
--- a/common/request.go
+++ b/common/request.go
@@ -59,7 +59,7 @@ type Error struct {
}
func (e *Error) Error() string {
- return fmt.Sprintf("Aliyun Error: Status Code %d: Code %s: Message %s", e.StatusCode, e.Code, e.Message)
+ return ... | Print request id in Error object | denverdino_aliyungo | train |
2c6f327395ac5631dd6145e5d1f7666b69f0a5c1 | diff --git a/redisson/src/main/java/org/redisson/spring/session/RedissonSessionRepository.java b/redisson/src/main/java/org/redisson/spring/session/RedissonSessionRepository.java
index <HASH>..<HASH> 100644
--- a/redisson/src/main/java/org/redisson/spring/session/RedissonSessionRepository.java
+++ b/redisson/src/main/j... | Fixed - Spring Session changeSessionId method doesn't change session id. #<I> | redisson_redisson | train |
8a112e2b1847b196dbc04be74c27608199f1f81b | diff --git a/netjsonconfig/backends/openwrt/schema.py b/netjsonconfig/backends/openwrt/schema.py
index <HASH>..<HASH> 100644
--- a/netjsonconfig/backends/openwrt/schema.py
+++ b/netjsonconfig/backends/openwrt/schema.py
@@ -4,6 +4,8 @@ OpenWrt specific JSON-Schema definition
from netjsonconfig.schema import schema as d... | Added driver and protocol in OpenWRT JSON Schema | openwisp_netjsonconfig | train |
863e7d93a53e935f8276a35b835cd62c5a3e43ff | diff --git a/auth/team.go b/auth/team.go
index <HASH>..<HASH> 100644
--- a/auth/team.go
+++ b/auth/team.go
@@ -44,7 +44,7 @@ func (t *teamService) Create(name string, tags []string, user *authTypes.User) e
team := authTypes.Team{
Name: name,
CreatingUser: user.Email,
- Tags: tags,
+ Tags: ... | auth: deduplicate and trim spaces from team tags | tsuru_tsuru | train |
d0d28fec180ee61de17921fe5068ecde95adae8a | diff --git a/pandas/core/generic.py b/pandas/core/generic.py
index <HASH>..<HASH> 100644
--- a/pandas/core/generic.py
+++ b/pandas/core/generic.py
@@ -2063,18 +2063,77 @@ class NDFrame(PandasObject, SelectionMixin):
def take(self, indices, axis=0, convert=True, is_copy=True, **kwargs):
"""
- Anal... | DOC: Improving docstring of take method (#<I>) | pandas-dev_pandas | train |
7a625078a616c5a6946d97f242f90e2fc6c5a344 | diff --git a/furious/processors.py b/furious/processors.py
index <HASH>..<HASH> 100644
--- a/furious/processors.py
+++ b/furious/processors.py
@@ -57,7 +57,6 @@ def run_job():
try:
async.executing = True
- check_depth(async)
async.result = function(*args, **kwargs)
except Abort as a... | Remove the recursion level check from run_job
If an async has been inserted, we want to run it. Blocking execution
of the task at run time would appear as a 'silent' failure. Rather,
we would prefer raise this error in advance so that the developer has
a chance to handle the issue. | Workiva_furious | train |
7569e819369e14df12ba97dcd744394b7c4d5c56 | diff --git a/netatmo.js b/netatmo.js
index <HASH>..<HASH> 100644
--- a/netatmo.js
+++ b/netatmo.js
@@ -405,6 +405,129 @@ netatmo.prototype.getMeasure = function (options, callback) {
};
/**
+ * https://dev.netatmo.com/dev/resources/technical/reference/common/getroommeasure
+ * @param options
+ * @param callback
+ *... | Add getRoomMeasure method (#<I>) | karbassi_netatmo | train |
14a6d8ccd29251c7794a29e19110895e05eedefc | diff --git a/tests/TestCase/BasicsTest.php b/tests/TestCase/BasicsTest.php
index <HASH>..<HASH> 100644
--- a/tests/TestCase/BasicsTest.php
+++ b/tests/TestCase/BasicsTest.php
@@ -593,15 +593,4 @@ EXPECTED;
$this->assertNotSame($prevEventManager, EventManager::instance());
}
- /**
- * testing getV... | Moving getVarType() to Core/functions.php | cakephp_cakephp | train |
ce33d7e8ebabf1d0ca16fd79968b4ae3eff71d6f | diff --git a/javascript/firefox-driver/js/proxy.js b/javascript/firefox-driver/js/proxy.js
index <HASH>..<HASH> 100644
--- a/javascript/firefox-driver/js/proxy.js
+++ b/javascript/firefox-driver/js/proxy.js
@@ -177,7 +177,8 @@ fxdriver.proxy.configure_ = function(proxy_config) {
proxy_config));
}
- var t... | Have the FirefoxDriver accept lower case proxy types (which is the format documented on the wiki) | SeleniumHQ_selenium | train |
04f1e83eb191846241018cc434a5d4b2d2eae6ca | diff --git a/resource_aws_instance_test.go b/resource_aws_instance_test.go
index <HASH>..<HASH> 100644
--- a/resource_aws_instance_test.go
+++ b/resource_aws_instance_test.go
@@ -123,6 +123,11 @@ func TestAccAWSInstance_blockDevices(t *testing.T) {
fmt.Errorf("block device doesn't exist: /dev/sdc")
}
+ // ... | Added tests to check for encrypted flag | terraform-providers_terraform-provider-aws | train |
3276bb53cf646dcb176e4f7c0104df7fcef4f0e8 | diff --git a/eureka-client/src/main/java/com/netflix/discovery/shared/EurekaJerseyClient.java b/eureka-client/src/main/java/com/netflix/discovery/shared/EurekaJerseyClient.java
index <HASH>..<HASH> 100644
--- a/eureka-client/src/main/java/com/netflix/discovery/shared/EurekaJerseyClient.java
+++ b/eureka-client/src/main... | Clean up resources when trying to update eureka nodes. Lingering resources may create problems when the server is running for a long time. | Netflix_eureka | train |
d174e3316fe534922c76af2ee40f16174862dfdc | diff --git a/autograd/core.py b/autograd/core.py
index <HASH>..<HASH> 100644
--- a/autograd/core.py
+++ b/autograd/core.py
@@ -100,10 +100,23 @@ def defvjp_argnums(fun, vjpmaker):
def defvjp(fun, vjpmaker, argnum=0):
primitive_vjps_onearg[fun][argnum] = vjpmaker
+ vjps_dict = primitive_vjps_onearg[fun]
... | Optimized the defvjp closure to handle the common special cases of
`len(argnum) == 1` and `len(argnums)==2` without the overhead of two list
comprehensions. It's ugly but it improves time_long_backward_pass by about <I>%. | HIPS_autograd | train |
97caae3dca211353d131c3136fc4c08e8e9b7f8d | diff --git a/hollow/src/main/java/com/netflix/hollow/api/producer/AbstractHollowProducer.java b/hollow/src/main/java/com/netflix/hollow/api/producer/AbstractHollowProducer.java
index <HASH>..<HASH> 100644
--- a/hollow/src/main/java/com/netflix/hollow/api/producer/AbstractHollowProducer.java
+++ b/hollow/src/main/java/c... | Add blob headers to announcement metadata (#<I>)
* Add blob headers to announcement metadata
* Refactor to pass metadata to announcer
* Remove unused imports | Netflix_hollow | train |
58b467c23c86b86690c3b04548346db5ec76bb74 | diff --git a/test/ruboto_gen_test.rb b/test/ruboto_gen_test.rb
index <HASH>..<HASH> 100755
--- a/test/ruboto_gen_test.rb
+++ b/test/ruboto_gen_test.rb
@@ -85,11 +85,10 @@ class RubotoGenTest < Minitest::Test
# APK was 8501.5KB. PLATFORM: STANDALONE, ANDROID_TARGET: 23, JRuby: 1.7.22
# APK was 7006.1KB. PLATFO... | [ci skip] Added APK size measurement for JRuby <I> + API level <I>. | ruboto_ruboto | train |
93dbcdfa1cc4ae8cb59ccefddf0f410816e75b02 | diff --git a/src/preloadjs/loaders/CSSLoader.js b/src/preloadjs/loaders/CSSLoader.js
index <HASH>..<HASH> 100644
--- a/src/preloadjs/loaders/CSSLoader.js
+++ b/src/preloadjs/loaders/CSSLoader.js
@@ -100,6 +100,8 @@ this.createjs = this.createjs || {};
var textNode = document.createTextNode(loader.getResult(true));... | Fixed css tag loading. | CreateJS_PreloadJS | train |
070390a08ded864532dafebe61078575e166f523 | diff --git a/client-runtime/src/main/java/com/microsoft/rest/v2/RestProxy.java b/client-runtime/src/main/java/com/microsoft/rest/v2/RestProxy.java
index <HASH>..<HASH> 100644
--- a/client-runtime/src/main/java/com/microsoft/rest/v2/RestProxy.java
+++ b/client-runtime/src/main/java/com/microsoft/rest/v2/RestProxy.java
@... | Add extra request policies to RestProxy's default pipeline (#<I>)
* Add extra request policies to RestProxy's default pipeline
* Create a new NettyAdapter for each NettyClient
* Fix checkstyle | Azure_azure-sdk-for-java | train |
a5b25f420b6eebe8ee3cdee3da100f392a51c40e | diff --git a/angr/engines/vex/engine.py b/angr/engines/vex/engine.py
index <HASH>..<HASH> 100644
--- a/angr/engines/vex/engine.py
+++ b/angr/engines/vex/engine.py
@@ -665,7 +665,7 @@ class SimEngineVEX(SimEngine):
except: # pylint: disable=bare-except
smc = True # I don't know why this wou... | add a check to make sure a clemory backer exists before trying to use it to lift blocks | angr_angr | train |
5f15bb31ac6ec33d54d89ab53b98c1045ed7d76c | diff --git a/src/Lib/Filters/ElasticSearch/ComplexFilter.php b/src/Lib/Filters/ElasticSearch/ComplexFilter.php
index <HASH>..<HASH> 100644
--- a/src/Lib/Filters/ElasticSearch/ComplexFilter.php
+++ b/src/Lib/Filters/ElasticSearch/ComplexFilter.php
@@ -20,7 +20,7 @@ abstract class ComplexFilter extends BaseFilter
... | add first methods for elastic resourses | SphereMall_PHP-MS-Client | train |
b4f72fb10303c7e9824b88670ce0b2cc2a8d76c4 | diff --git a/bin/ember-template-lint.js b/bin/ember-template-lint.js
index <HASH>..<HASH> 100755
--- a/bin/ember-template-lint.js
+++ b/bin/ember-template-lint.js
@@ -15,7 +15,8 @@ function lintFile(linter, filePath, moduleId, shouldFix) {
// TODO: swap to using get-stdin when we can leverage async/await
let sour... | Implement verifyAndFix to loop on the snippet | ember-template-lint_ember-template-lint | train |
8bc17e5b2b819c7bc21b1e80893d98a148608ca7 | diff --git a/pkg/client/s3/s3.go b/pkg/client/s3/s3.go
index <HASH>..<HASH> 100644
--- a/pkg/client/s3/s3.go
+++ b/pkg/client/s3/s3.go
@@ -57,25 +57,6 @@ type s3Client struct {
hostURL *client.URL
}
-// url2Regions s3 region map used by bucket location constraint
-var url2Regions = map[string]string{
- "s3-fips-us... | No need to set regions through s3.go, library does it automatically | minio_mc | train |
08cdcb8d842d57cba0c6a84aa5a0e0ec983237c7 | diff --git a/mrcrowbar/views.py b/mrcrowbar/views.py
index <HASH>..<HASH> 100644
--- a/mrcrowbar/views.py
+++ b/mrcrowbar/views.py
@@ -102,7 +102,7 @@ class LinearStore( View ):
self._sizes = sizes
self._base_offset = base_offset
self.block_klass = block_klass
- self.block_kwargs = blo... | views.LinearStore: this got severely broken at some point, fixed now | moralrecordings_mrcrowbar | train |
4ce316fcb73d5c7cd74ae7589d763512a72ecea0 | diff --git a/lib/contracts/instantiated_contract.rb b/lib/contracts/instantiated_contract.rb
index <HASH>..<HASH> 100644
--- a/lib/contracts/instantiated_contract.rb
+++ b/lib/contracts/instantiated_contract.rb
@@ -26,11 +26,20 @@ module Contracts
to_return({
:status => @response.status,
... | Adding support for string literals as the root of the response body | thoughtworks_pacto | train |
35ce5f10d722b28e624b2152e05f2f4697c184b4 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -2508,6 +2508,7 @@ testCM("delete_wrapped", function(cm) {
}, {value: "12345", lineWrapping: true})
testCM("issue_4878", function(cm) {
+ if (phantom) return
cm.setCursor(Pos(1, 12, "after"));
cm.mov... | Don't run the new test in Phantom | codemirror_CodeMirror | train |
439d9ba1bc867c69cc5d10a86fec10ee1461d3d0 | diff --git a/dev/breeze/src/airflow_breeze/utils/docker_command_utils.py b/dev/breeze/src/airflow_breeze/utils/docker_command_utils.py
index <HASH>..<HASH> 100644
--- a/dev/breeze/src/airflow_breeze/utils/docker_command_utils.py
+++ b/dev/breeze/src/airflow_breeze/utils/docker_command_utils.py
@@ -271,13 +271,24 @@ def... | feat: breeze - support compose v2 (#<I>) | apache_airflow | train |
6871d0df52ea4637b857b2a839c297571090e5af | diff --git a/src/Zephyrus/functions.php b/src/Zephyrus/functions.php
index <HASH>..<HASH> 100644
--- a/src/Zephyrus/functions.php
+++ b/src/Zephyrus/functions.php
@@ -1,5 +1,7 @@
<?php
+use Zephyrus\Application\Form;
+use Zephyrus\Application\Session;
use Zephyrus\Security\ContentSecurityPolicy;
/**
@@ -66,3 +68... | Added many alias global functions to simplify ViewBuilder | dadajuice_zephyrus | train |
39ab6338af45488126dcaef0684fc178a92077fe | diff --git a/src/nlm_importer.js b/src/nlm_importer.js
index <HASH>..<HASH> 100644
--- a/src/nlm_importer.js
+++ b/src/nlm_importer.js
@@ -400,30 +400,57 @@ NLMImporter.Prototype = function() {
this.paragraph = function(state, paragraph) {
var doc = state.doc;
- var node = {
- id: "",
- type: "pa... | Improved NLM 'paragraph' conversion. | substance_converter | train |
923393351afe75da438a75152103ca73b46608d7 | diff --git a/lib/mysql2/client.rb b/lib/mysql2/client.rb
index <HASH>..<HASH> 100644
--- a/lib/mysql2/client.rb
+++ b/lib/mysql2/client.rb
@@ -10,6 +10,7 @@ module Mysql2
def initialize(opts = {})
@query_options = @@default_query_options.dup
+ @active = false
init_connection | initialize @active early on to prevent warnings later | brianmario_mysql2 | train |
6759440b59bd9b80f3ae85563085448bd20fe402 | diff --git a/ext/games_dice/probabilities.c b/ext/games_dice/probabilities.c
index <HASH>..<HASH> 100644
--- a/ext/games_dice/probabilities.c
+++ b/ext/games_dice/probabilities.c
@@ -791,6 +791,10 @@ VALUE probabilities_add_distributions_mult( VALUE self, VALUE m_a, VALUE gdpa, V
return pl_as_ruby_class( pl_add_dist... | Add convenience method that returns the implementation language of Probabilities class currently loaded | neilslater_games_dice | train |
7d29ff52ef8d4128627171b6f1df06b94dcc59d6 | diff --git a/src/Guzzle/Common/Cache/AbstractCacheAdapter.php b/src/Guzzle/Common/Cache/AbstractCacheAdapter.php
index <HASH>..<HASH> 100644
--- a/src/Guzzle/Common/Cache/AbstractCacheAdapter.php
+++ b/src/Guzzle/Common/Cache/AbstractCacheAdapter.php
@@ -10,7 +10,9 @@ abstract class AbstractCacheAdapter implements Cach... | [Common] Adding missing docblock annotations. Removing extra $config->set() method in Inspector. | guzzle_guzzle3 | train |
412d63bb44a6a22a7897f5657515a35fe58751c3 | diff --git a/lib/csv_shaper_template.rb b/lib/csv_shaper_template.rb
index <HASH>..<HASH> 100644
--- a/lib/csv_shaper_template.rb
+++ b/lib/csv_shaper_template.rb
@@ -24,7 +24,7 @@ class CsvShaperHandler
# Primarily calls CsvShaperTemplate.encode, passing through the context (self)
def self.call(template)
%{... | Check if controller is present in template call block, fixes #<I> | paulspringett_csv_shaper | train |
6766aa70296c5cfa8f4e02ca6ae75bbd67e3c3c1 | diff --git a/core/lib/mno_enterprise/testing_support/factories/users.rb b/core/lib/mno_enterprise/testing_support/factories/users.rb
index <HASH>..<HASH> 100644
--- a/core/lib/mno_enterprise/testing_support/factories/users.rb
+++ b/core/lib/mno_enterprise/testing_support/factories/users.rb
@@ -21,6 +21,7 @@ FactoryGirl... | [MNOE-<I>] Spec for TOS agreement checkbox apparition | maestrano_mno-enterprise | train |
37995908e5a1c6e4c9603f0d8d5677384d0c0fb1 | diff --git a/system_test/full_system_test.py b/system_test/full_system_test.py
index <HASH>..<HASH> 100755
--- a/system_test/full_system_test.py
+++ b/system_test/full_system_test.py
@@ -1,5 +1,11 @@
#!/usr/bin/env python
+# End-to-end testing using actual rqlited binary.
+#
+# To run a specific test, execute
+#
+# ... | Add end-to-end test of redirected join via follower | rqlite_rqlite | train |
cbf15ee311b17ee6322b5aff545e9b1c32cb94cb | diff --git a/version.go b/version.go
index <HASH>..<HASH> 100644
--- a/version.go
+++ b/version.go
@@ -1,6 +1,6 @@
package gobot
-const version = "0.13.0"
+const version = "1.0.0"
// Version returns the current Gobot version
func Version() string { | core: Update version to <I> | hybridgroup_gobot | train |
0f78f3f9f8067b40472f49bc2f73f50598bd0cd6 | diff --git a/backtrader/lineiterator.py b/backtrader/lineiterator.py
index <HASH>..<HASH> 100644
--- a/backtrader/lineiterator.py
+++ b/backtrader/lineiterator.py
@@ -72,6 +72,11 @@ class MetaLineIterator(LineSeries.__class__):
if not _obj.datas and isinstance(_obj, (IndicatorBase, ObserverBase)):
... | Dict for data feeds to check for presence in internals | backtrader_backtrader | train |
d275388de092c2eb14a90e6c2087cea20058ffe8 | diff --git a/lib/etcd/keys.rb b/lib/etcd/keys.rb
index <HASH>..<HASH> 100644
--- a/lib/etcd/keys.rb
+++ b/lib/etcd/keys.rb
@@ -60,12 +60,7 @@ module Etcd
path = key_endpoint + key
raise ArgumentError, 'Second argument must be a hash' unless opts.is_a?(Hash)
raise ArgumentError, 'You must pass prev... | only key is required, rest everything is optional | ranjib_etcd-ruby | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.