hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
d04407820440bfc638d40c7f4d096b1b3954a676 | diff --git a/salt/pillar/consul_pillar.py b/salt/pillar/consul_pillar.py
index <HASH>..<HASH> 100644
--- a/salt/pillar/consul_pillar.py
+++ b/salt/pillar/consul_pillar.py
@@ -12,6 +12,13 @@ configuration file:
my_consul_config:
consul.host: 127.0.0.1
consul.port: 8500
+ consul.token: b6376760-a8... | Full control over client options in Consul pillar | saltstack_salt | train |
b354bae5ddf9526e9af6346973802a4072faa1b6 | diff --git a/ezp/Content/Type/FieldDefinition.php b/ezp/Content/Type/FieldDefinition.php
index <HASH>..<HASH> 100644
--- a/ezp/Content/Type/FieldDefinition.php
+++ b/ezp/Content/Type/FieldDefinition.php
@@ -82,7 +82,7 @@ class FieldDefinition extends Model
/**
* @var \ezp\Content\FieldType\Validator[]
... | Fixed: Adding a validator to FieldDefinition shouldn't only update VO, but also $validators property.
+ Added more defensive approach to getValidators() | ezsystems_ezpublish-kernel | train |
f9819bb5c82602c5af9de64778ae251add058367 | diff --git a/test/screenshot/infra/lib/cli.js b/test/screenshot/infra/lib/cli.js
index <HASH>..<HASH> 100644
--- a/test/screenshot/infra/lib/cli.js
+++ b/test/screenshot/infra/lib/cli.js
@@ -290,14 +290,14 @@ E.g.: '--browser=chrome,-mobile' is the same as '--browser=chrome --browser=-mob
});
this.addArg_(s... | chore(infrastructure): Add `--parallels` CLI flag; don't retry big diffs (#<I>)
### What it does
- Replaces the `--max-parallels` boolean flag with a `--parallels` numeric flag
- Doesn't retry screenshots when the diff percentage is greater than <I>% of pixels (they're probably not flakes) | material-components_material-components-web | train |
344a1d7c34da0fe0330f4cf90c5ce0b5ec2b47f1 | diff --git a/jre_emul/Classes/com/google/j2objc/net/IosHttpURLConnection.java b/jre_emul/Classes/com/google/j2objc/net/IosHttpURLConnection.java
index <HASH>..<HASH> 100644
--- a/jre_emul/Classes/com/google/j2objc/net/IosHttpURLConnection.java
+++ b/jre_emul/Classes/com/google/j2objc/net/IosHttpURLConnection.java
@@ -3... | Fixed HTTP method when URLConnection.setDoOutput(true) is called (should be "POST"). | google_j2objc | train |
d9e051184a50931f6ff69518ad7345de17fef010 | diff --git a/app/rdev/applications/Application.php b/app/rdev/applications/Application.php
index <HASH>..<HASH> 100644
--- a/app/rdev/applications/Application.php
+++ b/app/rdev/applications/Application.php
@@ -12,7 +12,7 @@ use RDev\Sessions;
class Application
{
/** The current RDev version */
- private stat... | Added support for make: commands, added Composer wrapper | opulencephp_Opulence | train |
7e790862f58f8f4ebfc4a35a2516f7646af402d9 | diff --git a/nodeconductor/structure/serializers.py b/nodeconductor/structure/serializers.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/structure/serializers.py
+++ b/nodeconductor/structure/serializers.py
@@ -118,6 +118,12 @@ class ProjectCreateSerializer(core_serializers.PermissionFieldFilteringMixin,
def v... | hack serializer for GUI (nc-<I>-2) | opennode_waldur-core | train |
453989869556412bb42fdc426c282e8b1ab523d2 | diff --git a/lib/rest-ftp-daemon/initialize.rb b/lib/rest-ftp-daemon/initialize.rb
index <HASH>..<HASH> 100644
--- a/lib/rest-ftp-daemon/initialize.rb
+++ b/lib/rest-ftp-daemon/initialize.rb
@@ -5,7 +5,11 @@ Conf.prepare_rollbar
# Initialize Facter
Conf.log :init, "init: Facter"
-Facter.loadfacts
+begin
+ Facter.l... | init: protect Facter weakness with Puppet | bmedici_rest-ftp-daemon | train |
7c5b3249b301d3e308e4eddf1716752303efe2b8 | diff --git a/SingularityService/src/main/java/com/hubspot/singularity/config/SingularityConfiguration.java b/SingularityService/src/main/java/com/hubspot/singularity/config/SingularityConfiguration.java
index <HASH>..<HASH> 100644
--- a/SingularityService/src/main/java/com/hubspot/singularity/config/SingularityConfigur... | configurably turn off paused request removal from lb | HubSpot_Singularity | train |
1f9190255a0402ed90d0dc707a18712e55a20a18 | diff --git a/opal/browser/dom/builder.rb b/opal/browser/dom/builder.rb
index <HASH>..<HASH> 100644
--- a/opal/browser/dom/builder.rb
+++ b/opal/browser/dom/builder.rb
@@ -74,9 +74,11 @@ class Builder < BasicObject
end
def initialize(document, element = nil, &block)
+ Kernel.raise ArgumentError, "no block giv... | dom/builder: raise if no block was passed | opal_opal-browser | train |
734f317d5d44b09b93854eeed85baf22718bd812 | diff --git a/openquake/calculators/tests/disagg_test.py b/openquake/calculators/tests/disagg_test.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/tests/disagg_test.py
+++ b/openquake/calculators/tests/disagg_test.py
@@ -130,12 +130,18 @@ class DisaggregationTestCase(CalculatorTestCase):
... | [skip CI] Improved test | gem_oq-engine | train |
756a224537ac31b60a5e695d768fe5fa8e56f86f | diff --git a/lib/tap-test.js b/lib/tap-test.js
index <HASH>..<HASH> 100644
--- a/lib/tap-test.js
+++ b/lib/tap-test.js
@@ -85,6 +85,7 @@ function assertParasite (fn) { return function _testAssert () {
if (this._bailedOut) return
var res = fn.apply(assert, arguments)
this.result(res)
+ return res
}}
// a f... | Re #<I> Return results from test asserts | tapjs_node-tap | train |
d9829b1f52e449f8f246483ad672cd7afcd8319d | diff --git a/src/Command/Config/ExportCommand.php b/src/Command/Config/ExportCommand.php
index <HASH>..<HASH> 100644
--- a/src/Command/Config/ExportCommand.php
+++ b/src/Command/Config/ExportCommand.php
@@ -59,23 +59,23 @@ class ExportCommand extends Command
'directory',
null,
... | text used in yml fixed for export command (#<I>) | hechoendrupal_drupal-console | train |
35889f739a2a15cc274a7bcb33615e1cb34ad2eb | diff --git a/action.go b/action.go
index <HASH>..<HASH> 100644
--- a/action.go
+++ b/action.go
@@ -44,6 +44,10 @@ func (ca *CompositeAction) AddExec(a Action) {
ca.actions[len(ca.actions)-1].Apply()
}
+func (ca *CompositeAction) Len() int {
+ return len(ca.actions)
+}
+
func (ia *insertAction) Apply() {
ia.buff... | MoveCommand back to a TextCommand. Don't save edits that have no changes.
RunCommand exported to python api. | limetext_text | train |
5ee7bad29a2a1e4c4a6826c17f3bcb7a07eca387 | diff --git a/src/main/java/com/treasure_data/client/Constants.java b/src/main/java/com/treasure_data/client/Constants.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/treasure_data/client/Constants.java
+++ b/src/main/java/com/treasure_data/client/Constants.java
@@ -22,12 +22,12 @@ public interface Constants {
... | modified constant values in Constants class | treasure-data_td-client-java | train |
b786c233ed0c391c25d0e6fec8fd5d3768ee635c | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100755
--- a/README.md
+++ b/README.md
@@ -228,10 +228,6 @@ Native mobile application bundling is based on [Cordova](https://cordova.apache.
- `--no-update`: do no update existing project (see also [updating generated projects](#updating-generated-projects)).
- ... | feat: remove usage of puppeter by default for testing (fix #<I>)
BREAKING CHANGE | ngx-rocket_generator-ngx-rocket | train |
4526f24fb11c7c6be891fb0df59f4b0fa6948521 | diff --git a/asammdf/blocks/mdf_v4.py b/asammdf/blocks/mdf_v4.py
index <HASH>..<HASH> 100755
--- a/asammdf/blocks/mdf_v4.py
+++ b/asammdf/blocks/mdf_v4.py
@@ -2762,8 +2762,10 @@ class MDF4(object):
at_data, at_name, mime="video/avi", embedded=False
)
... | handle attachments for scalar channels | danielhrisca_asammdf | train |
90daa2507d0845db7575b1d6239846f59709359d | diff --git a/lib/lumber/json_formatter.rb b/lib/lumber/json_formatter.rb
index <HASH>..<HASH> 100644
--- a/lib/lumber/json_formatter.rb
+++ b/lib/lumber/json_formatter.rb
@@ -18,12 +18,14 @@ module Lumber
@fields[k.to_s] = v
end
end
+
+ @date_pattern = hash['date_pattern'] || '%H:%M:%S'
... | add date_pattern and newline at end of formatted message | wr0ngway_lumber | train |
c6b919508d4782829a2acd0bdcdfeb77a17a5cd0 | diff --git a/control/control.go b/control/control.go
index <HASH>..<HASH> 100644
--- a/control/control.go
+++ b/control/control.go
@@ -150,7 +150,7 @@ func (p *pluginControl) Start() error {
p.Started = true
controlLogger.WithFields(log.Fields{
"_block": "start",
- }).Info("started")
+ }).Info("control started")... | Refactor logging messages on startup of pulsed | intelsdi-x_snap | train |
0017f85d1d96b01eeddb023f35d89a82daaf50b4 | diff --git a/cbamf/runner.py b/cbamf/runner.py
index <HASH>..<HASH> 100644
--- a/cbamf/runner.py
+++ b/cbamf/runner.py
@@ -8,14 +8,28 @@ import pickle
from cbamf import const
from cbamf.mc import samplers, engines, observers
+# Linear fit function, because I can
+def linear_fit(x, y, sigma=1, N=100, burn=1000):
+ ... | fixing linear fit; slight performance mods | peri-source_peri | train |
ce14738aee271030b0d6ed6d5f797f7220b74e5f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,79 +1,85 @@
var AST = require('./lib/ast');
var Thematic = require('./lib/thematic');
-module.exports = {
- // parseAST
-
- parseAST: function(opts, done) {
- AST.parse(opts, function(err, result) {
- done(err... | Thematic engine as base API object. | gmac_sass-thematic | train |
145a1a9ece3ac03ac2428c07526b076cc78ae90a | diff --git a/lib/Router.js b/lib/Router.js
index <HASH>..<HASH> 100644
--- a/lib/Router.js
+++ b/lib/Router.js
@@ -155,13 +155,6 @@ class Router {
[__MIDDLEWARE](ctx, next) {
let {method} = ctx
- // OPTIONS support
- if (method === 'OPTIONS') {
- ctx.response.status = 204
- ctx.response.set('A... | Allow middlewares to be used for options requests (#<I>) | koajs_trie-router | train |
609b6982aa7d111659ae744c8c8548eb8c181540 | diff --git a/tohu/item_list.py b/tohu/item_list.py
index <HASH>..<HASH> 100644
--- a/tohu/item_list.py
+++ b/tohu/item_list.py
@@ -2,6 +2,25 @@ import pandas as pd
from operator import attrgetter
+def _generate_csv_header_line(*, header_names, header_prefix='', header=True, sep=',', newline='\n'):
+ """
+ He... | Move CSV header line generation into separate helper function to increase readability | maxalbert_tohu | train |
d830fc0a5683cf410e6711b1cb1243da1e96eebc | diff --git a/salt/fileclient.py b/salt/fileclient.py
index <HASH>..<HASH> 100644
--- a/salt/fileclient.py
+++ b/salt/fileclient.py
@@ -9,6 +9,7 @@ import logging
import hashlib
import os
import shutil
+import time
import subprocess
import requests
@@ -963,6 +964,7 @@ class RemoteClient(Client):
... | Fix some really weird timeouts on some archs
Which give such traceback
'''
if not data['data']:
TypeError: string indices must be integers, not st
''' | saltstack_salt | train |
c0b85daf7bb3748043f5e22f3897552846c2e1ff | diff --git a/course/category.php b/course/category.php
index <HASH>..<HASH> 100644
--- a/course/category.php
+++ b/course/category.php
@@ -73,11 +73,11 @@
"", "", true, $navbaritem);
} else {
print_header("$site->shortname: $category->name", "$site->fullname",
- ... | Clean up of terminology course categories and courses | moodle_moodle | train |
5c14c1c0dec53099c308d6be89bc7e1de8d64985 | diff --git a/bittrex/bittrex.py b/bittrex/bittrex.py
index <HASH>..<HASH> 100644
--- a/bittrex/bittrex.py
+++ b/bittrex/bittrex.py
@@ -26,9 +26,25 @@ BOTH_ORDERBOOK = 'both'
BASE_URL = 'https://bittrex.com/api/v1.1/%s/'
-MARKET_SET = {'getopenorders', 'cancel', 'sellmarket', 'selllimit', 'buymarket', 'buylimit'}
-... | Add get_deposit_history and get_withdrawal_history (#<I>)
* Add get_deposit_history and get_withdrawl_history
* remove test comment | ericsomdahl_python-bittrex | train |
1f4f55d1900bf0367c29f01784a37190f321ff2f | diff --git a/csg/core.py b/csg/core.py
index <HASH>..<HASH> 100644
--- a/csg/core.py
+++ b/csg/core.py
@@ -69,38 +69,50 @@ class CSG(object):
def toPolygons(self):
return self.polygons
-
- def saveVTK(self, filename):
+
+ def toVerticesAndPolygons(self):
"""
- Save poly... | added toVerticesAndPolygons method | timknip_pycsg | train |
6e336edb8b4cdad1c77c0e2eb70227cc9e60e3a9 | diff --git a/tasks/rsync.js b/tasks/rsync.js
index <HASH>..<HASH> 100755
--- a/tasks/rsync.js
+++ b/tasks/rsync.js
@@ -24,7 +24,6 @@ module.exports = function (grunt) {
var exec = require('child_process').exec,
src = grunt.file.expand(files[target]),
dest = target;
-
if(src.length === 0){
... | Add clean option to delete remote files that do not exist locally. Add
deleteAfter option to delete local files after transfer. | MaxDaten_grunt-rsync | train |
7600040f775e475a0c6d0f68c7591c202970a261 | diff --git a/src/com/opencms/file/CmsRequestContext.java b/src/com/opencms/file/CmsRequestContext.java
index <HASH>..<HASH> 100755
--- a/src/com/opencms/file/CmsRequestContext.java
+++ b/src/com/opencms/file/CmsRequestContext.java
@@ -1,7 +1,7 @@
/*
* File : $Source: /alkacon/cvs/opencms/src/com/opencms/file/Attic/... | Bugfix: Made sure that session is not checked for encoding with static export | alkacon_opencms-core | train |
e3a60395078225bc2ec86288f283c228d7502c56 | diff --git a/cocaine/proxy/proxy.py b/cocaine/proxy/proxy.py
index <HASH>..<HASH> 100644
--- a/cocaine/proxy/proxy.py
+++ b/cocaine/proxy/proxy.py
@@ -41,6 +41,7 @@ from tornado import process
from toro import Timeout
from cocaine.services import Service
+from cocaine.services import Locator
from cocaine.exception... | [Proxy] Reuse locator to create services
Support --locators option to specify Cocaine-runtimes | cocaine_cocaine-tools | train |
9c23104b802639276de6a5873fc3c80bc8dc0170 | diff --git a/tests/gui/test_group_ungroup.py b/tests/gui/test_group_ungroup.py
index <HASH>..<HASH> 100644
--- a/tests/gui/test_group_ungroup.py
+++ b/tests/gui/test_group_ungroup.py
@@ -244,14 +244,14 @@ def trigger_issue_586_reproduction_sequence():
sm_m = list(sm_manager_model.state_machines.values())[0]
a... | test(group_ungroup): fix trigger_issue_<I>_reproduction_sequence
Do not rely on luck, not picking the DeciderState, but specify
state path | DLR-RM_RAFCON | train |
737e8474ac6f98f5506e9e8b0918ee6eaac7b97e | diff --git a/zuul-core/src/main/java/com/netflix/zuul/netty/server/http2/Http2Configuration.java b/zuul-core/src/main/java/com/netflix/zuul/netty/server/http2/Http2Configuration.java
index <HASH>..<HASH> 100644
--- a/zuul-core/src/main/java/com/netflix/zuul/netty/server/http2/Http2Configuration.java
+++ b/zuul-core/src... | [zuul-core] Cleanup unused toggle. Remove deprecated API | Netflix_zuul | train |
16f4c68b277c08ea0b515405fca30638b4905842 | diff --git a/lxc/move.go b/lxc/move.go
index <HASH>..<HASH> 100644
--- a/lxc/move.go
+++ b/lxc/move.go
@@ -39,6 +39,10 @@ func (c *moveCmd) run(config *lxd.Config, args []string) error {
return fmt.Errorf("non-http remotes are not supported for migration right now")
}
+ if sourceName == "" || destName == "" {
+ ... | Also check that there are container names specified | lxc_lxd | train |
39310448da1ed05d39f4400a56dd43e71591ae5b | diff --git a/integration-cli/docker_utils.go b/integration-cli/docker_utils.go
index <HASH>..<HASH> 100644
--- a/integration-cli/docker_utils.go
+++ b/integration-cli/docker_utils.go
@@ -60,7 +60,7 @@ func NewDaemon(t *testing.T) *Daemon {
}
// Start will start the daemon and return once it is ready to receive requ... | handle empty envvars for DOCKER_GRAPHDRIVER and DOCKER_EXECDRIVER in daemon test framework | containers_storage | train |
5ba44d34f4507504067f47caa62602ddde19fecb | diff --git a/lib/kue.js b/lib/kue.js
index <HASH>..<HASH> 100644
--- a/lib/kue.js
+++ b/lib/kue.js
@@ -186,15 +186,14 @@ Queue.prototype.process = function(type, n, fn){
while (n--) {
var worker = new Worker(this, type).start(fn);
- (function(worker){
- worker.on('error', function(err){
- self.... | Fix nit-picks, and broken Queue.shutdown() | Automattic_kue | train |
431d063498233262275e491904557eb2e54cd93c | diff --git a/stanza/server/client.py b/stanza/server/client.py
index <HASH>..<HASH> 100644
--- a/stanza/server/client.py
+++ b/stanza/server/client.py
@@ -575,6 +575,14 @@ class CoreNLPClient(RobustService):
return matches
def tregex(self, text, pattern, filter=False, annotators=None, properties=None):
... | Automatically add parse if possible, if not already added, when using the tregex endpoint. Otherwise the server won't actually get any tregex results | stanfordnlp_stanza | train |
4061f2fbffcf3f6e7c0bf25fd98d87cecee20906 | diff --git a/jarn/mkrelease/testing.py b/jarn/mkrelease/testing.py
index <HASH>..<HASH> 100644
--- a/jarn/mkrelease/testing.py
+++ b/jarn/mkrelease/testing.py
@@ -313,20 +313,14 @@ def readlines(filename):
Lines are not newline terminated.
"""
- f = open(filename, 'rb')
- try:
- return f.read()... | Open test file in rt mode. | Jarn_jarn.mkrelease | train |
71bc139d637eb0da1497a0eed801fe2f03f4dd69 | diff --git a/mod/forum/discuss.php b/mod/forum/discuss.php
index <HASH>..<HASH> 100644
--- a/mod/forum/discuss.php
+++ b/mod/forum/discuss.php
@@ -137,7 +137,10 @@
$newdiscussion->forum = $forumto->id;
foreach ($subscriptionchanges as $userid => $preference) {
if ($preference === \mod_for... | MDL-<I> mod_forum: Check for required subscription capabilities
Users must be able to both view, and manage their subscription in order to
subscribe or be subscribed to a discussion. | moodle_moodle | train |
04742e7403ecd2d82fce8ba47fdea042b7e01f3f | diff --git a/sisu-inject/guice-bean/guice-bean-scanners/src/main/java/org/sonatype/guice/bean/scanners/asm/ClassReader.java b/sisu-inject/guice-bean/guice-bean-scanners/src/main/java/org/sonatype/guice/bean/scanners/asm/ClassReader.java
index <HASH>..<HASH> 100644
--- a/sisu-inject/guice-bean/guice-bean-scanners/src/ma... | Sync with ASM trunk, includes fix for class transformer bug <URL> | sonatype_sisu | train |
6575b2dd9b9ec386b1ab12943fee513870f9dffe | diff --git a/lxd/response/response.go b/lxd/response/response.go
index <HASH>..<HASH> 100644
--- a/lxd/response/response.go
+++ b/lxd/response/response.go
@@ -301,9 +301,12 @@ func (r *fileResponse) Render(w http.ResponseWriter) error {
return nil
}
- // Now the complex multipart answer
- body := &bytes.Buffer{}... | lxd/response: Stream multi-part responses | lxc_lxd | train |
3d81ffb23a37eb27957bb61c8f2c10971b12ccda | diff --git a/Tests/OrientDBCommandConfigListTest.php b/Tests/OrientDBCommandConfigListTest.php
index <HASH>..<HASH> 100644
--- a/Tests/OrientDBCommandConfigListTest.php
+++ b/Tests/OrientDBCommandConfigListTest.php
@@ -33,7 +33,6 @@ class OrientDBConfigListTest extends PHPUnit_Framework_TestCase
}
public fu... | Fixed test for configList #0 | AntonTerekhov_OrientDB-PHP | train |
abc5c3ee89ac8d7be07ad04d148c99549cbdd496 | diff --git a/src/php/wp-cli/commands/internals/eval-file.php b/src/php/wp-cli/commands/internals/eval-file.php
index <HASH>..<HASH> 100644
--- a/src/php/wp-cli/commands/internals/eval-file.php
+++ b/src/php/wp-cli/commands/internals/eval-file.php
@@ -30,16 +30,4 @@ class Eval_File_Command extends WP_CLI_Command {
}... | move help text to doc dir for internal commands | wp-cli_eval-command | train |
1209cb5c88fad401ba5ab59a3013d3d487bc1108 | diff --git a/lib/accesslib.php b/lib/accesslib.php
index <HASH>..<HASH> 100755
--- a/lib/accesslib.php
+++ b/lib/accesslib.php
@@ -857,9 +857,9 @@ function has_capability_in_accessdata($capability, $context, array $accessdata,
if (!empty($accessdata['rsw'])) {
// From the bottom up...
foreach ($... | fixed regression in recent commit - context path | moodle_moodle | train |
f6664b8bd1e1b0feab1bb6060305135d19116944 | diff --git a/src/AbstractRoboFile.php b/src/AbstractRoboFile.php
index <HASH>..<HASH> 100644
--- a/src/AbstractRoboFile.php
+++ b/src/AbstractRoboFile.php
@@ -1033,11 +1033,12 @@ abstract class AbstractRoboFile extends \Robo\Tasks implements DigipolisProperti
protected function cleanDirsTask($worker, AbstractAuth ... | #<I> Fixes only keep one less backup than releases kept
Also checks to make sure at least one release dir is kept | digipolisgent_robo-digipolis-helpers | train |
0b1b03d61fb284600ae27903cdff5c507edf4c90 | diff --git a/test/SavedSearches/SavedSearchesCommandHandlerTest.php b/test/SavedSearches/SavedSearchesCommandHandlerTest.php
index <HASH>..<HASH> 100644
--- a/test/SavedSearches/SavedSearchesCommandHandlerTest.php
+++ b/test/SavedSearches/SavedSearchesCommandHandlerTest.php
@@ -56,13 +56,16 @@ class SavedSearchesComman... | III-7: Fix coding standard violation and remove some overly obvious code comments | cultuurnet_udb3-php | train |
861963ed9259d0e84b6728d0c9616e4578420358 | diff --git a/Command/Helper/DoctrineCommandHelper.php b/Command/Helper/DoctrineCommandHelper.php
index <HASH>..<HASH> 100644
--- a/Command/Helper/DoctrineCommandHelper.php
+++ b/Command/Helper/DoctrineCommandHelper.php
@@ -5,9 +5,9 @@ declare(strict_types=1);
namespace Doctrine\Bundle\MigrationsBundle\Command\Helper;
... | replace asserting doctrine is instance of Registry with assert it is proper interface
doctrine migration commands is showing warning when using custom implemetation of doctrine manager
this is why ive changed assert instance of Registry to assert instance of ManagerRegistry interface
as only one method getManagerNames... | doctrine_DoctrineMigrationsBundle | train |
25f0d3e990dfda6d522e8e06384ad171b37dfc07 | diff --git a/core/isapog/src/main/java/org/overture/isapog/IsaPog.java b/core/isapog/src/main/java/org/overture/isapog/IsaPog.java
index <HASH>..<HASH> 100644
--- a/core/isapog/src/main/java/org/overture/isapog/IsaPog.java
+++ b/core/isapog/src/main/java/org/overture/isapog/IsaPog.java
@@ -75,6 +75,23 @@ public class I... | Add basic error reporting to IsaPog.
[Issue: ] | overturetool_overture | train |
118ce23f125d1b7d2b973e01fc157e3900532b03 | diff --git a/ui/app/serializers/secret.js b/ui/app/serializers/secret.js
index <HASH>..<HASH> 100644
--- a/ui/app/serializers/secret.js
+++ b/ui/app/serializers/secret.js
@@ -4,7 +4,7 @@ import ApplicationSerializer from './application';
export default ApplicationSerializer.extend({
secretDataPath: 'data',
norma... | UI - only look for data.keys if it's not a queryRecord request on secrets (#<I>) | hashicorp_vault | train |
52fdb609fa7e15f0006c4d27fb0060507d1b61fe | diff --git a/matchExported.js b/matchExported.js
index <HASH>..<HASH> 100644
--- a/matchExported.js
+++ b/matchExported.js
@@ -40,6 +40,8 @@ module.exports = function matchExported(
id = item.node.declarations[0].id;
} else if (item.isImportDeclaration()) {
id = item.node.specifiers[0].local;
+ } ... | pull exported value for named export declaration (#<I>) | atlassian_extract-react-types | train |
84205aad4208754582d7abe9ccf67f9ccb5a9484 | diff --git a/src/main/java/com/hp/autonomy/hod/client/api/userstore/user/Account.java b/src/main/java/com/hp/autonomy/hod/client/api/userstore/user/Account.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/hp/autonomy/hod/client/api/userstore/user/Account.java
+++ b/src/main/java/com/hp/autonomy/hod/client/api/u... | [FIND-<I>] Added active directory account type.
This is needed for mapped security.
[rev: daniel.grayling] | microfocus-idol_java-hod-client | train |
744fde2da22b878e5340b0e2f6e057b5f5bb5c47 | diff --git a/commerce-initializer-util/src/main/java/com/liferay/commerce/initializer/util/CommerceUserSegmentsImporter.java b/commerce-initializer-util/src/main/java/com/liferay/commerce/initializer/util/CommerceUserSegmentsImporter.java
index <HASH>..<HASH> 100644
--- a/commerce-initializer-util/src/main/java/com/lif... | COMMERCE-<I> Wrap throw of NoSuchPriceListException in try so initializer may continue | liferay_com-liferay-commerce | train |
930c3da68582e3c35e27f02017c91691f46cba6f | diff --git a/tasks/pot.js b/tasks/pot.js
index <HASH>..<HASH> 100644
--- a/tasks/pot.js
+++ b/tasks/pot.js
@@ -18,7 +18,7 @@ module.exports = function(grunt) {
var options = this.options({
dest: false,
- join: false,
+ overwrite: true,
keywords: false,
language: false,
from_code: false,
@@ -45,7 +4... | Renamed `join` option to `overwrite`, as it's more descriptive | stephenharris_grunt-pot | train |
c2c27571cbafe6cbddfd3ba17fcdda8715430ed2 | diff --git a/lib/FieldType/XmlText/Converter/EmbedToHtml5.php b/lib/FieldType/XmlText/Converter/EmbedToHtml5.php
index <HASH>..<HASH> 100644
--- a/lib/FieldType/XmlText/Converter/EmbedToHtml5.php
+++ b/lib/FieldType/XmlText/Converter/EmbedToHtml5.php
@@ -182,6 +182,9 @@ class EmbedToHtml5 implements Converter
... | EZP-<I> Removing xml node text content in order to properly embed objects (#<I>) | ezsystems_ezplatform-xmltext-fieldtype | train |
9409c686c394c703c0e6a19b61874254fbf1987a | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
## NEW Go Style Usage
```ruby
-require 'concur/go'
+require 'concur'
# set max threads (optional)
Concur.config.max_threads = 10
@@ -22,7 +22,7 @@ end
# Use channels to communicate
ch = Concur::Chann... | Changed go README, made it simpler. | treeder_concur | train |
dd6da3a311783831eabc9cac3093f18c5563b67f | diff --git a/spec/cronline_spec.rb b/spec/cronline_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/cronline_spec.rb
+++ b/spec/cronline_spec.rb
@@ -484,7 +484,7 @@ describe Rufus::Scheduler::CronLine do
expect(ps('35,44 * * * * *', t)).to eq(7)
end
- context 'when time sec is lower then all cron seconds... | add #previous_time level specs for gh-<I>
confirms "jumping" fix over "zero" fix | jmettraux_rufus-scheduler | train |
7e829a0d01c934b4d1647dcd07a6e36a47d3e15c | diff --git a/ini.go b/ini.go
index <HASH>..<HASH> 100644
--- a/ini.go
+++ b/ini.go
@@ -36,7 +36,7 @@ const (
// Maximum allowed depth when recursively substituing variable names.
_DEPTH_VALUES = 99
- _VERSION = "1.9.1"
+ _VERSION = "1.10.0"
)
// Version returns current package version literal.
@@ -1... | Minor fix for #<I>
Fix error check logic and wrong test cases | go-ini_ini | train |
84285a6c9677b39376c4d16b17dacaa8cb6539d9 | diff --git a/includes/ClearFw/core/Resolver.class.php b/includes/ClearFw/core/Resolver.class.php
index <HASH>..<HASH> 100644
--- a/includes/ClearFw/core/Resolver.class.php
+++ b/includes/ClearFw/core/Resolver.class.php
@@ -124,32 +124,31 @@ class Resolver {
if(strpos($request, '?') !== false){
$request = substr(... | added support for partial URLs(missing module/action) to the resolver
git-svn-id: <URL> | oat-sa_generis | train |
5ca1b6451d23161b5fdccf20f06a35935e14c1bf | diff --git a/lib/config/merge.js b/lib/config/merge.js
index <HASH>..<HASH> 100644
--- a/lib/config/merge.js
+++ b/lib/config/merge.js
@@ -2,23 +2,23 @@ exports.$define = {
merge: merge
}
-function merge (pckg) {
+function merge (pkg) {
var config = this
- var subconfig = pckg[config._nameSpace && config._nam... | pckg to pkg | vigour-io_vjs | train |
6ea8bf69aaafcf90bc256a03d7a5f9ff8ee4798d | diff --git a/nodeshot/community/profiles/admin.py b/nodeshot/community/profiles/admin.py
index <HASH>..<HASH> 100755
--- a/nodeshot/community/profiles/admin.py
+++ b/nodeshot/community/profiles/admin.py
@@ -50,7 +50,17 @@ if 'social_auth' in settings.INSTALLED_APPS:
class UserAdmin(BaseUserAdmin):
- list_displa... | added about and gender fields in profile admin | ninuxorg_nodeshot | train |
840b6b1b80df4f53eacce78d3e5bc814a60cf0c8 | diff --git a/doc/whats_new.rst b/doc/whats_new.rst
index <HASH>..<HASH> 100644
--- a/doc/whats_new.rst
+++ b/doc/whats_new.rst
@@ -32,6 +32,9 @@ v0.8.1) will document the latest features.
* Inverse endog transformation is now supported when ``return_conf_int=True`` on pipeline predictions
(thanks to `skyetim <https... | [MRG] Fix cv splits (#<I>)
* Fix cv splits referenced in issue #<I>
* Make test more complete, add in whats_new
* Add two more tests | tgsmith61591_pmdarima | train |
fb1e0e6b37421a929ba8ca2806d454834b2961c8 | diff --git a/packages/patternfly-3/patternfly-react/src/index.js b/packages/patternfly-3/patternfly-react/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/patternfly-3/patternfly-react/src/index.js
+++ b/packages/patternfly-3/patternfly-react/src/index.js
@@ -22,6 +22,7 @@ export * from './components/InlineEdit'... | fix(LoadingState): Add LoadingState component to exports (#<I>) (#<I>) | patternfly_patternfly-react | train |
8d1db2d67a7a6ac91924ab045285490c90027340 | diff --git a/src/virtualdom/items/Element/Attribute/prototype/unbind.js b/src/virtualdom/items/Element/Attribute/prototype/unbind.js
index <HASH>..<HASH> 100644
--- a/src/virtualdom/items/Element/Attribute/prototype/unbind.js
+++ b/src/virtualdom/items/Element/Attribute/prototype/unbind.js
@@ -3,4 +3,8 @@ export defaul... | fix weird bug with ractive.nodes | ractivejs_ractive | train |
6fea2a6c51d94b664c356e9062a740b6254b87fc | diff --git a/src/TextureAppChrome.js b/src/TextureAppChrome.js
index <HASH>..<HASH> 100644
--- a/src/TextureAppChrome.js
+++ b/src/TextureAppChrome.js
@@ -89,7 +89,6 @@ export default class TextureAppChrome extends Component {
_afterInit () {}
- // TODO: need to rethink
_save (cb) {
this.state.archive.s... | Update commandStates after archive has been saved. | substance_texture | train |
1c17176b780b3ca29f667a4b587b2073d66e02b7 | diff --git a/lib/phantomBase.js b/lib/phantomBase.js
index <HASH>..<HASH> 100644
--- a/lib/phantomBase.js
+++ b/lib/phantomBase.js
@@ -7,6 +7,7 @@
*/
var phantom = require('phantom');
+var async = require('async');
var fs = require('fs');
var findUnusedPort = require('./helpers/findUnusedPort');
@@ -33,7 +34,6... | Refactor messy recursive code into async.retry | jiahaog_Revenant | train |
cb4bd04db1c24a2a53c216292437e7a42d3a8fd5 | diff --git a/provision/docker/commands.go b/provision/docker/commands.go
index <HASH>..<HASH> 100644
--- a/provision/docker/commands.go
+++ b/provision/docker/commands.go
@@ -44,13 +44,9 @@ func runCmds() ([]string, error) {
if err != nil {
return nil, err
}
- user, err := config.GetString("docker:ssh:user")
- i... | docker: runing ssh with sudo. | tsuru_tsuru | train |
0bbc07a2abb4e971317b00345958cd3484f42678 | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+* Added #has_role_with_hierarchy? method to retrieve explicit and calculated roles [jeremyf]
+
* Added handling of Authorization::AuthorizationInController::ClassMethods.filter_access_to parameters that are ... | Added #has_role_with_hierarchy? method to retrieve explicit and calculated roles [jeremyf] | stffn_declarative_authorization | train |
802114502383a6cc8c15ef0053f4256756300137 | diff --git a/lib/transforms/flattenRequireJs.js b/lib/transforms/flattenRequireJs.js
index <HASH>..<HASH> 100644
--- a/lib/transforms/flattenRequireJs.js
+++ b/lib/transforms/flattenRequireJs.js
@@ -83,7 +83,7 @@ module.exports = function (queryObj) {
newHtmlStyle.attach(htmlAsset, ... | Fixed typo in flattenRequireJs introduced in <I>f<I>cb. | assetgraph_assetgraph | train |
8dbb62dbf5ef7bc6078431387392447c23e577c8 | diff --git a/panes/ember-debug.js b/panes/ember-debug.js
index <HASH>..<HASH> 100644
--- a/panes/ember-debug.js
+++ b/panes/ember-debug.js
@@ -5,15 +5,15 @@ if (Ember.Debug) { return; }
console.debug("Ember Debugger Active");
+var sentObjects = {},
+ boundObservers = {};
+
if (document.readyState === 'complete... | Fix issue with switching to Ember tab when page was already loaded | emberjs_ember-inspector | train |
3ce58f81038a42cc78870f491a6d926ba2b46077 | diff --git a/src/jottalib/JFS.py b/src/jottalib/JFS.py
index <HASH>..<HASH> 100644
--- a/src/jottalib/JFS.py
+++ b/src/jottalib/JFS.py
@@ -411,13 +411,13 @@ class JFS(object):
@property
def capacity(self):
- 'return int of storage capacity in bytes'
- return self.fs is not None and int(self.fs... | Breaking change: change return value of JFS.capacity and JFS.usage properties, since a capacity of -1 returned from jottacloud means unlimited, and we need to say the same | havardgulldahl_jottalib | train |
26fc4101c82d643c3441aba11a8f2166c23f99fc | diff --git a/opal/browser/dom/builder.rb b/opal/browser/dom/builder.rb
index <HASH>..<HASH> 100644
--- a/opal/browser/dom/builder.rb
+++ b/opal/browser/dom/builder.rb
@@ -7,6 +7,12 @@ class Builder < BasicObject
@element = element
end
+ def style(*args, &block)
+ @element.style(*args, &block)
+
+ ... | dom/builder: allow for style setting in the DSL | opal_opal-browser | train |
f4c3626400ab3458b77ff8b5e2fc677294e1b908 | diff --git a/src/Stagehand/TestRunner/Process/Autotest/Autotest.php b/src/Stagehand/TestRunner/Process/Autotest/Autotest.php
index <HASH>..<HASH> 100644
--- a/src/Stagehand/TestRunner/Process/Autotest/Autotest.php
+++ b/src/Stagehand/TestRunner/Process/Autotest/Autotest.php
@@ -320,7 +320,7 @@ abstract class Autotest
... | Fixed a defect that caused an InvalidArgumentException to be raised every time a test is run while running Autotest. (Issue #<I>) | piece_stagehand-testrunner | train |
e0ffa2302b593f95739f12a5cf9707b3b3a26203 | diff --git a/morpfw/crud/storage/sqlstorage.py b/morpfw/crud/storage/sqlstorage.py
index <HASH>..<HASH> 100644
--- a/morpfw/crud/storage/sqlstorage.py
+++ b/morpfw/crud/storage/sqlstorage.py
@@ -13,7 +13,9 @@ from sqlalchemy import func
from sqlalchemy.dialects.postgresql import UUID
from sqlalchemy.exc import Statem... | properly mark session as changed when vacuuming | morpframework_morpfw | train |
cd54faa38344f1e2826853ed4dbd5be82b575144 | diff --git a/microcosm_flask/conventions/alias.py b/microcosm_flask/conventions/alias.py
index <HASH>..<HASH> 100644
--- a/microcosm_flask/conventions/alias.py
+++ b/microcosm_flask/conventions/alias.py
@@ -6,6 +6,11 @@ from functools import wraps
from flask import redirect
from microcosm_flask.conventions.base imp... | Fix swagger for Operation.Alias | globality-corp_microcosm-flask | train |
90c80a15f3f49bfa75880a6c724d4aceccb9ea4a | diff --git a/lib/async.js b/lib/async.js
index <HASH>..<HASH> 100644
--- a/lib/async.js
+++ b/lib/async.js
@@ -133,6 +133,42 @@
};
iterate();
};
+
+ async.forEachLimit = function (arr, limit, iterator, callback) {
+ if (!arr.length || limit <= 0) {
+ return callback();
+... | [api test] Added `async.forEachLimit()` and associated tests | caolan_async | train |
e4b3a4f359d90dcc4754b3f261e312656416845b | diff --git a/src/Cornford/Bootstrapper/BootstrapBase.php b/src/Cornford/Bootstrapper/BootstrapBase.php
index <HASH>..<HASH> 100644
--- a/src/Cornford/Bootstrapper/BootstrapBase.php
+++ b/src/Cornford/Bootstrapper/BootstrapBase.php
@@ -212,7 +212,7 @@ abstract class BootstrapBase {
}
/**
- * Create an alert item.... | Update Alert with Optional Emphasis
Updated Bootstrap::alert(); to include an optional emphasis string. | bradcornford_Bootstrapper | train |
075d92f025e75441481ec90ea5edb5117ce6f1e4 | diff --git a/area4/__init__.py b/area4/__init__.py
index <HASH>..<HASH> 100644
--- a/area4/__init__.py
+++ b/area4/__init__.py
@@ -20,6 +20,7 @@ divider10 = str(",,,,,,,,,,,,,,,,,,,,,,,,")
divider11 = str("////////////////////////")
divider12 = str("||||||||||||||||||||||||")
divider13 = str("~~~~~~~~~~~~~~~~~~~~~~~... | Added backslash dividers | area4lib_area4 | train |
52b3d986b51e1d232ed1e96aeccaec5512e6641c | diff --git a/salt/states/file.py b/salt/states/file.py
index <HASH>..<HASH> 100644
--- a/salt/states/file.py
+++ b/salt/states/file.py
@@ -4723,6 +4723,11 @@ def copy(
try:
if os.path.isdir(source):
shutil.copytree(source, name, symlinks=True)
+ for root, dirs, files in os.walk(nam... | Added changes for fix_<I> | saltstack_salt | train |
16136e0c1bda06fc958ef83d33b7a437ea977687 | diff --git a/aws/resource_aws_ses_identity_notification.go b/aws/resource_aws_ses_identity_notification.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_ses_identity_notification.go
+++ b/aws/resource_aws_ses_identity_notification.go
@@ -57,6 +57,8 @@ func resourceAwsSesNotificationSet(d *schema.ResourceData, meta... | #<I> Set an ID so we can reference the resource identifier in the read function and testing, and allow importing later | terraform-providers_terraform-provider-aws | train |
68249d2f5dbb803223e365985a7abe476053e3e5 | diff --git a/PHPCI/Plugin/Util/Executor.php b/PHPCI/Plugin/Util/Executor.php
index <HASH>..<HASH> 100644
--- a/PHPCI/Plugin/Util/Executor.php
+++ b/PHPCI/Plugin/Util/Executor.php
@@ -50,10 +50,6 @@ class Executor
public function executePlugins(&$config, $stage)
{
$success = true;
-
- /** @var ... | Cleanup of new executor changes. | dancryer_PHPCI | train |
5e7700109c39d46138fe40530e02cf8610a8d982 | diff --git a/examples/tree.php b/examples/tree.php
index <HASH>..<HASH> 100644
--- a/examples/tree.php
+++ b/examples/tree.php
@@ -2,26 +2,26 @@
require_once 'common.php';
-$data = [
- 'Test' => [
- 'Something Cool' => [
+$data = array(
+ 'Test' => array(
+ 'Something Cool' => array(
... | Ensure examples are fully compatible with PHP <I> | wp-cli_php-cli-tools | train |
ac853d055263913faf9467517c5320ebf600eb8e | diff --git a/pipenv/cli.py b/pipenv/cli.py
index <HASH>..<HASH> 100644
--- a/pipenv/cli.py
+++ b/pipenv/cli.py
@@ -823,24 +823,6 @@ def update(
crayons.white('.', bold=True),
)
)
- do_lock(
- verbose=verbose, clear=clear, pre=pre, keep_outdated=keep_outdated, pyp... | Switch all update workflows to `pipenv lock/sync`
- `pipenv update` currently doesn't actually run `pipenv lock`
- Semantics around this changed but it doesn't look like the code did
- `pipenv update` should operate similarly for all operations by running
`lock` followed by `sync`
- Fixes #<I> | pypa_pipenv | train |
d05262e60203bcb7f8e3577481c6449ee50ed5e2 | diff --git a/app/lib/actions/candlepin/abstract_async_task.rb b/app/lib/actions/candlepin/abstract_async_task.rb
index <HASH>..<HASH> 100644
--- a/app/lib/actions/candlepin/abstract_async_task.rb
+++ b/app/lib/actions/candlepin/abstract_async_task.rb
@@ -32,7 +32,15 @@ module Actions
private
def poll_ex... | Fixes #<I> - Candlepin correctly errors out on Job Failures (#<I>)
Candlepin async task was previously not erroring out when a job failed
like manifest-import failure etc.
This commit addresses that | Katello_katello | train |
abe81f65e5d754102b5f9280f519c1bc633e685d | diff --git a/src/armet/query.py b/src/armet/query.py
index <HASH>..<HASH> 100644
--- a/src/armet/query.py
+++ b/src/armet/query.py
@@ -33,6 +33,11 @@ SORT_DEFAULT = None
SORT_VALID = (SORT_ASC, SORT_DESC, None)
+class QueryList(collections.Sequence):
+ """A simple query list that implements a Q function for dja... | Some modifications to the resolver since its supposed to be a bit more magical | armet_python-armet | train |
635e7f2b33d51c9d177bd2586a69edc6d1c66b0f | diff --git a/noxfile.py b/noxfile.py
index <HASH>..<HASH> 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -350,19 +350,23 @@ def _run_with_coverage(session, *test_cmd):
python_path_entries.remove(SITECUSTOMIZE_DIR)
python_path_entries.insert(0, SITECUSTOMIZE_DIR)
python_path_env_var = os.path... | Don't nuke our multiprocessing efforts objc! | saltstack_salt | train |
73e7bdf00cb96cfca429bd73b6d112b38c589ce9 | diff --git a/fusesoc/simulator/verilator.py b/fusesoc/simulator/verilator.py
index <HASH>..<HASH> 100644
--- a/fusesoc/simulator/verilator.py
+++ b/fusesoc/simulator/verilator.py
@@ -1,3 +1,4 @@
+import logging
import os
import shutil
import subprocess
@@ -6,6 +7,8 @@ from fusesoc import utils
from fusesoc.core imp... | verilator.py: Allow src_files in top-level core and use pyhon which
This fixes a bug where src_files were not allowed in the top-level
core. It also removes the need to call the external 'which' command
and instead uses a python implementation copied from twisted | olofk_fusesoc | train |
e6b4da11cb62e02f9393069172968aa6678609b7 | diff --git a/src/CookieConsentServiceProvider.php b/src/CookieConsentServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/CookieConsentServiceProvider.php
+++ b/src/CookieConsentServiceProvider.php
@@ -4,8 +4,8 @@ namespace Spatie\CookieConsent;
use Cookie;
use Illuminate\Contracts\View\View;
-use Illuminate\S... | Apply fixes from StyleCI (#<I>) | spatie_laravel-cookie-consent | train |
a407761e483d9c5ea425a6fd5e55fec03a90485c | diff --git a/api/server/router/swarm/cluster_routes.go b/api/server/router/swarm/cluster_routes.go
index <HASH>..<HASH> 100644
--- a/api/server/router/swarm/cluster_routes.go
+++ b/api/server/router/swarm/cluster_routes.go
@@ -372,6 +372,10 @@ func (sr *swarmRouter) createSecret(ctx context.Context, w http.ResponseWrit... | Error out on secret/config templates for older API
Makes sure if the user specifies an older API version that we don't pass
through templating options for versions that templating was not
supported. | moby_moby | train |
a5262578390d6b8eb68498786ca480fc7b769b50 | diff --git a/tests/regressions.py b/tests/regressions.py
index <HASH>..<HASH> 100644
--- a/tests/regressions.py
+++ b/tests/regressions.py
@@ -517,7 +517,7 @@ class TestOptimisticLockingDemo(ModelTestCase):
self.assertRaises(ConflictDetectedException, vt.save_optimistic)
self.assertEqual(vt.version, 1... | Whoops, fix incorrect expression in test. | coleifer_peewee | train |
3595f57b97f97de2a2f56aa4acc3611b285f7f97 | diff --git a/lib/rubikon/config/auto_provider.rb b/lib/rubikon/config/auto_provider.rb
index <HASH>..<HASH> 100644
--- a/lib/rubikon/config/auto_provider.rb
+++ b/lib/rubikon/config/auto_provider.rb
@@ -23,10 +23,10 @@ module Rubikon
def load_config(file)
ext = File.extname(file)
case ext
- ... | Fixed the implementation of Config::AutoProvider | koraktor_rubikon | train |
645a03c6a5ddef263e1f8f762b2220f37aae6faf | diff --git a/core/src/com/google/zxing/common/BitSource.java b/core/src/com/google/zxing/common/BitSource.java
index <HASH>..<HASH> 100755
--- a/core/src/com/google/zxing/common/BitSource.java
+++ b/core/src/com/google/zxing/common/BitSource.java
@@ -20,7 +20,7 @@ package com.google.zxing.common;
* <p>This provides a... | Issue <I> few more small DM issues
git-svn-id: <URL> | zxing_zxing | train |
7db68f9e311e25d1ddeaa184d7108550527de189 | diff --git a/src/main/java/com/marklogic/client/datamovement/ApplyTransformListener.java b/src/main/java/com/marklogic/client/datamovement/ApplyTransformListener.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/marklogic/client/datamovement/ApplyTransformListener.java
+++ b/src/main/java/com/marklogic/client/da... | fix #<I> - pass along client to onSuccess listeners | marklogic_java-client-api | train |
24f837a839475dd94d29b569d111ed51e512884d | diff --git a/vault/mount.go b/vault/mount.go
index <HASH>..<HASH> 100644
--- a/vault/mount.go
+++ b/vault/mount.go
@@ -206,7 +206,7 @@ func (c *Core) mount(me *MountEntry) error {
newTable := c.mounts.ShallowClone()
newTable.Entries = append(newTable.Entries, me)
if err := c.persistMounts(newTable); err != nil {
... | Switch some errors that ought to be <I> to <I> | hashicorp_vault | train |
d534c6b258dd21e57cac8702eec341593932d31a | diff --git a/EvaluableExpression.go b/EvaluableExpression.go
index <HASH>..<HASH> 100644
--- a/EvaluableExpression.go
+++ b/EvaluableExpression.go
@@ -6,6 +6,7 @@ import (
)
const isoDateFormat string = "2006-01-02T15:04:05.999999999Z0700"
+const shortCircuitHolder int = -1
var DUMMY_PARAMETERS = MapParameters(m... | Implemented short-circuit coalesce/ternary | Knetic_govaluate | train |
8b54362f88cd52160e27a099831779700cba9a8e | diff --git a/analyzere/base_resources.py b/analyzere/base_resources.py
index <HASH>..<HASH> 100644
--- a/analyzere/base_resources.py
+++ b/analyzere/base_resources.py
@@ -215,7 +215,7 @@ class DataResource(Resource):
return self._data_path + '/commit'
@property
- def status(self):
+ def upload_sta... | status -> upload_status
For data-backed resources, use “upload_status” to
avoid a potential issue with name collisions. | analyzere_analyzere-python | train |
f96fdad8e7f5f3e7a405c323412037884de27e8c | diff --git a/filer/media/filer/js/popup_handling.js b/filer/media/filer/js/popup_handling.js
index <HASH>..<HASH> 100755
--- a/filer/media/filer/js/popup_handling.js
+++ b/filer/media/filer/js/popup_handling.js
@@ -4,7 +4,7 @@
win.close();
};
dismissRelatedImageLookupPopup = function(win, chosenId, chosenTh... | Fix the indentation of the js in the popup_handling.js | divio_django-filer | train |
7430c4168fad07b480dbf80c8ac75ba7db8c634f | diff --git a/activesupport/lib/active_support/testing/performance.rb b/activesupport/lib/active_support/testing/performance.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/testing/performance.rb
+++ b/activesupport/lib/active_support/testing/performance.rb
@@ -11,7 +11,7 @@ module ActiveSupport
... | Decrease default benchmark runs from <I> to 4 | rails_rails | train |
e655e18f5108960074af66d50ed07a14ace76ce6 | diff --git a/docs/tag_database b/docs/tag_database
index <HASH>..<HASH> 100644
--- a/docs/tag_database
+++ b/docs/tag_database
@@ -3,6 +3,7 @@ addLoadEvent:Dom(B)
changeCase:String
clone:Lang
cloneDeep:Lang
+codeToMean:Lang
convertInObj:Object
countInArr:Array
curry:Function
@@ -31,6 +32,7 @@ isRegExp:Lang
isStr... | feat: add Chain call in the fn with no return | MuYunyun_diana | train |
165c78846f2628472765b4b718aad68b61efb7af | diff --git a/api/client/auditstreamer.go b/api/client/auditstreamer.go
index <HASH>..<HASH> 100644
--- a/api/client/auditstreamer.go
+++ b/api/client/auditstreamer.go
@@ -22,7 +22,6 @@ import (
"github.com/gravitational/teleport/api/client/proto"
"github.com/gravitational/teleport/lib/events"
- "github.com/gravit... | Refactor AuditStream endpoints to remove lib/session dependency. (#<I>) | gravitational_teleport | train |
7ea5250f1a62180dae30b04718c69d4187e8158a | diff --git a/class.ext_update.php b/class.ext_update.php
index <HASH>..<HASH> 100644
--- a/class.ext_update.php
+++ b/class.ext_update.php
@@ -33,6 +33,7 @@ class ext_update
if (VersionNumberUtility::convertVersionNumberToInteger($typo3Version) >= 8000000) {
// If TYPO3 version is version 8 or hig... | [BUGFIX] Update hidden addresses without registeraddress-hash
UpdateWizard for empty registerAddressHashs in TYPO3 <I>. Remove all restrictions from Restrictioncontainer and add only DeletedRestriction. | lsascha_registeraddress | train |
0345bc9eb3e7ae4ce17c161cc82d9426d0b8c495 | diff --git a/ccmlib/common.py b/ccmlib/common.py
index <HASH>..<HASH> 100644
--- a/ccmlib/common.py
+++ b/ccmlib/common.py
@@ -201,6 +201,16 @@ def check_win_requirements():
def is_win():
return True if sys.platform == "cygwin" or sys.platform == "win32" else False
+def is_ps_unrestricted():
+ if not is_win(... | Fixes #<I>.
Do not attempt to start nodes on Windows, if C* version is <I>+
if the execution policy is not unrestricted. | riptano_ccm | train |
afdbab3c2fd2753a2bbaf8ba59a8d85f17085cc2 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,7 +18,6 @@ This release adds support to OneView Rest API version 500 for the hardware varia
#### Bug fixes & Enhancements
- [#235](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/235) Example fi... | Fixing the statistics method on the switc resource | HewlettPackard_oneview-sdk-ruby | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.