hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
6b40b26bca7c3ff0f0fb0295e50a0d8dce82eeba | diff --git a/cmd/bbs/main.go b/cmd/bbs/main.go
index <HASH>..<HASH> 100644
--- a/cmd/bbs/main.go
+++ b/cmd/bbs/main.go
@@ -30,11 +30,11 @@ import (
"code.cloudfoundry.org/bbs/migration"
"code.cloudfoundry.org/bbs/models"
"code.cloudfoundry.org/bbs/taskworkpool"
+ "code.cloudfoundry.org/cflager"
"code.cloudfound... | Update and renambe cf-lager -> cflager
[#<I>] | cloudfoundry_bbs | train |
d343e06593833bad76f78d6fb6a8656b9c391b2e | diff --git a/zipline/finance/performance/period.py b/zipline/finance/performance/period.py
index <HASH>..<HASH> 100644
--- a/zipline/finance/performance/period.py
+++ b/zipline/finance/performance/period.py
@@ -74,9 +74,6 @@ from __future__ import division
import logbook
import numpy as np
-from collections import ... | BUG: Remove use of defaultdict leading to memory growth.
defaultdict behavior was adding and never releasing a list and Timestamp
every time to_dict was called. | quantopian_zipline | train |
0db856114d09837da0934d49a8896bb087cf832a | diff --git a/grunt/tasks/runtimes.js b/grunt/tasks/runtimes.js
index <HASH>..<HASH> 100644
--- a/grunt/tasks/runtimes.js
+++ b/grunt/tasks/runtimes.js
@@ -16,7 +16,7 @@ module.exports = function (grunt) {
const taskName = `exec:test${tools.capitalize(runtime)}Verbose`;
grunt.registerTask(runtime, (...... | !yoda style (#<I>) | ArnaudBuchholz_gpf-js | train |
fd4413df609d603ce156380ea0d5a9f151b94f97 | diff --git a/test/002_test_zpool.py b/test/002_test_zpool.py
index <HASH>..<HASH> 100644
--- a/test/002_test_zpool.py
+++ b/test/002_test_zpool.py
@@ -38,6 +38,7 @@ class Test_ZPool(_LibZFSHandleCase):
assert len(config.keys()) > 0
assert len(oldconfig.keys()) > 0
assert config == oldconfig
+... | -Add: Test if we can obtain the pool name. | Xaroth_libzfs-python | train |
dfe90d06cf3cfd56ab107ed12df3a2b5b635dfb1 | diff --git a/system/CodeIgniter.php b/system/CodeIgniter.php
index <HASH>..<HASH> 100644
--- a/system/CodeIgniter.php
+++ b/system/CodeIgniter.php
@@ -95,6 +95,12 @@ $benchmark = \App\Config\Services::timer(true);
$benchmark->start('total_execution');
//--------------------------------------------------------------... | Adding a few hooks to the standard bootstrapping process. | codeigniter4_CodeIgniter4 | train |
4c044b7113cfda7021e6ed0f274001f4757aa720 | diff --git a/src/Control.Loading.js b/src/Control.Loading.js
index <HASH>..<HASH> 100644
--- a/src/Control.Loading.js
+++ b/src/Control.Loading.js
@@ -212,6 +212,21 @@
}
},
+ _layerRemove: function(e) {
+ if (!e.layer || !e.layer.off) return;
+ tr... | Remove event listeners from each layer when removed
Should address memory leak concern mentioned in #<I> | ebrelsford_Leaflet.loading | train |
ef48ffb7de034099a928dd3858378fbae05de19e | diff --git a/lib/sshez.rb b/lib/sshez.rb
index <HASH>..<HASH> 100644
--- a/lib/sshez.rb
+++ b/lib/sshez.rb
@@ -15,6 +15,7 @@ module Sshez
# The options specified on the command line will be collected in *options*.
# We set default values here.
options = OpenStruct.new
+ options.file_content = ... | enhanced the way we form the config file | GomaaK_sshez | train |
01a5a6fb68c393be0b2350921deae14264826a45 | diff --git a/hwd/storage.py b/hwd/storage.py
index <HASH>..<HASH> 100644
--- a/hwd/storage.py
+++ b/hwd/storage.py
@@ -81,6 +81,13 @@ class Partition(wrapper.Wrapper):
return self.device.get('ID_FS_TYPE')
@property
+ def is_extended(self):
+ """
+ Whether partition is extended.
+ ... | Added ability to detect extended partitions
Closes #1 | Othernet-Project_hwd | train |
7b3cdfc6280f9ad33cdda1b894b26673e73cd986 | diff --git a/tests/FelixOnline/Core/CommentTest.php b/tests/FelixOnline/Core/CommentTest.php
index <HASH>..<HASH> 100644
--- a/tests/FelixOnline/Core/CommentTest.php
+++ b/tests/FelixOnline/Core/CommentTest.php
@@ -332,6 +332,7 @@ class CommentTest extends AppTestCase
->send(function($message) use ($test, $article)... | Make sure the body of the email is not empty either | FelixOnline_BaseApp | train |
1c3d404472dbc7c1c26d8e93bd577a5430690fe7 | diff --git a/raiden/blockchain_events_handler.py b/raiden/blockchain_events_handler.py
index <HASH>..<HASH> 100644
--- a/raiden/blockchain_events_handler.py
+++ b/raiden/blockchain_events_handler.py
@@ -304,7 +304,7 @@ def handle_secret_revealed(raiden, event, current_block_number):
def on_blockchain_event(raiden, e... | use different words for blockchain and raiden events logging | raiden-network_raiden | train |
522f214e0d486b5b068ca4a7b7fc808f4cc7b445 | diff --git a/ddsc/core/ddsapi.py b/ddsc/core/ddsapi.py
index <HASH>..<HASH> 100644
--- a/ddsc/core/ddsapi.py
+++ b/ddsc/core/ddsapi.py
@@ -609,14 +609,17 @@ class DataServiceApi(object):
}
return self._get_collection('/users', data)
- def get_users(self, email=None, username=None):
+ def get_u... | allow filtering users by full_name, email and username | Duke-GCB_DukeDSClient | train |
2bfbbe4eed2b9638ad570ecfd4dc5c78216e273c | diff --git a/gnucash_portfolio/pricesaggregate.py b/gnucash_portfolio/pricesaggregate.py
index <HASH>..<HASH> 100644
--- a/gnucash_portfolio/pricesaggregate.py
+++ b/gnucash_portfolio/pricesaggregate.py
@@ -87,7 +87,7 @@ class PricesAggregate:
currency.mnemonic, price.currency)
new_price = P... | using Finance::Quote as source so that the prices get deleted by Remove Old option in GC | MisterY_gnucash-portfolio | train |
4195175816d91f1b0a9369db351db52203da4e1f | diff --git a/app/models/access_token.rb b/app/models/access_token.rb
index <HASH>..<HASH> 100644
--- a/app/models/access_token.rb
+++ b/app/models/access_token.rb
@@ -11,7 +11,7 @@ class AccessToken < ActiveRecord::Base
before_validation :generate_token, :on => :create
- def revoke!
+ def revoke
update_at... | Remove bang from #revoke method | doorkeeper-gem_doorkeeper | train |
eef3ff80212b9fa12de76eff3ebbb7ba59e51d9e | diff --git a/core/control/RequestHandler.php b/core/control/RequestHandler.php
index <HASH>..<HASH> 100755
--- a/core/control/RequestHandler.php
+++ b/core/control/RequestHandler.php
@@ -216,10 +216,15 @@ class RequestHandler extends ViewableData {
$action = strtolower($action);
$actions = $this->allowedActions(... | BUGFIX: disallow numeric actions - numeric array indexes are incorrectly picked up as allowed actions (#<I>) (from r<I>)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9 | silverstripe_silverstripe-framework | train |
9b27d7e6d1dcb0c68e9b5e8cccff15fbff57944c | diff --git a/models/classes/Lists/DataAccess/Repository/RdsValueCollectionRepository.php b/models/classes/Lists/DataAccess/Repository/RdsValueCollectionRepository.php
index <HASH>..<HASH> 100644
--- a/models/classes/Lists/DataAccess/Repository/RdsValueCollectionRepository.php
+++ b/models/classes/Lists/DataAccess/Repos... | UNO-<I> fix: initiate a DB transaction only after verifying all the RDS value collection uniqueness | oat-sa_tao-core | train |
1af95c83f9db5ee2202415945149b83a5e0cd71c | diff --git a/quilt/utils.py b/quilt/utils.py
index <HASH>..<HASH> 100644
--- a/quilt/utils.py
+++ b/quilt/utils.py
@@ -70,3 +70,11 @@ class Process(object):
ret = process.wait()
if ret != 0:
raise SubprocessError(self.cmd, ret)
+
+
+class Touch(object):
+
+ """ 'Touch' a file. Creates ... | Add class to touch a file
Add a class that simulates the unix touch command to create an empty
file. | bjoernricks_python-quilt | train |
620a0fbe0963f67263e182eebdd6165c3f656a41 | diff --git a/flatten.js b/flatten.js
index <HASH>..<HASH> 100644
--- a/flatten.js
+++ b/flatten.js
@@ -201,7 +201,12 @@
return expand;
};
- exports.flatten = flatten;
- exports.expand = expand;
+ // Add support for AMD loaders otherwise export as normal.
+ if (typeof exports.define === 'function' && expo... | Adding support for loading using an AMD supported API | aron_flatten.js | train |
73b5a294d97b857c00960710d51d0169b0877edb | diff --git a/hwt/hdl/types/stream.py b/hwt/hdl/types/stream.py
index <HASH>..<HASH> 100644
--- a/hwt/hdl/types/stream.py
+++ b/hwt/hdl/types/stream.py
@@ -2,6 +2,7 @@ from math import inf, isinf
from typing import List, Optional
from hwt.hdl.types.hdlType import HdlType
+from hwt.serializer.generic.indent import ge... | HStream.__eq__ and nice __repr__ | Nic30_hwt | train |
cae959a3adb879555a602212a762a885e2b2d7b3 | diff --git a/h2o-core/src/test/java/water/fvec/VecTest.java b/h2o-core/src/test/java/water/fvec/VecTest.java
index <HASH>..<HASH> 100644
--- a/h2o-core/src/test/java/water/fvec/VecTest.java
+++ b/h2o-core/src/test/java/water/fvec/VecTest.java
@@ -5,6 +5,7 @@ import org.junit.Assume;
import org.junit.BeforeClass;
impo... | Fix assumed cloud size + demonstrate DKV.put to reviewers | h2oai_h2o-3 | train |
4b9fff4376587f2feb694c117672b83860ec8f8c | diff --git a/website/redirects.js b/website/redirects.js
index <HASH>..<HASH> 100644
--- a/website/redirects.js
+++ b/website/redirects.js
@@ -3,6 +3,12 @@ module.exports = [
// Vercel's redirect documentation: https://vercel.com/docs/configuration#project/redirects
// Playground for testing url pattern matching:... | website: set up /trial redirection (#<I>) | hashicorp_nomad | train |
2c7891a6e142cc4dc29405362b016d96aee386a4 | diff --git a/tests/bootstrap_unit.php b/tests/bootstrap_unit.php
index <HASH>..<HASH> 100644
--- a/tests/bootstrap_unit.php
+++ b/tests/bootstrap_unit.php
@@ -37,20 +37,31 @@ define ('oxCCTempDir', oxPATH . '/oxCCTempDir/');
if (!is_dir(oxCCTempDir)) {
mkdir(oxCCTempDir, 0777, 1);
} else {
- function delTree(... | Moving database dump creation to bootstrap, adding config for specifying what dbRestore file to use. | OXID-eSales_oxideshop_ce | train |
0494fc3f0b56cf108cda85d8b33099656e61a221 | diff --git a/lib/nucleon_base.rb b/lib/nucleon_base.rb
index <HASH>..<HASH> 100644
--- a/lib/nucleon_base.rb
+++ b/lib/nucleon_base.rb
@@ -508,7 +508,7 @@ require 'thread'
# Celluloid actors
#
if Nucleon.parallel?
- require 'celluloid'
+ require 'celluloid/current'
Celluloid.shutdown_timeout = 1000
require... | Updating the nucleon base loader to use the celluloid current include. | coralnexus_nucleon | train |
ca640531180b97a8a7bbaccde0e774bdb5934a79 | diff --git a/lib/media/time_ranges_utils.js b/lib/media/time_ranges_utils.js
index <HASH>..<HASH> 100644
--- a/lib/media/time_ranges_utils.js
+++ b/lib/media/time_ranges_utils.js
@@ -121,7 +121,7 @@ shaka.media.TimeRangesUtils.getGapIndex = function(b, time) {
// threshold, but we don't want to punish other browsers... | Fix test timeouts on Tizen TV.
Tizen TV seems to stall when it plays into a gap. This stall isn't
fixed by a seek. So when gap jumping, we should jump before we hit
the gap on Tizen.
Fixes: <I>
Change-Id: Iff7b7a2a4c2c2a5b<I>f1dceece<I>b9 | google_shaka-player | train |
7b2d2136cd91b90f3b0b7fd88423fee36bcc42df | diff --git a/lib/EarthIT/CMIPREST/RequestParser/FancyRequestParser.php b/lib/EarthIT/CMIPREST/RequestParser/FancyRequestParser.php
index <HASH>..<HASH> 100644
--- a/lib/EarthIT/CMIPREST/RequestParser/FancyRequestParser.php
+++ b/lib/EarthIT/CMIPREST/RequestParser/FancyRequestParser.php
@@ -10,12 +10,14 @@ class EarthIT... | buildStandardParsers now takes the name of the default one as a parameter. | EarthlingInteractive_PHPCMIPREST | train |
98e88e9d3032311201d06a792bc5b1c2dd035a5e | diff --git a/src/Node/File.php b/src/Node/File.php
index <HASH>..<HASH> 100644
--- a/src/Node/File.php
+++ b/src/Node/File.php
@@ -89,12 +89,12 @@ class File implements NodeInterface, FileInterface, GenericOperationInterface
/**
* {@inheritDoc}
*/
- public function create()
+ public function crea... | Added missing create mode and time agruments | reactphp_filesystem | train |
70e6e98c66c835b4233a0833d0ec3a17fc9793ec | diff --git a/lib/ProMotion/screens/_screen_module.rb b/lib/ProMotion/screens/_screen_module.rb
index <HASH>..<HASH> 100644
--- a/lib/ProMotion/screens/_screen_module.rb
+++ b/lib/ProMotion/screens/_screen_module.rb
@@ -60,23 +60,26 @@ module ProMotion
end
def set_nav_bar_right_button(title, args={})
- ... | Minor refactors to clean up the screen module | infinitered_ProMotion | train |
27881af6685e37fcd1347cb94d258d63d535a49a | diff --git a/request/request.js b/request/request.js
index <HASH>..<HASH> 100644
--- a/request/request.js
+++ b/request/request.js
@@ -2,6 +2,8 @@
var buildQueryString = require("../querystring/build")
+var FILE_PROTOCOL_REGEX = new RegExp('^file://', 'i')
+
module.exports = function($window, Promise) {
var cal... | Ignore xhr.status for "file://" requests. | MithrilJS_mithril.js | train |
e81b5044c8481850dbff49f82a10fb7d1b75307c | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ npm install panzoom --save
Or download from CDN:
```
-https://cdn.rawgit.com/anvaka/panzoom/v1.2.1/dist/panzoom.min.js
+https://cdn.rawgit.com/anvaka/panzoom/v1.3.0/dist/panzoom.min.js
```
If you dow... | Expose tranform matrix after zoom | anvaka_panzoom | train |
7f58002364df787e069d7ab262508cac9aa79618 | diff --git a/src/Gzero/Repository/ContentRepository.php b/src/Gzero/Repository/ContentRepository.php
index <HASH>..<HASH> 100644
--- a/src/Gzero/Repository/ContentRepository.php
+++ b/src/Gzero/Repository/ContentRepository.php
@@ -365,13 +365,9 @@ class ContentRepository extends BaseRepository {
... | ContentRepository - more work on check parent type before adding a child | GrupaZero_cms | train |
7077ca32efd7fad80280d9c7012d412cadcfbeac | diff --git a/src/CacheMiddleware.php b/src/CacheMiddleware.php
index <HASH>..<HASH> 100644
--- a/src/CacheMiddleware.php
+++ b/src/CacheMiddleware.php
@@ -202,7 +202,7 @@ class CacheMiddleware
// Merge headers of the "304 Not Modified" and the cache entry
foreach ($cach... | Fix #<I> - the response is immutable | Kevinrob_guzzle-cache-middleware | train |
0ec82fa259232c513992d0f8077017b897b0096a | diff --git a/testem.js b/testem.js
index <HASH>..<HASH> 100644
--- a/testem.js
+++ b/testem.js
@@ -1,13 +1,24 @@
-/*jshint node:true*/
module.exports = {
- "framework": "qunit",
- "test_page": "tests/index.html?hidepassed",
- "disable_watching": true,
- "launch_in_ci": [
- "PhantomJS"
+ test_page: 'tests/index... | Change to use Chrome for CI testing | workmanw_ember-string-ishtmlsafe-polyfill | train |
478a8251ddffc1e0bdcc599ce7bd93ad7d58e594 | diff --git a/lib/flor/core/executor.rb b/lib/flor/core/executor.rb
index <HASH>..<HASH> 100644
--- a/lib/flor/core/executor.rb
+++ b/lib/flor/core/executor.rb
@@ -284,12 +284,12 @@ module Flor
msg['sm'] = message['m']
- if message['from'] == '0' || @execution['nodes'].empty? # termination?
- msg[... | Rework insertion of vars in 'terminated' message | floraison_flor | train |
42380ef4687fcaf1ca50507ea3ded60b34b2e100 | diff --git a/restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/ConfVoiceInterpreter.java b/restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/ConfVoiceInterpreter.java
index <HASH>..<HASH> 100644
--- a/restcomm/restcomm.interpreter/src/main/java/o... | This refers to #<I> | RestComm_Restcomm-Connect | train |
1a3057bb4d066296312f926e24a304c0f4abdf95 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -234,6 +234,29 @@ Worker.prototype.checkRequest = function checkRequest(targetApp, req) {
}
break;
}
+ case 'gogs': {
+ if (!req.headers['X-Gogs-Event'] || !req.headers['X-Gogs-Signature']) {
+ ... | Add gogs/gitea as available service | vmarchaud_pm2-githook | train |
986d6d76ec0065652c6b9706cf87678e4c08540b | diff --git a/Eloquent/Builder.php b/Eloquent/Builder.php
index <HASH>..<HASH> 100755
--- a/Eloquent/Builder.php
+++ b/Eloquent/Builder.php
@@ -217,7 +217,7 @@ class Builder
/**
* Add an "or where" clause to the query.
*
- * @param string|\Closure $column
+ * @param \Closure|string $column
... | Consistant type ordering (#<I>) | illuminate_database | train |
884c48ab66ce2c8fd036baefa3e52e5c7ab25c6b | diff --git a/pom.xml b/pom.xml
index <HASH>..<HASH> 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<groupId>net.finmath</groupId>
<artifactId>finmath-lib</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>3.6.5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>finmath lib</name>
diff --git ... | Creating backward compatibility for <I>. | finmath_finmath-lib | train |
cf814d2e9ee3d6ef5b756c0696548eb2f5508e03 | diff --git a/reader_test.go b/reader_test.go
index <HASH>..<HASH> 100644
--- a/reader_test.go
+++ b/reader_test.go
@@ -414,10 +414,9 @@ func BenchmarkCountryCode(b *testing.B) {
}
func randomIPv4Address(b *testing.B, r *rand.Rand) net.IP {
- ip := make([]byte, 4, 4)
- if _, err := r.Read(ip); err != nil {
- b.Fata... | Fix benchmark compilation on pre-<I> Go releases | oschwald_maxminddb-golang | train |
54cb8a05cd5897c02128dbd42b4cc780b33a553c | diff --git a/chainntnfs/btcdnotify/btcd.go b/chainntnfs/btcdnotify/btcd.go
index <HASH>..<HASH> 100644
--- a/chainntnfs/btcdnotify/btcd.go
+++ b/chainntnfs/btcdnotify/btcd.go
@@ -497,7 +497,7 @@ func (b *BtcdNotifier) notifyBlockEpochs(newHeight int32, newSha *chainhash.Hash
b.wg.Add(1)
epochClient.wg.Add(1)
g... | chainntnfs: fix vet error, don't pass lock by value | lightningnetwork_lnd | train |
0d6db07bab8c3a1bd34d2e622c2182af729b6619 | diff --git a/java/src/main/java/monasca/persister/repository/InfluxV9AlarmRepo.java b/java/src/main/java/monasca/persister/repository/InfluxV9AlarmRepo.java
index <HASH>..<HASH> 100644
--- a/java/src/main/java/monasca/persister/repository/InfluxV9AlarmRepo.java
+++ b/java/src/main/java/monasca/persister/repository/Infl... | Enable Alarm State Transitions to be written to Influxdb
Influxdb 9 RC4 fixed issue with storing strings.
Code was tested with Influxdb 9 RC4 in local dev env.
Change-Id: I<I>cd<I>eb<I>a<I>fb<I>c2f2eb<I>a<I>a<I> | openstack_monasca-persister | train |
534befe6d31eb1bf8da7312e6c777fbde167cb8c | diff --git a/engine-dmn/engine/src/main/java/org/camunda/bpm/dmn/engine/impl/DefaultDmnEngineConfiguration.java b/engine-dmn/engine/src/main/java/org/camunda/bpm/dmn/engine/impl/DefaultDmnEngineConfiguration.java
index <HASH>..<HASH> 100644
--- a/engine-dmn/engine/src/main/java/org/camunda/bpm/dmn/engine/impl/DefaultDm... | chore(dmn): update feel custom providers setters
Related to CAM-<I>, PR #<I> | camunda_camunda-bpm-platform | train |
e068d99cbf0b8a6661602a4b2320fb18b4a0e687 | diff --git a/docs/gen.rst b/docs/gen.rst
index <HASH>..<HASH> 100644
--- a/docs/gen.rst
+++ b/docs/gen.rst
@@ -50,6 +50,8 @@
.. autofunction:: maybe_future
+ .. autofunction:: is_coroutine_function
+
Legacy interface
----------------
diff --git a/tornado/gen.py b/tornado/gen.py
index <HASH>..<HASH> ... | Improve introspection of coroutines | tornadoweb_tornado | train |
b65c7be7b4d0e6cddc762bd7f93852a9d93e6a8e | diff --git a/salt/modules/vsphere.py b/salt/modules/vsphere.py
index <HASH>..<HASH> 100644
--- a/salt/modules/vsphere.py
+++ b/salt/modules/vsphere.py
@@ -3622,6 +3622,111 @@ def vsan_enable(host, username, password, protocol=None, port=None, host_names=N
return ret
+def _get_dvs_config_dict(dvs_name, dvs_conf... | Added private functions to convert a vim.VMwareDistributedVirtualSwitch into a dict representation | saltstack_salt | train |
acde7b2e6f0aa41fca4e3795e731bb0d772ae0a6 | diff --git a/client/extjs/src/panel/AbstractListUi.js b/client/extjs/src/panel/AbstractListUi.js
index <HASH>..<HASH> 100644
--- a/client/extjs/src/panel/AbstractListUi.js
+++ b/client/extjs/src/panel/AbstractListUi.js
@@ -111,7 +111,7 @@ MShop.panel.AbstractListUi = Ext.extend(Ext.Panel, {
this.grid.on('rowcontextm... | Remove white spaces and make code more clean | Arcavias_arcavias-core | train |
bcafe96fc4c78d96e11e03a1aca65670f9a787ee | diff --git a/lib/arjdbc/oracle/adapter.rb b/lib/arjdbc/oracle/adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/arjdbc/oracle/adapter.rb
+++ b/lib/arjdbc/oracle/adapter.rb
@@ -129,7 +129,7 @@ module ::ArJdbc
def create_table(name, options = {}) #:nodoc:
super(name, options)
- seq_name = options[:seque... | Use default_sequence_name in a couple places | jruby_activerecord-jdbc-adapter | train |
ef7e1199c3b9fad5b47af474423dedc356c6c2c2 | diff --git a/searx/engines/piratebay.py b/searx/engines/piratebay.py
index <HASH>..<HASH> 100644
--- a/searx/engines/piratebay.py
+++ b/searx/engines/piratebay.py
@@ -30,5 +30,7 @@ def response(resp):
url = urljoin(base_url, link.attrib.get('href'))
title = ' '.join(link.xpath('.//text()'))
c... | [enh] displaying seeders/leechers | asciimoo_searx | train |
cc1d9893d7ee4263b8a4d0729daa09c4221fbc79 | diff --git a/enrol/self/lib.php b/enrol/self/lib.php
index <HASH>..<HASH> 100644
--- a/enrol/self/lib.php
+++ b/enrol/self/lib.php
@@ -278,6 +278,9 @@ class enrol_self_plugin extends enrol_plugin {
$now = time();
+ //note: the logic of self enrolment guarantees that user logged in at least once (===... | MDL-<I> some more explanation how longtimenosee works in enrol_self | moodle_moodle | train |
e464f4297eab935eb14b6d076bf87b0735fe60c7 | diff --git a/cascadenik/compile.py b/cascadenik/compile.py
index <HASH>..<HASH> 100644
--- a/cascadenik/compile.py
+++ b/cascadenik/compile.py
@@ -859,7 +859,7 @@ def get_text_rule_groups(declarations):
"""
property_map = {'text-face-name': 'face_name', 'text-size': 'size',
'text-ratio':... | Add support for text-transform (will only work against mapnik trunk (>=<I>, no good way to support older versions) - <URL> | mapnik_Cascadenik | train |
227c546611d93d111503383e24c7951323fd3876 | diff --git a/lib/NS1_request.js b/lib/NS1_request.js
index <HASH>..<HASH> 100644
--- a/lib/NS1_request.js
+++ b/lib/NS1_request.js
@@ -147,7 +147,7 @@ function handle_error(err, response) {
}
return new Error(`NS1 API Request Failed on \n ${this.method.toUpperCase()} ${api_url}${this.uri} \n ${final_message} ... | base for data sources & feeds.
Summary: T<I> - base for data sources & feeds. tons of small micro optimizations to test suite. test suite should create & delete it's own seed data now.
Test Plan: tests passing in suite
Reviewers: sweyrick
Differential Revision: <URL> | ns1_ns1-js | train |
e0539647aa377a9abbd1218c8b0d05fe6dc99b1b | diff --git a/backup/restorelib.php b/backup/restorelib.php
index <HASH>..<HASH> 100644
--- a/backup/restorelib.php
+++ b/backup/restorelib.php
@@ -898,7 +898,16 @@
foreach ($sect->mods as $keym => $mod) {
//Check if we've to restore this module (and instance)
... | Added $restore->mods[$mod->type]->granular to restore_create_sections() and to restore_create_modules(). This defines whether we are doing a granular restore where we care about the individual module instances to be restored, or whether we are not doing a granular restore, in which case we just restore all course modul... | moodle_moodle | train |
4bd40e905c98437cb4adbe4f6d66d6a7451d6d55 | diff --git a/src/assets/js/reminderTop.js b/src/assets/js/reminderTop.js
index <HASH>..<HASH> 100644
--- a/src/assets/js/reminderTop.js
+++ b/src/assets/js/reminderTop.js
@@ -21,6 +21,7 @@
this.getRemindersListListener();
this.updateReminderListener();
this.deleteReminderListener(... | Added JS display fix for utc server date to local on reminder index and
view pages | hiqdev_hipanel-core | train |
529b9739b59a668c40b331ed1485028732f2f929 | diff --git a/dependency-check-maven/src/main/java/org/owasp/dependencycheck/maven/AggregateMojo.java b/dependency-check-maven/src/main/java/org/owasp/dependencycheck/maven/AggregateMojo.java
index <HASH>..<HASH> 100644
--- a/dependency-check-maven/src/main/java/org/owasp/dependencycheck/maven/AggregateMojo.java
+++ b/d... | changed default phase to VERIFY | jeremylong_DependencyCheck | train |
28bea7811314ce3dbdf6f9dccd506135a3f92ab1 | diff --git a/Model/Importer.php b/Model/Importer.php
index <HASH>..<HASH> 100755
--- a/Model/Importer.php
+++ b/Model/Importer.php
@@ -65,6 +65,7 @@ class Importer extends \Magento\Framework\Model\AbstractModel
protected $_contact;
protected $_objectManager;
protected $_directoryList;
+ protected $_fi... | Do not archive CSV file if it is failed.. #<I> | dotmailer_dotmailer-magento2-extension | train |
6ce36b9d6989216d27cacbf794bbb3d45b312b09 | diff --git a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/MweReader.java b/plugins/org.eclipse.xtext/src/org/eclipse/xtext/MweReader.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/MweReader.java
+++ b/plugins/org.eclipse.xtext/src/org/eclipse/xtext/MweReader.java
@@ -67,12 +67... | extracted some functionality into protected methods, in order to make the behavior changeable by any subclasses. | eclipse_xtext-core | train |
05498ee938565d90cb88ba096660ebeb44bc7fed | diff --git a/handler/src/main/java/io/netty/handler/ssl/SslContext.java b/handler/src/main/java/io/netty/handler/ssl/SslContext.java
index <HASH>..<HASH> 100644
--- a/handler/src/main/java/io/netty/handler/ssl/SslContext.java
+++ b/handler/src/main/java/io/netty/handler/ssl/SslContext.java
@@ -235,7 +235,7 @@ public ab... | Fix regression introduced by cherry-pick bd<I>f5a9fa<I>ecfd<I>b<I>fd4eb4 | netty_netty | train |
6ceb24cbd99bdd697b0e3557a4c13b1542fa57d2 | diff --git a/core/src/main/java/hudson/model/Cause.java b/core/src/main/java/hudson/model/Cause.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/model/Cause.java
+++ b/core/src/main/java/hudson/model/Cause.java
@@ -137,7 +137,7 @@ public abstract class Cause {
}
/**
- * A build is trigge... | Change the javadoc of UpstreamCause to be more accurate (the upstream build need not be complete) | jenkinsci_jenkins | train |
8cd41923f5d2dcb58b1cc0bdfe2b79251b0a93b5 | diff --git a/packages/grpc-native-core/src/metadata.js b/packages/grpc-native-core/src/metadata.js
index <HASH>..<HASH> 100644
--- a/packages/grpc-native-core/src/metadata.js
+++ b/packages/grpc-native-core/src/metadata.js
@@ -51,7 +51,7 @@ function validate(key, value) {
throw new Error('keys that end with \'-b... | refactor: drop usage of _.isString | grpc_grpc-node | train |
734bcc9040f1d28ac1ac24d40db0346795e299bb | diff --git a/core/test/integration/update_check_spec.js b/core/test/integration/update_check_spec.js
index <HASH>..<HASH> 100644
--- a/core/test/integration/update_check_spec.js
+++ b/core/test/integration/update_check_spec.js
@@ -43,7 +43,7 @@ describe('Update Check', function () {
updateCheck.__set__('up... | Removed obsolete 'testing-pg' env variable
no issue | TryGhost_Ghost | train |
8449a35d45c138bca606e7a405eddd76735c9c9c | diff --git a/lib/graphql/schema/argument.rb b/lib/graphql/schema/argument.rb
index <HASH>..<HASH> 100644
--- a/lib/graphql/schema/argument.rb
+++ b/lib/graphql/schema/argument.rb
@@ -25,6 +25,11 @@ module GraphQL
# @return [Class, Module, nil] If this argument should load an application object, this is the type ... | Retain arg_defn.loads when a resolver uses loads: | rmosolgo_graphql-ruby | train |
e11a857edb186454f33110167c9b25a6bd7652f7 | diff --git a/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Solo.java b/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Solo.java
index <HASH>..<HASH> 100644
--- a/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Solo.java
+++ b/robotium-solo/src/main/java/com/jayway/android/robot... | Removed sleep from clickOnView() as requested by issue-<I> | RobotiumTech_robotium | train |
7c97ff5b8b37e1a717f60a4db80358d23455587a | diff --git a/devices.js b/devices.js
index <HASH>..<HASH> 100755
--- a/devices.js
+++ b/devices.js
@@ -1018,7 +1018,7 @@ const devices = [
{
fingerprint: [{modelID: 'TS0207', manufacturerName: '_TZ3000_m0vaazab'}],
model: 'TS0207_repeater',
- vendor: 'Tuya',
+ vendor: 'TuYa',
... | Tuya -> TuYa | Koenkk_zigbee-shepherd-converters | train |
3852252d322e5a079024c0d92eb281f2a0071259 | diff --git a/tests/test_graphing.py b/tests/test_graphing.py
index <HASH>..<HASH> 100755
--- a/tests/test_graphing.py
+++ b/tests/test_graphing.py
@@ -19,28 +19,28 @@ class TestGraphing(TestCase):
from timeside.grapher.waveform_simple import Waveform
self.source = os.path.join (os.path.dirname(__file_... | <I> for default fft_size, tune various lower_freq | Parisson_TimeSide | train |
f095c432795596e97cde704a32be93740a5bfdde | diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/Configuration.php
+++ b/DependencyInjection/Configuration.php
@@ -18,11 +18,12 @@ class Configuration implements ConfigurationInterface
public function getConfigTreeBuild... | addressing PROCERGS's login-cidadao issue #<I> | guilhermednt_pathwell-bundle | train |
37e2c303fa8ff7bd18bed9640813199a0c393503 | diff --git a/lib/Github/Api/GraphQL.php b/lib/Github/Api/GraphQL.php
index <HASH>..<HASH> 100644
--- a/lib/Github/Api/GraphQL.php
+++ b/lib/Github/Api/GraphQL.php
@@ -16,15 +16,19 @@ class GraphQL extends AbstractApi
/**
* @param string $query
+ * @param array $variables
*
* @return arr... | Add support of GraphQL variables | KnpLabs_php-github-api | train |
c56df76e394626e541039467418e87795f5342ea | diff --git a/ChangeLog b/ChangeLog
index <HASH>..<HASH> 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,9 @@ What's New in astroid 2.0?
Release Date: Unknown
- * Improvment of the numpy numeric types definition.
+ * DescriptorBoundMethod has the correct number of arguments defined.
+
+ * Improvement of the... | DescriptorBoundMethod has the correct number of arguments defined.
Usually a function that we want to bind to a class has the
following signature:
def test(self):
pass
This function has only the *self* parameter but when we access test.__get__
we get a new object which has two parameters, *self* and *type*.
Thi... | PyCQA_astroid | train |
ad398393f712fdbb689a33883182f65f8ef58ac7 | diff --git a/distro/src/bin/atlas_stop.py b/distro/src/bin/atlas_stop.py
index <HASH>..<HASH> 100755
--- a/distro/src/bin/atlas_stop.py
+++ b/distro/src/bin/atlas_stop.py
@@ -15,8 +15,18 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing... | ATLAS-<I>: updated atlas_stop.py script to work in Windows environment | apache_incubator-atlas | train |
e7d66e1dfd2c73e4fa422ae1a031f56ec7408cea | diff --git a/lnwire/lnwire.go b/lnwire/lnwire.go
index <HASH>..<HASH> 100644
--- a/lnwire/lnwire.go
+++ b/lnwire/lnwire.go
@@ -677,7 +677,7 @@ func readElement(r io.Reader, element interface{}) error {
continue
default:
- return fmt.Errorf("unknown address type: %v", aType)
+ return ErrUnknownAddrType{... | peer: don't d/c peer if we encounter lnwire.ErrUnknownAddrType
In this commit, we fix a minor deviation in our implementation from the
specification. Before if we encountered an unknown error type, we would
disconnect the peer. Instead, we’ll now just continue along parsing the
remainder of the messages. This was flar... | lightningnetwork_lnd | train |
b877ebc04087baa224b6990fbc7ec90e0c125510 | diff --git a/astromodels/utils/angular_distance.py b/astromodels/utils/angular_distance.py
index <HASH>..<HASH> 100644
--- a/astromodels/utils/angular_distance.py
+++ b/astromodels/utils/angular_distance.py
@@ -51,7 +51,7 @@ def spherical_angle( ra0, dec0, ra1, dec1, ra2, dec2 ):
#use the spherical law of co... | Fixed bug spherical_angle when called with floats, not arrays | threeML_astromodels | train |
661c89b46889d8cf0f96db6104c3862efc520879 | diff --git a/xclim/indices.py b/xclim/indices.py
index <HASH>..<HASH> 100644
--- a/xclim/indices.py
+++ b/xclim/indices.py
@@ -671,11 +671,12 @@ def max_1day_precipitation_amount(da, freq='YS', skipna=False):
Parameters
----------
- pr : xarray.DataArray
+ da : xarray.DataArray
daily precipitat... | Revert rx1day to use native resample; Minor fixes to help | Ouranosinc_xclim | train |
29054370d9229843e403580bdb1ebf8aad3ff496 | diff --git a/docs/src/pages/components/material-icons/synonyms.js b/docs/src/pages/components/material-icons/synonyms.js
index <HASH>..<HASH> 100644
--- a/docs/src/pages/components/material-icons/synonyms.js
+++ b/docs/src/pages/components/material-icons/synonyms.js
@@ -433,7 +433,7 @@ const synonyms = {
Maximize: '... | [docs] Add 'playlist' synonym to 'menu' (#<I>) | mui-org_material-ui | train |
8816c7afd66ae1d578ca6f55846d8c53b7a8087c | diff --git a/openquake/calculators/views.py b/openquake/calculators/views.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/views.py
+++ b/openquake/calculators/views.py
@@ -365,9 +365,11 @@ def view_portfolio_loss(token, dstore):
rlzs = dstore['events']['rlz_id']
ws = weights[rlzs]
eids = df.po... | Printing the binning error in portfolio loss | gem_oq-engine | train |
8c243b38b257f3707316afc54a7b0bb291f3d8b2 | diff --git a/intranet/static/js/login.js b/intranet/static/js/login.js
index <HASH>..<HASH> 100644
--- a/intranet/static/js/login.js
+++ b/intranet/static/js/login.js
@@ -57,6 +57,10 @@ $(function() {
return;
}
+ if(!($("#id_username").val() && $("#id_password").val())) {
+ ret... | fix(auth): don't submit login form if username or password is empty
Fixes #<I> | tjcsl_ion | train |
63233ae818425360e6e321ca17cee3fb34ed83ee | diff --git a/command_runner/command_runner.go b/command_runner/command_runner.go
index <HASH>..<HASH> 100644
--- a/command_runner/command_runner.go
+++ b/command_runner/command_runner.go
@@ -61,6 +61,14 @@ func (r *RealCommandRunner) Run(cmd *exec.Cmd) error {
}
func (r *RealCommandRunner) Start(cmd *exec.Cmd) erro... | don't propogate signals to Started cmds | cloudfoundry_garden | train |
ffefc8e74dd59143f93af4cecbbae4799bce8c35 | diff --git a/node_exporter.go b/node_exporter.go
index <HASH>..<HASH> 100644
--- a/node_exporter.go
+++ b/node_exporter.go
@@ -36,12 +36,14 @@ type handler struct {
// the exporter itself.
exporterMetricsRegistry *prometheus.Registry
includeExporterMetrics bool
+ maxRequests int
}
-func newHandler... | Add a limit to the number of in-flight requests (#<I>)
In order to avoid stuck collectors using up all system resources, add a
limit to the number of parallel in-flight scrape requests. This will
return a <I> error.
Default to <I> requests, this seems like a reasonable number based on:
* Two Prometheus servers s... | prometheus_node_exporter | train |
17f82611fa818b476d3c347099d654cba9f9a0f4 | diff --git a/src/main/java/com/couchbase/lite/store/ForestDBStore.java b/src/main/java/com/couchbase/lite/store/ForestDBStore.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/couchbase/lite/store/ForestDBStore.java
+++ b/src/main/java/com/couchbase/lite/store/ForestDBStore.java
@@ -458,7 +458,7 @@ public class ... | Fixed java core issue <I> - Major inefficiencies replicating docs with many revisions
- Ported implementation from iOS - <URL> | couchbaselabs_couchbase-lite-java-forestdb | train |
fe6e25e697e5fbf3cfdf6a1826dc0078d7bce822 | diff --git a/src/Illuminate/Foundation/Http/Kernel.php b/src/Illuminate/Foundation/Http/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Foundation/Http/Kernel.php
+++ b/src/Illuminate/Foundation/Http/Kernel.php
@@ -384,6 +384,16 @@ class Kernel implements KernelContract
}
/**
+ * Get the pri... | [8.x] Create getter for the middleware priority (#<I>)
* Create getter for the middleware priority
This getter will help to create tests to ensure that middlewares are
registered in the right priority.
My use case for this is a middleware that I want to ensure gets
registered after the `StartSession` but right... | laravel_framework | train |
1545707c4d3595dc562fb6b0a0cedba04531e055 | diff --git a/LSS/Xport.php b/LSS/Xport.php
index <HASH>..<HASH> 100644
--- a/LSS/Xport.php
+++ b/LSS/Xport.php
@@ -121,7 +121,7 @@ class Xport extends Common {
if(!is_null($obj)){
$e = unserialize(base64_decode($obj));
if(is_object($e))
- throw new Exception($e,$e->getCode());
+ throw new Exceptio... | fixed issue with execeptions, most notably PDOExceptions bubbling upstream | nullivex_lib-xport | train |
7d84c0d76699c95c37ef22b3773b295fba844ae9 | diff --git a/more_collections/tests/tests_puredict.py b/more_collections/tests/tests_puredict.py
index <HASH>..<HASH> 100644
--- a/more_collections/tests/tests_puredict.py
+++ b/more_collections/tests/tests_puredict.py
@@ -1,4 +1,4 @@
-from unittest import TestCase
+from unittest import TestCase, skip
from more_collec... | Added constructor tests for puredicts | maweki_more-collections | train |
9b96af57ae3e4a70856c3954b20c77dc5db857ad | diff --git a/bin/tessel-2.js b/bin/tessel-2.js
index <HASH>..<HASH> 100755
--- a/bin/tessel-2.js
+++ b/bin/tessel-2.js
@@ -108,11 +108,11 @@ parser.command('install')
rust-sdk Installs the Rust SDK
`);
-parser.command('remove')
+parser.command('uninstall')
.callback(options => {
log.level(options.lo... | t2 remove => t2 uninstall | tessel_t2-cli | train |
05e295dc689a93ce58d7b5333c7909f937e766d8 | diff --git a/core/src/main/java/com/netflix/conductor/core/execution/WorkflowExecutor.java b/core/src/main/java/com/netflix/conductor/core/execution/WorkflowExecutor.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/netflix/conductor/core/execution/WorkflowExecutor.java
+++ b/core/src/main/java/com/netflix/... | #<I> : Add all tasks to workflow before retrying archived workflows | Netflix_conductor | train |
60171f647adc0badf7432e0f6020f2eb91a66551 | diff --git a/storm/ssh_config.py b/storm/ssh_config.py
index <HASH>..<HASH> 100644
--- a/storm/ssh_config.py
+++ b/storm/ssh_config.py
@@ -9,7 +9,6 @@ from paramiko.config import SSHConfig
from operator import itemgetter
from exceptions import StormValueError
-from paramiko.config import proxy_re
class StormCo... | proxy_re import causes problems for older versions of paramiko. it's hardcoded into storm
codebase now. fixes #<I>. | emre_storm | train |
641da0a8a1f80d39d585061f8c6dd2978cf92c9b | diff --git a/compiler/natives/src/runtime/runtime.go b/compiler/natives/src/runtime/runtime.go
index <HASH>..<HASH> 100644
--- a/compiler/natives/src/runtime/runtime.go
+++ b/compiler/natives/src/runtime/runtime.go
@@ -83,10 +83,10 @@ func GOROOT() string {
if process == js.Undefined {
return "/"
}
- if v := pro... | `runtime`: treat empty GOROOT environment variables the same as unset.
This applies to both GOROOT and GOPHERJS_GOROOT. The motivation behind
the change is that setting a variable to an empty value is a common way
of "unsetting" it and most tools treat it that way. | gopherjs_gopherjs | train |
e68b38af7c752e359fdf8d8b73743c9d27d65981 | diff --git a/entitlement/src/main/java/com/ning/billing/entitlement/api/billing/DefaultChargeThruApi.java b/entitlement/src/main/java/com/ning/billing/entitlement/api/billing/DefaultChargeThruApi.java
index <HASH>..<HASH> 100644
--- a/entitlement/src/main/java/com/ning/billing/entitlement/api/billing/DefaultChargeThruA... | entitlement: make sure to set the CTD in UTC
This fixes entitlement tests. | killbill_killbill | train |
849b1e230e59c78a687a8b7cab4b264778c4fc0e | diff --git a/bundles/org.eclipse.orion.client.cf/web/cfui/nls/root/messages.js b/bundles/org.eclipse.orion.client.cf/web/cfui/nls/root/messages.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.cf/web/cfui/nls/root/messages.js
+++ b/bundles/org.eclipse.orion.client.cf/web/cfui/nls/root/messages.js
@... | Bug <I> - Orion Settings Page UI Redesign
- Renamed Cloud category to Cloud Foundry and Settings sub-category to URLs | eclipse_orion.client | train |
d8c06e58bd1d2bf355435c974d83e6f748f34de1 | diff --git a/Controller/ForumController.php b/Controller/ForumController.php
index <HASH>..<HASH> 100644
--- a/Controller/ForumController.php
+++ b/Controller/ForumController.php
@@ -116,7 +116,7 @@ class ForumController extends Controller
public function createSubjectAction($forumId)
{
$form = $this... | Removed calls to deprecated 'bindRequest' | claroline_ForumBundle | train |
a9d691b1f952367c763842f7da9046a7c9fb0b11 | diff --git a/src/Command/ProjectBuildCommand.php b/src/Command/ProjectBuildCommand.php
index <HASH>..<HASH> 100644
--- a/src/Command/ProjectBuildCommand.php
+++ b/src/Command/ProjectBuildCommand.php
@@ -82,8 +82,11 @@ class ProjectBuildCommand extends PlatformCommand
// The environment ID is used in making the... | Fix get errors, and move shared/files creation to the Drupal toolstack. | platformsh_platformsh-cli | train |
3a4b2edb576c4eb7229a358dc4ff678e6f5d324b | diff --git a/hearthstone/enums.py b/hearthstone/enums.py
index <HASH>..<HASH> 100644
--- a/hearthstone/enums.py
+++ b/hearthstone/enums.py
@@ -936,6 +936,7 @@ class CardSet(IntEnum):
# Not actually present...
TAVERNS_OF_TIME = 1143
+ PLACEHOLDER_202204 = 1810
# Aliased from the original enums
FP1 = 12 | Add placeholder card set to handle "mystery set" <I> | HearthSim_python-hearthstone | train |
efba85513b5c11ddbddf785906b5b4e9b596771a | diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index <HASH>..<HASH> 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -1922,19 +1922,11 @@ class ScriptWriter(object):
executable = nt_quote_arg(sys_executable)
options... | Extract method for handling non-ascii exe. Strip out excess whitespace from option handling. | pypa_setuptools | train |
4197580234ee9d253ec7556b83ef8028faef0f34 | diff --git a/textx/export.py b/textx/export.py
index <HASH>..<HASH> 100644
--- a/textx/export.py
+++ b/textx/export.py
@@ -43,7 +43,10 @@ def metamodel_export(metamodel, file_name):
name = cls.__name__
attrs = ""
if cls._type == RULE_MATCH:
- attrs = cls._match_str.... | Fix in metamodel export. Escape some characters used by dot. | textX_textX | train |
a1706986dcefa55c82d0ea6f1e207d0c7a8b96c4 | diff --git a/proso/django/util.py b/proso/django/util.py
index <HASH>..<HASH> 100644
--- a/proso/django/util.py
+++ b/proso/django/util.py
@@ -22,13 +22,14 @@ def cache_pure(f, expiration=60*60*24*30):
key = "{}:args:{}-kwargs:{}".format(f.__name__, repr(args), repr(kwargs))
hash = hashlib.sha1(key).h... | more verbose logging in cache decorator | adaptive-learning_proso-apps | train |
34da1daa9046df5c6a014f3314e7c6286d06905c | diff --git a/package-testing/spec/package/update_module_spec.rb b/package-testing/spec/package/update_module_spec.rb
index <HASH>..<HASH> 100644
--- a/package-testing/spec/package/update_module_spec.rb
+++ b/package-testing/spec/package/update_module_spec.rb
@@ -25,6 +25,15 @@ describe 'Updating an existing module' do
... | (maint) Clear Gemfile overrides before pdk update test
The two modules we test `pdk update` with in the package tests pull in
additional modules which then pull in unsupported gems with compiled
extensions, causing the tests to fail.
By removing these gems from the `Gemfile` before running the tests, we can
get the t... | puppetlabs_pdk | train |
28e975bd921f9645df29c1107d573918c97becec | diff --git a/tweepy/auth.py b/tweepy/auth.py
index <HASH>..<HASH> 100644
--- a/tweepy/auth.py
+++ b/tweepy/auth.py
@@ -49,8 +49,8 @@ class OAuthHandler(AuthHandler):
self.username = None
self.secure = secure
- def _get_oauth_url(self, endpoint):
- if self.secure:
+ def _get_oauth_url(se... | Implement xAuth support.
xAuth allows you to exchange an username and password
pair for an OAuth access token.
See <URL> | tweepy_tweepy | train |
23594b3d013bd61a1937ba962a6f45aa6d6cae1e | diff --git a/config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java b/config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java
index <HASH>..<HASH> 100644
--- a/config/src/main/java/org/springframework/security/config/annotation/web/bui... | Fix setServletContext not being called for AuthorizationManagerWebInvocationPrivilegeEvaluator
Issue gh-<I> | spring-projects_spring-security | train |
be878a741b0cbc32d44f37f9a745224f0397b79a | diff --git a/src/Core42/Module.php b/src/Core42/Module.php
index <HASH>..<HASH> 100644
--- a/src/Core42/Module.php
+++ b/src/Core42/Module.php
@@ -9,6 +9,7 @@
namespace Core42;
+use Core42\Console\Console;
use Zend\ModuleManager\Feature\BootstrapListenerInterface;
use Zend\ModuleManager\Feature\ConfigProviderInt... | fixed: exclude session manager init and redirect strategies on clie | kiwi-suite_core42 | train |
f0c152e83b334b03f8205a12689e3bc3ed71607f | diff --git a/image_processing.gemspec b/image_processing.gemspec
index <HASH>..<HASH> 100644
--- a/image_processing.gemspec
+++ b/image_processing.gemspec
@@ -23,5 +23,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "minitest", "~> 5.8"
spec.add_development_dependency "minitest-hooks", ">= 1... | Replace Phashion with dhash-vips
Phashion currently doesn't install on Apple Silicon, and it doesn't seem
it's going to get fixed.
An upside is that this will now work on JRuby as well, since dhash-vips
doesn't use C extensions. | janko_image_processing | train |
cfcf1aa12e449c3fdbd382885f401c5af7769a1a | diff --git a/ui/helpers/constants.js b/ui/helpers/constants.js
index <HASH>..<HASH> 100644
--- a/ui/helpers/constants.js
+++ b/ui/helpers/constants.js
@@ -34,7 +34,7 @@ export const thPlatformMap = {
'osx-1014-64': 'OS X 10.14',
'osx-cross': 'OS X Cross Compiled',
'osx-1014-64-shippable': 'OS X 10.14 shippable... | Bug <I> - revert platform name change for osx-shippable (#<I>)
This platform is used for both x<I> cross-compile and universal builds. | mozilla_treeherder | train |
209c64acc39bb54b1c10ae0ff1ac6959adf12c69 | diff --git a/servlet/src/main/java/io/undertow/servlet/spec/AsyncContextImpl.java b/servlet/src/main/java/io/undertow/servlet/spec/AsyncContextImpl.java
index <HASH>..<HASH> 100644
--- a/servlet/src/main/java/io/undertow/servlet/spec/AsyncContextImpl.java
+++ b/servlet/src/main/java/io/undertow/servlet/spec/AsyncContex... | [UNDERTOW-<I>] Fix AsyncContext.dispatch() to pass decoded path | undertow-io_undertow | train |
b05d5bcce3fdd0f9908cb4c37f95d74d8553dbf6 | diff --git a/lib/plugins/aws/package/compile/events/apiGateway/lib/hack/updateStage.js b/lib/plugins/aws/package/compile/events/apiGateway/lib/hack/updateStage.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/aws/package/compile/events/apiGateway/lib/hack/updateStage.js
+++ b/lib/plugins/aws/package/compile/events/apiG... | fix(AWS APIGW): Fix Rest API id detection when no API GW involved
Regression introduced with #<I> | serverless_serverless | train |
2b9798fa190ac8aef2a6f7630fb07f116bad6289 | diff --git a/docs/registry.go b/docs/registry.go
index <HASH>..<HASH> 100644
--- a/docs/registry.go
+++ b/docs/registry.go
@@ -204,51 +204,45 @@ func ResolveRepositoryName(reposName string) (string, string, error) {
// this method expands the registry name as used in the prefix of a repo
// to a full url. if it alr... | Refactor IsSecure change
Fix issue with restoring the tag store and setting static configuration
from the daemon. i.e. the field on the TagStore struct must be made
internal or the json.Unmarshal in restore will overwrite the insecure
registries to be an empty struct. | docker_distribution | train |
bd527c5734801383ac9cdae885605d30a6e720e1 | diff --git a/packages/generator-nitro/generators/app/index.js b/packages/generator-nitro/generators/app/index.js
index <HASH>..<HASH> 100644
--- a/packages/generator-nitro/generators/app/index.js
+++ b/packages/generator-nitro/generators/app/index.js
@@ -376,7 +376,7 @@ module.exports = class extends Generator {
/... | feature(generator): add app test for new generator feature | namics_generator-nitro | train |
475d369811a036b93d703c616bf2c31bf942084b | diff --git a/ui/src/shared/components/Annotation.js b/ui/src/shared/components/Annotation.js
index <HASH>..<HASH> 100644
--- a/ui/src/shared/components/Annotation.js
+++ b/ui/src/shared/components/Annotation.js
@@ -135,7 +135,15 @@ class Annotation extends Component {
}
handleDeleteAnnotation = () => {
- thi... | Enable deletion of annotation range from endpoint | influxdata_influxdb | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.