hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
34378b5c6ac10116d5d592eb983d653d12c436ee
diff --git a/scdl/scdl.py b/scdl/scdl.py index <HASH>..<HASH> 100755 --- a/scdl/scdl.py +++ b/scdl/scdl.py @@ -53,7 +53,7 @@ from scdl import __version__ from scdl import soundcloud, utils logging.basicConfig(level=logging.INFO, format='%(message)s') -logging.getLogger("requests").setLevel(logging.WARNING) +logging...
Basic code cleanup (avoid hardcoding \n, use single quote string by convention, use with statement to handle files, ...)
flyingrub_scdl
train
8ae258d3784dad67662f205a416ef1c083b82fc2
diff --git a/sbol-data-io-RDF/src/main/java/org/sbolstandard/core/io/rdf/RdfIo.java b/sbol-data-io-RDF/src/main/java/org/sbolstandard/core/io/rdf/RdfIo.java index <HASH>..<HASH> 100644 --- a/sbol-data-io-RDF/src/main/java/org/sbolstandard/core/io/rdf/RdfIo.java +++ b/sbol-data-io-RDF/src/main/java/org/sbolstandard/core...
Fixed issue with casting from toArray which causes java 9 problem
SynBioDex_sbol-data
train
c366c8923d61bfb75dde1576f0bb95513ae2886e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ with open('README.rst') as file: long_description = file.read() setup(name = 'pytimeparse', - version = '1.0', + version = '1.0.0', description = 'Time...
setup.py: change version number to <I>
wroberts_pytimeparse
train
05c7d2328000d0c6c49798540e4b1a370028be52
diff --git a/src/Recurrence/Type/Daily.php b/src/Recurrence/Type/Daily.php index <HASH>..<HASH> 100644 --- a/src/Recurrence/Type/Daily.php +++ b/src/Recurrence/Type/Daily.php @@ -30,6 +30,8 @@ class Daily implements RecurrenceInterface foreach ($dailyEvents as $dailyEvent) { + list(, $dailyEvent...
Ensure the occurrence times are that of their parent and not from the from date.
benplummer_calendarful
train
c30c14d933f04f232d9a5d619b300ccae8278c33
diff --git a/src/Riak/Command/Object/Store.php b/src/Riak/Command/Object/Store.php index <HASH>..<HASH> 100644 --- a/src/Riak/Command/Object/Store.php +++ b/src/Riak/Command/Object/Store.php @@ -40,6 +40,10 @@ class Store extends Command\Object implements CommandInterface $this->bucket = $builder->getBucket();...
Added check that if the location is available, then do a PUT instead of a POST.
basho_riak-php-client
train
148c33a53d61b80c8c8b7efd45ef5bec75319eeb
diff --git a/src/peltak/core/fs.py b/src/peltak/core/fs.py index <HASH>..<HASH> 100644 --- a/src/peltak/core/fs.py +++ b/src/peltak/core/fs.py @@ -75,7 +75,6 @@ def match_globs(path, patterns): for pattern in (p for p in patterns if p): if pattern.startswith('/'): regex = fnmatch.translate(pa...
Fix match_globs() matching only first pattern
novopl_peltak
train
5996e31f681ad53e427576355745fab55b4de392
diff --git a/bitcoin/serialize.py b/bitcoin/serialize.py index <HASH>..<HASH> 100644 --- a/bitcoin/serialize.py +++ b/bitcoin/serialize.py @@ -25,6 +25,8 @@ __all__ = [ 'deserialize_hash', 'serialize_beint', 'deserialize_beint', + 'serialize_leint', + 'deserialize_leint', 'serialize_list', ...
Add serialize_leint and deserialize_leint based on the hash serialization routines.
maaku_python-bitcoin
train
36031ce1edc362ea669e6841cdfaab08f0113d52
diff --git a/hazelcast/src/main/java/com/hazelcast/executor/BaseCallableTaskOperation.java b/hazelcast/src/main/java/com/hazelcast/executor/BaseCallableTaskOperation.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/executor/BaseCallableTaskOperation.java +++ b/hazelcast/src/main/java/com/haz...
Fixes #<I> ManagedContext skipped for local tasks This pr also includes an additional test for the HazelcastInstanceAware and local tasks.
hazelcast_hazelcast
train
1097e6fcf9d68bd2527dd22654dd62419b00049a
diff --git a/scripts/determine-pkg-versions.js b/scripts/determine-pkg-versions.js index <HASH>..<HASH> 100644 --- a/scripts/determine-pkg-versions.js +++ b/scripts/determine-pkg-versions.js @@ -122,7 +122,7 @@ function determineVersion(pkg, commitInfos) { } return commitInfos.reduce(pickBestVersionInfo(pkg), {...
fix(scripts): Ensure determine-pkg-versions outputs correct info (#<I>) - Ensure new version output by determine-pkg-versions is correct - Ensure proper publishConfig flags are sent to UpdatedPackagesCollector
material-components_material-components-web
train
38b2e9f9f67ff6e5fcfbf50beb9dd969cb594eb3
diff --git a/lib/chef/json_compat.rb b/lib/chef/json_compat.rb index <HASH>..<HASH> 100644 --- a/lib/chef/json_compat.rb +++ b/lib/chef/json_compat.rb @@ -53,10 +53,8 @@ class Chef end def to_json_pretty(obj, opts = nil) - opts ||= {} - options_map = {} - options_map[:pretty] = true...
Refactor to_json_pretty to avoid creating a hash.
chef_chef
train
5b77280dad0ebedb71b89d904a8dbba52baee120
diff --git a/packages/react-scripts/scripts/build.js b/packages/react-scripts/scripts/build.js index <HASH>..<HASH> 100644 --- a/packages/react-scripts/scripts/build.js +++ b/packages/react-scripts/scripts/build.js @@ -143,7 +143,7 @@ checkBrowsers(paths.appPath, isInteractive) function build(previousFileSizes) { c...
Make compiler variable const instead of let (#<I>) compiler is not being reassigned, so we can use a const here
facebook_create-react-app
train
f39f3b1668d3ad64fa4269807e0f609fbbde4c96
diff --git a/src/ServerlessOffline.js b/src/ServerlessOffline.js index <HASH>..<HASH> 100644 --- a/src/ServerlessOffline.js +++ b/src/ServerlessOffline.js @@ -20,10 +20,16 @@ export default class ServerlessOffline { #lambda = null #serverless = null - constructor(serverless, cliOptions) { + constructor(server...
refactor: Adapt v3 log writing interfaces
dherault_serverless-offline
train
1709bbb218d06cccad5bad983c9392c78cd6c6da
diff --git a/wffweb/src/main/java/com/webfirmframework/wffweb/css/file/AbstractCssFileBlock.java b/wffweb/src/main/java/com/webfirmframework/wffweb/css/file/AbstractCssFileBlock.java index <HASH>..<HASH> 100644 --- a/wffweb/src/main/java/com/webfirmframework/wffweb/css/file/AbstractCssFileBlock.java +++ b/wffweb/src/ma...
Implemented excludeCssBlock in AbstractCssFileBlock class
webfirmframework_wff
train
1126b705c6fd3c5fa9cc6527067664b4b960db15
diff --git a/build.gradle.kts b/build.gradle.kts index <HASH>..<HASH> 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar import com.jfrog.bintray.gradle.BintrayExtension import com.jfrog.bintray.gradle.tasks.BintrayUploadTask impor...
Update WebSocket library to <I> This added a new copy constructor so we can cleanup some code
DV8FromTheWorld_JDA
train
ac22fb60bfb4a64609e55811c99586ea03b75f28
diff --git a/Chat/TalkBox.php b/Chat/TalkBox.php index <HASH>..<HASH> 100644 --- a/Chat/TalkBox.php +++ b/Chat/TalkBox.php @@ -239,10 +239,10 @@ class sb_Chat_TalkBox{ $stmt = $this->db->prepare($sql); if($stmt->execute($values)){ + $line->id = $this->db->lastInsertId(); $this->update_last_visit(); } ...
TalkBox and Text_BlingMedia now work with new estrip
surebert_surebert-framework
train
d039e3791aca6100a0e0944cc7f46d1f4d0f047b
diff --git a/lfs/gitscanner_catfilebatch.go b/lfs/gitscanner_catfilebatch.go index <HASH>..<HASH> 100644 --- a/lfs/gitscanner_catfilebatch.go +++ b/lfs/gitscanner_catfilebatch.go @@ -19,8 +19,6 @@ import ( func runCatFileBatch(pointerCh chan *WrappedPointer, lockableCh chan string, lockableSet *lockableNameSet, revs *...
lfs: PointerScanner is nil after error, so don't close
git-lfs_git-lfs
train
a68f1dbbafa578266bd5199456054e621239df56
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,9 +49,9 @@ copyright = u'2015, Marc Brinkmann' # built documents. # # The short X.Y version. -version = '0.6.2' +version = '0.6.3' # The full version, including alpha/beta/rc tags. -release = '0.6.2.dev...
Start developing version <I>.dev1 (after release of <I>)
mbr_latex
train
da07356624706caddd0031fbcc50c9f858460949
diff --git a/vc_zoom/indico_vc_zoom/plugin.py b/vc_zoom/indico_vc_zoom/plugin.py index <HASH>..<HASH> 100644 --- a/vc_zoom/indico_vc_zoom/plugin.py +++ b/vc_zoom/indico_vc_zoom/plugin.py @@ -13,7 +13,7 @@ from wtforms.fields import TextAreaField from wtforms.fields.core import BooleanField from wtforms.fields.html5 i...
Make isort happy ALL_CAPS names are apparently treated differently...
indico_indico-plugins
train
d8cb12072a9168361f28026979c5f392cdf182db
diff --git a/app/src/main/java/io/appium/uiautomator2/handler/FirstVisibleView.java b/app/src/main/java/io/appium/uiautomator2/handler/FirstVisibleView.java index <HASH>..<HASH> 100644 --- a/app/src/main/java/io/appium/uiautomator2/handler/FirstVisibleView.java +++ b/app/src/main/java/io/appium/uiautomator2/handler/Fir...
fix up some java oopses
appium_appium-uiautomator2-server
train
b2d71cb8131ea0f435d85a97f4ff43a235178cab
diff --git a/host-controller/src/main/java/org/jboss/as/domain/controller/resources/HostExcludeResourceDefinition.java b/host-controller/src/main/java/org/jboss/as/domain/controller/resources/HostExcludeResourceDefinition.java index <HASH>..<HASH> 100644 --- a/host-controller/src/main/java/org/jboss/as/domain/controlle...
[WFCORE-<I>] Add EAP <I> as a KnownRelease
wildfly_wildfly-core
train
ad147e433d5fedb31556bea5130c95b373dbf39c
diff --git a/tea/src/main/java/org/teatrove/tea/compiler/TypeChecker.java b/tea/src/main/java/org/teatrove/tea/compiler/TypeChecker.java index <HASH>..<HASH> 100644 --- a/tea/src/main/java/org/teatrove/tea/compiler/TypeChecker.java +++ b/tea/src/main/java/org/teatrove/tea/compiler/TypeChecker.java @@ -127,7 +127,7 @@ p...
Fix #<I> resolving truthful expressions in conjunctions (and, or, etc)
teatrove_teatrove
train
1b394bd0337ad3ccf75fd590fcc91a7577104e81
diff --git a/QuickBooks/IPP/IntuitAnywhere.php b/QuickBooks/IPP/IntuitAnywhere.php index <HASH>..<HASH> 100644 --- a/QuickBooks/IPP/IntuitAnywhere.php +++ b/QuickBooks/IPP/IntuitAnywhere.php @@ -351,7 +351,8 @@ class QuickBooks_IPP_IntuitAnywhere */ public function handle($app_tenant, $state = '') { - if ($this...
Tweaks to ensure that ->test() does not succeed without a valid tenant value.
consolibyte_quickbooks-php
train
0080f94b382d96f1fc63629a1e53c62fef05d1b4
diff --git a/django_zappa/handler.py b/django_zappa/handler.py index <HASH>..<HASH> 100644 --- a/django_zappa/handler.py +++ b/django_zappa/handler.py @@ -84,30 +84,26 @@ def lambda_handler(event, context): returnme[item[0]] = item[1] returnme['Status'] = response.status_code - if respons...
<I> - redirects working mostly
Miserlou_django-zappa
train
8cb9998c835221d527572d76753a587886df0fa4
diff --git a/server/sonar-server/src/main/java/org/sonar/server/ui/ws/ComponentNavigationAction.java b/server/sonar-server/src/main/java/org/sonar/server/ui/ws/ComponentNavigationAction.java index <HASH>..<HASH> 100644 --- a/server/sonar-server/src/main/java/org/sonar/server/ui/ws/ComponentNavigationAction.java +++ b/s...
SONAR-<I> Fix location of showBackgroundTasks in response of api/navigation/component
SonarSource_sonarqube
train
dddc0d15f108637e8fd733359713e13bc1656fb4
diff --git a/src/test/java/redis/clients/jedis/tests/JedisSentinelTest.java b/src/test/java/redis/clients/jedis/tests/JedisSentinelTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/redis/clients/jedis/tests/JedisSentinelTest.java +++ b/src/test/java/redis/clients/jedis/tests/JedisSentinelTest.java @@ -85,16 +85...
Add second jedis connection to waitForNewPromotedMaster call
xetorthio_jedis
train
0413fa74f8ff2ae7f072a0f1d5338a845837c585
diff --git a/scripts/garp.php b/scripts/garp.php index <HASH>..<HASH> 100755 --- a/scripts/garp.php +++ b/scripts/garp.php @@ -51,10 +51,10 @@ if (file_exists(BASE_PATH . '/application/configs/environment.php')) { include_once BASE_PATH . '/application/configs/environment.php'; } -require_once dirname(__FILE__)...
Refactored command resolving slightly
grrr-amsterdam_garp3
train
da19258899e8f5b0dbba7abe1f451b8b7c909463
diff --git a/dev/com.ibm.ws.concurrent.persistent/src/com/ibm/ws/concurrent/persistent/internal/InvokerTask.java b/dev/com.ibm.ws.concurrent.persistent/src/com/ibm/ws/concurrent/persistent/internal/InvokerTask.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.concurrent.persistent/src/com/ibm/ws/concurrent/persiste...
Issue #<I> nested transaction FFDC after rollback missed on error path
OpenLiberty_open-liberty
train
f7e2ed978f83127f79160c968967f8c7737cc20d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ recursively_include(package_data, 'pythonforandroid/recipes', recursively_include(package_data, 'pythonforandroid/bootstraps', ['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png'...
setup.py: fix installation fix all remaining issues of #<I>
kivy_python-for-android
train
b00104cc84a5454cffcfbcf17fb5c499d848661b
diff --git a/safe/gui/tools/print_report_dialog.py b/safe/gui/tools/print_report_dialog.py index <HASH>..<HASH> 100644 --- a/safe/gui/tools/print_report_dialog.py +++ b/safe/gui/tools/print_report_dialog.py @@ -138,7 +138,7 @@ class PrintReportDialog(QtGui.QDialog, FORM_CLASS): override_templat...
fix bug on print dialog (#<I>)
inasafe_inasafe
train
fd3d388ece0ed5d1e8ea417d0b29a5c665424c4e
diff --git a/oscrypto/_openssl/tls.py b/oscrypto/_openssl/tls.py index <HASH>..<HASH> 100644 --- a/oscrypto/_openssl/tls.py +++ b/oscrypto/_openssl/tls.py @@ -585,7 +585,10 @@ class TLSSocket(object): raise def _raw_read(self, rbio): - to_write = self._socket.recv(8192) + try: + ...
Have OpenSSL socket read errors bubble up to the OpenSSL layer for better error messaging
wbond_oscrypto
train
899cbffe332b12ca5062986d0c51972acb2782cd
diff --git a/system/src/Grav/Common/Grav.php b/system/src/Grav/Common/Grav.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Common/Grav.php +++ b/system/src/Grav/Common/Grav.php @@ -235,7 +235,7 @@ class Grav extends Container // Calculate a Hash based on the raw file if ($page->eTag()) { - ...
ETag header should be inside double quotes (#<I>) It's small change, but still... <URL>
getgrav_grav
train
05225ef07f94bb9f4a67ad89360d1d10cc31ad32
diff --git a/includes/properties/class-papi-property-relationship.php b/includes/properties/class-papi-property-relationship.php index <HASH>..<HASH> 100644 --- a/includes/properties/class-papi-property-relationship.php +++ b/includes/properties/class-papi-property-relationship.php @@ -120,6 +120,11 @@ class Papi_Prope...
Added posts per page default value for property relationship
wp-papi_papi
train
d557d44360cc1d3f20c1a334fe5c325042753d61
diff --git a/src/lib/isMobilePhone.js b/src/lib/isMobilePhone.js index <HASH>..<HASH> 100644 --- a/src/lib/isMobilePhone.js +++ b/src/lib/isMobilePhone.js @@ -43,7 +43,7 @@ const phones = { 'fr-FR': /^(\+?33|0)[67]\d{8}$/, 'he-IL': /^(\+972|0)([23489]|5[012345689]|77)[1-9]\d{6}$/, 'hu-HU': /^(\+?36)(20|30|70)\...
fix(isMobilePhone): Indonesian locale update (#<I>)
chriso_validator.js
train
02f8697733457cbe815b52aa78fa979f0602d2e2
diff --git a/clause-and-effect/09-searching-a-cyclic-graph.php b/clause-and-effect/09-searching-a-cyclic-graph.php index <HASH>..<HASH> 100644 --- a/clause-and-effect/09-searching-a-cyclic-graph.php +++ b/clause-and-effect/09-searching-a-cyclic-graph.php @@ -7,6 +7,9 @@ require 'vendor/autoload.php'; // clause and eff...
add descriptions of what the various examples depict
igorw_reasoned-php
train
c2d0679c4b0602150f0e0ea9c66b54c8678dba7a
diff --git a/salt/states/test.py b/salt/states/test.py index <HASH>..<HASH> 100644 --- a/salt/states/test.py +++ b/salt/states/test.py @@ -201,33 +201,29 @@ def configurable_test_state(name, changes=True, result=True, comment=''): 'result': False, 'comment': comment } + change_data = { + ...
states.test.configurable_test_state: refactor change_data Also adjust continued string indentation.
saltstack_salt
train
e698097195ef2c9676f76513cf0c1f28c2872b8a
diff --git a/lib/random_unique_id.rb b/lib/random_unique_id.rb index <HASH>..<HASH> 100644 --- a/lib/random_unique_id.rb +++ b/lib/random_unique_id.rb @@ -136,17 +136,7 @@ module RandomUniqueId # @see RandomUniqueId::ClassMethods#has_random_unique_id # @see RandomUniqueId.generate_random_id def generate_random...
Refactoring: move finding the topmost class to its own method. Made it more functional.
pupeno_random_unique_id
train
752b4f49e9283078976973ebbe33576eaff80a3e
diff --git a/lib/backup/database/riak.rb b/lib/backup/database/riak.rb index <HASH>..<HASH> 100644 --- a/lib/backup/database/riak.rb +++ b/lib/backup/database/riak.rb @@ -45,8 +45,11 @@ module Backup end ## - # Performs the riak-admin command and outputs the - # data to the specified path base...
keep appended node name when compressing riak dump file
backup_backup
train
3865454cbd30734bad172149abc02c0a7eeb44d1
diff --git a/lib/connection.js b/lib/connection.js index <HASH>..<HASH> 100644 --- a/lib/connection.js +++ b/lib/connection.js @@ -145,7 +145,7 @@ var Connection = module.exports = function(options) { // Allow to delegate connection refresh to outer function var self = this; var refreshFn = options.refreshFn; ...
remove client secret check to accept refresh token
jsforce_jsforce
train
6c63d931f21102a7bc83af76dfe5017e43f5c5a2
diff --git a/examples/.eslintrc b/examples/.eslintrc index <HASH>..<HASH> 100644 --- a/examples/.eslintrc +++ b/examples/.eslintrc @@ -6,7 +6,6 @@ "import/prefer-default-export": "off", "max-len": "off", "no-param-reassign": "off", - "object-curly-spacing": "off", "object-shor...
Turn on 'object-curly-spacing' rule
react-dnd_react-dnd
train
66c527b3d14d198c1a541816194c728eb934bfad
diff --git a/codespell_lib/_codespell.py b/codespell_lib/_codespell.py index <HASH>..<HASH> 100755 --- a/codespell_lib/_codespell.py +++ b/codespell_lib/_codespell.py @@ -38,7 +38,7 @@ options = None file_opener = None quiet_level = 0 encodings = ['utf-8', 'iso-8859-1'] -regex = re.compile(r"[\w\-']+") +word_regex =...
Add new --regex option to set regular expression used to find words A new command line option -r / --regex is implemented to allow the user to set the regular expression which is used to find the words in the input lines. This is useful in projects where you want to overwrite the default expression, for example to spl...
codespell-project_codespell
train
fb2f0d6d0775e341f39ce161efbb920c0684514a
diff --git a/gdax/public_client.py b/gdax/public_client.py index <HASH>..<HASH> 100644 --- a/gdax/public_client.py +++ b/gdax/public_client.py @@ -157,7 +157,7 @@ class PublicClient(object): params['limit'] = limit r = requests.get(url, params=params) - r.raise_for_status() + # r.r...
remove raise and comment out time.sleep
danpaquin_coinbasepro-python
train
d069ae11f433077b6ac6b16a7322e13907a0feb8
diff --git a/exchange/bitswap/strategy/ledgermanager.go b/exchange/bitswap/strategy/ledgermanager.go index <HASH>..<HASH> 100644 --- a/exchange/bitswap/strategy/ledgermanager.go +++ b/exchange/bitswap/strategy/ledgermanager.go @@ -22,15 +22,19 @@ type Envelope struct { } type LedgerManager struct { - lock sync.RWMu...
refactor: put mutex next to the things it protects If we put the lock next to the fields it protects, it can sometimes make it easier to reason about threadsafety. In this case, it reveals that the task queue (not threadsafe) isn't protected by the mutex, yet shared between the worker and callers. @whyrusleeping Li...
ipfs_go-ipfs
train
0d186e3c5b352caac1737393fd6296a85bc43e7f
diff --git a/metal/utils.py b/metal/utils.py index <HASH>..<HASH> 100644 --- a/metal/utils.py +++ b/metal/utils.py @@ -97,9 +97,9 @@ def recursive_merge_dicts(x, y, misses='report', verbose=None): recursive_merge_dicts(x[k], v, misses, verbose) else: if x[k] ==...
Fix printing bug in recursive_merge_dicts
HazyResearch_metal
train
1810a049d0b6bc3fd3f2d695ac2fd74beb0b336b
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,8 @@ from setuptools import find_packages, setup setup( - name='experirun', - version='0.0.1', + name='experi', + version='0.0.8', python_requires='>=3.6', setup_requires=[], install_re...
Change name and version number Getting ready to put on github, I prefer the shorter experi name, although I am still not set on that as the name.
malramsay64_experi
train
468fe155a63696f621190fc3fc8e3f94800410d5
diff --git a/launch_control/__init__.py b/launch_control/__init__.py index <HASH>..<HASH> 100644 --- a/launch_control/__init__.py +++ b/launch_control/__init__.py @@ -3,6 +3,11 @@ # # For more details see: # https://blueprints.launchpad.net/ubuntu/+spec/arm-m-validation-dashboard +""" +Public API for Launch Contro...
Add docstring to launch_control package
zyga_json-schema-validator
train
c63ecbfd08b0e013278a6339ea5b40680c944b03
diff --git a/PySimpleGUI27.py b/PySimpleGUI27.py index <HASH>..<HASH> 100644 --- a/PySimpleGUI27.py +++ b/PySimpleGUI27.py @@ -12,7 +12,7 @@ from builtins import str from builtins import object from future import standard_library standard_library.install_aliases() -version = __version__ = "2.3.0.0 Unreleased" +versi...
Corrected version number for the patch.
PySimpleGUI_PySimpleGUI
train
f7f7080a82d035452a943482817f537e1e648497
diff --git a/qutepart/completer.py b/qutepart/completer.py index <HASH>..<HASH> 100644 --- a/qutepart/completer.py +++ b/qutepart/completer.py @@ -2,7 +2,7 @@ """ from PyQt4.QtCore import QAbstractItemModel, QModelIndex, QObject, QSize, Qt -from PyQt4.QtGui import QListView +from PyQt4.QtGui import QListView, QStyl...
Remove QListView dotted frame with item delegate
andreikop_qutepart
train
f23fc65362df39dee871cde342eb068986987631
diff --git a/lib/clamp/subcommand/execution.rb b/lib/clamp/subcommand/execution.rb index <HASH>..<HASH> 100644 --- a/lib/clamp/subcommand/execution.rb +++ b/lib/clamp/subcommand/execution.rb @@ -10,7 +10,7 @@ module Clamp subcommand_class = find_subcommand_class(subcommand_name) subcommand = subcomman...
Fix check for presence of explicitly set option.
mdub_clamp
train
cbbe09a93efb30fe9fcc52c43f1d3bc1944eb61d
diff --git a/build/Anglebars.js b/build/Anglebars.js index <HASH>..<HASH> 100644 --- a/build/Anglebars.js +++ b/build/Anglebars.js @@ -971,7 +971,7 @@ Anglebars.substrings.Fragment.prototype = { }, toString: function () { - return this.value; + return this.value || ''; } }; @@ -999,7 +999,7 @@ Anglebars.su...
fixed bug whereby inverted sections failed to update parent substrings
ractivejs_ractive
train
e5c292e55028b4ea72581cf12021594bdfa0494e
diff --git a/datatableview/datatables.py b/datatableview/datatables.py index <HASH>..<HASH> 100644 --- a/datatableview/datatables.py +++ b/datatableview/datatables.py @@ -243,6 +243,9 @@ class Datatable(six.with_metaclass(DatatableMetaclass)): valid AJAX GET parameters from client modifications to the data the...
Add memoization to view's datatable, and datatable's config
pivotal-energy-solutions_django-datatable-view
train
53b2c2eb31258f2ef16a6424161414c3c3ec8e02
diff --git a/vagrant_box_defaults.rb b/vagrant_box_defaults.rb index <HASH>..<HASH> 100644 --- a/vagrant_box_defaults.rb +++ b/vagrant_box_defaults.rb @@ -3,12 +3,12 @@ Vagrant.require_version ">= 2.2.0" $SERVER_BOX = "cilium/ubuntu-dev" -$SERVER_VERSION= "202" +$SERVER_VERSION= "208" $NETNEXT_SERVER_BOX= "cilium/...
vagrant: bump all Vagrant box versions Pick up Go <I> and ipset.
cilium_cilium
train
59197f206d541efdd453c87daded9d1f90239d8f
diff --git a/spec/usage/integrations/turbolinks_integration_spec.rb b/spec/usage/integrations/turbolinks_integration_spec.rb index <HASH>..<HASH> 100644 --- a/spec/usage/integrations/turbolinks_integration_spec.rb +++ b/spec/usage/integrations/turbolinks_integration_spec.rb @@ -1,42 +1,145 @@ describe "Turbolinks inte...
refactored turbolinks spec in order to show turbolinks issues
basemate_matestack-ui-core
train
3b85975bc54bea25cfa4f4463f76aa70008de6ac
diff --git a/pug/nlp/djdb.py b/pug/nlp/djdb.py index <HASH>..<HASH> 100644 --- a/pug/nlp/djdb.py +++ b/pug/nlp/djdb.py @@ -1642,7 +1642,8 @@ def import_items(item_seq, dest_model, batch_len=500, clear=False, dry_run=True except: obj, row_errors = django_object_from_row(d, dest_model) ...
check for _update before running
hobson_pug
train
ca9533de0782c751199d18ad48007fe62f89c56f
diff --git a/holoviews/plotting/bokeh/annotation.py b/holoviews/plotting/bokeh/annotation.py index <HASH>..<HASH> 100644 --- a/holoviews/plotting/bokeh/annotation.py +++ b/holoviews/plotting/bokeh/annotation.py @@ -44,6 +44,8 @@ class LineAnnotationPlot(ElementPlot): _update_handles = ['glyph'] + _plot_meth...
Fixed empty NdOverlay on initialization in batched mode
pyviz_holoviews
train
bc9863d636e2be3025cdade374947145f759db89
diff --git a/JS Library/index.html b/JS Library/index.html index <HASH>..<HASH> 100644 --- a/JS Library/index.html +++ b/JS Library/index.html @@ -76,13 +76,13 @@ buttonsArray = El(".btns"), divs = El("div"); - /*el.evt("click",function(){ - + el.evt("click",function(){ + buttonsArray.hide(); ...
Inconsequential edits. Tried to support arrays in Fade() and Classes(), unsuccessfully.
dzervoudakes_GrindstoneJS
train
9a753a887125895bdd0e2386e60c778d4ea24043
diff --git a/Controller/ResourceController.php b/Controller/ResourceController.php index <HASH>..<HASH> 100644 --- a/Controller/ResourceController.php +++ b/Controller/ResourceController.php @@ -365,7 +365,14 @@ class ResourceController * @EXT\Route( * "/download", * name="claro_resource_downl...
Adding forceArchive option. Usefull if you wanna keep the folders and architecture while you have only 1 real file.
claroline_CoreBundle
train
636c09d0c08c378c0f166305a0257a88355757cf
diff --git a/src/Assignment.php b/src/Assignment.php index <HASH>..<HASH> 100644 --- a/src/Assignment.php +++ b/src/Assignment.php @@ -340,13 +340,13 @@ class Assignment extends ReporticoObject if (preg_match('/embed_image\(.*\)/', $out_string)) { $this->non_assignment_operation = true; ...
Correct embed_hyperlink drilldown assignment to call newly named EmbedHyperlink method
reportico-web_reportico
train
6d8c4cbfd1fa038d4bbbaba937f1813a88535c1e
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +### v0.5.0 + +##### Added + +- Demodulize job_class att...
feat(): demodulize to get right path
platanus_activeadmin_jobs
train
c2a3d25d05b96828f39cba236db846d51fd50782
diff --git a/rah_flat.php b/rah_flat.php index <HASH>..<HASH> 100644 --- a/rah_flat.php +++ b/rah_flat.php @@ -177,9 +177,9 @@ class rah_flat { if($format == 'flat_meta'){ if( - !file_exists($file.'.meta') || - !is_readable($file.'.meta') || - !is_file($file.'.meta') + !file_exists($file...
Renamed meta files to "*.meta.xml"; added .xml extension.
gocom_rah_flat
train
b896b3df56293547016c0b4a16707a63142e92e0
diff --git a/lxd/certificates.go b/lxd/certificates.go index <HASH>..<HASH> 100644 --- a/lxd/certificates.go +++ b/lxd/certificates.go @@ -498,8 +498,19 @@ func certificatesPost(d *Daemon, r *http.Request) response.Response { return response.BadRequest(fmt.Errorf("Can't use certificate if token is requested")) } ...
lxd/certificates: Require an address for token issuance Closes #<I>
lxc_lxd
train
c9e7346bfd9352397c21e5f0884a200ff8f37724
diff --git a/terraform/eval_diff.go b/terraform/eval_diff.go index <HASH>..<HASH> 100644 --- a/terraform/eval_diff.go +++ b/terraform/eval_diff.go @@ -310,11 +310,15 @@ func (n *EvalDiff) Eval(ctx EvalContext) (interface{}, error) { // from known prior values to unknown values, unless the provider is // able to p...
create a new proposed value when replacing When replacing an instance, calculate a new proposed value from the null state and the config. This ensures that all unknown values are properly set.
hashicorp_terraform
train
237c28e0f571cbea76f679128be9ffbb7c59a7a4
diff --git a/utils/swarm.js b/utils/swarm.js index <HASH>..<HASH> 100644 --- a/utils/swarm.js +++ b/utils/swarm.js @@ -292,7 +292,7 @@ const lib = { published: onePortConfig.PublishedPort }; - if(onePortConfig.PublishMode && onePortConfig.PublishMode ==...
Bug fix in buildServiceRecord()
soajs_soajs.core.drivers
train
ec43aa121f1642c709310411a410460ba0f6fc78
diff --git a/codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker00.java b/codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker00.java index <HASH>..<HASH> 100644 --- a/codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClie...
Case-insensitive matching for Upgrade and Connection header (#<I>)
netty_netty
train
f56f7c626f0aebc4c40e7c513374020c2a92f200
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -213,7 +213,11 @@ Tokenizer.prototype.splitAndMerge = function tokenizeSplitAndMerge(fn, opts) { Tokenizer.prototype.filter = function tokenizeFilter(fn) { return this.split(function(text, tok) { ...
Filter should not change value of offset
GitbookIO_tokenize-text
train
8ed670c8f9ed13ae035e3a3b8c4cd51a9f1bd931
diff --git a/test/test_grid.rb b/test/test_grid.rb index <HASH>..<HASH> 100644 --- a/test/test_grid.rb +++ b/test/test_grid.rb @@ -28,7 +28,7 @@ $: << File.expand_path("../ext", File.dirname(__FILE__)) $: << File.dirname(__FILE__) require 'test/unit' -#require 'rebuild' +require 'rebuild' require 'stub/cgi' requi...
... it wasn't grid.c after all ... still looking for the culprit.
zdavatz_htmlgrid
train
65e4d2c7af2cbd35147ae111ea5a8007e6c028fe
diff --git a/redisson/src/main/java/org/redisson/client/RedisClient.java b/redisson/src/main/java/org/redisson/client/RedisClient.java index <HASH>..<HASH> 100644 --- a/redisson/src/main/java/org/redisson/client/RedisClient.java +++ b/redisson/src/main/java/org/redisson/client/RedisClient.java @@ -177,7 +177,7 @@ publi...
Fixed - result of InetAddress.getHostAddress() and InetAddress.getHostName() doesn't match for IPV6 addresses. #<I>
redisson_redisson
train
b71f9be638893916f17037ae41ad0ac2838f5146
diff --git a/scripts/tools/MonitoringExtraFieldMigration.php b/scripts/tools/MonitoringExtraFieldMigration.php index <HASH>..<HASH> 100644 --- a/scripts/tools/MonitoringExtraFieldMigration.php +++ b/scripts/tools/MonitoringExtraFieldMigration.php @@ -62,6 +62,7 @@ class MonitoringExtraFieldMigration extends ScriptActio...
fix: add prefix to deleteKv option (cherry picked from commit ffc<I>d3a<I>efedf<I>ce<I>d6a5afb0b<I>bb2ab3)
oat-sa_extension-tao-proctoring
train
306e54f06f11a20063b8e5e473cc688e89721fea
diff --git a/lib/ProMotion/screen/screen_navigation.rb b/lib/ProMotion/screen/screen_navigation.rb index <HASH>..<HASH> 100644 --- a/lib/ProMotion/screen/screen_navigation.rb +++ b/lib/ProMotion/screen/screen_navigation.rb @@ -18,7 +18,7 @@ module ProMotion open_root_screen screen elsif args[:modal] -...
update the deprecated presentModalViewController:animated: in favor of the new presentViewController:animated:completion: and updated tests
infinitered_ProMotion
train
38a5eae37e6695985f1eb3dc4678e30c3ecdd9a5
diff --git a/addon/properties/relations/belongs-to-loaded.js b/addon/properties/relations/belongs-to-loaded.js index <HASH>..<HASH> 100644 --- a/addon/properties/relations/belongs-to-loaded.js +++ b/addon/properties/relations/belongs-to-loaded.js @@ -107,6 +107,11 @@ export default class BelongsToLoadedRelation extends...
also getModel calls getLoadPromise --HG-- branch : feature/belongs-to-loaded
ampatspell_ember-cli-sofa
train
02189d883d14c5755740bc5c0bc46a6b5efb7d82
diff --git a/devices.js b/devices.js index <HASH>..<HASH> 100644 --- a/devices.js +++ b/devices.js @@ -3091,6 +3091,33 @@ const devices = [ execute(device, actions, callback); }, }, + + // Securifi + { + zigbeeModel: ['PP-WHT-US'], + model: 'PP-WHT-US', + vendor: 'S...
Add Securifi Peanut Smart Plug (#<I>) * Add Securifi Peanut Smart Plug Measurements not supported/tested as they require a firmware upgrade (?). Switch works though. See <URL>
Koenkk_zigbee-shepherd-converters
train
58de72e66615d7e543bff147950bff1ba4046077
diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "symfony/yaml": "~2.6", "halleck45/php-metrics": "~1.1", "peridot-php/peridot": "~1.15", - "expectation/peridot-expectation": "~1.2", + "expect/perido...
Upgrade peridot-expect-plugin
cloak-php_cloak
train
71ba370fdc0b030e96f2fde613334af77292b5c4
diff --git a/core/codegen/src/main/resources/JavaUtils/SeqUtil.java b/core/codegen/src/main/resources/JavaUtils/SeqUtil.java index <HASH>..<HASH> 100644 --- a/core/codegen/src/main/resources/JavaUtils/SeqUtil.java +++ b/core/codegen/src/main/resources/JavaUtils/SeqUtil.java @@ -103,14 +103,7 @@ public class SeqUtil ...
Improved equality check for VDMSeq class
overturetool_overture
train
7d31d9424300243758383d332bbd9e0dbd9cc37d
diff --git a/extensions/theme-layouts.php b/extensions/theme-layouts.php index <HASH>..<HASH> 100644 --- a/extensions/theme-layouts.php +++ b/extensions/theme-layouts.php @@ -19,7 +19,7 @@ * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * @package ThemeLayouts - * @versi...
Remove meta box description. We shouldn't need to explain the functionality.
justintadlock_hybrid-core
train
70fa431f0f73dd85437a974b2eab9009e2cc703b
diff --git a/lib/handlers/bin.js b/lib/handlers/bin.js index <HASH>..<HASH> 100644 --- a/lib/handlers/bin.js +++ b/lib/handlers/bin.js @@ -457,7 +457,8 @@ module.exports = Observable.extend({ formatHistory: function (bins, helpers, fn) { // reorder the bins based latest edited, and group by bin.url var ord...
Fix a couple of lint issues
jsbin_jsbin
train
588664b4916321a2820701af239b8a382df5f3fa
diff --git a/inc/cloner/class-cloner.php b/inc/cloner/class-cloner.php index <HASH>..<HASH> 100644 --- a/inc/cloner/class-cloner.php +++ b/inc/cloner/class-cloner.php @@ -970,7 +970,7 @@ class Cloner { } } } - } elseif ( $post_type === 'glossary ' ) { + } elseif ( $post_type === 'glossary' ) { fore...
Remove extra space in 'glossary' condition check (#<I>)
pressbooks_pressbooks
train
4e8984c10fba86ea3d0db7bf0c05c42ce47ebb50
diff --git a/dictdumper/json.py b/dictdumper/json.py index <HASH>..<HASH> 100644 --- a/dictdumper/json.py +++ b/dictdumper/json.py @@ -46,7 +46,7 @@ ESCAPE_DCT = { '\n': '\\n', '\r': '\\r', '\t': '\\t', - '\x0b': '\\U000b', + '\x0b': '\\u000b', } diff --git a/doc/source/conf.py b/doc/source/co...
New distribution [<I>.post2] * missing out "\\x0b" control char
JarryShaw_DictDumper
train
77a7fe07403ea4e4b62623e7edcd0bc300940c2e
diff --git a/src/drakonli/PhpUtils/Builder/BuilderInterface.php b/src/drakonli/PhpUtils/Builder/BuilderInterface.php index <HASH>..<HASH> 100644 --- a/src/drakonli/PhpUtils/Builder/BuilderInterface.php +++ b/src/drakonli/PhpUtils/Builder/BuilderInterface.php @@ -3,15 +3,11 @@ namespace drakonli\PhpUtils\Builder; /*...
+ removed reset method from builder + builder interface now is just a tagging service
drakonli_php-utils
train
11c6cee5cdb4a2d6613634ee9bc904e1d3ba752e
diff --git a/spec/dbi.rb b/spec/dbi.rb index <HASH>..<HASH> 100644 --- a/spec/dbi.rb +++ b/spec/dbi.rb @@ -4,31 +4,31 @@ $dbh = connect_to_spec_database reset_data describe 'DBI::DatabaseHandle#select_column' do - + it 'selects one column' do name = $dbh.select_column( "SELECT name FROM authors LIM...
Fixed one_transaction spec.
Pistos_m4dbi
train
2150fdd1d10fe9c6eb30ea21304a940a9bd23e40
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/detect/FindUnrelatedTypesInGenericContainer.java b/findbugs/src/java/edu/umd/cs/findbugs/detect/FindUnrelatedTypesInGenericContainer.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/detect/FindUnrelatedTypesInGenericContainer.java +++ b/find...
Fix for false positives that were showing up in javafx code
spotbugs_spotbugs
train
4744f79124698a297d9c676575734d5ebf9f1a30
diff --git a/bem-views/404.blade.php b/bem-views/404.blade.php index <HASH>..<HASH> 100644 --- a/bem-views/404.blade.php +++ b/bem-views/404.blade.php @@ -3,4 +3,3 @@ @section('content') @includeFirst(['partials.404.' . $post_type, 'partials.404.default']) @stop -{{ /* THIS IS A SAMPLE VIEW */ }}
Remove sample view comment, everything here is a sample.
helsingborg-stad_Municipio
train
188cc3b666ba704534fa4f96e9e61f21f1e1ba7c
diff --git a/mmap.go b/mmap.go index <HASH>..<HASH> 100644 --- a/mmap.go +++ b/mmap.go @@ -81,25 +81,27 @@ func (m *MMap) header() *reflect.SliceHeader { return (*reflect.SliceHeader)(unsafe.Pointer(m)) } +func (m *MMap) addrLen() (uintptr, uintptr) { + header := m.header() + return header.Data, uintptr(header.Len...
Refactor to use provided unix functions golang.org/x/sys/unix provides functions for syscalls like msync that syscall didn't previously provide. This lets us simplify a little bit and simultaneously support more platforms that have different constant names.
edsrzf_mmap-go
train
f89247d4368b5947ba915a3e32867bcf2cd74369
diff --git a/openstack_dashboard/api/glance.py b/openstack_dashboard/api/glance.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/api/glance.py +++ b/openstack_dashboard/api/glance.py @@ -153,7 +153,7 @@ def image_create(request, **kwargs): asynchronously. In the case of 'data' the process of uploadi...
Misspelling in message Misspelling in the message: "some time and is handed off to a seperate thread." Should be "some time and is handed off to a separate thread." Totally 1 occasion in horizon base code. Change-Id: I7a<I>c<I>c<I>c6fc<I>f<I>ea<I>bc0e8f6cb<I>
openstack_horizon
train
8c14bb44a98e6264cf2a829f50113068dd48765b
diff --git a/integration/global/create_buildpack_command_test.go b/integration/global/create_buildpack_command_test.go index <HASH>..<HASH> 100644 --- a/integration/global/create_buildpack_command_test.go +++ b/integration/global/create_buildpack_command_test.go @@ -85,6 +85,9 @@ var _ = PDescribe("create buildpack com...
write a tempfile into the buildpack directory when creating from dir a buildpack created from an empty directory causes staging to fail. since we don't clean up during the integration tests, any attempts to cf push after the create-buildpack test that uses the temp dir had run would fail. [#<I>]
cloudfoundry_cli
train
7532a7b9c73f9934de10240b8461e15f34d0781c
diff --git a/src/Autolinker.js b/src/Autolinker.js index <HASH>..<HASH> 100644 --- a/src/Autolinker.js +++ b/src/Autolinker.js @@ -243,7 +243,7 @@ '(?:\\s*=\\s*' + attrValueRegex.source + ')?', // optional '=[value]' ')*', - '\\s*', // any trailing spaces before the closing '>' + '\\s*/?',...
Fix for handling self-closing tags.
gregjacobs_Autolinker.js
train
013b4cd154347b5940870c80d796d6acc6a076a5
diff --git a/optaplanner-benchmark/src/main/java/org/optaplanner/benchmark/impl/ranking/SubSingleBenchmarkRankBasedComparator.java b/optaplanner-benchmark/src/main/java/org/optaplanner/benchmark/impl/ranking/SubSingleBenchmarkRankBasedComparator.java index <HASH>..<HASH> 100644 --- a/optaplanner-benchmark/src/main/java...
Fix NPE when benchmark result is null
kiegroup_optaplanner
train
4fb5c017fe5ca41ed95547a857c9c39efc4f1476
diff --git a/airflow/providers/slack/hooks/slack_webhook.py b/airflow/providers/slack/hooks/slack_webhook.py index <HASH>..<HASH> 100644 --- a/airflow/providers/slack/hooks/slack_webhook.py +++ b/airflow/providers/slack/hooks/slack_webhook.py @@ -149,5 +149,5 @@ class SlackWebhookHook(HttpHook): endpoint=s...
Check response status in slack webhook hook. (#<I>)
apache_airflow
train
548a54aa131ef6b8f8720468334741af92effec2
diff --git a/versions.js b/versions.js index <HASH>..<HASH> 100755 --- a/versions.js +++ b/versions.js @@ -3,7 +3,7 @@ const {readFile, writeFile, truncate, stat} = require("fs").promises; const {basename, dirname, join, relative} = require("path"); -const {cwd} = require("process"); +const {cwd: cwdFn} = require("...
refactor to 'cwd'
silverwind_ver
train
4301a7738db242df56da3e9574198fa82920a5c0
diff --git a/tests/src/Hodor/MessageQueue/Adapter/Amqp/ConfigProvider.php b/tests/src/Hodor/MessageQueue/Adapter/Amqp/ConfigProvider.php index <HASH>..<HASH> 100644 --- a/tests/src/Hodor/MessageQueue/Adapter/Amqp/ConfigProvider.php +++ b/tests/src/Hodor/MessageQueue/Adapter/Amqp/ConfigProvider.php @@ -8,10 +8,9 @@ clas...
Remove remaining `config_overrides` references The `config_overrides` are not actually used anywhere, so there is no need to be passing around the variable
hold-the-door_ravens
train
4f8020ad1dac9f774ff264197f172b58f457e521
diff --git a/src/Admin/Grid/Builder.php b/src/Admin/Grid/Builder.php index <HASH>..<HASH> 100644 --- a/src/Admin/Grid/Builder.php +++ b/src/Admin/Grid/Builder.php @@ -220,7 +220,7 @@ class Builder $tools->getBlock( 'secondary' )->push( $this->exportOptions() ); $tools->getBlock( 'primary' )->push( $th...
Do not show paginator if there is only one page
arbory_arbory
train
9475a843cbc9b172f58d9bb5a166b6569e2a4170
diff --git a/bloomrun.js b/bloomrun.js index <HASH>..<HASH> 100644 --- a/bloomrun.js +++ b/bloomrun.js @@ -60,6 +60,11 @@ BloomRun.prototype.default = function (payload) { BloomRun.prototype.add = function (pattern, payload) { if (onlyRegex(pattern)) { this._regexBucket.data.push(new PatternSet(pattern, payloa...
Fixed an edge case where deep patterns without a key are not checked. Fixes #<I>.
mcollina_bloomrun
train
2786c3bd893102973b4b3893b0f4f9b7b1546027
diff --git a/Annotation/Admin.php b/Annotation/Admin.php index <HASH>..<HASH> 100644 --- a/Annotation/Admin.php +++ b/Annotation/Admin.php @@ -96,6 +96,11 @@ class Admin implements MetadataProcessorInterface public $keepOpen = false; /** + * @var bool + */ + public $onTop = false; + + /** ...
add missing onTop annotation to @admin (#<I>)
sonata-project_SonataAdminBundle
train
fc3a4c5d22209f13e27d201e1edba9118d2e0ed7
diff --git a/lib/raven/base.rb b/lib/raven/base.rb index <HASH>..<HASH> 100644 --- a/lib/raven/base.rb +++ b/lib/raven/base.rb @@ -78,7 +78,7 @@ module Raven # # @example # evt = Raven::Event.new(:message => "An error") - # Raven.send(evt) + # Raven.send_event(evt) def send_event(event) ...
Use #send_event when capturing an exception The #send method is deprecated, and causes noisy warnings.
getsentry_raven-ruby
train
fa77c2ff1dadba6939e91ef98bea26677cbf5c6d
diff --git a/lib/fog/compute/requests/aws/describe_volumes.rb b/lib/fog/compute/requests/aws/describe_volumes.rb index <HASH>..<HASH> 100644 --- a/lib/fog/compute/requests/aws/describe_volumes.rb +++ b/lib/fog/compute/requests/aws/describe_volumes.rb @@ -72,6 +72,7 @@ module Fog 'instance-id' => 'instanceI...
[tests] non-destructively generate id for get('fake') == nil tests
fog_fog
train
60b360d6adb05110ebf970703f6013aa599716bd
diff --git a/src/template/AttributeOps.js b/src/template/AttributeOps.js index <HASH>..<HASH> 100644 --- a/src/template/AttributeOps.js +++ b/src/template/AttributeOps.js @@ -496,10 +496,10 @@ let DOMConfig = { accept: IS_ATTRIBUTE, allowFullScreen: IS_BOOLEAN_ATTRIBUTE, allowTransparency: IS_ATTRIBUTE, + ...
video / audio special attr not working in t7
infernojs_inferno
train
c621e7d3815a56a8fa849e9a286307c75a555651
diff --git a/core/dbt/adapters/factory.py b/core/dbt/adapters/factory.py index <HASH>..<HASH> 100644 --- a/core/dbt/adapters/factory.py +++ b/core/dbt/adapters/factory.py @@ -84,3 +84,12 @@ def reset_adapters(): for adapter in _ADAPTERS.values(): adapter.cleanup_connections() _ADAPTERS.cl...
Fix some connection-related bugs - fix a bug where failed connections caused an AttributeError - fix an issue where the rpc server and its child processes secretly shared mutable state
fishtown-analytics_dbt
train
fef7d45208e9faac22a4f4a9bbd35bfc28f49419
diff --git a/patroni/etcd.py b/patroni/etcd.py index <HASH>..<HASH> 100644 --- a/patroni/etcd.py +++ b/patroni/etcd.py @@ -143,6 +143,10 @@ def catch_etcd_errors(func): return not func(*args, **kwargs) is None except (RetryFailedError, etcd.EtcdException): return False + except...
Handle unexpected exceptions in etcd. Previously, patroni would die after receiving an exception other than RetryFailedError, etcd.EtcdException from etcd. We have observed an AttributeError raised by etcd on some occasions. With this change, we demote ourselves, but not terminate on such exceptions.
zalando_patroni
train
8e44ea707f9cebf84a084e47681358f586b84109
diff --git a/billy/models/metadata.py b/billy/models/metadata.py index <HASH>..<HASH> 100644 --- a/billy/models/metadata.py +++ b/billy/models/metadata.py @@ -168,7 +168,18 @@ class Metadata(Document): committees = list(self.committees(*args, **kwargs)) legislators = self.legislators({'active': True},...
also check _all_ids when accessing legr's from a committee
openstates_billy
train
0e8fa90510edd388664f53da8608e9b3b72b4f1f
diff --git a/fastavro/_write.pyx b/fastavro/_write.pyx index <HASH>..<HASH> 100644 --- a/fastavro/_write.pyx +++ b/fastavro/_write.pyx @@ -242,15 +242,17 @@ cdef write_union(bytearray fo, datum, schema, dict named_schemas, fname): cdef int32 most_fields cdef int32 index cdef int32 fields + cdef str ex...
fix bug in union writing with tuple notation
fastavro_fastavro
train
9e1d1b0ab6aece09f23140701067dfc501b34a20
diff --git a/core/src/main/java/hudson/model/BuildTimelineWidget.java b/core/src/main/java/hudson/model/BuildTimelineWidget.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/model/BuildTimelineWidget.java +++ b/core/src/main/java/hudson/model/BuildTimelineWidget.java @@ -62,8 +62,8 @@ public class BuildT...
[FIXED JENKINS-<I>] Use build start times instead of build scheduled times in `BuildTimelineWidget`. (#<I>)
jenkinsci_jenkins
train
31f3999420ec5d51936e6a540ee1cf9fcc21ef67
diff --git a/src/scheduler.js b/src/scheduler.js index <HASH>..<HASH> 100644 --- a/src/scheduler.js +++ b/src/scheduler.js @@ -15,7 +15,7 @@ export function batch (fn, ctx, args) { // this creates and returns a batched version of the passed function // the cache is necessary to always map the same thing to the same f...
fix a memory leak in the scheduler
solkimicreb_react-easy-state
train