hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
52371da2a0a40cef7bcfdefc8eeaa8d47ac79cd2 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -40,8 +40,8 @@ function plumber(opts) {
if (!dest) { throw new Error('Can\'t pipe to undefined'); }
- if (dest.opts && dest.opts.continueOnError !== false) {
- dest.opts.continueOnError = true;
+... | map-stream option was renamed | floatdrop_gulp-plumber | train |
c27910f88e159a3e267cb44d8b50559594ae294b | diff --git a/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveTest.java b/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveTest.java
index <HASH>..<HASH> 100644
--- a/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveTest.java
+++ b/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveTest.ja... | [Java] Do not ignore failures when deleting directory before starting archive test. | real-logic_aeron | train |
835754e6df6460fd222604b08f26f7b0c5649d29 | diff --git a/bcbio/isatab/parser.py b/bcbio/isatab/parser.py
index <HASH>..<HASH> 100644
--- a/bcbio/isatab/parser.py
+++ b/bcbio/isatab/parser.py
@@ -281,6 +281,13 @@ class StudyAssayParser:
"""
if header.find("[") >= 0:
header = header.replace("]", "").split("[")[-1]
+ # ISATab c... | Python namedtuples do not allow numbers as first characters. Prefix ISATab headers that start with number to avoid error. | ISA-tools_biopy-isatab | train |
ecbeff4736ecfab2464a8b77855be70ecc356ae9 | diff --git a/src/View/Helper/Page.php b/src/View/Helper/Page.php
index <HASH>..<HASH> 100644
--- a/src/View/Helper/Page.php
+++ b/src/View/Helper/Page.php
@@ -99,6 +99,32 @@ class Page extends Proxy
}
/**
+ * @param int $sitemapId
+ * @param string $locale
+ * @return $this
+ */
+ public ... | added loadBySitemapId into page viewHelper | kiwi-suite_frontend42 | train |
eaab3e23a458e155054c43846e0f3c15b277501e | diff --git a/Kwf_js/Utils/Element.js b/Kwf_js/Utils/Element.js
index <HASH>..<HASH> 100644
--- a/Kwf_js/Utils/Element.js
+++ b/Kwf_js/Utils/Element.js
@@ -42,4 +42,4 @@ Kwf.onContentReady(function clearCachedWidth(el, options) {
}
}
}
-});
+}, { defer: false, priority: -10 }); | Kwf.Utils.Element clear cache: don't defer and low priority
fixes problems when other onReady functions access element width cache.
eg. ResponsiveEl
a new problem in master as defer is now true by default | koala-framework_koala-framework | train |
37290d99355bcd35694b165405a8b12985ede637 | diff --git a/lib/generators/clearance/install/install_generator.rb b/lib/generators/clearance/install/install_generator.rb
index <HASH>..<HASH> 100644
--- a/lib/generators/clearance/install/install_generator.rb
+++ b/lib/generators/clearance/install/install_generator.rb
@@ -101,7 +101,11 @@ module Clearance
end
... | Use `data_source_exists?` if available
Rails <I> deprecates the previous use of `table_exists?`, which checked
both tables and views, in favor of `data_source_exists?`. | thoughtbot_clearance | train |
8a7c703edd1e7ff7591dda6c4eccdc85f1818f2e | diff --git a/src/model/objects/AnalyseObject.php b/src/model/objects/AnalyseObject.php
index <HASH>..<HASH> 100644
--- a/src/model/objects/AnalyseObject.php
+++ b/src/model/objects/AnalyseObject.php
@@ -277,7 +277,7 @@ class AnalyseObject extends Simple
protected function getTraversableData($data, $name)
{
... | Refined code generation for traversable classes | brainworxx_kreXX | train |
048c6bb0414e10df0a58170c457d35601f6d0f81 | diff --git a/lib/cursor.js b/lib/cursor.js
index <HASH>..<HASH> 100644
--- a/lib/cursor.js
+++ b/lib/cursor.js
@@ -293,17 +293,19 @@ Cursor.prototype._eachAsync = function(callback) {
}
}
else {
- setTimeout(function() {
- self._stackSize = 0;
- if (callback.length <= 1) ... | Return a promise for eachAsync | neumino_rethinkdbdash | train |
4884b7aa4c221f33c3dbf39ef434f2acf8768f80 | diff --git a/doc/_resource_types/cloudtrail.md b/doc/_resource_types/cloudtrail.md
index <HASH>..<HASH> 100644
--- a/doc/_resource_types/cloudtrail.md
+++ b/doc/_resource_types/cloudtrail.md
@@ -29,3 +29,11 @@ describe cloudtrail('my-trail') do
it { should have_log_file_validation_enabled }
end
```
+
+### be_loggi... | Add CloudTrail support to check if logging is enabled. | k1LoW_awspec | train |
0d3c1004bac41540d4a97a255973ea457d540a74 | diff --git a/alerta/webhooks/cloudwatch.py b/alerta/webhooks/cloudwatch.py
index <HASH>..<HASH> 100644
--- a/alerta/webhooks/cloudwatch.py
+++ b/alerta/webhooks/cloudwatch.py
@@ -26,8 +26,6 @@ def cw_state_to_severity(state):
def parse_notification(notification):
- notification = json.loads(notification)
-
... | Add cloudwatch webhook test (#<I>)
* Add cloudwatch webhook test
* Use built-in request.json instead of json.loads() | alerta_alerta | train |
84dd0a358a41131cf886996185a6500de7ec1566 | diff --git a/jbpm-designer-client/src/main/resources/org/jbpm/designer/public/js/Plugins/saveplugin.js b/jbpm-designer-client/src/main/resources/org/jbpm/designer/public/js/Plugins/saveplugin.js
index <HASH>..<HASH> 100644
--- a/jbpm-designer-client/src/main/resources/org/jbpm/designer/public/js/Plugins/saveplugin.js
+... | JBPM-<I> - Non escaped characters (&, <, >) in CDATA section in BPMN2 result in invalid SVG file being generated (#<I>) | kiegroup_jbpm-designer | train |
06b80c2c7da57b4a4a573d55faee5bd2eb3ad406 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,5 +1,9 @@
require 'coveralls'
-Coveralls.wear!
+require 'simplecov'
+
+SimpleCov.formatter = Coveralls::SimpleCov::Formatter
+
+SimpleCov.start { add_filter 'spec/dummy_app' }
... | exclude dummy_app from coverage | krisleech_wisper-sidekiq | train |
047b65a96ccf44ba87eb12435fec02e572971526 | diff --git a/bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/grpc/async/BulkRead.java b/bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/grpc/async/BulkRead.java
index <HASH>..<HASH> 100644
--- a/bigtable-client-core-parent/bigtable-client... | Catching Throwable instead of IOException for BulkRead. (#<I>)
This will fix some flakiness we've seen with our TestBatch.testBatchDoesntHang() test. | googleapis_cloud-bigtable-client | train |
9238a66d016a9556c5927a88334130d734181efa | diff --git a/lib/crtomo/plotManager.py b/lib/crtomo/plotManager.py
index <HASH>..<HASH> 100644
--- a/lib/crtomo/plotManager.py
+++ b/lib/crtomo/plotManager.py
@@ -307,6 +307,10 @@ class plotManager(object):
cmap_name,
kwargs.get('cbsegments', None)
)
+ over = kwargs.get('over',... | add over and under color for colorbar | geophysics-ubonn_crtomo_tools | train |
5a9870c25d7a16438c8131d59fc892c3acb8f5b4 | diff --git a/Joomla/Tests/Commenting/ClassCommentUnitTest.php b/Joomla/Tests/Commenting/ClassCommentUnitTest.php
index <HASH>..<HASH> 100644
--- a/Joomla/Tests/Commenting/ClassCommentUnitTest.php
+++ b/Joomla/Tests/Commenting/ClassCommentUnitTest.php
@@ -24,7 +24,7 @@ class Joomla_Tests_Commenting_ClassCommentUnitTest ... | `@package` not required, only expect 1 error now | joomla_coding-standards | train |
7f9eb428f5a07e1a8685039d5b0d972c1aecf946 | diff --git a/mod/jodd-wot/src/jodd/paramo/MethodParameter.java b/mod/jodd-wot/src/jodd/paramo/MethodParameter.java
index <HASH>..<HASH> 100644
--- a/mod/jodd-wot/src/jodd/paramo/MethodParameter.java
+++ b/mod/jodd-wot/src/jodd/paramo/MethodParameter.java
@@ -4,7 +4,7 @@ package jodd.paramo;
/**
* Resolved method... | paramo now resolves signature for all types | oblac_jodd | train |
28da410d5c3f73b3563630a1df9b01952d69f704 | diff --git a/src/main/java/org/jfrog/hudson/release/ReleaseAction.java b/src/main/java/org/jfrog/hudson/release/ReleaseAction.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jfrog/hudson/release/ReleaseAction.java
+++ b/src/main/java/org/jfrog/hudson/release/ReleaseAction.java
@@ -76,6 +76,7 @@ public abstract... | HAP-<I> - Add the ability to retrieve user plugin-based staging strategies from Artifactory:
- Autoselect the versioning mode according to a plugin, if configured. | jenkinsci_artifactory-plugin | train |
4760a944d7e149b1704d3e96abc59149baa813c2 | diff --git a/bundles/org.eclipse.orion.client.editor/web/orion/editor/tooltip.js b/bundles/org.eclipse.orion.client.editor/web/orion/editor/tooltip.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.editor/web/orion/editor/tooltip.js
+++ b/bundles/org.eclipse.orion.client.editor/web/orion/editor/tool... | Bug <I> - [Hover] "Multiple annotations" title still added even if all annotations filtered | eclipse_orion.client | train |
5396341bc55161e97240d1a913d88e49c4e0329b | diff --git a/pythran/pythonic++/modules/random.h b/pythran/pythonic++/modules/random.h
index <HASH>..<HASH> 100644
--- a/pythran/pythonic++/modules/random.h
+++ b/pythran/pythonic++/modules/random.h
@@ -60,6 +60,12 @@ namespace pythonic {
PROXY(pythonic::random, uniform);
PROXY(pythonic::random, expov... | Add choice in random
* add the function choice which return a random value of the list | serge-sans-paille_pythran | train |
087516e51a05c8b8cd8b087cb3fa9cfbe12b989a | diff --git a/cmd/http-file-server/main.go b/cmd/http-file-server/main.go
index <HASH>..<HASH> 100644
--- a/cmd/http-file-server/main.go
+++ b/cmd/http-file-server/main.go
@@ -15,11 +15,16 @@ func main() {
Addr: "localhost:8080",
}
tagflag.Parse(&flags)
- addr := flags.Addr
dir, err := os.Getwd()
if err != ni... | Log the listened port, not the addr flag at startup | anacrolix_missinggo | train |
6c959207db13866c4935d9434aef13c595024aaf | diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go
index <HASH>..<HASH> 100644
--- a/internal/ethapi/api.go
+++ b/internal/ethapi/api.go
@@ -1170,8 +1170,7 @@ func (s *PublicTransactionPoolAPI) PendingTransactions() []*RPCTransaction {
// Resend accepts an existing transaction and a new gas price and limit... | internal/ethapi: bugfix gas price and limit swapped in eth_resend | ethereum_go-ethereum | train |
c176d47378bce39eab48ff05ce9a0fc0d932141b | diff --git a/go/libcmdline/cmdline.go b/go/libcmdline/cmdline.go
index <HASH>..<HASH> 100644
--- a/go/libcmdline/cmdline.go
+++ b/go/libcmdline/cmdline.go
@@ -3,8 +3,6 @@ package libcmdline
import (
"regexp"
"strings"
- "text/tabwriter"
- "text/template"
"github.com/keybase/cli"
"github.com/keybase/client/go... | Remove hack, this bug was fixed upstream | keybase_client | train |
925c47e51a12731479b3675af9abd7d396ed8bff | diff --git a/packages/analytics-core/src/analytics.js b/packages/analytics-core/src/analytics.js
index <HASH>..<HASH> 100644
--- a/packages/analytics-core/src/analytics.js
+++ b/packages/analytics-core/src/analytics.js
@@ -92,6 +92,10 @@ export default class AvAnalytics {
!isValidEventTypeOnTarget(event);
get... | refactor(analytics-core): in some cases the parent element doesn't have attrs | Availity_sdk-js | train |
47fecb9c800cc7e2b1a472c60888e5728bc09116 | diff --git a/src/MessageBird/Objects/Message.php b/src/MessageBird/Objects/Message.php
index <HASH>..<HASH> 100644
--- a/src/MessageBird/Objects/Message.php
+++ b/src/MessageBird/Objects/Message.php
@@ -183,6 +183,26 @@ class Message extends Base
}
/**
+ * Get the created href
+ *
+ * @return st... | Add method to get the href and createdDatetime value | messagebird_php-rest-api | train |
6db2523230314f3e5cc2a826cd07c76ad20bf743 | diff --git a/src/frontend/org/voltdb/DefaultCommandLogReinitiator.java b/src/frontend/org/voltdb/DefaultCommandLogReinitiator.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/DefaultCommandLogReinitiator.java
+++ b/src/frontend/org/voltdb/DefaultCommandLogReinitiator.java
@@ -102,6 +102,8 @@ public class ... | Return a null instanceId when there is no command log, which avoids
the instance ID check against the snapshot. | VoltDB_voltdb | train |
288ecae9c019245d932066edfb9229e39fa13088 | diff --git a/core-bundle/contao/classes/StyleSheets.php b/core-bundle/contao/classes/StyleSheets.php
index <HASH>..<HASH> 100644
--- a/core-bundle/contao/classes/StyleSheets.php
+++ b/core-bundle/contao/classes/StyleSheets.php
@@ -1336,6 +1336,74 @@ class StyleSheets extends \Backend
/**
+ * Export a style sheet... | [Core] Add an option to export style sheets (see #<I>) | contao_contao | train |
090080fb8b392515d85cc77398739d52dd8520e8 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -147,7 +147,7 @@ function update( hash, getKey, arr ) {
* Hash table constructor.
*
* @param {String[]} [arr] - initial string array
-* @returns {AnagramHash} new Anagram Hash instance
+* @returns {AnagramHa... | [UPDATE] docs. | dstructs_anagram-hash | train |
04523ecaf92ac575f64ac2a2430d6efd25cb100c | diff --git a/perspective-docker/src/main/java/org/meridor/perspective/docker/ListProjectsOperation.java b/perspective-docker/src/main/java/org/meridor/perspective/docker/ListProjectsOperation.java
index <HASH>..<HASH> 100644
--- a/perspective-docker/src/main/java/org/meridor/perspective/docker/ListProjectsOperation.jav... | Artificially made projects timestamp for Openstack and Docker be not now() (fixes #<I>) | meridor_perspective-backend | train |
ad1e2b6afc1755f4dfb4c61b414fa3d1357e959a | diff --git a/andes/models/renewable/reeca1e.py b/andes/models/renewable/reeca1e.py
index <HASH>..<HASH> 100644
--- a/andes/models/renewable/reeca1e.py
+++ b/andes/models/renewable/reeca1e.py
@@ -15,10 +15,16 @@ class REECA1EData(REECA1Data):
"""
def __init__(self):
REECA1Data.__init__(self)
+ ... | Allow droop and inertia emulation. | cuihantao_andes | train |
83e053d6f6f4a93df1d0357b3d7a1c08e970b7b5 | diff --git a/spec/hook_handler/hook_handler_visitor_spec.rb b/spec/hook_handler/hook_handler_visitor_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/hook_handler/hook_handler_visitor_spec.rb
+++ b/spec/hook_handler/hook_handler_visitor_spec.rb
@@ -118,4 +118,17 @@ describe EvalHook::HookHandler, "hook handler visitor" d... | added 1 failing test for capture on global assignment | tario_evalhook | train |
29520f6448a9bf2f68e8e6373b25221a05624696 | diff --git a/lib/hammer_cli_katello/host_extensions.rb b/lib/hammer_cli_katello/host_extensions.rb
index <HASH>..<HASH> 100644
--- a/lib/hammer_cli_katello/host_extensions.rb
+++ b/lib/hammer_cli_katello/host_extensions.rb
@@ -40,6 +40,9 @@ module HammerCLIKatello
field :release_version, _('Release Version... | Fixes #<I> - Add activation keys to host info (#<I>) | Katello_hammer-cli-katello | train |
198847f48b4e3d64f64d31dbab2cacba85ec4d53 | diff --git a/post_office/mail.py b/post_office/mail.py
index <HASH>..<HASH> 100644
--- a/post_office/mail.py
+++ b/post_office/mail.py
@@ -4,13 +4,13 @@ from multiprocessing import Pool
from django.conf import settings
from django.core.exceptions import ValidationError
-from django.core.mail import get_connection
... | Email.dispatch no longer accepts connection argument. | ui_django-post_office | train |
cdd054b5f43ecd9314aba40712bcf77f0439f09d | diff --git a/controller.go b/controller.go
index <HASH>..<HASH> 100644
--- a/controller.go
+++ b/controller.go
@@ -102,24 +102,24 @@ func New(host, user, password string, conf *AdvancedConfig) (c *Client, err erro
// rand.NewSource is not thread-safe, so access should be serialized
type lockedRandomSource struct {
... | hide the source
to ensure current and future underlying src methods will always be behind
the lockedRandomSource thread safe methods | hekmon_transmissionrpc | train |
6cbac579e856a37ae04d79d610b63ca165beb814 | diff --git a/app/src/js/init.js b/app/src/js/init.js
index <HASH>..<HASH> 100644
--- a/app/src/js/init.js
+++ b/app/src/js/init.js
@@ -41,7 +41,7 @@ var init = {
*
* @param {object} data
* @returns {undefined}
- *
+ *
* @fires start.bolt.file.save
* @fires done.bolt.file.save
... | Relax jshint on latedef | bolt_bolt | train |
253a1bc57ab499183579cf21a54650009b8d70aa | diff --git a/src/main/java/com/box/sdk/EventStream.java b/src/main/java/com/box/sdk/EventStream.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/box/sdk/EventStream.java
+++ b/src/main/java/com/box/sdk/EventStream.java
@@ -25,8 +25,8 @@ public class EventStream {
private final BoxAPIConnection api;
pr... | Make EventStream de-duping configurable
Add a protected method to EventStream that determines if an event ID is
a duplicate. This method can then be overridden by a subclass in order
to perform custom de-duping logic.
Closes #<I>. | box_box-java-sdk | train |
b025bd8f0b046fac0c3e9d951fd846a74ed12630 | diff --git a/src/WPDb.php b/src/WPDb.php
index <HASH>..<HASH> 100644
--- a/src/WPDb.php
+++ b/src/WPDb.php
@@ -877,66 +877,143 @@ class WPDb extends ExtendedDb
return $this->haveInDatabase($tableName, array('option_name' => $option_name, 'option_value' => $option_value, 'autoload' => 'yes'));
}
+ /**... | added comments to the dontHave... methods | lucatume_wp-browser | train |
6768322b1880e6dbd47a68febc8dae6208068ead | diff --git a/lib/funl/stream.rb b/lib/funl/stream.rb
index <HASH>..<HASH> 100644
--- a/lib/funl/stream.rb
+++ b/lib/funl/stream.rb
@@ -8,15 +8,15 @@ module Funl
# Mixin depends on stream_type, log, client_id, message_class.
module Stream
- def client_stream_for io, type: stream_type
- ObjectStreamWrappe... | pass stream opts to object-stream | vjoel_funl | train |
07ad80fa2cb78cb44b888ad7140c98e6768fc124 | diff --git a/scripts/chromatic.js b/scripts/chromatic.js
index <HASH>..<HASH> 100644
--- a/scripts/chromatic.js
+++ b/scripts/chromatic.js
@@ -1,6 +1,6 @@
const ci = require('env-ci')();
const chalk = require('chalk');
-const runBin = require('../lib/runBin');
+const { runBin } = require('../lib/runBin');
const { st... | fix(chromatic): Fix Chromatic script (#<I>) | seek-oss_sku | train |
666bfa276ef4653c73ce09cfdf6536edb4ddd2d9 | diff --git a/testsuite/run_cim_operations.py b/testsuite/run_cim_operations.py
index <HASH>..<HASH> 100755
--- a/testsuite/run_cim_operations.py
+++ b/testsuite/run_cim_operations.py
@@ -3337,6 +3337,7 @@ class ClassOperations(ClientClassTest):
type='uint8')})
... | Add comment as to why we set propagated | pywbem_pywbem | train |
02136b00c5651a492249c528111add062d29094a | diff --git a/lib/annoy.rb b/lib/annoy.rb
index <HASH>..<HASH> 100644
--- a/lib/annoy.rb
+++ b/lib/annoy.rb
@@ -1,7 +1,7 @@
require 'timeout'
require 'sysinfo'
-
+require 'highline'
# Annoy - your annoying friend that asks you questions all the time.
#
@@ -18,9 +18,9 @@ class Annoy #:nodoc:all
attr_accessor :... | Now uses Highline. Question disappears afterwards. | solutious_rudy | train |
f5c1c47fa293d3471ace071701cd1932cafce311 | diff --git a/lib/cli/interactive-setup/aws-credentials.js b/lib/cli/interactive-setup/aws-credentials.js
index <HASH>..<HASH> 100644
--- a/lib/cli/interactive-setup/aws-credentials.js
+++ b/lib/cli/interactive-setup/aws-credentials.js
@@ -10,6 +10,8 @@ const awsCredentials = require('../../plugins/aws/utils/credentials... | feat(CLI Onboarding): Add deploy step | serverless_serverless | train |
5ea5c02c887392be1560e559a3c4d53445cf6505 | diff --git a/daemon/logger/loggerutils/logfile_test.go b/daemon/logger/loggerutils/logfile_test.go
index <HASH>..<HASH> 100644
--- a/daemon/logger/loggerutils/logfile_test.go
+++ b/daemon/logger/loggerutils/logfile_test.go
@@ -6,6 +6,7 @@ import (
"io"
"io/ioutil"
"os"
+ "path/filepath"
"strings"
"testing"
... | Fix flakey test for log file rotate. | moby_moby | train |
65be2be38bd97be5290bc55b8837cebd70dc6cd4 | diff --git a/common/step_download.go b/common/step_download.go
index <HASH>..<HASH> 100644
--- a/common/step_download.go
+++ b/common/step_download.go
@@ -7,6 +7,7 @@ import (
"fmt"
"log"
"os"
+ "runtime"
"strings"
"github.com/gofrs/flock"
@@ -93,11 +94,13 @@ var (
)
func init() {
- getters["file"] = &g... | step_download: force copy of local files only on windows | hashicorp_packer | train |
bb58e6705192674c0d9a36c4be841636478efc5b | diff --git a/examples/djangoapp/djangoapp/views.py b/examples/djangoapp/djangoapp/views.py
index <HASH>..<HASH> 100644
--- a/examples/djangoapp/djangoapp/views.py
+++ b/examples/djangoapp/djangoapp/views.py
@@ -42,8 +42,9 @@ to the set of clients listening for messages.'''
class mid... | added __contains__ method to wsgi response | quantmind_pulsar | train |
7600bec0c2980179c70f86eaf231006190b8fab3 | diff --git a/future/standard_library/urllib/parse.py b/future/standard_library/urllib/parse.py
index <HASH>..<HASH> 100644
--- a/future/standard_library/urllib/parse.py
+++ b/future/standard_library/urllib/parse.py
@@ -621,10 +621,10 @@ def unquote_plus(string, encoding='utf-8', errors='replace'):
string = string.... | Tweaks to urllib.parse and urllib.request to get them working on Py2 | PythonCharmers_python-future | train |
373dff6c0215e2fad437e8ba0e73cd70edfcaeff | diff --git a/salt/returners/smtp_return.py b/salt/returners/smtp_return.py
index <HASH>..<HASH> 100644
--- a/salt/returners/smtp_return.py
+++ b/salt/returners/smtp_return.py
@@ -17,11 +17,14 @@ The following fields can be set in the minion conf file:
There are a few things to keep in mind:
-* If a username is use... | made gpg a soft dependency, clarified documentation | saltstack_salt | train |
7f9cf66da46279cd65987f3820a9e0ece2c5efb6 | diff --git a/Tests/InlineEditing.story.js b/Tests/InlineEditing.story.js
index <HASH>..<HASH> 100644
--- a/Tests/InlineEditing.story.js
+++ b/Tests/InlineEditing.story.js
@@ -44,7 +44,7 @@ describe('Inline editing', () => {
it('should persist the changes on the server after editing the nodeType in the guest fram... | TASK: Reduce the reload delay after refreshing the i-frame during the selenium tests | neos_neos-ui | train |
e2685433bf20c3316e57565fe5dc8f811dd27d66 | diff --git a/test/living-html/location.js b/test/living-html/location.js
index <HASH>..<HASH> 100644
--- a/test/living-html/location.js
+++ b/test/living-html/location.js
@@ -40,6 +40,20 @@ exports["window.location.hash is manipulable"] = t => {
t.done();
};
+exports["window.location.hash is manipulable even for ... | Add test case showing that we have fixed #<I> | jsdom_jsdom | train |
bbb10f91a4c32efe998884eedccb2a08a76562dc | diff --git a/src/Orm/TableStructure.php b/src/Orm/TableStructure.php
index <HASH>..<HASH> 100755
--- a/src/Orm/TableStructure.php
+++ b/src/Orm/TableStructure.php
@@ -10,18 +10,6 @@ class TableStructure {
private $table_name = '';
private $table_structure = [];
- public function setTableName($name)
- ... | MySQL JSON field support added for table auto-create | devp-eu_tmcms-core | train |
11d5ce146875cf28449e3aab1d3dbb9d582bde41 | diff --git a/lib/remote-debugger-rpc-client.js b/lib/remote-debugger-rpc-client.js
index <HASH>..<HASH> 100644
--- a/lib/remote-debugger-rpc-client.js
+++ b/lib/remote-debugger-rpc-client.js
@@ -32,7 +32,7 @@ export default class RemoteDebuggerRpcClient {
this.connId = uuid.v4();
this.senderId = uuid.v4();
... | Fix buffer usage (#<I>) | appium_appium-remote-debugger | train |
1ba683cb2d42738aa38c62317e2209ca7451719d | diff --git a/shinken/modules/graphite_broker.py b/shinken/modules/graphite_broker.py
index <HASH>..<HASH> 100755
--- a/shinken/modules/graphite_broker.py
+++ b/shinken/modules/graphite_broker.py
@@ -81,6 +81,7 @@ class Graphite_broker(BaseModule):
self.con = socket()
self.con.connect((self.host, self.... | Fix : test cases with the new orphanage time parameter. | Alignak-monitoring_alignak | train |
27ea72d3a719f12f0dbdbd105cf25dbff36199a4 | diff --git a/src/Moxl/Xec/Action/AdHoc/Command.php b/src/Moxl/Xec/Action/AdHoc/Command.php
index <HASH>..<HASH> 100644
--- a/src/Moxl/Xec/Action/AdHoc/Command.php
+++ b/src/Moxl/Xec/Action/AdHoc/Command.php
@@ -29,7 +29,17 @@ class Command extends Action
}
public function handle($stanza, $parent = false) {
... | Support from-JID and errors for ad-hoc commands
So that these can be used to support ad-hoc commands against more than
just the server. | movim_moxl | train |
e80c42ece8b9645cca4d3a0dca6470e0d3f26cb7 | diff --git a/archunit/src/test/java/com/tngtech/archunit/core/importer/ClassFileImporterTest.java b/archunit/src/test/java/com/tngtech/archunit/core/importer/ClassFileImporterTest.java
index <HASH>..<HASH> 100644
--- a/archunit/src/test/java/com/tngtech/archunit/core/importer/ClassFileImporterTest.java
+++ b/archunit/s... | Review: Improve test readability
Issue: #<I> | TNG_ArchUnit | train |
df2c8ee9208763d95c4f817222ffee1d7c3d1444 | diff --git a/service/update.check/src/main/java/org/kaazing/gateway/service/update/check/UpdateCheckService.java b/service/update.check/src/main/java/org/kaazing/gateway/service/update/check/UpdateCheckService.java
index <HASH>..<HASH> 100644
--- a/service/update.check/src/main/java/org/kaazing/gateway/service/update/c... | Fix small typo in javadoc comment | kaazing_gateway | train |
cc61d9bf7c4604df5f4105d791601f8342705bad | diff --git a/lib/terraforming/resource/security_group.rb b/lib/terraforming/resource/security_group.rb
index <HASH>..<HASH> 100644
--- a/lib/terraforming/resource/security_group.rb
+++ b/lib/terraforming/resource/security_group.rb
@@ -111,7 +111,6 @@ module Terraforming
grouped_ingress.each do |range, perms|
... | removed unnecessary removal of elements during deduplication | dtan4_terraforming | train |
fcb64ad892ed5c58822ee27c0d55ff11834c6504 | diff --git a/lib/sapience/extensions/grape/middleware/info_builder.rb b/lib/sapience/extensions/grape/middleware/info_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/sapience/extensions/grape/middleware/info_builder.rb
+++ b/lib/sapience/extensions/grape/middleware/info_builder.rb
@@ -8,10 +8,13 @@ module Sapience
... | Make log_builder responsible for keeping time.
- Time details were spread between the logging middleware & the log_builder. | reevoo_sapience-rb | train |
ea9d50681ada8cb19d289da7eabe132f99ab4beb | diff --git a/app/helpers/moona_helper.rb b/app/helpers/moona_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/moona_helper.rb
+++ b/app/helpers/moona_helper.rb
@@ -28,7 +28,10 @@ module MoonaHelper
@moona_experiment_called = true
ret += javascript_tag{
- "cxApi.setChosenVariation(#{variant.value... | Fixing JS, adding helper methodsto Moona::Base to get at Interface methods | dlangevin_gxapi_rails | train |
e703965a62cf561e39734d60b34296952fa67ea1 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -15,7 +15,7 @@
import sys
import os
-sys.path.insert(0, os.path.abspath('..'))
+sys.path.insert(0, os.path.abspath('../src'))
from fabric_bolt.core.settings import local
from django.core.management import... | Trying to get read the docs working | fabric-bolt_fabric-bolt | train |
45f39e7d054f262f3b4e5b594108f23770922a97 | diff --git a/server/bundler/index.js b/server/bundler/index.js
index <HASH>..<HASH> 100644
--- a/server/bundler/index.js
+++ b/server/bundler/index.js
@@ -109,7 +109,7 @@ function middleware( app ) {
reasons: false,
source: false,
errorDetails: true,
- entrypoints: true,
+ entrypoints: false,
}... | Build: Suppress the output of entry points (#<I>)
This removes the pages of CSS extract output from the build report in dev mode. | Automattic_wp-calypso | train |
174c2838e8a024bac4761eb2b33d25ac6629a0a6 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -128,6 +128,7 @@ setup(
zip_safe=False,
extras_require={
'flask': flask_requires,
+ 'sanic': sanic_requires,
'tests': tests_require,
':python_version<"3.2"': ['contextlib2'],
}, | setup.py: add extra target for Sanic dependencies (#<I>)
This ensures that someone installing sanic support will get the blinker dependency as well | getsentry_raven-python | train |
51688c67abc9d373a9e49af0eaab001fd8c339a8 | diff --git a/baseftrwapp/http_handlers.go b/baseftrwapp/http_handlers.go
index <HASH>..<HASH> 100644
--- a/baseftrwapp/http_handlers.go
+++ b/baseftrwapp/http_handlers.go
@@ -5,6 +5,10 @@ import (
"fmt"
"net/http"
+ "compress/gzip"
+
+ "io"
+
"github.com/Financial-Times/neo-utils-go/neoutils"
log "github.com/... | Added handling of gzip requests | Financial-Times_base-ft-rw-app-go | train |
444a087ac2ca34776b2b3e4433aa35c27cdfd57a | diff --git a/archive/archive.go b/archive/archive.go
index <HASH>..<HASH> 100644
--- a/archive/archive.go
+++ b/archive/archive.go
@@ -3,8 +3,8 @@ package archive
import (
"archive/tar"
"bytes"
- "compress/gzip"
"compress/bzip2"
+ "compress/gzip"
"fmt"
"github.com/dotcloud/docker/utils"
"io"
@@ -299,7 +299... | Make CopyFileWithTar use a pipe instead of a buffer. Save more than 1Gb of ram for a <I>Mb file. | containers_storage | train |
fb5d2723bcc7cad1585736e644e367d802082d29 | diff --git a/extensions/guacamole-auth-quickconnect/src/main/java/org/apache/guacamole/auth/quickconnect/QuickConnectAuthenticationProvider.java b/extensions/guacamole-auth-quickconnect/src/main/java/org/apache/guacamole/auth/quickconnect/QuickConnectAuthenticationProvider.java
index <HASH>..<HASH> 100644
--- a/extensi... | GUACAMOLE-<I>: Implement the AuthenticationProvider instead of extending another. | glyptodon_guacamole-client | train |
ea1dbcbf3ca1c7d035a3a615cd098ece1cfa0b11 | diff --git a/basecrm/configuration.py b/basecrm/configuration.py
index <HASH>..<HASH> 100644
--- a/basecrm/configuration.py
+++ b/basecrm/configuration.py
@@ -47,12 +47,12 @@ class Configuration(object):
'"basecrm.Client(access_token= <YOUR_PERSONAL_ACCESS_TOKEN>)"')
if ... | Fixing some typos in configuration exception messages. | basecrm_basecrm-python | train |
6251b95ad5e4a84c8c0c271baecc41eac6584cc3 | diff --git a/lib/specinfra/version.rb b/lib/specinfra/version.rb
index <HASH>..<HASH> 100644
--- a/lib/specinfra/version.rb
+++ b/lib/specinfra/version.rb
@@ -1,3 +1,3 @@
module Specinfra
- VERSION = "2.39.1"
+ VERSION = "2.40.0"
end | Bump up version
[skip ci | mizzy_specinfra | train |
84e3abd928779a734779e1b6a61eb9006cb28e05 | diff --git a/packages/plugin-transform-json/src/__tests__/__snapshots__/index.js.snap b/packages/plugin-transform-json/src/__tests__/__snapshots__/index.js.snap
index <HASH>..<HASH> 100644
--- a/packages/plugin-transform-json/src/__tests__/__snapshots__/index.js.snap
+++ b/packages/plugin-transform-json/src/__tests__/_... | 🐛 🚨 @phenomic/plugin-transform-json: support array by passing all json as data (+use a partial version is accessible) | phenomic_phenomic | train |
7d08e5597b0389b21d364273c08aee925bd92acf | diff --git a/src/number/format-decimal.js b/src/number/format-decimal.js
index <HASH>..<HASH> 100644
--- a/src/number/format-decimal.js
+++ b/src/number/format-decimal.js
@@ -18,16 +18,12 @@ module.exports = function(value, localeData, options) {
var valueStr = value + '';
var ret = '';
var processedDecimal = (va... | Re-worked number formatting function so group separator code is easier to understand. Tweaked unit test for variable group sizes. | Brightspace_intl | train |
90dd3a5c6ef1a15a7d8a35e665a7197fc7cd90fb | diff --git a/cumulusci/tasks/bulkdata/load.py b/cumulusci/tasks/bulkdata/load.py
index <HASH>..<HASH> 100644
--- a/cumulusci/tasks/bulkdata/load.py
+++ b/cumulusci/tasks/bulkdata/load.py
@@ -420,24 +420,36 @@ class LoadData(BaseSalesforceApiTask, SqlAlchemyMixin):
mapping["action"] == "insert"
... | person account Contact IDs loads into ID table in batches | SFDO-Tooling_CumulusCI | train |
8dadb52e0bc0372cef575d5f1c82acdc9bec4c20 | diff --git a/lib/appium_lib/driver.rb b/lib/appium_lib/driver.rb
index <HASH>..<HASH> 100644
--- a/lib/appium_lib/driver.rb
+++ b/lib/appium_lib/driver.rb
@@ -91,9 +91,27 @@ or selendroid.)
file = file.include?(File::Separator) ? file :
File.join(parent_dir, file)
file = File.expand_path fil... | Add directory support to appium.txt require | appium_ruby_lib | train |
6825884b9ed3e615d39b1b77b0f5f68c2b88714f | diff --git a/system/HTTP/Message.php b/system/HTTP/Message.php
index <HASH>..<HASH> 100644
--- a/system/HTTP/Message.php
+++ b/system/HTTP/Message.php
@@ -182,6 +182,23 @@ class Message
//--------------------------------------------------------------------
/**
+ * Determines whether a header exists.
+ *
+ * @p... | Added basic redirect method to the Response object. | codeigniter4_CodeIgniter4 | train |
c8db2922b199b603648f26ef49218b5ab47148b7 | diff --git a/client/g2p.py b/client/g2p.py
index <HASH>..<HASH> 100644
--- a/client/g2p.py
+++ b/client/g2p.py
@@ -3,10 +3,22 @@ import os
import tempfile
import subprocess
import re
+import yaml
PHONE_MATCH = re.compile(r'<s> (.*) </s>')
-PHONETISAURUS_PATH = os.environ['JASPER_HOME'] + "/phonetisaurus"
+FST_M... | Make FST model used for PocketSphinxSTT configurable | benhoff_vexbot | train |
ed656dfa67ebf6910968c712196a2ed45aa841d7 | diff --git a/agent.go b/agent.go
index <HASH>..<HASH> 100644
--- a/agent.go
+++ b/agent.go
@@ -58,6 +58,8 @@ var initRootfsMounts = []initMount{
}
type process struct {
+ sync.RWMutex
+
id string
process libcontainer.Process
stdin *os.File
@@ -66,6 +68,7 @@ type process struct {
consoleSo... | grpc: Ignore WriteStdin after the standard input has been closed
After CloseStdin() has been invoked, there is no reason to accept
writing to stdin anymore. Instead, we can simply ignore those calls.
Fixes #<I> | kata-containers_agent | train |
4c894d51e7315673da2a5e3ab23cb5bd7143b1c2 | diff --git a/adapters/api/src/main/java/io/sundr/adapter/api/Adapters.java b/adapters/api/src/main/java/io/sundr/adapter/api/Adapters.java
index <HASH>..<HASH> 100644
--- a/adapters/api/src/main/java/io/sundr/adapter/api/Adapters.java
+++ b/adapters/api/src/main/java/io/sundr/adapter/api/Adapters.java
@@ -63,6 +63,7 @@... | fix: potential NPE in Adapters | sundrio_sundrio | train |
fbac3891d99926cef22f665cae38b730e912ab8c | diff --git a/debian/composer.json b/debian/composer.json
index <HASH>..<HASH> 100644
--- a/debian/composer.json
+++ b/debian/composer.json
@@ -1,7 +1,7 @@
{
"name": "ease-framework",
"description": "An PHP Framework for Ease of writing Applications (debianized)",
- "version": "1.4.2",
+ "version": "1.4... | Update to Current Ease Framework | VitexSoftware_EaseFramework | train |
accb1b4c107d69cb0e07e2b43623f727239f9f47 | diff --git a/webapps/client/scripts/admin-bootstrap.js b/webapps/client/scripts/admin-bootstrap.js
index <HASH>..<HASH> 100644
--- a/webapps/client/scripts/admin-bootstrap.js
+++ b/webapps/client/scripts/admin-bootstrap.js
@@ -22,7 +22,6 @@
'angular-sanitize',
'angular-ui',
'ngDefine',
- 'camu... | fix(*): align with cockpit and fix require-js loading | camunda_camunda-bpm-platform | train |
26c6b4d44949da5529b17a32033d049d8bdba945 | diff --git a/discord/app_commands/tree.py b/discord/app_commands/tree.py
index <HASH>..<HASH> 100644
--- a/discord/app_commands/tree.py
+++ b/discord/app_commands/tree.py
@@ -40,7 +40,7 @@ from .errors import (
)
from ..errors import ClientException
from ..enums import AppCommandType, InteractionType
-from ..utils i... | Use new differentiator for guild and global commands
Fixes #<I> | Rapptz_discord.py | train |
f49d2aca1daaad1b1029852f1bf603ab5528980f | diff --git a/src/org/jenetics/Statistics.java b/src/org/jenetics/Statistics.java
index <HASH>..<HASH> 100644
--- a/src/org/jenetics/Statistics.java
+++ b/src/org/jenetics/Statistics.java
@@ -46,7 +46,7 @@ import org.jscience.mathematics.number.Float64;
* Data object which holds performance indicators of a given {@lin... | Remove evaluation time measure in Statistics.Calculator class. | jenetics_jenetics | train |
7f584605711e9ead0f06c06e66ba7d4911db841a | diff --git a/distributed/src/main/java/com/orientechnologies/orient/server/hazelcast/OHazelcastPlugin.java b/distributed/src/main/java/com/orientechnologies/orient/server/hazelcast/OHazelcastPlugin.java
index <HASH>..<HASH> 100755
--- a/distributed/src/main/java/com/orientechnologies/orient/server/hazelcast/OHazelcastP... | Minor: returned better msg in case distributed storage isn't installed | orientechnologies_orientdb | train |
09f4c4ac260d45aabfb34ccfebc71d82c4f69a6f | diff --git a/src/propertyStorage/TableInheritance.php b/src/propertyStorage/TableInheritance.php
index <HASH>..<HASH> 100644
--- a/src/propertyStorage/TableInheritance.php
+++ b/src/propertyStorage/TableInheritance.php
@@ -9,6 +9,7 @@ use yii\db\ActiveRecord;
use yii\db\Expression;
use yii\db\Schema;
use yii\helpers... | TableInheritance::deleteProperties fix | DevGroup-ru_yii2-data-structure-tools | train |
bac4dfea7994c2f4993a98b02d50104825a6953e | diff --git a/core/src/main/java/org/testcontainers/containers/DockerComposeContainer.java b/core/src/main/java/org/testcontainers/containers/DockerComposeContainer.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/testcontainers/containers/DockerComposeContainer.java
+++ b/core/src/main/java/org/testcontain... | Make outer maximum startup timeout in DockerComposeContainer configurable (#<I>) | testcontainers_testcontainers-java | train |
5e9d83c2ca3b63cc412101acb6f3d52626044ed8 | diff --git a/core/src/elements/ons-tabbar/index.js b/core/src/elements/ons-tabbar/index.js
index <HASH>..<HASH> 100644
--- a/core/src/elements/ons-tabbar/index.js
+++ b/core/src/elements/ons-tabbar/index.js
@@ -507,6 +507,26 @@ export default class TabbarElement extends BaseElement {
this._getTabbarElement().style... | refactor(ons-tabbar): Visibility API is consistent with other components. | OnsenUI_OnsenUI | train |
3cc60291892c8aa5e314ceca1c27abad5cddfa9a | diff --git a/pypika/__init__.py b/pypika/__init__.py
index <HASH>..<HASH> 100644
--- a/pypika/__init__.py
+++ b/pypika/__init__.py
@@ -64,9 +64,9 @@ from .terms import (
Field,
Interval,
Not,
+ Parameter,
Rollup,
Tuple,
- Parameter,
)
# noinspection PyUnresolvedReferences
from .utils i... | bumped version to <I> | kayak_pypika | train |
af79f77afc9d218de1cfaf079008ec4d5423914f | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ except ImportError:
def main():
setup(
name='stcrestclient',
- version= '1.7.7',
+ version= '1.8.0',
author='Andrew Gillis',
author_email='andrew.gillis@spirent.com',... | Add kill command, and some minor fixes | Spirent_py-stcrestclient | train |
ae665d3626b3b8af3be4ba37ac3162e9914a816e | diff --git a/timeside/server/serializers.py b/timeside/server/serializers.py
index <HASH>..<HASH> 100644
--- a/timeside/server/serializers.py
+++ b/timeside/server/serializers.py
@@ -30,11 +30,19 @@ from timeside.server.models import _RUNNING, _PENDING
from jsonschema import ValidationError
import json
+class ItemP... | move get_player_url in a parent serializer | Parisson_TimeSide | train |
b1638194031857413b6bc7401bf8e70e76d3ce8b | diff --git a/packages/wdio-logger/src/index.js b/packages/wdio-logger/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/wdio-logger/src/index.js
+++ b/packages/wdio-logger/src/index.js
@@ -2,7 +2,7 @@ import log from 'loglevel'
import chalk from 'chalk'
import prefix from 'loglevel-plugin-prefix'
-const DEFAU... | wdio-logger: set default to debug when environment flag is set | webdriverio_webdriverio | train |
26223d45026d8e5188dee6fe7081bb56510d1241 | diff --git a/lib/determine-basal/determine-basal.js b/lib/determine-basal/determine-basal.js
index <HASH>..<HASH> 100644
--- a/lib/determine-basal/determine-basal.js
+++ b/lib/determine-basal/determine-basal.js
@@ -218,7 +218,7 @@ var determine_basal = function determine_basal(glucose_status, currenttemp, iob_
// ... | only consider carbs from last DIA hours as a workaround for undead carbs (#<I>) | openaps_oref0 | train |
56eedb3f9781bde2319a8d6a75725ee164ece031 | diff --git a/src/SwissPaymentSlip/SwissPaymentSlipPdf/SwissPaymentSlipPdf.php b/src/SwissPaymentSlip/SwissPaymentSlipPdf/SwissPaymentSlipPdf.php
index <HASH>..<HASH> 100644
--- a/src/SwissPaymentSlip/SwissPaymentSlipPdf/SwissPaymentSlipPdf.php
+++ b/src/SwissPaymentSlip/SwissPaymentSlipPdf/SwissPaymentSlipPdf.php
@@ -9... | Added $elementName as parameter to SwissPaymentSlipPdf::writePaymentSlipLines | ravage84_SwissPaymentSlipPdf | train |
f2a56c1b564c79285f211405de452eb372800a7e | diff --git a/examples/information_extraction/entity_relations.py b/examples/information_extraction/entity_relations.py
index <HASH>..<HASH> 100644
--- a/examples/information_extraction/entity_relations.py
+++ b/examples/information_extraction/entity_relations.py
@@ -36,11 +36,27 @@ def main(model="en_core_web_sm"):
... | Rewrite example to use Retokenizer (resolves #<I>)
Also add helper to filter spans | explosion_spaCy | train |
a1c7bf76693b917d8f6ea387925c9e4a59e4d485 | diff --git a/src/loaderProcClient.js b/src/loaderProcClient.js
index <HASH>..<HASH> 100644
--- a/src/loaderProcClient.js
+++ b/src/loaderProcClient.js
@@ -1,76 +1,80 @@
+'use strict';
+
var path = require("path");
var ProcessPool = require("./proc/pool");
-function LoaderProcClient(options) {
- this.options = Obje... | converted loaderProcClient to use classes | MiguelCastillo_bit-bundler | train |
e26ade76e7a2597fda9ad24d399bda437157f737 | diff --git a/lib/dm-core/resource.rb b/lib/dm-core/resource.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-core/resource.rb
+++ b/lib/dm-core/resource.rb
@@ -491,13 +491,13 @@ module DataMapper
# --
# @api public
def attributes=(values_hash)
- values_hash.each_pair do |k,v|
- setter = "#{k.to_s.... | attributes= now respects method visibility
Previously, even private attributes could be set with a call to attributes=
This code tightens up the check for attribute visibility. | datamapper_dm-core | train |
99359c2cc5af2c4326e42432ed59b62ee280cb5e | diff --git a/test/test_repo/test_tag.py b/test/test_repo/test_tag.py
index <HASH>..<HASH> 100644
--- a/test/test_repo/test_tag.py
+++ b/test/test_repo/test_tag.py
@@ -1,6 +1,9 @@
# coding=utf-8
from pathlib import Path
+import pytest
+from git.exc import GitCommandError
+
from epab.core import CTX
@@ -37,3 +40... | new: dev: test for existing tag (#<I>)
* test for existing tag
* linting | etcher-be_epab | train |
d84b692eb1cc0fbc55f047ec61c6a1c2cabe8b46 | diff --git a/src/java/org/apache/cassandra/config/DatabaseDescriptor.java b/src/java/org/apache/cassandra/config/DatabaseDescriptor.java
index <HASH>..<HASH> 100644
--- a/src/java/org/apache/cassandra/config/DatabaseDescriptor.java
+++ b/src/java/org/apache/cassandra/config/DatabaseDescriptor.java
@@ -777,8 +777,6 @@ p... | Fix replace_address after CASSANDRA-<I> broke it
Patch by Tyler Hobbs and Marcus Eriksson; reviewed by Brandon Williams for CASSANDRA-<I> | Stratio_stratio-cassandra | train |
e5d4305262505e6b84e9b796d58e4f49fe6524ad | diff --git a/src/Models/User.php b/src/Models/User.php
index <HASH>..<HASH> 100644
--- a/src/Models/User.php
+++ b/src/Models/User.php
@@ -26,4 +26,13 @@ class User extends Authenticatable implements UserContract
{
$this->attributes['created_at'] = Carbon::parse($value)->format('Y-m-d H:i:s');
}
+
+ ... | the ability to change own roles is disabled | laraveladminpanel_admin | train |
f62931002f2e2000d781bacf245bfcd70b18f834 | diff --git a/testing/constants.go b/testing/constants.go
index <HASH>..<HASH> 100644
--- a/testing/constants.go
+++ b/testing/constants.go
@@ -27,4 +27,4 @@ var LongAttempt = &utils.AttemptStrategy{
}
// SupportedSeries lists the series known to Juju.
-var SupportedSeries = []string{"precise", "quantal", "raring", ... | utopic is now available from distro-info, so needs to be updated | juju_juju | train |
2964f5342365091e615d14f9a85da52cccc540ee | diff --git a/test/__init__.py b/test/__init__.py
index <HASH>..<HASH> 100644
--- a/test/__init__.py
+++ b/test/__init__.py
@@ -135,11 +135,11 @@ class ClientContext(object):
self.rs_client = pymongo.MongoClient(
pair, replicaSet=self.replica_set_name)
- nodes = [pa... | Test failures with capitalized hostname. | mongodb_mongo-python-driver | train |
7910b7704d025378da6bb23c9af4a53bd7e15345 | diff --git a/agent.js b/agent.js
index <HASH>..<HASH> 100644
--- a/agent.js
+++ b/agent.js
@@ -21,7 +21,9 @@ module.exports = app => {
logger.info('[egg-development-proxyworker] debugger attached');
logger.info(`[egg-development-proxyworker] debugger debugPort is ${debugPort}`);
logger.info(`[egg-develop... | fix: inpect protocol check should work correct. (#6) | eggjs_egg-development-proxyworker | train |
6f5ecbe569c7c00bc64b1127a2701ec2125c6725 | diff --git a/version.go b/version.go
index <HASH>..<HASH> 100644
--- a/version.go
+++ b/version.go
@@ -19,4 +19,4 @@
package grpc
// Version is the current grpc version.
-const Version = "1.30.0-dev"
+const Version = "1.31.0-dev" | Change version to <I>-dev (#<I>) | grpc_grpc-go | train |
1ba783952572592cd6952396a3b5c2ea7c851184 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ EasyConf requires its own configuration to determine the source of the configura
require 'easy_conf'
EasyConf.configure do |config|
- config.lookups = [:env, :yaml, :vault]
+ config.lookups = [EasyConf... | Fix wrong documentation about register & de-register lookup | meinac_easy_conf | train |
865edf9c01ea356904e10c9f9cf8019044258828 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -62,7 +62,7 @@ exports.register = function (server, options, next) {
}
- // Now init using the proper config and expose the model to Hapi
+ // Now init using the proper config and expose the mode... | refactor teardown to not require adapter identity, update tests. | devinivy_dogwater | train |
69677ec86a4fe361601c81fec8cdd51c283a5eb4 | diff --git a/spec/analysis_specs/control_flow_specs/return_type_inference_spec.rb b/spec/analysis_specs/control_flow_specs/return_type_inference_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/analysis_specs/control_flow_specs/return_type_inference_spec.rb
+++ b/spec/analysis_specs/control_flow_specs/return_type_inferen... | Added spec showing #to_a and #to_ary maintain tuple types. | michaeledgar_laser | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.