hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
be4bc9d49d73880a6b186053704319215de7cef7 | diff --git a/cloudvolume/skeletonservice.py b/cloudvolume/skeletonservice.py
index <HASH>..<HASH> 100644
--- a/cloudvolume/skeletonservice.py
+++ b/cloudvolume/skeletonservice.py
@@ -392,29 +392,37 @@ class PrecomputedSkeleton(object):
tree[svert].append(evert)
tree[evert].append(svert)
- def dfs(pat... | fix(skeletonservice): downsample was blowing stack
Converted to iterative solution from recursive. | seung-lab_cloud-volume | train |
b48236a2b4499407ede030c9b9175f84e9797977 | diff --git a/src/ruby/spec/pb/health/checker_spec.rb b/src/ruby/spec/pb/health/checker_spec.rb
index <HASH>..<HASH> 100644
--- a/src/ruby/spec/pb/health/checker_spec.rb
+++ b/src/ruby/spec/pb/health/checker_spec.rb
@@ -31,6 +31,7 @@ require 'grpc'
require 'grpc/health/v1alpha/health'
require 'grpc/health/checker'
re... | Fixes an issue running the tests on Ruby<I> | grpc_grpc | train |
68bfe61cba4501c55be4e81167be049c8ad75ff9 | diff --git a/src/litmus.js b/src/litmus.js
index <HASH>..<HASH> 100644
--- a/src/litmus.js
+++ b/src/litmus.js
@@ -194,12 +194,10 @@ pkg.define('litmus', function () {
SuiteRun = function (suite) {
this.suite = suite;
- this.waitingForIdCounter = 0;
- this.waitingFor = {};
this.re... | Rip out part of the crap that promises will do for us. | usenode_litmus.js | train |
aee68ac2086005203a05d2e37003810aeead6adf | diff --git a/src/main/helpers.js b/src/main/helpers.js
index <HASH>..<HASH> 100644
--- a/src/main/helpers.js
+++ b/src/main/helpers.js
@@ -131,8 +131,8 @@ export function isValidDomain(host) {
if (host[0] === '_' || host.substr(-1) === '_') {
return false
}
- // Host cannot start or end with a '.'
- if (ho... | Allows dot char, '.', at the end of domain name (#<I>) | minio_minio-js | train |
d6d948c5ef693280d71dd9237bb5dbbe80f1375f | diff --git a/revolver/core.py b/revolver/core.py
index <HASH>..<HASH> 100644
--- a/revolver/core.py
+++ b/revolver/core.py
@@ -6,7 +6,7 @@ import cuisine as _cuisine
from revolver.decorator import inject_use_sudo
-version = '0.0.1'
+version = '0.0.2'
env.sudo_forced = False
env.sudo_user = None | version bumped to <I> | michaelcontento_revolver | train |
640aae463600361cb33fa5605853b215a1af9323 | diff --git a/server/src/graql/internal/reasoner/state/NegatedConjunctiveState.java b/server/src/graql/internal/reasoner/state/NegatedConjunctiveState.java
index <HASH>..<HASH> 100644
--- a/server/src/graql/internal/reasoner/state/NegatedConjunctiveState.java
+++ b/server/src/graql/internal/reasoner/state/NegatedConjunc... | Remove debug statements (#<I>) | graknlabs_grakn | train |
6e939ce066a7c65d8d6e24f0fcb9f6138c668b33 | diff --git a/Kwf_js/EyeCandy/Lightbox/Lightbox.js b/Kwf_js/EyeCandy/Lightbox/Lightbox.js
index <HASH>..<HASH> 100644
--- a/Kwf_js/EyeCandy/Lightbox/Lightbox.js
+++ b/Kwf_js/EyeCandy/Lightbox/Lightbox.js
@@ -350,9 +350,7 @@ Kwf.EyeCandy.Lightbox.Styles.Abstract.prototype = {
//maskEl.setHeight(Math.max(Ext.li... | add mask click event handler function that allows overriding
with that we can deny closing lightbox if it is still loading | koala-framework_koala-framework | train |
4f1f5d5b45fcc98acdc6c1068e311c555fb9f007 | diff --git a/tilequeue/worker.py b/tilequeue/worker.py
index <HASH>..<HASH> 100644
--- a/tilequeue/worker.py
+++ b/tilequeue/worker.py
@@ -42,8 +42,12 @@ class Worker(object):
except:
current_time = time.time()
exc_type, exc_value, exc_traceback = sys.exc_info(... | Log entire exception on single line
Logging the whole exception on a single line allows external log parsing
systems to capture the whole error | tilezen_tilequeue | train |
66ba7cbf9a8ae4bf862159d10cc1a1926feb21b0 | diff --git a/AdminServer.js b/AdminServer.js
index <HASH>..<HASH> 100644
--- a/AdminServer.js
+++ b/AdminServer.js
@@ -34,7 +34,7 @@ AdminServer.prototype.attachCustomListeners = function() {
this.on(say+'HI', function(msg) {
// Add the player to to the list
- that.pl.addPlayer(msg.data);
+ that.pl.add(msg.da... | PlayerList ported to NDDB. Now trying it | nodeGame_nodegame-server | train |
7c9150956ae32b38e8d7d9c05c21d66ed6f19d3f | diff --git a/src/main/java/com/davfx/ninio/script/util/AllAvailableScriptRunner.java b/src/main/java/com/davfx/ninio/script/util/AllAvailableScriptRunner.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/davfx/ninio/script/util/AllAvailableScriptRunner.java
+++ b/src/main/java/com/davfx/ninio/script/util/AllAvai... | Adding System.gc() to see what is going on with my memory | davidfauthoux_ninio | train |
9c43a6aaaaf31808ef0ddae48f4dd192f3f79628 | diff --git a/google-cloud-trace/lib/google/cloud/trace/v1/trace_service_client.rb b/google-cloud-trace/lib/google/cloud/trace/v1/trace_service_client.rb
index <HASH>..<HASH> 100644
--- a/google-cloud-trace/lib/google/cloud/trace/v1/trace_service_client.rb
+++ b/google-cloud-trace/lib/google/cloud/trace/v1/trace_service... | Update generated google-cloud-trace files (#<I>)
* Update generated code examples. | googleapis_google-cloud-ruby | train |
aa7048c6b9530dbb4b63c30e3f93bd79717676cc | diff --git a/src/Payum/Be2Bill/Bridge/Doctrine/Entity/PaymentDetails.php b/src/Payum/Be2Bill/Bridge/Doctrine/Entity/PaymentDetails.php
index <HASH>..<HASH> 100644
--- a/src/Payum/Be2Bill/Bridge/Doctrine/Entity/PaymentDetails.php
+++ b/src/Payum/Be2Bill/Bridge/Doctrine/Entity/PaymentDetails.php
@@ -3,6 +3,9 @@ namespace... | [doctrine] mark payment details entity deprecated. | Payum_Payum | train |
d0707e507a431cd5a826c6e17ecd6c58dad8c099 | diff --git a/validator/sawtooth_validator/journal/chain.py b/validator/sawtooth_validator/journal/chain.py
index <HASH>..<HASH> 100644
--- a/validator/sawtooth_validator/journal/chain.py
+++ b/validator/sawtooth_validator/journal/chain.py
@@ -660,41 +660,42 @@ class ChainController(object):
# genesis block fro... | Drop genesis block if not block-chain-id
Enforce the value of the block chain id (found in the data dir) by
dropping a received genesis block if it does not match. | hyperledger_sawtooth-core | train |
764c339e604515830390a3111c7dee3fef792b50 | diff --git a/bambou/session.go b/bambou/session.go
index <HASH>..<HASH> 100644
--- a/bambou/session.go
+++ b/bambou/session.go
@@ -213,6 +213,7 @@ func (s *Session) send(request *http.Request, info *FetchingInfo) (*http.Respons
log.Debugf("Request Method URL: %s %s", request.Method, request.URL)
log.Debugf("Reque... | added request body to be logged as well | nuagenetworks_go-bambou | train |
5990724c19a04d465f0157db7ee47ff2fd740446 | diff --git a/@pob/root/bin/commitlint.js b/@pob/root/bin/commitlint.js
index <HASH>..<HASH> 100755
--- a/@pob/root/bin/commitlint.js
+++ b/@pob/root/bin/commitlint.js
@@ -6,4 +6,7 @@ const path = require('path');
const pkg = require('@commitlint/cli/package.json');
// eslint-disable-next-line import/no-dynamic-requ... | fix: pkg.bin can be a string if there is only one script | christophehurpeau_pob-lerna | train |
53eab89a2fc5782b38cc9ce2df7ffe493aeb5875 | diff --git a/src/dolo/symbolic/model.py b/src/dolo/symbolic/model.py
index <HASH>..<HASH> 100644
--- a/src/dolo/symbolic/model.py
+++ b/src/dolo/symbolic/model.py
@@ -191,20 +191,18 @@ class Model(dict):
def compute_residuals(model):
-
- from dolo.misc.calculus import solve_triangular_system
- dvars = dict()... | Changed the way residuals are computed. | EconForge_dolo | train |
bfb045eb7c7a1ed5542e3be5d4ce57121757bebe | diff --git a/lib/minimart/download/cookbook.rb b/lib/minimart/download/cookbook.rb
index <HASH>..<HASH> 100644
--- a/lib/minimart/download/cookbook.rb
+++ b/lib/minimart/download/cookbook.rb
@@ -27,9 +27,13 @@ module Minimart
"Minimart cannot download #{cookbook.name} because it has an unknown location typ... | Do not break when fail do download one cookbook, move to the next one. | electric-it_minimart | train |
fce7bcd477b381e151964603fb219abab66fb1b4 | diff --git a/tests/test_tinydb.py b/tests/test_tinydb.py
index <HASH>..<HASH> 100644
--- a/tests/test_tinydb.py
+++ b/tests/test_tinydb.py
@@ -134,11 +134,13 @@ def test_update_transform(db):
def increment(field):
def transform(el):
el[field] += 1
+
return transform
def delete... | Feature: Remove a single table
Closes #<I> | msiemens_tinydb | train |
11133d25b086a9f090a466b8d2e86e876bebf29a | diff --git a/webauth/index.js b/webauth/index.js
index <HASH>..<HASH> 100644
--- a/webauth/index.js
+++ b/webauth/index.js
@@ -40,6 +40,7 @@ export default class WebAuth {
* @param {String} [parameters.nonce] random string to prevent replay attacks of id_tokens.
* @param {String} [parameters.audience] identifie... | [chen] add connection to support social login as Auth0.js use it | auth0_react-native-auth0 | train |
ec4e1020c22d0befad54b26437e0f11f96ef2583 | diff --git a/templates/Pages/home.php b/templates/Pages/home.php
index <HASH>..<HASH> 100644
--- a/templates/Pages/home.php
+++ b/templates/Pages/home.php
@@ -23,7 +23,7 @@ $this->element('addScript', ['script' =>
echo $this->element('acceptUpdatedTermsOfUseForm');
if (!empty($blogPosts) && $blogPosts->count() > 0)... | add class selector for applying custom css | foodcoopshop_foodcoopshop | train |
f9564cbcdaf7277358be0511060d86b2ed7d185b | diff --git a/src/PeskyCMF/resources/views/page/api_docs_for_method.blade.php b/src/PeskyCMF/resources/views/page/api_docs_for_method.blade.php
index <HASH>..<HASH> 100644
--- a/src/PeskyCMF/resources/views/page/api_docs_for_method.blade.php
+++ b/src/PeskyCMF/resources/views/page/api_docs_for_method.blade.php
@@ -119,7... | API docs - fixed issue with crashing when $comment is array | swayok_PeskyCMF | train |
f341c5deca2eed1e03a477ebdd292d66e8493e94 | diff --git a/mgl32/util.go b/mgl32/util.go
index <HASH>..<HASH> 100644
--- a/mgl32/util.go
+++ b/mgl32/util.go
@@ -96,11 +96,11 @@ func Clamp(a, low, high float32) float32 {
return a
}
-// CampFunc generates a closure that always checks if the value
-// passed in is between two constant values.
-func ClampFunc(low... | Fix ClampFunc implementations.
The previous implementations didn't do anything.
This commit corrects this, and adjusts the documentation
to better reflect the behavior. | go-gl_mathgl | train |
20080e5ec085dd0e008042e0c80335fb310b0fc8 | diff --git a/tests/Doctrine/Tests/DBAL/Platforms/AbstractSQLServerPlatformTestCase.php b/tests/Doctrine/Tests/DBAL/Platforms/AbstractSQLServerPlatformTestCase.php
index <HASH>..<HASH> 100644
--- a/tests/Doctrine/Tests/DBAL/Platforms/AbstractSQLServerPlatformTestCase.php
+++ b/tests/Doctrine/Tests/DBAL/Platforms/Abstrac... | added testcase for sqlserver 'doModifyLimitQuery' select-from pattern
to test preg_replace performance | doctrine_dbal | train |
fbcf022963cf01c05ec0c56d0a1b704277ab27c0 | diff --git a/kundera-cassandra/src/main/java/com/impetus/client/cassandra/pelops/PelopsClientFactory.java b/kundera-cassandra/src/main/java/com/impetus/client/cassandra/pelops/PelopsClientFactory.java
index <HASH>..<HASH> 100644
--- a/kundera-cassandra/src/main/java/com/impetus/client/cassandra/pelops/PelopsClientFacto... | corrected compilation problem related to slf4j logging | Impetus_Kundera | train |
731d167c2b65b04e9793a686653c1557a4947a7b | diff --git a/lib/search_engine.py b/lib/search_engine.py
index <HASH>..<HASH> 100644
--- a/lib/search_engine.py
+++ b/lib/search_engine.py
@@ -753,7 +753,7 @@ def create_search_box(cc, colls, p, f, rg, sf, so, sp, rm, of, ot, as,
for c in colls:
if c:
temp = []
- te... | Fixed "*** any collection ***" switch on the search results page.
Thanks to Barbara Storaci for reporting the problem. | inveniosoftware_invenio-records | train |
096e6e4556f2260d0bcc6b7efd986137dfa59246 | diff --git a/governor.py b/governor.py
index <HASH>..<HASH> 100755
--- a/governor.py
+++ b/governor.py
@@ -84,7 +84,6 @@ def main():
governor.run()
finally:
governor.postgresql.stop()
- governor.etcd.delete_member(governor.postgresql.name)
governor.etcd.delete_leader(governor.post... | Eventually member will expire in etcd | zalando_patroni | train |
68a0708b9e55648252315bd9ec8f5f30ace0d132 | diff --git a/lib/webmock/http_lib_adapters/curb.rb b/lib/webmock/http_lib_adapters/curb.rb
index <HASH>..<HASH> 100644
--- a/lib/webmock/http_lib_adapters/curb.rb
+++ b/lib/webmock/http_lib_adapters/curb.rb
@@ -12,6 +12,19 @@ if defined?(Curl)
alias_method :http_without_webmock, :http
alias_method :http, ... | Add support for Curl::Easy's #http_#{verb} methods.
Will likely need to change #post and #put because those both take
arguments. | bblimke_webmock | train |
f69ee6a30e6569736649e00f00a6747b36162a89 | diff --git a/src/Rules/Comparison/ConstantConditionRuleHelper.php b/src/Rules/Comparison/ConstantConditionRuleHelper.php
index <HASH>..<HASH> 100644
--- a/src/Rules/Comparison/ConstantConditionRuleHelper.php
+++ b/src/Rules/Comparison/ConstantConditionRuleHelper.php
@@ -29,6 +29,7 @@ class ConstantConditionRuleHelper
... | Skip Isset_ in constant condition checks - special rule will be part of <I> | phpstan_phpstan | train |
23607c42b668a5081bac6342f50dee783f894fb0 | diff --git a/bundles/org.eclipse.orion.client.editor/web/orion/textview/textView.js b/bundles/org.eclipse.orion.client.editor/web/orion/textview/textView.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.editor/web/orion/textview/textView.js
+++ b/bundles/org.eclipse.orion.client.editor/web/orion/te... | wrong mouse coordinates and getOffsetAtLocation | eclipse_orion.client | train |
c97c96bf8406cd9fed1a3a2a4c0e10d67abe7f7d | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-sqrt
+Square Root
===
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependencies][dependencies-image]][dependencies... | [UPDATE] lib, tests, examples. | compute-io_sqrt | train |
26ed3ab18c3cdf52f33cecc56c3bac04874c594f | diff --git a/tools/asinfo/asinfo.go b/tools/asinfo/asinfo.go
index <HASH>..<HASH> 100644
--- a/tools/asinfo/asinfo.go
+++ b/tools/asinfo/asinfo.go
@@ -24,13 +24,16 @@ import (
as "github.com/aerospike/aerospike-client-go"
)
-var host = flag.String("h", "127.0.0.1", "host (default 127.0.0.1)")
-var port = flag.Int(... | Transform asinfo.go to remove if/else nesting
Additionally refactored error handling out into a dieIfError() method. | aerospike_aerospike-client-go | train |
8172b290d24fb1f3fe9d77eaaa43e94781d94f78 | diff --git a/packages/page-template-modal/src/components/block-iframe-preview.js b/packages/page-template-modal/src/components/block-iframe-preview.js
index <HASH>..<HASH> 100644
--- a/packages/page-template-modal/src/components/block-iframe-preview.js
+++ b/packages/page-template-modal/src/components/block-iframe-prev... | Page layout picker: Fix broken web fonts in page layout picker large preview (#<I>) | Automattic_wp-calypso | train |
7d8b3ce235421c58f87088d134e81d0497796194 | diff --git a/lib/graphql/schema/list.rb b/lib/graphql/schema/list.rb
index <HASH>..<HASH> 100644
--- a/lib/graphql/schema/list.rb
+++ b/lib/graphql/schema/list.rb
@@ -31,6 +31,11 @@ module GraphQL
nil
end
+ # Also for implementing introspection
+ def description
+ nil
+ end
+
... | Fix field type description on List and NonNull | rmosolgo_graphql-ruby | train |
a26db2a19e7e1402c3732be3965b3b4928c3453b | diff --git a/mautrix/__init__.py b/mautrix/__init__.py
index <HASH>..<HASH> 100644
--- a/mautrix/__init__.py
+++ b/mautrix/__init__.py
@@ -1,3 +1,3 @@
-__version__ = "0.4.0.dev70"
+__version__ = "0.4.0.dev71"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = ["api", "appservice", "bridge", "client", "errors",... | New pypi dev build | tulir_mautrix-python | train |
2b30865b9bf9d62860f8ad4bd9a932636de1254b | diff --git a/twarc/client.py b/twarc/client.py
index <HASH>..<HASH> 100644
--- a/twarc/client.py
+++ b/twarc/client.py
@@ -109,7 +109,7 @@ class Twarc(object):
for status in statuses:
# We've certainly reached the end of new results
- if status['id_str'] == str(since_id):
... | Check since_id is set before making a comparison | DocNow_twarc | train |
ac71954a5ae200c2a2ea8b62725a8dc4aab0a4a5 | diff --git a/src/main/java/pl/touk/sputnik/processor/checkstyle/CheckstyleProcessor.java b/src/main/java/pl/touk/sputnik/processor/checkstyle/CheckstyleProcessor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/pl/touk/sputnik/processor/checkstyle/CheckstyleProcessor.java
+++ b/src/main/java/pl/touk/sputnik/process... | Fix for checkstyle violation (detected by Sputnik) | TouK_sputnik | train |
45adc5174701b0bf66734b9471f009dcca34ebea | diff --git a/pyinfra/api/connectors/vagrant.py b/pyinfra/api/connectors/vagrant.py
index <HASH>..<HASH> 100644
--- a/pyinfra/api/connectors/vagrant.py
+++ b/pyinfra/api/connectors/vagrant.py
@@ -9,23 +9,39 @@ VAGRANT_GROUPS = None
def _get_vagrant_config():
+ output = local.shell(
+ 'vagrant status --mac... | Only get SSH config for running Vagrant VMs because Vagrant. | Fizzadar_pyinfra | train |
cb816bef28be7745bbb7e249fba01b736e11ecff | diff --git a/src/Ipc/Socket/SocketListener.php b/src/Ipc/Socket/SocketListener.php
index <HASH>..<HASH> 100644
--- a/src/Ipc/Socket/SocketListener.php
+++ b/src/Ipc/Socket/SocketListener.php
@@ -182,6 +182,7 @@ class SocketListener extends BaseEventEmitter implements SocketListenerInterface
$this->emit('clos... | KRF-<I> #resolve Addeded new "done" event to Stream-based APIs which is emitted after close is handled | kraken-php_framework | train |
286cff598f5ea4c2576c8edaa6422d0fb4b3a4a9 | diff --git a/presto-main/src/main/java/com/facebook/presto/operator/scalar/annotations/ScalarImplementation.java b/presto-main/src/main/java/com/facebook/presto/operator/scalar/annotations/ScalarImplementation.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/operator/scalar/annotatio... | Fix NoClassDefFound for annotation based non-static scalar functions
At query execution time, projection/filter do not have access to classes
defined in plugins. As a result, Object type (instead of the actual
classes) must be used. | prestodb_presto | train |
fbcd7c39da0020aa6de380d854a0c9b840675baf | diff --git a/lib/Application.js b/lib/Application.js
index <HASH>..<HASH> 100644
--- a/lib/Application.js
+++ b/lib/Application.js
@@ -140,7 +140,8 @@ class Application {
return null;
}
- const instance = new Middleware(name);
+ const instance = new Middleware();
+ instance.name = name;... | fix middleware name incorrect by default load method | skyerjs_skyer | train |
cab509fbe8bbb2a76886971e389d7cd65ccee0bd | diff --git a/pkg/expr/nodes.go b/pkg/expr/nodes.go
index <HASH>..<HASH> 100644
--- a/pkg/expr/nodes.go
+++ b/pkg/expr/nodes.go
@@ -328,7 +328,11 @@ func extractNumberSet(frame *data.Frame) ([]mathexp.Number, error) {
}
n := mathexp.NewNumber("", labels)
+
+ // The new value fields' configs gets pointed to the ... | SSE: Keep FieldConfig for data source queries (#<I>)
for #<I> | grafana_grafana | train |
0988166b2a57d6ff8f22e4429d8cd476127f8ade | diff --git a/cleo/outputs/output.py b/cleo/outputs/output.py
index <HASH>..<HASH> 100644
--- a/cleo/outputs/output.py
+++ b/cleo/outputs/output.py
@@ -9,9 +9,11 @@ class OutputError(Exception):
class Output(object):
- VERBOSITY_QUIET = 0
- VERBOSITY_NORMAL = 1
- VERBOSITY_VERBOSE = 2
+ VERBOSITY_QUIET ... | Adding more levels of verbosity | sdispater_cleo | train |
b14f639a96b5eb7dfed50eb1403d1065cc56544e | diff --git a/djcelery/models.py b/djcelery/models.py
index <HASH>..<HASH> 100644
--- a/djcelery/models.py
+++ b/djcelery/models.py
@@ -156,11 +156,18 @@ class CrontabSchedule(models.Model):
@classmethod
def from_schedule(cls, schedule):
- return cls(minute=schedule._orig_minute,
- h... | Don't create new crontab row each time. Closes #<I> | celery_django-celery | train |
743a86eb0d1ab617fd5100c286ac97f13b4ec694 | diff --git a/Receiver/Issues.php b/Receiver/Issues.php
index <HASH>..<HASH> 100644
--- a/Receiver/Issues.php
+++ b/Receiver/Issues.php
@@ -32,7 +32,16 @@ class Issues extends AbstractReceiver {
*/
public function listIssues($filter = AbstractApi::FILTER_ASSIGNED, $state = AbstractApi::STATE_OPEN, $labels = '', $so... | Fixing issue #<I>.
Add missing ?:args in *listOrganizationIssues()* and *listRepositoryIssues()* methods. | FlexyProject_GitHubAPI | train |
5f8be85596dd38ed1d0ac54d58ed0f7b1b7ded08 | diff --git a/src/to_markdown.js b/src/to_markdown.js
index <HASH>..<HASH> 100644
--- a/src/to_markdown.js
+++ b/src/to_markdown.js
@@ -285,7 +285,7 @@ export class MarkdownSerializerState {
// Render the node. Special case code marks, since their content
// may not be escaped.
if (noEsc && no... | Fix generated Markdown of marks with asymmetric open and close syntax | ProseMirror_prosemirror-markdown | train |
d9805110ad553f83ee0d4a7b5445d29681dddd4c | diff --git a/lib/ServiceDelegate.js b/lib/ServiceDelegate.js
index <HASH>..<HASH> 100644
--- a/lib/ServiceDelegate.js
+++ b/lib/ServiceDelegate.js
@@ -842,25 +842,30 @@ class Consumption extends ServiceDelegate.History {
key: 'consumption',
silent: true
})
+ this.addCharacteristicDelegate({
+ ... | Update ServiceDelegate.js
Improve Consumption history, see <URL> | ebaauw_homebridge-lib | train |
0eef96e1c8c0dc1323d5f1d69f7874f21f4bc3ed | diff --git a/addrmgr/addrmanager.go b/addrmgr/addrmanager.go
index <HASH>..<HASH> 100644
--- a/addrmgr/addrmanager.go
+++ b/addrmgr/addrmanager.go
@@ -12,7 +12,6 @@ import (
"encoding/json"
"fmt"
"io"
- "math"
"math/rand"
"net"
"os"
@@ -741,7 +740,7 @@ func NetAddressKey(na *wire.NetAddress) string {
// ra... | addrmgr: Always use a <I>% chance between tried and new entries.
This change was suggested as Countermeasure 2 in
Eclipse Attacks on Bitcoin's Peer-to-Peer Network, Ethan
Heilman, Alison Kendler, Aviv Zohar, Sharon Goldberg. ePrint Archive
Report <I>/<I>. March <I>.
This mimics Bitcoin Core commit c6a<I>ceeb<I>bcf<I>... | btcsuite_btcd | train |
c9321b7483676f8b4ea0e7056892cf962fc86c7f | diff --git a/azkaban-exec-server/src/test/java/azkaban/execapp/JobRunnerTest.java b/azkaban-exec-server/src/test/java/azkaban/execapp/JobRunnerTest.java
index <HASH>..<HASH> 100644
--- a/azkaban-exec-server/src/test/java/azkaban/execapp/JobRunnerTest.java
+++ b/azkaban-exec-server/src/test/java/azkaban/execapp/JobRunne... | Use assertj instead of hamcrest in JobRunnerTest (#<I>)
Fix #<I> | azkaban_azkaban | train |
d27d94ed5220da3f6462c57eef122d8f40419ab1 | diff --git a/src/Illuminate/Database/Migrations/Migrator.php b/src/Illuminate/Database/Migrations/Migrator.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Database/Migrations/Migrator.php
+++ b/src/Illuminate/Database/Migrations/Migrator.php
@@ -349,7 +349,9 @@ class Migrator
);
$callback = fun... | Check that method exists before calling it in migration. | laravel_framework | train |
b64437b6d70ebfbc3228867ff17b114c9a9b1504 | diff --git a/salesforce/testrunner/example/models.py b/salesforce/testrunner/example/models.py
index <HASH>..<HASH> 100644
--- a/salesforce/testrunner/example/models.py
+++ b/salesforce/testrunner/example/models.py
@@ -279,3 +279,24 @@ class BusinessHours(SalesforceModel):
IsDefault = models.BooleanField(verbose_name... | Added test for a general custom object with a char field. | django-salesforce_django-salesforce | train |
d0cd7884fe6482579827cf9162c00302179b3a37 | diff --git a/spec/controllers/home_controller_spec.rb b/spec/controllers/home_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/controllers/home_controller_spec.rb
+++ b/spec/controllers/home_controller_spec.rb
@@ -240,7 +240,7 @@ describe HomeController do
it 'should be successful and report two messages'... | fix: deprecated `success?` removed in Rails 6.x ActionDispatch | rollbar_rollbar-gem | train |
bacda51a9034ab2ac758cc8c8e0a38c0a5a67361 | diff --git a/doc/source/conf.py b/doc/source/conf.py
index <HASH>..<HASH> 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -118,7 +118,7 @@ copyright = u'2013, Peter Hudec'
# The short X.Y version.
version = '0.0.0'
# The full version, including alpha/beta/rc tags.
-release = '0.0.0'
+release = '0.0.5'
... | Updated the release version to <I>. | authomatic_authomatic | train |
2258344e0fbeb1af74ebe477f392a76fa6d6f4ef | diff --git a/lib/action_cable/connection/base.rb b/lib/action_cable/connection/base.rb
index <HASH>..<HASH> 100644
--- a/lib/action_cable/connection/base.rb
+++ b/lib/action_cable/connection/base.rb
@@ -69,7 +69,7 @@ module ActionCable
data = ActiveSupport::JSON.decode data
- case data['action']
+ ... | Switch internal actions to be called commands instead, such that we can use action as the routing word on the user side | rails_rails | train |
0ad9cfc9a8ff34ab388b950513caf0ad5aa8f3b0 | diff --git a/etcd/v2/kv_etcd.go b/etcd/v2/kv_etcd.go
index <HASH>..<HASH> 100644
--- a/etcd/v2/kv_etcd.go
+++ b/etcd/v2/kv_etcd.go
@@ -421,7 +421,7 @@ func (kv *etcdKV) get(key string, recursive, sort bool) (*kvdb.KVPair, error) {
case *e.ClusterError:
logrus.Errorf("kvdb get error: %v, retry count: %v\n", err, ... | Fix the incorrect typecasting of etcd errors. | portworx_kvdb | train |
2869be803e7dd35efc1ab0b05f4eec72f1f74630 | diff --git a/CHANGES.txt b/CHANGES.txt
index <HASH>..<HASH> 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,7 +1,7 @@
Changes
-------
-0.1.0 (xxxx-xx-xx)
+0.1.0 (2014-06-24)
* Initial release
* RedisConnection implemented
diff --git a/aioredis/__init__.py b/aioredis/__init__.py
index <HASH>..<HASH> 100644
--- ... | version bumped (<I>) | aio-libs_aioredis | train |
1634ff7fb824b6db1f5d9f2e53fbac9289914edc | diff --git a/src/Engine/AlgoliaEngine.php b/src/Engine/AlgoliaEngine.php
index <HASH>..<HASH> 100644
--- a/src/Engine/AlgoliaEngine.php
+++ b/src/Engine/AlgoliaEngine.php
@@ -25,7 +25,7 @@ class AlgoliaEngine implements EngineInterface
public function update($searchableEntities)
{
- if ($searchableEn... | Attempt to fix indexing of empty rows | algolia_search-bundle | train |
e61d6ae77f18e881be0b80e38b5366793f5a2860 | diff --git a/zarr/storage.py b/zarr/storage.py
index <HASH>..<HASH> 100644
--- a/zarr/storage.py
+++ b/zarr/storage.py
@@ -2451,11 +2451,7 @@ class ConsolidatedMetadataStore(MutableMapping):
self.store = store
# retrieve consolidated metadata
- if sys.version_info.major == 3 and sys.version_i... | Drop `decode` from `ConsolidatedMetadataStore` (#<I>)
This call to `decode` has been made unnecessary thanks to the
`json_loads` utility function used here. Unfortunately this code was
left over when that was added in. Drop this now unneeded code so as to
better handle `bytes`-like data. | zarr-developers_zarr | train |
33656e0f007b3437f8f4e54d5963c51fccbd8ac5 | diff --git a/lib/feed2email/migrate/feeds_import_migration.rb b/lib/feed2email/migrate/feeds_import_migration.rb
index <HASH>..<HASH> 100644
--- a/lib/feed2email/migrate/feeds_import_migration.rb
+++ b/lib/feed2email/migrate/feeds_import_migration.rb
@@ -21,10 +21,11 @@ module Feed2Email
def migrate
dat... | Mark imported feed as processed
This introduces an interesting edge case: if the feed was added and
feed2email was not run before running the migration script, the feed
will be considered as old and any entries fetched will be considered as
new and thus will be sent by email. But it is rather rare, it can happen
only ... | agorf_feed2email | train |
7fbe330dd4e152604a3ce464f46d5b3fc72fe8bd | diff --git a/app/controllers/shipit/webhooks_controller.rb b/app/controllers/shipit/webhooks_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/shipit/webhooks_controller.rb
+++ b/app/controllers/shipit/webhooks_controller.rb
@@ -79,7 +79,7 @@ module Shipit
@webhook ||= if params[:stack_id]
... | downcase org name for incoming webhook to find the correct hook | Shopify_shipit-engine | train |
df5fc0941185167d4f86472491381de1cb4c4849 | diff --git a/pkg/scheduler/core/scheduling_queue.go b/pkg/scheduler/core/scheduling_queue.go
index <HASH>..<HASH> 100644
--- a/pkg/scheduler/core/scheduling_queue.go
+++ b/pkg/scheduler/core/scheduling_queue.go
@@ -202,8 +202,8 @@ func NewPriorityQueue() *PriorityQueue {
func (p *PriorityQueue) addNominatedPodIfNeeded... | compare Pods by UID, not by name and namespace | kubernetes_kubernetes | train |
ad9426708e7c7ae3b64088efb777a2efc2ba3acd | diff --git a/moco-core/src/main/java/com/github/dreamhead/moco/internal/MocoHttpServer.java b/moco-core/src/main/java/com/github/dreamhead/moco/internal/MocoHttpServer.java
index <HASH>..<HASH> 100644
--- a/moco-core/src/main/java/com/github/dreamhead/moco/internal/MocoHttpServer.java
+++ b/moco-core/src/main/java/com/... | added missing final to moco http server | dreamhead_moco | train |
c1b6c5aba23bafe3df8696a14f62f85cd4b018b5 | diff --git a/pyoko/model.py b/pyoko/model.py
index <HASH>..<HASH> 100644
--- a/pyoko/model.py
+++ b/pyoko/model.py
@@ -281,6 +281,12 @@ class Model(Node):
for v in buffer:
self._update_new_linked_model(*v)
+ def reload(self):
+ """
+ Reloads current instance from DB store
+ ... | ADD reload() method to model instance to reload it's content from DB backend.
rref #<I> ref GH-<I> | zetaops_pyoko | train |
a0ae9946b06fa1cdf658f316d491c2996b4787bc | diff --git a/invenio_records_files/__init__.py b/invenio_records_files/__init__.py
index <HASH>..<HASH> 100644
--- a/invenio_records_files/__init__.py
+++ b/invenio_records_files/__init__.py
@@ -55,9 +55,8 @@ Here you will create a location in a temporary directory:
Creating a record
-----------------
-You use Inve... | docs: review (#<I>)
* A few minor fixes. Closes #<I> | inveniosoftware_invenio-records-files | train |
b1122964c3a88bef4ec80f85acfa29be39831d04 | diff --git a/src/DynamicEntry.php b/src/DynamicEntry.php
index <HASH>..<HASH> 100644
--- a/src/DynamicEntry.php
+++ b/src/DynamicEntry.php
@@ -76,7 +76,7 @@ class DynamicEntry implements EntryInterface
{
$coercedFields = [];
foreach (array_keys($this->entry->getFields()) as $key) {
- $... | fix DynamicEntry::getFields to restore keys to returned collection | usemarkup_contentful | train |
cc83f94eb1c842c85f76cafe5aca1711bd489998 | diff --git a/admin/registration/confirmregistration.php b/admin/registration/confirmregistration.php
index <HASH>..<HASH> 100644
--- a/admin/registration/confirmregistration.php
+++ b/admin/registration/confirmregistration.php
@@ -60,7 +60,7 @@ if (!empty($registeredhub) and $registeredhub->token == $token) {
} el... | registration MDL-<I> fix typo that blocked to get the hub name from the hub | moodle_moodle | train |
7ebc042535f470c931da3c5de521881d5c58ab27 | diff --git a/CHANGES b/CHANGES
index <HASH>..<HASH> 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,11 +5,15 @@ Released ????? ??, ????
- Support for Djibouti (Abdisamade)
- Support for United Arab Emirates (marcomasulli, mborsetti)
+- Support for Chile (mborsetti, dr-p)
- Korea 2020 fix (MYUNGJE, dr-p)
- Australia 2020... | Chile test coverage. CHANGES sync | dr-prodigy_python-holidays | train |
4ed5f3bd8331a5ec2059218c912cbf8c379eed13 | diff --git a/src/CoreBundle/Security/JWTAuthenticator.php b/src/CoreBundle/Security/JWTAuthenticator.php
index <HASH>..<HASH> 100644
--- a/src/CoreBundle/Security/JWTAuthenticator.php
+++ b/src/CoreBundle/Security/JWTAuthenticator.php
@@ -59,10 +59,6 @@ class JWTAuthenticator implements SimplePreAuthenticatorInterface,... | Move checking if secret exists to where it is used
This is needed as the authenticator will get instantiated from the
container loading non the less if it actually will have to authenticate
or not.
This causes problems when performing a fresh install, as there is no
token available yet. | tenside_core | train |
c9d9fad2355a9ceb1044c3aea58a8517763da42a | diff --git a/lib/server/Service.js b/lib/server/Service.js
index <HASH>..<HASH> 100644
--- a/lib/server/Service.js
+++ b/lib/server/Service.js
@@ -993,6 +993,7 @@ function Service() {
if ('request' in topics[id]) {
topics[id].request.resolve(result);
delete topics[id].request;
+ ... | Fixed a bug of push service. | hprose_hprose-nodejs | train |
14a8daf511b3823da01ff1b60df92e6b019da10f | diff --git a/eventsourcing/domain/model/events.py b/eventsourcing/domain/model/events.py
index <HASH>..<HASH> 100644
--- a/eventsourcing/domain/model/events.py
+++ b/eventsourcing/domain/model/events.py
@@ -307,8 +307,6 @@ class Logged(DomainEvent):
"""
-_event_handlers = OrderedDict()
-
_subscriptions = []
... | Improved publish(), to use list of subscriptions, not an ordered dict. | johnbywater_eventsourcing | train |
cd7c1dafbc8e04e779e011bf06ee28e730780098 | diff --git a/server.go b/server.go
index <HASH>..<HASH> 100644
--- a/server.go
+++ b/server.go
@@ -1858,7 +1858,7 @@ func (ctx *RequestCtx) Init2(conn net.Conn, logger Logger, reduceMemoryUsage boo
ctx.c = conn
ctx.logger.logger = logger
ctx.connID = nextConnID()
- ctx.s = &fakeServer
+ ctx.s = fakeServer
ctx.c... | Properly handle TimeoutHandler in custom server implementations, which use RequestCtx.Init* functions | valyala_fasthttp | train |
5adf493a4c6f9f8666c86d5283938414334f6b02 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -5,27 +5,31 @@ var clone = require('lodash').clone;
var defaults = require('lodash').defaults;
var PluginError = require('gulp-util').PluginError;
var HtmlbarsCompiler = require('ember-cli-htmlbars');
-var handlbarsTemplate... | clean up the index.js with more clear stream handling | mattma_gulp-htmlbars | train |
9c88a8ff071c9a74e3b412bd4f4ef19cd9248611 | diff --git a/sos/utilities.py b/sos/utilities.py
index <HASH>..<HASH> 100644
--- a/sos/utilities.py
+++ b/sos/utilities.py
@@ -63,19 +63,6 @@ def fileobj(path_or_file, mode='r'):
else:
return closing(path_or_file)
-def checksum(file_, chunk_size=128, algorithm=None):
- """Returns the checksum of the ... | Dead code removal: utilities.checksum()
Has test case but no callers. Delete it. | sosreport_sos | train |
9a355549805d181466811f9baf6a5f0f8fa180e8 | diff --git a/lib/capistrano/configuration.rb b/lib/capistrano/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/capistrano/configuration.rb
+++ b/lib/capistrano/configuration.rb
@@ -1,8 +1,12 @@
module Capistrano
class Configuration
- def colorize(regexp, color, level = nil, prepend = nil)
- Capistra... | colorize wich adds user matchers now accepts a hash. | stjernstrom_capistrano_colors | train |
8764259d4d40e5066779c5066d7ffa52b67bb008 | diff --git a/pyinaturalist/api_docs.py b/pyinaturalist/api_docs.py
index <HASH>..<HASH> 100644
--- a/pyinaturalist/api_docs.py
+++ b/pyinaturalist/api_docs.py
@@ -298,6 +298,7 @@ def _projects_params(
radius: int = 500,
featured: bool = None,
noteworthy: bool = None,
+ place_id: MultiInt = None,
... | Add undocumented 'place_id' param for querying projects, and add more detailed usage examples for places endpoints | inbo_pyinaturalist | train |
e9bcee0d79fc2cc41ce4e64397645c3e8c493698 | diff --git a/drools-compiler/src/test/java/org/drools/agent/KnowledgeAgentTest.java b/drools-compiler/src/test/java/org/drools/agent/KnowledgeAgentTest.java
index <HASH>..<HASH> 100644
--- a/drools-compiler/src/test/java/org/drools/agent/KnowledgeAgentTest.java
+++ b/drools-compiler/src/test/java/org/drools/agent/Knowl... | -GetAgendaCommand was returning the wrong instance, now fixed.
git-svn-id: <URL> | kiegroup_drools | train |
15a726962a5514c3876d75f870b15cb50dc634c1 | diff --git a/src/Algorithm/KeyEncryption/PBES2AESKW.php b/src/Algorithm/KeyEncryption/PBES2AESKW.php
index <HASH>..<HASH> 100644
--- a/src/Algorithm/KeyEncryption/PBES2AESKW.php
+++ b/src/Algorithm/KeyEncryption/PBES2AESKW.php
@@ -20,6 +20,26 @@ use Jose\Object\JWKInterface;
abstract class PBES2AESKW implements KeyEnc... | Update PBES2AESKW.php | idandtrust_goodid-jose | train |
fbfe950b7b260b26cdb16b3f4ba9de3a33e3f3b1 | diff --git a/juju/machine.py b/juju/machine.py
index <HASH>..<HASH> 100644
--- a/juju/machine.py
+++ b/juju/machine.py
@@ -1,4 +1,5 @@
import asyncio
+import ipaddress
import logging
import os
@@ -139,6 +140,22 @@ class Machine(model.ModelEntity):
"""
return await _set_annotations(self.tag, annot... | Fix formatting of addresses passed to SCP
When using SCP to a machine with an IPv6 address the IPv6 address
must be encapsulated in brackets ('[]').
Fixes #<I> | juju_python-libjuju | train |
1395ab5e846c55b5434de4d0515cba6083951d4d | diff --git a/internal/buffered/image.go b/internal/buffered/image.go
index <HASH>..<HASH> 100644
--- a/internal/buffered/image.go
+++ b/internal/buffered/image.go
@@ -203,7 +203,13 @@ func (i *Image) ReplacePixels(pix []byte, x, y, width, height int) error {
if x == 0 && y == 0 && width == i.width && height == i.he... | buffered: Defer ReplacePixels when possible | hajimehoshi_ebiten | train |
d449c4292627df7bb404251621284138725c3613 | diff --git a/build/webpack.component.js b/build/webpack.component.js
index <HASH>..<HASH> 100644
--- a/build/webpack.component.js
+++ b/build/webpack.component.js
@@ -2,7 +2,7 @@ const path = require('path');
const webpack = require('webpack');
const ProgressBarPlugin = require('progress-bar-webpack-plugin');
-var ... | Chore: replace `var` in webpack config (#<I>) | ElemeFE_element | train |
37821e6d63440cb3ec1d5e5724d9a7c5230213f6 | diff --git a/public/app/features/dashboard/shareModalCtrl.js b/public/app/features/dashboard/shareModalCtrl.js
index <HASH>..<HASH> 100644
--- a/public/app/features/dashboard/shareModalCtrl.js
+++ b/public/app/features/dashboard/shareModalCtrl.js
@@ -70,7 +70,7 @@ function (angular, _, require, config) {
$scope.... | fix(share modal): fixed link in share modal when sub app url is /dashboard/, fixes #<I> | grafana_grafana | train |
7c7b308b383ec5381968775cafb86bb4c16236a6 | diff --git a/lib/fog/compute/models/server.rb b/lib/fog/compute/models/server.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/compute/models/server.rb
+++ b/lib/fog/compute/models/server.rb
@@ -62,8 +62,8 @@ module Fog
22
end
- def sshable?
- ready? && !public_ip_address.nil? && !!Timeout::ti... | sshable should take the same options as ssh | fog_fog | train |
74fbaa74e0d4f94047e802aba4cd09a3b26d2e32 | diff --git a/handlers.js b/handlers.js
index <HASH>..<HASH> 100644
--- a/handlers.js
+++ b/handlers.js
@@ -43,7 +43,8 @@ handlers[Language.ClientWelcome] = function(body) {
}
this.inventory = this.inventory || [];
-
+
+ this.emit('debug', "GC connection established");
this.haveGCSession = true;
clearTimeout... | Fixed issue where GC connection won't be closed if Steam disconnects | DoctorMcKay_node-globaloffensive | train |
519b658634c945a2ebbdd7d9c028f836a0eb67fb | diff --git a/rules/blacklisted_resources.js b/rules/blacklisted_resources.js
index <HASH>..<HASH> 100644
--- a/rules/blacklisted_resources.js
+++ b/rules/blacklisted_resources.js
@@ -96,7 +96,7 @@ module.exports.fn = function(event, callback) {
}
if (matches.length) {
q.defer(message, {
- subjec... | truncate subject for now - limited to <I> chars. | mapbox_patrol-rules-aws | train |
7130df3adb75780040553fa2cc561d0cae99a2a0 | diff --git a/dependencies/contrib/_django.py b/dependencies/contrib/_django.py
index <HASH>..<HASH> 100644
--- a/dependencies/contrib/_django.py
+++ b/dependencies/contrib/_django.py
@@ -42,7 +42,7 @@ def apply_http_methods(handler, injector):
args=args,
kwargs=kwargs,
... | Test "pk" dependency is present in the django contrib. | dry-python_dependencies | train |
bf60596d953d04621522a2b9ccf1ffaceef7c7f4 | diff --git a/cmsplugin_cascade/sharable/admin.py b/cmsplugin_cascade/sharable/admin.py
index <HASH>..<HASH> 100644
--- a/cmsplugin_cascade/sharable/admin.py
+++ b/cmsplugin_cascade/sharable/admin.py
@@ -15,7 +15,8 @@ from cmsplugin_cascade.models import SharedGlossary, SharableCascadeElement
@admin.register(SharedGlos... | in SharedGlossary admin, show plugin type by name rather than classname | jrief_djangocms-cascade | train |
be40f7e07e3760f8fff58055994a30339bc8abdb | diff --git a/tests/functional/tests.py b/tests/functional/tests.py
index <HASH>..<HASH> 100644
--- a/tests/functional/tests.py
+++ b/tests/functional/tests.py
@@ -1814,6 +1814,7 @@ def _test_remove_objects(log_entry, version_check=False):
_CLIENT.make_bucket(bucket_name)
object_names = []
+ delete_object... | fix: allow tests to run properly on gateway setups (#<I>) | minio_minio-py | train |
3a594a1e88d001bbaefe652181c61855971cb1af | diff --git a/test/unit/gem_typo_test.rb b/test/unit/gem_typo_test.rb
index <HASH>..<HASH> 100644
--- a/test/unit/gem_typo_test.rb
+++ b/test/unit/gem_typo_test.rb
@@ -5,7 +5,7 @@ class GemTypoTest < ActiveSupport::TestCase
existing = create(:rubygem, name: "delayed_job_active_record")
create(:version, rubygem... | Added addional tests for missing -/_ and clarified deleted gem tests | rubygems_rubygems.org | train |
66693599579b45ca7a61b9e44854973d8293c30c | diff --git a/oasp4j-modules/oasp4j-jpa/src/main/java/io/oasp/module/jpa/dataaccess/api/RevisionedPersistenceEntity.java b/oasp4j-modules/oasp4j-jpa/src/main/java/io/oasp/module/jpa/dataaccess/api/RevisionedPersistenceEntity.java
index <HASH>..<HASH> 100644
--- a/oasp4j-modules/oasp4j-jpa/src/main/java/io/oasp/module/jp... | #<I>: improved JavaDoc, removed redundant method and constant. | oasp_oasp4j | train |
2d8f051dbcc97806887d683a83d0c09969c690d6 | diff --git a/src/Event/ReadModel/Permission/Projector.php b/src/Event/ReadModel/Permission/Projector.php
index <HASH>..<HASH> 100644
--- a/src/Event/ReadModel/Permission/Projector.php
+++ b/src/Event/ReadModel/Permission/Projector.php
@@ -1,22 +1,121 @@
<?php
-/**
- * Created by PhpStorm.
- * User: jonas
- * Date: 27.... | III-<I>: Add projector for the permission read model, only handling EventImportedFromUDB2 and EventCreatedFromCdbXml events for now | cultuurnet_udb3-php | train |
c0c23e2f319f4f71c8294663a980e7830e8754e7 | diff --git a/lib/hammer_cli/version.rb b/lib/hammer_cli/version.rb
index <HASH>..<HASH> 100644
--- a/lib/hammer_cli/version.rb
+++ b/lib/hammer_cli/version.rb
@@ -1,5 +1,5 @@
module HammerCLI
def self.version
- @version ||= Gem::Version.new '0.16.0'
+ @version ||= Gem::Version.new '0.17-develop'
end
end | Bump to <I>-develop | theforeman_hammer-cli | train |
f310627304f7848386403b1c4f583709bf5bada7 | diff --git a/datajoint/heading.py b/datajoint/heading.py
index <HASH>..<HASH> 100644
--- a/datajoint/heading.py
+++ b/datajoint/heading.py
@@ -49,6 +49,7 @@ class Heading:
if attributes:
attributes = OrderedDict([(q['name'], Attribute(**q)) for q in attributes])
self.attributes = attribut... | RelationalOperand._repr_html_ now prints the table comment as the title | datajoint_datajoint-python | train |
600b12b6650f54e235e7a037137724519edd4f5f | diff --git a/hexa.binding/src/main/java/fr/lteconsulting/hexa/databinding/DTOMapper.java b/hexa.binding/src/main/java/fr/lteconsulting/hexa/databinding/DTOMapper.java
index <HASH>..<HASH> 100644
--- a/hexa.binding/src/main/java/fr/lteconsulting/hexa/databinding/DTOMapper.java
+++ b/hexa.binding/src/main/java/fr/ltecons... | HexaBinding - rename terminate method | ltearno_hexa.tools | train |
44ad194cbffcd3131f58c0c9f929f146d765cddd | diff --git a/closure/goog/math/path.js b/closure/goog/math/path.js
index <HASH>..<HASH> 100644
--- a/closure/goog/math/path.js
+++ b/closure/goog/math/path.js
@@ -117,6 +117,40 @@ goog.math.Path.segmentArgCounts_ = (function() {
/**
+ * Returns an array of the segment types in this path, in the order of their
+ * ... | Adds getters to goog.math.Path that return copies of the internal segments_, count_, and arguments_ arrays. This is necessary to create performant alternative representations of Path objects.
-------------
Created by MOE: <URL> | google_closure-library | train |
ce80965e945a6d6f4a063e0afbbedaa48c85dc8a | diff --git a/firebirdsql/wireprotocol.py b/firebirdsql/wireprotocol.py
index <HASH>..<HASH> 100644
--- a/firebirdsql/wireprotocol.py
+++ b/firebirdsql/wireprotocol.py
@@ -415,7 +415,7 @@ class WireProtocol(object):
# set CNCT_xxxx values
r = b''
- r += pack_cnct_param(CNCT_login, self.str_to_... | support case sensitive user names #<I> | nakagami_pyfirebirdsql | train |
08481be86e2d17ccd900cc62d656d681ddda845e | diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/dependencies.rb
+++ b/activesupport/lib/active_support/dependencies.rb
@@ -62,11 +62,6 @@ module ActiveSupport # :nodoc:
# main autoloa... | Delete the classic version of AS::Dependencies.autoloaded_constants | rails_rails | train |
5e301283860359a25362ddc07005f5f276857049 | diff --git a/src/main/java/org/asteriskjava/live/AsteriskServer.java b/src/main/java/org/asteriskjava/live/AsteriskServer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/asteriskjava/live/AsteriskServer.java
+++ b/src/main/java/org/asteriskjava/live/AsteriskServer.java
@@ -39,7 +39,12 @@ import org.asteriskjav... | AJ-<I> - Added note to javadoc to explain why AsteriskServerImpl.getManagerConnection() doesn't initialize the connection implicitly | asterisk-java_asterisk-java | train |
533c35ff9918bdd755c70713dab8922f2b95fe8a | diff --git a/lib/dml/mysqli_native_moodle_database.php b/lib/dml/mysqli_native_moodle_database.php
index <HASH>..<HASH> 100644
--- a/lib/dml/mysqli_native_moodle_database.php
+++ b/lib/dml/mysqli_native_moodle_database.php
@@ -886,7 +886,7 @@ class mysqli_native_moodle_database extends moodle_database {
$info-... | MDL-<I> xmldb: Fix problem with MariaDB >= <I> metadata defaults
With MariaDB <I> the driver was incorrectly returning '' (empty
string) as default for all the columns having null (meaning, no
default).
Also, cover the case in unit tests, it seems that we were already
testing other defaults but not the null case. | moodle_moodle | train |
8cceae248927669fb314c277d37a71354c7cff22 | diff --git a/lxd/storage_ceph.go b/lxd/storage_ceph.go
index <HASH>..<HASH> 100644
--- a/lxd/storage_ceph.go
+++ b/lxd/storage_ceph.go
@@ -968,8 +968,11 @@ func (s *storageCeph) ContainerSnapshotStop(c container) (bool, error) {
return true, nil
}
-func (s *storageCeph) ContainerSnapshotCreateEmpty(snapshotContain... | ceph: ContainerSnapshotCreateEmpty()
Unimplemented since I'm currently estimating that this is not needed. | lxc_lxd | train |
da89277cfea0edf178223e26e9d009526c441bdd | diff --git a/bundles/org.eclipse.orion.client.core/static/js/fileCommands.js b/bundles/org.eclipse.orion.client.core/static/js/fileCommands.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.core/static/js/fileCommands.js
+++ b/bundles/org.eclipse.orion.client.core/static/js/fileCommands.js
@@ -348,6... | copy/move available as local actions | eclipse_orion.client | train |
8ecb91406263d7cd877fde9331b02db81c50be27 | diff --git a/symphony/lib/toolkit/class.general.php b/symphony/lib/toolkit/class.general.php
index <HASH>..<HASH> 100644
--- a/symphony/lib/toolkit/class.general.php
+++ b/symphony/lib/toolkit/class.general.php
@@ -1144,7 +1144,7 @@ class General
* @return string|boolean
* the mime type of the file, or fal... | Make getMimeType static
It is always called from a static context
Picked from eb<I>bd5d<I>
Picked from ce7cfeabd5 | symphonycms_symphony-2 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.