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 |
|---|---|---|---|---|---|
192a057da1a1f444645cd628fd6260bf6e471e1d | diff --git a/core/src/main/java/org/infinispan/configuration/parsing/Parser.java b/core/src/main/java/org/infinispan/configuration/parsing/Parser.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/infinispan/configuration/parsing/Parser.java
+++ b/core/src/main/java/org/infinispan/configuration/parsing/Parse... | ISPN-<I> Configuration parser: INDEX_LOCAL_ONLY is a valid attribute for the indexing element | infinispan_infinispan | train | java |
164521a48510c586552443a4fd19bdcbbae3a1d0 | diff --git a/core/src/main/java/com/github/srec/jemmy/JemmyDSL.java b/core/src/main/java/com/github/srec/jemmy/JemmyDSL.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/github/srec/jemmy/JemmyDSL.java
+++ b/core/src/main/java/com/github/srec/jemmy/JemmyDSL.java
@@ -520,6 +520,9 @@ public class JemmyDSL {
... | <I>: click operator requesting focus before the actual click | vtatai_srec | train | java |
fcff4e741aba116891f918987b9b51ccfe2343a2 | diff --git a/blimpy/stix.py b/blimpy/stix.py
index <HASH>..<HASH> 100644
--- a/blimpy/stix.py
+++ b/blimpy/stix.py
@@ -24,7 +24,19 @@ from blimpy.plotting import plot_waterfall
def image_stitch(orientation, chunk_count, png_collection, path_saved_png):
- r""" Stitch together multiple PNGs into one"""
+ r""" ... | Add some commentary to stix.py | UCBerkeleySETI_blimpy | train | py |
4ff2415d6908c43a25c9b879367e52be7be3be85 | diff --git a/cy_build.py b/cy_build.py
index <HASH>..<HASH> 100644
--- a/cy_build.py
+++ b/cy_build.py
@@ -60,14 +60,20 @@ class cy_build_ext(build_ext):
ext.library_dirs.append(os.path.join(self.build_lib, "pysam"))
if sys.platform == 'darwin':
+ # The idea is to give shared librarie... | Use @rpath for library name. | pysam-developers_pysam | train | py |
88dc68dee4fc2188bfdd759c0671eca26260c7a0 | diff --git a/android/app/src/main/java/com/enaml/Bridge.java b/android/app/src/main/java/com/enaml/Bridge.java
index <HASH>..<HASH> 100644
--- a/android/app/src/main/java/com/enaml/Bridge.java
+++ b/android/app/src/main/java/com/enaml/Bridge.java
@@ -222,7 +222,23 @@ public class Bridge {
if (argTy... | Add support for colors of in format RGB and ARGB | codelv_enaml-native | train | java |
e0d58ddb65eff1a52572dff75944d8b28ea706d3 | diff --git a/tests/test_tokenization_marian.py b/tests/test_tokenization_marian.py
index <HASH>..<HASH> 100644
--- a/tests/test_tokenization_marian.py
+++ b/tests/test_tokenization_marian.py
@@ -20,11 +20,11 @@ import unittest
from pathlib import Path
from shutil import copyfile
+from transformers.testing_utils imp... | [fix] Marian tests import (#<I>) | huggingface_pytorch-pretrained-BERT | train | py |
ac4060293b2a059cfeffa69e4ab8f8b503f7de5b | diff --git a/src/Pingpong/Support/Stub.php b/src/Pingpong/Support/Stub.php
index <HASH>..<HASH> 100644
--- a/src/Pingpong/Support/Stub.php
+++ b/src/Pingpong/Support/Stub.php
@@ -51,6 +51,22 @@ class Stub
}
/**
+ * Create new self instance from full path.
+ *
+ * @param string $path
+ * @pa... | added new createFromPath method: allow to create stub class from full path | pingpong-labs_sky | train | php |
9cbd770dc90db4b3f5871b1eb3c2867dc9b41ea6 | diff --git a/lib/parse_message.js b/lib/parse_message.js
index <HASH>..<HASH> 100644
--- a/lib/parse_message.js
+++ b/lib/parse_message.js
@@ -23,7 +23,7 @@ module.exports = function parseMessage(line, stripColors) {
if (match) {
message.prefix = match[1];
line = line.replace(/^:[^ ]+ +/, '');
- ... | Allow tilde in nicks | martynsmith_node-irc | train | js |
ff807cccf23427919e7d5fdcc8a4326ef5cc7b31 | diff --git a/src/Illuminate/Routing/RedirectController.php b/src/Illuminate/Routing/RedirectController.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Routing/RedirectController.php
+++ b/src/Illuminate/Routing/RedirectController.php
@@ -19,9 +19,11 @@ class RedirectController extends Controller
{
$p... | replace collection pop() with get() accessor (#<I>) | laravel_framework | train | php |
29dbfab074a6d8fe9b76a9ac433f0479fc344503 | diff --git a/rebulk/match.py b/rebulk/match.py
index <HASH>..<HASH> 100644
--- a/rebulk/match.py
+++ b/rebulk/match.py
@@ -547,7 +547,7 @@ class Match(object):
self.pattern = pattern
self.private = private
self.conflict_solver = conflict_solver
- self.children = []
+ self.childr... | Match children is now a Matches list | Toilal_rebulk | train | py |
740e13eb964fc5c671202c470d2be0a9917085bd | diff --git a/modules/admin/storage/Image.php b/modules/admin/storage/Image.php
index <HASH>..<HASH> 100644
--- a/modules/admin/storage/Image.php
+++ b/modules/admin/storage/Image.php
@@ -2,13 +2,16 @@
namespace admin\storage;
+use \admin\models\StorageImage;
+
class Image
{
- /**
- * @todo see if the imag... | image ref will not be created if already exists. | luyadev_luya | train | php |
e722dc89c9c2526610bb124050db50f3db226870 | diff --git a/lib/meta_inspector/document.rb b/lib/meta_inspector/document.rb
index <HASH>..<HASH> 100644
--- a/lib/meta_inspector/document.rb
+++ b/lib/meta_inspector/document.rb
@@ -1,7 +1,7 @@
module MetaInspector
# A MetaInspector::Document knows about its URL and its contents
class Document
- attr_reader ... | remove references to warn_level. Ref. #<I> | jaimeiniesta_metainspector | train | rb |
363f3f31727281872a44dcdbe36ac6bb838be886 | diff --git a/features/support/http_lib_filters.rb b/features/support/http_lib_filters.rb
index <HASH>..<HASH> 100644
--- a/features/support/http_lib_filters.rb
+++ b/features/support/http_lib_filters.rb
@@ -28,9 +28,9 @@ if defined?(UNSUPPORTED_HTTP_LIBS)
UNSUPPORTED_HTTP_LIB_REGEX = Regexp.union(*UNSUPPORTED_HTTP_L... | Fix skipping certain HTTP adapter in Cucumber outlines
This avoids the error:
undefined method `with_filtered_backtrace' on an
instance of Cucumber::Core::Test::Result::Unknown
Perhaps Cucumber doesn't like it anymore that we use Around hooks to
skip steps by simply not executing the block.
<URL> | vcr_vcr | train | rb |
93cce5a4123ea6842faa4ab973d77eb358bfe46e | diff --git a/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/AbstractCommand.php b/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/AbstractCommand.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/AbstractCommand.php
+++ b/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/A... | Added a check for correct helper class instance | doctrine_migrations | train | php |
4b8afeefe36c8b02dddc9263581195c911c72ee6 | diff --git a/src/Message.php b/src/Message.php
index <HASH>..<HASH> 100644
--- a/src/Message.php
+++ b/src/Message.php
@@ -776,17 +776,15 @@ class Message extends MimePart
*/
protected function createPartForAttachment()
{
- $part = null;
if ($this->isMime()) {
$part = $this-... | Fix scrutinizer issue about unused code | zbateson_mail-mime-parser | train | php |
fd3f954e262a8ebb7934d1433fbe8d010c12664e | diff --git a/neo4jrestclient/client.py b/neo4jrestclient/client.py
index <HASH>..<HASH> 100644
--- a/neo4jrestclient/client.py
+++ b/neo4jrestclient/client.py
@@ -1668,7 +1668,7 @@ class Extension(object):
return Iterable(Path, result)
elif POSITION in returns:
... | returns=RAW fix based on @versae's feedback. | versae_neo4j-rest-client | train | py |
eaa8fde2984e4576186a55dd7fb155bc2705d178 | diff --git a/command/agent/event_endpoint.go b/command/agent/event_endpoint.go
index <HASH>..<HASH> 100644
--- a/command/agent/event_endpoint.go
+++ b/command/agent/event_endpoint.go
@@ -97,7 +97,7 @@ func (s *HTTPServer) EventList(resp http.ResponseWriter, req *http.Request) (int
nameFilter = filt
}
- // Lots o... | Updates a comment to point to new blockingQuery function. | hashicorp_consul | train | go |
9c5ee1126fc012f902d8a3291a82066813eae1d7 | diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/embedded/JettyWebServerFactoryCustomizerTests.java b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/embedded/JettyWebServerFactoryCustomizerTests.ja... | Polish
See gh-<I> | spring-projects_spring-boot | train | java |
115e20162d92b679a8bed1ce41198cc89b47c594 | diff --git a/app/routes/page.create.route.js b/app/routes/page.create.route.js
index <HASH>..<HASH> 100644
--- a/app/routes/page.create.route.js
+++ b/app/routes/page.create.route.js
@@ -28,10 +28,10 @@ function route_page_create (config) {
message : error
});
}
- });
- res.js... | Move file save response into close callback. | gilbitron_Raneto | train | js |
027a219d595fbea2d39678a7fc19b052c17aa9c1 | diff --git a/goatools/gaf_reader.py b/goatools/gaf_reader.py
index <HASH>..<HASH> 100755
--- a/goatools/gaf_reader.py
+++ b/goatools/gaf_reader.py
@@ -56,10 +56,10 @@ class GafReader(object):
# Expected values for a Qualifier
exp_qualifiers = set(['NOT', 'contributes_to', 'colocalizes_with'])
- def __ini... | allow for instantiating gafobj once and reading many gaf files. | tanghaibao_goatools | train | py |
2d03aa7a646c47bb622ed22cf110d1dcb3a5624f | diff --git a/lib/fog/aws/parsers/storage/get_bucket_object_versions.rb b/lib/fog/aws/parsers/storage/get_bucket_object_versions.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/aws/parsers/storage/get_bucket_object_versions.rb
+++ b/lib/fog/aws/parsers/storage/get_bucket_object_versions.rb
@@ -69,7 +69,7 @@ module Fog
... | [aws|storage] Added the pagination offset params to the get_object_bucket_versions parser. | fog_fog | train | rb |
c5eba7c7eea9db6ae10a49acb3ad7d6facb534fd | diff --git a/pauldron-fhir-proxy/controllers/FHIRProxy.js b/pauldron-fhir-proxy/controllers/FHIRProxy.js
index <HASH>..<HASH> 100644
--- a/pauldron-fhir-proxy/controllers/FHIRProxy.js
+++ b/pauldron-fhir-proxy/controllers/FHIRProxy.js
@@ -101,16 +101,16 @@ async function handleGet(rawBackendBody, proxyRes, req, res) {
... | fixed the wrong error code sent in the body status code in the case of unsupported backend response format. | mojitoholic_pauldron | train | js |
450044d820490d3ca7322326dcf2e9527365c526 | diff --git a/com/jetbrains/teamsys/dnq/database/TransientChangesTrackerImpl.java b/com/jetbrains/teamsys/dnq/database/TransientChangesTrackerImpl.java
index <HASH>..<HASH> 100644
--- a/com/jetbrains/teamsys/dnq/database/TransientChangesTrackerImpl.java
+++ b/com/jetbrains/teamsys/dnq/database/TransientChangesTrackerImp... | fix ChangesTest (TransientChangesTrackerImpl: don't set old target if the original old target was already set for current linkName for simple association)
git-svn-id: <URL> | JetBrains_xodus-dnq | train | java |
5a836954898b3a355555fa21adf17b3453833469 | diff --git a/.storybook/webpack.config.js b/.storybook/webpack.config.js
index <HASH>..<HASH> 100644
--- a/.storybook/webpack.config.js
+++ b/.storybook/webpack.config.js
@@ -14,6 +14,6 @@ module.exports = function(config) {
rules.less({ browsers }),
],
},
- plugins: [...config.plugins, plugins.... | chore: remove extractText plugin to fix storybook (#<I>) | intljusticemission_react-big-calendar | train | js |
1ee6a8fe33b8f4bdc93394d5fb631d8bd1853101 | diff --git a/lib/proxylocal/client.rb b/lib/proxylocal/client.rb
index <HASH>..<HASH> 100644
--- a/lib/proxylocal/client.rb
+++ b/lib/proxylocal/client.rb
@@ -31,7 +31,7 @@ module ProxyLocal
def initialize(options)
@options = options
- @reconnect = options[:hosts].any?
+ @reconnect = options[:ho... | fix execution w/o host option | proxylocal_proxylocal-gem | train | rb |
7ab346719574a591fbad2353d05f75a84daf3f18 | diff --git a/src/GitHub_Updater/Theme.php b/src/GitHub_Updater/Theme.php
index <HASH>..<HASH> 100644
--- a/src/GitHub_Updater/Theme.php
+++ b/src/GitHub_Updater/Theme.php
@@ -87,7 +87,7 @@ class Theme extends Base {
$this->{$theme->type} = $theme;
$this->set_defaults( $theme->type );
- if ( $this->repo_api-... | Add conditional to Theme class before loading remote resources | afragen_github-updater | train | php |
661e1ba5797d1ead003ca2221733bcac07062081 | diff --git a/anyconfig/schema.py b/anyconfig/schema.py
index <HASH>..<HASH> 100644
--- a/anyconfig/schema.py
+++ b/anyconfig/schema.py
@@ -156,14 +156,14 @@ def gen_schema(node, **options):
if _type in _SIMPLE_TYPES:
typemap = options.get("ac_schema_typemap", _SIMPLETYPE_MAP)
- ret = dict(type=ty... | refactor: change variable name from ret to scm (schema object) in .schema.gen_schema | ssato_python-anyconfig | train | py |
9d1a489931ecbdd652111669c0bd86bcd6f5abbe | diff --git a/git/remote.py b/git/remote.py
index <HASH>..<HASH> 100644
--- a/git/remote.py
+++ b/git/remote.py
@@ -458,7 +458,7 @@ class Remote(LazyMixin, Iterable):
'refs' property for an example.
To make things more complicated, it can be possble for the list to include
- other ... | Fixed trailing white space!
Think about how expensive this single invisible character was, with
all the time and energy spent on it ! | gitpython-developers_GitPython | train | py |
b947892453248e4b6da14ff1abb41f0e1e6fae13 | diff --git a/tests/components/laser-controls.test.js b/tests/components/laser-controls.test.js
index <HASH>..<HASH> 100644
--- a/tests/components/laser-controls.test.js
+++ b/tests/components/laser-controls.test.js
@@ -43,8 +43,8 @@ suite('laser-controls', function () {
el.emit('controllerconnected', {name: 'ocu... | fix laser-controls Touch test now that offsets have been zeroed | aframevr_aframe | train | js |
8aef747d68b339e514e71c55df7a4d0d02fdc0f1 | diff --git a/lib/releasecop/version.rb b/lib/releasecop/version.rb
index <HASH>..<HASH> 100644
--- a/lib/releasecop/version.rb
+++ b/lib/releasecop/version.rb
@@ -1,3 +1,3 @@
module Releasecop
- VERSION = "0.0.3"
+ VERSION = "0.0.4"
end | Bump to version <I> with jonallured's verbose option | joeyAghion_releasecop | train | rb |
1e61a246f95d97cc376a4a56e4372d9cd225defd | diff --git a/mod/wiki/index.php b/mod/wiki/index.php
index <HASH>..<HASH> 100644
--- a/mod/wiki/index.php
+++ b/mod/wiki/index.php
@@ -68,7 +68,7 @@
}
$timmod = '<span class="smallinfo">'.userdate($wiki->timemodified).'</span>';
- $summary = '<span class="smallinfo">'.format_text($wiki->summa... | "WIKI/MDL-<I>, wrap wiki summary by div, merged from <I>" | moodle_moodle | train | php |
a506b2b3a12ce657011cce27784b24442c56c1ca | diff --git a/paramiko/channel.py b/paramiko/channel.py
index <HASH>..<HASH> 100644
--- a/paramiko/channel.py
+++ b/paramiko/channel.py
@@ -330,12 +330,10 @@ class Channel (ClosingContextManager):
m.add_byte(cMSG_CHANNEL_REQUEST)
m.add_int(self.remote_chanid)
m.add_string('env')
- m.add... | Don't expect reply to env-setting messages.
Re #<I> | paramiko_paramiko | train | py |
9e63f0eb244f6bf32b121d628572f690b93015f2 | diff --git a/pandas/tseries/tools.py b/pandas/tseries/tools.py
index <HASH>..<HASH> 100644
--- a/pandas/tseries/tools.py
+++ b/pandas/tseries/tools.py
@@ -14,7 +14,7 @@ try:
# raise exception if dateutil 2.0 install on 2.x platform
if (sys.version_info[0] == 2 and
- dateutil.__version__ == '2.0'): #... | TST: check for dateutil <I> too #<I> | pandas-dev_pandas | train | py |
7cc0b427a63f01bf99836bb76fc53be2a93edf52 | diff --git a/spec/site_spec.rb b/spec/site_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/site_spec.rb
+++ b/spec/site_spec.rb
@@ -32,6 +32,6 @@ describe 'A site' do
files << File.basename(file)
end
- expect(files).to eq(["a.jpg", "b.jpg", "c.jpg"])
+ expect(files.sort).to eq(["a.jpg", "b.jpg", "c.j... | Sort the files list in the asset copying before comparing. | waferbaby_dimples | train | rb |
6e927a21608d91f271d556f2d32bf9ba628217df | diff --git a/scrapekit/core.py b/scrapekit/core.py
index <HASH>..<HASH> 100644
--- a/scrapekit/core.py
+++ b/scrapekit/core.py
@@ -1,3 +1,4 @@
+import os
from uuid import uuid4
from datetime import datetime
from threading import local
@@ -18,6 +19,10 @@ class Scraper(object):
self.id = uuid4()
self... | make the data path if needed. | pudo-attic_scrapekit | train | py |
7bf354bf946a5ebdb8fff6b916ca415758130c3d | diff --git a/src/Surfer/Adapter/AbstractAdapter.php b/src/Surfer/Adapter/AbstractAdapter.php
index <HASH>..<HASH> 100644
--- a/src/Surfer/Adapter/AbstractAdapter.php
+++ b/src/Surfer/Adapter/AbstractAdapter.php
@@ -27,7 +27,7 @@ abstract class AbstractAdapter implements IClientAdapter {
const DEFAULT_PORT = "80"; //... | added http and https to the supported schemes | dedalozzo_surfer | train | php |
bf1bafbbebeab86a213e4c4bed0be6f1b18404c6 | diff --git a/python/grizzly/grizzly/lazy_op.py b/python/grizzly/grizzly/lazy_op.py
index <HASH>..<HASH> 100644
--- a/python/grizzly/grizzly/lazy_op.py
+++ b/python/grizzly/grizzly/lazy_op.py
@@ -40,7 +40,7 @@ class LazyOpResult:
self.weld_type = weld_type
self.dim = dim
- def evaluate(self, verbo... | Add passes to Grizzly's lazyOp | weld-project_weld | train | py |
f8dea6942529af4bd42db586090000dc6d1b23f3 | diff --git a/lib/deploy.js b/lib/deploy.js
index <HASH>..<HASH> 100644
--- a/lib/deploy.js
+++ b/lib/deploy.js
@@ -100,7 +100,7 @@ function execDeploy(options, connection) {
},
deleteLocalZip:function (callback) {
if (!options.zip) return callback();
- var comma... | Patch to fix deleting deploy.tgz on local windows (#3) | unadlib_ssh-webpack-plugin | train | js |
2bbf6ba79c8ab166b4a603485f720933bf239c0d | diff --git a/code/DashboardMember.php b/code/DashboardMember.php
index <HASH>..<HASH> 100644
--- a/code/DashboardMember.php
+++ b/code/DashboardMember.php
@@ -45,9 +45,9 @@ class DashboardMember extends DataExtension {
$clone->MemberID = $this->owner->ID;
$clone->write();
}
- $this->owner->HasConfigured... | BUGFIX: DashbaordMember onAfterWrite creates infinite loop | unclecheese_silverstripe-dashboard | train | php |
f00c8bb4180b05d0b14368f50bd83f465a51e2a0 | diff --git a/commitlint.config.js b/commitlint.config.js
index <HASH>..<HASH> 100644
--- a/commitlint.config.js
+++ b/commitlint.config.js
@@ -16,8 +16,8 @@ if (isPushEvent) {
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
- 'header-max-length': [2, 'always', maxLineLength],
- 'b... | ci: consider commit linting errors about length as warnings (#<I>) | ForestAdmin_forest-express-sequelize | train | js |
a3dc68a7bb9ef28e8c7692daa917cf6a99a25cd3 | diff --git a/src/Keboola/DeveloperPortal/Client.php b/src/Keboola/DeveloperPortal/Client.php
index <HASH>..<HASH> 100644
--- a/src/Keboola/DeveloperPortal/Client.php
+++ b/src/Keboola/DeveloperPortal/Client.php
@@ -32,15 +32,15 @@ class Client
];
/** @var \GuzzleHttp\Client */
- protected $guzzle;
- ... | Replace protected methods/props by private | keboola_developer-portal-php-client | train | php |
680f5e91e83d3868a3e05618e3b270e325c5003b | diff --git a/simpleai/search/csp.py b/simpleai/search/csp.py
index <HASH>..<HASH> 100644
--- a/simpleai/search/csp.py
+++ b/simpleai/search/csp.py
@@ -71,6 +71,12 @@ def _count_conflicts(problem, assignment, variable=None, value=None):
return len(_find_conflicts(problem, assignment, variable, value))
+def _cal... | Refactored the logic to call a constraint with variables and values in the correct order | simpleai-team_simpleai | train | py |
d5bacbbdc8324e90918acecec071318a6ba2f872 | diff --git a/packages/victory-axis/src/helper-methods.js b/packages/victory-axis/src/helper-methods.js
index <HASH>..<HASH> 100644
--- a/packages/victory-axis/src/helper-methods.js
+++ b/packages/victory-axis/src/helper-methods.js
@@ -352,12 +352,12 @@ const getGridOffset = (calculatedValues, offset) => {
const getL... | use domain x/y check rather than standalone prop for single axis layout | FormidableLabs_victory | train | js |
9a69dfd382ba6ce9ae074065175a9030c30c8410 | diff --git a/nornir/plugins/tasks/networking/netmiko_save_config.py b/nornir/plugins/tasks/networking/netmiko_save_config.py
index <HASH>..<HASH> 100644
--- a/nornir/plugins/tasks/networking/netmiko_save_config.py
+++ b/nornir/plugins/tasks/networking/netmiko_save_config.py
@@ -8,6 +8,7 @@ def netmiko_save_config(
) -... | added empty line so the docstring is properly formatter (#<I>) | nornir-automation_nornir | train | py |
9d2e922e4da2ff3278514f638644d82e8b172249 | diff --git a/test/Broadway/Saga/SagaMetadataEnricherTest.php b/test/Broadway/Saga/SagaMetadataEnricherTest.php
index <HASH>..<HASH> 100644
--- a/test/Broadway/Saga/SagaMetadataEnricherTest.php
+++ b/test/Broadway/Saga/SagaMetadataEnricherTest.php
@@ -28,7 +28,7 @@ class SagaMetadataEnricherTest extends TestCase
/*... | Remove usage of `should` in test method names betterspecs.org/#should | broadway_broadway-saga | train | php |
9162af7f2bc9803ec461e9e8fd555546aff22320 | diff --git a/ext_emconf.php b/ext_emconf.php
index <HASH>..<HASH> 100755
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -5,7 +5,7 @@ declare(strict_types=1);
$EM_CONF[$_EXTKEY] = [
'title' => 'StaticFileCache',
'description' => 'Transparent StaticFileCache solution using mod_rewrite and mod_expires. Increase p... | Change ext_emconf.php version to <I> | lochmueller_staticfilecache | train | php |
7480ded658720267a23a537d30e939ec9218eee0 | diff --git a/tests/test_processor_wav2vec2_with_lm.py b/tests/test_processor_wav2vec2_with_lm.py
index <HASH>..<HASH> 100644
--- a/tests/test_processor_wav2vec2_with_lm.py
+++ b/tests/test_processor_wav2vec2_with_lm.py
@@ -243,8 +243,12 @@ class Wav2Vec2ProcessorWithLMTest(unittest.TestCase):
path_to_cached_di... | Fix failing test (#<I>) | huggingface_pytorch-pretrained-BERT | train | py |
9e802533c88c40ee042e7a4a12f33fdb6f038fd3 | diff --git a/icklebot/src/main/java/com/lonepulse/icklebot/bind/expressive/ProjectElement.java b/icklebot/src/main/java/com/lonepulse/icklebot/bind/expressive/ProjectElement.java
index <HASH>..<HASH> 100644
--- a/icklebot/src/main/java/com/lonepulse/icklebot/bind/expressive/ProjectElement.java
+++ b/icklebot/src/main/j... | Update expressive binding with an element-projection operator | sahan_IckleBot | train | java |
45590f805cadb0d3a5f51402bb05a1b72ad2e75b | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -1,7 +1,7 @@
/**
* Pon task to bundle browser script
* @module pon-task-browser
- * @version 7.2.9
+ * @version 7.2.10
*/
'use strict' | [ci skip] Travis CI committed after build | realglobe-Inc_pon-task-browser | train | js |
02146f4a9a94362fb168abc0da4680c5aaa2e3c1 | diff --git a/modesolverpy/structure_base.py b/modesolverpy/structure_base.py
index <HASH>..<HASH> 100644
--- a/modesolverpy/structure_base.py
+++ b/modesolverpy/structure_base.py
@@ -526,14 +526,14 @@ class StructureAni():
struct_dummy._wl = self.xx._wl
if structure_xy:
- self.yx = st... | Minor bug fix when using anisotropic materials with `xy` and `yx`
tensor components. | jtambasco_modesolverpy | train | py,py |
b4dd9dfc0de74d56d6c184c4c5a634e211e338bb | diff --git a/views/js/qtiCreator/plugins/menu/preview.js b/views/js/qtiCreator/plugins/menu/preview.js
index <HASH>..<HASH> 100644
--- a/views/js/qtiCreator/plugins/menu/preview.js
+++ b/views/js/qtiCreator/plugins/menu/preview.js
@@ -30,7 +30,7 @@ define([
'i18n',
'core/plugin',
'ui/hider',
- 'taoMed... | rename passage to sharedStimulus | oat-sa_extension-tao-mediamanager | train | js |
0d17ee888f562ba70d678d9ad9b412704bc2d3af | diff --git a/src/heading/heading_view.js b/src/heading/heading_view.js
index <HASH>..<HASH> 100644
--- a/src/heading/heading_view.js
+++ b/src/heading/heading_view.js
@@ -9,6 +9,8 @@ var HeadingView = function(node) {
TextView.call(this, node);
this.$el.addClass('heading');
+ this.$el.addClass('level-'+this.no... | Add css classes for heading levels. | substance_nodes | train | js |
7c28bff9893f8b075e61c261e6516570095718c3 | diff --git a/lib/puppet/util/windows/taskscheduler.rb b/lib/puppet/util/windows/taskscheduler.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/util/windows/taskscheduler.rb
+++ b/lib/puppet/util/windows/taskscheduler.rb
@@ -173,6 +173,13 @@ module Win32
end
@pITS = COM::TaskScheduler.new
+ at_exit d... | (PUP-<I>) Don't Release TaskScheduler in save
- It doesn't make a lot of sense to reset the TaskScheduler instance
upon save, given the current Task has release called and is set to
nil. There are no methods called against @pITaskScheduler that
have any bearing on 'the current task'. Any methods that need
... | puppetlabs_puppet | train | rb |
24f1dae66ffa159504e919fd75a5a6385bc2e25c | diff --git a/src/toil/test/jobStores/jobStoreTest.py b/src/toil/test/jobStores/jobStoreTest.py
index <HASH>..<HASH> 100644
--- a/src/toil/test/jobStores/jobStoreTest.py
+++ b/src/toil/test/jobStores/jobStoreTest.py
@@ -960,7 +960,7 @@ class AWSJobStoreTest(AbstractJobStoreTest.Test):
testJobStoreUUID = str... | Increase timeout and delay leeway for bucket creation test
AWS considers bucket creation/deletion operations the most "expensive"
for throttling purposes, so we should use a much more dramatic backoff
than default. | DataBiosphere_toil | train | py |
2ea28495f76b5e45f51b5e16d02a36dfd521d054 | diff --git a/code/UserDefinedForm.php b/code/UserDefinedForm.php
index <HASH>..<HASH> 100755
--- a/code/UserDefinedForm.php
+++ b/code/UserDefinedForm.php
@@ -659,11 +659,10 @@ JS
if(!$field->showInReports()) continue;
- // create a new submitted form field.
$submittedField = $field->getSubmittedFor... | BUGFIX: fix titles and labels being escaped multiple times resulting in html entities displaying in submission pages, export and emails. Fixes <URL> | silverstripe_silverstripe-userforms | train | php,php |
7e31210887a719d28eb93cc16595361d8887a536 | diff --git a/pandas/core/internals/blocks.py b/pandas/core/internals/blocks.py
index <HASH>..<HASH> 100644
--- a/pandas/core/internals/blocks.py
+++ b/pandas/core/internals/blocks.py
@@ -1084,14 +1084,9 @@ class Block(PandasObject):
inplace = validate_bool_kwarg(inplace, "inplace")
- def check_int_b... | CLN: deduplicate in core.internals.blocks.interpolate (#<I>) | pandas-dev_pandas | train | py |
06d7e690f371277ba40c89a7785f9dcb4db69c81 | diff --git a/GPy/kern/_src/coregionalize.py b/GPy/kern/_src/coregionalize.py
index <HASH>..<HASH> 100644
--- a/GPy/kern/_src/coregionalize.py
+++ b/GPy/kern/_src/coregionalize.py
@@ -127,7 +127,7 @@ class Coregionalize(Kern):
config.set('weave', 'working', 'False')
dL_dK_small = self._... | minor weave/numpy bug in coregionalize | SheffieldML_GPy | train | py |
8aae16fb4181322529cfe09f404649642635ddec | diff --git a/lib/db/install.php b/lib/db/install.php
index <HASH>..<HASH> 100644
--- a/lib/db/install.php
+++ b/lib/db/install.php
@@ -328,7 +328,7 @@ function xmldb_main_install() {
set_config('jsrev', time());
// No admin setting for this any more, GD is now required, remove in Moodle 2.6.
- gdversion(... | MDL-<I> Deprecating gdversion setting: Fix typo for new install | moodle_moodle | train | php |
416d2ee425e5d733433072ed6fef17808f86229d | diff --git a/src/components/checkout/component.js b/src/components/checkout/component.js
index <HASH>..<HASH> 100644
--- a/src/components/checkout/component.js
+++ b/src/components/checkout/component.js
@@ -126,7 +126,6 @@ export let Checkout = xcomponent.create({
required: false,
getter: true... | Allow billingToken to be sent to child | paypal_paypal-checkout-components | train | js,js |
af6643f377e7b7601b95f5fc10bcff77cf9ffcd8 | diff --git a/app/Blueprint/Healthcheck/HealthcheckInitService/HealthcheckInitService.php b/app/Blueprint/Healthcheck/HealthcheckInitService/HealthcheckInitService.php
index <HASH>..<HASH> 100644
--- a/app/Blueprint/Healthcheck/HealthcheckInitService/HealthcheckInitService.php
+++ b/app/Blueprint/Healthcheck/Healthcheck... | fixed dot placement in prefix configurable | ipunkt_rancherize | train | php |
65edc60a308c456b6140a8abe711c6044f753f31 | diff --git a/lib/3scale_toolbox/commands/import_command/openapi/update_policies_step.rb b/lib/3scale_toolbox/commands/import_command/openapi/update_policies_step.rb
index <HASH>..<HASH> 100644
--- a/lib/3scale_toolbox/commands/import_command/openapi/update_policies_step.rb
+++ b/lib/3scale_toolbox/commands/import_comma... | openapi: create keycloak policy only when scopes are not empty | 3scale_3scale_toolbox | train | rb,rb |
cc60dd19e75f5c83ef48816fbc888bb09a83a3f0 | diff --git a/tests/Sharing/BucketsTest.php b/tests/Sharing/BucketsTest.php
index <HASH>..<HASH> 100644
--- a/tests/Sharing/BucketsTest.php
+++ b/tests/Sharing/BucketsTest.php
@@ -321,19 +321,14 @@ class BucketsTest extends StorageApiTestCase
$this->fail('Shared table delete should fail');
... | shared-buckets: test for restricted column drop | keboola_storage-api-php-client | train | php |
d423742d46a95d8be53b93f9a86852e61b557e12 | diff --git a/functional_tests/test_surface_surface.py b/functional_tests/test_surface_surface.py
index <HASH>..<HASH> 100644
--- a/functional_tests/test_surface_surface.py
+++ b/functional_tests/test_surface_surface.py
@@ -547,7 +547,7 @@ def test_surfaces1L_and_3L():
edge_inds1, edge_inds2)
... | Lint fix (using too many locals to define intersection pts). | dhermes_bezier | train | py |
ee44a4b583b48f82235037c6bc3fa2cb51e1166d | diff --git a/src/main/java/org/jdbdt/DataSet.java b/src/main/java/org/jdbdt/DataSet.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jdbdt/DataSet.java
+++ b/src/main/java/org/jdbdt/DataSet.java
@@ -33,7 +33,7 @@ public class DataSet {
* Constructs a new data set.
* @param ds Data source.
*/
- Data... | DataSet: constructor now public (no reason to be "obscure" about this) | JDBDT_jdbdt | train | java |
20f13d6fab2201482141918ed398ab8ad6ef616b | diff --git a/framework/messages/ar/yii.php b/framework/messages/ar/yii.php
index <HASH>..<HASH> 100644
--- a/framework/messages/ar/yii.php
+++ b/framework/messages/ar/yii.php
@@ -66,6 +66,7 @@ return [
'{attribute} must be a string.' => '{attribute} يجب أن يكون كلمات',
'{attribute} must be an integer.' => '{a... | Update yii.php (#<I>)
Add a missing translation [skip ci] | yiisoft_yii-core | train | php |
f8248513ee97cdd950f21ef3cab3d892a4f5f0c3 | diff --git a/cli.test.js b/cli.test.js
index <HASH>..<HASH> 100644
--- a/cli.test.js
+++ b/cli.test.js
@@ -174,6 +174,8 @@ test('config', t => {
.then(() => {
cli.getCurrentRegistry((cur) => {
const npmrc = ini.parse(fs.readFileSync(NPMRC, 'utf-8'));
+ // `npm.config.get('registry')` will ge... | add comment for why test case will fail | Pana_nrm | train | js |
e325a22ef4e56d86caccf24b52c40bc254e13cbe | diff --git a/stimela_misc/stimela-test-ngc417.py b/stimela_misc/stimela-test-ngc417.py
index <HASH>..<HASH> 100644
--- a/stimela_misc/stimela-test-ngc417.py
+++ b/stimela_misc/stimela-test-ngc417.py
@@ -562,17 +562,17 @@ recipe.add("cab/ddfacet", "ddfacet_test",
{
"Data-MS": [MS],
... | Do one major iteration in DDFacet | SpheMakh_Stimela | train | py |
b371401058096cc2a50cd87d41d4763239b89153 | diff --git a/Classes/Domain/Repository/StorageRepository.php b/Classes/Domain/Repository/StorageRepository.php
index <HASH>..<HASH> 100644
--- a/Classes/Domain/Repository/StorageRepository.php
+++ b/Classes/Domain/Repository/StorageRepository.php
@@ -84,6 +84,7 @@ class StorageRepository implements SingletonInterface
... | [BUGFIX] Set version to current in StorageRepository->write | Gernott_mask | train | php |
b0c095e75dbc0eb357aeaa0bff6c5cd101f6f9f9 | diff --git a/lib/ffi-geos/version.rb b/lib/ffi-geos/version.rb
index <HASH>..<HASH> 100644
--- a/lib/ffi-geos/version.rb
+++ b/lib/ffi-geos/version.rb
@@ -1,6 +1,6 @@
# encoding: UTF-8
module Geos
- VERSION = "0.3.1.dev"
+ VERSION = "0.4.0"
end | Bump to version <I>. | dark-panda_ffi-geos | train | rb |
fa7e771cc34fd88aedfb969a1a2b1f5c19680611 | diff --git a/sos/report/plugins/foreman.py b/sos/report/plugins/foreman.py
index <HASH>..<HASH> 100644
--- a/sos/report/plugins/foreman.py
+++ b/sos/report/plugins/foreman.py
@@ -268,6 +268,11 @@ class Foreman(Plugin):
"/var/log/foreman-installer/sat*",
sat_debug_reg,
r"\1 \2 ****... | [foreman] scrub cpdb password in installer logs
Obfuscate passwords in logs like
..'cpdb --create .. --password='Qg6Fej9wekDGiWrMDR9j8WWgwcq4dyP3' ..
Resolves: #<I> | sosreport_sos | train | py |
16096ff32c182eb5479b99c37c60d675d5ae80cd | diff --git a/lib/foundation_rails_helper/form_builder.rb b/lib/foundation_rails_helper/form_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/foundation_rails_helper/form_builder.rb
+++ b/lib/foundation_rails_helper/form_builder.rb
@@ -201,7 +201,6 @@ module FoundationRailsHelper
end
def field_label(attribut... | Fix auto labels regression
Introduced after rebasing on top of #<I> | sgruhier_foundation_rails_helper | train | rb |
b7c91178a941fc855f2c159626028d3d90986d6b | diff --git a/packages/babel-runtime/scripts/build-dist.js b/packages/babel-runtime/scripts/build-dist.js
index <HASH>..<HASH> 100644
--- a/packages/babel-runtime/scripts/build-dist.js
+++ b/packages/babel-runtime/scripts/build-dist.js
@@ -1,10 +1,10 @@
var outputFile = require("output-file-sync");
-var transform = re... | fix babel-runtime build-dist requires | babel_babel | train | js |
c11edc9a98501cab108fef8063e2c26b460a2da9 | diff --git a/src/Renderer/AbstractFormRenderer.php b/src/Renderer/AbstractFormRenderer.php
index <HASH>..<HASH> 100644
--- a/src/Renderer/AbstractFormRenderer.php
+++ b/src/Renderer/AbstractFormRenderer.php
@@ -48,7 +48,6 @@ abstract class AbstractFormRenderer implements FormRendererInterface
public function __con... | Reset DOM to fix wrong document error on fileupload error block | delboy1978uk_form | train | php |
2795b3d81576fe58379a627c8b93482c2b8fb9c8 | diff --git a/dpark/rdd.py b/dpark/rdd.py
index <HASH>..<HASH> 100644
--- a/dpark/rdd.py
+++ b/dpark/rdd.py
@@ -1066,14 +1066,14 @@ class GZipFileRDD(TextFileRDD):
while True:
p = block.find(ENDING)
while p < 0:
- pos += len(block) - 3
+ pos += max(len(bl... | bugfix: pos is wrong when len(block) < 3 | douban_dpark | train | py |
642c2a9fdddef5306ea4094edeb014f600e60cd9 | diff --git a/lib/droplet_kit/version.rb b/lib/droplet_kit/version.rb
index <HASH>..<HASH> 100644
--- a/lib/droplet_kit/version.rb
+++ b/lib/droplet_kit/version.rb
@@ -1,3 +1,3 @@
module DropletKit
- VERSION = "1.2.2"
+ VERSION = "1.2.3"
end | Bump patch version for pagination fixes. | digitalocean_droplet_kit | train | rb |
428ba0c1cf09a84097e0641369f38df78945972b | diff --git a/packages/node_modules/@ciscospark/internal-plugin-ediscovery/src/report-generator.js b/packages/node_modules/@ciscospark/internal-plugin-ediscovery/src/report-generator.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@ciscospark/internal-plugin-ediscovery/src/report-generator.js
+++ b/packages/n... | feat(ediscovery): switching from int to number | webex_spark-js-sdk | train | js |
d4570bdde5f0de68f67ced19ae4cd4db02f28258 | diff --git a/pysos/utils.py b/pysos/utils.py
index <HASH>..<HASH> 100644
--- a/pysos/utils.py
+++ b/pysos/utils.py
@@ -952,7 +952,7 @@ class RuntimeInfo:
env.logger.waring('{} not need to be checked'.format(f))
continue
if partialMD5(f) != m.strip():
- ... | Reduce a message of MD5 mismatch from error to debug | vatlab_SoS | train | py |
ddf58646129ae8a47390d1498ba07793e79aee8a | diff --git a/vaex/dataset.py b/vaex/dataset.py
index <HASH>..<HASH> 100644
--- a/vaex/dataset.py
+++ b/vaex/dataset.py
@@ -414,7 +414,7 @@ class TaskStatistic(Task):
mask = self.dataset.evaluate_selection_mask(selection, i1=i1, i2=i2)
if mask is None:
raise ValueError("performing operation on selection ... | bugfix for selections in new api | vaexio_vaex | train | py |
233954da7456cc408bfe9de0bee6b7e482dae321 | diff --git a/client/decorators/DecoratorWithPorts/Core/Port.js b/client/decorators/DecoratorWithPorts/Core/Port.js
index <HASH>..<HASH> 100644
--- a/client/decorators/DecoratorWithPorts/Core/Port.js
+++ b/client/decorators/DecoratorWithPorts/Core/Port.js
@@ -109,6 +109,10 @@ define(['logManager',
/... | bugfix: do not display connectors on port position change if not needed by the decorator
Former-commit-id: f4f<I>ea<I>e9c<I>d<I>d1eb<I>bccf<I>fc<I>d1 | webgme_webgme-engine | train | js |
63f564c943344133404087ec45e53460a02e5262 | diff --git a/spec/functional/invoice_spec.rb b/spec/functional/invoice_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/functional/invoice_spec.rb
+++ b/spec/functional/invoice_spec.rb
@@ -96,7 +96,7 @@ describe 'harvest invoices' do
invoices = harvest.invoices.all(:status => 'draft', :page => 1)
invoices.c... | Looks like from/to semantics changed
Now they search on issued_at | zmoazeni_harvested | train | rb |
51a0638553b6aa95b8c0812edd3f5323267814d0 | diff --git a/config/webpack.loaders.js b/config/webpack.loaders.js
index <HASH>..<HASH> 100644
--- a/config/webpack.loaders.js
+++ b/config/webpack.loaders.js
@@ -30,7 +30,7 @@ module.exports = [
loader: 'html-loader',
}, {
test: /\.js$/,
- include: /node_modules\/|\\paraviewweb\/|\\/,
+ include: /no... | fix(loaders): Fix loader rule used by other projects
Fix broken loader rule which caused everything matching either
node_modules or paraviewweb to be run through babel, instead of
only things matching node_modules/paraviewweb/. | Kitware_paraviewweb | train | js |
75fe4efe1eb4b61b66f99281e8d642d3723a8d27 | diff --git a/lxd/swagger.go b/lxd/swagger.go
index <HASH>..<HASH> 100644
--- a/lxd/swagger.go
+++ b/lxd/swagger.go
@@ -137,3 +137,21 @@ type swaggerInternalServerError struct {
Error string `json:"error"`
}
}
+
+// Not found
+//
+// swagger:response NotFound
+type swaggerNotFound struct {
+ // Not found
+ // in: ... | lxd/swagger: Add NotFound response | lxc_lxd | train | go |
e6568b0c5bdd726bcc20b128a1f9d0af1b5a2f2d | diff --git a/pymola/backends/casadi/model.py b/pymola/backends/casadi/model.py
index <HASH>..<HASH> 100644
--- a/pymola/backends/casadi/model.py
+++ b/pymola/backends/casadi/model.py
@@ -264,6 +264,11 @@ class Model:
reduced_equations = []
for eq in self.equations:
+ if eq.is_... | check symbolic equations for eliminable_variable_expression | pymoca_pymoca | train | py |
c2a4d31c02cee24aec12fec974c8ee4b7178f2a9 | diff --git a/gunicorn.conf.py b/gunicorn.conf.py
index <HASH>..<HASH> 100644
--- a/gunicorn.conf.py
+++ b/gunicorn.conf.py
@@ -34,9 +34,11 @@ def context_factory():
get_context = context_factory()
+collector_addr = 'tcp://127.0.0.2:2345'
+
def pre_request(worker, req):
_collector = get_context().socket(zmq.R... | more better: address set in one place | m0n5t3r_gstats | train | py |
2a9c3bbbf0b75d6a416343e061b4ac9203a38dc8 | diff --git a/session/clustered_index_test.go b/session/clustered_index_test.go
index <HASH>..<HASH> 100644
--- a/session/clustered_index_test.go
+++ b/session/clustered_index_test.go
@@ -517,7 +517,7 @@ func (s *testClusteredSuite) TestClusteredIndexSelectWhereInNull(c *C) {
tk.MustQuery("select * from t where a in (... | session, test: make `TestClusteredIndexSyntax` stable (#<I>) | pingcap_tidb | train | go |
5661867e0ea8e572bb5b18e7afc874b3db253e3f | diff --git a/lib/authlogic/session/foundation.rb b/lib/authlogic/session/foundation.rb
index <HASH>..<HASH> 100644
--- a/lib/authlogic/session/foundation.rb
+++ b/lib/authlogic/session/foundation.rb
@@ -53,6 +53,10 @@ module Authlogic
"#<#{self.class.name}: #{credentials.blank? ? "no credentials provided" : ... | add to_key for rails 3, thanks to nzadrozny | binarylogic_authlogic | train | rb |
3814f7046726a652d7f59ebe4b4f58811734abd3 | diff --git a/src/main/java/io/vlingo/wire/fdx/bidirectional/ServerRequestResponseChannelActor.java b/src/main/java/io/vlingo/wire/fdx/bidirectional/ServerRequestResponseChannelActor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/vlingo/wire/fdx/bidirectional/ServerRequestResponseChannelActor.java
+++ b/src/mai... | Explicit exception handling to understand socket issues. | vlingo_vlingo-wire | train | java |
31455def83f99d42b0e5e146c20b4f52ca2f71da | diff --git a/lib/model_extensions.rb b/lib/model_extensions.rb
index <HASH>..<HASH> 100644
--- a/lib/model_extensions.rb
+++ b/lib/model_extensions.rb
@@ -167,7 +167,7 @@ module Offroad
end
if self.class.offroad_group_data?
- if obj.class.offroad_group_data? && obj.owning_group.id != ... | When checking foreign key group matching, making sure target actually has a group | DavidMikeSimon_offroad | train | rb |
e673963057eb11cd0ec95935b1d163a69820ceda | diff --git a/lib/runner.js b/lib/runner.js
index <HASH>..<HASH> 100644
--- a/lib/runner.js
+++ b/lib/runner.js
@@ -159,6 +159,7 @@ Runner.prototype.hook = function(name, fn){
});
hook.run(function(err){
+ hook.removeAllListeners('error');
if (err) return self.failHook(hook, err);
self.emi... | Fixed event emitter leak. Closes #<I> | mochajs_mocha | train | js |
01fe5893c01e3a6e60a5239e59dc4c74ef487545 | diff --git a/utils/index_mapping.py b/utils/index_mapping.py
index <HASH>..<HASH> 100755
--- a/utils/index_mapping.py
+++ b/utils/index_mapping.py
@@ -30,7 +30,7 @@ import sys
import requests
-from grimoire_elk.elk.elastic import ElasticSearch
+from grimoire_elk.elastic import ElasticSearch
from grimoire_elk.util... | [index_mapping] Update elastic import
This code updates the import of the elastic class | chaoss_grimoirelab-elk | train | py |
efb139f7ad22dc4a31d8ef8d5c1d67623b2563e3 | diff --git a/test/unit/support.js b/test/unit/support.js
index <HASH>..<HASH> 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -83,7 +83,7 @@ testIframeWithCallback( "box-sizing does not affect jQuery.support.shrinkWrapBlo
"cors":true,
"doesNotIncludeMarginInBodyOffset":true
};
- } else if ( /... | Do not perform support check for old Opera. Close gh-<I>. | jquery_jquery | train | js |
ffac8e2d0b9ef29448685f81343a05e7d333757a | diff --git a/model/src/Component.php b/model/src/Component.php
index <HASH>..<HASH> 100644
--- a/model/src/Component.php
+++ b/model/src/Component.php
@@ -143,7 +143,10 @@ class Component extends BaseEloquent
{
$name = str_replace('_', '-', $name);
- if( ! Str::contains($name, '/') ) {
+ i... | FIX: resolving component name based on short one | antaresproject_core | train | php |
488799078e3c153b8e30712bc1d953e6e2065d4b | diff --git a/certsuite/cert.py b/certsuite/cert.py
index <HASH>..<HASH> 100755
--- a/certsuite/cert.py
+++ b/certsuite/cert.py
@@ -145,7 +145,8 @@ def log_results(diff, logger, report, name):
logger.test_status('webapi', name, 'PASS')
def parse_results(expected_results_path, results, prefix, logger, report)... | Fixes for ato's review | mozilla-b2g_fxos-certsuite | train | py |
a514e637c8f73e5d8a9968e06918a082fc1657ca | diff --git a/lib/rabl-rails/renderer.rb b/lib/rabl-rails/renderer.rb
index <HASH>..<HASH> 100644
--- a/lib/rabl-rails/renderer.rb
+++ b/lib/rabl-rails/renderer.rb
@@ -1,3 +1,5 @@
+require 'active_support/core_ext/module/attribute_accessors'
+
require 'rabl-rails/renderers/hash'
require 'rabl-rails/renderers/json'
re... | Require correct active_support extension per file | ccocchi_rabl-rails | train | rb |
9e2b49139f6b16742a5b2dc5ea096ea47db23944 | diff --git a/app/gosqs/gosqs.go b/app/gosqs/gosqs.go
index <HASH>..<HASH> 100644
--- a/app/gosqs/gosqs.go
+++ b/app/gosqs/gosqs.go
@@ -572,8 +572,8 @@ func DeleteMessageBatch(w http.ResponseWriter, req *http.Request) {
app.SyncQueues.Lock()
if _, ok := app.SyncQueues.Queues[queueName]; ok {
- for i, msg := range... | Fix 'slice bounds out of range' in DeleteMessageBatch | p4tin_goaws | train | go |
52085092ac0b774ca5b3e84d3c7d8e7c980b97f3 | diff --git a/components/permissions-ng/permissions-ng.js b/components/permissions-ng/permissions-ng.js
index <HASH>..<HASH> 100644
--- a/components/permissions-ng/permissions-ng.js
+++ b/components/permissions-ng/permissions-ng.js
@@ -157,6 +157,7 @@ angularModule.directive('rgPermissionIf', ($animate, userPermissions,... | permissionsNg: rgPermissionIf should not throw error about multiple transclude like ngIf
Former-commit-id: 6e4c<I>b8f<I>ca<I>a<I>a2decaa9ad<I> | JetBrains_ring-ui | train | js |
9983e05535c2954c544fac94be9c42f3ab8f2191 | diff --git a/core/client/router.js b/core/client/router.js
index <HASH>..<HASH> 100755
--- a/core/client/router.js
+++ b/core/client/router.js
@@ -4,7 +4,7 @@
var Router = Ember.Router.extend();
Router.reopen({
- //location: 'history', // use HTML5 History API instead of hash-tag based URLs
+ location: 'histo... | Add HTML5 pushState support for Ember
- also updates associated route | TryGhost_Ghost | train | js,js |
59a296af10a547233d1df6f30a94113c7dd98d43 | diff --git a/go/vt/worker/vtworkerclienttest/client_testsuite.go b/go/vt/worker/vtworkerclienttest/client_testsuite.go
index <HASH>..<HASH> 100644
--- a/go/vt/worker/vtworkerclienttest/client_testsuite.go
+++ b/go/vt/worker/vtworkerclienttest/client_testsuite.go
@@ -138,6 +138,8 @@ func commandErrorsBecauseBusy(t *test... | send to errchan anyway to cancel race | vitessio_vitess | train | go |
6f8e9b593f36e31e808239764ce65d21685d016c | diff --git a/mongoctl/repository.py b/mongoctl/repository.py
index <HASH>..<HASH> 100644
--- a/mongoctl/repository.py
+++ b/mongoctl/repository.py
@@ -3,6 +3,7 @@
__author__ = 'abdul'
import pymongo
+import pymongo.read_preferences
import config
from bson import DBRef
@@ -53,9 +54,7 @@ def get_mongoctl_database... | Use MongoClient for mongoctl repo connection | mongolab_mongoctl | train | py |
95341801f91f337a9335585e05266690e0b0f9c1 | diff --git a/engine/src/main/java/com/stratio/decision/functions/SaveToMongoActionExecutionFunction.java b/engine/src/main/java/com/stratio/decision/functions/SaveToMongoActionExecutionFunction.java
index <HASH>..<HASH> 100644
--- a/engine/src/main/java/com/stratio/decision/functions/SaveToMongoActionExecutionFunction.... | Corrected bug when the persistence is down during Decision is inserting data. | Stratio_Decision | train | java |
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.