hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
57f0c9cc41e8f480a340851196abad8abe1a14a7 | diff --git a/pymatbridge/publish.py b/pymatbridge/publish.py
index <HASH>..<HASH> 100644
--- a/pymatbridge/publish.py
+++ b/pymatbridge/publish.py
@@ -28,13 +28,13 @@ def format_line(line):
md = True
new_cell = False
source = line.split('%')[1] + '\n'
-
+
else:
md = Fals... | Prepended each notebook with import information | arokem_python-matlab-bridge | train |
28e9b02064dbb5ae3f348a79e2cc81b7959abb03 | diff --git a/src/model.py b/src/model.py
index <HASH>..<HASH> 100644
--- a/src/model.py
+++ b/src/model.py
@@ -325,12 +325,13 @@ class Model:
if steps_since_last_record >= early_stopping_steps:
if epoch >= min_epochs:
# Then we've done the minimum number of... | Fixed potential bug where the max_ler was just being tested against by the training LER, not the valid LER. But perhaps that's what we want. | persephone-tools_persephone | train |
4d4e7486ecd6b1eb1f96b80cdffeb12c80e8ee5f | diff --git a/go/vt/vtctl/query.go b/go/vt/vtctl/query.go
index <HASH>..<HASH> 100644
--- a/go/vt/vtctl/query.go
+++ b/go/vt/vtctl/query.go
@@ -445,6 +445,10 @@ func (lw loggerWriter) Write(p []byte) (int, error) {
// printQueryResult will pretty-print a QueryResult to the logger.
func printQueryResult(writer io.Wri... | for vexec, allow returning empty result set (this is not an error). schema migrations now return empty set instead of error if no migration matched | vitessio_vitess | train |
9d9a1f2b1fc5118db11f4a891ad6e0447c2ca45a | diff --git a/src/Gordalina/Easypay/Payment/Payment.php b/src/Gordalina/Easypay/Payment/Payment.php
index <HASH>..<HASH> 100644
--- a/src/Gordalina/Easypay/Payment/Payment.php
+++ b/src/Gordalina/Easypay/Payment/Payment.php
@@ -101,11 +101,11 @@ class Payment
*/
public function setMaxDate($maxDate)
{
- ... | Changing MAX_DATE_FORMAT utilization from static::MAX_DATE_FORMAT to self::MAX_DATE_FORMAT in method setMaxDate to prevents subclasses to redefine MAX_DATE_FORMAT | gordalina_easypay-php | train |
90b0b9861457d83e3b0fc33562615365534c5489 | diff --git a/lib/gocd/pipelineRun.js b/lib/gocd/pipelineRun.js
index <HASH>..<HASH> 100644
--- a/lib/gocd/pipelineRun.js
+++ b/lib/gocd/pipelineRun.js
@@ -26,15 +26,21 @@ function pipelineRun() {
pipelineRun['last_scheduled'] = lastFinishedStage['last_scheduled'];
}
+ function findLatestModificationInB... | Handle pipeline runs that were not triggered by a change | birgitta410_gocd-api | train |
fc293c0d8c46333d399c81286b166a72da8b5238 | diff --git a/hdate/date.py b/hdate/date.py
index <HASH>..<HASH> 100644
--- a/hdate/date.py
+++ b/hdate/date.py
@@ -71,7 +71,7 @@ class HDate(object): # pylint: disable=useless-object-inheritance
def __repr__(self):
"""Return a representation of HDate for programmatic use."""
return ("<HDate(gdat... | When printing the HDate represantation, return the gdate `repr` | royi1000_py-libhdate | train |
7d654480ef418f21e53cf09e6b7b3b9a75fc58ca | diff --git a/ariane_clip3/rabbitmq/driver.py b/ariane_clip3/rabbitmq/driver.py
index <HASH>..<HASH> 100644
--- a/ariane_clip3/rabbitmq/driver.py
+++ b/ariane_clip3/rabbitmq/driver.py
@@ -157,6 +157,11 @@ class Requester(pykka.ThreadingActor):
raise exceptions.ArianeConfError('requestor call properties')
... | [ACC-<I>] reuse same correlation id on request retry (rabbitmq) | echinopsii_net.echinopsii.ariane.community.cli.python3 | train |
f9f0f66b99d15c79f999e2a5f229a062cffd923e | diff --git a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/ProhibitedCompoundRule.java b/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/ProhibitedCompoundRule.java
index <HASH>..<HASH> 100644
--- a/languagetool-language-modules/de/src/main/java/org/languagetool/rules... | [de] more robust normalization so that "S-Bahn" doesn't become "Sbahn" internally | languagetool-org_languagetool | train |
b0cf41b115fbd45b625a2cfa218f39496aa00cfc | diff --git a/nodeserver/src/client/js/Client/ClientProject.js b/nodeserver/src/client/js/Client/ClientProject.js
index <HASH>..<HASH> 100644
--- a/nodeserver/src/client/js/Client/ClientProject.js
+++ b/nodeserver/src/client/js/Client/ClientProject.js
@@ -979,7 +979,17 @@ define([
var optimizedpatterns = {}... | now it has been hacked that we load every territory items sets...
Former-commit-id: <I>b<I>ef5f9e<I>b3bfff6bf<I>a<I>e<I>ed2 | webgme_webgme-engine | train |
3c58161ed9e056e2010f00cb49a1a0879d732ec1 | diff --git a/bcbio/cwl/defs.py b/bcbio/cwl/defs.py
index <HASH>..<HASH> 100644
--- a/bcbio/cwl/defs.py
+++ b/bcbio/cwl/defs.py
@@ -178,10 +178,10 @@ def variant():
unlist=[["config", "algorithm", "variantcaller"]]),
w("variantcall", "multi-parallel", vc,
[["region"], ["vrn_... | CWL: summarized plots of variant validation
Requires reading packed output records and different validation
storage format compared to standard workflows. | bcbio_bcbio-nextgen | train |
9532aa4d19bbcbd00674f2c2e5e66c6f0a32a93a | diff --git a/lib/apns/notification.rb b/lib/apns/notification.rb
index <HASH>..<HASH> 100644
--- a/lib/apns/notification.rb
+++ b/lib/apns/notification.rb
@@ -35,7 +35,7 @@ module APNS
pm = self.packaged_message
pi = self.message_identifier
pe = (self.expiration_date || 0).to_i
- pr = self.pri... | ensure that there is a priority to be encoded | jpoz_APNS | train |
1249368fc23103203cdfb429efb6adc7d8fedfa2 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -12,10 +12,19 @@ fs.readdirSync(__dirname + '/middleware').forEach(function (filename) {
});
exports.defaults = function (app, overrides) {
+ if (typeof app.use !== 'function') {
+ overrides = app... | Support helmet.defaults() as middleware, fixes #<I>
Here's a simple way to support both the old and more conventional middleware-like usage of `helmet.defaults()`.
NOTE: there's one caveat in that the user *must* be using (i.e. have installed) either 'express' or 'connect' themselves but that seemed a reasonable en... | venables_koa-helmet | train |
effc4facdad9ad51cb33a2284ada8fd894222047 | diff --git a/framework/console/controllers/ServeController.php b/framework/console/controllers/ServeController.php
index <HASH>..<HASH> 100644
--- a/framework/console/controllers/ServeController.php
+++ b/framework/console/controllers/ServeController.php
@@ -33,9 +33,9 @@ class ServeController extends Controller
p... | Used alias instead of relative path in ServeController | yiisoft_yii2 | train |
e21b4e90614362e72901a8df24532145bee8f38a | diff --git a/src/StackFormation/Command/Blueprint/DeployCommand.php b/src/StackFormation/Command/Blueprint/DeployCommand.php
index <HASH>..<HASH> 100644
--- a/src/StackFormation/Command/Blueprint/DeployCommand.php
+++ b/src/StackFormation/Command/Blueprint/DeployCommand.php
@@ -15,7 +15,6 @@ use StackFormation\Observer... | Introduce alias (bin/stackformation.php deploy == bin/stackformation.php blueprint:deploy) | AOEpeople_StackFormation | train |
51d9678230619063bec782fdb03a5ca9ed6ebd4b | diff --git a/lib/puppet/pops/parser/parser_support.rb b/lib/puppet/pops/parser/parser_support.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/pops/parser/parser_support.rb
+++ b/lib/puppet/pops/parser/parser_support.rb
@@ -22,8 +22,6 @@ class Parser
#
Factory = Model::Factory
- include Puppet::Resource::TypeCo... | (maint) Remove unused TypeCollectionHelper from "parser_support.rb"
The TypeCollectionHelper which defines the method
known_resource_types as a delegation to the environment is never used by
the parser (it was used by the 3.x parser and got carried over for no
good reason). | puppetlabs_puppet | train |
fd65352e41240be90db68364c51b59c9a41221a1 | diff --git a/raiden/tests/property/smart_contracts/test_nettingchannel.py b/raiden/tests/property/smart_contracts/test_nettingchannel.py
index <HASH>..<HASH> 100644
--- a/raiden/tests/property/smart_contracts/test_nettingchannel.py
+++ b/raiden/tests/property/smart_contracts/test_nettingchannel.py
@@ -76,7 +76,7 @@ cla... | Reduce number of mined blocks in generative tests
pyethereum <I> seems to mine a bit slower so we're running into
timouts quite often in CI. Reduce the settle_timeout in the generative
tests to speed it up. | raiden-network_raiden | train |
707c78b6383e2aa8f32569d69984f105531b9cfd | diff --git a/rtree/index.py b/rtree/index.py
index <HASH>..<HASH> 100644
--- a/rtree/index.py
+++ b/rtree/index.py
@@ -516,6 +516,9 @@ class Index(object):
darray = ctypes.c_double * dimension
mins = darray()
maxs = darray()
+ no_data = ctypes.cast(ctypes.pointer(ctypes.c_ubyte(0)),
+... | micro-optimize stream loading
> <I>% for cases when obj is None.
before Stream load: <I> usec/pass
after Stream load: <I> usec/pass | Toblerity_rtree | train |
8f7211fc2c5a73c48c74ba295f5af2b26b95c665 | diff --git a/version.php b/version.php
index <HASH>..<HASH> 100644
--- a/version.php
+++ b/version.php
@@ -6,7 +6,7 @@
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
- $version = 2006060900; // YYYYMMDD = date
+ $version = 2... | minor bump to perform some changes on grade_letter
Mimic from MOODLE_<I>_STABLE | moodle_moodle | train |
d7ce555c5ca78966e7579d57a241931477a37262 | diff --git a/insights/client/insights_spec.py b/insights/client/insights_spec.py
index <HASH>..<HASH> 100644
--- a/insights/client/insights_spec.py
+++ b/insights/client/insights_spec.py
@@ -167,7 +167,7 @@ class InsightsFile(InsightsSpec):
'{DOCKER_IMAGE_NAME}', target_name).replace(
'{DOCKER... | Remove mountpoint only once in the archive path (#<I>)
This fixes an issue where the default mountpoint ('/') is
erased in the path multiple times, e.g, '/etc/security/limits.conf'
becomes 'etcsecuritylimits.conf' | RedHatInsights_insights-core | train |
ef05d7da1ea58ea9ecb70d365351d014a98c5cfc | diff --git a/pkcs11_test.go b/pkcs11_test.go
index <HASH>..<HASH> 100644
--- a/pkcs11_test.go
+++ b/pkcs11_test.go
@@ -37,7 +37,7 @@ func getSession(p *Ctx, t *testing.T) SessionHandle {
t.Fatalf("session %s\n", e.Error())
}
if e := p.Login(session, CKU_USER, "1234"); e != nil {
- t.Fatal("user pin %s\n", e.Err... | Fix use of Fatal vs. Fatalf in tests | miekg_pkcs11 | train |
ded6d6bc7bef549a1246671e31b188aeea112659 | diff --git a/tornado_eventsource/__init__.py b/tornado_eventsource/__init__.py
index <HASH>..<HASH> 100644
--- a/tornado_eventsource/__init__.py
+++ b/tornado_eventsource/__init__.py
@@ -1,4 +1,4 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
-__version__ = '1.0.0rc3'
+__version__ = '1.0.0rc4' | Bump to <I>rc4 | guilhermef_tornado-eventsource | train |
e3af6818f57005f234a9cfa5c6496338a086be69 | diff --git a/src/View/Form/ContextInterface.php b/src/View/Form/ContextInterface.php
index <HASH>..<HASH> 100644
--- a/src/View/Form/ContextInterface.php
+++ b/src/View/Form/ContextInterface.php
@@ -16,6 +16,8 @@ namespace Cake\View\Form;
/**
* Interface for FormHelper context implementations.
+ *
+ * @method stri... | Removed interface method in favor of annotation for BC | cakephp_cakephp | train |
6e3b4ce382c6d4c7f9f4720bfd23c03573595a9e | diff --git a/src/Services/Gateway/HpsSoapGatewayService.php b/src/Services/Gateway/HpsSoapGatewayService.php
index <HASH>..<HASH> 100644
--- a/src/Services/Gateway/HpsSoapGatewayService.php
+++ b/src/Services/Gateway/HpsSoapGatewayService.php
@@ -300,8 +300,9 @@ class HpsSoapGatewayService extends HpsGatewayServiceAbst... | Fixed token recursion problem when token is a string
When doing a $chargeService->charge() call with a token that is a string and not an instance of HpsTokenData the existing code assigns the new HpsTokenData instance to itself as the tokenValue property, this creates a recursion error. It should be assigning the toke... | hps_heartland-php | train |
e83dae4a431efc163bcee53c86585e3c45712b5d | diff --git a/src/wtf/db/eventtypebuilder.js b/src/wtf/db/eventtypebuilder.js
index <HASH>..<HASH> 100644
--- a/src/wtf/db/eventtypebuilder.js
+++ b/src/wtf/db/eventtypebuilder.js
@@ -61,7 +61,9 @@ wtf.db.EventTypeBuilder.prototype.generate = function(eventType) {
}
this.begin();
- this.addScopeVariable('jsonPa... | Fixing 'any' string value arguments.
String values to 'any' arguments were not being escaped, which caused
parsing to break if a string wasn't JSON-valid. JSON.stringify is faster
than doing custom regex, so now all strings are just passed to stringify. | google_tracing-framework | train |
984561073812e5582801605b65ad94783b4d98c7 | diff --git a/lib/mongo/collection.rb b/lib/mongo/collection.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo/collection.rb
+++ b/lib/mongo/collection.rb
@@ -381,6 +381,29 @@ module Mongo
find(filter).update_one(update, opts)
end
+ # Finds a single document in the database via findAndModify and deletes
+ ... | RUBY-<I> Add #find_one_and_delete as a method on Collection | mongodb_mongo-ruby-driver | train |
d9b09f1e01a30eccfa1dbf4052fc07cff2783490 | diff --git a/Connection.php b/Connection.php
index <HASH>..<HASH> 100755
--- a/Connection.php
+++ b/Connection.php
@@ -334,11 +334,16 @@ class Connection implements ConnectionInterface
$statement->execute($me->prepareBindings($bindings));
+ $fetchMode = $me->getFetchMode();
$fet... | [<I>] Properly support PDO::FETCH_CLASS in cursor() (#<I>)
* Use variable
* Properly support PDO::FETCH_CLASS in cursor()
* Refine handling of PDO::FETCH_CLASS without class name
* Adjustment in testAlternateFetchModes() | illuminate_database | train |
4069397fcac4b6f2d21fc273d598ea7c0fe8b3a3 | diff --git a/lib/risc/collector.rb b/lib/risc/collector.rb
index <HASH>..<HASH> 100644
--- a/lib/risc/collector.rb
+++ b/lib/risc/collector.rb
@@ -12,10 +12,6 @@ module Risc
def self.keep( object , depth )
return if object.nil?
return unless add_object( object , depth )
- # probably should make ... | don't collect labels anymore
don’t need, use binary code as the methods jump point | ruby-x_rubyx | train |
f5a9c5bd40af9889ce9ed95a20fe530142532d1b | diff --git a/activerecord/test/cases/finder_test.rb b/activerecord/test/cases/finder_test.rb
index <HASH>..<HASH> 100644
--- a/activerecord/test/cases/finder_test.rb
+++ b/activerecord/test/cases/finder_test.rb
@@ -497,7 +497,7 @@ class FinderTest < ActiveRecord::TestCase
assert_equal nil, Topic.offset(5).second_t... | comment out failing .second and .third tests | rails_rails | train |
3d67f7f331983e8840ba592f94dcbf58be58e90e | diff --git a/salt/master.py b/salt/master.py
index <HASH>..<HASH> 100644
--- a/salt/master.py
+++ b/salt/master.py
@@ -13,11 +13,15 @@ import hashlib
import tempfile
import datetime
import multiprocessing
+import subprocess
# Import zeromq
import zmq
from M2Crypto import RSA
+# Import Third Party Libs
+import... | Repair imports and spelling on ext_nodes | saltstack_salt | train |
1a8f886b57ce50520fad90f8827cba00b58b7a85 | diff --git a/devices/philips.js b/devices/philips.js
index <HASH>..<HASH> 100644
--- a/devices/philips.js
+++ b/devices/philips.js
@@ -1355,6 +1355,15 @@ module.exports = [
ota: ota.zigbeeOTA,
},
{
+ zigbeeModel: ['5060731P7_01', '5060731P7_02', '5060731P7_03', '5060731P7_04', '5060731P7_05'],... | Add <I>P7 (#<I>) | Koenkk_zigbee-shepherd-converters | train |
73b6588e98ea3b1304994ad8a708c46e8dff21d0 | diff --git a/Lib/fontbakery/testrunner.py b/Lib/fontbakery/testrunner.py
index <HASH>..<HASH> 100644
--- a/Lib/fontbakery/testrunner.py
+++ b/Lib/fontbakery/testrunner.py
@@ -67,20 +67,36 @@ class Status(object):
# Status messages of the test runner protocoll
+# Structuring statuses
+# * begin with "START" and "E... | [testrunner] Some documentation of the runner protocol status system. | googlefonts_fontbakery | train |
43b6e0b15487b3a109f586fedfc69c8e73089b70 | diff --git a/revparse.go b/revparse.go
index <HASH>..<HASH> 100644
--- a/revparse.go
+++ b/revparse.go
@@ -46,7 +46,7 @@ func (r *Repository) RevParse(spec string) (*RevSpec, error) {
cspec := C.CString(spec)
defer C.free(unsafe.Pointer(cspec))
- var ptr *C.git_revspec
+ ptr := new(C.git_revspec)
runtime.Lock... | Make a new pointer to pass to git_revparse. | libgit2_git2go | train |
0a3cfab73eee92aebd6f44c7c42c25f92833d836 | diff --git a/conn_test.go b/conn_test.go
index <HASH>..<HASH> 100644
--- a/conn_test.go
+++ b/conn_test.go
@@ -527,6 +527,7 @@ func TestListenNotifyWhileBusyIsSafe(t *testing.T) {
t.Parallel()
listenerDone := make(chan bool)
+ notifierDone := make(chan bool)
go func() {
conn := mustConnectString(t, os.Getenv... | Eliminate race condition in TestListenNotifyWhileBusyIsSafe | jackc_pgx | train |
9306290d964af604d8d3a3f819b2e529f90607be | diff --git a/index/bitmap_test.go b/index/bitmap_test.go
index <HASH>..<HASH> 100644
--- a/index/bitmap_test.go
+++ b/index/bitmap_test.go
@@ -2,77 +2,69 @@ package index
import (
"testing"
+ . "github.com/smartystreets/goconvey/convey"
)
-func TestCount(t *testing.T) {
- bm:= CreateRBBitmap()
- ... | basic goconvey tests for bitmap | pilosa_pilosa | train |
c3463b9a45a8530eb7ea8332d5b490df8df1727c | diff --git a/src/test/java/io/lettuce/SslTest.java b/src/test/java/io/lettuce/SslTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/io/lettuce/SslTest.java
+++ b/src/test/java/io/lettuce/SslTest.java
@@ -26,7 +26,9 @@ import java.security.cert.CertificateException;
import java.util.List;
import java.util.concu... | Merge SslTest from master | lettuce-io_lettuce-core | train |
1432c7e58cd1d3b4d73a82c83cf585a2b5c43dcc | diff --git a/bootstrap_py/docs.py b/bootstrap_py/docs.py
index <HASH>..<HASH> 100644
--- a/bootstrap_py/docs.py
+++ b/bootstrap_py/docs.py
@@ -14,9 +14,9 @@ def build_sphinx(pkg_data, projectdir):
:param `bootstrap_py.control.PackageData` pkg_data: package meta data
:param str projectdir: project root directo... | Fixes pylint violation len-as-condition. | mkouhei_bootstrap-py | train |
d96ce76f14a7424714cee9b1c1a9c965268b50d7 | diff --git a/lib/resourceful/resource.js b/lib/resourceful/resource.js
index <HASH>..<HASH> 100644
--- a/lib/resourceful/resource.js
+++ b/lib/resourceful/resource.js
@@ -51,7 +51,7 @@ Resource.runBeforeHooks = function (method, obj, callback, finish) {
loop(hooks);
}
});
- }
+ ... | [fix] Fix database name in test and some whitespaces | flatiron_resourceful | train |
8a067146d294cd0d212ebcbb538f7196417e8c18 | diff --git a/nrml/writers.py b/nrml/writers.py
index <HASH>..<HASH> 100644
--- a/nrml/writers.py
+++ b/nrml/writers.py
@@ -291,8 +291,13 @@ class SESXMLWriter(object):
ses_coll_elem = etree.SubElement(
root, 'stochasticEventSetCollection')
- ses_coll_elem.set(SM_TREE_PATH, sel... | nrml/writers:
Added support for complete logic tree SES serialization, plus tests. | gem_oq-engine | train |
298a07a4847edb6e1ac37d466f7318ef8f774413 | diff --git a/OAuth/ResourceOwner/AbstractResourceOwner.php b/OAuth/ResourceOwner/AbstractResourceOwner.php
index <HASH>..<HASH> 100644
--- a/OAuth/ResourceOwner/AbstractResourceOwner.php
+++ b/OAuth/ResourceOwner/AbstractResourceOwner.php
@@ -185,4 +185,26 @@ abstract class AbstractResourceOwner implements ResourceOwne... | Simplified code of custom api requests | hwi_HWIOAuthBundle | train |
e8fe806ead6f3f2ce208ff4e1abba06c7a186115 | diff --git a/test/plugin/test_out_forward.rb b/test/plugin/test_out_forward.rb
index <HASH>..<HASH> 100644
--- a/test/plugin/test_out_forward.rb
+++ b/test/plugin/test_out_forward.rb
@@ -1228,8 +1228,6 @@ EOL
end
test 'Create new connection per send_data' do
- omit "Proxy of RR doesn't support kwargs of Ruby... | Run omitted testcases for Ruby3 incompatibility of RR | fluent_fluentd | train |
6cee62624709a6f607aaa1bb5c417fb531122785 | diff --git a/src/main/java/com/mangopay/core/RestTool.java b/src/main/java/com/mangopay/core/RestTool.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/mangopay/core/RestTool.java
+++ b/src/main/java/com/mangopay/core/RestTool.java
@@ -671,6 +671,8 @@ public class RestTool {
httpHeaders.putAll(authH... | MPSDK-<I>: fixed missing header | Mangopay_mangopay2-java-sdk | train |
611bf6d647c7b3f54179be6e877c295d872c60ba | diff --git a/src/mixins/trackHelper.js b/src/mixins/trackHelper.js
index <HASH>..<HASH> 100644
--- a/src/mixins/trackHelper.js
+++ b/src/mixins/trackHelper.js
@@ -31,6 +31,11 @@ export var getTrackCSS = function(spec) {
WebkitTransition: '',
msTransform: !spec.vertical ? 'translateX(' + spec.left + 'px)' : 't... | dragging is disabled if fade is true
fixes: #<I> | akiran_react-slick | train |
318b5cfeb9ae30b2d0d6cffaf5761104ea3b97ab | diff --git a/lib/engine-addon.js b/lib/engine-addon.js
index <HASH>..<HASH> 100644
--- a/lib/engine-addon.js
+++ b/lib/engine-addon.js
@@ -332,7 +332,7 @@ module.exports = {
var host = findHostsHost.call(this);
if (!host) {
- return [];
+ return {};
}
var hostIsEngine = !!h... | [BUGFIX release]: ancestorHostAddons return value
Without this, you cannot build engines with who's names are built-in array methods such as "filter". | ember-engines_ember-engines | train |
038c30b0284b4bcd3a1f8d66cf98edb9a438ab82 | diff --git a/angr/surveyors/slicecutor.py b/angr/surveyors/slicecutor.py
index <HASH>..<HASH> 100644
--- a/angr/surveyors/slicecutor.py
+++ b/angr/surveyors/slicecutor.py
@@ -193,8 +193,8 @@ class Slicecutor(Surveyor):
return self._project.factory.successors(state, whitelist=state._whitelist)
def pa... | Fix reference to weighted depth in slicecutor | angr_angr | train |
c39d05ebc3bc90db2ec7ec5c7e0a3df8bbd0069b | diff --git a/code/MobileSiteConfigExtension.php b/code/MobileSiteConfigExtension.php
index <HASH>..<HASH> 100644
--- a/code/MobileSiteConfigExtension.php
+++ b/code/MobileSiteConfigExtension.php
@@ -5,7 +5,7 @@
*
* @package mobile
*/
-class MobileSiteConfigExtension extends DataObjectDecorator {
+class MobileSite... | API-CHANGE: changing inheritance structure of module to comply with SS3 | silverstripe_silverstripe-mobile | train |
e15f272458a5870d8f4326176f95c8c422fd8daf | diff --git a/Swat/SwatCellRendererText.php b/Swat/SwatCellRendererText.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatCellRendererText.php
+++ b/Swat/SwatCellRendererText.php
@@ -13,7 +13,7 @@ class SwatCellRendererText extends SwatCellRenderer {
/**
* Cell content
*
- * The content to place within the HTML an... | typo
svn commit r<I> | silverorange_swat | train |
1d734836ce5a82af6c06da72813185f35e6c00cd | diff --git a/grunt.js b/grunt.js
index <HASH>..<HASH> 100644
--- a/grunt.js
+++ b/grunt.js
@@ -33,8 +33,8 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-coffee')
- grunt.registerTask('dev', 'coffee')
- grunt.registerTask('release', 'coffee concat')
grunt.registerTask('default', 'releas... | remove grunt-mocha and change order of registered tasks | florian_Strukt | train |
15e13ff40b93d964c9928909822ce53c5758f765 | diff --git a/versioneer.py b/versioneer.py
index <HASH>..<HASH> 100644
--- a/versioneer.py
+++ b/versioneer.py
@@ -290,7 +290,7 @@ from distutils.core import Command
from distutils.command.sdist import sdist as _sdist
from distutils.command.build import build as _build
-__version__ = '0.1.8.post0.dev0_dirty-py2.7'
... | Fixed another typo affecting _version.py | ryanpdwyer_versioneer2 | train |
6620ab381834018a65c66bf3dd9ab4b6d4527487 | diff --git a/alot/commands/__init__.py b/alot/commands/__init__.py
index <HASH>..<HASH> 100644
--- a/alot/commands/__init__.py
+++ b/alot/commands/__init__.py
@@ -14,17 +14,9 @@ from alot.helper import split_commandstring
class Command(object):
"""base class for commands"""
- def __init__(self, prehook=None,... | Pre/Posthooks are no longer Command.__init__ parms
but are directly set to cmd.pre/posthook by commandfactory.
This still means that these hooks are looked up and stored *in*
the cmd obj in the factory: so whenever FooCommand is instanciated
from within some other commands apply, the hooks are None. | pazz_alot | train |
cf856dc76e460a23d2b7f050df4904e6348b46be | diff --git a/languagetool-core/src/main/java/org/languagetool/JLanguageTool.java b/languagetool-core/src/main/java/org/languagetool/JLanguageTool.java
index <HASH>..<HASH> 100644
--- a/languagetool-core/src/main/java/org/languagetool/JLanguageTool.java
+++ b/languagetool-core/src/main/java/org/languagetool/JLanguageToo... | set version to <I>-beta1 | languagetool-org_languagetool | train |
cf82fc7fae3f98f9afdb7e57b3e0f2fcf4c9fe1f | diff --git a/plugins/unix-socket.js b/plugins/unix-socket.js
index <HASH>..<HASH> 100644
--- a/plugins/unix-socket.js
+++ b/plugins/unix-socket.js
@@ -1,4 +1,4 @@
-var toPull = require('stream-to-pull-stream')
+var toDuplex = require('stream-to-pull-stream').duplex
var net = require('net')
var fs = require('fs')
var... | Set address correctly on unix-socket.
So that `ms.client(ms.stringify(), function (err, stream) { ... })` will connect
I noticed that the server is actually not created at the path you pass in,
but at `path+'/socket'` this at least returns that.
I think it might be better to just create the server at path,
but I made... | ssbc_multiserver | train |
5402a02b74cc68cc4788f67f6ea35d7050c84bbb | diff --git a/outer-width.js b/outer-width.js
index <HASH>..<HASH> 100644
--- a/outer-width.js
+++ b/outer-width.js
@@ -9,7 +9,7 @@
function outerWidth (el, includeMargin) {
var style = typeof window.getComputedStyle !== 'undefined' && window.getComputedStyle(el) || el.currentStyle;
- return el.offsetWidth + (inc... | outer-width: fix marginLeft computation (#<I>) | rstacruz_dom101 | train |
6d6372d343b82ec784bebdf5431c820325f6bb8d | diff --git a/Branch-SDK/src/io/branch/referral/Branch.java b/Branch-SDK/src/io/branch/referral/Branch.java
index <HASH>..<HASH> 100644
--- a/Branch-SDK/src/io/branch/referral/Branch.java
+++ b/Branch-SDK/src/io/branch/referral/Branch.java
@@ -923,6 +923,34 @@ public class Branch {
}
}
}
+
+ private void proce... | move the app reading out of the server request | BranchMetrics_android-branch-deep-linking | train |
24005b420091d939cf7cf904f928a4e903149e58 | diff --git a/NavigationReact/sample/codesplitting/index.js b/NavigationReact/sample/codesplitting/index.js
index <HASH>..<HASH> 100644
--- a/NavigationReact/sample/codesplitting/index.js
+++ b/NavigationReact/sample/codesplitting/index.js
@@ -25,7 +25,7 @@ ReactDOM.render(
<NavigationHandler stateNavigator={stateN... | Removed state check now navigating sync | grahammendick_navigation | train |
9fbd237c94c0563fc2baef587eff31a8f2bb25f7 | diff --git a/pakefile.php b/pakefile.php
index <HASH>..<HASH> 100644
--- a/pakefile.php
+++ b/pakefile.php
@@ -718,6 +718,38 @@ class eZExtBuilder
}
+// The following two functions we use, and submitted for inclusion in pake.
+// While we wait for acceptance, we define them here...
+if ( !function_exists( 'pake_re... | - allow code to run on current pake instead of a patched version | gggeek_ezextensionbuilder | train |
e918093bebd3af842b1787256724dd9f24670bc2 | diff --git a/environs/openstack/export_test.go b/environs/openstack/export_test.go
index <HASH>..<HASH> 100644
--- a/environs/openstack/export_test.go
+++ b/environs/openstack/export_test.go
@@ -9,6 +9,7 @@ import (
"launchpad.net/juju-core/state"
"launchpad.net/juju-core/trivial"
"net/http"
+ "time"
)
... | Switch to time.Millisecond syntax. | juju_juju | train |
8aeda9f5435da82d81417ae78b1e8dd1acb56645 | diff --git a/inpututil/inpututil.go b/inpututil/inpututil.go
index <HASH>..<HASH> 100644
--- a/inpututil/inpututil.go
+++ b/inpututil/inpututil.go
@@ -140,8 +140,7 @@ func (i *inputState) update() {
if _, ok := i.gamepadButtonDurations[id]; !ok {
i.gamepadButtonDurations[id] = make([]int, ebiten.GamepadButtonMax... | inpututil: bug fix: out of range at scanning buttons
Updates #<I> | hajimehoshi_ebiten | train |
c6b9880ef8814ccf2dfd5c6596833a089652a2ee | diff --git a/spec/amq/protocol/client_spec.rb b/spec/amq/protocol/client_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/amq/protocol/client_spec.rb
+++ b/spec/amq/protocol/client_spec.rb
@@ -63,5 +63,17 @@ module AMQ
end
end
end
+
+ describe Connection::Tune do
+ describe '.decode' do
+... | Basic spec for Connection::Tune | ruby-amqp_amq-protocol | train |
73b8301555b9c23cde80ffa40b66736f627660b5 | diff --git a/client/js/Panels/MetaEditor/MetaEditorControl.js b/client/js/Panels/MetaEditor/MetaEditorControl.js
index <HASH>..<HASH> 100644
--- a/client/js/Panels/MetaEditor/MetaEditorControl.js
+++ b/client/js/Panels/MetaEditor/MetaEditorControl.js
@@ -641,7 +641,8 @@ define(['logManager',
this._connectionLi... | fix relationship filter functionality
when changing connection type to draw that same connetion type get's
filtered in if filtered out currently
Former-commit-id: <I>e<I>e<I>ab<I>c8aa8ca<I>c<I>e1 | webgme_webgme-engine | train |
fe285d54964160c659e2ee257137b55afb9fafac | diff --git a/lang/en/moodle.php b/lang/en/moodle.php
index <HASH>..<HASH> 100644
--- a/lang/en/moodle.php
+++ b/lang/en/moodle.php
@@ -1007,6 +1007,7 @@ $string['hits'] = 'Hits';
$string['hitsoncourse'] = 'Hits on {$a->coursename} by {$a->username}';
$string['hitsoncoursetoday'] = 'Today\'s hits on {$a->coursename} b... | MDL-<I> core_navigation: Provide a menu header in a system context.
- Part of: MDL-<I> | moodle_moodle | train |
8f88b7cd4a1d75f0e6760926ebb7ddfe6b4543de | diff --git a/lib/flipper/middleware/setup_env.rb b/lib/flipper/middleware/setup_env.rb
index <HASH>..<HASH> 100644
--- a/lib/flipper/middleware/setup_env.rb
+++ b/lib/flipper/middleware/setup_env.rb
@@ -1,7 +1,7 @@
module Flipper
module Middleware
class SetupEnv
- # Public: Initializes an instance of the ... | Fix typo in setup env docs | jnunemaker_flipper | train |
3d9e6278720712cfecdea35941d9f0b8337dc9b1 | diff --git a/master/buildbot/schedulers/dependent.py b/master/buildbot/schedulers/dependent.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/schedulers/dependent.py
+++ b/master/buildbot/schedulers/dependent.py
@@ -45,7 +45,7 @@ class Dependent(base.BaseScheduler):
@defer.inlineCallbacks
def activate(se... | schedulers/dependent: call the correct activate parent method
Fix the tests accordingly.
Fixes: be5d<I>fc<I>e ("schedulers must call parent de/activate methods") | buildbot_buildbot | train |
6c4a42b887c59eb7485edb57261285e1d88bdaf1 | diff --git a/lib/handlers/bin.js b/lib/handlers/bin.js
index <HASH>..<HASH> 100644
--- a/lib/handlers/bin.js
+++ b/lib/handlers/bin.js
@@ -915,6 +915,9 @@ module.exports = Observable.extend({
if (user) {
_this.models.user.getBinCount(user.name, function (err, result) {
+ if (err || !res... | Check for error or missing result from getBinCount | jsbin_jsbin | train |
940a83950484831aaa597d48ad0d94f26086b86c | diff --git a/state/addmachine.go b/state/addmachine.go
index <HASH>..<HASH> 100644
--- a/state/addmachine.go
+++ b/state/addmachine.go
@@ -279,6 +279,7 @@ func (st *State) addMachineOps(template MachineTemplate) (*machineDoc, []txn.Op,
if err != nil {
return nil, nil, errors.Trace(err)
}
+ prereqOps = append(pre... | state: added env life assertions for machine creation
Environment life is only asserted for top level machines, not
containers. Containers will get cleaned up anyway once the host
machine is killed. | juju_juju | train |
3d3dab9cc4db2b4a68e8888da4cdcdefc5160980 | diff --git a/lib/flapjack/gateways/jsonapi.rb b/lib/flapjack/gateways/jsonapi.rb
index <HASH>..<HASH> 100644
--- a/lib/flapjack/gateways/jsonapi.rb
+++ b/lib/flapjack/gateways/jsonapi.rb
@@ -187,7 +187,7 @@ module Flapjack
request.query_string.length > 0) ? "?#{request.query_string}" : ""
... | fix <I> error from exception when logging jsonapi in debug level for some endpoints | flapjack_flapjack | train |
8d5c0343c2a944d485d849d8a2a4f64c7f1d485b | diff --git a/python-package/lightgbm/libpath.py b/python-package/lightgbm/libpath.py
index <HASH>..<HASH> 100644
--- a/python-package/lightgbm/libpath.py
+++ b/python-package/lightgbm/libpath.py
@@ -1,7 +1,6 @@
# coding: utf-8
"""Find the path to LightGBM dynamic library files."""
import os
-
from platform import s... | [ci][python] apply isort to python-package/lightgbm/libpath.py #<I> (#<I>) | Microsoft_LightGBM | train |
a93e5c4ae24177e42b950cd4fdf9c4aedc2c7637 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ from setuptools import setup
setup(
name='emot',
- version="2.1",
+ version="2.2",
author='Neel Shah, Subham',
author_email='neelknightme@gmail.com, kaka.shubham@gmail.com',
descriptio... | Bump the setup.py to the <I> | NeelShah18_emot | train |
d64df7f9fce0a89a5871428f44200ae9305c4269 | diff --git a/Util/JSToHTML.php b/Util/JSToHTML.php
index <HASH>..<HASH> 100644
--- a/Util/JSToHTML.php
+++ b/Util/JSToHTML.php
@@ -68,7 +68,7 @@ class JSToHTML
$matches = array();
preg_match_all(
- '!' . $this->getExternalJavaScriptRegex() . '!',
+ '!' . $this->getExternalJavaS... | JSToHTML: extend regex search. | siphoc_PdfBundle | train |
2b47bd541e86b064419203bb17bef6ad4e0a6aa1 | diff --git a/lib/puppet-lint/lexer.rb b/lib/puppet-lint/lexer.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet-lint/lexer.rb
+++ b/lib/puppet-lint/lexer.rb
@@ -110,7 +110,7 @@ class PuppetLint
[:TYPE, %r{\A(Integer|Float|Boolean|Regexp|String|Array|Hash|Resource|Class|Collection|Scalar|Numeric|CatalogEntry|Data|T... | Use lookahead assertion for matching function name
For some reason using a lookahead assertion for the opening parenthesis
after a function name is much faster for large manifests. The old
version shows some pathologic behaviour and becomes very slow for
manifests with many entries -- as described in #<I>.
I don't un... | rodjek_puppet-lint | train |
6894d2d9e6b948da60f7367a90c13c6f3351ee40 | diff --git a/Schema/Grammars/PostgresGrammar.php b/Schema/Grammars/PostgresGrammar.php
index <HASH>..<HASH> 100755
--- a/Schema/Grammars/PostgresGrammar.php
+++ b/Schema/Grammars/PostgresGrammar.php
@@ -166,6 +166,10 @@ class PostgresGrammar extends Grammar
$sql .= $command->initiallyImmediate ? ' initiall... | add notValid option for postgres foreign keys (#<I>) | illuminate_database | train |
3058d13a06d5472d25d89b55960565d6ba57f1ec | diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_view/helpers/url_helper.rb
+++ b/actionpack/lib/action_view/helpers/url_helper.rb
@@ -279,6 +279,7 @@ module ActionView
# processed normally, ... | Make button_to helper support "form" option which is the form attributes. | rails_rails | train |
4495b03155ed6e42c39ba36732d9576ba2ae7514 | diff --git a/common/src/main/java/com/kumuluz/ee/common/dependencies/EeExtensionType.java b/common/src/main/java/com/kumuluz/ee/common/dependencies/EeExtensionType.java
index <HASH>..<HASH> 100644
--- a/common/src/main/java/com/kumuluz/ee/common/dependencies/EeExtensionType.java
+++ b/common/src/main/java/com/kumuluz/e... | Added extension type 'Logs' | kumuluz_kumuluzee | train |
be5f64b8f34a41522de1bbcb090f6b4ba2984ba4 | diff --git a/ginga/misc/Datasrc.py b/ginga/misc/Datasrc.py
index <HASH>..<HASH> 100644
--- a/ginga/misc/Datasrc.py
+++ b/ginga/misc/Datasrc.py
@@ -53,6 +53,9 @@ class Datasrc(object):
self.datums[key] = value
self._eject_old()
+ self.sortedkeys = list(self.datums.keys())
+ ... | Fixed Datasrc sortedkeys not updated properly when image is added | ejeschke_ginga | train |
94fdc4456bffe91590be2294e90cad548f8dae24 | diff --git a/app/models/katello/host/subscription_facet.rb b/app/models/katello/host/subscription_facet.rb
index <HASH>..<HASH> 100644
--- a/app/models/katello/host/subscription_facet.rb
+++ b/app/models/katello/host/subscription_facet.rb
@@ -242,14 +242,21 @@ module Katello
def self.find_host(facts, organizat... | Fixes #<I> - Find existing system by UUID during registration | Katello_katello | train |
09931f8338130ba8e7016b35417803a200899dbc | diff --git a/cmd/rqlite/main.go b/cmd/rqlite/main.go
index <HASH>..<HASH> 100644
--- a/cmd/rqlite/main.go
+++ b/cmd/rqlite/main.go
@@ -8,6 +8,7 @@ import (
"fmt"
"io/ioutil"
"net/http"
+ "net/url"
"sort"
"strings"
@@ -57,6 +58,15 @@ func main() {
return nil
}
+ version, err := getVersionWithClient... | rqlite dumps rqlite node version at startup | rqlite_rqlite | train |
c1ca53b20c6199e860fa4aeec6b455fa065d932e | diff --git a/src/Defender/Contracts/Repositories/AbstractRepository.php b/src/Defender/Contracts/Repositories/AbstractRepository.php
index <HASH>..<HASH> 100644
--- a/src/Defender/Contracts/Repositories/AbstractRepository.php
+++ b/src/Defender/Contracts/Repositories/AbstractRepository.php
@@ -4,6 +4,12 @@ namespace Ar... | Added `all` and `paginate` methods to the abstract repository. | artesaos_defender | train |
9c195ff06b7f08b8af81fc68e92543f8b7d632f4 | diff --git a/CHANGES.md b/CHANGES.md
index <HASH>..<HASH> 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -17,6 +17,7 @@ The release versions are PyPi releases.
* Remove most of `fake_filesystem_shutil` implementation, relying on the patched `os` module instead ([#194](../../issues/194)).
#### Fixes
+ * Recursive re... | Handle try to recursive rename for raising OSError
- fixes #<I> | jmcgeheeiv_pyfakefs | train |
c06b0849a7b6dd4519a6cd3c101b42f89438c9c5 | diff --git a/source/Internal/Module/MetaData/Service/MetaDataProvider.php b/source/Internal/Module/MetaData/Service/MetaDataProvider.php
index <HASH>..<HASH> 100644
--- a/source/Internal/Module/MetaData/Service/MetaDataProvider.php
+++ b/source/Internal/Module/MetaData/Service/MetaDataProvider.php
@@ -106,17 +106,19 @@... | Fix code style issues in MetaDataProvider | OXID-eSales_oxideshop_ce | train |
317b869c05b0b50e7f30ddce8ac103644cd3ca2d | diff --git a/js/lightbox.js b/js/lightbox.js
index <HASH>..<HASH> 100755
--- a/js/lightbox.js
+++ b/js/lightbox.js
@@ -1,9 +1,9 @@
-
function Lightbox () {
this.opt = false;
this.box = false;
this.wrapper = false;
var that = this,
+ body = document.getElementsByTagName('body')[0],
template = '<span ... | added exists-fnc; minor JS/namechanges | felixhagspiel_jsOnlyLightbox | train |
8f903a6c65d719e302145dab1806d871653dfb6d | diff --git a/test/unit/version_test.rb b/test/unit/version_test.rb
index <HASH>..<HASH> 100644
--- a/test/unit/version_test.rb
+++ b/test/unit/version_test.rb
@@ -70,7 +70,10 @@ class PaperTrail::VersionTest < ActiveSupport::TestCase
should "grab the Timestamp from the version and use that as the value" do
... | Ommit assertions on VersionTest in Ruby<I> when not possible | paper-trail-gem_paper_trail | train |
162da4ac2e3ef241aeea1a562bea7f14aa26da38 | diff --git a/src/transaction.js b/src/transaction.js
index <HASH>..<HASH> 100644
--- a/src/transaction.js
+++ b/src/transaction.js
@@ -28,10 +28,14 @@ export class Transaction {
}
// Deprecation warning. TODO: remove optionality with next major release.
- if (typeof networkPassphrase !== 'string') {
+ ... | Throw error on invalid network passphrases (#<I>)
* Throw error on invalid network passphrases
Fixes #<I>
* Update transaction.js
* Adjust check to correct behavior
* Add test | stellar_js-stellar-base | train |
d5799c9513a688e1a9f431848c0e6a5675401488 | diff --git a/vault/token_store_test.go b/vault/token_store_test.go
index <HASH>..<HASH> 100644
--- a/vault/token_store_test.go
+++ b/vault/token_store_test.go
@@ -935,15 +935,22 @@ func TestTokenStore_RevokeSelf(t *testing.T) {
t.Fatalf("err: %v\nresp: %#v", err, resp)
}
- time.Sleep(1000 * time.Millisecond)
-
... | Give the token store revoke-self test more breathing room as Travis timings are too tight | hashicorp_vault | train |
6a8e1c5a8b981c2c0dfedd54915036384b12031d | diff --git a/Services/Listeners/ConsoleExceptionListener.php b/Services/Listeners/ConsoleExceptionListener.php
index <HASH>..<HASH> 100644
--- a/Services/Listeners/ConsoleExceptionListener.php
+++ b/Services/Listeners/ConsoleExceptionListener.php
@@ -3,7 +3,7 @@
namespace EXS\ErrorBundle\Services\Listeners;
use Sym... | fix flatten exception for console exceptions | ExSituMarketing_EXS-ErrorBundle | train |
fc333653da62c93f87a8599895bda2b5f8d9548d | diff --git a/lib/draught/point.rb b/lib/draught/point.rb
index <HASH>..<HASH> 100644
--- a/lib/draught/point.rb
+++ b/lib/draught/point.rb
@@ -27,7 +27,7 @@ module Draught
end
def translation_to(point)
- Vector.new(point.x - x, point.y - y)
+ Vector.translation_between(self, point)
end
... | Point spec readability tweak & clean use of Vector
Tweak Point specs to clean spec title after moving to Vectors for
translation.
Use Vector.translation_between in #translate_to now it exists. | fidothe_draught | train |
168d0c89d512dc8a620947f1b9acbcee25b8de2e | diff --git a/stories/components/StarWarsSelect.js b/stories/components/StarWarsSelect.js
index <HASH>..<HASH> 100644
--- a/stories/components/StarWarsSelect.js
+++ b/stories/components/StarWarsSelect.js
@@ -2,7 +2,7 @@ import React, { Component } from 'react';
import { all as starwarsNames } from 'starwars-names';
im... | Fix starwarsName after text => label rename | techniq_mui-downshift | train |
e4670cb9348c3b81827fb7ac581dcbe4fb6cfa4f | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## v0.9.0-rc32 [unreleased]
+
+### Features
+
+### Bugfixes
+- [2635](https://github.com/influxdb/influxdb/issues/2635): Fix querying against boolean field in WHERE clause.
+
## v0.9.0-rc31 [201... | fix #<I>: Fix query against bool field in WHERE | influxdata_influxdb | train |
1a5d26e58d900b3d346d759b3d6e306e415928b0 | diff --git a/lib/github_api/issues/comments.rb b/lib/github_api/issues/comments.rb
index <HASH>..<HASH> 100644
--- a/lib/github_api/issues/comments.rb
+++ b/lib/github_api/issues/comments.rb
@@ -96,7 +96,7 @@ module Github
filter! VALID_ISSUE_COMMENT_PARAM_NAME, params
assert_required_keys(%w[ body ], par... | Fixed bug with editing a comment. | piotrmurach_github | train |
1292445b25c5acab0aa81ce40b55fd40c072a23b | diff --git a/lib/faalis/engine.rb b/lib/faalis/engine.rb
index <HASH>..<HASH> 100644
--- a/lib/faalis/engine.rb
+++ b/lib/faalis/engine.rb
@@ -24,7 +24,12 @@ require 'cancan'
require 'model_discovery'
require 'angularjs-rails'
require 'lodash-rails'
-require 'gettext_i18n_rails'
+
+# required gettext related gem onl... | a little enhancement on loading gettext related gems | Yellowen_Faalis | train |
93402779073caff4ccec1342649ed34b2bd907c9 | diff --git a/src/main/java/org/dasein/cloud/google/compute/server/ImageSupport.java b/src/main/java/org/dasein/cloud/google/compute/server/ImageSupport.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/dasein/cloud/google/compute/server/ImageSupport.java
+++ b/src/main/java/org/dasein/cloud/google/compute/server... | Fix bug when listing images from projects that dont exist | dasein-cloud_dasein-cloud-google | train |
90c714f3f9d1e3dbc15d33b45f24d0dd62656252 | diff --git a/src/main/java/org/fit/cssbox/layout/InlineBlockBox.java b/src/main/java/org/fit/cssbox/layout/InlineBlockBox.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/fit/cssbox/layout/InlineBlockBox.java
+++ b/src/main/java/org/fit/cssbox/layout/InlineBlockBox.java
@@ -142,6 +142,13 @@ public class InlineB... | Width computation for text and inline-block boxes fixed
When initial white spaces are collapsed. | radkovo_CSSBox | train |
514b0db55f74f0e74d3b5cff872b863470d47f0f | diff --git a/primefaces-showcase/src/main/java/org/primefaces/showcase/menu/AppMenu.java b/primefaces-showcase/src/main/java/org/primefaces/showcase/menu/AppMenu.java
index <HASH>..<HASH> 100644
--- a/primefaces-showcase/src/main/java/org/primefaces/showcase/menu/AppMenu.java
+++ b/primefaces-showcase/src/main/java/org... | Showcase: fix UI-Kit-Wording (#<I>) | primefaces_primefaces | train |
89344da4619320d6cecd4b84573f64fea3bd5cde | diff --git a/eZ/Bundle/EzPublishCoreBundle/EventListener/RequestEventListener.php b/eZ/Bundle/EzPublishCoreBundle/EventListener/RequestEventListener.php
index <HASH>..<HASH> 100644
--- a/eZ/Bundle/EzPublishCoreBundle/EventListener/RequestEventListener.php
+++ b/eZ/Bundle/EzPublishCoreBundle/EventListener/RequestEventLi... | EZP-<I> - Changed the approach for getting the user hash | ezsystems_ezpublish-kernel | train |
3eaf206b2815bb05f62359b6fd3402dc45af7fc7 | diff --git a/src/Tooltip/components/TooltipContent.js b/src/Tooltip/components/TooltipContent.js
index <HASH>..<HASH> 100644
--- a/src/Tooltip/components/TooltipContent.js
+++ b/src/Tooltip/components/TooltipContent.js
@@ -212,7 +212,7 @@ const TooltipContent = ({
[onCloseMobile],
);
return (
- <StyledToo... | UPDATE: Adding role to Tooltip (#<I>) | kiwicom_orbit-components | train |
d79b078b0a0db5b1c178a802c826ebd51af44aab | diff --git a/lib/spatial_features/models/feature.rb b/lib/spatial_features/models/feature.rb
index <HASH>..<HASH> 100644
--- a/lib/spatial_features/models/feature.rb
+++ b/lib/spatial_features/models/feature.rb
@@ -34,7 +34,7 @@ class Feature < ActiveRecord::Base
def self.total_intersection_area_in_square_meters(o... | Use ST_Intersects instead of ST_DWithin for performance | culturecode_spatial_features | train |
21d240efd36260b43b411a52d074ea7348305fb6 | diff --git a/build.js b/build.js
index <HASH>..<HASH> 100644
--- a/build.js
+++ b/build.js
@@ -1,3 +1,4 @@
+"use strict";
var stealTools = require('steal-tools');
stealTools.export({
diff --git a/can-validate-validatejs.js b/can-validate-validatejs.js
index <HASH>..<HASH> 100644
--- a/can-validate-validatejs.js
+++... | Adds use strict. Fixes canjs/canjs#<I> | canjs_can-validate-validatejs | train |
a3ef296da4ae96dbb52ce8be34fc8632a6ca78aa | diff --git a/app/models/download.rb b/app/models/download.rb
index <HASH>..<HASH> 100644
--- a/app/models/download.rb
+++ b/app/models/download.rb
@@ -106,6 +106,44 @@ class Download
downloads
end
+ def self.copy_to_sql(version, date)
+ count = $redis.hget(history_key(version), date)
+
+ if vh = Versio... | Add code to migrate data from redis to SQL | rubygems_rubygems.org | train |
9f6c3cd7ffd1cc03a3ad622baa3dec833dcc167b | diff --git a/pgdbpy/tools.py b/pgdbpy/tools.py
index <HASH>..<HASH> 100644
--- a/pgdbpy/tools.py
+++ b/pgdbpy/tools.py
@@ -124,7 +124,7 @@ class PgDbPy(object):
return
if fetchcommand == 'last' or fetchcommand == 'lastid':
- lastdata = cur.fetchone()
+ lastdata = cur.fetchall()
self.conn.commit()
r... | updated to use fetchall when requesting last | phenicle_pgdbpy | train |
a8ed262d3b312f2e20bc1e4925a67a20e12236a4 | diff --git a/llvmlite/tests/test_ir.py b/llvmlite/tests/test_ir.py
index <HASH>..<HASH> 100644
--- a/llvmlite/tests/test_ir.py
+++ b/llvmlite/tests/test_ir.py
@@ -166,6 +166,15 @@ class TestFunction(TestBase):
# Check pickling
self.assert_pickle_correctly(func)
+ def test_function_section(self):
... | Add section tests for global variables and functions | numba_llvmlite | train |
1eb142b57c2d7f073bc068443817956479a07430 | diff --git a/python/ray/serve/api.py b/python/ray/serve/api.py
index <HASH>..<HASH> 100644
--- a/python/ray/serve/api.py
+++ b/python/ray/serve/api.py
@@ -600,14 +600,20 @@ def ingress(app: Union["FastAPI", "APIRouter", Callable]):
)
return sender.build_starlette_response()
- ... | [Serve] Fix shutdown protocol again (#<I>) | ray-project_ray | train |
03d26583ac6bf66a59cfc755346484c8b9ade2e7 | diff --git a/python_utils/__about__.py b/python_utils/__about__.py
index <HASH>..<HASH> 100644
--- a/python_utils/__about__.py
+++ b/python_utils/__about__.py
@@ -1,5 +1,5 @@
__package_name__ = 'python-utils'
-__version__ = '2.6.0'
+__version__ = '2.6.1'
__author__ = 'Rick van Hattem'
__author_email__ = 'Wolph@wol.p... | Incrementing version to <I> | WoLpH_python-utils | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.