hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
6403ab1aa92803e6c316ab4f99ac430aa34bb927 | diff --git a/src/View/Helper/DocBlockHelper.php b/src/View/Helper/DocBlockHelper.php
index <HASH>..<HASH> 100644
--- a/src/View/Helper/DocBlockHelper.php
+++ b/src/View/Helper/DocBlockHelper.php
@@ -75,9 +75,13 @@ class DocBlockHelper extends BakeDocBlockHelper {
if ($info['kind'] === 'association') {
$type = ... | Allows array support for foreignKey's | dereuromark_cakephp-ide-helper | train |
f5bebc9306a9050923a859f136c7be4e2dd13ee5 | diff --git a/cake/libs/controller/components/auth.php b/cake/libs/controller/components/auth.php
index <HASH>..<HASH> 100644
--- a/cake/libs/controller/components/auth.php
+++ b/cake/libs/controller/components/auth.php
@@ -255,6 +255,13 @@ class AuthComponent extends Component {
public $params = array();
/**
+ * A... | Adding an Acl property to AuthComponent and updating tests to use new API's | cakephp_cakephp | train |
3b81a75465aaeb1bbd66fa127edee79192f34a49 | diff --git a/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Clicker.java b/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Clicker.java
index <HASH>..<HASH> 100644
--- a/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Clicker.java
+++ b/robotium-solo/src/main/java/com/jayway/andr... | Bugfix for issue <I> and <I> | RobotiumTech_robotium | train |
1d2fefd64760afe22af90a59f4ae6478cc9fead6 | diff --git a/src/Psalm/Internal/Type/NegatedAssertionReconciler.php b/src/Psalm/Internal/Type/NegatedAssertionReconciler.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Internal/Type/NegatedAssertionReconciler.php
+++ b/src/Psalm/Internal/Type/NegatedAssertionReconciler.php
@@ -826,7 +826,11 @@ class NegatedAssertionRe... | Preserve more information after removing types | vimeo_psalm | train |
4b8e1199eaf67fee9496776de0fcad813e0de209 | diff --git a/reactor-netty-http/src/main/java/reactor/netty/http/client/HttpClientConnect.java b/reactor-netty-http/src/main/java/reactor/netty/http/client/HttpClientConnect.java
index <HASH>..<HASH> 100644
--- a/reactor-netty-http/src/main/java/reactor/netty/http/client/HttpClientConnect.java
+++ b/reactor-netty-http/... | fix #<I> Fix NPE when executing parallel requests
The headers on HttpClient level are initialised when the HttpClient configuration
is created, no need to initialise it when preparing the request.
ACCEPT_ENCODING header is properly set when the compression is enabled,
no need to set it when preparing the request. | reactor_reactor-netty | train |
bf73aab3f6754318a241ebb290f4b857a84310ea | diff --git a/framework/widgets/ActiveField.php b/framework/widgets/ActiveField.php
index <HASH>..<HASH> 100644
--- a/framework/widgets/ActiveField.php
+++ b/framework/widgets/ActiveField.php
@@ -641,6 +641,15 @@ class ActiveField extends Component
* If you want to use a widget that does not have `model` and `attr... | added usage example of ActiveField::widget() | yiisoft_yii-core | train |
8e2fb9cc6b6178e9a770e2a1d20f26933101e74e | diff --git a/spec/full_usage_spec.rb b/spec/full_usage_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/full_usage_spec.rb
+++ b/spec/full_usage_spec.rb
@@ -3,7 +3,7 @@ require "spec_helper"
RSpec.describe 'DeepCover usage' do
it 'run `ruby spec/full_usage/simple/simple.rb` successfully' do
reader, writer = IO.p... | Make full_usage spec swallow OUT/ERR of program | deep-cover_deep-cover | train |
943e3dcdd27eeb89ef8e9707f274a59699bf165e | diff --git a/lib/formslib.php b/lib/formslib.php
index <HASH>..<HASH> 100644
--- a/lib/formslib.php
+++ b/lib/formslib.php
@@ -1246,6 +1246,9 @@ function validate_' . $this->_formName . '(frm) {
function _getElNamesRecursive($element, $group=null){
if ($group==null){
+ if (!$this->elementExis... | MDL-<I> new fix, I hope it works now | moodle_moodle | train |
daa287d32e46092256d8771d28d11881a474a6ac | diff --git a/presto-tests/src/test/java/com/facebook/presto/tests/TestDistributedSpilledQueries.java b/presto-tests/src/test/java/com/facebook/presto/tests/TestDistributedSpilledQueries.java
index <HASH>..<HASH> 100644
--- a/presto-tests/src/test/java/com/facebook/presto/tests/TestDistributedSpilledQueries.java
+++ b/p... | Remove test "overrides" that are no longer relevant
Those tests have moved, so the overrides are no longer overriding
anything. | prestodb_presto | train |
60454bb4dea3122c8b63ed9d00ef8c8ce5016281 | diff --git a/packages/netlify-cms-core/src/formats/__tests__/frontmatter.spec.js b/packages/netlify-cms-core/src/formats/__tests__/frontmatter.spec.js
index <HASH>..<HASH> 100644
--- a/packages/netlify-cms-core/src/formats/__tests__/frontmatter.spec.js
+++ b/packages/netlify-cms-core/src/formats/__tests__/frontmatter.s... | fix: json FM ending with object parse error (#<I>) | netlify_netlify-cms | train |
0834a900d3d25871b6cd731a3f37e38d96d3241b | diff --git a/src/BoomCMS/Http/Controllers/CMS/Robots.php b/src/BoomCMS/Http/Controllers/CMS/Robots.php
index <HASH>..<HASH> 100644
--- a/src/BoomCMS/Http/Controllers/CMS/Robots.php
+++ b/src/BoomCMS/Http/Controllers/CMS/Robots.php
@@ -10,7 +10,7 @@ class Robots extends Controller
{
protected $role = 'manageRobots... | Laravel <I>: Removed call to Route::controller() | boomcms_boom-robotstxt | train |
9cabf428c4053bb00abd3bd1bf91befe331ba788 | diff --git a/src/Psalm/Checker/Statements/ExpressionChecker.php b/src/Psalm/Checker/Statements/ExpressionChecker.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Checker/Statements/ExpressionChecker.php
+++ b/src/Psalm/Checker/Statements/ExpressionChecker.php
@@ -1892,8 +1892,11 @@ class ExpressionChecker
... | Only make isset $this->property mixed if not already defined | vimeo_psalm | train |
420c53d79b87cef314beb94cee060f4bdf7885d2 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ reqs = [str(ir.req) for ir in install_reqs]
setup(name='iopipe',
- version='0.9.0',
+ version='0.9.1',
description='IOpipe agent for serverless Application Performance Monitoring',
aut... | Upping version to <I> | iopipe_iopipe-python | train |
77092ff8738c290673561f7a7bfd1d383f2fef48 | diff --git a/runtest.py b/runtest.py
index <HASH>..<HASH> 100644
--- a/runtest.py
+++ b/runtest.py
@@ -2441,6 +2441,7 @@ class DictImporter:
if is_pkg:
module.__path__ = [fullname]
+ global do_exec # do_exec() is defined in the exec() call below
do_exec(co, module.__dict__)
... | global do_exec to help linters and humans understand the code
Declaring __global do_exec__ will help both linters and humans understand that do_exec() is defined in the exec() call. Discovered via #<I>. | alecthomas_injector | train |
7bc291ed13a59d5d849c2bc871a55a37df7bf3a6 | diff --git a/lib/faalis/generators/concerns/fieldset.rb b/lib/faalis/generators/concerns/fieldset.rb
index <HASH>..<HASH> 100644
--- a/lib/faalis/generators/concerns/fieldset.rb
+++ b/lib/faalis/generators/concerns/fieldset.rb
@@ -1,3 +1,5 @@
+require 'set'
+
module Faalis
module Generators
module Concerns
@@ ... | fieldset support added to dashboard scaffolds | Yellowen_Faalis | train |
d5b8343fbddad6d9fb42c7f11551ffb9cf93d942 | diff --git a/aegea/batch.py b/aegea/batch.py
index <HASH>..<HASH> 100644
--- a/aegea/batch.py
+++ b/aegea/batch.py
@@ -25,40 +25,27 @@ from .util.aws.spot import SpotFleetBuilder
bash_cmd_preamble = ["/bin/bash", "-c", 'for i in "$@"; do eval "$i"; done', __name__]
ebs_vol_mgr_shellcode = """iid=$(http http://169.2... | fix batch: newlines and percent characters have special meaning (#<I>) | kislyuk_aegea | train |
4a062f1e69f4e195962bd1c3b8a0e456dfb892aa | diff --git a/salt/states/gem.py b/salt/states/gem.py
index <HASH>..<HASH> 100644
--- a/salt/states/gem.py
+++ b/salt/states/gem.py
@@ -43,7 +43,11 @@ def installed(name, ruby=None, runas=None, version=None, rdoc=False, ri=False):
ret = {'name': name, 'result': None, 'comment': '', 'changes': {}}
gems = __sa... | Logic and test fixes for version, ri, rdoc support in gem state | saltstack_salt | train |
36751ca48252002b4fe0f7307f6ee8a7c071ec7f | diff --git a/src/Friday/Foundation/Application.php b/src/Friday/Foundation/Application.php
index <HASH>..<HASH> 100644
--- a/src/Friday/Foundation/Application.php
+++ b/src/Friday/Foundation/Application.php
@@ -82,7 +82,7 @@ class Application
/**
* Router instance.
*
- * @var \Friday\Http\FrontCont... | $router (Friday\Http\FrontController) does not accept Friday\Http\Router | ironphp_ironphp | train |
9d36fb5e6b6fe18fdf2b03600d4682d22067d9fb | diff --git a/test/base_test_case.py b/test/base_test_case.py
index <HASH>..<HASH> 100644
--- a/test/base_test_case.py
+++ b/test/base_test_case.py
@@ -12,6 +12,7 @@ except ImportError:
from mock import Mock, patch
import consolemenu.console_menu
+from consolemenu.screen import Screen
class ThreadedReturnGett... | clean up unit tests.
all tests succeeding now. | aegirhall_console-menu | train |
0365e7324fcb61b6b05a77d24d3aad4efe242a45 | diff --git a/src/Publisher/Builder/DocResolver.js b/src/Publisher/Builder/DocResolver.js
index <HASH>..<HASH> 100644
--- a/src/Publisher/Builder/DocResolver.js
+++ b/src/Publisher/Builder/DocResolver.js
@@ -150,7 +150,7 @@ export default class DocResolver {
let link = (str)=>{
if (!str) return str;
- ... | fix: link does not work when identifier has `$`
<URL> | esdoc_esdoc | train |
01302e6d2b2629cca4ad9327abe0f7a317f8399f | diff --git a/lib/fetch/constants.js b/lib/fetch/constants.js
index <HASH>..<HASH> 100644
--- a/lib/fetch/constants.js
+++ b/lib/fetch/constants.js
@@ -58,6 +58,7 @@ const requestCache = [
'only-if-cached'
]
+// https://fetch.spec.whatwg.org/#forbidden-response-header-name
const forbiddenResponseHeaderNames = ['s... | fetch: fix small spec inconsistency (#<I>)
This condition is not *yet* possible to meet so I couldn't add a test
(sorry!). The responseTainting is always set here or a network error is
returned (.status = 0 is a network error which makes the check never
pass):
<URL> | mcollina_undici | train |
6ebfa13bf7ba1d0dd8fc1ecf7a97b6958a095605 | diff --git a/pinject/bindings.py b/pinject/bindings.py
index <HASH>..<HASH> 100644
--- a/pinject/bindings.py
+++ b/pinject/bindings.py
@@ -150,7 +150,7 @@ def default_get_arg_names_from_class_name(class_name):
if rest.startswith('_'):
rest = rest[1:]
while True:
- m = re.match(r'([A-Z][a-z]+)(... | Allow class names with single letter camel case words | google_pinject | train |
6a4ef446157f6c685d6de603b4a8d9b5143f8d94 | diff --git a/lib/specinfra/command/base/routing_table.rb b/lib/specinfra/command/base/routing_table.rb
index <HASH>..<HASH> 100644
--- a/lib/specinfra/command/base/routing_table.rb
+++ b/lib/specinfra/command/base/routing_table.rb
@@ -1,7 +1,10 @@
class Specinfra::Command::Base::RoutingTable < Specinfra::Command::Base... | Fix ECMP route in routing_table | mizzy_specinfra | train |
ec83e300d19b54e43bac916b8b705c7f92fd426e | diff --git a/sharding-proxy/src/main/java/io/shardingjdbc/proxy/backend/common/SQLExecuteBackendHandler.java b/sharding-proxy/src/main/java/io/shardingjdbc/proxy/backend/common/SQLExecuteBackendHandler.java
index <HASH>..<HASH> 100644
--- a/sharding-proxy/src/main/java/io/shardingjdbc/proxy/backend/common/SQLExecuteBac... | for #<I> fix bug that DAL didn't merge | apache_incubator-shardingsphere | train |
f1e98333106492b489fc0cd25d485b4dc569cff9 | diff --git a/gateway/gateway.go b/gateway/gateway.go
index <HASH>..<HASH> 100644
--- a/gateway/gateway.go
+++ b/gateway/gateway.go
@@ -152,7 +152,10 @@ func (gw *Gateway) handleMessage(msg config.Message, dest *bridge.Bridge) []*BrM
// only slack now, check will have to be done in the different bridges.
// we need ... | Do not ignore empty messages with files for bridges that support it | 42wim_matterbridge | train |
7077ff77bcfd3d1476f754684687d7e76f175573 | diff --git a/app/models/spree/adyen_common.rb b/app/models/spree/adyen_common.rb
index <HASH>..<HASH> 100644
--- a/app/models/spree/adyen_common.rb
+++ b/app/models/spree/adyen_common.rb
@@ -218,14 +218,17 @@ module Spree
response = provider.authorise_payment payment.order.number, amount, shopper, card, op... | Only set source last digits when they're blank | StemboltHQ_solidus-adyen | train |
264843740b1d903af5a63e0beeb2d9ea9965d7ac | diff --git a/annis-gui/src/main/java/annis/gui/resultview/SingleResultPanel.java b/annis-gui/src/main/java/annis/gui/resultview/SingleResultPanel.java
index <HASH>..<HASH> 100644
--- a/annis-gui/src/main/java/annis/gui/resultview/SingleResultPanel.java
+++ b/annis-gui/src/main/java/annis/gui/resultview/SingleResultPane... | The seems really fixing the issue highlighting issue | korpling_ANNIS | train |
b07273fd4c52eec49577802e2f74c97f5c0c31c0 | diff --git a/pyqode/core/modes/case_converter.py b/pyqode/core/modes/case_converter.py
index <HASH>..<HASH> 100644
--- a/pyqode/core/modes/case_converter.py
+++ b/pyqode/core/modes/case_converter.py
@@ -1,6 +1,7 @@
"""
Contains a case converter mode.
"""
+import sys
from pyqode.qt import QtCore, QtGui
from pyqode.... | #<I> Fix for python2
Cannot user str in python 2 while working on unicode.
It is better to use the return type's lower/uper function directly | pyQode_pyqode.core | train |
edb3f1aae07f0c79c51b23ec45c2e32e813aa0fc | diff --git a/openquake/engine/engine.py b/openquake/engine/engine.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/engine.py
+++ b/openquake/engine/engine.py
@@ -300,8 +300,6 @@ def check_obsolete_version(calculation_mode='WebUI'):
headers = {'User-Agent': 'OpenQuake Engine %s;%s;%s' %
(__vers... | Updated the changelog [skip CI] | gem_oq-engine | train |
194c58694ff148d0d17217790498a7319978f20d | diff --git a/acorn-es7-plugin.js b/acorn-es7-plugin.js
index <HASH>..<HASH> 100644
--- a/acorn-es7-plugin.js
+++ b/acorn-es7-plugin.js
@@ -171,6 +171,8 @@ function asyncAwaitPlugin (parser,options){
// Because we don't know if the top level parser supprts preserveParens, we have to re-parse... | Fix case where async function is followed by a comma | MatAtBread_acorn-es7-plugin | train |
8516424ac9b3293817202a9bdfb8634dd11e2e08 | diff --git a/lib/netsuite/records/inventory_item.rb b/lib/netsuite/records/inventory_item.rb
index <HASH>..<HASH> 100644
--- a/lib/netsuite/records/inventory_item.rb
+++ b/lib/netsuite/records/inventory_item.rb
@@ -7,7 +7,20 @@ module NetSuite
include Support::Actions
include Namespaces::ListAcct
- ... | Add update to action to InventoryItem plus NOTE on search | NetSweet_netsuite | train |
810e70d234b37885bdca3a7a3536c6d576f477a6 | diff --git a/tests/Composer/Test/Repository/PathRepositoryTest.php b/tests/Composer/Test/Repository/PathRepositoryTest.php
index <HASH>..<HASH> 100644
--- a/tests/Composer/Test/Repository/PathRepositoryTest.php
+++ b/tests/Composer/Test/Repository/PathRepositoryTest.php
@@ -96,8 +96,12 @@ class PathRepositoryTest exten... | Fix __DIR__/getcwd() inconsistency. | composer_composer | train |
bc0c5bb97641fde38d9acdbfc2dd58a6ece5b586 | diff --git a/conf.js b/conf.js
index <HASH>..<HASH> 100644
--- a/conf.js
+++ b/conf.js
@@ -118,7 +118,7 @@ if (typeof process === 'object' && typeof process.versions === 'object' && typeo
// after merging the custom confs, set defaults if they are still not set
if (exports.storage === 'mysql'){
- exports.database.m... | max_connections 1 for mysql | byteball_ocore | train |
249001241c26d3ee0ddace9ceb9f9a1a889874a8 | diff --git a/src/ol/interaction/DragBox.js b/src/ol/interaction/DragBox.js
index <HASH>..<HASH> 100644
--- a/src/ol/interaction/DragBox.js
+++ b/src/ol/interaction/DragBox.js
@@ -8,6 +8,34 @@ import {always, mouseOnly, mouseActionButton} from '../events/condition.js';
import PointerInteraction from '../interaction/Poi... | Remove private static members from DragBox interaction | openlayers_openlayers | train |
b318404e539bf82197211ef931a78463944dcf6c | diff --git a/src/java/org/apache/cassandra/cql/QueryProcessor.java b/src/java/org/apache/cassandra/cql/QueryProcessor.java
index <HASH>..<HASH> 100644
--- a/src/java/org/apache/cassandra/cql/QueryProcessor.java
+++ b/src/java/org/apache/cassandra/cql/QueryProcessor.java
@@ -750,6 +750,7 @@ public class QueryProcessor
... | fixes create/update/drop other keyspaces when system keyspace is used, introduced by CASSANDRA-<I> | Stratio_stratio-cassandra | train |
52295281751bb98bed1b1eca3f321ac6ddcf3ce1 | diff --git a/presto-orc/src/main/java/com/facebook/presto/orc/reader/SliceDictionaryStreamReader.java b/presto-orc/src/main/java/com/facebook/presto/orc/reader/SliceDictionaryStreamReader.java
index <HASH>..<HASH> 100644
--- a/presto-orc/src/main/java/com/facebook/presto/orc/reader/SliceDictionaryStreamReader.java
+++ ... | Create a new dictionary for each read
We try to reuse the already allocated dictionary (if possible) for
multiple reads. This forces us to make a copy of the dictionary for
every batch causing excessive object allocation. Create a new
dictionary for every read, to avoid copying the dictionary each time. | prestodb_presto | train |
b364c8da6c852a8a1bb07ab589869dbae9fdea63 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -154,6 +154,7 @@ Peer.prototype.signal = function (data) {
self._debug('signal()')
if (data.sdp) {
self._pc.setRemoteDescription(new (self._wrtc.RTCSessionDescription)(data), function () {
+ if (self.destroyed)... | handle destroy between async calls | feross_simple-peer | train |
b3bcce4404064bb4ba478b582bb18abca016c905 | diff --git a/python/turbodbc/cursor.py b/python/turbodbc/cursor.py
index <HASH>..<HASH> 100644
--- a/python/turbodbc/cursor.py
+++ b/python/turbodbc/cursor.py
@@ -83,6 +83,7 @@ class Cursor(object):
@translate_exceptions
def executemany(self, sql, parameters=None):
"""Execute an SQL query"""
+ ... | Fix bug with forgetting to reset rowcount to -1 if executemany() fails. Fixes #<I> | blue-yonder_turbodbc | train |
d5812e9ee6c2c1475f2524607af6b3d90a74676e | diff --git a/spec/chewy/fields/base_spec.rb b/spec/chewy/fields/base_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/chewy/fields/base_spec.rb
+++ b/spec/chewy/fields/base_spec.rb
@@ -317,7 +317,7 @@ describe Chewy::Fields::Base do
stub_model(:country)
City.belongs_to :country
- Country.has_ma... | fix cities ordering to prevent random test failing | toptal_chewy | train |
de07f60e8c714de103815c93e0ec415fa816c55a | diff --git a/client/api/notebook.py b/client/api/notebook.py
index <HASH>..<HASH> 100644
--- a/client/api/notebook.py
+++ b/client/api/notebook.py
@@ -1,6 +1,6 @@
import logging
-import os.path
import json
+import os.path
import time
from client.api.assignment import load_assignment
@@ -9,7 +9,9 @@ from client.ut... | Increase notebook log level to ERROR by default (#<I>) | okpy_ok-client | train |
248e818162163d69739e466289e0a15c93512db7 | diff --git a/src/flux/EditorStore.js b/src/flux/EditorStore.js
index <HASH>..<HASH> 100644
--- a/src/flux/EditorStore.js
+++ b/src/flux/EditorStore.js
@@ -513,6 +513,10 @@ class EditorStore {
}
}
+ // normalize line endings (CRLF -> LF, CR -> LF)
+ value = value.replace(/\r\n/g, '\n')
+ value = v... | Normalize line endings when inserting into the editor (e.g. paste)
When inserting on Windows, a CR - LF was being inserted into the editor. The CR means
nothing to Ritzy. Therefore, add a normalization to line endings that are inserted:
CRLF -> LF
CR -> LF | ritzyed_ritzy | train |
86ffb8426a27f9c70264f41e35c749a85f42c0b1 | diff --git a/src/main/java/com/buschmais/jqassistant/plugin/yaml/impl/scanner/YAMLEmitter.java b/src/main/java/com/buschmais/jqassistant/plugin/yaml/impl/scanner/YAMLEmitter.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/buschmais/jqassistant/plugin/yaml/impl/scanner/YAMLEmitter.java
+++ b/src/main/java/com/b... | Commented in reporting of unsupported YAML structure. | buschmais_jqa-yaml-plugin | train |
e3c8f4f465f612f2b3cb00010bc5076067f74071 | diff --git a/lib/serverengine/socket_manager_win.rb b/lib/serverengine/socket_manager_win.rb
index <HASH>..<HASH> 100644
--- a/lib/serverengine/socket_manager_win.rb
+++ b/lib/serverengine/socket_manager_win.rb
@@ -137,7 +137,7 @@ module ServerEngine
proto = WinSock::WSAPROTOCOL_INFO.malloc
unless W... | Error handle for WSADuplicateSocketA should also use raise_last_error | treasure-data_serverengine | train |
ac13fe2b6d8537e1ea59cb7f6ccac40b1e1f8ea9 | diff --git a/bosh-director/lib/bosh/director/cloud_factory.rb b/bosh-director/lib/bosh/director/cloud_factory.rb
index <HASH>..<HASH> 100644
--- a/bosh-director/lib/bosh/director/cloud_factory.rb
+++ b/bosh-director/lib/bosh/director/cloud_factory.rb
@@ -62,7 +62,7 @@ module Bosh::Director
raise 'AZ name must no... | Fall back to default CPI when requested AZ is no longer present
[#<I>] | cloudfoundry_bosh | train |
8c693f2ebc106ae9c9a005a13872ac14bfdfae37 | diff --git a/src/yield_handler.js b/src/yield_handler.js
index <HASH>..<HASH> 100644
--- a/src/yield_handler.js
+++ b/src/yield_handler.js
@@ -25,6 +25,9 @@ export function isGeneratorFunction( obj ) {
}
}
+class YieldException extends TypeError {
+}
+
function objectToPromise( obj ) {
var results = new o... | src: To prevent silent errors, use an internal exception class to force returning undefined on the top yield handler call. | novacrazy_bluebird-co | train |
d92131cffb0fadcbca97b885a3a2e2f021cc34e4 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from arangodb import get_version
setup(
name='ArangoPy',
- version= '0.3.0',
+ version= '0.3.1',
packages=find_packages(),
requires=[
'slumber', | New version with ManyToMany field working and hash index query | saeschdivara_ArangoPy | train |
02f4612812775aab325952bdbd6c03c91b01a53f | diff --git a/examples/fake.rb b/examples/fake.rb
index <HASH>..<HASH> 100644
--- a/examples/fake.rb
+++ b/examples/fake.rb
@@ -62,14 +62,6 @@ class FakeFTPDriver
false
end
- def move_file(from, to)
- false
- end
-
- def move_dir(from, to)
- false
- end
-
def rename(from, to)
false
end | these two methods aren't part of the required driver contract | yob_em-ftpd | train |
d20c0ab0ef11590ac2916cf7df1547e80636ab25 | diff --git a/manager/api/jdbc/src/main/java/io/apiman/manager/api/jdbc/handlers/ResponseStatsPerClientHandler.java b/manager/api/jdbc/src/main/java/io/apiman/manager/api/jdbc/handlers/ResponseStatsPerClientHandler.java
index <HASH>..<HASH> 100644
--- a/manager/api/jdbc/src/main/java/io/apiman/manager/api/jdbc/handlers/... | handle public api data better in the jdbc metrics handlers | apiman_apiman | train |
006a141b2535dac6bf3e1b30cce054ee27d31a75 | diff --git a/src/Valkyrja/HttpKernel/Kernels/Kernel.php b/src/Valkyrja/HttpKernel/Kernels/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Valkyrja/HttpKernel/Kernels/Kernel.php
+++ b/src/Valkyrja/HttpKernel/Kernels/Kernel.php
@@ -257,6 +257,9 @@ class Kernel implements Contract
protected function getExceptionResp... | HttpKernel: Adding exception logging when debug is on and exception is thrown. | valkyrjaio_valkyrja | train |
398ace918394ebe3cd10ec08b135acf8bd00e1fa | diff --git a/go/api-frontend/aaa/authorization.go b/go/api-frontend/aaa/authorization.go
index <HASH>..<HASH> 100644
--- a/go/api-frontend/aaa/authorization.go
+++ b/go/api-frontend/aaa/authorization.go
@@ -202,6 +202,8 @@ var methodSuffixMap = map[string]string{
"DELETE": "_DELETE",
}
+var InvalidTokenInfoErr = ... | if we're dealing with an invalid token info then its unauthorized not forbidden | inverse-inc_packetfence | train |
6d4ce5310fc0e3dcfb756f9af65882bfbea3977e | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -15,7 +15,11 @@ export {
STAKE_INSTRUCTION_LAYOUTS,
StakeProgram,
} from './stake-program';
-export {SystemInstruction, SystemProgram} from './system-program';
+export {
+ SystemInstruction,
+ SystemPr... | fix: properly export SYSTEM_INSTRUCTION_LAYOUTS | solana-labs_solana-web3.js | train |
919e650ad1efa06ecc3ef201d5139e59ae3cb208 | diff --git a/cmd/juju/endpoint_test.go b/cmd/juju/endpoint_test.go
index <HASH>..<HASH> 100644
--- a/cmd/juju/endpoint_test.go
+++ b/cmd/juju/endpoint_test.go
@@ -28,3 +28,49 @@ func (s *EndpointSuite) TestEndpoint(c *gc.C) {
info := s.APIInfo(c)
c.Assert(output, gc.Equals, fmt.Sprintf("%s\n", info.Addrs[0]))
}
+
... | Added two more tests for multiple and no endpoints. | juju_juju | train |
ba61c8c2b5c32cb7abbddb0bb272f0fe1c68cc54 | diff --git a/injector.py b/injector.py
index <HASH>..<HASH> 100644
--- a/injector.py
+++ b/injector.py
@@ -232,7 +232,11 @@ class Binding(_BindingBase):
class Binder(object):
- """Bind interfaces to implementations."""
+ """Bind interfaces to implementations.
+
+ .. note:: This class is instantiated inter... | Improve docstrings and hide some more private API | alecthomas_injector | train |
f72d7cb4eb7070a54dbc66b13ade6ccd5164daca | diff --git a/concrete/src/Page/Type/Composer/Control/CorePageProperty/NameCorePageProperty.php b/concrete/src/Page/Type/Composer/Control/CorePageProperty/NameCorePageProperty.php
index <HASH>..<HASH> 100644
--- a/concrete/src/Page/Type/Composer/Control/CorePageProperty/NameCorePageProperty.php
+++ b/concrete/src/Page/T... | fixing uppercase url slug when url slug isn't included in composer
Former-commit-id: c4dcf<I>bde<I>e<I>aa<I>cbf<I>cbe<I>cd
Former-commit-id: 8f5c2f<I>fdea3f<I>a<I>bdec<I>b9ade5efb4b<I>d | concrete5_concrete5 | train |
e3c16834eea234fda9bd33c9fdebdfc748509c39 | diff --git a/ph-commons/src/main/java/com/helger/commons/ValueEnforcer.java b/ph-commons/src/main/java/com/helger/commons/ValueEnforcer.java
index <HASH>..<HASH> 100644
--- a/ph-commons/src/main/java/com/helger/commons/ValueEnforcer.java
+++ b/ph-commons/src/main/java/com/helger/commons/ValueEnforcer.java
@@ -134,6 +13... | Added isInstanceOf check | phax_ph-commons | train |
f5ab4e50f11a62dcb6f2911bfc3760afb2a2de21 | diff --git a/src/CarouselComponent.js b/src/CarouselComponent.js
index <HASH>..<HASH> 100644
--- a/src/CarouselComponent.js
+++ b/src/CarouselComponent.js
@@ -30,7 +30,7 @@ const defaultProps = {
dismissOnHardwareBackPress: true,
navigatorStyle: null,
carouselStyle: null,
- show: false,
+ show: null,
};
... | bug fix - should call onShow/onDimiss callback when Did Focus | jacklam718_react-native-carousel-component | train |
335d99cbb30bbb45921d63104298a3a4f6808ba8 | diff --git a/api/common/context.go b/api/common/context.go
index <HASH>..<HASH> 100644
--- a/api/common/context.go
+++ b/api/common/context.go
@@ -30,10 +30,16 @@ type ContextKey int
const ctxKeyEngine = ContextKey(1)
+// WithEngine sets the k6 running Engine in the under the hood context.
+//
+// Deprecated: Use ... | Deprecated context-based utils | loadimpact_k6 | train |
c8246cb40a0882722f9288dc1727e5a59df8f214 | diff --git a/src/wavesurfer.js b/src/wavesurfer.js
index <HASH>..<HASH> 100644
--- a/src/wavesurfer.js
+++ b/src/wavesurfer.js
@@ -29,6 +29,9 @@ var WaveSurfer = {
this.createBackend();
this.bindClick();
+
+ // Used to save the current volume when muting so we can restore once unmuted
+ ... | - Added value for saving the current volume
- Renamed the function mute to toggleMute
- Implemented and the toggleMute method | katspaugh_wavesurfer.js | train |
285315a4240c73d31318cba495910a8429dda73a | diff --git a/nunaliit2-js/src/main/js/nunaliit2/n2.couch.indexedDb.js b/nunaliit2-js/src/main/js/nunaliit2/n2.couch.indexedDb.js
index <HASH>..<HASH> 100644
--- a/nunaliit2-js/src/main/js/nunaliit2/n2.couch.indexedDb.js
+++ b/nunaliit2-js/src/main/js/nunaliit2/n2.couch.indexedDb.js
@@ -325,6 +325,10 @@ var Database = $... | nunaliit2-js: Fix error when uploading a media file
Issue #<I> | GCRC_nunaliit | train |
2a704427c31222559744d3d26118fd9eaa77e679 | diff --git a/modules/impl/src/test/java/de/odysseus/el/tree/impl/CacheTest.java b/modules/impl/src/test/java/de/odysseus/el/tree/impl/CacheTest.java
index <HASH>..<HASH> 100644
--- a/modules/impl/src/test/java/de/odysseus/el/tree/impl/CacheTest.java
+++ b/modules/impl/src/test/java/de/odysseus/el/tree/impl/CacheTest.ja... | relaxed timeout for multi-thread cache test from 1 to <I> seconds | beckchr_juel | train |
8bdf1cdd2a1690599151357da2099314087b738b | diff --git a/openquake/commonlib/source.py b/openquake/commonlib/source.py
index <HASH>..<HASH> 100644
--- a/openquake/commonlib/source.py
+++ b/openquake/commonlib/source.py
@@ -503,6 +503,7 @@ source_model_dt = numpy.dtype([
('path', (str, 255)),
('num_rlzs', numpy.uint32),
('trts', (str, 255)),
+ (... | Serialized also num_ruptures in CompositionInfo | gem_oq-engine | train |
2de5a086f72f9ac43a9fdddc750362b4651175a9 | diff --git a/pyocd/coresight/core_ids.py b/pyocd/coresight/core_ids.py
index <HASH>..<HASH> 100644
--- a/pyocd/coresight/core_ids.py
+++ b/pyocd/coresight/core_ids.py
@@ -1,5 +1,5 @@
# pyOCD debugger
-# Copyright (c) 019 Arm Limited
+# Copyright (c) 2019 Arm Limited
# SPDX-License-Identifier: Apache-2.0
#
# License... | Core architecture enum and property. | mbedmicro_pyOCD | train |
0b3f7d8a713d89fcbda8b478221c4143fb1113fb | diff --git a/lib/metasploit/model/version.rb b/lib/metasploit/model/version.rb
index <HASH>..<HASH> 100644
--- a/lib/metasploit/model/version.rb
+++ b/lib/metasploit/model/version.rb
@@ -4,6 +4,6 @@ module Metasploit
# considered unstable because certain code may not be shared between metasploit_data_models, metas... | Fix specs modifying seeds
[#<I>] | rapid7_metasploit-model | train |
7a6dfb14f2b99ebb8e577e5a415f930539597667 | diff --git a/lib/honeybadger/config/yaml.rb b/lib/honeybadger/config/yaml.rb
index <HASH>..<HASH> 100644
--- a/lib/honeybadger/config/yaml.rb
+++ b/lib/honeybadger/config/yaml.rb
@@ -4,40 +4,39 @@ require 'erb'
module Honeybadger
class Config
- class Yaml < ::Hash
+ module Yaml
DISALLOWED_KEYS = [:'c... | Refactor Yaml config source. | honeybadger-io_honeybadger-ruby | train |
d14dc32d1800e61a4b509ab8410c848ae472bdd1 | diff --git a/lib/puppet/storage.rb b/lib/puppet/storage.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/storage.rb
+++ b/lib/puppet/storage.rb
@@ -4,26 +4,44 @@ module Puppet
# a class for storing state
class Storage
include Singleton
- @@state = Hash.new { |hash,key|
- hash[key] = Hash.new(nil)
-... | fixing storage class; it was not actually correctly retrieving state from disk
git-svn-id: <URL> | puppetlabs_puppet | train |
0dcefddae4db4a9dbd70176a455316a2c881819c | diff --git a/plugins/commands/serve/util/exception_logger.rb b/plugins/commands/serve/util/exception_logger.rb
index <HASH>..<HASH> 100644
--- a/plugins/commands/serve/util/exception_logger.rb
+++ b/plugins/commands/serve/util/exception_logger.rb
@@ -4,7 +4,13 @@ module VagrantPlugins
# Adds exception logging to... | Only add exception logger to non-generic methods | hashicorp_vagrant | train |
34dfa7a2d8679b874ad624ecd735e448eda4f258 | diff --git a/codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder.java b/codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder.java
index <HASH>..<HASH> 100644
--- a/codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder.java
+... | DefaultHttp2ConnectionEncoder private constructors on inner classes
Motivation:
DefaultHttp2ConnectionEncoder.FlowControlledHeaders and DefaultHttp2ConnectionEncoder.FlowControlledData have private constructors which may result in static factory methods being generated to construct instances of these classes.
Modific... | netty_netty | train |
43fe7b50644a3613fd662c5fe28da29b1269f0a2 | diff --git a/msm/mycroft_skills_manager.py b/msm/mycroft_skills_manager.py
index <HASH>..<HASH> 100644
--- a/msm/mycroft_skills_manager.py
+++ b/msm/mycroft_skills_manager.py
@@ -53,6 +53,10 @@ class MycroftSkillsManager(object):
func.__name__, skill.name, repr(e)
))
... | Capture all exceptions in threadpool apply
This makes sure no errors can prevent other functions from running | MycroftAI_mycroft-skills-manager | train |
78c397a552df35d3bd0e5cbc5a7b954b41af0b20 | diff --git a/lib/octopolo/github/label.rb b/lib/octopolo/github/label.rb
index <HASH>..<HASH> 100644
--- a/lib/octopolo/github/label.rb
+++ b/lib/octopolo/github/label.rb
@@ -37,7 +37,7 @@ module Octopolo
#
# label - a label object
def self.first_or_create(label)
- unless all.include?(label)... | changed first_or_create to check all_from_repo instead of all | sportngin_octopolo | train |
ef3830b9d58a14b8f5c2496887d330c59ef0a32a | diff --git a/api/transactions.js b/api/transactions.js
index <HASH>..<HASH> 100644
--- a/api/transactions.js
+++ b/api/transactions.js
@@ -181,15 +181,15 @@ function getTransactionHelper(request, response, callback) {
return async_callback(new errors.InvalidRequestError('Transaction not found. Missing hash'));... | Fix transaction hash lookup for validated db entries | ripple_ripple-rest | train |
bfc77afa1723a6f6fab7e32766b1b4a087f21bd9 | diff --git a/azure-functions-java-worker/src/main/java/com/microsoft/azure/webjobs/script/broker/JavaFunctionBroker.java b/azure-functions-java-worker/src/main/java/com/microsoft/azure/webjobs/script/broker/JavaFunctionBroker.java
index <HASH>..<HASH> 100644
--- a/azure-functions-java-worker/src/main/java/com/microsoft... | styling clean up
- import clean up
- removing reference to logger | Azure_azure-functions-java-worker | train |
4b7ec0273790cfe491d686b97894e04297d07c64 | diff --git a/lib/em-hiredis/base_client.rb b/lib/em-hiredis/base_client.rb
index <HASH>..<HASH> 100644
--- a/lib/em-hiredis/base_client.rb
+++ b/lib/em-hiredis/base_client.rb
@@ -21,7 +21,6 @@ module EventMachine::Hiredis
@defs = []
@command_queue = []
- @closing_connection = false
@reconnec... | Rename variable for clarity and reset on reconnect | mloughran_em-hiredis | train |
ee5dc926bb1c9f54030be9ec10451daaf85c24b6 | diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index <HASH>..<HASH> 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -2,6 +2,8 @@
error_reporting(E_ALL | E_STRICT);
-// include the composer autoloader and add our tests directory
+// include the composer autoloader
$autoloader = require __DIR_... | Restructure namespace to make it easier to distribute separate packages in the future | thephpleague_omnipay-migs | train |
a7ee95b33cecb4320af49469e26390b12ea8c54a | diff --git a/lib/couchrest/mixins/extended_attachments.rb b/lib/couchrest/mixins/extended_attachments.rb
index <HASH>..<HASH> 100644
--- a/lib/couchrest/mixins/extended_attachments.rb
+++ b/lib/couchrest/mixins/extended_attachments.rb
@@ -14,7 +14,7 @@ module CouchRest
# reads the data from an attachment
... | fixed extended attachment encoding part 2
encoding was done twice, once while setting attachment
and once while saving the document.
Also the attachment was decoded while retreaving, but this is done by
CouchDB itself automatically, as described in
<URL> | couchrest_couchrest | train |
dd478c24e32a62ad1dcc475dc93bdafe9eac4a7f | diff --git a/sos/plugins/lvm2.py b/sos/plugins/lvm2.py
index <HASH>..<HASH> 100644
--- a/sos/plugins/lvm2.py
+++ b/sos/plugins/lvm2.py
@@ -38,13 +38,24 @@ class Lvm2(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
self.add_cmd_output(cmd)
def setup(self):
- self.add_cmd_output("vgdisplay -vv",... | Set global{locking_type=0} when running lvm2 commands
The lvm2 commands that sos issues are all read-only. Disable
locking when running the commands to avoid blocking if another
process or node is holding a lock. | sosreport_sos | train |
3650ba6f5862c6f518980480cdb8737633433ad4 | diff --git a/admin/xmldb/actions/test/test.class.php b/admin/xmldb/actions/test/test.class.php
index <HASH>..<HASH> 100644
--- a/admin/xmldb/actions/test/test.class.php
+++ b/admin/xmldb/actions/test/test.class.php
@@ -74,9 +74,13 @@ class test extends XMLDBAction {
/// Silenty drop any previous test tables
... | Using the new table_exists() to initialize tests properly. | moodle_moodle | train |
ec4017a31a063e62f66af2f3751fb4ce4d9b7b6b | diff --git a/isort/settings.py b/isort/settings.py
index <HASH>..<HASH> 100644
--- a/isort/settings.py
+++ b/isort/settings.py
@@ -300,7 +300,11 @@ class Config(_Config):
combined_config["import_headings"] = import_headings
if "src_paths" not in combined_config:
- combined_config["src... | Ensure all provided src_paths are absolute | timothycrosley_isort | train |
6d2dfefb3e2ec889ba2248dd9bac908612b43ec8 | diff --git a/pkg/models/balanceinfo/balanceinfo.go b/pkg/models/balanceinfo/balanceinfo.go
index <HASH>..<HASH> 100644
--- a/pkg/models/balanceinfo/balanceinfo.go
+++ b/pkg/models/balanceinfo/balanceinfo.go
@@ -25,3 +25,13 @@ func FromRaw(raw []interface{}) (o *BalanceInfo, err error) {
return
}
+
+func UpdateFrom... | ability to get balance info update instance as well as balance info | bitfinexcom_bitfinex-api-go | train |
700041384f858380e914b796e8d26a2332d6080d | diff --git a/modules/custom/activity_creator/src/ActivityFactory.php b/modules/custom/activity_creator/src/ActivityFactory.php
index <HASH>..<HASH> 100644
--- a/modules/custom/activity_creator/src/ActivityFactory.php
+++ b/modules/custom/activity_creator/src/ActivityFactory.php
@@ -26,6 +26,7 @@ class ActivityFactory e... | DS-<I> by frankgraave: fix coding standard for activity_creator and download_count | goalgorilla_open_social | train |
00201ffaa8e0c725b1acd429f5e5a712f30378d1 | diff --git a/cmd/helm/upgrade.go b/cmd/helm/upgrade.go
index <HASH>..<HASH> 100644
--- a/cmd/helm/upgrade.go
+++ b/cmd/helm/upgrade.go
@@ -112,6 +112,7 @@ func newUpgradeCmd(cfg *action.Configuration, out io.Writer) *cobra.Command {
instClient.Atomic = client.Atomic
instClient.PostRenderer = client.PostRend... | pass subchart notes option to install client | helm_helm | train |
b33d4a9d268dbfa9fe2dd41a7f6d31c794795f41 | diff --git a/structr-ui/src/main/resources/structr/js/flows.js b/structr-ui/src/main/resources/structr/js/flows.js
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/resources/structr/js/flows.js
+++ b/structr-ui/src/main/resources/structr/js/flows.js
@@ -618,8 +618,6 @@ let _Flows = {
let entity = detail.e... | Bugfix: Set language in flow editor text editors to 'auto' and remove debug log | structr_structr | train |
385a774a2ad6cc76c476dc88e6f44b940610e9ae | diff --git a/main.py b/main.py
index <HASH>..<HASH> 100644
--- a/main.py
+++ b/main.py
@@ -1,6 +1,6 @@
# NOTE: These settings and imports should be the only things that change
# across experiments on different datasets and ML model types.
-import experiments.sample_2 as experiment
+import experiments.sample as ... | Fixed a corner-case in the normalization | algofairness_BlackBoxAuditing | train |
c722ab9c768af64b3528a8fc780fad3ababd402d | diff --git a/lib/gulp-uglify-error.js b/lib/gulp-uglify-error.js
index <HASH>..<HASH> 100644
--- a/lib/gulp-uglify-error.js
+++ b/lib/gulp-uglify-error.js
@@ -1,4 +1,13 @@
'use strict';
var makeErrorCause = require('make-error-cause');
-module.exports = makeErrorCause('GulpUglifyError');
+var gulpUglifyError = make... | fix(errors): restore file and line info
When upgrading to version <I> the errors implementation was changed,
and the "filename" and "line" context was removed from the `toString`
representation. This commit restores the information by extending the
`make-error-cause` method.
Fixes #<I>. | terinjokes_gulp-uglify | train |
b54ceeaa8522e1e04fa300d80eeebbdea9df5dff | diff --git a/schema_salad/ref_resolver.py b/schema_salad/ref_resolver.py
index <HASH>..<HASH> 100644
--- a/schema_salad/ref_resolver.py
+++ b/schema_salad/ref_resolver.py
@@ -179,7 +179,13 @@ class DefaultFetcher(Fetcher):
raise ValueError('Unsupported scheme in url: %s' % url)
def urljoin(self, bas... | windows compatibility issue: windows Drive names are considered as scheme | common-workflow-language_schema_salad | train |
c3b79a2a6ac00ec80c63050bf32d22bf2acb6816 | diff --git a/tests/Divergence/AppTest.php b/tests/Divergence/AppTest.php
index <HASH>..<HASH> 100644
--- a/tests/Divergence/AppTest.php
+++ b/tests/Divergence/AppTest.php
@@ -75,9 +75,6 @@ class AppTest extends TestCase
//$this->App->init($this->ApplicationPath);
}
- /**
- * @covers App::init
- ... | Remove @covers since it does it automagically and change MySQL test for interoperability | Divergence_framework | train |
0d4bfe60f8437b0dd3e65a8668b300efc5a7f00d | diff --git a/lib/jumpstart/filetools.rb b/lib/jumpstart/filetools.rb
index <HASH>..<HASH> 100644
--- a/lib/jumpstart/filetools.rb
+++ b/lib/jumpstart/filetools.rb
@@ -121,11 +121,13 @@ module JumpStart::FileTools
# Hello there NAME from COUNTRY
# Will also replace strings present in the target_file path. so if th... | added functionality for replacing strings with a capitalized version if the hook in the template is appended with _CLASS | i0n_jumpstart | train |
ee669951f2d760298e139ac126cd286f4cefb6a4 | diff --git a/seaglass/trunk/seaglass/src/main/java/com/seaglass/component/SeaGlassTitlePane.java b/seaglass/trunk/seaglass/src/main/java/com/seaglass/component/SeaGlassTitlePane.java
index <HASH>..<HASH> 100644
--- a/seaglass/trunk/seaglass/src/main/java/com/seaglass/component/SeaGlassTitlePane.java
+++ b/seaglass/trun... | Tooltips are working, I think.
Added document modified listener on rootpane to update the close button. | khuxtable_seaglass | train |
a3a2d1a34571fd72816d608b40e9ac574fed8eb7 | diff --git a/scanner/src/main/java/com/buschmais/jqassistant/core/scanner/impl/FileScannerImpl.java b/scanner/src/main/java/com/buschmais/jqassistant/core/scanner/impl/FileScannerImpl.java
index <HASH>..<HASH> 100644
--- a/scanner/src/main/java/com/buschmais/jqassistant/core/scanner/impl/FileScannerImpl.java
+++ b/scan... | #<I> reworked node structure for properties and property files | buschmais_jqa-core-framework | train |
430b30fa901ca378b735780a3fe54bc25d260ee6 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,15 @@ If you do not specify `allowedTags` or `allowedAttributes` our default list is a
// URL schemes we permit
allowedSchemes: [ 'http', 'https', 'ftp', 'mailto' ]
+"What if I want to allow all tags ... | Option to turn off whitelist for tags and attributes | punkave_sanitize-html | train |
a9598c0bda22d72718e16c828be86788573b1a91 | diff --git a/lib/beaker-pe/version.rb b/lib/beaker-pe/version.rb
index <HASH>..<HASH> 100644
--- a/lib/beaker-pe/version.rb
+++ b/lib/beaker-pe/version.rb
@@ -3,7 +3,7 @@ module Beaker
module PE
module Version
- STRING = '1.40.3'
+ STRING = '1.40.4'
end
end | (GEM) update beaker-pe version to <I> | puppetlabs_beaker-pe | train |
a1734e3c63995b8bd21b2d4280bf85b7c84acd00 | diff --git a/README.rst b/README.rst
index <HASH>..<HASH> 100644
--- a/README.rst
+++ b/README.rst
@@ -3,4 +3,46 @@ Django-Choices
============================
Order and sanity for django model choices.
------------------------------------------------------
-Documentation in the works.
+*Documentation is a work in p... | More tests. Slightly better README. | bigjason_django-choices | train |
65ef40c2dc49400d3e2f65068a44c4129cf9eb4f | diff --git a/Classes/Core/Acceptance/Extension/BackendEnvironment.php b/Classes/Core/Acceptance/Extension/BackendEnvironment.php
index <HASH>..<HASH> 100644
--- a/Classes/Core/Acceptance/Extension/BackendEnvironment.php
+++ b/Classes/Core/Acceptance/Extension/BackendEnvironment.php
@@ -19,7 +19,6 @@ use Codeception\Eve... | [TASK] Remove unused functionality
Several properties and methods are unused in TYPO3 <I>
and do not need to be instantiated anymore, so they
can be removed. | TYPO3_testing-framework | train |
5582ad0445029672daf0f18fb12a3d940dbc6bb7 | diff --git a/testing/python/fixture.py b/testing/python/fixture.py
index <HASH>..<HASH> 100644
--- a/testing/python/fixture.py
+++ b/testing/python/fixture.py
@@ -3790,17 +3790,28 @@ def test_pytest_fixture_setup_and_post_finalizer_hook(testdir):
class TestScopeOrdering(object):
"""Class of tests that ensure fixt... | remove use of formatting in test_func_closure_module_auto
this makes it apparent that pytester should supply some kind of variable support | pytest-dev_pytest | train |
f9429987eea8a83b8126c450e5ff07c57312f59b | diff --git a/ci/datamgr.py b/ci/datamgr.py
index <HASH>..<HASH> 100755
--- a/ci/datamgr.py
+++ b/ci/datamgr.py
@@ -8,7 +8,6 @@ from pathlib import Path
import click
import pandas as pd
import sqlalchemy as sa
-from plumbum import local
from toolz import dissoc
SCRIPT_DIR = Path(__file__).parent.absolute()
@@ -24... | refactor: remove psql_path from postgres data loading (#<I>) | ibis-project_ibis | train |
2fa8d65d5ced8183794bae581a11eb088b082fa3 | diff --git a/gulp/tasks/docs.js b/gulp/tasks/docs.js
index <HASH>..<HASH> 100644
--- a/gulp/tasks/docs.js
+++ b/gulp/tasks/docs.js
@@ -136,7 +136,8 @@ function parseJSONToMarkdown(json) {
}
function mergeMixinDocs(componentJson) {
- if (componentJson[0].mixes == null || componentJson[0].mixes === undefined) {
+ i... | Cope with class file that has no jsDoc comments. | elix_elix | train |
98e69ad3fe0c8b01df329594e4955c1e6d149aaa | diff --git a/src/drakonli/PhpUtils/Spl/File/Info/Collection/Basic/BasicSplFileInfoCollection.php b/src/drakonli/PhpUtils/Spl/File/Info/Collection/Basic/BasicSplFileInfoCollection.php
index <HASH>..<HASH> 100644
--- a/src/drakonli/PhpUtils/Spl/File/Info/Collection/Basic/BasicSplFileInfoCollection.php
+++ b/src/drakonli/... | + fixed spl file info collection based on new fix for immutable parameter bag | drakonli_php-utils | train |
c6fc8ef62c4d931991a302a7fa25b06a4695fad6 | diff --git a/src/foremast/utils/deep_chain_map.py b/src/foremast/utils/deep_chain_map.py
index <HASH>..<HASH> 100644
--- a/src/foremast/utils/deep_chain_map.py
+++ b/src/foremast/utils/deep_chain_map.py
@@ -48,10 +48,10 @@ class DeepChainMap(collections.ChainMap):
for mapping in self.maps:
try:
... | refactor: Simply logic and set single return line | foremast_foremast | train |
bc863b2dbc4bd07e53ed647f8c33b652fd099336 | diff --git a/commerce-account-web/src/main/java/com/liferay/commerce/account/web/internal/frontend/CommerceAccountClayTable.java b/commerce-account-web/src/main/java/com/liferay/commerce/account/web/internal/frontend/CommerceAccountClayTable.java
index <HASH>..<HASH> 100644
--- a/commerce-account-web/src/main/java/com/... | COMMERCE-<I> Refactor Account table to change and show active status of accounts | liferay_com-liferay-commerce | train |
a7fe64e43069f30ecce3c20bdd1c02da867845ac | diff --git a/libs/verysimple/Util/VsDateUtil.php b/libs/verysimple/Util/VsDateUtil.php
index <HASH>..<HASH> 100644
--- a/libs/verysimple/Util/VsDateUtil.php
+++ b/libs/verysimple/Util/VsDateUtil.php
@@ -12,6 +12,18 @@
*/
class VsDateUtil
{
+ /** @var int one day in milliseconds */
+ static $ONE_DAY = 86400000;
+
+... | added utility vars for days, hours, minutes, seconds to VsDateUtil | jasonhinkle_phreeze | train |
e994d6c706e625dbceece46df3a4b53d9d939634 | diff --git a/ext/memory/src/test/java/org/minimalj/repository/memory/InMemoryDbSelfReferenceTest.java b/ext/memory/src/test/java/org/minimalj/repository/memory/InMemoryDbSelfReferenceTest.java
index <HASH>..<HASH> 100644
--- a/ext/memory/src/test/java/org/minimalj/repository/memory/InMemoryDbSelfReferenceTest.java
+++ ... | InMemoryDbSelfReferenceTest.testCycleWithOneInserts actually works
no need to ignore | BrunoEberhard_minimal-j | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.