hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
7795e63eb116bee3ac4c89c0650fcd5e22cb5fc9 | diff --git a/lerna.json b/lerna.json
index <HASH>..<HASH> 100644
--- a/lerna.json
+++ b/lerna.json
@@ -6,7 +6,7 @@
"registry": "https://registry.npmjs.org",
"command": {
"version": {
- "allowBranch": "master",
+ "allowBranch": ["master", "4.x"],
"conventionalCommits": true,
"message":... | chore: lerna version add 4.x to allowed branches (#<I>)
fix changelog url | elastic_apm-agent-rum-js | train |
76cdf45d2a8aa3510bb2ed1ce13a7229413cd30b | diff --git a/amqpstorm/io.py b/amqpstorm/io.py
index <HASH>..<HASH> 100644
--- a/amqpstorm/io.py
+++ b/amqpstorm/io.py
@@ -74,12 +74,12 @@ class IO(object):
self._lock.acquire()
try:
self._running.clear()
+ if self.socket:
+ self.socket.close()
if se... | Re-worked Connection.close to be more responsive | eandersson_amqpstorm | train |
512c4f814dcc745b10cb96e9b7eb362b1f259304 | diff --git a/menu.js b/menu.js
index <HASH>..<HASH> 100644
--- a/menu.js
+++ b/menu.js
@@ -1,6 +1,6 @@
import {Tooltip} from "../ui/tooltip"
import {elt, insertCSS} from "../dom"
-import {defineParamHandler, Command} from "../edit"
+import {defineDefaultParamHandler, Command} from "../edit"
import sortedInsert from ... | Stop assigning names to param handlers | ProseMirror_prosemirror-menu | train |
18fdc782a7764b2e57668eaa9f7b9fc50578f9b8 | diff --git a/lib/downloadQueue.js b/lib/downloadQueue.js
index <HASH>..<HASH> 100644
--- a/lib/downloadQueue.js
+++ b/lib/downloadQueue.js
@@ -56,4 +56,9 @@ var downloadImage = function(imageUrl, targetFile, successCallback, errorCallbac
};
-module.exports = downloadImage;
+module.exports = {
+ downloadImag... | Fixed race condition that caused worker processes to read files that are
still being downloaded. fixes #6 | berlinonline_converjon | train |
8cd1a4937c8fcc2b0e417e77490ee7bd2984a7b2 | diff --git a/rhea/rhea.js b/rhea/rhea.js
index <HASH>..<HASH> 100644
--- a/rhea/rhea.js
+++ b/rhea/rhea.js
@@ -60,6 +60,15 @@ module.exports = function(RED) {
node.connection = container.connect(options);
+ node.connection.on('connection_error', function(context) {
+
+ ... | Fix for crash on connection error
Fixes an issue where node-red would crash on rhea connection errors.
Introduces a new connection_error
handler. Once a connection occurs, this handler uses node.error to
notify the user of the error. | amqp_node-red-contrib-rhea | train |
6ada1cd2755b2bed25bec3a334b3fcc181d1b162 | diff --git a/tabula/file_util.py b/tabula/file_util.py
index <HASH>..<HASH> 100644
--- a/tabula/file_util.py
+++ b/tabula/file_util.py
@@ -52,8 +52,9 @@ def localize_file(path_or_buffer, user_agent=None, suffix=".pdf"):
fname, ext = os.path.splitext(filename)
filename = "{}{}".format(fname[:MAX_FILE_S... | chore: ensure to use tempdir for localize_file | chezou_tabula-py | train |
1bc8560a7dc11b11b8d3edf0828a21748f534d91 | diff --git a/src/command.js b/src/command.js
index <HASH>..<HASH> 100644
--- a/src/command.js
+++ b/src/command.js
@@ -50,7 +50,7 @@ var command = function(name, opts, cb) {
if(matchedCommand) {
var commandResult = matchedCommand.getValue(_.drop(cliArgs, 1), cliOpts, parsedOptions.success, parentNam... | Subcommand usage: fix parent options passing | CleverCloud_cliparse-node | train |
d0d88fc6a01689eb5c24c539c5e0acf2dd6aadf3 | diff --git a/fcm_django/admin.py b/fcm_django/admin.py
index <HASH>..<HASH> 100644
--- a/fcm_django/admin.py
+++ b/fcm_django/admin.py
@@ -109,12 +109,12 @@ class DeviceAdmin(admin.ModelAdmin):
if isinstance(response, list):
# Our custom list of single responses
_print_responses(respo... | Migrate from typed dict to named tuple to maintain python < <I> compatibility | xtrinch_fcm-django | train |
3f081abe70c75a826638dbebd6a4fdc0c5b38c2b | diff --git a/src/sap.ui.layout/src/sap/ui/layout/GridData.js b/src/sap.ui.layout/src/sap/ui/layout/GridData.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.layout/src/sap/ui/layout/GridData.js
+++ b/src/sap.ui.layout/src/sap/ui/layout/GridData.js
@@ -338,6 +338,7 @@ sap.ui.define(['jquery.sap.global', 'sap/ui/core/Layo... | [INTERNAL] sap.ui.layout.GridData - Correct context is now returned from setters
- All setters return correct context
- Global qunit test is added with gerrit change <I>
Change-Id: Iabe<I>b<I>dc<I>dbaf7ffefa<I>cdac<I>d<I>a | SAP_openui5 | train |
29d9c27ed7bbb0c8531967ddcf8563138c683e17 | diff --git a/fluent_contents/models/managers.py b/fluent_contents/models/managers.py
index <HASH>..<HASH> 100644
--- a/fluent_contents/models/managers.py
+++ b/fluent_contents/models/managers.py
@@ -47,6 +47,14 @@ class ContentItemManager(PolymorphicManager):
super(ContentItemManager, self).__init__(queryset_c... | Fix commentsarea: clear output cache on posting comments. | django-fluent_django-fluent-contents | train |
e818f5bea5c5be626ac5f6ca3c4a4636ccbfbc4c | diff --git a/src/main/java/com/jayway/maven/plugins/android/phase09package/ApkMojo.java b/src/main/java/com/jayway/maven/plugins/android/phase09package/ApkMojo.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/jayway/maven/plugins/android/phase09package/ApkMojo.java
+++ b/src/main/java/com/jayway/maven/plugins/a... | Add a method computing duplicate files. | simpligility_android-maven-plugin | train |
60d159202da56c788d62cf8f0d419bfdbd899053 | diff --git a/util.py b/util.py
index <HASH>..<HASH> 100644
--- a/util.py
+++ b/util.py
@@ -66,7 +66,7 @@ def timestamp(year,month,day):
"""
return pd.Timestamp('%04d-%02d-%02d' % (year, month, day))
-epoch = np.datetime64(0, 'D')
+epoch = np.datetime64(0, 'ns')
def date_to_days(date):
"""
Number ... | epoch in nanoseconds | potash_drain | train |
8bf5348766f172a1be351d2b7604b6d16f84b27a | diff --git a/test/AbstractSemaphoreTest.php b/test/AbstractSemaphoreTest.php
index <HASH>..<HASH> 100644
--- a/test/AbstractSemaphoreTest.php
+++ b/test/AbstractSemaphoreTest.php
@@ -77,20 +77,6 @@ abstract class AbstractSemaphoreTest extends TestCase {
});
}
- public function testSerializedIsSameSem... | Move serialization test to posix only | amphp_sync | train |
124d41d661cf52a613d61b056e4252b1db57b841 | diff --git a/lib/bitbucket_rest_api/issues.rb b/lib/bitbucket_rest_api/issues.rb
index <HASH>..<HASH> 100644
--- a/lib/bitbucket_rest_api/issues.rb
+++ b/lib/bitbucket_rest_api/issues.rb
@@ -19,6 +19,11 @@ module BitBucket
priority
status
kind
+ limit
+ start
+ search
+ sort
+ ... | Fix issue listing and filtering, bump <I>
refs #<I> | bitbucket-rest-api_bitbucket | train |
8e1da679d626b10b410b8a048f00bf0554a7ef37 | diff --git a/platform/html5/html.js b/platform/html5/html.js
index <HASH>..<HASH> 100644
--- a/platform/html5/html.js
+++ b/platform/html5/html.js
@@ -765,8 +765,20 @@ exports.layoutText = function(text) {
text.style({ 'height': 'auto', 'padding-top': 0})
//this is the source of rounding error. For instance you ... | feeble attempt to fix #<I>
for now it's more like a hack: just to ignore -=1 updates to paintedWidth/paintedHeight,
so layout can't trigger infinite update loop | pureqml_qmlcore | train |
9cebc367bf0a94f86b2566f9aa02a133e094bad8 | diff --git a/src/calmjs/parse/tests/test_unparsers_extractor.py b/src/calmjs/parse/tests/test_unparsers_extractor.py
index <HASH>..<HASH> 100644
--- a/src/calmjs/parse/tests/test_unparsers_extractor.py
+++ b/src/calmjs/parse/tests/test_unparsers_extractor.py
@@ -1087,6 +1087,46 @@ class ExtractorTestCase(unittest.TestC... | BinOp for div and mod
- Since division by zero results in NaN, trap and handle. | calmjs_calmjs.parse | train |
3d5b816150f7939b3abb16b7eee8dde4e3d2e05c | diff --git a/django_mailbox/models.py b/django_mailbox/models.py
index <HASH>..<HASH> 100644
--- a/django_mailbox/models.py
+++ b/django_mailbox/models.py
@@ -156,22 +156,27 @@ class Mailbox(models.Model):
@property
def port(self):
+ """Returns the port to use for fetching messages."""
retur... | Adding docstrings to models. | coddingtonbear_django-mailbox | train |
3f72bca489a83bda7d68d3caf5cd7c077a6aec0d | diff --git a/lib/utils/utilities.js b/lib/utils/utilities.js
index <HASH>..<HASH> 100644
--- a/lib/utils/utilities.js
+++ b/lib/utils/utilities.js
@@ -188,8 +188,8 @@ module.exports = {
BROWSER: 'browser',
PARAMEDIC_DEFAULT_APP_NAME: 'io.cordova.hellocordova',
PARAMEDIC_COMMON_CLI_ARGS: ' --no-telemetry ... | Stop using --nofetch (no more need) | ratson_cordova-testbed | train |
df73e598310d07e8098989439e6bc0cf9f45b171 | diff --git a/sentinelhub/areas.py b/sentinelhub/areas.py
index <HASH>..<HASH> 100644
--- a/sentinelhub/areas.py
+++ b/sentinelhub/areas.py
@@ -537,7 +537,7 @@ class BaseUtmSplitter(AreaSplitter):
if offset_input is None:
return 0, 0
if isinstance(offset_input, (tuple, list)) and len(offse... | code review improvements for PR #<I> | sentinel-hub_sentinelhub-py | train |
8e505ef7790c5813513ada415f0b4ab03783eeb6 | diff --git a/autolens/aggregator.py b/autolens/aggregator.py
index <HASH>..<HASH> 100755
--- a/autolens/aggregator.py
+++ b/autolens/aggregator.py
@@ -29,6 +29,7 @@ class PhaseOutput(object):
The directory of the phase
"""
self.directory = directory
+ self.__optimizer = None
... | lazily loaded optimizers and convenience method for querying optimizers | Jammy2211_PyAutoLens | train |
3e47b03c0a92b9d896113caa07df7caf5e0465e1 | diff --git a/prey_modules/desktop/index.js b/prey_modules/desktop/index.js
index <HASH>..<HASH> 100644
--- a/prey_modules/desktop/index.js
+++ b/prey_modules/desktop/index.js
@@ -42,14 +42,14 @@ var Desktop = function(){
// console.log("running: " + cmd);
self.remote_desktop_command = new Command(cmd);
- if... | Desktop: Right way to check if command is running or tunnel is open | prey_prey-node-client | train |
e7448c421342c9adaad29c41106576deecb194ee | diff --git a/Ajax/semantic/html/collections/form/traits/FormTrait.php b/Ajax/semantic/html/collections/form/traits/FormTrait.php
index <HASH>..<HASH> 100644
--- a/Ajax/semantic/html/collections/form/traits/FormTrait.php
+++ b/Ajax/semantic/html/collections/form/traits/FormTrait.php
@@ -21,6 +21,8 @@ trait FormTrait{
... | [Fix] multiple js compilation for form | phpMv_phpMv-UI | train |
6a015f4bc101bdc15f010009d59352dd0b648b5d | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,6 @@
}
],
"autoload": {
- "files": ["lib/woocommerce-api.php"],
"classmap": ["lib/woocommerce-api"]
},
"minimum-stability": "stable",
diff --git a/lib/... | PR #<I> Upstream catch-up; removed composer "file" entry, leaving classmap. | kloon_WooCommerce-REST-API-Client-Library | train |
edce034e6c5ebeda53ac23cd690ea6cc903e3ce2 | diff --git a/salt/utils/network.py b/salt/utils/network.py
index <HASH>..<HASH> 100644
--- a/salt/utils/network.py
+++ b/salt/utils/network.py
@@ -402,6 +402,7 @@ def _interfaces_ip(out):
based on the current set of cols
'''
brd = None
+ scope = None
if '/' in value: # we hav... | Support for IPv6 addresses scopes in network.interfaces | saltstack_salt | train |
2f31ca5dcfd621a5820fead022b7f75bce9b225c | diff --git a/client/line.go b/client/line.go
index <HASH>..<HASH> 100644
--- a/client/line.go
+++ b/client/line.go
@@ -19,9 +19,9 @@ type Line struct {
// NOTE: this doesn't copy l.Time (this should be read-only anyway)
func (l *Line) Copy() *Line {
- nl := *line
- nl.Args = make([]string, len(line.Args))
- copy(nl... | Oh, god damnit. Should at least *try* to build things to make sure they work. | fluffle_goirc | train |
d3f801d787668b901f6122d6c47fd9a19cbf150f | diff --git a/memote/suite/tests/test_annotation.py b/memote/suite/tests/test_annotation.py
index <HASH>..<HASH> 100644
--- a/memote/suite/tests/test_annotation.py
+++ b/memote/suite/tests/test_annotation.py
@@ -22,6 +22,7 @@ from __future__ import absolute_import
from warnings import warn
from builtins import dict
... | fix: last minute fixes (#<I>)
* fix: last minute fixes | opencobra_memote | train |
bcfbd2dee56eef910b4ede3e9672a3ca7fdab8d0 | diff --git a/saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/registration/OpenSamlRelyingPartyRegistrationBuilderHttpMessageConverter.java b/saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/registration/OpenSamlRelyingPartyRegi... | Remove Unused Code
Issue gh-<I> | spring-projects_spring-security | train |
2adb500a2a3291f4590bb61e3f8df9e108b72227 | diff --git a/lib/rich/cms/content/item.rb b/lib/rich/cms/content/item.rb
index <HASH>..<HASH> 100644
--- a/lib/rich/cms/content/item.rb
+++ b/lib/rich/cms/content/item.rb
@@ -66,7 +66,13 @@ module Rich
tag = options[:tag] || @group.tag || (%w(text html).include?(options[:as].to_s.downcase) ? :div : :span)
... | Allow no wrapping tag in cases when no user is logged in | archan937_rich_cms | train |
e897831f1f3279dfc38c1992c812796f2a6f5206 | diff --git a/sprd/entity/BendingTextConfiguration.js b/sprd/entity/BendingTextConfiguration.js
index <HASH>..<HASH> 100644
--- a/sprd/entity/BendingTextConfiguration.js
+++ b/sprd/entity/BendingTextConfiguration.js
@@ -61,6 +61,7 @@ define(["sprd/entity/DesignConfigurationBase", "sprd/entity/Size", "sprd/entity/
... | DEV-<I>
Added some new keys so creative services can have more finegrained control | spreadshirt_rAppid.js-sprd | train |
403b31a069157a97d3dd08e2133115c4d7d4114f | diff --git a/src/test/java/de/alpharogroup/xml/json/JsonStringToObjectExtensionsTest.java b/src/test/java/de/alpharogroup/xml/json/JsonStringToObjectExtensionsTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/de/alpharogroup/xml/json/JsonStringToObjectExtensionsTest.java
+++ b/src/test/java/de/alpharogroup/xml/... | formatted, javadoc, sort members and organize imports | lightblueseas_xml-extensions | train |
eea68e530fa7b8107e0a985e3ee86420277e0695 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+v1.2.1
+======
+
+ * Better handling for missing values in hashing encoder
+
v1.2.0
======
diff --git a/category_encoders/backward_difference.py b/category_encoders/backward_difference.py
ind... | better handling for missing values in hashing encoder | scikit-learn-contrib_categorical-encoding | train |
ac7455f9c9f7572a79027d89d81d0500def60e87 | diff --git a/lib/typhoid/response.rb b/lib/typhoid/response.rb
index <HASH>..<HASH> 100644
--- a/lib/typhoid/response.rb
+++ b/lib/typhoid/response.rb
@@ -2,11 +2,5 @@ require 'typhoeus'
module Typhoid
class Response < TyphoeusDecorator
decorate ::Typhoeus::Response
-
- source_klass.instance_methods.map { |... | removing unnecessary method aliasing in response | sportngin_typhoid | train |
632d43aa8b242548d728586272f2300feb68d097 | diff --git a/conanfile.py b/conanfile.py
index <HASH>..<HASH> 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -10,7 +10,7 @@ class JoyStreamNode(ConanFile):
"ProtocolWire/0.1.2@joystream/stable",
"ProtocolStateMachine/0.3.0@joystream/stable",
"ProtocolSession/0.3.0@joy... | update dependency on extension to <I> | JoystreamClassic_joystream-node | train |
00481736d14ac8168e63f3b41785bac8c6796f0d | diff --git a/src/StringObject.php b/src/StringObject.php
index <HASH>..<HASH> 100644
--- a/src/StringObject.php
+++ b/src/StringObject.php
@@ -269,7 +269,7 @@ class StringObject
$newValue = $this->substring(($charCount * -1));
- return $this->createClone($newValue);
+ return $this->createClon... | *Probably fix builds on *nix | BuildrPHP_Utils | train |
d3706ca15622c5f0ad20abdc8ea46a82fe4c1e8b | diff --git a/ryu/ofproto/ofproto_v1_3_parser.py b/ryu/ofproto/ofproto_v1_3_parser.py
index <HASH>..<HASH> 100644
--- a/ryu/ofproto/ofproto_v1_3_parser.py
+++ b/ryu/ofproto/ofproto_v1_3_parser.py
@@ -106,10 +106,10 @@ class OFPHelloElemVersionBitmap(StringifyMixin):
versions list of versions of OpenFlow protocol ... | of<I>: make OFPHelloElemVersionBitmap's "type" and "length" to users | osrg_ryu | train |
05b2c73d67c4ea595136967f4efa1e71f093d9c6 | diff --git a/config/karma.conf.js b/config/karma.conf.js
index <HASH>..<HASH> 100644
--- a/config/karma.conf.js
+++ b/config/karma.conf.js
@@ -31,7 +31,7 @@ module.exports = function (config) {
browsers: ['Chrome'],
customLaunchers: {
ChromeForTravisCI: {
- base: 'Chrome',
+ base: 'ChromeCanary',
f... | Update karma.conf.js | infernojs_inferno | train |
2b855eead4e03fa92e738eb3d35f6d5d7cb44b5d | diff --git a/nidmresults/owl/owl_reader.py b/nidmresults/owl/owl_reader.py
index <HASH>..<HASH> 100644
--- a/nidmresults/owl/owl_reader.py
+++ b/nidmresults/owl/owl_reader.py
@@ -9,6 +9,7 @@ from rdflib import RDF, term
from rdflib.graph import Graph
from rdflib.term import Literal
from nidmresults.objects.constants... | Enforce namespace prefixes as defined in constant file | incf-nidash_nidmresults | train |
a4b24e1ac00b8ed768ba25d2e421faf0bac4ee48 | diff --git a/placelist.php b/placelist.php
index <HASH>..<HASH> 100644
--- a/placelist.php
+++ b/placelist.php
@@ -43,13 +43,10 @@ function case_in_array($value, $array) {
}
return false;
}
-$action = safe_GET('action');
-$display = safe_GET('display');
-$parent = safe_GET('parent', WT_REGEX_UNSAFE);
-$level = saf... | placelist.php - filter inputs | fisharebest_webtrees | train |
661512ab56bed6c975c78188d9f381ca01998850 | diff --git a/lib/lyp/lilypond.rb b/lib/lyp/lilypond.rb
index <HASH>..<HASH> 100644
--- a/lib/lyp/lilypond.rb
+++ b/lib/lyp/lilypond.rb
@@ -169,6 +169,7 @@ module Lyp::Lilypond
path = File.join(path, "bin/lilypond")
list << {
root_path: root_path,
+ data_path: File.join(root_path, '... | Fix installing fonts for system-installed lilyponds (close #<I>) | noteflakes_lyp | train |
c7bf300fb7c5f48eba789ffc8669d109f23f46f7 | diff --git a/views/partials/header/default.blade.php b/views/partials/header/default.blade.php
index <HASH>..<HASH> 100644
--- a/views/partials/header/default.blade.php
+++ b/views/partials/header/default.blade.php
@@ -12,7 +12,7 @@
wp_nav_menu(array(
'theme_location' => 'header-tabs-menu',
'cont... | Hide header navtabs in print | helsingborg-stad_Municipio | train |
ce80f44ab37b15475cf4ce57b73098239b7bf2c6 | diff --git a/commands/help.js b/commands/help.js
index <HASH>..<HASH> 100644
--- a/commands/help.js
+++ b/commands/help.js
@@ -1,3 +1,4 @@
+/* eslint prefer-destructuring: 0 */
var Spark = require("../")
const Command = Spark.command("help")
@@ -42,12 +43,23 @@ Command.code = async (client, message) => {
i... | Issued quick fix for help command bug.
Fixed #<I> | Spark-Core_Spark | train |
d35a0c2d7f085eee1b8e5aca6ce861e66d328b30 | diff --git a/packages/aws-amplify-react-native/src/Auth/ForgotPassword.js b/packages/aws-amplify-react-native/src/Auth/ForgotPassword.js
index <HASH>..<HASH> 100644
--- a/packages/aws-amplify-react-native/src/Auth/ForgotPassword.js
+++ b/packages/aws-amplify-react-native/src/Auth/ForgotPassword.js
@@ -38,6 +38,16 @@ ex... | fix password reset required flow (#<I>)
* fix password reset required flow
* use username in forgot password input | aws-amplify_amplify-js | train |
f89e322442b25293e1ef1549d63d15b95ef443f4 | diff --git a/arcana/dataset/match.py b/arcana/dataset/match.py
index <HASH>..<HASH> 100644
--- a/arcana/dataset/match.py
+++ b/arcana/dataset/match.py
@@ -299,9 +299,9 @@ class DatasetMatch(BaseDataset, BaseMatch):
matches = list(node.datasets)
if not matches:
raise ArcanaDatasetMatch... | fixed up hashing of datasets and fields | MonashBI_arcana | train |
ec4528b6c4a1ac89bae77293786842468ade041e | diff --git a/exa/tests/test_typed.py b/exa/tests/test_typed.py
index <HASH>..<HASH> 100644
--- a/exa/tests/test_typed.py
+++ b/exa/tests/test_typed.py
@@ -6,14 +6,16 @@ Tests for :mod:`~exa.typed`
#############################################
Tests for strongly styped class attributes.
"""
+import six
from unit... | WIP maybe modification of typed is necessary. | exa-analytics_exa | train |
7f5345919868ed5c929c4ba01d3378c4a15680eb | diff --git a/integration/get_object_integration.py b/integration/get_object_integration.py
index <HASH>..<HASH> 100644
--- a/integration/get_object_integration.py
+++ b/integration/get_object_integration.py
@@ -38,14 +38,14 @@ class GetObjectIntegration(TestCase):
collected_data = []
for d in data:
... | Fix v4 hash signing in py3 | minio_minio-py | train |
5f46b21cace474d885c731d2605c0b9ce5f8ffdc | diff --git a/php/utils.php b/php/utils.php
index <HASH>..<HASH> 100644
--- a/php/utils.php
+++ b/php/utils.php
@@ -992,9 +992,7 @@ function glob_brace( $pattern, $dummy_flags = null ) {
}
$current++;
} else {
- //@codingStandardsIgnoreStart
- if ( ( '}' === $pattern[ $current ] && $depth-- === ... | Yoda-ify this condition too | wp-cli_wp-cli | train |
c3f1101bebe303f266c1082c9715f474cbca9ae1 | diff --git a/go/libkb/id_table.go b/go/libkb/id_table.go
index <HASH>..<HASH> 100644
--- a/go/libkb/id_table.go
+++ b/go/libkb/id_table.go
@@ -937,6 +937,7 @@ func ParseSelfSigChainLink(base GenericChainLink) (ret *SelfSigChainLink, err er
//=========================================================================
... | libkb: use correct convention for revoked last-writer-wins chainlinks
Before if we had:
bob@twitter -> alice@twitter -> revoke(alice@twitter)
We'd still check bob@twitter. I think that's wrong, so fix it with this
commit | keybase_client | train |
28d51c5e3e30a837275ed7f0e304e13786e8c41e | diff --git a/core/src/main/java/io/grpc/HandlerRegistry.java b/core/src/main/java/io/grpc/HandlerRegistry.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/io/grpc/HandlerRegistry.java
+++ b/core/src/main/java/io/grpc/HandlerRegistry.java
@@ -45,9 +45,23 @@ public abstract class HandlerRegistry {
* Lookup a... | Add an authority header to HandlerRegistry.lookupMethod | grpc_grpc-java | train |
c6ddd244d6f3e98ffb317a7b32bbdf0087d3eaac | diff --git a/modules/custom/openy_schedules/src/Form/SchedulesSearchForm.php b/modules/custom/openy_schedules/src/Form/SchedulesSearchForm.php
index <HASH>..<HASH> 100755
--- a/modules/custom/openy_schedules/src/Form/SchedulesSearchForm.php
+++ b/modules/custom/openy_schedules/src/Form/SchedulesSearchForm.php
@@ -14,7 ... | Replace SessionInstance with Repeat entity in Schedules search form | ymcatwincities_openy | train |
2c5e9e5837c5fceba0912f4579a08a4e1b8bb721 | diff --git a/lib/rosebud.rb b/lib/rosebud.rb
index <HASH>..<HASH> 100644
--- a/lib/rosebud.rb
+++ b/lib/rosebud.rb
@@ -26,7 +26,7 @@ module Rosebud
module ClassMethods
def params(action = :all, &block)
action = action.to_s
- before_filter do
+ before_action do
if action == 'all' || par... | before_action instead of before_filter
DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails <I>. Use before_action instead. | anthonator_rosebud | train |
2698238ecfc87eb218468705800cd7505d857c4c | diff --git a/cleverhans/experimental/certification/optimization.py b/cleverhans/experimental/certification/optimization.py
index <HASH>..<HASH> 100644
--- a/cleverhans/experimental/certification/optimization.py
+++ b/cleverhans/experimental/certification/optimization.py
@@ -162,8 +162,8 @@ class Optimization(object):
... | these don't need to be lambdas | tensorflow_cleverhans | train |
e5c8a0e7812bc56bb67b0552cfe4ce95f089b79e | diff --git a/test/integration/tests.js b/test/integration/tests.js
index <HASH>..<HASH> 100644
--- a/test/integration/tests.js
+++ b/test/integration/tests.js
@@ -4,6 +4,9 @@ import sinon from 'sinon'
import * as contentful from '../../lib/contentful'
import { ValidationError } from '../../lib/utils/validate-timestam... | chore(test): add comments (#<I>) | contentful_contentful.js | train |
2a4125fcba336b4101945c14249359d4abb66cbf | diff --git a/ui/app/controllers/vault/cluster/auth.js b/ui/app/controllers/vault/cluster/auth.js
index <HASH>..<HASH> 100644
--- a/ui/app/controllers/vault/cluster/auth.js
+++ b/ui/app/controllers/vault/cluster/auth.js
@@ -10,7 +10,7 @@ export default Controller.extend({
namespaceQueryParam: alias('clusterController... | Allow default auth method to be either "other" or auth of the enabled listing-visibility unauth (#<I>)
* remove default for authMethod as it's preventing the other auth methods from being selected as default when they are marked as List method when unauthenticated.
* fix test
* fix test
* fix typo
* fix mi... | hashicorp_vault | train |
5b0c726d437605134f5479656fc8c1df4dff99db | diff --git a/src/geo/ui/infowindow.js b/src/geo/ui/infowindow.js
index <HASH>..<HASH> 100644
--- a/src/geo/ui/infowindow.js
+++ b/src/geo/ui/infowindow.js
@@ -187,9 +187,10 @@ cdb.geo.ui.Infowindow = cdb.core.View.extend({
// Hello jscrollpane hacks!
// It needs some time to initialize, if not it ... | some more comments to understand better my changes | CartoDB_carto.js | train |
a8c5c84eee09e2e8dd646071bbb54dd2b158acc4 | diff --git a/src/FilterRule/FromToDate.php b/src/FilterRule/FromToDate.php
index <HASH>..<HASH> 100644
--- a/src/FilterRule/FromToDate.php
+++ b/src/FilterRule/FromToDate.php
@@ -15,6 +15,7 @@
* @author Stefan Heimes <stefan_heimes@hotmail.com>
* @author Richard Henkenjohann <richardhenkenjohann@googlemail.... | hotfix evaluate bounds for range date | MetaModels_filter_fromto | train |
037f142277a2370ec7334d98ff1c5ef2a9d06de4 | diff --git a/config/bin/doctrine/generator_class.php b/config/bin/doctrine/generator_class.php
index <HASH>..<HASH> 100644
--- a/config/bin/doctrine/generator_class.php
+++ b/config/bin/doctrine/generator_class.php
@@ -3,8 +3,8 @@
/**
* @Author: Cleberson Bieleski
* @Date: 2017-12-23 04:54:45
- * @Last Modified ... | updated composer,system functions and generator class | dezwork_dwphp-framework | train |
9912566fa34c1b6743593e15eaf97583804724d0 | diff --git a/gcs/gcstesting/bucket_tests.go b/gcs/gcstesting/bucket_tests.go
index <HASH>..<HASH> 100644
--- a/gcs/gcstesting/bucket_tests.go
+++ b/gcs/gcstesting/bucket_tests.go
@@ -1307,7 +1307,34 @@ func (t *copyTest) DestinationIsSameName() {
}
func (t *copyTest) InterestingNames() {
- AssertTrue(false, "TODO")... | CopyTest.InterestingNames | jacobsa_gcloud | train |
015afa6b8839efae6a9a64104515ae41e0aec4aa | diff --git a/src/Database/Type/DateTimeType.php b/src/Database/Type/DateTimeType.php
index <HASH>..<HASH> 100644
--- a/src/Database/Type/DateTimeType.php
+++ b/src/Database/Type/DateTimeType.php
@@ -94,14 +94,19 @@ class DateTimeType extends \Cake\Database\Type {
$class = static::$dateTimeClass;
try {
+ $comp... | Tighten Date/DateTime/Time type tests.
All 3 types are less permissive with the accepted formats. This reduces
the chances that invalid input is cast into valid DateTime objects.
Refs #<I> | cakephp_cakephp | train |
f4f7efcecdba08eef0c5397a8e260ffc54ff3eba | diff --git a/lib/jsdom/level2/html.js b/lib/jsdom/level2/html.js
index <HASH>..<HASH> 100644
--- a/lib/jsdom/level2/html.js
+++ b/lib/jsdom/level2/html.js
@@ -941,6 +941,13 @@ define('HTMLInputElement', {
},
select: function() {
},
+
+ _dispatchClickEvent: function() {
+ var event = this._ownerDo... | click method on input elements should dispatch a click event. fixes #<I>. | jsdom_jsdom | train |
0b86633a00aed72a7d81c61437af804df158f602 | diff --git a/docs/source/conf.py b/docs/source/conf.py
index <HASH>..<HASH> 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -19,7 +19,8 @@ import os
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to t... | Mock out mpfr module for the purposes of the doc build. | mdickinson_bigfloat | train |
893c4906cca65d1be4d24651c1dc97263094e902 | diff --git a/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.php b/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.php
index <HASH>..<HASH> 100644
--- a/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.php
+++ b/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.p... | Fix image width calculation problems with float values (#<I>) | sulu_sulu | train |
3e44ba9ab7eec6d4d504d1d8a97e9ab3f615e355 | diff --git a/src/Routing/AssetFileDispatcher.php b/src/Routing/AssetFileDispatcher.php
index <HASH>..<HASH> 100644
--- a/src/Routing/AssetFileDispatcher.php
+++ b/src/Routing/AssetFileDispatcher.php
@@ -48,7 +48,7 @@ class AssetFileDispatcher
* Dispatch/Serve a file
* @return bool
*/
- protected fu... | Adjust Nova\Routing\AssetFileDispatcher | nova-framework_system | train |
ea536820a5fc334d6fe6877154d77e4a26d2e34e | diff --git a/lark/parsers/xearley.py b/lark/parsers/xearley.py
index <HASH>..<HASH> 100644
--- a/lark/parsers/xearley.py
+++ b/lark/parsers/xearley.py
@@ -282,6 +282,9 @@ class Parser:
# completer/predictor) or the to_scan buffer for the next parse step.
for item, start, token in delayed_match... | Fix propogate positions for Earley | lark-parser_lark | train |
caa8a69575a02a7172fdd5ff384f37ad8c4fd6a3 | diff --git a/lib/from.js b/lib/from.js
index <HASH>..<HASH> 100644
--- a/lib/from.js
+++ b/lib/from.js
@@ -221,6 +221,38 @@ return (function () {
var thisPath; // = undefined;
from['thisPath'] = function () { return thisPath };
+ var thisDirectory = function (relativeTo) {
+ var getter = new(process.Promi... | Abstracted much of resolveRelative into thisDirectory | ELLIOTTCABLE_from | train |
fc07ef37f4bad3a7db379cce218391bba1fb9679 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -55,6 +55,7 @@ var START_SNIPPET="\n\
root.io = pv.io;\n\
root.mol = pv.mol;\n\
root.color = pv.color;\n\
+ root.rgb = pv.rgb;\n\
root.viewpoint = pv.viewpoint;\n\
... | work around bug in AMDclean by reordering dependency list | biasmv_pv | train |
82f35c25dbf9b67eabb461bf1f0542dee9772058 | diff --git a/isvcs/isvc.go b/isvcs/isvc.go
index <HASH>..<HASH> 100644
--- a/isvcs/isvc.go
+++ b/isvcs/isvc.go
@@ -37,7 +37,7 @@ const (
IMAGE_REPO = "zenoss/serviced-isvcs"
IMAGE_TAG = "v69"
ZK_IMAGE_REPO = "zenoss/isvcs-zookeeper"
- ZK_IMAGE_TAG = "v14"
+ ZK_IMAGE_TAG = "v15"
... | CC-<I>: Upgrade Zookeeper to <I>+ | control-center_serviced | train |
bc0a4a470a7231932b799ed4388d0747d8fd1de0 | diff --git a/tests/Doctrine/Tests/DBAL/Types/DateTest.php b/tests/Doctrine/Tests/DBAL/Types/DateTest.php
index <HASH>..<HASH> 100644
--- a/tests/Doctrine/Tests/DBAL/Types/DateTest.php
+++ b/tests/Doctrine/Tests/DBAL/Types/DateTest.php
@@ -10,22 +10,39 @@ class DateTest extends \Doctrine\Tests\DbalTestCase
/**
... | #<I> - DBAL-<I> - restoring logic around summer time tests | doctrine_dbal | train |
17a3f9682a12005f0dd06684f6528b88c92df59f | diff --git a/rapidoid-commons/src/main/java/org/rapidoid/config/ConfigOptions.java b/rapidoid-commons/src/main/java/org/rapidoid/config/ConfigOptions.java
index <HASH>..<HASH> 100644
--- a/rapidoid-commons/src/main/java/org/rapidoid/config/ConfigOptions.java
+++ b/rapidoid-commons/src/main/java/org/rapidoid/config/Conf... | Introducing "dev" command as a shortcut for easy local development setup. | rapidoid_rapidoid | train |
e7e62a4b2ed930fa20a094141269db86158abd0b | diff --git a/search/classes/manager.php b/search/classes/manager.php
index <HASH>..<HASH> 100644
--- a/search/classes/manager.php
+++ b/search/classes/manager.php
@@ -823,8 +823,8 @@ class manager {
}
}
- // Add all supported block contexts, in a single query for performance.
- if ... | MDL-<I> search: account for no matching courses when listing areas.
When limiting the list of courses during retrieval of the search areas
the user can access, make sure we have some contexts before looking
for blocks. | moodle_moodle | train |
8d5c8980227dd9bcbe93bed032501946e43709e5 | diff --git a/worker/uniter/context_test.go b/worker/uniter/context_test.go
index <HASH>..<HASH> 100644
--- a/worker/uniter/context_test.go
+++ b/worker/uniter/context_test.go
@@ -756,3 +756,19 @@ func (s *RunCommandSuite) TestRunCommandsHasEnvironSet(c *gc.C) {
c.Check(executionEnvironment[key], gc.Equals, value)
... | Test capture of stdout, stderr, and the return code. | juju_juju | train |
dcc58ca4ba0372f9c8ff603f88fd00afb89553c0 | diff --git a/tests/test_decompressor_fuzzing.py b/tests/test_decompressor_fuzzing.py
index <HASH>..<HASH> 100644
--- a/tests/test_decompressor_fuzzing.py
+++ b/tests/test_decompressor_fuzzing.py
@@ -386,6 +386,12 @@ class TestDecompressor_stream_reader_fuzzing(TestCase):
@unittest.skipUnless("ZSTD_SLOW_TESTS" in os.en... | tests: suppress more hypothesis health checks
We are seeing these in CI after the hypothesis upgrade. The too large
threshold is seen consistently on Windows. The too slow threshold is
seen intermittently on macOS. | indygreg_python-zstandard | train |
9714524b39d61a62ad0e6a0f09042d437765b684 | diff --git a/src/Symfony/Component/HttpFoundation/Cookie.php b/src/Symfony/Component/HttpFoundation/Cookie.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/HttpFoundation/Cookie.php
+++ b/src/Symfony/Component/HttpFoundation/Cookie.php
@@ -60,13 +60,13 @@ class Cookie
$this->secure = (Boolean) $secu... | fixed a unit test and CS | symfony_symfony | train |
6a69fcdb62398c53520f68c44865dde48ab19625 | diff --git a/lib/ronin/repo/repo.rb b/lib/ronin/repo/repo.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/repo/repo.rb
+++ b/lib/ronin/repo/repo.rb
@@ -21,16 +21,22 @@
module Ronin
module Repo
- # Loads a new repository cache
+ # Load the specified repository cache
def Repo.load_cache(path)
@cach... | * Added Repo.cache_loaded? method.
* Added comments. | ronin-ruby_ronin | train |
c023bc7f2e526290140880f5a393f9bd4ff2eecf | diff --git a/spyder/widgets/sourcecode/codeeditor.py b/spyder/widgets/sourcecode/codeeditor.py
index <HASH>..<HASH> 100644
--- a/spyder/widgets/sourcecode/codeeditor.py
+++ b/spyder/widgets/sourcecode/codeeditor.py
@@ -2214,7 +2214,7 @@ class CodeEditor(TextEditBaseWidget):
self.remove_prefix(" ")
def... | Update codeeditor.py
Added the block comment modification as suggested by dalthviz | spyder-ide_spyder | train |
f46c183fe4981e43f3417c92f2d430d80b43c0d8 | diff --git a/lib/emir/recipes/simulate_image.py b/lib/emir/recipes/simulate_image.py
index <HASH>..<HASH> 100644
--- a/lib/emir/recipes/simulate_image.py
+++ b/lib/emir/recipes/simulate_image.py
@@ -26,7 +26,6 @@ import numpy
from numina.recipes import RecipeBase
import numina.qa as qa
-from numina.simulation impor... | Fixing tests failling due to run_counter | guaix-ucm_pyemir | train |
f0ea1bb36728d4680953c178871c546eaa3adbd0 | diff --git a/js/jquery/components/Modal.js b/js/jquery/components/Modal.js
index <HASH>..<HASH> 100644
--- a/js/jquery/components/Modal.js
+++ b/js/jquery/components/Modal.js
@@ -35,7 +35,7 @@
if (options.stopScroll) {
this.blackout.element.on('hide.toolkit.blackout', function(e, hidden) {... | Added .no-scroll | titon_toolkit | train |
944042f6508aa723f622735f09b0e0083d68bfd9 | diff --git a/client/mobilizations/widgets/__plugins__/content/components/editor-slate/index.js b/client/mobilizations/widgets/__plugins__/content/components/editor-slate/index.js
index <HASH>..<HASH> 100644
--- a/client/mobilizations/widgets/__plugins__/content/components/editor-slate/index.js
+++ b/client/mobilization... | feat(widgets/content): add shortcurt and save without exit edition mode | nossas_bonde-client | train |
f62937872f71d97a031e698edf6a69f8a189ea55 | diff --git a/client/state/login/actions.js b/client/state/login/actions.js
index <HASH>..<HASH> 100644
--- a/client/state/login/actions.js
+++ b/client/state/login/actions.js
@@ -3,6 +3,7 @@
*/
import request from 'superagent';
import { get } from 'lodash';
+import { translate } from 'i18n-calypso';
/**
* Inte... | Convert login WP_Error returned from the API to a valid translated message | Automattic_wp-calypso | train |
fa620c86cbaaaa110679326cd9a5be5b7af66995 | diff --git a/lib/generate-report.js b/lib/generate-report.js
index <HASH>..<HASH> 100755
--- a/lib/generate-report.js
+++ b/lib/generate-report.js
@@ -470,9 +470,11 @@ function generateReport(options) {
*/
function _createFeaturesOverviewIndexPage(suite) {
const featuresOverviewIndex = path.resolve(reportPath, ... | Ensure custom metadata is overwritten only if not set already | wswebcreation_multiple-cucumber-html-reporter | train |
ed03a543b8a3045ffd8f1b6525fb4e2968fc979a | diff --git a/lib/rails_erd/domain/attribute.rb b/lib/rails_erd/domain/attribute.rb
index <HASH>..<HASH> 100644
--- a/lib/rails_erd/domain/attribute.rb
+++ b/lib/rails_erd/domain/attribute.rb
@@ -100,12 +100,12 @@ module RailsERD
# Returns any non-standard limit for this attribute. If a column has no
# lim... | Ignore scales and limits that cannot be converted to an integer. | voormedia_rails-erd | train |
ec40d85ca324f652ff3414bb7e29e7bcae5b0169 | diff --git a/express-ab.js b/express-ab.js
index <HASH>..<HASH> 100644
--- a/express-ab.js
+++ b/express-ab.js
@@ -32,10 +32,11 @@ ab.test = function (testName, opts) {
};
if (options.cookie) {
- var cookie = JSON.parse(req.cookies[options.cookie.name] || '{}'),
- ... | Fixed case where assigned variant would evaluate to falsy when we check if it's set. | omichelsen_express-ab | train |
a97ff11809d0750e55fbea75fcddc9de569469ef | diff --git a/lib/dhcp.js b/lib/dhcp.js
index <HASH>..<HASH> 100644
--- a/lib/dhcp.js
+++ b/lib/dhcp.js
@@ -230,7 +230,7 @@ Server.prototype = {
return pre;
},
- _selectAddress: function(clientMAC) {
+ _selectAddress: function(clientMAC, req) {
/*
* IP Selection algorithm:
@@ -263,7 +263,7 @@ Se... | Adding request to custom IP assignment function | infusion_node-dhcp | train |
ef85aede75e3c916e56fca570dacde8d4b8ffaaa | diff --git a/cmd/inspect_release.go b/cmd/inspect_release.go
index <HASH>..<HASH> 100644
--- a/cmd/inspect_release.go
+++ b/cmd/inspect_release.go
@@ -25,7 +25,7 @@ func (c InspectReleaseCmd) Run(opts InspectReleaseOpts) error {
jobsTable := boshtbl.Table{
Content: "jobs",
- Header: []string{"Job", "Blobstore ... | Display links consumed/provided in inspect release output
[#<I>](<URL>) | cloudfoundry_bosh-cli | train |
5be0987a0df1860a5a730ee50154376377925649 | diff --git a/src/L.PolylineDecorator.js b/src/L.PolylineDecorator.js
index <HASH>..<HASH> 100644
--- a/src/L.PolylineDecorator.js
+++ b/src/L.PolylineDecorator.js
@@ -1,11 +1,11 @@
-L.PolylineDecorator = L.LayerGroup.extend({
+L.PolylineDecorator = L.FeatureGroup.extend({
options: {
patterns: []
... | Extend from FeatureGroup instead of LayerGroup
Allows for some more flexibility in click handling(<URL>` to fail when added alongside other types of Layers. | bbecquet_Leaflet.PolylineDecorator | train |
01573859f43a625c04af6d680bd83d95107f4ec6 | diff --git a/package-lock.json b/package-lock.json
index <HASH>..<HASH> 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@projectwallace/css-analyzer",
- "version": "4.0.0-0",
+ "version": "4.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/src... | Adds checks for error message so that doesnt break (#<I>) | projectwallace_css-analyzer | train |
3e1eb65fb002350eb7e3a39bce228c3a7d7aa46a | diff --git a/src/interceptors/fetchInterceptor.js b/src/interceptors/fetchInterceptor.js
index <HASH>..<HASH> 100644
--- a/src/interceptors/fetchInterceptor.js
+++ b/src/interceptors/fetchInterceptor.js
@@ -10,8 +10,13 @@ import { mapRequestInfoToUrlString, canUseWindow } from "../utils";
const nativeFetch = canUseW... | Solves #<I> check content type in fetch response | devlucky_Kakapo.js | train |
32a3d8dff57797da044e3751ae2ae2d365dc9a4d | diff --git a/marshmallow_jsonapi/fields.py b/marshmallow_jsonapi/fields.py
index <HASH>..<HASH> 100644
--- a/marshmallow_jsonapi/fields.py
+++ b/marshmallow_jsonapi/fields.py
@@ -206,7 +206,7 @@ class Relationship(BaseRelationship):
return id_value
- def deserialize(self, value, attr=None, data=None):
+... | Marshmallow <I>rc7 compatibility | marshmallow-code_marshmallow-jsonapi | train |
2e81774a977fe4db31c615dbc28de414418165fd | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ The goal of this project is to implement the functionality of the R package Dply
* Dplyr: [Click here](https://cran.rstudio.com/web/packages/dplyr/vignettes/introduction.html)
* Pandas: [Click here](http:/... | Updating version for new release <I> | dodger487_dplython | train |
7c9e8dd793a0af1ce55444d6ffae351afd3390f0 | diff --git a/app/unit.go b/app/unit.go
index <HASH>..<HASH> 100644
--- a/app/unit.go
+++ b/app/unit.go
@@ -4,6 +4,10 @@
package app
+import (
+ "github.com/globocom/tsuru/provision"
+)
+
type Unit struct {
Name string
Type string
@@ -24,3 +28,7 @@ func (u *Unit) GetMachine() int {
func (u *Unit) GetIp(... | app: added method GetStatus to Unit
Related to #<I>. | tsuru_tsuru | train |
e0263c04727b366a911a1ba12dae2b0878e0268d | diff --git a/rest-model/src/main/java/org/jboss/pnc/rest/restmodel/ArtifactRest.java b/rest-model/src/main/java/org/jboss/pnc/rest/restmodel/ArtifactRest.java
index <HASH>..<HASH> 100644
--- a/rest-model/src/main/java/org/jboss/pnc/rest/restmodel/ArtifactRest.java
+++ b/rest-model/src/main/java/org/jboss/pnc/rest/restm... | [NCL-<I>] Add isBuilt and isImported convenience methods to ArtifactRest | project-ncl_pnc | train |
a3cd88cb7c6536f9f2555c248bbc1810f4cc8474 | diff --git a/__tests__/lib/findVariablesInTemplate.js b/__tests__/lib/findVariablesInTemplate.js
index <HASH>..<HASH> 100644
--- a/__tests__/lib/findVariablesInTemplate.js
+++ b/__tests__/lib/findVariablesInTemplate.js
@@ -165,16 +165,24 @@ describe('findVariablesInTemplate', () => {
expect(result).toEqual(expecte... | Make sure that we parse spreadind in attributes correctly | ezhlobo_pug-uses-variables | train |
b372a3e2244a0607873a66e23ea01d6f162b8dc1 | diff --git a/scikits/audiolab/pysndfile/matapi.py b/scikits/audiolab/pysndfile/matapi.py
index <HASH>..<HASH> 100644
--- a/scikits/audiolab/pysndfile/matapi.py
+++ b/scikits/audiolab/pysndfile/matapi.py
@@ -1,5 +1,5 @@
#! /usr/bin/env python
-# Last Change: Sat Dec 06 07:00 PM 2008 J
+# Last Change: Sat Dec 06 10:00 P... | Fix matapi for flacread/flacwrite + add oggread/oggwrite
. | cournape_audiolab | train |
aff59d7c5dd7ed6b7e9bae29e4be50e8521a404d | diff --git a/nicknack-server/src/main/java/com/oakcity/nicknack/server/web/EventStreamingServlet.java b/nicknack-server/src/main/java/com/oakcity/nicknack/server/web/EventStreamingServlet.java
index <HASH>..<HASH> 100644
--- a/nicknack-server/src/main/java/com/oakcity/nicknack/server/web/EventStreamingServlet.java
+++ ... | Fixed a bad comparison causing time ticks to show in eventsStream. | kmbulebu_NickNack | train |
ac0793cf07d34122fe653229bbc5b81b82bb203c | diff --git a/pkg/network/node/runtime.go b/pkg/network/node/runtime.go
index <HASH>..<HASH> 100644
--- a/pkg/network/node/runtime.go
+++ b/pkg/network/node/runtime.go
@@ -23,7 +23,7 @@ func (node *OsdnNode) getRuntimeService() (kubeletapi.RuntimeService, error) {
kwait.Backoff{
Duration: 100 * time.Millisecond,
... | Fix SDN exponential backoff timeouts
- First iteration of wait.ExponentialBackoff() will not wait, so
the times will be:
0, a, a * r, a * r^2, ... a * r^n-2 [a: duration, r: factor, n: steps]
Total = a * (r^(n-1) - 1)/(r-1)) | openshift_origin | train |
ce5b203dda29edd6556eb4b4e39b315103dbb461 | diff --git a/src/util/helpers.js b/src/util/helpers.js
index <HASH>..<HASH> 100644
--- a/src/util/helpers.js
+++ b/src/util/helpers.js
@@ -39,19 +39,6 @@ export function directiveConfig (binding, defaults = {}) {
)
}
-export function closestParentTag (tag) {
- let parent = this.$parent
-
- while (parent) {
- ... | removed deprecated fn | vuetifyjs_vuetify | train |
6fe86aba2e04b80907a74e23e35499101333be2c | diff --git a/qtmodern/windows.py b/qtmodern/windows.py
index <HASH>..<HASH> 100644
--- a/qtmodern/windows.py
+++ b/qtmodern/windows.py
@@ -67,8 +67,6 @@ class ModernWindow(QWidget):
self.setWindowTitle(w.windowTitle())
self.setGeometry(w.geometry())
- self.installEventFilter(self)
-
... | Set ModernWindow to set the event state equal to the child state | gmarull_qtmodern | train |
5ae3dc01f166cd98ea64a1a62d3f6d188e4e8653 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,11 @@ _Note: Gaps between patch versions are faulty/broken releases._
See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
+## 5.4.2
+
+ * **Polish**
+ * `ignore` and `... | make path patterns used by only and ignore **very** liberal, this will ease a lot of pain in dealing with them | babel_babel | train |
6cfdc98ca6f623d95471026b9af57fdbbf99cd85 | diff --git a/src/toil/test/src/fileStoreTest.py b/src/toil/test/src/fileStoreTest.py
index <HASH>..<HASH> 100644
--- a/src/toil/test/src/fileStoreTest.py
+++ b/src/toil/test/src/fileStoreTest.py
@@ -82,7 +82,8 @@ class hidden(object):
super(hidden.AbstractFileStoreTest, self).setUp()
testDir =... | Try to get more info out of the file store tests which are failing during worker startup | DataBiosphere_toil | train |
e78cda27892ddbd56f72bf0e5e75570031049dc3 | diff --git a/src/Utility/OrganizationFeatures.php b/src/Utility/OrganizationFeatures.php
index <HASH>..<HASH> 100644
--- a/src/Utility/OrganizationFeatures.php
+++ b/src/Utility/OrganizationFeatures.php
@@ -24,10 +24,6 @@ final class OrganizationFeatures
{
/**
* Checks whether CPS feature is enabled on an o... | [#<I>-apigee-edge-drupal] Adding helper method to determine if companies feature is available for an org. | apigee_apigee-client-php | train |
5234d68f18970e99c6ffb1b30a8be2a0c0a12050 | diff --git a/test/fixtures/unit/medicationPrescription.js b/test/fixtures/unit/medicationPrescription.js
index <HASH>..<HASH> 100644
--- a/test/fixtures/unit/medicationPrescription.js
+++ b/test/fixtures/unit/medicationPrescription.js
@@ -2,7 +2,7 @@
var cases = module.exports = [];
-cases.template = require('../.... | fix capitalization Error on require | amida-tech_blue-button-fhir | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.