hash stringlengths 40 40 | diff stringlengths 131 26.7k | message stringlengths 7 694 | project stringlengths 5 67 | split stringclasses 1
value | diff_languages stringlengths 2 24 |
|---|---|---|---|---|---|
6f6736e4ec05ee84b9a08a0a48f84c2c734731b9 | diff --git a/go/caddy/api-aaa/api-aaa.go b/go/caddy/api-aaa/api-aaa.go
index <HASH>..<HASH> 100644
--- a/go/caddy/api-aaa/api-aaa.go
+++ b/go/caddy/api-aaa/api-aaa.go
@@ -95,7 +95,7 @@ func buildApiAAAHandler(ctx context.Context) (ApiAAAHandler, error) {
apiAAA.webservicesBackend.SetUser(pfconfigdriver.Config.PfConf... | don't rely on localhost (use <I>) for API login | inverse-inc_packetfence | train | go |
71e2fb533d51577382a1f2090599c1dd5316bfaf | 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
@@ -448,12 +448,14 @@ class AuthComponent extends Object {
trigger_error(__("Could not find \$use... | fix for ticket #<I> setting correct defaults when userModel is a plugin
model | cakephp_cakephp | train | php |
e3b1cb41aa6cded72acbe1e34376b5aa06ce0c55 | diff --git a/lib/text/text_engine.js b/lib/text/text_engine.js
index <HASH>..<HASH> 100644
--- a/lib/text/text_engine.js
+++ b/lib/text/text_engine.js
@@ -452,8 +452,6 @@ shaka.text.TextEngine.prototype.getNumberOfClosedCaptionChannels = function() {
*/
shaka.text.TextEngine.prototype.getNumberOfClosedCaptionsInChan... | Remove Redundant Null Check in TextEngine
The close caption map cannot be null in text engine, but we were
still checking if it was falsy. Since it can't be null, we can remove
the falsy check.
With the falsy check removed, the expression was able to be reduce
even further.
Change-Id: I<I>bc<I>cfa<I>cc6b<I>b<I>e<I>f... | google_shaka-player | train | js |
282f2120979d0d97ae52feb557a19c094e548c87 | diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py
index <HASH>..<HASH> 100644
--- a/setuptools/command/egg_info.py
+++ b/setuptools/command/egg_info.py
@@ -720,7 +720,7 @@ def write_entries(cmd, basename, filename):
if isinstance(ep, str) or ep is None:
data = ep
- elif ep ... | Remove duplicate check on ep is None. | pypa_setuptools | train | py |
f3b450cf70ba430757b9ec7045a9b2cfb819600b | diff --git a/lib/database_rewinder.rb b/lib/database_rewinder.rb
index <HASH>..<HASH> 100644
--- a/lib/database_rewinder.rb
+++ b/lib/database_rewinder.rb
@@ -73,7 +73,7 @@ module DatabaseRewinder
# cache AR connection.tables
def all_table_names(connection)
- cache_key = connection.pool.spec.config
+ ... | Fix cache_key for rails <I>
This commit adapts the change (rails/rails@<I>c<I>bbfa<I>cedd0fffa<I>ea1.)
for rails <I>. | amatsuda_database_rewinder | train | rb |
db1f2c32a2e575588aa8cd0b5fb48d6878aad347 | diff --git a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/GermanSpellerRule.java b/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/GermanSpellerRule.java
index <HASH>..<HASH> 100644
--- a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/German... | [de] suggest "Nachricht" | languagetool-org_languagetool | train | java |
b988eb20cf4adf7e3ccd759056724087bedf0b67 | diff --git a/Client.php b/Client.php
index <HASH>..<HASH> 100644
--- a/Client.php
+++ b/Client.php
@@ -581,6 +581,10 @@ class Client implements ClientInterface
$value = $value->format('Y-m-d\TH:i:sP');
}
break;
+
+ case 'base64Binary':
+... | Add support for base<I>Binary SOAP type | phpforce_soap-client | train | php |
4aba198c79c707049c527db1091932207dc3dd14 | diff --git a/openquake/commands/engine.py b/openquake/commands/engine.py
index <HASH>..<HASH> 100644
--- a/openquake/commands/engine.py
+++ b/openquake/commands/engine.py
@@ -42,7 +42,7 @@ def read(calc_id, username=None):
:param username: if given, restrict the search to the user's calculations
:returns: the... | Small fix [skip CI] | gem_oq-engine | train | py |
556efa4cec67ab95073a606d9b39d0dfb8a01b83 | diff --git a/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java b/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java
index <HASH>..<HASH> 100644
--- a/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.... | [FLINK-<I>][hotfix][task] Simplify exception handling in StreamTask#dispatchOperatorEvent
Since Mails are allowed to throw an exception, there is no need to manually handle
the exceptions in every mail. | apache_flink | train | java |
4c1e53b62f53d41eb02b342bca3c21935a5c16e4 | diff --git a/closure/goog/testing/testcase.js b/closure/goog/testing/testcase.js
index <HASH>..<HASH> 100644
--- a/closure/goog/testing/testcase.js
+++ b/closure/goog/testing/testcase.js
@@ -294,9 +294,10 @@ goog.testing.TestCase.prototype.onCompleteCallback_ = null;
/**
* Adds a new test to the test case.
- * @pa... | Fix type inconsistency found by upcoming compiler changes.
-------------
Created by MOE: <URL> | google_closure-library | train | js |
5a78411da74f438590a1d76d71213a5b667c379e | diff --git a/command/bdist_dumb.py b/command/bdist_dumb.py
index <HASH>..<HASH> 100644
--- a/command/bdist_dumb.py
+++ b/command/bdist_dumb.py
@@ -70,7 +70,7 @@ class bdist_dumb (Command):
# And make an archive relative to the root of the
# pseudo-installation tree.
- archive_basename = "%s.%... | Changed to call 'get_fullname()', not 'get_full_name()', on Distribution object. | pypa_setuptools | train | py,py |
b35b7c703f593ff2669de63bfd95b3366b2fc5a2 | diff --git a/openid/consumer/interface.py b/openid/consumer/interface.py
index <HASH>..<HASH> 100644
--- a/openid/consumer/interface.py
+++ b/openid/consumer/interface.py
@@ -7,7 +7,8 @@
class OpenIDConsumerFacade(object):
""" """
- def __init__(self, store=None, fetcher=None, immediate=False, split=False):
... | [project @ Added trust_root to the facade] | openid_python-openid | train | py |
a071c1a3ec2df79e48b2202f7d6adf2645b3f762 | diff --git a/mots_vides/tests/factory.py b/mots_vides/tests/factory.py
index <HASH>..<HASH> 100644
--- a/mots_vides/tests/factory.py
+++ b/mots_vides/tests/factory.py
@@ -35,11 +35,17 @@ class StopWordFactoryTestCase(TestCase):
def test_get_stopwords_unavailable_language(self):
self.assertRaises(StopWor... | Reach <I>% coverage on factory | Fantomas42_mots-vides | train | py |
0e0a79c1b3436d3f8218187e82fd480aec6f1663 | diff --git a/any_urlfield/forms/fields.py b/any_urlfield/forms/fields.py
index <HASH>..<HASH> 100644
--- a/any_urlfield/forms/fields.py
+++ b/any_urlfield/forms/fields.py
@@ -5,7 +5,6 @@ import copy
import django
from any_urlfield.forms.widgets import AnyUrlWidget
-from any_urlfield.models.values import AnyUrlValue... | Fix building docs, avoid ImportError from models->forms->models->registry | edoburu_django-any-urlfield | train | py |
dcdea6a30efe29fa3fbc2b6e90c3164e29dcf0e1 | 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,7 @@ var defaultTypes = {
};
var mediaKeys = Object.keys(mediaQuery.all);
var types = assign(defaultTypes, mediaQuery.all);
-var excludedQueryKeys = Object.keys(types);
+var excludedQueryKeys = Obj... | remove types prop
change excludedQueryKeys to accept defaultTypes | contra_react-responsive | train | js |
ce25b8ede48ac1039220a6d4841a286cd98da594 | diff --git a/trading_calendars/tase_holidays.py b/trading_calendars/tase_holidays.py
index <HASH>..<HASH> 100644
--- a/trading_calendars/tase_holidays.py
+++ b/trading_calendars/tase_holidays.py
@@ -323,8 +323,6 @@ class _SimchatTorah(_HolidayOffset):
# Holiday instances for holidays observed by TASE.
Purim = Holid... | Remove Shushan Purim where Exchange is open. | quantopian_trading_calendars | train | py |
a046792de912146582828de1baf3008750d93bd0 | diff --git a/pandas/core/interchange/buffer.py b/pandas/core/interchange/buffer.py
index <HASH>..<HASH> 100644
--- a/pandas/core/interchange/buffer.py
+++ b/pandas/core/interchange/buffer.py
@@ -1,14 +1,14 @@
from __future__ import annotations
import numpy as np
-from packaging import version
from pandas.core.in... | BUG: avoid relying on external packaging package in interchange protocol (#<I>) | pandas-dev_pandas | train | py |
09b45647daf2d42ee97778f6b1291a05e9d7411f | diff --git a/tools/buildHTML.js b/tools/buildHTML.js
index <HASH>..<HASH> 100644
--- a/tools/buildHTML.js
+++ b/tools/buildHTML.js
@@ -61,9 +61,6 @@ Promise.all(
} else {
minifiedHtml = minify(HTMLString, options);
}
- var handler = new htmlparser.DefaultHandler(fun... | The html description and keywords is out of sync with package.json's #<I>: Fixed | GrosSacASac_DOM99 | train | js |
7a2bfcb895c50e5f926199530473cbffceb83571 | diff --git a/aws/resource_aws_sso_permission_set.go b/aws/resource_aws_sso_permission_set.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_sso_permission_set.go
+++ b/aws/resource_aws_sso_permission_set.go
@@ -299,14 +299,8 @@ func resourceAwsSsoPermissionSetRead(d *schema.ResourceData, meta interface{}) e
if pe... | Update aws/resource_aws_sso_permission_set.go | terraform-providers_terraform-provider-aws | train | go |
318e01b7ac1dc5bc7d0367ff196276bcc8edd7d0 | diff --git a/summary/request.py b/summary/request.py
index <HASH>..<HASH> 100644
--- a/summary/request.py
+++ b/summary/request.py
@@ -1,6 +1,7 @@
"""
Wrapper for `requests`.
"""
+import time
import config, logging, requests
logger = logging.getLogger(__name__)
@@ -31,8 +32,13 @@ def phantomjs_get(url):
d... | Sleep while PhantomJS gets the redirects | svven_summary | train | py |
9a7bd21fb36011fa5bac55cc6e0fad43a3d1cf8a | diff --git a/admin/renderer.php b/admin/renderer.php
index <HASH>..<HASH> 100644
--- a/admin/renderer.php
+++ b/admin/renderer.php
@@ -918,9 +918,11 @@ class core_admin_renderer extends plugin_renderer_base {
} else {
$str = 'otherplugin';
}
+ $componenturl = new mo... | MDL-<I> linked dependant plugin component text to plugins DB | moodle_moodle | train | php |
ffd8f2bfc65d9fb2bf44c6d07b921be121656b58 | diff --git a/subconscious/model.py b/subconscious/model.py
index <HASH>..<HASH> 100644
--- a/subconscious/model.py
+++ b/subconscious/model.py
@@ -48,8 +48,10 @@ class ModelMeta(type):
assert cls._pk is None, "Only one primary key is allowed"
cls._pk = column
... | added pk and composite keys to indexed column names | paxosglobal_subconscious | train | py |
f4de6a55dc2a363619eeac95391f3344ef39d842 | diff --git a/tock/graphs.py b/tock/graphs.py
index <HASH>..<HASH> 100644
--- a/tock/graphs.py
+++ b/tock/graphs.py
@@ -41,6 +41,27 @@ class Graph(object):
self.edges[u].setdefault(v, [])
return self.edges[u][v]
+ def only_path(self):
+ """Finds the only path from the start node. If there i... | add Graph.only_path() | ND-CSE-30151_tock | train | py |
ef9b398f4cb4a2d43e837610ba401cfd6830f100 | diff --git a/pkg/kubelet/server/stats/summary.go b/pkg/kubelet/server/stats/summary.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/server/stats/summary.go
+++ b/pkg/kubelet/server/stats/summary.go
@@ -83,6 +83,10 @@ func (sp *summaryProviderImpl) Get() (*statsapi.Summary, error) {
statsapi.SystemContainerMisc: ... | Skip system container cgroup stats if undefined | kubernetes_kubernetes | train | go |
2284374fdc2c170a7bdd6b42fd66115d8e7d3c49 | diff --git a/test/test-50-fs-runtime-layer-2/test-x-index.js b/test/test-50-fs-runtime-layer-2/test-x-index.js
index <HASH>..<HASH> 100644
--- a/test/test-50-fs-runtime-layer-2/test-x-index.js
+++ b/test/test-50-fs-runtime-layer-2/test-x-index.js
@@ -114,10 +114,15 @@ function test01e (badFd) {
asser... | testing fs.readdir(theFile) on fs-layer-2 | zeit_pkg | train | js |
25ea4e8f8af84f815c9eef9136fa14d300da9e15 | diff --git a/smtp.php b/smtp.php
index <HASH>..<HASH> 100644
--- a/smtp.php
+++ b/smtp.php
@@ -290,7 +290,7 @@ class SMTP extends Magic {
* @param $user string
* @param $pw string
**/
- function __construct($host,$port,$scheme,$user,$pw) {
+ function __construct($host='localhost',$port=25,$scheme=null,$user=null,... | Set default paramaters for smtp class
Allows using the smtp class with local mailserver by just using "new \SMTP()" instead of having to define all parameters. | bcosca_fatfree-core | train | php |
1f86e5646a70e96e47630d001a02bd6988c86436 | diff --git a/src/Vendor/Laravel/Models/Log.php b/src/Vendor/Laravel/Models/Log.php
index <HASH>..<HASH> 100644
--- a/src/Vendor/Laravel/Models/Log.php
+++ b/src/Vendor/Laravel/Models/Log.php
@@ -126,7 +126,7 @@ class Log extends Base {
$result = $this
->join('tracker_route_paths', 'tracker_route_paths.id', '='... | Fix not being found when route has not parameters | antonioribeiro_tracker | train | php |
70b43c138e822f6738daadd82958cca14fac2827 | diff --git a/icontrol/__init__.py b/icontrol/__init__.py
index <HASH>..<HASH> 100644
--- a/icontrol/__init__.py
+++ b/icontrol/__init__.py
@@ -1 +1 @@
-__version__ = "1.0.6"
+__version__ = "1.0.7" | Bump release to <I>
Issues:
Fixes #<I>
Problem:
Need to bump release of this repo to <I> to release authtoken and use
requests >= <I>.
Analysis:
Bumped release to <I> and ran tests
Tests:
All tests pass | F5Networks_f5-icontrol-rest-python | train | py |
0007eac07677650b40e5364616de5e67e8bf4a38 | diff --git a/src/Mcamara/LaravelLocalization/LaravelLocalization.php b/src/Mcamara/LaravelLocalization/LaravelLocalization.php
index <HASH>..<HASH> 100644
--- a/src/Mcamara/LaravelLocalization/LaravelLocalization.php
+++ b/src/Mcamara/LaravelLocalization/LaravelLocalization.php
@@ -86,6 +86,7 @@ class LaravelLocalizati... | Generate locales when constructing. | mcamara_laravel-localization | train | php |
ba1f863c906a3f0b711ba4f662caf922b0fe87fd | diff --git a/lib/elephrame/streaming/reply.rb b/lib/elephrame/streaming/reply.rb
index <HASH>..<HASH> 100644
--- a/lib/elephrame/streaming/reply.rb
+++ b/lib/elephrame/streaming/reply.rb
@@ -43,7 +43,7 @@ module Elephrame
# unless that account is our own, or the tagged account
# has #NoBot
mentio... | changed reply_with_mentions to use new no_bot? check | theZacAttacks_elephrame | train | rb |
5ddbb49982e117174e3c841ad9c421f1f825281a | diff --git a/pyVmomi/SoapAdapter.py b/pyVmomi/SoapAdapter.py
index <HASH>..<HASH> 100644
--- a/pyVmomi/SoapAdapter.py
+++ b/pyVmomi/SoapAdapter.py
@@ -1312,7 +1312,8 @@ class SoapStubAdapter(SoapStubAdapterBase):
headers = {'Cookie' : self.cookie,
'SOAPAction' : self.versionId,
- ... | Add user-agent header when connecting to vsphere | vmware_pyvmomi | train | py |
76e8c3ddd0616b9f11712bf26b96c56c669bb55d | diff --git a/packages/craco/lib/user-config-utils.js b/packages/craco/lib/user-config-utils.js
index <HASH>..<HASH> 100644
--- a/packages/craco/lib/user-config-utils.js
+++ b/packages/craco/lib/user-config-utils.js
@@ -14,6 +14,10 @@ function whenProd(fct) {
return when(process.env.NODE_ENV === "production", fct);... | Added a whenCI helper for config | sharegate_craco | train | js |
34bccd8e562dd717a34cac5a234c2ca91483fdb2 | diff --git a/spec/check_spec.rb b/spec/check_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/check_spec.rb
+++ b/spec/check_spec.rb
@@ -149,8 +149,9 @@ describe 'dco check' do
end # /context with the master branch
context 'with an author mismatch' do
+ file 'msg', "first branch commit\n\nSigned-off-by: Commit... | Make sure Windows groks the newlines in there. | coderanger_dco | train | rb |
63cccdb60bfa091b78eeef2766e2a5ae1107f486 | diff --git a/src/org/zaproxy/zap/extension/stdmenus/PopupMenuSpiderContext.java b/src/org/zaproxy/zap/extension/stdmenus/PopupMenuSpiderContext.java
index <HASH>..<HASH> 100644
--- a/src/org/zaproxy/zap/extension/stdmenus/PopupMenuSpiderContext.java
+++ b/src/org/zaproxy/zap/extension/stdmenus/PopupMenuSpiderContext.ja... | Clean up, removed unnecessary TODO comment. | zaproxy_zaproxy | train | java |
a54af9840f842894802d153b80c0f6de9f469c53 | diff --git a/datajoint/schema.py b/datajoint/schema.py
index <HASH>..<HASH> 100644
--- a/datajoint/schema.py
+++ b/datajoint/schema.py
@@ -58,5 +58,5 @@ class schema:
@property
def jobs(self):
- return get_jobs(self.connection, self.database)
+ return self.connection.jobs[self.database] | schema now has the attribute `jobs` containing the job reservation table | datajoint_datajoint-python | train | py |
043611f0d0f4e2a4d9dcd39c09dfbce283f2ac2f | diff --git a/libraries/common/components/Router/helpers/parsed-link/actions.js b/libraries/common/components/Router/helpers/parsed-link/actions.js
index <HASH>..<HASH> 100644
--- a/libraries/common/components/Router/helpers/parsed-link/actions.js
+++ b/libraries/common/components/Router/helpers/parsed-link/actions.js
@... | PWA-<I> - sgapi links must not have trailing slashes | shopgate_pwa | train | js |
e719482c890514606aefc845b28e6516b16a314d | diff --git a/lib/config/index.js b/lib/config/index.js
index <HASH>..<HASH> 100644
--- a/lib/config/index.js
+++ b/lib/config/index.js
@@ -1,20 +1,23 @@
module.exports = (function(){
'use strict';
- var conf = {
- db: {},
- crypto: {},
- cache: {},
- assets: {},
- logger : ... | Checked for undefined in case someone init conf without specifying it. | grasshopper-cms_grasshopper-core-nodejs | train | js |
f554b346a639c8f38d6de0abe563d7c9d96518f0 | diff --git a/worker/uniter/runner/jujuc/tools.go b/worker/uniter/runner/jujuc/tools.go
index <HASH>..<HASH> 100644
--- a/worker/uniter/runner/jujuc/tools.go
+++ b/worker/uniter/runner/jujuc/tools.go
@@ -23,12 +23,11 @@ func EnsureSymlinks(dir string) (err error) {
err = errors.Annotatef(err, "cannot initialize hook... | Added support for detecting symlinks | juju_juju | train | go |
4a001368cc87c126936c3cf239577a58a7c2e72e | diff --git a/examples/signaling-server.py b/examples/signaling-server.py
index <HASH>..<HASH> 100644
--- a/examples/signaling-server.py
+++ b/examples/signaling-server.py
@@ -5,7 +5,7 @@
import asyncio
import binascii
-import secrets
+import os
import websockets
@@ -13,7 +13,7 @@ clients = {}
async def ec... | [examples] don't use 'secrets', it's not available in python <I> | aiortc_aioice | train | py |
2461d09f94eda3243102dfb6b07dbf6249c19b4c | diff --git a/src/ArUtil/I18N/Transliteration.php b/src/ArUtil/I18N/Transliteration.php
index <HASH>..<HASH> 100755
--- a/src/ArUtil/I18N/Transliteration.php
+++ b/src/ArUtil/I18N/Transliteration.php
@@ -186,7 +186,7 @@ class Transliteration
*/
public static function en2ar($string, $locale='en_US')
{
- ... | Comment out setlocale to avoid preg_split issue #<I> | alhoqbani_ar-php | train | php |
391b633a16300acdd5c191627e5f9aef769f181c | diff --git a/Helper/LanguageSwitcherHelper.php b/Helper/LanguageSwitcherHelper.php
index <HASH>..<HASH> 100644
--- a/Helper/LanguageSwitcherHelper.php
+++ b/Helper/LanguageSwitcherHelper.php
@@ -16,6 +16,7 @@ use Networking\InitCmsBundle\Model\PageInterface;
use Networking\InitCmsBundle\Model\PageManagerInterface;
us... | if route not found in DB, definition comes from routing file | networking_init-cms-bundle | train | php |
7f6caf152ec5aa6711432eeaf2ac10a8fc54ca88 | diff --git a/lib/util.js b/lib/util.js
index <HASH>..<HASH> 100644
--- a/lib/util.js
+++ b/lib/util.js
@@ -246,15 +246,8 @@ exports.isFile = function(path) {
return false;
};
-exports.isFileP = function(path) {
- return Q.when(QW.execute(FS.stat, path),
- function(stat) {
- return stat.isFi... | Fix `util.isFileP()` and mark it as deprecated | bem-archive_bem-tools | train | js |
5dd9df44af12b1cedf568a316524797d6fe2e98f | diff --git a/src/Go/Instrument/Transformer/FilterInjectorTransformer.php b/src/Go/Instrument/Transformer/FilterInjectorTransformer.php
index <HASH>..<HASH> 100644
--- a/src/Go/Instrument/Transformer/FilterInjectorTransformer.php
+++ b/src/Go/Instrument/Transformer/FilterInjectorTransformer.php
@@ -116,7 +116,11 @@ clas... | Fix small bug on Windows, when there are mixed directory separators in the path | goaop_framework | train | php |
75bc7841870ef79bf12509d8c8dcbbdf8db36913 | diff --git a/lib/jss/api_object/user.rb b/lib/jss/api_object/user.rb
index <HASH>..<HASH> 100644
--- a/lib/jss/api_object/user.rb
+++ b/lib/jss/api_object/user.rb
@@ -168,7 +168,7 @@ module JSS
@phone_number = @init_data[:phone_number]
@position = @init_data[:position]
@ldap_server = JSS::APIObject... | Allows users to be added without providing an ldap server. | PixarAnimationStudios_ruby-jss | train | rb |
a3245b3a84cb7a2fb6373eaf73856fc429296da2 | diff --git a/lib/fog/aws.rb b/lib/fog/aws.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/aws.rb
+++ b/lib/fog/aws.rb
@@ -131,10 +131,6 @@ module Fog
"ip-#{ip_address.gsub('.','-')}.ec2.internal"
end
- def self.etag
- Fog::Mock.random_hex(32)
- end
-
def self.image
path =... | [aws|storage|test] Replaced random ETag implementation with MD5, per S3 docs. | fog_fog | train | rb,rb |
f7f40080670e955e6df2c5c0fd7c8737aee5028c | diff --git a/rootpy/root2array/root2array.py b/rootpy/root2array/root2array.py
index <HASH>..<HASH> 100644
--- a/rootpy/root2array/root2array.py
+++ b/rootpy/root2array/root2array.py
@@ -11,6 +11,21 @@ from ..utils import asrootpy
from .root_numpy import pyroot2rec, pyroot2array
+def recarray_append_field(rec, nam... | function that adds a field to a recarray | rootpy_rootpy | train | py |
12984d3eb3407abf5da7f7352dd7cf549abae6b0 | diff --git a/lib/page/process-uploads/multer/lib/make-middleware.js b/lib/page/process-uploads/multer/lib/make-middleware.js
index <HASH>..<HASH> 100644
--- a/lib/page/process-uploads/multer/lib/make-middleware.js
+++ b/lib/page/process-uploads/multer/lib/make-middleware.js
@@ -160,7 +160,7 @@ function makeMiddleware (... | abort when file upload limit reached
otherwise if limit is reached client is left hanging | ministryofjustice_fb-runner-node | train | js |
f4244be036716871dc6d4058d7bb08f1b58d9d53 | diff --git a/helpers/general.go b/helpers/general.go
index <HASH>..<HASH> 100644
--- a/helpers/general.go
+++ b/helpers/general.go
@@ -133,7 +133,7 @@ func Deprecated(object, item, alternative string) {
}
deprecatedLogs.Lock()
if !deprecatedLogs.m[key] {
- jww.ERROR.Printf("%s's %s is deprecated and will be remo... | Calculate the next Hugo version in Deprecated
Deprecation will be an ongoing activity for many future versions. | gohugoio_hugo | train | go |
76ae1f6068f63149acc2d8c362af94067f4a227d | diff --git a/webservice/upload.php b/webservice/upload.php
index <HASH>..<HASH> 100644
--- a/webservice/upload.php
+++ b/webservice/upload.php
@@ -68,6 +68,11 @@ if ($fileuploaddisabled) {
$context = context_user::instance($USER->id);
require_capability('moodle/user:manageownfiles', $context);
+if ($filearea !== 'p... | MDL-<I> ws: verify upload areas | moodle_moodle | train | php |
2c643c5f7785a6310ecabcfbd6b1dd7f185bd7c1 | diff --git a/extensions/cleaner-caption.php b/extensions/cleaner-caption.php
index <HASH>..<HASH> 100644
--- a/extensions/cleaner-caption.php
+++ b/extensions/cleaner-caption.php
@@ -15,12 +15,12 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the impl... | Bump Cleaner Caption to <I>-alpha. | justintadlock_hybrid-core | train | php |
c7eb37fd22129bc317adc94cbf1a62ea801a24f2 | diff --git a/src/Neuron/Net/Request.php b/src/Neuron/Net/Request.php
index <HASH>..<HASH> 100644
--- a/src/Neuron/Net/Request.php
+++ b/src/Neuron/Net/Request.php
@@ -374,7 +374,8 @@ class Request
// Check for array type
$array = false;
if (substr ($type, -2) === '[]') {
- $type = substr ($type, 0, -2);
+ ... | He fixed the array input checker, what happened next will amaze you. | CatLabInteractive_Neuron | train | php |
ab53ab750968e0a002894ebe0b1d4cd8bb023465 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -72,8 +72,8 @@ function loadShader(gl, type, source, verbose) {
//is longer than 250 chars... WTF!
if (!gl.getShaderParameter(shader, gl.COMPILE_STATUS) ) {
if (verbose)
- console.warn( "Problemat... | including shader type in error loggings | mattdesl_webgl-compile-shader | train | js |
94363088babbc613f8f49bae587775fde4c72392 | diff --git a/lib/environment.rb b/lib/environment.rb
index <HASH>..<HASH> 100644
--- a/lib/environment.rb
+++ b/lib/environment.rb
@@ -107,6 +107,7 @@ end
logfile = "#{LOG_DIR}/#{ENV["RACK_ENV"]}.log"
LOGGER = MyLogger.new(logfile,'daily') # daily rotation
+LOGGER.formatter = Logger::Formatter.new #this is neccessa... | reset formater to undo active-record changes to the logger | opentox_lazar | train | rb |
2e3a256f7a6099c1c841b4f9d2e8d8e8669468eb | diff --git a/findbugs/src/java/edu/umd/cs/findbugs/cloud/AbstractCloud.java b/findbugs/src/java/edu/umd/cs/findbugs/cloud/AbstractCloud.java
index <HASH>..<HASH> 100644
--- a/findbugs/src/java/edu/umd/cs/findbugs/cloud/AbstractCloud.java
+++ b/findbugs/src/java/edu/umd/cs/findbugs/cloud/AbstractCloud.java
@@ -689,7 +68... | give explanation as to why this is being logged
git-svn-id: <URL> | spotbugs_spotbugs | train | java |
e33f742d0e3228dca2604045bbcb2dc9b08e4264 | diff --git a/src/packages/compiler/index.js b/src/packages/compiler/index.js
index <HASH>..<HASH> 100644
--- a/src/packages/compiler/index.js
+++ b/src/packages/compiler/index.js
@@ -80,7 +80,8 @@ export async function compile(dir: string, env: string, {
plugins: [
alias({
- LUX_LOCAL: local.replac... | Feat: aliased app dir for easier imports (#<I>) | postlight_lux | train | js |
5fd0f044c42e8fc857a872000099fe0a758cf3d4 | diff --git a/src/setup.py b/src/setup.py
index <HASH>..<HASH> 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -12,7 +12,7 @@ from setuptools import setup, find_packages
setup(
name = "clc-sdk",
- version = "2.46",
+ version = "2.47",
packages = find_packages("."),
install_requires = ['prettytable','clint','a... | Update version to <I> and upload to pypi | CenturyLinkCloud_clc-python-sdk | train | py |
146e5af26b437d044455a7963562e120abe9d954 | diff --git a/rabird/__init__.py b/rabird/__init__.py
index <HASH>..<HASH> 100644
--- a/rabird/__init__.py
+++ b/rabird/__init__.py
@@ -2,8 +2,23 @@ from __future__ import unicode_literals
from __future__ import print_function
from __future__ import absolute_import
from __future__ import division
+
import sys
+... | Fixed errors that report by distutils depends by jaraco.windows.filesystem. Seems that some method has been removed from string module in python3, lead to distutils failed to do some operations. | starofrainnight_rabird.core | train | py |
863b962b425439e1e36695525b1a166660d774bf | diff --git a/web/js/GoogleMapSVG.js b/web/js/GoogleMapSVG.js
index <HASH>..<HASH> 100644
--- a/web/js/GoogleMapSVG.js
+++ b/web/js/GoogleMapSVG.js
@@ -12,7 +12,7 @@
return;
}
- tangelo.GoogleMapSVG = function (elem, mapoptions, cfg) {
+ tangelo.GoogleMapSVG = function (elem, mapoptions, cfg, cont)... | Ability to pass a continuation callback to GoogleMapSVG constructor. | Kitware_tangelo | train | js |
97e37bc64223dd911ac7f8c5a03355347a5bc4a1 | diff --git a/lib/breeze/tasks/db.rb b/lib/breeze/tasks/db.rb
index <HASH>..<HASH> 100644
--- a/lib/breeze/tasks/db.rb
+++ b/lib/breeze/tasks/db.rb
@@ -2,10 +2,10 @@ module Breeze
class Db < Veur
- desc 'create NAME', 'Create a new database server'
+ desc 'create SERVER_NAME [DB_NAME]', 'Create a new databa... | db:create can create both db server and db | markus_breeze | train | rb |
09daa461395d7e487a2bbbcee57a5918cb70d2b1 | diff --git a/python_jsonschema_objects/classbuilder.py b/python_jsonschema_objects/classbuilder.py
index <HASH>..<HASH> 100644
--- a/python_jsonschema_objects/classbuilder.py
+++ b/python_jsonschema_objects/classbuilder.py
@@ -199,8 +199,9 @@ class ProtocolBase(collections.MutableMapping):
# but only for the o... | properties that have defaults are initiatized with defaults | cwacek_python-jsonschema-objects | train | py |
9345810b07bc38f2e5c4772635bdb1c19b30ca34 | diff --git a/lib/right_api_client/client.rb b/lib/right_api_client/client.rb
index <HASH>..<HASH> 100644
--- a/lib/right_api_client/client.rb
+++ b/lib/right_api_client/client.rb
@@ -465,7 +465,12 @@ module RightApi
# Update the rest client url if we are redirected to another endpoint
uri = URI.parse(resp... | acu<I> use configured REST class on redirect
fix for REST client timeouts changing on redirect (<I>x) | rightscale_right_api_client | train | rb,rb |
09415a6af5f94a1f1ee919e81e28fade7ffdb559 | diff --git a/sources/scalac/transformer/AddInterfaces.java b/sources/scalac/transformer/AddInterfaces.java
index <HASH>..<HASH> 100644
--- a/sources/scalac/transformer/AddInterfaces.java
+++ b/sources/scalac/transformer/AddInterfaces.java
@@ -126,8 +126,8 @@ public class AddInterfaces extends GenTransformer {
... | - Fixed order of calls to setOwner and info | scala_scala | train | java |
2cf07e2ae71cd91592357b44469808512de05ecd | diff --git a/lint-files.js b/lint-files.js
index <HASH>..<HASH> 100644
--- a/lint-files.js
+++ b/lint-files.js
@@ -51,7 +51,7 @@ LintFiles.prototype = {
if (endsWith.call(name, '.' + this.fileExt)) {
return this.checkIsIgnored(name);
}
- if (reNoExt.test(name)) {
+ if ((this.fileExt === 'js') && reNoEx... | Check sheBang only in case of JS files | medikoo_xlint | train | js |
0d68a47c2b0b12ef78ef5176ba1edef3f1ed2604 | diff --git a/moto/iam/responses.py b/moto/iam/responses.py
index <HASH>..<HASH> 100644
--- a/moto/iam/responses.py
+++ b/moto/iam/responses.py
@@ -1024,8 +1024,8 @@ class IamResponse(BaseResponse):
allow_change_password = self._get_bool_param(
"AllowUsersToChangePassword", False
)
- ... | more defaults for update password policy (#<I>) | spulec_moto | train | py |
db0169fbd147af66e567c439c99f6a9f4bb32eb2 | diff --git a/standard/src/kg/apc/jmeter/reporters/FlexibleFileWriterGui.java b/standard/src/kg/apc/jmeter/reporters/FlexibleFileWriterGui.java
index <HASH>..<HASH> 100644
--- a/standard/src/kg/apc/jmeter/reporters/FlexibleFileWriterGui.java
+++ b/standard/src/kg/apc/jmeter/reporters/FlexibleFileWriterGui.java
@@ -58,8 ... | Update FlexibleFileWriterGui.java
Fixing camel-case to match the rest of the fields. | undera_jmeter-plugins | train | java |
b56b415efd967382575e5159156a47a60e777f5a | diff --git a/lib/prospectus/item.rb b/lib/prospectus/item.rb
index <HASH>..<HASH> 100644
--- a/lib/prospectus/item.rb
+++ b/lib/prospectus/item.rb
@@ -18,6 +18,11 @@ module Prospectus
@name
end
+ def prefix(value)
+ raise('Name not set for sub-item') unless @name
+ @name = value + '::' + @nam... | support prefixing deps given multiple dep blocks | akerl_prospectus | train | rb,rb |
7412980a85a2766777897f0a2032fa65fda0f847 | diff --git a/RbacCached.php b/RbacCached.php
index <HASH>..<HASH> 100644
--- a/RbacCached.php
+++ b/RbacCached.php
@@ -130,7 +130,7 @@ class RbacCached extends DbManager {
* @param $key
* @return mixed
*/
- public static function deleteAllCache() {
+ public function deleteAllCache() {
r... | deleteAllCache cannot be static as it uses $this | letyii_yii2-rbac-cached | train | php |
936f0d530ac58105fe6a741c3c4230626278cc1a | diff --git a/lib/thinking_sphinx/guard/files.rb b/lib/thinking_sphinx/guard/files.rb
index <HASH>..<HASH> 100644
--- a/lib/thinking_sphinx/guard/files.rb
+++ b/lib/thinking_sphinx/guard/files.rb
@@ -12,6 +12,9 @@ class ThinkingSphinx::Guard::Files
unlocked.each &:lock
block.call unlocked.collect(&:name)
+ ... | Ensure guardfiles are removed even when an exception is raised | pat_thinking-sphinx | train | rb,rb |
11091ae5a9ed2821117dd01d6ee53e4fb3f1d687 | diff --git a/lib/rack-timeout.rb b/lib/rack-timeout.rb
index <HASH>..<HASH> 100644
--- a/lib/rack-timeout.rb
+++ b/lib/rack-timeout.rb
@@ -2,7 +2,7 @@ require File.join(File.expand_path(File.dirname(__FILE__)), 'rack/timeout')
if defined? Rails
case Rails::VERSION::MAJOR
- when 2; Rails.configuration.middleware.... | insert rack-timeout before everything else on rails 2.x too | heroku_rack-timeout | train | rb |
57b00010705ffed6d5860e02b1ab211ed7760b8a | diff --git a/test/functional/test_document.rb b/test/functional/test_document.rb
index <HASH>..<HASH> 100644
--- a/test/functional/test_document.rb
+++ b/test/functional/test_document.rb
@@ -617,7 +617,7 @@ class DocumentTest < Test::Unit::TestCase
doc.updated_at.should_not be(nil)
end
- should "set ... | Added timestamp test for Document#update | mongomapper_mongomapper | train | rb |
2d92d86879b9febf6834b293df32e1655e5241d1 | diff --git a/tests/plugins/filters.php b/tests/plugins/filters.php
index <HASH>..<HASH> 100644
--- a/tests/plugins/filters.php
+++ b/tests/plugins/filters.php
@@ -434,26 +434,6 @@ class Plugin_Filters_Tests extends PHPUnit_Framework_TestCase {
$this->assertSame( $var1 . $var2 . $var3, $filtered );
}
... | This test is completely dumb.
We're not testing YOURLS, we're testing PHP. Plus, there's a non existent variable. Who wrote this? :)
[skip ci] | YOURLS_YOURLS | train | php |
a217a5d453196006c4b09df5dedc78f3864658e8 | diff --git a/core/src/main/java/org/vertexium/query/DefaultGraphQueryIterable.java b/core/src/main/java/org/vertexium/query/DefaultGraphQueryIterable.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/vertexium/query/DefaultGraphQueryIterable.java
+++ b/core/src/main/java/org/vertexium/query/DefaultGraphQuer... | allow DefaultGraphQueryIterable to be closable | visallo_vertexium | train | java |
b77558fd1d1755f1d98fefaf9dccc68a157b59dc | diff --git a/base/hica_base.py b/base/hica_base.py
index <HASH>..<HASH> 100644
--- a/base/hica_base.py
+++ b/base/hica_base.py
@@ -11,6 +11,9 @@ class HicaValueType(object):
(NONE, PATH, DEVICE, GLOB, STRING) = [0] + [1 << x for x in range(4)]
class HicaInjector(object):
+ def get_description(self):
+ return ... | Each injector should have human readable description | shaded-enmity_docker-hica | train | py |
a4e851efd706703c103d5ae46c20874865fe8f55 | diff --git a/rest_api/setup.py b/rest_api/setup.py
index <HASH>..<HASH> 100644
--- a/rest_api/setup.py
+++ b/rest_api/setup.py
@@ -73,9 +73,11 @@ setup(name='sawtooth-rest-api',
url='https://github.com/hyperledger/sawtooth-core',
packages=find_packages(),
install_requires=[
- 'sawtooth-sdk... | Add aiodns and cchardet dependencies to rest_api | hyperledger_sawtooth-core | train | py |
d3ed265c1ebdc87dbbf8ea8b19af8c85ae8e0fff | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -22,8 +22,8 @@
"source": "https://github.com/mpociot/versionable"
},
"require": {
- "php": ">=7.1.0",
- "illuminate/support": "~5.3"
+ "php": " >=7.2.0",
+ ... | add support for laravel <I> | mpociot_versionable | train | json,php,php |
1ffa1998d66df9aa6c85be6d9d195470d7340278 | diff --git a/lib/chef/provider/zypper_repository.rb b/lib/chef/provider/zypper_repository.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/provider/zypper_repository.rb
+++ b/lib/chef/provider/zypper_repository.rb
@@ -57,7 +57,7 @@ class Chef
end
action :refresh do
- declare_resource(:execute, "zypp... | Auto import gpg keys in zypper_repository
Without this anything that's gpg signed will fail waiting for the user to accept or deny the key. If users don't want this I've provided a new property to disable it. | chef_chef | train | rb,rb |
757e6f1ce8960926ddee2aec19c1d524766b0ab9 | diff --git a/annis-service/src/main/java/annis/dao/SpringAnnisDao.java b/annis-service/src/main/java/annis/dao/SpringAnnisDao.java
index <HASH>..<HASH> 100644
--- a/annis-service/src/main/java/annis/dao/SpringAnnisDao.java
+++ b/annis-service/src/main/java/annis/dao/SpringAnnisDao.java
@@ -336,6 +336,17 @@ public class... | Before writing corpus properties file, ensure that the data directory exists. | korpling_ANNIS | train | java |
0914ee7653f8ec0b5bfb392f83fb8f495b39ca4a | diff --git a/Collection.php b/Collection.php
index <HASH>..<HASH> 100755
--- a/Collection.php
+++ b/Collection.php
@@ -66,6 +66,8 @@ class Collection implements ArrayAccess, ArrayableInterface, Countable, Iterator
foreach ($this->items as $values)
{
+ if ($values instanceof Collection) $values = $values->a... | Add support for nested collections when using collapse | illuminate_support | train | php |
9dd1d9f386c5db532c7ddfd578bb2f980ea83bc4 | diff --git a/src/Illuminate/Queue/Worker.php b/src/Illuminate/Queue/Worker.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Queue/Worker.php
+++ b/src/Illuminate/Queue/Worker.php
@@ -234,6 +234,8 @@ class Worker
$this->raiseExceptionOccurredJobEvent(
$connectionName, $job, $e
... | Catch errors when handling a failed job
Handles errors when calling the failed method on a job. Could be
ReflectionException or an exception with unserializing the payload. | laravel_framework | train | php |
30741277fe577eb58dd5017868c61fedc84c9cf8 | diff --git a/app/helpers/chart_helper.rb b/app/helpers/chart_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/chart_helper.rb
+++ b/app/helpers/chart_helper.rb
@@ -20,7 +20,7 @@ module ChartHelper
download_counts = Download.counts_by_day_for_versions(versions, days_ago)
range = [nil, 0]
- chart = ... | make the downloads chart <I>px high | rubygems_rubygems.org | train | rb |
6539dfb915002c3744045b1efbc384b60f071675 | diff --git a/yowsup/demos/cli/layer.py b/yowsup/demos/cli/layer.py
index <HASH>..<HASH> 100644
--- a/yowsup/demos/cli/layer.py
+++ b/yowsup/demos/cli/layer.py
@@ -349,7 +349,7 @@ class YowsupCliLayer(Cli, YowInterfaceLayer):
@ProtocolEntityCallback("receipt")
def onReceipt(self, entity):
- ack = Outg... | Set correct ack type in cli demo, fixes ack stream error | tgalal_yowsup | train | py |
565c88de14ab35be16bbb51315e3b9a955bb73df | diff --git a/pkg/volume/csi/csi_client.go b/pkg/volume/csi/csi_client.go
index <HASH>..<HASH> 100644
--- a/pkg/volume/csi/csi_client.go
+++ b/pkg/volume/csi/csi_client.go
@@ -688,6 +688,7 @@ func (c *csiDriverClient) NodeSupportsNodeExpand(ctx context.Context) (bool, err
for _, capability := range capabilities {
... | Return early when node expansion is determined | kubernetes_kubernetes | train | go |
d2d54951ae93aa831b0656e7d4fedf44e2ca32d8 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -29,7 +29,11 @@ module.exports = function matchAll (s, r) {
*/
, next () {
var c = this.nextRaw();
- return c && c[1];
+ if (c) {
+ for (var i = ... | #<I> Bugs when match regex with alternation | IonicaBizau_match-all | train | js |
ebe6c01bad2d4ad4ada909c3e3b9401036ff8bba | diff --git a/bulbs/poll/api.py b/bulbs/poll/api.py
index <HASH>..<HASH> 100644
--- a/bulbs/poll/api.py
+++ b/bulbs/poll/api.py
@@ -11,7 +11,7 @@ api_v1_router.register(
base_name="poll")
api_v1_router.register(
- r"answer",
+ r"poll-answer",
AnswerViewSet,
base_name="answer")
diff --git a/test... | update poll-answer endpoint due to conflicting enpoint for starwipe quizes | theonion_django-bulbs | train | py,py |
6da8f15d750b333c1759e09ec020dee5674a07e1 | diff --git a/initializers/exceptions.js b/initializers/exceptions.js
index <HASH>..<HASH> 100644
--- a/initializers/exceptions.js
+++ b/initializers/exceptions.js
@@ -28,7 +28,7 @@ module.exports = {
}
}
}else if(type === 'task'){
- extraMessages.push('! uncaught error from task: ' + n... | Remove "uncaught" from error message since the error has actually been caught. | actionhero_actionhero | train | js |
918e96d014fb607340b25ce46f90cd181e1f77e0 | diff --git a/Tests/ClientTest.php b/Tests/ClientTest.php
index <HASH>..<HASH> 100644
--- a/Tests/ClientTest.php
+++ b/Tests/ClientTest.php
@@ -87,7 +87,9 @@ class ClientTest extends TestCase
$this->input = new Input;
$this->application = $this->getMockForAbstractClass('Joomla\\Application\\AbstractWebApplication'... | Don't call Session class constructor | joomla-framework_oauth1 | train | php |
bfa7df3d8c7a0816df4c3b28ea68561d7598d635 | diff --git a/bitmap/bitmap_test.go b/bitmap/bitmap_test.go
index <HASH>..<HASH> 100644
--- a/bitmap/bitmap_test.go
+++ b/bitmap/bitmap_test.go
@@ -88,7 +88,13 @@ func TestRemoveRange(t *testing.T) {
func TestLimits(t *testing.T) {
var bm Bitmap
- assert.Panics(t, func() { bm.Add(math.MaxInt64) })
+
+ // We can't r... | Skip test assuming int is <I> bit
Fixes #<I>. | anacrolix_missinggo | train | go |
5812ddc738dae4896e8e5eb4281ffcb6e6c816d6 | diff --git a/java-dialogflow/samples/snippets/src/test/java/com/example/dialogflow/KnowledgeBaseManagementIT.java b/java-dialogflow/samples/snippets/src/test/java/com/example/dialogflow/KnowledgeBaseManagementIT.java
index <HASH>..<HASH> 100644
--- a/java-dialogflow/samples/snippets/src/test/java/com/example/dialogflow... | samples: Update KnowledgeBaseManagement Tests to address inconsistent results. (#<I>) | googleapis_google-cloud-java | train | java |
ab2c01ed76f5e55b82736eb5cf7314c6524fd05d | diff --git a/src/order.js b/src/order.js
index <HASH>..<HASH> 100644
--- a/src/order.js
+++ b/src/order.js
@@ -3,9 +3,7 @@ import { polygonCentroid, distance } from "./math.js";
// With 8 or fewer shapes, find the best permutation
// Skip if array is huge (9+ shapes)
export default function(start, end) {
- let dist... | Remove unused call to 'bestOrder' | veltman_flubber | train | js |
f0e1d2785734582e8de50b22051e9b3f308853d6 | diff --git a/sprd/entity/Price.js b/sprd/entity/Price.js
index <HASH>..<HASH> 100644
--- a/sprd/entity/Price.js
+++ b/sprd/entity/Price.js
@@ -24,11 +24,11 @@ define(['js/data/Entity', 'sprd/model/Currency'], function (Entity, Currency) {
return this.callBase(data);
},
- formattedPrice: f... | DEV-<I> - show always vatIncluded prices in mini basket | spreadshirt_rAppid.js-sprd | train | js |
708984185a7d89b0c2d32d19a5bdfe41b6f195b3 | diff --git a/gtk/gtk.go b/gtk/gtk.go
index <HASH>..<HASH> 100644
--- a/gtk/gtk.go
+++ b/gtk/gtk.go
@@ -2456,7 +2456,10 @@ func (v *CellRenderer) GetState(widget IWidget,
widget.toWidget(),
C.GtkCellRendererState(flags)))
}
-
+// SetAlignment is a wrapper around gtk_tree_view_column_set_alignment().
+func (v *Cel... | Update gtk.go
Implemented CellRenderer.SetAlignment which is a wrapper around gtk_tree_view_column_set_alignment() | gotk3_gotk3 | train | go |
aac089f23824b31e62d355036b81ecb10ec1058d | diff --git a/tests/QtTestCase.py b/tests/QtTestCase.py
index <HASH>..<HASH> 100644
--- a/tests/QtTestCase.py
+++ b/tests/QtTestCase.py
@@ -37,11 +37,11 @@ class QtTestCase(unittest.TestCase):
@classmethod
def tearDownClass(cls):
cls.app.quit()
- if sys.platform == "win32" or sys.platform == "d... | prevent test failures on arch linux, add cleanup routine | jopohl_urh | train | py |
60c667c92469e53f9877d8e74a9676f153cb7df2 | diff --git a/src/Annotator/EntityAnnotator.php b/src/Annotator/EntityAnnotator.php
index <HASH>..<HASH> 100644
--- a/src/Annotator/EntityAnnotator.php
+++ b/src/Annotator/EntityAnnotator.php
@@ -146,6 +146,9 @@ class EntityAnnotator extends AbstractAnnotator {
if ($association->type() === Association::MANY_TO_ONE) {... | Fixing if getForeignKey() is an array
If getForeignKey is an array return false since the field cannot be nullable. | dereuromark_cakephp-ide-helper | train | php |
adfa58f63ce2bcf350fed0d7a1b3b46d9d80247d | diff --git a/uportal-war/src/main/java/org/jasig/portal/security/xslt/IXalanMessageHelper.java b/uportal-war/src/main/java/org/jasig/portal/security/xslt/IXalanMessageHelper.java
index <HASH>..<HASH> 100644
--- a/uportal-war/src/main/java/org/jasig/portal/security/xslt/IXalanMessageHelper.java
+++ b/uportal-war/src/mai... | Trivial: Fix spelling and diction in IXalanMessageHelper JavaDoc. | Jasig_uPortal | train | java |
c0ddb23612fc0fe425dfcb2dda37f90ea2940363 | diff --git a/src/sass.configure.path.js b/src/sass.configure.path.js
index <HASH>..<HASH> 100644
--- a/src/sass.configure.path.js
+++ b/src/sass.configure.path.js
@@ -10,7 +10,7 @@ var SASSJS_RELATIVE_PATH = (function() {
'use strict';
// in Node things are rather simple
- const hasDir = typeof __dirname !== '... | fix(sass): restore ES5 compatibility
PR #<I> | medialize_sass.js | train | js |
1b74033c2ab66593bef4acab08708bf65aff6e84 | diff --git a/steam/tf2.py b/steam/tf2.py
index <HASH>..<HASH> 100644
--- a/steam/tf2.py
+++ b/steam/tf2.py
@@ -268,6 +268,10 @@ class backpack:
except KeyError:
raise TF2Error("Bad item image size given")
+ def get_attribute_name(self, attr):
+ """ Returns the attributes name """
+ ... | Add attr name getter, achievement, promotional, or store checks | Lagg_steamodd | train | py |
a637c8a35a182bc3a2308c730f343bf84ae3c738 | diff --git a/salt/version.py b/salt/version.py
index <HASH>..<HASH> 100644
--- a/salt/version.py
+++ b/salt/version.py
@@ -169,6 +169,7 @@ class SaltStackVersion(object):
LNAMES = dict((k.lower(), v) for (k, v) in NAMES.iteritems())
VNAMES = dict((v, k) for (k, v) in NAMES.iteritems())
+ RMATCH = dict((v... | Add attribute which will allow release names match by version. | saltstack_salt | train | py |
5bb5c3b44bacf38cc73de3b22734c22c674afa03 | diff --git a/gemini.py b/gemini.py
index <HASH>..<HASH> 100644
--- a/gemini.py
+++ b/gemini.py
@@ -194,7 +194,7 @@ def write_to_file(name, dir, body, encoding):
def make_dir(path):
os.makedirs(path)
- os.chmod(path, 777)
+ os.chmod(path, 0o777)
def create_trial(res_one, res_other, file_one, file_othe... | :skull: Fix wrong permission for creating `one` or `other` directories | tadashi-aikawa_jumeaux | train | py |
bb7214436e119340738b32b095612f210f1a43df | diff --git a/web/spec/spec_helper.rb b/web/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/web/spec/spec_helper.rb
+++ b/web/spec/spec_helper.rb
@@ -122,8 +122,11 @@ def __torquebox_start(options)
@tb_stderr_thread = Thread.new(stderr) { |stderr_io|
begin
while true
- STDERR.write(stderr_io.... | Try to expose what's failing on bees CI server | torquebox_torquebox | train | rb |
de9e34f9d2c5a3af29e2fac4a2f09d3172d52b4e | diff --git a/lib/components/agecounters.js b/lib/components/agecounters.js
index <HASH>..<HASH> 100644
--- a/lib/components/agecounters.js
+++ b/lib/components/agecounters.js
@@ -48,9 +48,11 @@ AgeCounters.prototype.bump = function(age) {
* gauge when setting values.
*/
AgeCounters.prototype.setGauge = function(ga... | Bugfix for 'this' scoping in AgeCounters | matrix-org_matrix-appservice-bridge | train | js |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.