hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
831e66e8674e52831508aede82487c1ac09ded12
diff --git a/core/src/main/java/org/camunda/spin/impl/xml/dom/AbstractXmlDomDataFormatConfiguration.java b/core/src/main/java/org/camunda/spin/impl/xml/dom/AbstractXmlDomDataFormatConfiguration.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/camunda/spin/impl/xml/dom/AbstractXmlDomDataFormatConfiguration....
fix(docs): improve readability of the configuration javadoc Related to: #CAM-<I>, #CAM-<I>
camunda_camunda-spin
train
aeebcb93d6d3aead019f6d28184d6f73e6b7421a
diff --git a/zinnia/views/mixins/archives.py b/zinnia/views/mixins/archives.py index <HASH>..<HASH> 100644 --- a/zinnia/views/mixins/archives.py +++ b/zinnia/views/mixins/archives.py @@ -33,7 +33,7 @@ class PreviousNextPublishedMixin(object): date_year = datetime(date.year, 1, 1) date_month = ...
Using 1 week is beter than 7 days
Fantomas42_django-blog-zinnia
train
a14b31c83db49f657714d45d082f90395fc805d0
diff --git a/lib/Models/CsvCatalogItem.js b/lib/Models/CsvCatalogItem.js index <HASH>..<HASH> 100644 --- a/lib/Models/CsvCatalogItem.js +++ b/lib/Models/CsvCatalogItem.js @@ -105,7 +105,7 @@ var CsvCatalogItem = function(terria, url) { }); /** - * Gets or sets the tableStyle object + * Gets the tabl...
fix comment - tablestyle is only a getter
TerriaJS_terriajs
train
59f5d4fc79b72a2bf0f7ffada4a1a73eb303d943
diff --git a/activesupport/lib/active_support/core_ext/string/unicode.rb b/activesupport/lib/active_support/core_ext/string/unicode.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/core_ext/string/unicode.rb +++ b/activesupport/lib/active_support/core_ext/string/unicode.rb @@ -4,10 +4,11 @@ module ...
Use append_features instead of included to get the inclusion order right
rails_rails
train
da6f3b46defa8c11581eaa2e62f23a209ae00b74
diff --git a/sidebar.php b/sidebar.php index <HASH>..<HASH> 100644 --- a/sidebar.php +++ b/sidebar.php @@ -31,12 +31,15 @@ if (!defined('WT_SCRIPT_NAME')) define('WT_SCRIPT_NAME', 'sidebar.php'); require_once('includes/session.php'); require_once(WT_ROOT.'includes/classes/class_module.php'); +$sidebarmods = WT_Modu...
#<I> sidepanel disabled in admin panel but icons and pin still display
fisharebest_webtrees
train
acc628902f41960e9546d24811f27795159ecbd8
diff --git a/src/entity/entity.js b/src/entity/entity.js index <HASH>..<HASH> 100644 --- a/src/entity/entity.js +++ b/src/entity/entity.js @@ -1077,7 +1077,6 @@ /** * cap the entity velocity to the specified value<br> - * (!) this will only cap the y velocity for now(!) * @param {Int} x max v...
Corrected wrong (old?) documentation
melonjs_melonJS
train
959cd2d20bd62cb0d39341925f4fbc9c14357b6b
diff --git a/app/jobs/auth_trail/geocode_job.rb b/app/jobs/auth_trail/geocode_job.rb index <HASH>..<HASH> 100644 --- a/app/jobs/auth_trail/geocode_job.rb +++ b/app/jobs/auth_trail/geocode_job.rb @@ -1,5 +1,5 @@ module AuthTrail - class GeocodeJob < ApplicationJob + class GeocodeJob < Rails::VERSION::MAJOR >= 5 ? App...
Attempt rails <I> support (#<I>) * Set minimum dependency to rails <I> * Support generate model with ActiveRecord::Base class * Rename method to have clearer description * Conditionally inherit from ActiveJob::Base for lower version of rails
ankane_authtrail
train
d831f04e8e4be3a18a571001f83308a96ed619c0
diff --git a/generators/authentication/index.js b/generators/authentication/index.js index <HASH>..<HASH> 100644 --- a/generators/authentication/index.js +++ b/generators/authentication/index.js @@ -128,6 +128,7 @@ module.exports = class AuthGenerator extends Generator { case 'auth0': strategyConf...
Update index.js (#<I>)
feathersjs_generator-feathers
train
698ffada45d577dd2ae7bf5693722a53f0506e15
diff --git a/rtpipe/RT.py b/rtpipe/RT.py index <HASH>..<HASH> 100644 --- a/rtpipe/RT.py +++ b/rtpipe/RT.py @@ -103,10 +103,11 @@ def pipeline(d, segments): # characteristic of noise throughout the segment falsecands = {} rms = data[d...
playing with dm loss factor.
caseyjlaw_rtpipe
train
b2ef5a86d5a85a1247b23c36cb5f440a89548e31
diff --git a/session.go b/session.go index <HASH>..<HASH> 100644 --- a/session.go +++ b/session.go @@ -6,7 +6,6 @@ package reddit import ( - "crypto/tls" "encoding/json" "errors" "fmt" @@ -18,10 +17,51 @@ import ( // Session represents an HTTP session with reddit.com -- all authenticated API // calls are me...
Added SessionSettings and changed Login
jzelinskie_geddit
train
ba23be20446aa81badf6c0ca6211a0f81548f2d5
diff --git a/lib/doorkeeper/oauth/password_access_token_request.rb b/lib/doorkeeper/oauth/password_access_token_request.rb index <HASH>..<HASH> 100644 --- a/lib/doorkeeper/oauth/password_access_token_request.rb +++ b/lib/doorkeeper/oauth/password_access_token_request.rb @@ -5,7 +5,6 @@ # - it validates the owner is no...
PasswordAccessTokenRequest does not need code
doorkeeper-gem_doorkeeper
train
346112de6a981f086eb0026e0171b134d65e711d
diff --git a/src/Appear.js b/src/Appear.js index <HASH>..<HASH> 100644 --- a/src/Appear.js +++ b/src/Appear.js @@ -19,8 +19,8 @@ export default withDeck( } render() { - const children = React.Children.toArray(this.props.children).map( - child => (typeof child === 'string' ? <div>{child}</div> : ...
Run Appear.js through Prettier
jxnblk_mdx-deck
train
2d42ce81f4e9adb2b3bea32d14b8b06d61cfb9dc
diff --git a/features/support/rspec_helpers.rb b/features/support/rspec_helpers.rb index <HASH>..<HASH> 100644 --- a/features/support/rspec_helpers.rb +++ b/features/support/rspec_helpers.rb @@ -306,6 +306,9 @@ module ChefSpec it "should greet" do chef_run.should execute_command "echo Hello Foob...
Added guard to ensure that Chef::Resource#run_action is aliased only once. This fixes infinite loop when stepping into a LWRP.
chefspec_chefspec
train
c6a4834059a6958a3a5e4bca02eecab48958078c
diff --git a/src/main/java/org/workdocx/cryptolite/KeyWrapper.java b/src/main/java/org/workdocx/cryptolite/KeyWrapper.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/workdocx/cryptolite/KeyWrapper.java +++ b/src/main/java/org/workdocx/cryptolite/KeyWrapper.java @@ -20,6 +20,8 @@ import javax.crypto.NoSuchPaddi...
Added a constructor that takes a SecretKey directly as the wrapping key and deprecated the constructor and accessors for working with a String representation of the wrapping key.
davidcarboni_cryptolite-java
train
df4300c7dff546b1c524d9d02939b3fff3b0b435
diff --git a/test.py b/test.py index <HASH>..<HASH> 100644 --- a/test.py +++ b/test.py @@ -83,6 +83,13 @@ print('\nGetting details for %s\n' % testApps[0]) details = server.details(testApps[0]) print(details) +# USER PROFILE +print('\nGettung user profile information\n') +user = server.userProfile() +if 'Noto Sans'...
Added userProfile case to test.py
NoMore201_googleplay-api
train
fc8f31d1abd38974e05df56b005dd264d0a97ccb
diff --git a/leancloud/client.py b/leancloud/client.py index <HASH>..<HASH> 100644 --- a/leancloud/client.py +++ b/leancloud/client.py @@ -135,7 +135,10 @@ def use_master_key(flag=True): def check_error(func): def new_func(*args, **kwargs): response = func(*args, **kwargs) + assert isinstance(resp...
feat: inplement leanengine rpc endpoint
leancloud_python-sdk
train
66068b700d6aaf0a4a772ba1c1d39eb8b2f77463
diff --git a/src/main/java/com/authlete/common/dto/TokenCreateRequest.java b/src/main/java/com/authlete/common/dto/TokenCreateRequest.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/authlete/common/dto/TokenCreateRequest.java +++ b/src/main/java/com/authlete/common/dto/TokenCreateRequest.java @@ -196,7 +196,7 ...
add flags to allow access tokens to be non-expiring on create and update calls
authlete_authlete-java-common
train
454faafc44b66f940ef8f846ab0c59a3b57b770b
diff --git a/openstack_dashboard/dashboards/project/containers/urls.py b/openstack_dashboard/dashboards/project/containers/urls.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/dashboards/project/containers/urls.py +++ b/openstack_dashboard/dashboards/project/containers/urls.py @@ -25,7 +25,7 @@ if settings.HOR...
Fix Django route for swift ui with folder path The path doesn't terminate in a "/" so that should be removed from the RE. Change-Id: Ie<I>c<I>d<I>bd<I>aa<I>c5b<I>b Closes-Bug: <I>
openstack_horizon
train
dfc53ef4bb4ff1726c7d2578e8353fde0f3263dd
diff --git a/pydle/async.py b/pydle/async.py index <HASH>..<HASH> 100644 --- a/pydle/async.py +++ b/pydle/async.py @@ -37,20 +37,14 @@ def coroutine(func): result.add_done_callback(handle_future) except StopIteration as e: return_future.set_result(getattr(e, 'value', None)...
Properly show exceptions in coroutines.
Shizmob_pydle
train
63a6d111e8e07ada6e3757113428f0bf8304b05b
diff --git a/lib/middleware/user-data/user-data.js b/lib/middleware/user-data/user-data.js index <HASH>..<HASH> 100644 --- a/lib/middleware/user-data/user-data.js +++ b/lib/middleware/user-data/user-data.js @@ -13,9 +13,7 @@ const {getInstanceByPropertyValue, getInstanceProperty} = require('../../service const userD...
Remove outdated incorrect disabling of unused vars
ministryofjustice_fb-runner-node
train
8c836e6e8ee87b2f2349c5016625ec6478686b57
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -9,7 +9,11 @@ const MAX_HEX_SYMBOL = 0xF; const MIN_HEX_SYMBOL = 0x0; // Server's private key for encryption -let _secret = generateRandomString(256); +const KEY_LENGTH = 256; +let _secret = generateRandomString(KEY_LENGTH...
Several security improvements: * No not-encrypted data (excepting expiration date) * Expiration is used in the ticket signing now Function for decryption the ticket
SSharyk_encrypted-ticket
train
9995b8a770356d281addb295778b99d70a8bf240
diff --git a/lib/milestoner/cli/actions/status.rb b/lib/milestoner/cli/actions/status.rb index <HASH>..<HASH> 100644 --- a/lib/milestoner/cli/actions/status.rb +++ b/lib/milestoner/cli/actions/status.rb @@ -16,8 +16,8 @@ module Milestoner def call categorizer.call .tap { |recor...
Updated tag creator and status action to leverage new commit presenter Necessary due to changes in the previous commit, this object needed to be updated in order to not stack dump.
bkuhlmann_milestoner
train
6269734248418714af9b51317b12fbf2b03fe31a
diff --git a/spec/oracle_ebs_spec.rb b/spec/oracle_ebs_spec.rb index <HASH>..<HASH> 100644 --- a/spec/oracle_ebs_spec.rb +++ b/spec/oracle_ebs_spec.rb @@ -2,54 +2,58 @@ require 'spec_helper' describe "Oracle E-Business Suite" do before(:all) do - @old_connection = plsql.connection - plsql.connection = OCI8....
detect when to run Oracle EBS sample spec
rsim_ruby-plsql-spec
train
e498e03eb2c40d3907c5cddb035a1705bfa5f384
diff --git a/svg-injector.js b/svg-injector.js index <HASH>..<HASH> 100644 --- a/svg-injector.js +++ b/svg-injector.js @@ -280,14 +280,27 @@ // Reference: https://bugzilla.mozilla.org/show_bug.cgi?id=376027 var clipPaths = svg.querySelectorAll('defs clipPath[id]'); var newClipPathName; - for (...
Make sure any mask ids and their references are unique so we can safely use the same SVG multiple times on the same page (like we already do for clipPaths)
iconic_SVGInjector
train
f5167344b22647d8bc877019bd73c82c50dfb093
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -3,6 +3,7 @@ import sys import os import textwrap +import codecs # Allow to run setup.py from another directory. os.chdir(os.path.dirname(os.path.abspath(__file__))) @@ -81,7 +82,8 @@ class test(_test): ...
Open readme with codecs to enable explicit encoding declaration. Fixes #<I>.
pypa_setuptools
train
4b45647ec50a1536442bec635a10828ba265813f
diff --git a/cogen/core/schedulers.py b/cogen/core/schedulers.py index <HASH>..<HASH> 100644 --- a/cogen/core/schedulers.py +++ b/cogen/core/schedulers.py @@ -81,7 +81,7 @@ class Scheduler(object): timo = heapq.heappop(t.timeouts) op, coro = timo.op(), timo.coro() if op: - ...
unittests fix (for the sockets.py refactor)
ionelmc_python-cogen
train
db637d4415fa16ae9de00369ba2ebb91aa3b9786
diff --git a/lib/matcher.js b/lib/matcher.js index <HASH>..<HASH> 100644 --- a/lib/matcher.js +++ b/lib/matcher.js @@ -17,10 +17,16 @@ module.exports = () => { Object.keys(brands).forEach(kvnd => insertNames(kvnd, 'primary')); Object.keys(brands).forEach(kvnd => insertNames(kvnd, 'secondary')); + funct...
Match some generic tags like `amenity/yes`, `shop/yes` (closes #<I>)
osmlab_name-suggestion-index
train
535f26c2afc10bbfbdb00ec9c9e405edfe8e20c3
diff --git a/js/cw/string.js b/js/cw/string.js index <HASH>..<HASH> 100644 --- a/js/cw/string.js +++ b/js/cw/string.js @@ -92,7 +92,6 @@ cw.string.withoutLast = function(str, num) { /** * RegExp to match positive integers that start with [1-9]. * This does *not* match "0". - * * @type {!RegExp} * @const */ @...
js/cw/string.js: add strToIntInRange and several regular expressions
ludiosarchive_Coreweb
train
dcd930ec97659727725053707efc121528255ac5
diff --git a/closure/goog/events/events.js b/closure/goog/events/events.js index <HASH>..<HASH> 100644 --- a/closure/goog/events/events.js +++ b/closure/goog/events/events.js @@ -499,27 +499,26 @@ goog.events.unlistenWithWrapper = function(src, wrapper, listener, opt_capt, * Removes all listeners from an object. You ...
Make the first argument to goog.events.removeAll non-optional. Unfortunately there are still some callers passing nullable variables, so it is still {Object} for now (not {!Object}). ------------- Created by MOE: <URL>
google_closure-library
train
9958d69bc836ab0daa802ef24df28a857b23300d
diff --git a/src/grant-types/refresh-token.js b/src/grant-types/refresh-token.js index <HASH>..<HASH> 100644 --- a/src/grant-types/refresh-token.js +++ b/src/grant-types/refresh-token.js @@ -39,13 +39,13 @@ export default function({ return token.getOwner() .then(owner => { const accessToken =...
fix: request w/ `refresh_token` does not persist token pair
netiam_contrib-oauth
train
9bb754d975a1f5bff8b0f7b32611157a5a62fac7
diff --git a/acos_client/v30/slb/template/__init__.py b/acos_client/v30/slb/template/__init__.py index <HASH>..<HASH> 100644 --- a/acos_client/v30/slb/template/__init__.py +++ b/acos_client/v30/slb/template/__init__.py @@ -18,6 +18,7 @@ from acos_client.v30.slb.template.persistence import CookiePersistence from acos_c...
Added support for SSL cipher templates.
a10networks_acos-client
train
afde5224b408e1e71bb629529de382481978f5d6
diff --git a/js/aax.js b/js/aax.js index <HASH>..<HASH> 100644 --- a/js/aax.js +++ b/js/aax.js @@ -96,7 +96,6 @@ module.exports = class aax extends Exchange { 'fetchWithdrawal': undefined, 'fetchWithdrawals': true, 'fetchWithdrawalWhitelist': undefined, - ...
Removed loadLeverageBrackets from has
ccxt_ccxt
train
b667e79fb19e42e3ece0bd3b396156d40bdd5fe5
diff --git a/lib/jets/aws_info.rb b/lib/jets/aws_info.rb index <HASH>..<HASH> 100644 --- a/lib/jets/aws_info.rb +++ b/lib/jets/aws_info.rb @@ -48,9 +48,12 @@ module Jets return '123456789' if test? # ensure region set, required for sts.get_caller_identity.account to work ENV['AWS_REGION'] ||= regio...
Don't fail if AWS credentials are missing. Fixes #<I>
tongueroo_jets
train
29c46220e34aec3882e134f2a3b15391e86ebe66
diff --git a/java-dlp/samples/snippets/src/test/java/com/example/dlp/InspectIT.java b/java-dlp/samples/snippets/src/test/java/com/example/dlp/InspectIT.java index <HASH>..<HASH> 100644 --- a/java-dlp/samples/snippets/src/test/java/com/example/dlp/InspectIT.java +++ b/java-dlp/samples/snippets/src/test/java/com/example/...
samples: Added ignore for dlp tests due to known issues.
googleapis_google-cloud-java
train
4f6138b7a2762f1937b49389f72b348736973e22
diff --git a/lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java b/lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java index <HASH>..<HASH> 100644 --- a/lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java +++ b/lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java @@ -37,6 +37,8 @@...
THRIFT-<I> Consolidate temporary buffers in Java's TCompactProtocol Client: Java Patch: Tom Lee This closes #<I>
limingxinleo_thrift
train
ab77c09c7d80ada0eff9fe8e1086fa616d6830b3
diff --git a/housekeeper/cli/add.py b/housekeeper/cli/add.py index <HASH>..<HASH> 100644 --- a/housekeeper/cli/add.py +++ b/housekeeper/cli/add.py @@ -1,4 +1,6 @@ # -*- coding: utf-8 -*- +from pathlib import Path + import click from housekeeper.store import Store @@ -44,7 +46,7 @@ def file(context, tags, archive, ...
skip checksum in include handle abs paths in files
Clinical-Genomics_housekeeper
train
5c309687adda336bec5800232d944db06d476060
diff --git a/controllers/controllerhelpers/hooks/player.go b/controllers/controllerhelpers/hooks/player.go index <HASH>..<HASH> 100644 --- a/controllers/controllerhelpers/hooks/player.go +++ b/controllers/controllerhelpers/hooks/player.go @@ -7,8 +7,8 @@ package hooks import ( "time" - "github.com/TF2Stadium/Helen...
Use socket.EmitJSON, instead of the broadcaster
TF2Stadium_Helen
train
e5c79955132d6847a2aeac85231a2a7b59b924b4
diff --git a/plotypus.py b/plotypus.py index <HASH>..<HASH> 100644 --- a/plotypus.py +++ b/plotypus.py @@ -20,7 +20,6 @@ def main(): # logger = multiprocessing.log_to_stderr() # logger.setLevel(multiprocessing.SUBDEBUG) options = get_options() - clean_options = {} files = get_files(options.input, o...
Fixing normalization/standardization problems
astroswego_plotypus
train
93b2ca1d455054b17b739d3b4b0da8b38d820b8f
diff --git a/packages/@vuepress/core/lib/node/build/index.js b/packages/@vuepress/core/lib/node/build/index.js index <HASH>..<HASH> 100644 --- a/packages/@vuepress/core/lib/node/build/index.js +++ b/packages/@vuepress/core/lib/node/build/index.js @@ -133,7 +133,7 @@ module.exports = class Build extends EventEmitter { ...
feat($core): decode page path for better readablility (#<I>)
vuejs_vuepress
train
edac2231defff7ac1e99620508af14e81e6810b9
diff --git a/osbs/core.py b/osbs/core.py index <HASH>..<HASH> 100755 --- a/osbs/core.py +++ b/osbs/core.py @@ -10,7 +10,7 @@ import json import logging from osbs.constants import DEFAULT_NAMESPACE, BUILD_FINISHED_STATES, BUILD_RUNNING_STATES, BUILD_PENDING_STATES -from osbs.exceptions import OsbsResponseException +...
Retry osbs.core.wait() if I didn't get what I was waiting for Workaround for <URL>
projectatomic_osbs-client
train
cb32556af83ea46f38ff9a5bf51ef2f1c71a992a
diff --git a/server/src/graql/reasoner/query/ReasonerQueryImpl.java b/server/src/graql/reasoner/query/ReasonerQueryImpl.java index <HASH>..<HASH> 100644 --- a/server/src/graql/reasoner/query/ReasonerQueryImpl.java +++ b/server/src/graql/reasoner/query/ReasonerQueryImpl.java @@ -556,8 +556,7 @@ public class ReasonerQuer...
update rule priority and remove head satisfaction check (#<I>) ## What is the goal of this PR? Update rule priority calculation to include type hierarchy information of the type of the head of the rule. ## What are the changes implemented in this PR? - we take into account how deep in type hierarchy the head type...
graknlabs_grakn
train
c0a5774005702febcfa1bfbdec1c4dbb656dabf9
diff --git a/src/js/Node.js b/src/js/Node.js index <HASH>..<HASH> 100644 --- a/src/js/Node.js +++ b/src/js/Node.js @@ -197,12 +197,21 @@ Node.prototype.findParents = function () { * icon will set focus to the invalid child node. */ Node.prototype.setError = function (error, child) { - // en...
Render errors only for visible nodes
josdejong_jsoneditor
train
502db2135dcafcf59a732c644d611a903aec0ef3
diff --git a/src/tailwind-stubs/views/layouts/app.blade.php b/src/tailwind-stubs/views/layouts/app.blade.php index <HASH>..<HASH> 100644 --- a/src/tailwind-stubs/views/layouts/app.blade.php +++ b/src/tailwind-stubs/views/layouts/app.blade.php @@ -28,6 +28,8 @@ <a class="no-underline hover:u...
add logged-in user to nav
laravel-frontend-presets_tailwindcss
train
422375637ae67a216863e15134d6169e433ef923
diff --git a/test/screenshot/infra/lib/cbt-api.js b/test/screenshot/infra/lib/cbt-api.js index <HASH>..<HASH> 100644 --- a/test/screenshot/infra/lib/cbt-api.js +++ b/test/screenshot/infra/lib/cbt-api.js @@ -386,11 +386,14 @@ https://crossbrowsertesting.com/account /** * @param {!Array<string>} seleniumTestIds ...
chore(infrastructure): Ensure Selenium tests are killed on Ctrl-C (#<I>)
material-components_material-components-web
train
c2f53f015b77979b2ce5970952b1373f640b7444
diff --git a/enrol/meta/locallib.php b/enrol/meta/locallib.php index <HASH>..<HASH> 100644 --- a/enrol/meta/locallib.php +++ b/enrol/meta/locallib.php @@ -158,7 +158,7 @@ class enrol_meta_handler { JOIN {user_enrolments} ue ON (ue.enrolid = e.id AND ue.userid = :userid) JOIN {enrol...
MDL-<I> fix fatal error caused by unenrolling of incorrect enrol instance
moodle_moodle
train
2e6da6f1de9cd1fd41855501ce329db56083d5eb
diff --git a/salt/states/file.py b/salt/states/file.py index <HASH>..<HASH> 100644 --- a/salt/states/file.py +++ b/salt/states/file.py @@ -2639,7 +2639,6 @@ def directory(name, # checkng if bad symlink and force is applied bad_link = False - log.debug(allow_symlink) if os.path.islink(name) and force...
Removed debug statemnt
saltstack_salt
train
593dceb8d2dc37038bfd786cb8026e2f3dc19b4a
diff --git a/tibiapy/highscores.py b/tibiapy/highscores.py index <HASH>..<HASH> 100644 --- a/tibiapy/highscores.py +++ b/tibiapy/highscores.py @@ -164,7 +164,8 @@ class Highscores(abc.Serializable): pvp_types = pvp_types or [] pvp_params = [("worldtypes[]", p.value) for p in pvp_types] return...
Fixed Highscores.get_url() not working without battleye filter
Galarzaa90_tibia.py
train
cacd1bde6dadc101e3e60a61526aa2497db2d8d3
diff --git a/ast.go b/ast.go index <HASH>..<HASH> 100644 --- a/ast.go +++ b/ast.go @@ -1519,7 +1519,7 @@ func (s *SelectStatement) ColumnNames() []string { switch f := field.Expr.(type) { case *Call: - if f.Name == "top" || f.Name == "bottom" { + if s.Target == nil && (f.Name == "top" || f.Name == "bottom")...
Maintain the tags of points selected by top() or bottom() when writing the results When a `SELECT ... INTO ...` is used with `top()` or `bottom()` used with tags, the points will be written with the tags still intact instead of converted to fields.
influxdata_influxql
train
abd1ef495eb6c51d838c755b59714f305c6b60cf
diff --git a/jqm-all/jqm-client/jqm-api-client-core/src/main/java/com/enioka/jqm/api/JobInstance.java b/jqm-all/jqm-client/jqm-api-client-core/src/main/java/com/enioka/jqm/api/JobInstance.java index <HASH>..<HASH> 100644 --- a/jqm-all/jqm-client/jqm-api-client-core/src/main/java/com/enioka/jqm/api/JobInstance.java +++ ...
Client API: added dates & node name to API JobInstance
enioka_jqm
train
e176cf3fef19e56a0ff474c4f8e69dbc5115b533
diff --git a/icekit/project/settings/_base.py b/icekit/project/settings/_base.py index <HASH>..<HASH> 100644 --- a/icekit/project/settings/_base.py +++ b/icekit/project/settings/_base.py @@ -841,14 +841,10 @@ INSTALLED_APPS += ( # Collections 'glamkit_collections', + # We're assuming that the default is ...
Turn on all collection plugins for tests only.
ic-labs_django-icekit
train
8b36bda2b877fea9e6a72c27fa485823b1850e30
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ build composer.lock docs vendor +.phpunit.result.cache diff --git a/src/Databases/PostgreSql.php b/src/Databases/PostgreSql.php index <HASH>..<HASH> 100644 --- a/src/Databases/PostgreSql.php +++ b/src/D...
Added doNotCreateTables to Postgres driver (#<I>) * Added doNotCreateTables to Postgres driver * Fixed formatting
spatie_db-dumper
train
862d295edf552928da8442425d3b9dbd3295e81e
diff --git a/splunklib/searchcommands/decorators.py b/splunklib/searchcommands/decorators.py index <HASH>..<HASH> 100644 --- a/splunklib/searchcommands/decorators.py +++ b/splunklib/searchcommands/decorators.py @@ -229,8 +229,9 @@ class Option(property): Short form (recommended). When you are satisfied with buil...
Fixed up code-blocks Also fixed command.conf spelling of "retainsevents" (not "retains events")
splunk_splunk-sdk-python
train
747da0af83009faeedaa63dc532b5f1660e7c2b4
diff --git a/merb-core/lib/merb-core/controller/abstract_controller.rb b/merb-core/lib/merb-core/controller/abstract_controller.rb index <HASH>..<HASH> 100644 --- a/merb-core/lib/merb-core/controller/abstract_controller.rb +++ b/merb-core/lib/merb-core/controller/abstract_controller.rb @@ -544,7 +544,7 @@ class Merb::A...
Fixes #<I>: #absolute_url doesn't work with the default route abstract_url was making bad assumptions about the params being passed to it. The API for Merb::Router.url allows for not specifying a default route, but that was being broken with abstract_url.
wycats_merb
train
c1cb4873badac8ff40ab77ceb18aee444bf5b053
diff --git a/src/main/java/org/roaringbitmap/IntIteratorFlyweight.java b/src/main/java/org/roaringbitmap/IntIteratorFlyweight.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/roaringbitmap/IntIteratorFlyweight.java +++ b/src/main/java/org/roaringbitmap/IntIteratorFlyweight.java @@ -22,6 +22,8 @@ public class In...
untested mods for flyweight iterator
RoaringBitmap_RoaringBitmap
train
51ae3532a52a78e6f6e748bf242a6e7563314567
diff --git a/osrframework/wrappers/trulia.py b/osrframework/wrappers/trulia.py index <HASH>..<HASH> 100644 --- a/osrframework/wrappers/trulia.py +++ b/osrframework/wrappers/trulia.py @@ -33,6 +33,6 @@ class Trulia(Platform): self.tags = ["contact", "professional", "social"] self.NICK_WILDCARD = "<HERE...
Fixed an error in Trulia platform.
i3visio_osrframework
train
0427c3777f8543e79d8d9d0c8cba19322d1e6aaf
diff --git a/app/scripts/utils/download.js b/app/scripts/utils/download.js index <HASH>..<HASH> 100644 --- a/app/scripts/utils/download.js +++ b/app/scripts/utils/download.js @@ -1,12 +1,11 @@ export function download(filename, data) { // yanked from here // https://stackoverflow.com/questions/3665115/create-a-f...
Fix code style and ES6ify
higlass_higlass
train
c3ddfcdbf5805831ff65e3d776f4da5c6c256c56
diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/logging/LoggingApplicationListener.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/logging/LoggingApplicationListener.java index <HASH>..<HASH> 100644 --- a/spring-boot-project/spring-boot/s...
Trim trailing whitespace from value of logging.config Closes gh-<I>
spring-projects_spring-boot
train
da03e7dc8d22143e7f6eba0a40900e7fc735689e
diff --git a/test_isort.py b/test_isort.py index <HASH>..<HASH> 100644 --- a/test_isort.py +++ b/test_isort.py @@ -26,6 +26,7 @@ from __future__ import absolute_import, division, print_function, unicode_litera import codecs import os import shutil +import sys import tempfile from isort.isort import exists_case_s...
Add test for sys.path mutation
timothycrosley_isort
train
26bf512f56b084b4166783b02a3f50470670cdb3
diff --git a/lib/jeff.rb b/lib/jeff.rb index <HASH>..<HASH> 100644 --- a/lib/jeff.rb +++ b/lib/jeff.rb @@ -120,28 +120,6 @@ module Jeff # Accessors for required AWS attributes. attr_accessor :aws_endpoint, :aws_access_key_id, :aws_secret_access_key - - # Keep these deprecated attribute accessors around for a w...
Remove deprecated accessors
hakanensari_jeff
train
77ac25a8578b5b47f5861d5d05f47da1a8cd6590
diff --git a/python/bigdl/dllib/models/lenet/lenet5.py b/python/bigdl/dllib/models/lenet/lenet5.py index <HASH>..<HASH> 100644 --- a/python/bigdl/dllib/models/lenet/lenet5.py +++ b/python/bigdl/dllib/models/lenet/lenet5.py @@ -109,7 +109,7 @@ if __name__ == "__main__": test_data = get_mnist(sc, "test").map( ...
Change model.test to model.evaluate in Python
intel-analytics_BigDL
train
5ccf2307126f5e3f989925d2653239860c9b53db
diff --git a/command/bdist_wininst.py b/command/bdist_wininst.py index <HASH>..<HASH> 100644 --- a/command/bdist_wininst.py +++ b/command/bdist_wininst.py @@ -112,13 +112,16 @@ class bdist_wininst (Command): # And make an archive relative to the root of the # pseudo-installation tree. + from ...
Second part of fix for bug [#<I>] Python <I>b2 bdist_wininst crashes. If no external zip-utility is found, the archive is created by the zipfile module, which behaves different now than in <I>: if the zip-file is created in the root directory if the distribution, it will contain an (empty) version of itself. This tri...
pypa_setuptools
train
6738b5833a919a9b63e2d3ac362225f45f210660
diff --git a/mypy.ini b/mypy.ini index <HASH>..<HASH> 100644 --- a/mypy.ini +++ b/mypy.ini @@ -41,6 +41,8 @@ ignore_missing_imports = True [mypy-lxml.*] ignore_missing_imports = True +[mypy-netutils.*] +ignore_missing_imports = True [mypy-textfsm] ignore_missing_imports = True diff --git a/napalm/base/helpers.p...
Updates to support lists passed in, moves afi to general search
napalm-automation_napalm
train
023567e2e9ac381d83a2c7670ad0f4b1517c2586
diff --git a/core/src/main/java/com/ibm/watson/developer_cloud/util/DateDeserializer.java b/core/src/main/java/com/ibm/watson/developer_cloud/util/DateDeserializer.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/ibm/watson/developer_cloud/util/DateDeserializer.java +++ b/core/src/main/java/com/ibm/watson/...
:new: Adding another date parser for Conversation
watson-developer-cloud_java-sdk
train
98e421a11afdbbcde9226dd38ea9d14dd2d432d1
diff --git a/xkbgroup/core.py b/xkbgroup/core.py index <HASH>..<HASH> 100644 --- a/xkbgroup/core.py +++ b/xkbgroup/core.py @@ -222,6 +222,24 @@ SYMBOL_REGEX = re.compile(r""" (?: : (?P<index>\d+) )? """, re.VERBOSE) +class _Compat_SRE_Pattern: + def __init__(self, re_obj): + self.re_obj = re_obj +...
core: add a Python <I>, <I> compatibility layer After bumping supported Python to <I>+ this layer should be deleted.
hcpl_xkbgroup
train
61b6543d28326a6b6562cf0345dff9106173ce47
diff --git a/core-bundle/contao/models/FilesModel.php b/core-bundle/contao/models/FilesModel.php index <HASH>..<HASH> 100644 --- a/core-bundle/contao/models/FilesModel.php +++ b/core-bundle/contao/models/FilesModel.php @@ -38,6 +38,68 @@ class FilesModel extends \Model /** + * Find a file by its primary key (bac...
[Core] Support UUIDs in various `FilesModel` methods to be backwards compatible
contao_contao
train
c86d248955df01f4bddb57c43b87c638a559ad7d
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -144,6 +144,11 @@ type Config struct { // ":0", i.e. listen on the local control connection host and a random port. ActiveListenAddr string + // Disables EPSV in favour of PASV. This is useful in cases where EPSV con...
Add a DisableEPSV configuration option. This is to deal with cases where PASV requests lead to a successful connection but EPSV requests to do not, possibly because of server-side configuration, IPv6, NAT or firewall issues. The DisableEPSV option is added in the spirit of the ftp:prefer-epsv option provided by LFTP ...
secsy_goftp
train
88b1df9bd896af8ea223203e476f3ce7e3b35e12
diff --git a/test/functional/variable-list.test.js b/test/functional/variable-list.test.js index <HASH>..<HASH> 100644 --- a/test/functional/variable-list.test.js +++ b/test/functional/variable-list.test.js @@ -31,7 +31,7 @@ describe('VariableList', function () { }); }); - it('should recursively reso...
Added resolution correctness check for slashed variable names
postmanlabs_postman-collection
train
d8d946b2ad73db0001bcb2ab217aed405c263f60
diff --git a/src/viewer/AusGlobeViewer.js b/src/viewer/AusGlobeViewer.js index <HASH>..<HASH> 100644 --- a/src/viewer/AusGlobeViewer.js +++ b/src/viewer/AusGlobeViewer.js @@ -359,6 +359,12 @@ DrawExtentHelper.prototype.handleRegionStart = function (movement) { this._mouseHandler.setInputAction(function (moveme...
Fix hang during shift-drag-zooming. Fixes #<I>.
TerriaJS_terriajs
train
28c6a39d8b05c2b9762fa0723b513793c916e246
diff --git a/tests/test_jujupy.py b/tests/test_jujupy.py index <HASH>..<HASH> 100644 --- a/tests/test_jujupy.py +++ b/tests/test_jujupy.py @@ -143,9 +143,10 @@ class FakeEnvironmentState: self._clear() if controller is not None: self.controller = controller + else: + sel...
Use controller_state, not backing_state in FakeBackend.
juju_juju
train
06b9d476d753fe9659c8b886aee3d1d0c9be83de
diff --git a/environs/httpstorage/backend.go b/environs/httpstorage/backend.go index <HASH>..<HASH> 100644 --- a/environs/httpstorage/backend.go +++ b/environs/httpstorage/backend.go @@ -22,9 +22,9 @@ import ( type storageBackend struct { backend storage.Storage - // httpsBaseURL is the base URL to send to clients...
environs/httpstorage: use req.Host in HEAD response The HEAD response was returning the listening IP address, rather than the host presented in the original HTTP Request. This is changed ot now use the request's Host field. Fixes #<I>
juju_juju
train
f315c59a85808af9c8f17c6e7e132c45c40b3d38
diff --git a/org.alskor.redmine_api/src/main/java/org/alskor/redmine/RedmineManager.java b/org.alskor.redmine_api/src/main/java/org/alskor/redmine/RedmineManager.java index <HASH>..<HASH> 100644 --- a/org.alskor.redmine_api/src/main/java/org/alskor/redmine/RedmineManager.java +++ b/org.alskor.redmine_api/src/main/java/...
fixes #<I> : suggest reloading the data in the target connector after it's exported
taskadapter_redmine-java-api
train
add0a7d5fe58e9e52f8267fd16812ba92eced431
diff --git a/lib/6to5/transformation/transformers/es6-classes.js b/lib/6to5/transformation/transformers/es6-classes.js index <HASH>..<HASH> 100644 --- a/lib/6to5/transformation/transformers/es6-classes.js +++ b/lib/6to5/transformation/transformers/es6-classes.js @@ -9,10 +9,15 @@ exports.ClassDeclaration = function (no...
better ClassDeclarations in expression contexts
babel_babel
train
db428024fb959a08762cffee939bdc0ca996c63b
diff --git a/dallinger/experiment_server/experiment_server.py b/dallinger/experiment_server/experiment_server.py index <HASH>..<HASH> 100644 --- a/dallinger/experiment_server/experiment_server.py +++ b/dallinger/experiment_server/experiment_server.py @@ -1118,9 +1118,10 @@ def node_transmit(node_id): except Ex...
Tests and bug fixes to /node//transmit
Dallinger_Dallinger
train
5977b1125bc05aae5594e00d9d0ecd607ec8f66d
diff --git a/testing/util.py b/testing/util.py index <HASH>..<HASH> 100644 --- a/testing/util.py +++ b/testing/util.py @@ -67,7 +67,7 @@ xfailif_broken_deep_listdir = pytest.mark.xfail( def platform_supports_pcre(): - output = cmd_output(GREP, '-P', "name=Don't", 'CHANGELOG.md', retcode=None) + output = cmd_...
Another try to fix #<I> Properly changed the string and file referenced to handle single quotes properly inside pcre greps.
pre-commit_pre-commit
train
4d8d4e4e54c181ab6aee4f2e01e8fbfbe2e80475
diff --git a/lib/private/Utils.js b/lib/private/Utils.js index <HASH>..<HASH> 100644 --- a/lib/private/Utils.js +++ b/lib/private/Utils.js @@ -81,10 +81,6 @@ class Ordinal { throw new TypeError(ordinalData); } - if (!(this instanceof Ordinal)) { - return new Ordinal(ordinalData...
remove meaningless code. Class syntax forces 'new'
daikiueda_xlsx2json
train
e31e510bdaed6f549e4301c2ef1edfcfddefdbeb
diff --git a/presto-main/src/main/java/com/facebook/presto/operator/scalar/ArrayLessThanOrEqualOperator.java b/presto-main/src/main/java/com/facebook/presto/operator/scalar/ArrayLessThanOrEqualOperator.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/operator/scalar/ArrayLessThanOrEq...
Add optimized <= for arrays of longs Add optimized implementation for all types that use long as their native container type
prestodb_presto
train
8dbf8836ff2d5ba1fb29b3ad8676dc77a2a72df5
diff --git a/src/waves/waves.js b/src/waves/waves.js index <HASH>..<HASH> 100644 --- a/src/waves/waves.js +++ b/src/waves/waves.js @@ -34,9 +34,7 @@ export class MdWaves { } this.attributeManager.addClasses(classes); - // build-amd-remove start Waves.attach(this.element); - // build-amd-remove en...
fix(waves): revert amd workaround, call Waves.attact again
aurelia-ui-toolkits_aurelia-materialize-bridge
train
d8ed26bf40a7227e34e663f9021df086d7f09d3d
diff --git a/src/cookies.js b/src/cookies.js index <HASH>..<HASH> 100644 --- a/src/cookies.js +++ b/src/cookies.js @@ -81,7 +81,7 @@ module.exports = class Cookies extends Array { // Deletes all cookies. deleteAll() { - this.length = 0; + this.splice(0, this.length); } // Update cookies with HTTP ...
Fix potential memory leak when deleting all cookies
assaf_zombie
train
a62fcf98c2b803c040810b1103f6af5096acb3b2
diff --git a/optoanalysis/optoanalysis/optoanalysis.py b/optoanalysis/optoanalysis/optoanalysis.py index <HASH>..<HASH> 100644 --- a/optoanalysis/optoanalysis/optoanalysis.py +++ b/optoanalysis/optoanalysis/optoanalysis.py @@ -632,7 +632,7 @@ class DataObject(): return OmegaTrap, A, Gamma, fig, ax def c...
added comment to future calc_gamma autocorr-method
AshleySetter_optoanalysis
train
63c3ea935de1987d95d0fb36d1e59629be468b8b
diff --git a/Pragma/ORM/Model.php b/Pragma/ORM/Model.php index <HASH>..<HASH> 100644 --- a/Pragma/ORM/Model.php +++ b/Pragma/ORM/Model.php @@ -176,7 +176,7 @@ class Model extends QueryBuilder implements SerializableInterface{ if (empty(self::$table_desc[$this->table])) { foreach ($db->describe($this->table) as...
Fix field with "empty" default values i.e: empty() would trigger for "0" string Convert only explicit NULL default values, on a non-null field to an empty string.
pragma-framework_core
train
0c0d0c3eca1f2d386df199952b6f8aa5a73da861
diff --git a/src/EntityManager.js b/src/EntityManager.js index <HASH>..<HASH> 100644 --- a/src/EntityManager.js +++ b/src/EntityManager.js @@ -10,7 +10,7 @@ import { DELETE, ORDER, } from './constants'; -import {match, attachQuerySetMethods} from './utils.js'; +import {match} from './utils.js'; /** * A ...
change from QuerySet.sharedMethods to QuerySet.sharedMethodNames for clarity. Remove comment.
redux-orm_redux-orm
train
55fcfc301683dd041f21958882b8da664c3a63be
diff --git a/filer/static/filer/js/focal_point.js b/filer/static/filer/js/focal_point.js index <HASH>..<HASH> 100644 --- a/filer/static/filer/js/focal_point.js +++ b/filer/static/filer/js/focal_point.js @@ -3,6 +3,7 @@ $(function(){ var PAPER_WIDTH, PAPER_HEIGTH; var paper, ratio; var isDrag = false; + var image_...
Fix for issue #<I> Try loading image dimensions unless it's allready loaded <I>ms after document.ready. <URL>
divio_django-filer
train
8f6c8adf3cafb3ddc28fef23cc37b7ba38b69e5f
diff --git a/Exedra/Session/Session.php b/Exedra/Session/Session.php index <HASH>..<HASH> 100644 --- a/Exedra/Session/Session.php +++ b/Exedra/Session/Session.php @@ -117,6 +117,24 @@ class Session } /** + * Get PHP native session id + * @return string + */ + public function id() + { + return session_id(); + ...
Session close and session id
Rosengate_exedra
train
7c4fba313022569a32957e04a797653ca17299ea
diff --git a/test.py b/test.py index <HASH>..<HASH> 100755 --- a/test.py +++ b/test.py @@ -3068,6 +3068,9 @@ class ThreeCheckTestCase(unittest.TestCase): board.push_san("Qxf7+") self.assertEqual(board.fen(), "r1bqkbnr/pppp1Qpp/2n5/4p3/4P3/8/PPPP1PPP/RNB1KBNR b KQkq - 2+3 0 3") + lichess_fen =...
Directly compare the corresponding lichess fen
niklasf_python-chess
train
acd0ad556af6a8937708af13b0de6958c72440d3
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -189,6 +189,7 @@ export default angular function(superdesk, workspaceMenuProvider) { superdesk .activity("/publisher", { + privileges: {publisher_dashboard: 1}, label: gettext("Publishe...
Add a privilege in order to limit access to publisher
superdesk_superdesk-publisher
train
d1b63887b547a7564508f31c66df3bdf758ddac9
diff --git a/interact.js b/interact.js index <HASH>..<HASH> 100644 --- a/interact.js +++ b/interact.js @@ -997,6 +997,17 @@ for (i = 1; i < elements.length; i++) { dropzone = elements[i]; + // check if the deepest or current are document.documentElement or document.rootEle...
Fix error when <html> is one of multiple dropzones Also fixed a typo in the getDrops function which didn't cause any errors.
taye_interact.js
train
322e9b09d112c7392add312db63728bb03eb442b
diff --git a/src/hamster/widgets/facttree.py b/src/hamster/widgets/facttree.py index <HASH>..<HASH> 100644 --- a/src/hamster/widgets/facttree.py +++ b/src/hamster/widgets/facttree.py @@ -305,7 +305,7 @@ class FactTree(gtk.TreeView): if data and "id" in data: renderer = view.get_column(0).g...
use description for the tooltip, not activity name
projecthamster_hamster
train
643a2ffac24cdea539569a0831219750cddc2191
diff --git a/upnp.go b/upnp.go index <HASH>..<HASH> 100644 --- a/upnp.go +++ b/upnp.go @@ -80,11 +80,13 @@ func (u *upnpDevice) Forward(port uint16, desc string) error { // Clear un-forwards a port, removing it from the router's port mapping table. func (u *upnpDevice) Clear(port uint16) error { - err := u.client.D...
Clear deletes both mappings before returning error
NebulousLabs_go-upnp
train
15f9c09ebf663cd5fe6ea5abdeb194f0af910de9
diff --git a/salt/modules/cmdmod.py b/salt/modules/cmdmod.py index <HASH>..<HASH> 100644 --- a/salt/modules/cmdmod.py +++ b/salt/modules/cmdmod.py @@ -757,8 +757,8 @@ def run(cmd, :param str cmd: The command to run. ex: ``ls -lart /home`` - :param str cwd: The current working directory to execute the comman...
Adjust description for param cwd On most Linux systems root's home directory is '/root', but this is not true on other platforms. On MacOS <I> for example, it is '/var/root' or '/var/private/root'. Also, the salt master may not be running as root, so perhaps it is best to avoid making any promises about the current w...
saltstack_salt
train
d3d7e61e9abf17bc92fe89f662fc2f9503d371df
diff --git a/src/Page.php b/src/Page.php index <HASH>..<HASH> 100644 --- a/src/Page.php +++ b/src/Page.php @@ -45,6 +45,15 @@ abstract class Page /** * + * A router for generating URIs. + * + * @var object + * + */ + protected $router; + + /** + * * A data tr...
add a setter for a router object. note that the class does not require it for its own operation; it is up to the implementor to inject one if needed.
auraphp_Aura.Web
train
dbaf40b097d20264a7b41a07b4a62f7fe2d733e4
diff --git a/tests/unit/legacy/api/xmlrpc/test_xmlrpc.py b/tests/unit/legacy/api/xmlrpc/test_xmlrpc.py index <HASH>..<HASH> 100644 --- a/tests/unit/legacy/api/xmlrpc/test_xmlrpc.py +++ b/tests/unit/legacy/api/xmlrpc/test_xmlrpc.py @@ -75,8 +75,15 @@ class TestRateLimiting: pretend.call("warehouse.xmlrpc.ra...
Add minimum _resets_in (#<I>)
pypa_warehouse
train
983d8ab00fefd3784b25f7ba1b1b65afcdc46232
diff --git a/lib/primitives/base-element.js b/lib/primitives/base-element.js index <HASH>..<HASH> 100644 --- a/lib/primitives/base-element.js +++ b/lib/primitives/base-element.js @@ -307,7 +307,7 @@ module.exports = function(registry) { function traverseObject(obj, el) { var ArrayElement = registry.getElement...
Trailing space (will squash after CR)
refractproject_minim
train
6d186e6f063b0e59af7bb5738ce216348a758a14
diff --git a/Tests/com/drew/imaging/png/PngMetadataReaderTest.java b/Tests/com/drew/imaging/png/PngMetadataReaderTest.java index <HASH>..<HASH> 100644 --- a/Tests/com/drew/imaging/png/PngMetadataReaderTest.java +++ b/Tests/com/drew/imaging/png/PngMetadataReaderTest.java @@ -11,6 +11,8 @@ import java.io.IOException; im...
Another build error so changed to specific timezone to fix
drewnoakes_metadata-extractor
train
cbc38e938a095b823abc75cb48ed8929deee5ab5
diff --git a/common/src/main/java/io/netty/util/internal/PlatformDependent0.java b/common/src/main/java/io/netty/util/internal/PlatformDependent0.java index <HASH>..<HASH> 100644 --- a/common/src/main/java/io/netty/util/internal/PlatformDependent0.java +++ b/common/src/main/java/io/netty/util/internal/PlatformDependent...
UNSAFE.throwException null arg crashes JVM Motivation: It has been observed that passing a null argument to Unsafe.throwException can crash the JVM. Modifications: - PlatformUnsafe0.throwException should honor <URL>
netty_netty
train
38ff191f84d45b2f80e56f41eb3fc2dbef4705cb
diff --git a/src/test/java/nl/jqno/equalsverifier/internal/prefabvalues/PrefabValuesTest.java b/src/test/java/nl/jqno/equalsverifier/internal/prefabvalues/PrefabValuesTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/nl/jqno/equalsverifier/internal/prefabvalues/PrefabValuesTest.java +++ b/src/test/java/nl/jqno/...
Issue <I>: Test that List<String> is separate from List<Integer>
jqno_equalsverifier
train
7a0dd22f03ed1654fca86ccde2c220c64116d447
diff --git a/src/Avatar/Avatar.react.js b/src/Avatar/Avatar.react.js index <HASH>..<HASH> 100644 --- a/src/Avatar/Avatar.react.js +++ b/src/Avatar/Avatar.react.js @@ -1,7 +1,7 @@ /* eslint-disable import/no-unresolved, import/extensions */ import React, { PureComponent } from 'react'; import PropTypes from 'prop-typ...
Fix displaying a picture on avatar when image prop is a string
xotahal_react-native-material-ui
train
f49d1b758b3702d8303bf75241b7be99be14253b
diff --git a/metrics-core/src/main/java/com/codahale/metrics/ScheduledReporter.java b/metrics-core/src/main/java/com/codahale/metrics/ScheduledReporter.java index <HASH>..<HASH> 100644 --- a/metrics-core/src/main/java/com/codahale/metrics/ScheduledReporter.java +++ b/metrics-core/src/main/java/com/codahale/metrics/Sche...
Suppress all kinds of Exceptions raised by report() (#<I>)
dropwizard_metrics
train
63f2d6cadaed8a6885662ba66e7bd296bc756e2a
diff --git a/libkbfs/folder_block_ops.go b/libkbfs/folder_block_ops.go index <HASH>..<HASH> 100644 --- a/libkbfs/folder_block_ops.go +++ b/libkbfs/folder_block_ops.go @@ -2689,10 +2689,8 @@ func (fbo *folderBlockOps) UpdateCachedEntryAttributes( // assume Sync will be called eventually on the corresponding open // fi...
folder_block_ops: simpler UpdateCachedEntryAttributesOnRemovedFile Suggested by @akalin-keybase Issue: #<I>
keybase_client
train
89ab6756a2c2183be52748e0fee8e706af4cdc40
diff --git a/starlette/staticfiles.py b/starlette/staticfiles.py index <HASH>..<HASH> 100644 --- a/starlette/staticfiles.py +++ b/starlette/staticfiles.py @@ -155,10 +155,10 @@ class StaticFiles: continue try: stat_result = await aio_stat(full_path) - return...
Removed redundant parantheses as returning with comma will return tuple (#<I>)
encode_starlette
train
ee2c29c45841a359381344b62d348fa25bdc7dbc
diff --git a/structr-ui/src/main/resources/structr/js/crud.js b/structr-ui/src/main/resources/structr/js/crud.js index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/resources/structr/js/crud.js +++ b/structr-ui/src/main/resources/structr/js/crud.js @@ -2341,18 +2341,19 @@ var _Crud = { }, formatKey: function(te...
Removed strange formatting of type string.
structr_structr
train