hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
e79516c213fd57adb97d1c48347bdda85a6f7d14 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -9,5 +9,5 @@ setup(
author='snjoetw',
author_email='[email protected]',
description='Python API for August Smart Lock and Doorbell',
- requires=['requests', 'vol']
+ install_requires=['requests', 'vol']
) | Set install_requires for pip deps | snjoetw_py-august | train |
fb1bdc59da28fbea7a036e6c2e2c8df3b64325f8 | diff --git a/tests/ServiceProviderTest.php b/tests/ServiceProviderTest.php
index <HASH>..<HASH> 100644
--- a/tests/ServiceProviderTest.php
+++ b/tests/ServiceProviderTest.php
@@ -16,6 +16,7 @@ use GrahamCampbell\Throttle\Factories\CacheFactory;
use GrahamCampbell\Throttle\Factories\FactoryInterface;
use GrahamCampbel... | Update ServiceProviderTest.php | GrahamCampbell_Laravel-Throttle | train |
227f3d40333e9c5f6241fb2436b55373004cebcd | diff --git a/tests/unit/test_static.py b/tests/unit/test_static.py
index <HASH>..<HASH> 100644
--- a/tests/unit/test_static.py
+++ b/tests/unit/test_static.py
@@ -182,8 +182,8 @@ class TestWhitenoiseTween:
assert resp.status_code == 200
assert resp.headers["Content-Type"] == "application/json"
... | Fixes for the new flake8. Refs #<I> (#<I>) | pypa_warehouse | train |
11b26b52563ef9bfecfcd0839b0f439e7661416f | diff --git a/gson/src/main/java/com/google/gson/Gson.java b/gson/src/main/java/com/google/gson/Gson.java
index <HASH>..<HASH> 100644
--- a/gson/src/main/java/com/google/gson/Gson.java
+++ b/gson/src/main/java/com/google/gson/Gson.java
@@ -30,10 +30,8 @@ import java.util.Collections;
import java.util.HashMap;
import j... | Added support for AtomicLongArray.
Also added tests to ensure LongSerializationPolicy is honored. | google_gson | train |
f8acd80573b61dc638c5d1db5ebc10eafe530f54 | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ python:
env:
- DJANGO="Django==1.8"
- DJANGO="Django==1.9"
+ - DJANGO="Django==1.10"
# command to install dependencies, e.g. pip install -r requirements.txt
install:
diff --git a/exam... | Django <I> support | mishbahr_django-usersettings2 | train |
d1103da8197c7acfe450c4791473eae5fcec4f91 | diff --git a/dataclass.py b/dataclass.py
index <HASH>..<HASH> 100644
--- a/dataclass.py
+++ b/dataclass.py
@@ -132,8 +132,11 @@ def _init(fields):
def _repr(fields):
return _create_fn('__repr__',
- [f'{_SELF}'],
- [f'return {_SELF}.__class__.__name__ + f"(' + ','.join([... | Misc. small code cleanups and line wrapping. | ericvsmith_dataclasses | train |
7667fc2eb17a7f05a8a5f655fb8b50d97a236d9c | diff --git a/source/org/jasig/portal/groups/EntityGroupImpl.java b/source/org/jasig/portal/groups/EntityGroupImpl.java
index <HASH>..<HASH> 100644
--- a/source/org/jasig/portal/groups/EntityGroupImpl.java
+++ b/source/org/jasig/portal/groups/EntityGroupImpl.java
@@ -115,6 +115,10 @@ private void checkIfAlreadyMember(IG... | Fix bug that allowed a group to be added to itself.
git-svn-id: <URL> | Jasig_uPortal | train |
8950112c93259e9f0b4ff21a468e8873af388b0e | diff --git a/public/src/Entity/Meta.php b/public/src/Entity/Meta.php
index <HASH>..<HASH> 100644
--- a/public/src/Entity/Meta.php
+++ b/public/src/Entity/Meta.php
@@ -808,8 +808,8 @@ class Meta
if ($isImage) {
try {
$imag... | image medium and thumb only resize | edineibauer_uebEntity | train |
a1ce9e662c67b399ae06e5e7fcbe7f1e11b18e5e | diff --git a/cake/libs/controller/components/cookie.php b/cake/libs/controller/components/cookie.php
index <HASH>..<HASH> 100644
--- a/cake/libs/controller/components/cookie.php
+++ b/cake/libs/controller/components/cookie.php
@@ -215,7 +215,7 @@ class CookieComponent extends Object {
foreach ($key as $name => $valu... | Fixing real issue for Ticket #<I>
Reverted changes replacing [ and ] with . | cakephp_cakephp | train |
7501a99bcced6a44d81efbd78269d08252c299eb | diff --git a/lib/replace-require-and-define.js b/lib/replace-require-and-define.js
index <HASH>..<HASH> 100644
--- a/lib/replace-require-and-define.js
+++ b/lib/replace-require-and-define.js
@@ -20,11 +20,14 @@ const t = require('@babel/types');
const generator = require('@babel/generator').default;
// Replace inde... | Fixed require/define conversion for tests | Esri_ember-cli-amd | train |
f6dc4113c0967e4c11175e0b586153e5a217ba59 | diff --git a/js/spec/index-spec.js b/js/spec/index-spec.js
index <HASH>..<HASH> 100644
--- a/js/spec/index-spec.js
+++ b/js/spec/index-spec.js
@@ -422,13 +422,23 @@ describe('Node Sentinel File Watcher', function() {
it('does not loop endlessly when watching directories with recursive symlinks', (done) => {
... | Close watcher in test and match code style | Axosoft_nsfw | train |
f672464faf733b68001d6ced711bb9119c3a6f7d | diff --git a/activesupport/lib/active_support/test_case.rb b/activesupport/lib/active_support/test_case.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/test_case.rb
+++ b/activesupport/lib/active_support/test_case.rb
@@ -66,10 +66,13 @@ module ActiveSupport
alias :assert_not_respond_to :refut... | better docs for ActiveSupport::TestCase#assert_nothing_raised | rails_rails | train |
58e4a052120dd25de9ddcf096d18ded3b116fe7d | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -27,5 +27,8 @@
"covex-nn/phpcb": "1.0.4.*",
"doctrine/cache": "~1.4",
"apigen/apigen": "~4.0"
+ },
+ "suggest": {
+ "ext-intl": "for convenient handling of localizati... | add default locale handler to localized strings | commercetools_commercetools-php-sdk | train |
2264f6090c3366151ebc8a138ce77b82aa30a435 | diff --git a/lib/client.js b/lib/client.js
index <HASH>..<HASH> 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -150,7 +150,7 @@ function onConnected(frame, beforeSendResponse){
}
}
- self.emit("connect");
+ self.emit("connect", {headers: frame.headers});
... | Pass object with headers property on connect emit | gdaws_node-stomp | train |
cd0f7fac44326f9cd417db6d66c2bfdddf071702 | diff --git a/spec/lib/eve/api/calls/server_status_spec.rb b/spec/lib/eve/api/calls/server_status_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/eve/api/calls/server_status_spec.rb
+++ b/spec/lib/eve/api/calls/server_status_spec.rb
@@ -8,15 +8,19 @@ describe Eve::API do
it "should respond to current_time" do
... | Rails 3 / Ruby <I> compatibility: down to only 6 failures.
API is working again -- it's just controller and trust issues, now. | sinisterchipmunk_eve | train |
77b879d6bb47814b9a0fae71d8288106e2a2f129 | diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftware.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftware.java
index <HASH>..<HASH> 100644
--- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/dependency/Vuln... | changed nested ifs to avoid checkstyle complaint
Former-commit-id: ed<I>c<I>cf<I>a<I>abdb2ca<I>ef6 | jeremylong_DependencyCheck | train |
69c2d2df8b90fd02a39e657569ac6b03875e43fd | diff --git a/lib/editor.js b/lib/editor.js
index <HASH>..<HASH> 100644
--- a/lib/editor.js
+++ b/lib/editor.js
@@ -557,6 +557,7 @@ module.exports = {
var slug = req.body.slug;
var content = req.body.content;
var options = req.body.options;
+
// "OMG, what if they cheat and use a type not all... | Singletons should transmit their options as JSON, not as JSON-of-JSON. Fixes bugs in singleton editing | apostrophecms_apostrophe | train |
e101f753417e0b0a0ce8a0af8a9a443df5339aff | diff --git a/bind/einhorn.go b/bind/einhorn.go
index <HASH>..<HASH> 100644
--- a/bind/einhorn.go
+++ b/bind/einhorn.go
@@ -1,4 +1,4 @@
-// +build !windows !appengine
+// +build !windows,!appengine
package bind
diff --git a/bind/systemd.go b/bind/systemd.go
index <HASH>..<HASH> 100644
--- a/bind/systemd.go
+++ b/bi... | Boolean logic is hard, guys :(
The result of this was that builds were broken on windows and app
engine.
Fixes #<I>. | zenazn_goji | train |
c337b8d933de6f5f854545d2a9ebc949eb2e943e | diff --git a/tests/elements_tests.py b/tests/elements_tests.py
index <HASH>..<HASH> 100755
--- a/tests/elements_tests.py
+++ b/tests/elements_tests.py
@@ -75,3 +75,7 @@ def reverse(seq):
s11 = s9.transform(reverse)
assert s11[0] == p3
+
+s12 = HSeq(p2, p4)
+
+assert s9 + s12 == HSeq(p1, p3, p2, p4) | wrote more tests for coverage including failing test for buggy HSeq.__eq__ | jtauber_sebastian | train |
3444cf5c9c0160dae1d38f95ad8083f179184535 | diff --git a/src/test/java/com/github/mkolisnyk/aerial/document/FeatureSectionTest.java b/src/test/java/com/github/mkolisnyk/aerial/document/FeatureSectionTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/github/mkolisnyk/aerial/document/FeatureSectionTest.java
+++ b/src/test/java/com/github/mkolisnyk/aeria... | #6 Small changes to tests to cover validation cases | mkolisnyk_aerial | train |
a9b853c8996b50479f4655f9f66cf0e4e93796ec | diff --git a/lib/protocol/READ_WRITE_MULTIPLE_REGISTERS.js b/lib/protocol/READ_WRITE_MULTIPLE_REGISTERS.js
index <HASH>..<HASH> 100644
--- a/lib/protocol/READ_WRITE_MULTIPLE_REGISTERS.js
+++ b/lib/protocol/READ_WRITE_MULTIPLE_REGISTERS.js
@@ -1,7 +1,7 @@
var Helpers = require("../Helpers");
var Buff = require("../... | fixes function code for read-write-multiple-registers :( | node-modbus_pdu | train |
cba710fe308824f39d53cf4d7be432dd2eedd875 | diff --git a/test/lib/Elastica/Test/Aggregation/ScriptTest.php b/test/lib/Elastica/Test/Aggregation/ScriptTest.php
index <HASH>..<HASH> 100644
--- a/test/lib/Elastica/Test/Aggregation/ScriptTest.php
+++ b/test/lib/Elastica/Test/Aggregation/ScriptTest.php
@@ -13,29 +13,29 @@ class ScriptTest extends BaseAggregationTest
... | Get rid of auto-formatted MediaWiki-like coding standards
MediaWiki has spaces around parentheses & my IDE auto-formats source like that.
Obviously, don't want this here. | ruflin_Elastica | train |
b4707b395334b50be6d4635671353f66b7f5f40c | diff --git a/smr/ec2.py b/smr/ec2.py
index <HASH>..<HASH> 100755
--- a/smr/ec2.py
+++ b/smr/ec2.py
@@ -28,10 +28,15 @@ def worker_thread(config, config_name, input_queue, output_queue, processed_file
abort_event.set()
return
+ remote_config_path = "/tmp/smr_config.py"
+ sftp = ssh.open_sftp()
... | need to copy config to remote servers | 50onRed_smr | train |
ca39d358359b463d269c12b099c7f5c32ce68bb3 | diff --git a/src/main/java/com/github/bedrin/jdbc/sniffer/util/ExceptionUtil.java b/src/main/java/com/github/bedrin/jdbc/sniffer/util/ExceptionUtil.java
index <HASH>..<HASH> 100755
--- a/src/main/java/com/github/bedrin/jdbc/sniffer/util/ExceptionUtil.java
+++ b/src/main/java/com/github/bedrin/jdbc/sniffer/util/Exceptio... | throw exception by given class name and message | sniffy_sniffy | train |
d243e403d7878f1cc280edc0074560673c77c436 | diff --git a/src/Illuminate/Cookie/Middleware/EncryptCookies.php b/src/Illuminate/Cookie/Middleware/EncryptCookies.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Cookie/Middleware/EncryptCookies.php
+++ b/src/Illuminate/Cookie/Middleware/EncryptCookies.php
@@ -76,7 +76,7 @@ class EncryptCookies
protected fun... | [8.x] Remove decrypting array cookies (#<I>)
* Remove decrypting array cookies
* Revert back the methods only
* Update EncryptCookies.php
* Update EncryptCookies.php | laravel_framework | train |
7a05d12cf12e81e71b87d40523608703d88f5023 | diff --git a/plenum/test/test_node.py b/plenum/test/test_node.py
index <HASH>..<HASH> 100644
--- a/plenum/test/test_node.py
+++ b/plenum/test/test_node.py
@@ -863,6 +863,9 @@ def checkProtocolInstanceSetup(looper: Looper,
customTimeout: float = None,
insta... | [INDY-<I>] integrate new ordering validator for tests with new view_change | hyperledger_indy-plenum | train |
6b82c9ab6ae5cdf19986c6d45f4de23c0f55b74c | diff --git a/project/geomajas-project-sld-editor/common-gwt/src/main/java/org/geomajas/sld/editor/client/SldUtils.java b/project/geomajas-project-sld-editor/common-gwt/src/main/java/org/geomajas/sld/editor/client/SldUtils.java
index <HASH>..<HASH> 100644
--- a/project/geomajas-project-sld-editor/common-gwt/src/main/jav... | Intermediate commit for work on SLDE-4: GetGeometryType from featureTypeStyleList | geomajas_geomajas-project-server | train |
02bbbfcf8411018ed2df7f84767d863f4e7c86b2 | diff --git a/packages/ember-handlebars/lib/loader.js b/packages/ember-handlebars/lib/loader.js
index <HASH>..<HASH> 100644
--- a/packages/ember-handlebars/lib/loader.js
+++ b/packages/ember-handlebars/lib/loader.js
@@ -33,6 +33,9 @@ Ember.Handlebars.bootstrap = function(ctx) {
var compile = (script.attr('type') ==... | add "elementId" support with "data-element-id" attribute in "script" tag of handlebars type at handlebars bootstrap | emberjs_ember.js | train |
6f99f29d28e7c0e5d2205610610cf0b382903851 | diff --git a/generators/generator-constants.js b/generators/generator-constants.js
index <HASH>..<HASH> 100644
--- a/generators/generator-constants.js
+++ b/generators/generator-constants.js
@@ -18,7 +18,7 @@
*/
// version of docker images
-const DOCKER_JHIPSTER_REGISTRY = 'jhipster/jhipster-registry:v2.6.0';
+con... | Upgrade to JHipster Registry <I> | jhipster_generator-jhipster | train |
968a5d6c2edd99b0e9b1ecca0e9b4d8f98682b76 | diff --git a/src/Blob/Internal/IBlob.php b/src/Blob/Internal/IBlob.php
index <HASH>..<HASH> 100644
--- a/src/Blob/Internal/IBlob.php
+++ b/src/Blob/Internal/IBlob.php
@@ -67,7 +67,7 @@ interface IBlob extends FilterableService
*
* @param Models\ListContainersOptions $options optional parameters
*
- ... | a minor change in IBlob documentation | Azure_azure-storage-php | train |
89b00c8bdba29bba7594c86e3a5ef7309ba1d988 | diff --git a/devicecloud/filedata.py b/devicecloud/filedata.py
index <HASH>..<HASH> 100644
--- a/devicecloud/filedata.py
+++ b/devicecloud/filedata.py
@@ -44,6 +44,7 @@ class FileDataAPI(APIBase):
page_size = validate_type(page_size, *six.integer_types)
# TODO: implementing paging over the result se... | PYTHONDC-6: Minor fixes and updates based on code review
The changes here are as follows:
* Typo fixes and clarifications to documentation
* Modify get_filedata() to return a generator rather than a list | digidotcom_python-devicecloud | train |
ff1f318f6f359e3b37123c4794cf8630df15880b | diff --git a/test/unit/test-adapter.js b/test/unit/test-adapter.js
index <HASH>..<HASH> 100644
--- a/test/unit/test-adapter.js
+++ b/test/unit/test-adapter.js
@@ -278,11 +278,23 @@ describe('SlackMessageAdapter', function () {
this.adapter.action(constraints, this.actionHandler);
assertHandlerRegister... | Add more types to validationConstraints for blockId and actionId | slackapi_node-slack-interactive-messages | train |
d7fc2514c5208dfdf52c52709fc2682613af0784 | diff --git a/src/net/dv8tion/jda/entities/Guild.java b/src/net/dv8tion/jda/entities/Guild.java
index <HASH>..<HASH> 100644
--- a/src/net/dv8tion/jda/entities/Guild.java
+++ b/src/net/dv8tion/jda/entities/Guild.java
@@ -93,6 +93,14 @@ public interface Guild
Region getRegion();
/**
+ * The {@link net.dv8t... | A Guild should know what Users are in it! | DV8FromTheWorld_JDA | train |
868d3c1e7172d863aba9acbee72a01e9e9171546 | diff --git a/src/Middleware/FinishMiddleware.php b/src/Middleware/FinishMiddleware.php
index <HASH>..<HASH> 100644
--- a/src/Middleware/FinishMiddleware.php
+++ b/src/Middleware/FinishMiddleware.php
@@ -2,9 +2,8 @@
namespace CybozuHttp\Middleware;
-use GuzzleHttp\Exception\ClientException;
+use CybozuHttp\Service\... | Use ResponseService in FinishMiddleware | ochi51_cybozu-http | train |
93e625b55739842284a20e36fafecc4aa2c8f7fa | diff --git a/content.py b/content.py
index <HASH>..<HASH> 100644
--- a/content.py
+++ b/content.py
@@ -217,6 +217,7 @@ class OPSContent(object):
#proper format tags
self.divTitleScan(mainbody, depth = 0)
+ #Handle conversion of figures to html image format
figs = mainbody.get... | Added support in content.py for handling table-wrap elements. This provides table images in the text, with a link to a to-be-implemented HTML file containing the HTML versions of tables. | SavinaRoja_OpenAccess_EPUB | train |
7fa0d815547c6c003c8f92159ec789f065ebfacf | diff --git a/src/Command/UpdateValueCommand.php b/src/Command/UpdateValueCommand.php
index <HASH>..<HASH> 100644
--- a/src/Command/UpdateValueCommand.php
+++ b/src/Command/UpdateValueCommand.php
@@ -53,7 +53,7 @@ class UpdateValueCommand extends CommandBase
$key = $input->getArgument('key');
$value = ... | Oops. Inverting conditional. | grasmash_yaml-cli | train |
e6acb805a1c7629bd8655ac0e2b88a4e004a12f1 | diff --git a/ngram.py b/ngram.py
index <HASH>..<HASH> 100644
--- a/ngram.py
+++ b/ngram.py
@@ -240,7 +240,7 @@ class NGram(set):
if item in self:
super(NGram, self).remove(item)
del self.length[item]
- for ngram in self.splititem(item):
+ for ngram in set(self.sp... | Remove duplicates prior to removal of ngrams | gpoulter_python-ngram | train |
d133fbd88a338a9bc697376bf05ceb0b0e40adb4 | diff --git a/lib/beetle/subscriber.rb b/lib/beetle/subscriber.rb
index <HASH>..<HASH> 100644
--- a/lib/beetle/subscriber.rb
+++ b/lib/beetle/subscriber.rb
@@ -217,7 +217,8 @@ module Beetle
{
:host => current_host, :port => current_port, :logging => false,
:user => @client.config.user, :pass => ... | Subscriber exits properly on possible authentication failures. | xing_beetle | train |
aa94d9d57c8fd267f3e108a4ed8f2a944d670776 | diff --git a/lib/fog/vcloud_director/requests/compute/post_configure_edge_gateway_services.rb b/lib/fog/vcloud_director/requests/compute/post_configure_edge_gateway_services.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/vcloud_director/requests/compute/post_configure_edge_gateway_services.rb
+++ b/lib/fog/vcloud_directo... | using new way of task mocking for edgegateway tests | fog_fog | train |
f5da262c44fb836c308b670ea2c939e74bb97ff3 | diff --git a/library/VF/SearchLevel.php b/library/VF/SearchLevel.php
index <HASH>..<HASH> 100755
--- a/library/VF/SearchLevel.php
+++ b/library/VF/SearchLevel.php
@@ -1,6 +1,7 @@
<?php
/**
* Vehicle Fits (http://www.vehiclefits.com for more information.)
+ *
* @copyright Copyright (c) Vehicle Fits, llc
* @lice... | fix isLevelSelected to check for array. This should be cleaned up. | vehiclefits_library | train |
29d5e515edd5c178ee70f63f13b5fa89c02c42c1 | diff --git a/www/src/py2js_nevez.js b/www/src/py2js_nevez.js
index <HASH>..<HASH> 100644
--- a/www/src/py2js_nevez.js
+++ b/www/src/py2js_nevez.js
@@ -3014,7 +3014,6 @@ function $FromCtx(context){
}else{
$package = $B.imported[$package]
}
- console.l... | Commit to be able to merge | brython-dev_brython | train |
64667c23c926c74a52843e223dff962e202f0168 | diff --git a/djangodblog/feeds.py b/djangodblog/feeds.py
index <HASH>..<HASH> 100644
--- a/djangodblog/feeds.py
+++ b/djangodblog/feeds.py
@@ -49,6 +49,8 @@ class ErrorFeed(object):
qs = qs.filter(level__gte=request.GET['level'])
elif request.GET.get('server_name'):
qs = qs.filter(ser... | Add in the ability to specify the logger in filters | elastic_apm-agent-python | train |
54634efcbaebf4ade486224f2c6c6676056f5212 | diff --git a/lang/en/survey.php b/lang/en/survey.php
index <HASH>..<HASH> 100644
--- a/lang/en/survey.php
+++ b/lang/en/survey.php
@@ -21,6 +21,7 @@ $string['editingasurvey'] = "Editing a survey";
$string['helpsurveys'] = "Help on the different types of surveys";
$string['introtext'] = "Introduction text";
$string['... | New function to show new surveys in recent activity box | moodle_moodle | train |
46a611cd90ae795f0caf8f2260f3f99df23d23a2 | diff --git a/rpcserver.go b/rpcserver.go
index <HASH>..<HASH> 100644
--- a/rpcserver.go
+++ b/rpcserver.go
@@ -3576,6 +3576,10 @@ func (r *rpcServer) SubscribeTransactions(req *lnrpc.GetTransactionsRequest,
for {
select {
case tx := <-txClient.ConfirmedTransactions():
+ destAddresses := make([]string, 0, len(... | Add DestAddresses field in transactions returned by SubscribeTransactions | lightningnetwork_lnd | train |
d59bf8b7a0781e32f5198ee6be0f9d0ca2f5963f | diff --git a/test/test_vim.py b/test/test_vim.py
index <HASH>..<HASH> 100644
--- a/test/test_vim.py
+++ b/test/test_vim.py
@@ -35,12 +35,20 @@ def test_strwidth():
def test_list_runtime_paths():
# Is this the default runtime path list?
homedir = os.environ['HOME'] + '/.nvim'
- eq(vim.list_runtime_paths(),... | Update default paths in test_runtime_paths
- Neovim runtime path is now PREFIX/share/nvim
instead of PREFIX/share/vim
- Neovim rtp may differ if the runtime folder is
installed under the default path - updated the
test to allow both options | neovim_pynvim | train |
1ebcb43960df217d93bfebc8369b0e7adfbd4d82 | diff --git a/TYPO3.Flow/Classes/TYPO3/Flow/Configuration/ConfigurationManager.php b/TYPO3.Flow/Classes/TYPO3/Flow/Configuration/ConfigurationManager.php
index <HASH>..<HASH> 100644
--- a/TYPO3.Flow/Classes/TYPO3/Flow/Configuration/ConfigurationManager.php
+++ b/TYPO3.Flow/Classes/TYPO3/Flow/Configuration/ConfigurationM... | [TASK] Support variables and suffix in routes via settings
Adds support for the ``variables`` and ``suffix`` sub route configuration options
in routes via settings.
Related: FLOW-<I> | neos_flow-development-collection | train |
ea25482f6a4467e8cc3aa6543d83da47543b44b6 | diff --git a/rllib/agents/trainer_template.py b/rllib/agents/trainer_template.py
index <HASH>..<HASH> 100644
--- a/rllib/agents/trainer_template.py
+++ b/rllib/agents/trainer_template.py
@@ -65,7 +65,7 @@ def build_trainer(
Optional callable that takes the config to check for correctness.
It m... | WIP. (#<I>) | ray-project_ray | train |
fb4b2c4ca0354a9b800897f33f518b40eab96153 | diff --git a/large_list.go b/large_list.go
index <HASH>..<HASH> 100644
--- a/large_list.go
+++ b/large_list.go
@@ -85,6 +85,32 @@ func (ll *LargeList) FindThenFilter(value interface{}, filterName string, filter
return res.([]interface{}), err
}
+// Select a range of values from the large list.
+func (ll *LargeList... | Added LargeList.Range and LargeList.RangeThenFilter methods | aerospike_aerospike-client-go | train |
10efe170a49392994daf6323f8e50afe62adf70b | diff --git a/internal/provider/resource_password_test.go b/internal/provider/resource_password_test.go
index <HASH>..<HASH> 100644
--- a/internal/provider/resource_password_test.go
+++ b/internal/provider/resource_password_test.go
@@ -9,6 +9,7 @@ import (
"github.com/google/go-cmp/cmp"
"github.com/hashicorp/terrafo... | Update unit tests for state upgraders | terraform-providers_terraform-provider-random | train |
d59fe6540732a1df7ffe63936e08f25211070043 | diff --git a/rb/lib/selenium/webdriver/common/alert.rb b/rb/lib/selenium/webdriver/common/alert.rb
index <HASH>..<HASH> 100644
--- a/rb/lib/selenium/webdriver/common/alert.rb
+++ b/rb/lib/selenium/webdriver/common/alert.rb
@@ -40,12 +40,6 @@ module Selenium
def text
@bridge.alert_text
end
-
- ... | Remove deprecated Alert#authenticate
It has been deprecated since <I> and is not supported by any drivers. | SeleniumHQ_selenium | train |
c01e7602a913c74b3d6f5b4e54c09e8223a04bd9 | diff --git a/test/helper.rb b/test/helper.rb
index <HASH>..<HASH> 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -13,7 +13,6 @@ require File.expand_path('../file_creation', __FILE__)
begin
- require_relative '../ruby/envutil'
require_relative 'support/ruby_runner'
require_relative 'support/rakefile_def... | backport r<I> from ruby trunk | ruby_rake | train |
45e4cbf6d49daf2cffc279f31b6733f9a5776da1 | diff --git a/lib/sidekiq_unique_jobs/version.rb b/lib/sidekiq_unique_jobs/version.rb
index <HASH>..<HASH> 100644
--- a/lib/sidekiq_unique_jobs/version.rb
+++ b/lib/sidekiq_unique_jobs/version.rb
@@ -3,5 +3,5 @@
module SidekiqUniqueJobs
#
# @return [String] the current SidekiqUniqueJobs version
- VERSION = "7.1.... | Bump sidekiq-unique-jobs to <I> | mhenrixon_sidekiq-unique-jobs | train |
49eb883b3c49706844a4a69fb43d6569b2857b34 | diff --git a/master/buildbot/worker/openstack.py b/master/buildbot/worker/openstack.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/worker/openstack.py
+++ b/master/buildbot/worker/openstack.py
@@ -227,14 +227,11 @@ class OpenStackLatentWorker(CompatibleLatentWorkerMixin,
@defer.inlineCallbacks
def _ge... | OpenStackLatentWorker: Try to convert image name into uuid | buildbot_buildbot | train |
4ed0002f156bebd534ff1c26ddd12997f4fe0842 | diff --git a/src/Access/PersonalPermissionsAccess.php b/src/Access/PersonalPermissionsAccess.php
index <HASH>..<HASH> 100644
--- a/src/Access/PersonalPermissionsAccess.php
+++ b/src/Access/PersonalPermissionsAccess.php
@@ -30,15 +30,25 @@ class PersonalPermissionsAccess extends AuthenticatedAccess
return f... | Fixed condition to search permissions by group (#task <I>) | QoboLtd_cakephp-roles-capabilities | train |
faffa2a5ba56defc93377c6cd704d2adb953b5d1 | diff --git a/bcbio/heterogeneity/__init__.py b/bcbio/heterogeneity/__init__.py
index <HASH>..<HASH> 100644
--- a/bcbio/heterogeneity/__init__.py
+++ b/bcbio/heterogeneity/__init__.py
@@ -26,7 +26,8 @@ def _get_calls(data, cnv_only=False):
def get_variants(data):
"""Retrieve set of variant calls to use for heterog... | TitanCNA: allow pre-called vrn_files as inputs
Cleans up pipeline to handle pre-aligned BAMs (passed as `files`) and
pre-called VCFs (passed as `vrn_file`) into a TitanCNA/CNVkit only
run. Fixes #<I> | bcbio_bcbio-nextgen | train |
68db7df08de06823905c16fafff7e91733976916 | diff --git a/snapshot/snapshot.go b/snapshot/snapshot.go
index <HASH>..<HASH> 100644
--- a/snapshot/snapshot.go
+++ b/snapshot/snapshot.go
@@ -10,7 +10,6 @@ import (
"io/ioutil"
"log"
"os"
- "time"
"github.com/hashicorp/raft"
)
@@ -185,7 +184,7 @@ func Restore(logger *log.Logger, in io.Reader, r *raft.Raft) ... | Removes timeout when restoring snapshots.
Fixes #<I>
Originally I started out making this configurable, but realized it wasn't
worth the complexity. If you are restoring a snapshot, you really need to
wait until it's done, or something bad happens like losing leadership, which
will already trigger an error. Rather th... | hashicorp_consul | train |
0ec9db411ff30129b9e3c8526a3feb1b5f41a5f3 | diff --git a/nipap/nipap/nipap.py b/nipap/nipap/nipap.py
index <HASH>..<HASH> 100644
--- a/nipap/nipap/nipap.py
+++ b/nipap/nipap/nipap.py
@@ -2739,8 +2739,8 @@ class Nipap:
if parent_prefix['vrf_id']:
vrf_id = parent_prefix['vrf_id']
query_parent_prefix = " (p1.vrf_id = %s AN... | Woohoo, fix parent_prefix
This has now officially entered the stage of silly as #<I> has been the
most reopened and closed bug in history. This fixes it though - really!
Relates to good ol' #<I>.
Fixes #<I> | SpriteLink_NIPAP | train |
1132dcd33bd14bacddc52d030077343aea7519b2 | diff --git a/greenhouse/io.py b/greenhouse/io.py
index <HASH>..<HASH> 100644
--- a/greenhouse/io.py
+++ b/greenhouse/io.py
@@ -1,4 +1,5 @@
import errno
+import fcntl
import os
import socket
import stat
@@ -67,7 +68,7 @@ class Socket(object):
def __del__(self):
try:
- state.poller.unregist... | added a fromfd classmethod, should make it easy to make async pipes and such | teepark_greenhouse | train |
2334f2c26d6a5b3bb23b879f458945b74df3d61f | diff --git a/datadog_checks_base/datadog_checks/base/checks/base.py b/datadog_checks_base/datadog_checks/base/checks/base.py
index <HASH>..<HASH> 100644
--- a/datadog_checks_base/datadog_checks/base/checks/base.py
+++ b/datadog_checks_base/datadog_checks/base/checks/base.py
@@ -496,7 +496,7 @@ class __AgentCheck(object... | Make deprecations apparent in UI (#<I>) | DataDog_integrations-core | train |
f7238e6c40ac49e36a822587850afaa590707053 | diff --git a/src/Api/Betting.php b/src/Api/Betting.php
index <HASH>..<HASH> 100644
--- a/src/Api/Betting.php
+++ b/src/Api/Betting.php
@@ -23,13 +23,29 @@ class Betting
->authHeaders()
->addHeader([ 'Content-Type' => 'application/json' ])
->setFilter($filter)
- ->setMar... | Support for listMarketBook method, plus generalisation of filter adding. However, there's plenty of scope for extensive refactoring, in particular for removing setters from client - tp be addressed once all betting methods are supported. | petercoles_Betfair-Exchange | train |
dfc45b7021467b4b0ef78a98ad9bdb7e4e4e8096 | diff --git a/lib/codemirror.js b/lib/codemirror.js
index <HASH>..<HASH> 100644
--- a/lib/codemirror.js
+++ b/lib/codemirror.js
@@ -1219,7 +1219,7 @@ window.CodeMirror = (function() {
if (op.updateMaxLine) computeMaxLength(cm);
if (cm.display.maxLineChanged && !cm.options.lineWrapping) {
var width = mea... | [doc tests] Fix test runner for IE regexp quirk
Issue #<I> | codemirror_CodeMirror | train |
8a42bab98e3697866878f5cd8ed48ba66c10af0b | diff --git a/status.js b/status.js
index <HASH>..<HASH> 100644
--- a/status.js
+++ b/status.js
@@ -1,7 +1,8 @@
var colors = require('colors'),
start = new Date().getTime(),
pad = " ",
- items = {}
+ items = {},
+ util = require('util')
//
// This is a single item (Or cell or whatever you call it) in the... | Fiddled around trying to extend console.log to first try and clear the current line, seems to work. Needs more fixins | derrickpelletier_node-status | train |
beb32ab2629810f65cfdbb2e7161a394224126dd | diff --git a/test3/gmpy_test.py b/test3/gmpy_test.py
index <HASH>..<HASH> 100644
--- a/test3/gmpy_test.py
+++ b/test3/gmpy_test.py
@@ -44,3 +44,6 @@ for x in test_modules:
pf, pt = failures, tests
doctest.master.summarize(1)
+
+print("There is a known bug with Fraction == mpq so there is no need to")
+print("re... | Added message to gmpy_test.py to let users know that there is a known bug with Fraction == mpq. | aleaxit_gmpy | train |
c8ffa6c799bde4378737be93d4f5206ad9680acc | diff --git a/src/Traits/ValidatingTrait.php b/src/Traits/ValidatingTrait.php
index <HASH>..<HASH> 100644
--- a/src/Traits/ValidatingTrait.php
+++ b/src/Traits/ValidatingTrait.php
@@ -21,7 +21,7 @@ trait ValidatingTrait
*/
public function mergeRules(array $rules)
{
- $this->rules = array_merge($th... | Allow modules to override core packages rules | rinvex_laravel-support | train |
9501b5732f2dc6e20daae170610178b48ce4a80d | diff --git a/BootstrapSelectAsset.php b/BootstrapSelectAsset.php
index <HASH>..<HASH> 100644
--- a/BootstrapSelectAsset.php
+++ b/BootstrapSelectAsset.php
@@ -39,14 +39,24 @@ class BootstrapSelectAsset extends AssetBundle
return false;
$js = '';
+
if ($o['menuArrow']) {
$js... | Update Bootstrap-Select by :reset click
Ensures that bootstrap Select is refreshed when a form reset-button is pressed. Otherwise, only the select would have updated but not the bootstrap Select HTML...
@see <URL> | cakebake_yii2-bootstrap-select | train |
02094006b2426637e9dea63a3a39b186fa06e681 | diff --git a/plugin/src/main/java/com/buschmais/jqassistant/core/plugin/impl/RulePluginRepositoryImpl.java b/plugin/src/main/java/com/buschmais/jqassistant/core/plugin/impl/RulePluginRepositoryImpl.java
index <HASH>..<HASH> 100644
--- a/plugin/src/main/java/com/buschmais/jqassistant/core/plugin/impl/RulePluginRepositor... | added unit test for ClasspathRuleSource | buschmais_jqa-core-framework | train |
318ded9e29453a190e8f5643bb47358fdc341437 | diff --git a/library-core/src/main/java/com/mikepenz/fastadapter/adapters/ItemAdapter.java b/library-core/src/main/java/com/mikepenz/fastadapter/adapters/ItemAdapter.java
index <HASH>..<HASH> 100644
--- a/library-core/src/main/java/com/mikepenz/fastadapter/adapters/ItemAdapter.java
+++ b/library-core/src/main/java/com/... | * fix methods inside the ItemFilter not correctly deleting adjusting items | mikepenz_FastAdapter | train |
8be57e1674b16b1ef456fde7a63ebe507bb80e58 | diff --git a/java/client/src/org/openqa/selenium/edge/EdgeOptions.java b/java/client/src/org/openqa/selenium/edge/EdgeOptions.java
index <HASH>..<HASH> 100644
--- a/java/client/src/org/openqa/selenium/edge/EdgeOptions.java
+++ b/java/client/src/org/openqa/selenium/edge/EdgeOptions.java
@@ -19,16 +19,12 @@ package org.o... | Fix EdgeOptions to actually work | SeleniumHQ_selenium | train |
719c1d268073b55b37b73d4d39752eaa08594280 | diff --git a/cmd/kubeadm/app/util/config/common.go b/cmd/kubeadm/app/util/config/common.go
index <HASH>..<HASH> 100644
--- a/cmd/kubeadm/app/util/config/common.go
+++ b/cmd/kubeadm/app/util/config/common.go
@@ -125,8 +125,8 @@ func NormalizeKubernetesVersion(cfg *kubeadmapi.ClusterConfiguration) error {
mcpVersion :=... | kubeadm: make pre-release warning log less confusing | kubernetes_kubernetes | train |
27f98132e3df2b027ec157c799564a1517b5700d | diff --git a/README.rdoc b/README.rdoc
index <HASH>..<HASH> 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -62,7 +62,6 @@ Simplifies querying of structured data using relational algebra
relation = relation.each { |tuple| ... }
# order by attribute and direction
- new_relation = relation.order([ relation[:a].des... | Update Relation#order to behave like #restrict | dkubb_axiom | train |
d3de66088ea1a5689b92f6f693742b26a8e260ad | diff --git a/src/Codeception/Lib/Connector/Yii2.php b/src/Codeception/Lib/Connector/Yii2.php
index <HASH>..<HASH> 100644
--- a/src/Codeception/Lib/Connector/Yii2.php
+++ b/src/Codeception/Lib/Connector/Yii2.php
@@ -127,7 +127,8 @@ class Yii2 extends Client
/** @var \yii\web\Cookie $cookie */
$... | fixed yii2 cookie issue | Codeception_Codeception | train |
2cdead71e5bbd587a460c8ce2c4983dd2b1f7452 | diff --git a/test/test_helper.rb b/test/test_helper.rb
index <HASH>..<HASH> 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -37,8 +37,7 @@ module TestHelper
:description => "THE DESCRIPTION OF THE LINE ITEM",
:unit_amount => 1000,
:tax_amount => 125,
- :tracking_category => "... | Update dummy_invoice helper for tests to use the new tracking formats. | xero-gateway_xero_gateway | train |
853024949d35517483e0c2e5a4877e54ba6f1dd3 | diff --git a/javascript/DMSGridField.js b/javascript/DMSGridField.js
index <HASH>..<HASH> 100644
--- a/javascript/DMSGridField.js
+++ b/javascript/DMSGridField.js
@@ -3,17 +3,6 @@
$.entwine('ss', function($) {
- $('#Form_ItemEditForm ul.selectiongroup li').entwine({
- onmatch: function() {
- this.closest('u... | BUGFIX: Remove js style hacks | silverstripe_silverstripe-dms | train |
95279cbaf8fbd200acc1dd2a4d8ad59f282599e4 | diff --git a/provider/gce/google/conn_network_test.go b/provider/gce/google/conn_network_test.go
index <HASH>..<HASH> 100644
--- a/provider/gce/google/conn_network_test.go
+++ b/provider/gce/google/conn_network_test.go
@@ -9,6 +9,7 @@ import (
"github.com/juju/errors"
jc "github.com/juju/testing/checkers"
+ "gith... | Added a test for RandomSuffixNamer
Since I found a bug in it in manual testing. | juju_juju | train |
4a42b3f34bbef752b726eda00ab3237fbd2b7514 | diff --git a/raiden/tests/utils/smoketest.py b/raiden/tests/utils/smoketest.py
index <HASH>..<HASH> 100644
--- a/raiden/tests/utils/smoketest.py
+++ b/raiden/tests/utils/smoketest.py
@@ -150,21 +150,17 @@ def deploy_smoketest_contracts(
)
secret_registry_address = _deploy_contract(deployer, CONTRACT_SECRET_RE... | use _deploy_contract also for token_network_registry_address | raiden-network_raiden | train |
5c360a8b0c2b60f0818d355f4f094f7156c86e9d | diff --git a/fluid-ws-java-client/src/main/java/com/fluid/ws/client/v1/ABaseClientWS.java b/fluid-ws-java-client/src/main/java/com/fluid/ws/client/v1/ABaseClientWS.java
index <HASH>..<HASH> 100644
--- a/fluid-ws-java-client/src/main/java/com/fluid/ws/client/v1/ABaseClientWS.java
+++ b/fluid-ws-java-client/src/main/java... | Added a version fetcher for API. | Koekiebox-PTY-LTD_Fluid | train |
9dad09b9d370e9da07de58d0a0d91ea1e3a45c35 | diff --git a/builder/linode/ssh.go b/builder/linode/ssh.go
index <HASH>..<HASH> 100644
--- a/builder/linode/ssh.go
+++ b/builder/linode/ssh.go
@@ -6,7 +6,6 @@ import (
"github.com/hashicorp/packer/helper/multistep"
"github.com/linode/linodego"
- "golang.org/x/crypto/ssh"
)
func commHost(host string) func(mult... | builder/linode: remove unused sshConfig() function and associated import | hashicorp_packer | train |
60f8ac9b055cf2370f20cea958702ace32ecdaa7 | diff --git a/src/layer/OverlayLayer.js b/src/layer/OverlayLayer.js
index <HASH>..<HASH> 100644
--- a/src/layer/OverlayLayer.js
+++ b/src/layer/OverlayLayer.js
@@ -187,7 +187,7 @@ Z.OverlayLayer = Z.Layer.extend(/** @lends maptalks.OverlayLayer.prototype */{
}
geoId = geo.getId();
- ... | fix adding geometry with id of 0 | maptalks_maptalks.js | train |
0ba94809e837bd94bfd8d5ce3a91542db065e948 | diff --git a/lib/katamari.js b/lib/katamari.js
index <HASH>..<HASH> 100644
--- a/lib/katamari.js
+++ b/lib/katamari.js
@@ -5,7 +5,7 @@
// This is adapted from a previously unpublished NPM module I wrote.
//
// ~~ (c) SRW, 11 Dec 2012
-// ... | Changed variable name from "public_html" to "public_dir" | qmachine_qm-nodejs | train |
4e9d30ff249632048923862bf3f60c5c1706dca2 | diff --git a/cmd/textsecure/main.go b/cmd/textsecure/main.go
index <HASH>..<HASH> 100644
--- a/cmd/textsecure/main.go
+++ b/cmd/textsecure/main.go
@@ -29,6 +29,7 @@ func init() {
}
var (
+ red = "\x1b[31m"
green = "\x1b[32m"
blue = "\x1b[34m"
)
@@ -57,7 +58,7 @@ func messageHandler(msg *textsecure.Message) ... | Client test app: print source of messages too | janimo_textsecure | train |
f6f0c4b80ffc78c217343392120fc81305f8b2d3 | diff --git a/lib/dataset.rb b/lib/dataset.rb
index <HASH>..<HASH> 100644
--- a/lib/dataset.rb
+++ b/lib/dataset.rb
@@ -15,7 +15,7 @@ module OpenTox
end
# Get data (lazy loading from dataset service)
-
+ # overrides {OpenTox#metadata}
def metadata force_update=false
if @metadata.empty? or for... | link to opentox metadata in comment | opentox_lazar | train |
df5cf53dc1ca80f28c4daa0c0b7b10fcb7b0ffa9 | diff --git a/lib/convert.js b/lib/convert.js
index <HASH>..<HASH> 100644
--- a/lib/convert.js
+++ b/lib/convert.js
@@ -13,23 +13,23 @@ var convertChildren = function(children, param, namespace, myBatisMapper) {
} else if (children.type == 'tag') {
switch (children.name.toLowerCase()) {
case 'if':
- ... | Fix bug "include does not work inside where tag" | OldBlackJoe_mybatis-mapper | train |
0ca6a7a3b445571dc3171ea211601431318af781 | diff --git a/src/js/bootstrap-datetimepicker.js b/src/js/bootstrap-datetimepicker.js
index <HASH>..<HASH> 100644
--- a/src/js/bootstrap-datetimepicker.js
+++ b/src/js/bootstrap-datetimepicker.js
@@ -142,10 +142,6 @@ THE SOFTWARE.
picker.widget = $(getTemplate()).appendTo(picker.options.widgetParent);
-... | fix for #<I> removed hardcoded width setting in initialization and adding a .usetwentyfour if use<I>hours on widget container | Eonasdan_bootstrap-datetimepicker | train |
6f9ae3ce31bbb3e459c527f19dd3a55a07424d00 | diff --git a/shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/communication/DatabaseCommunicationEngine.java b/shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/communication/DatabaseCommunicationEngine.java
ind... | Optimize sql interception strength for scaling (#<I>) | apache_incubator-shardingsphere | train |
a1bf39705c839bfb47fdb31417c35a85ae265e33 | diff --git a/nodeconductor/core/fields.py b/nodeconductor/core/fields.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/core/fields.py
+++ b/nodeconductor/core/fields.py
@@ -76,10 +76,13 @@ class MappedChoiceField(serializers.ChoiceField):
>>> model = IceCream
>>>
>>> flavor = MappedChoiceFi... | Adjust MappedModelField for DRF <I>
Now it plays nicely with new metadata api introduced in DRF 3.
NC-<I> | opennode_waldur-core | train |
98ddff24fdb2b4695455777db894120b6ee0c5b6 | diff --git a/src/__tests__/reducer.change.spec.js b/src/__tests__/reducer.change.spec.js
index <HASH>..<HASH> 100644
--- a/src/__tests__/reducer.change.spec.js
+++ b/src/__tests__/reducer.change.spec.js
@@ -212,9 +212,9 @@ const describeChange = (reducer, expect, { fromJS }) => () => {
}
})
})
-
+
... | Merged and fixed test for #<I> | erikras_redux-form | train |
e057fe2363d7980f5f79fc403f197439fcf7e81e | diff --git a/airflow/www/app.py b/airflow/www/app.py
index <HASH>..<HASH> 100644
--- a/airflow/www/app.py
+++ b/airflow/www/app.py
@@ -176,7 +176,7 @@ class Airflow(BaseView):
@expose('/chart_data')
@data_profiling_required
@wwwutils.gzipped
- @cache.cached(timeout=3600, key_prefix=wwwutils.make_cache... | Disabling caching for chart data | apache_airflow | train |
4c3cec168b18a962d4305bee84fc8e95f8d04e66 | diff --git a/app/controllers/api/system_groups_controller.rb b/app/controllers/api/system_groups_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/api/system_groups_controller.rb
+++ b/app/controllers/api/system_groups_controller.rb
@@ -75,14 +75,14 @@ class Api::SystemGroupsController < Api::ApiControlle... | system groups - Adds support for adding systems to a system group in the CLI | Katello_katello | train |
94608d1ddc8781a55563f52ea65476dc99a54f94 | diff --git a/workflow/artifacts/gcs/gcs.go b/workflow/artifacts/gcs/gcs.go
index <HASH>..<HASH> 100644
--- a/workflow/artifacts/gcs/gcs.go
+++ b/workflow/artifacts/gcs/gcs.go
@@ -307,9 +307,33 @@ func uploadObject(client *storage.Client, bucket, key, localPath string) error {
return nil
}
-// Delete is unsupported... | feat: added support for artifact GC on GCS (#<I>) | argoproj_argo | train |
3522c148bb9457366132cfd24d1ef56cce4b4e27 | diff --git a/src/main/org/codehaus/groovy/runtime/IOGroovyMethods.java b/src/main/org/codehaus/groovy/runtime/IOGroovyMethods.java
index <HASH>..<HASH> 100644
--- a/src/main/org/codehaus/groovy/runtime/IOGroovyMethods.java
+++ b/src/main/org/codehaus/groovy/runtime/IOGroovyMethods.java
@@ -71,33 +71,6 @@ import static ... | cleanup (removed mostly inaccurate @author tags from cut-n-paste - checked all authors in pom as contributors) | apache_groovy | train |
1f2b0f6a80cca9bcea005ef2820182eba868b411 | diff --git a/core/codegen/src/main/java/org/overture/codegen/trans/uniontypes/UnionTypeTransformation.java b/core/codegen/src/main/java/org/overture/codegen/trans/uniontypes/UnionTypeTransformation.java
index <HASH>..<HASH> 100644
--- a/core/codegen/src/main/java/org/overture/codegen/trans/uniontypes/UnionTypeTransform... | Made core/codegen compatible with most recent TC changes | overturetool_overture | train |
5dd26ecab580ec27759034e3e4e54c044a14509f | diff --git a/pkg/kubelet/network/dns/dns.go b/pkg/kubelet/network/dns/dns.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/network/dns/dns.go
+++ b/pkg/kubelet/network/dns/dns.go
@@ -190,7 +190,7 @@ func (c *Configurer) CheckLimitsForResolvConf() {
return
}
-// parseResolveConf reads a resolv.conf file from the gi... | Fix function comment to consistent with its name
update pull request
update pull request | kubernetes_kubernetes | train |
020745b208096ed48b253b51276f0e8bac95bc02 | diff --git a/pyoko/model.py b/pyoko/model.py
index <HASH>..<HASH> 100644
--- a/pyoko/model.py
+++ b/pyoko/model.py
@@ -212,7 +212,7 @@ class Node(object):
self._model_in_node = defaultdict(list)
# a registry for -keys of- models which processed with clean_value method
- # this is required to ... | more refactor/comment on n-2-n | zetaops_pyoko | train |
6ab0b756c3ab559015526677e63670241b2ac7e4 | diff --git a/lib/cloud_formation_tool/cloud_init.rb b/lib/cloud_formation_tool/cloud_init.rb
index <HASH>..<HASH> 100644
--- a/lib/cloud_formation_tool/cloud_init.rb
+++ b/lib/cloud_formation_tool/cloud_init.rb
@@ -45,7 +45,7 @@ module CloudFormationTool
def encode(allow_gzip = true)
yamlout = compile
... | change UserData limit to <I> instead of actually <I>K because the YAML renderer may decide to break base<I> to multiple lines, and AWS counts those new lines as part of the <I>K limit | GreenfieldTech_cloudformation-tool | train |
0a028df0319278379e848ccafe6d018530017907 | diff --git a/src/pythonfinder/utils.py b/src/pythonfinder/utils.py
index <HASH>..<HASH> 100644
--- a/src/pythonfinder/utils.py
+++ b/src/pythonfinder/utils.py
@@ -62,7 +62,7 @@ else:
KNOWN_EXTS = KNOWN_EXTS | set(
filter(None, os.environ.get("PATHEXT", "").split(os.pathsep))
)
-PY_MATCH_STR = r"((?P<implementati... | Fix wrong regex that filters normal 'python' out | sarugaku_pythonfinder | train |
6c69c19624b5eea070d4eaa2d940644b7a252258 | diff --git a/lib/fetch/index.js b/lib/fetch/index.js
index <HASH>..<HASH> 100644
--- a/lib/fetch/index.js
+++ b/lib/fetch/index.js
@@ -687,7 +687,7 @@ async function mainFetch (fetchParams, recursive = false) {
// 1. Let processBodyError be this step: run fetch finale given fetchParams
// and a network error.... | fix: fetch forward context to fetchFinale | mcollina_undici | train |
ef30d53687f69d57d327f8c925396a3545814ac2 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 4.6.1 (unreleased)
+
+- Added `ilike` operator for Elasticsearch 7.10+
+
## 4.6.0 (2021-08-22)
- Added support for case-insensitive regular expressions with Elasticsearch 7.10+
diff --git a... | Added ilike operator for Elasticsearch <I>+ | ankane_searchkick | train |
3d0c6563f267d8910f9b03a3fbc562095da2f44e | diff --git a/lib/merb-core/controller/mixins/render.rb b/lib/merb-core/controller/mixins/render.rb
index <HASH>..<HASH> 100644
--- a/lib/merb-core/controller/mixins/render.rb
+++ b/lib/merb-core/controller/mixins/render.rb
@@ -271,7 +271,11 @@ module Merb::RenderMixin
@_merb_partial_locals = opts
sent_tem... | Adds template-checking code to branch where :with option is specified in partials. | wycats_merb | train |
fbfe958b4457e9816b556e7df01843d9a40c1bde | diff --git a/liquibase-core/src/main/java/liquibase/changelog/DatabaseChangeLog.java b/liquibase-core/src/main/java/liquibase/changelog/DatabaseChangeLog.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/changelog/DatabaseChangeLog.java
+++ b/liquibase-core/src/main/java/liquibase/changelog/... | change to changeSets access with field access | liquibase_liquibase | train |
7deecdc04e238b3644a1dc5552b3d6a7605ddfd5 | diff --git a/main.js b/main.js
index <HASH>..<HASH> 100644
--- a/main.js
+++ b/main.js
@@ -7,6 +7,7 @@ var Yielded,
number = Su(),
yieldeds = Su(),
handlers = Su(),
+ extras = Su(),
context = Su(),
proxy = Su(),
@@ -20,6 +21,7 @@ module.exports = Vse = function Vse(ctx){
this[number... | Added support for 'extra' | manvalls_vse | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.