hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
bd24ea0579216d37aa169ff5a190c3dd60ba4d42
diff --git a/km3pipe/io/evt.py b/km3pipe/io/evt.py index <HASH>..<HASH> 100644 --- a/km3pipe/io/evt.py +++ b/km3pipe/io/evt.py @@ -30,6 +30,13 @@ __email__ = "tgal@km3net.de" __status__ = "Development" +def try_decode_string(foo): + try: + return foo.decode('ascii') + except AttributeError: + r...
try decoding string to ascii, else pass through
tamasgal_km3pipe
train
946b5f3c76b6e48c05d6239a75e548abe2ae46fa
diff --git a/src/PeskyCMF/public/js/scaffold/scaffold.controllers.js b/src/PeskyCMF/public/js/scaffold/scaffold.controllers.js index <HASH>..<HASH> 100644 --- a/src/PeskyCMF/public/js/scaffold/scaffold.controllers.js +++ b/src/PeskyCMF/public/js/scaffold/scaffold.controllers.js @@ -650,6 +650,7 @@ var ScaffoldFormHelpe...
form.php - added support for nested dotjs templates inside inputs; added form uuid display in data-uuid attribute scaffold.controllers.js - forms - added formUUID property to the data sent into dotjs template
swayok_PeskyCMF
train
4ff05c23ddd0dc81ea47b4fbcd105317c51cb9ab
diff --git a/ChangeLog b/ChangeLog index <HASH>..<HASH> 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Mar 24 15:55:43 2013 Kenshi Muto <kmuto@debian.org> + + * lib/review/idgxmlbuilder.rb, test/test_idgxmlbuilder.rb: + support PART. + Mon Aug 27 20:27:11 2012 Kenshi Muto <kmuto@debian.org> * li...
support PART on IDGXMLBuilder.
kmuto_review
train
fff68f3ebefa85e46dea3f57f52b7281f21bb6f0
diff --git a/icontrol/authtoken.py b/icontrol/authtoken.py index <HASH>..<HASH> 100644 --- a/icontrol/authtoken.py +++ b/icontrol/authtoken.py @@ -92,7 +92,7 @@ class iControlRESTTokenAuth(AuthBase): 'loginProviderName': self.login_provider_name, } login_url = "https://%s/mgmt/shared/auth...
Adds support for bigiq tokens that have different fields Issues: Fixes #<I> Problem: The bigiq tokens do not include an expiration micros field so it needs to be calculated from the last-update micros Analysis: This patch adds those changes and refactors the methods to be smaller and more easily tested. Tests:
F5Networks_f5-icontrol-rest-python
train
38975469f08e9dc37f348501e5f055525201a2f8
diff --git a/test/lexer/test_all.rb b/test/lexer/test_all.rb index <HASH>..<HASH> 100644 --- a/test/lexer/test_all.rb +++ b/test/lexer/test_all.rb @@ -1,8 +1,7 @@ require File.expand_path("../../helpers", __FILE__) %w{ - anchors comments escapes groups properties - quantifiers sets + anchors escapes groups prope...
Removed old comments tests; now covered in group tests
ammar_regexp_parser
train
37b461709e3e4109408d4a17099190275f7c94a6
diff --git a/postinstall.js b/postinstall.js index <HASH>..<HASH> 100644 --- a/postinstall.js +++ b/postinstall.js @@ -7,9 +7,19 @@ var path = require('path'); var projectDir = hook.findProjectDir(); if (projectDir) { createTsconfig(); + createReferenceFile(); installTypescript(); } +function createReferenceFi...
Create references.d.ts on postinstall It references tns-core-modules which enables autocompletion and is needed for compilation. Also exclude platforms directory from typescript compilation because node_modules containing .d.ts files will cause duplicate identifier exceptions due to being copied to platforms directory...
NativeScript_nativescript-dev-typescript
train
0c6ea21bacf3a0fefc61ea06adb5ed2581ac5481
diff --git a/admin/purgecaches.php b/admin/purgecaches.php index <HASH>..<HASH> 100644 --- a/admin/purgecaches.php +++ b/admin/purgecaches.php @@ -52,8 +52,14 @@ if ($data = $form->get_data()) { $message = get_string('purgecachesfinished', 'admin'); } +// Redirect and/or show notification message confirming cac...
MDL-<I> admin: preserve selected cache definitions in the form. By not redirecting when we are already on the purge caches page we can preserve the submitted form data, allowing users to easily repeat the previous action.
moodle_moodle
train
a53b0c3f347f6e4197dcf1f44fe5e174334429e7
diff --git a/cmd/cloud-controller-manager/app/options/options.go b/cmd/cloud-controller-manager/app/options/options.go index <HASH>..<HASH> 100644 --- a/cmd/cloud-controller-manager/app/options/options.go +++ b/cmd/cloud-controller-manager/app/options/options.go @@ -86,6 +86,7 @@ func (s *CloudControllerManagerServer) ...
Add cluster name option for cloud controller manager
kubernetes_kubernetes
train
185f04a44c223c328b1dddd60a21e87737d6d873
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from setuptools import setup, find_packages # Metadata PACKAGE_NAME = "vobject" -PACKAGE_VERSION = "0.4.2" +PACKAGE_VERSION = "0.4.3" ALL_EXTS = ['*.py', '*.ics', '*.txt']
- Change version to <I> for Mikeal's improvement to understand PyTZ tzinfo classes git-svn-id: <URL>
eventable_vobject
train
35dac2f6a0865e43ac7ef9b75d4a46f753375123
diff --git a/includes/mb/class.healthd.inc.php b/includes/mb/class.healthd.inc.php index <HASH>..<HASH> 100644 --- a/includes/mb/class.healthd.inc.php +++ b/includes/mb/class.healthd.inc.php @@ -44,6 +44,11 @@ class Healthd extends Sensors CommonFunctions::executeProgram('healthdc', '-t', $lines); ...
file input for some mb sensor plugins
phpsysinfo_phpsysinfo
train
d4a9bdd2f66a48b408cb74aa124fc2c43985e8da
diff --git a/src/Mutable.php b/src/Mutable.php index <HASH>..<HASH> 100644 --- a/src/Mutable.php +++ b/src/Mutable.php @@ -125,7 +125,8 @@ class Mutable } if (is_array($token) && $token[0] == T_NAMESPACE) { - for ($j=$index+1; $j<count($tokens); $j++) { + $token...
Extract a count() from foreach statement
humbug_humbug
train
d06eb1a07032a01b3e841443100bdd332642de4c
diff --git a/kie-remote/kie-remote-client/src/main/java/org/kie/services/client/api/command/RemoteConfiguration.java b/kie-remote/kie-remote-client/src/main/java/org/kie/services/client/api/command/RemoteConfiguration.java index <HASH>..<HASH> 100644 --- a/kie-remote/kie-remote-client/src/main/java/org/kie/services/cli...
Uberfire/workbench projects have moved from j_security_check to uf_security_check (cherry picked from commit <I>b8cff<I>a<I>bee<I>e4bb4)
kiegroup_droolsjbpm-integration
train
39beb9706e7836cd86cd81b2ea07e2b02a7f80c0
diff --git a/build-support/globalize.js b/build-support/globalize.js index <HASH>..<HASH> 100644 --- a/build-support/globalize.js +++ b/build-support/globalize.js @@ -2,7 +2,7 @@ define("ember", ["exports"], function(__exports__) { __exports__["default"] = window.Ember; }); -var emberQunit = requireModule("ember-...
FIX: A typo was preventing the globalize build from working
emberjs_ember-qunit
train
8fd3e7fe66e4c1e4e59d089e7736903573f7114a
diff --git a/src/doc/other/installation.rst b/src/doc/other/installation.rst index <HASH>..<HASH> 100644 --- a/src/doc/other/installation.rst +++ b/src/doc/other/installation.rst @@ -214,7 +214,7 @@ PyQt_ [1] 5.0.0 python3-qt5 or python3-pyqt5 PySide2_ [1] 5.11.0 ...
Use Exiv2 PreviewProperties to get thumbnail Some image files without normal Exif thumbnails have one or more preview images at different resolutions.
jim-easterbrook_Photini
train
a8f070fd1e0ab35db3a33dd90de193260dbee256
diff --git a/lib/time/bbtime.rb b/lib/time/bbtime.rb index <HASH>..<HASH> 100644 --- a/lib/time/bbtime.rb +++ b/lib/time/bbtime.rb @@ -26,7 +26,7 @@ module BBLib next unless !done div = n / v[:mult] if div > 1 - expression << "#{div.floor} #{v[:styles][style]}#{div.floor > 1 && style != :sho...
Added spacing to expressions in to_duration.
bblack16_bblib-ruby
train
a4507633e71a08a70055f030da0a9cb8d126d4fb
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -21,4 +21,20 @@ describe('Performs basic OuiBounce functionality', function() { it('should be present', function() { should(this.window.ouiBounce).be.type('function'); }); + + it('should fire and dr...
Test that OuiBounce cookies get dropped
carlsednaoui_ouibounce
train
63dfddfbbfd303242f201df7d446f680df75967c
diff --git a/typing_inspect.py b/typing_inspect.py index <HASH>..<HASH> 100644 --- a/typing_inspect.py +++ b/typing_inspect.py @@ -330,7 +330,7 @@ def get_args(tp, evaluate=None): """ if NEW_TYPING: if evaluate is not None and not evaluate: - raise ValueError('evaluate can only be True in ...
Account for Py <I> in "get_args" ValueError (#<I>) With introduction of Python <I> `get_args` `ValueError` message omits mentioning that `evaluate` can be `True` for `Python >= (3, 7, 0)` as derived from `NEW_TYPING` const.
ilevkivskyi_typing_inspect
train
79d5f4fcf66d2023b948290bfb0a9fd593ae809d
diff --git a/lib/Models/AbsIttCatalogItem.js b/lib/Models/AbsIttCatalogItem.js index <HASH>..<HASH> 100644 --- a/lib/Models/AbsIttCatalogItem.js +++ b/lib/Models/AbsIttCatalogItem.js @@ -472,11 +472,11 @@ AbsIttCatalogItem.prototype._hide = function() { AbsIttCatalogItem.prototype._preCache = function() { this....
Fix jshint warnings.
TerriaJS_terriajs
train
b0b9b13cde2f760966c0478fbf8ac8a87cca51bb
diff --git a/mailmerge/api.py b/mailmerge/api.py index <HASH>..<HASH> 100644 --- a/mailmerge/api.py +++ b/mailmerge/api.py @@ -59,7 +59,7 @@ def sendmail(text, config_filename): # Prompt for password if not hasattr(sendmail, "password"): - if sendmail.security == "Dummy": + if sendmail.securit...
Support not authenticating with smtp server
awdeorio_mailmerge
train
f3c6a2e95e0ce08dfe6d8416f92a76e9c7896429
diff --git a/Cake/ORM/Marshaller.php b/Cake/ORM/Marshaller.php index <HASH>..<HASH> 100644 --- a/Cake/ORM/Marshaller.php +++ b/Cake/ORM/Marshaller.php @@ -96,13 +96,9 @@ class Marshaller { } foreach ($data as $key => $value) { - $assoc = null; - $nested = []; if (isset($propertyMap[$key])) { $assoc...
Simplifyind code in Marshaller
cakephp_cakephp
train
21fbb233e092e150344b9a7db7cdfc625a1ae640
diff --git a/osgi-bundles/bundles/analytics/src/main/java/com/ning/billing/osgi/bundles/analytics/dao/AnalyticsDao.java b/osgi-bundles/bundles/analytics/src/main/java/com/ning/billing/osgi/bundles/analytics/dao/AnalyticsDao.java index <HASH>..<HASH> 100644 --- a/osgi-bundles/bundles/analytics/src/main/java/com/ning/bil...
analytics: fix NPE when tenantId is null
killbill_killbill
train
18b3c8d650ed02ebba245aa120b7e60fbe1b949d
diff --git a/watchman/__init__.py b/watchman/__init__.py index <HASH>..<HASH> 100644 --- a/watchman/__init__.py +++ b/watchman/__init__.py @@ -0,0 +1,2 @@ +__AUTHOR__ = 'Aleph Melo' +__VERSION__ = 0.0.1 \ No newline at end of file diff --git a/watchman/main.py b/watchman/main.py index <HASH>..<HASH> 100644 --- a/watchm...
Raw feature is working, needs improv.
alephmelo_watchman
train
6d6e58a6d897527612b7ad3318512edd965b5b56
diff --git a/src/geometry/Path.js b/src/geometry/Path.js index <HASH>..<HASH> 100644 --- a/src/geometry/Path.js +++ b/src/geometry/Path.js @@ -174,9 +174,16 @@ class Path extends Geometry { const isPolygon = !!this.getShell; if (!isPolygon && this.options['smoothness'] > 0) { //smooth lin...
fix lineString AnimationShow markerPlacement is fast whern lineString is smoothness (#<I>)
maptalks_maptalks.js
train
a7f5ee3051904dcd6aacdc596cf9ebdeaefe00c5
diff --git a/app/models/agent.rb b/app/models/agent.rb index <HASH>..<HASH> 100644 --- a/app/models/agent.rb +++ b/app/models/agent.rb @@ -215,7 +215,7 @@ class Agent < ActiveRecord::Base end def set_last_checked_event_id - if newest_event_id = Event.order("id desc").limit(1).pluck(:id).first + if can_rec...
Do not update last_checked_event_id if an agent cannot receive events. Use `maximum` while at it.
huginn_huginn
train
ec2e227fa6227999a33099710443fa9af65c3724
diff --git a/command/agent/command.go b/command/agent/command.go index <HASH>..<HASH> 100644 --- a/command/agent/command.go +++ b/command/agent/command.go @@ -153,6 +153,7 @@ func (c *Command) Run(args []string, rawUi cli.Ui) int { ui.Info(fmt.Sprintf("Node name: '%s'", config.NodeName)) ui.Info(fmt.Sprintf("Bind a...
command/agent: output whether encryption is enabled
hashicorp_serf
train
1d9f96575a67728a833a45769f1b962849cfc36a
diff --git a/src/convert.test.js b/src/convert.test.js index <HASH>..<HASH> 100644 --- a/src/convert.test.js +++ b/src/convert.test.js @@ -34,14 +34,36 @@ test('Convert number', function() { expect(convert(obj, opts)).toBe(out); }); -test('Convert array', function() { +test('Convert array: simple', function() { ...
Update tests to ensure nested lists work as intended.
epegzz_sass-vars-loader
train
96d01426963ce41ff8e5a0f84c897a7731e75860
diff --git a/lib/angular-rails-templates/template.rb b/lib/angular-rails-templates/template.rb index <HASH>..<HASH> 100644 --- a/lib/angular-rails-templates/template.rb +++ b/lib/angular-rails-templates/template.rb @@ -13,6 +13,10 @@ module AngularRailsTemplates def prepare # we only want to process html as...
Fixed bug where html files outside of inside_paths were still being processed
pitr_angular-rails-templates
train
d14e452fd73ee9f569c14d1465944ccc8fa53e44
diff --git a/src/Task/ComposerInstallTask.php b/src/Task/ComposerInstallTask.php index <HASH>..<HASH> 100644 --- a/src/Task/ComposerInstallTask.php +++ b/src/Task/ComposerInstallTask.php @@ -35,7 +35,7 @@ class ComposerInstallTask extends AbstractConnectedTask array('onPrepareWorkspaceInstallComposer',...
Increase priority of ComposerInstallTask to work with Symfony recipes
accompli_accompli
train
726ab70b2d225e5747a9c864b08a9c650edcaca0
diff --git a/src/Common/Model/Base.php b/src/Common/Model/Base.php index <HASH>..<HASH> 100644 --- a/src/Common/Model/Base.php +++ b/src/Common/Model/Base.php @@ -1637,6 +1637,10 @@ class Base throw new ModelException( 'Auto saving an expandable field is incompatible with type self::EXPAND...
Taking into consideration the expandable field type when defining auto_save default
nails_common
train
10ab37dddbabc9e99c3cef1257919fe609595a7b
diff --git a/client/llb/meta.go b/client/llb/meta.go index <HASH>..<HASH> 100644 --- a/client/llb/meta.go +++ b/client/llb/meta.go @@ -21,7 +21,10 @@ type Meta struct { cwd string } -func AddEnv(key, value string, v ...interface{}) RunOption { +func AddEnv(key, value string) RunOption { + return AddEnvf(key, valu...
llb: mark the functions that allow formatting
moby_buildkit
train
026f28840c254da94b4411eb9086bdac88bb87d8
diff --git a/gemirro.gemspec b/gemirro.gemspec index <HASH>..<HASH> 100644 --- a/gemirro.gemspec +++ b/gemirro.gemspec @@ -24,6 +24,7 @@ Gem::Specification.new do |s| s.add_dependency 'builder', '~>3.2' s.add_dependency 'sinatra', '~>1.4' s.add_dependency 'thin', '~>1.6' + s.add_dependency 'pmap', '~>1.0' ...
Use pmap and cache gem version collection
PierreRambaud_gemirro
train
957cbb3cd8442e48d4b7636fb9fda32b463a64f5
diff --git a/src/org/jgroups/protocols/RELAY.java b/src/org/jgroups/protocols/RELAY.java index <HASH>..<HASH> 100644 --- a/src/org/jgroups/protocols/RELAY.java +++ b/src/org/jgroups/protocols/RELAY.java @@ -418,6 +418,7 @@ public class RELAY extends Protocol { } public void viewAccepted(View view) {...
global view wasn't generated correctly on remote view changes
belaban_JGroups
train
307af80384aa2d6237da2bffbceffab62392142a
diff --git a/classes/Pods.php b/classes/Pods.php index <HASH>..<HASH> 100644 --- a/classes/Pods.php +++ b/classes/Pods.php @@ -910,14 +910,22 @@ class Pods implements Iterator { if ( $is_wp_object && in_array( $params->name, $permalink_fields, true ) ) { if ( 0 < strlen( $this->detail_page ) ) { $value = ge...
Refactor ifelse to switch for readability
pods-framework_pods
train
84eb2c82c98be763085f61661ee156697cf6f091
diff --git a/simple-tiled-model.js b/simple-tiled-model.js index <HASH>..<HASH> 100644 --- a/simple-tiled-model.js +++ b/simple-tiled-model.js @@ -634,10 +634,10 @@ SimpleTiledModel.prototype.graphics = function (array) { for (var t = 0; t < this.T; t++) { if (this....
fix incorrect behavior of simpletiledgraphics when tiles with weight are used
kchapelier_wavefunctioncollapse
train
bff9dc005fbf297725295422582537d85c7bd85e
diff --git a/sentry/tests/tests.py b/sentry/tests/tests.py index <HASH>..<HASH> 100644 --- a/sentry/tests/tests.py +++ b/sentry/tests/tests.py @@ -754,16 +754,41 @@ class SentryTestCase(TestCase): self.setUpHandler() + base_list = range(500) + logger.error('This is a test %s', 'error', extr...
More (and working) coverage for shortener
elastic_apm-agent-python
train
d61edadfd0c03f01b0e4860d57ebb2d631f64056
diff --git a/tensorflow_probability/python/util/deferred_tensor.py b/tensorflow_probability/python/util/deferred_tensor.py index <HASH>..<HASH> 100644 --- a/tensorflow_probability/python/util/deferred_tensor.py +++ b/tensorflow_probability/python/util/deferred_tensor.py @@ -204,6 +204,11 @@ class DeferredTensor(tf.Modu...
Add a `get_shape()` method for compatibility with <I> LinearOperator. PiperOrigin-RevId: <I>
tensorflow_probability
train
ac4e830e23a3e5b43e80cee3e4d07c218ffea6ba
diff --git a/ansible/modules/hashivault/hashivault_auth_method.py b/ansible/modules/hashivault/hashivault_auth_method.py index <HASH>..<HASH> 100644 --- a/ansible/modules/hashivault/hashivault_auth_method.py +++ b/ansible/modules/hashivault/hashivault_auth_method.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +from ansible....
use common compare for ttls
TerryHowe_ansible-modules-hashivault
train
853bec0865124af361be62a00280cdbd0e2f7faf
diff --git a/src/app/lookups/sqlite/base.py b/src/app/lookups/sqlite/base.py index <HASH>..<HASH> 100644 --- a/src/app/lookups/sqlite/base.py +++ b/src/app/lookups/sqlite/base.py @@ -295,7 +295,7 @@ mslookup_tables = {'biosets': ['set_id INTEGER PRIMARY KEY', 'FOREIGN KEY(pacc_id) REFERENCES...
Fixes bug, foreign key pointed to incorrect db table
glormph_msstitch
train
fd50d20730a411225091e24989bfd871a466426a
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index <HASH>..<HASH> 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -106,7 +106,7 @@ To skip tests that require internet: :: $ python run_tests no-internet -To get test coverage reports: :: +To get test coverage reports (must have coverage installed): :...
START, END, and AP_MODEL_LOC are class constants
sloria_TextBlob
train
d50cd4b2535cde601b8121558c2417fc5bf197d7
diff --git a/lib/infrastructure/class-wp-http-response.php b/lib/infrastructure/class-wp-http-response.php index <HASH>..<HASH> 100644 --- a/lib/infrastructure/class-wp-http-response.php +++ b/lib/infrastructure/class-wp-http-response.php @@ -1,5 +1,19 @@ <?php +/** + * REST API: WP_HTTP_Response class + * + * @packag...
class-wp-http-response.php: Add a file header and class DocBlock.
WP-API_WP-API
train
1fa407b072b28fc34e6817cafebc4d7da1d06825
diff --git a/js/popover.js b/js/popover.js index <HASH>..<HASH> 100644 --- a/js/popover.js +++ b/js/popover.js @@ -53,19 +53,19 @@ var igv = (function (igv) { $(popoverDiv).hide(); }; - igv.Popover.prototype.show = function (popupx, popupy, content, containerCoordinates, containerRect) { + igv.Pop...
Refactor popover.show() method
igvteam_igv.js
train
2ed731ce154c17ffdea3417a92e04064585b1784
diff --git a/subliminal/core.py b/subliminal/core.py index <HASH>..<HASH> 100644 --- a/subliminal/core.py +++ b/subliminal/core.py @@ -440,7 +440,7 @@ def scan_archive(path): return video -def scan_videos(path, age=None, archives=True, **kwargs): +def scan_videos(path, age=None, archives=True): """Scan `p...
Remove unused kwargs in scan_videos
Diaoul_subliminal
train
c49a8554e868ba5c875e976bf711a3ced0b28e76
diff --git a/tests/acceptance/AboutCest.php b/tests/acceptance/AboutCest.php index <HASH>..<HASH> 100644 --- a/tests/acceptance/AboutCest.php +++ b/tests/acceptance/AboutCest.php @@ -1,5 +1,6 @@ <?php -use yii\helpers\Url as Url; + +use yii\helpers\Url; class AboutCest { diff --git a/tests/acceptance/ContactCest.p...
Minor fixes of test files (#<I>) [skip ci]
yiisoft_yii2-app-basic
train
ac91f2dad0829af6aa1e54714171856847fee624
diff --git a/src/metpy/calc/thermo.py b/src/metpy/calc/thermo.py index <HASH>..<HASH> 100644 --- a/src/metpy/calc/thermo.py +++ b/src/metpy/calc/thermo.py @@ -362,8 +362,12 @@ def lcl(pressure, temperature, dewpt, max_iters=50, eps=1e-5): # Conditional needed due to precision error with np.log in dewpoint. ...
Add support for grids when surface is LCL
Unidata_MetPy
train
814a7047316ea2a1deb13747cce2a1c90c5837a2
diff --git a/cloak/__init__.py b/cloak/__init__.py index <HASH>..<HASH> 100644 --- a/cloak/__init__.py +++ b/cloak/__init__.py @@ -1,5 +1,21 @@ -__version__ = "0.1" +__version__ = "0.1.2" MAX_AGE_OF_SIGNATURE_IN_SECONDS = 60 SESSION_USER_KEY = "_cloak" SESSION_REDIRECT_KEY = "_cloak_redirect" + +def can_cloak_as(u...
Can can_cloak_as on every request
PSU-OIT-ARC_django-cloak
train
cc32fdc54630d42dc845d871b2f008b11f18bdcf
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ with open(os.path.join(REQUIREMENT_DIR, "test_requirements.txt")) as f: setuptools_require = ["setuptools>=38.3.0"] excel_requires = ["excelrd>=2.0.2"] -markdown_requires = ["Markdown>=2.6.6,<3"] +markdown_r...
Loosen version constraints of Markdown package
thombashi_pytablereader
train
f2ab3582ac139c1bfd8e18a8ff33e1017e617e1f
diff --git a/lib/neo4j-server/cypher_relationship.rb b/lib/neo4j-server/cypher_relationship.rb index <HASH>..<HASH> 100644 --- a/lib/neo4j-server/cypher_relationship.rb +++ b/lib/neo4j-server/cypher_relationship.rb @@ -41,8 +41,21 @@ module Neo4j::Server def get_property(key) id = neo_id r = @db.quer...
more impl. cypher relationships
neo4jrb_neo4j-core
train
240ade1960a88f68666a685ef46879db7f970ca1
diff --git a/Gemfile.lock b/Gemfile.lock index <HASH>..<HASH> 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - the_help (1.2.1) + the_help (1.2.2) GEM remote: https://rubygems.org/ diff --git a/lib/the_help/service_caller.rb b/lib/the_help/service_caller.rb index <...
ServiceCaller#call_service now passes block to service
jwilger_the_help
train
1d3e65e9b4c0539495db9ecf521d4108603fce2b
diff --git a/lib/ensure.js b/lib/ensure.js index <HASH>..<HASH> 100644 --- a/lib/ensure.js +++ b/lib/ensure.js @@ -5,7 +5,6 @@ */ var fmt = require('util').format -var isFunction = require('util').isFunction /** * exports. @@ -82,3 +81,17 @@ function val (params, spec, errs) { function valError (key, errs) {...
do not rely on util.isFunction since it is not available on older Node.js versions
wilmoore_parameters-named.js
train
501d378a061d573ea6966bbe553c7e85e61bc825
diff --git a/lib/cancan/conditions_matcher.rb b/lib/cancan/conditions_matcher.rb index <HASH>..<HASH> 100644 --- a/lib/cancan/conditions_matcher.rb +++ b/lib/cancan/conditions_matcher.rb @@ -78,7 +78,8 @@ module CanCan def hash_condition_match?(attribute, value) if attribute.is_a?(Array) || (defined?(Acti...
Implement matching by association Fix an issue that caused associations not to work in their usage as a subject for a rule
CanCanCommunity_cancancan
train
fab3b83f792e37e1253f65d01f4cd5c68694565c
diff --git a/client/response.go b/client/response.go index <HASH>..<HASH> 100644 --- a/client/response.go +++ b/client/response.go @@ -39,6 +39,10 @@ func (r response) GetHeader(name string) string { return r.resp.Header.Get(name) } +func (r response) GetHeaders(name string) []string { + return r.resp.Header.Value...
fix(#<I>): Provide a method to return all headers (not only first header) for a given key in response.go
go-openapi_runtime
train
70a521a2dd67ccc24abab24102f8b7b8ed5ff9de
diff --git a/operations.js b/operations.js index <HASH>..<HASH> 100644 --- a/operations.js +++ b/operations.js @@ -56,6 +56,7 @@ function OperationTombstone(operations, id, time, timeout) { self.id = id; self.time = time; self.timeout = timeout; + self.timeHeapHandle = null; } OperationTombstone.p...
OperationTombstone: carry heap handle
uber_tchannel-node
train
cd3776f298085c7fe025d3f34928fcb5b0569dd3
diff --git a/src/sap.ui.mdc/src/sap/ui/mdc/field/content/DefaultContent.js b/src/sap.ui.mdc/src/sap/ui/mdc/field/content/DefaultContent.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.mdc/src/sap/ui/mdc/field/content/DefaultContent.js +++ b/src/sap.ui.mdc/src/sap/ui/mdc/field/content/DefaultContent.js @@ -122,6 +122,7 ...
[INTERNAL] Field: disable autocomplete on inner control - collides with suggestion popover - strange arrow-right handling in typeahead Change-Id: I4cae<I>efa<I>d<I>ece<I>d7bd<I>e9b8b<I>
SAP_openui5
train
b41e9da1d4a172c09a07c69027495ab6e053fed9
diff --git a/structr-ui/src/main/resources/structr/js/entities.js b/structr-ui/src/main/resources/structr/js/entities.js index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/resources/structr/js/entities.js +++ b/structr-ui/src/main/resources/structr/js/entities.js @@ -556,17 +556,17 @@ var _Entities = { showPropert...
Bugfix: Fixes editing of array attributes in detail view
structr_structr
train
b34e70a79e423798b19147f3c7821962133abff5
diff --git a/components/Button/components/GenericButton.js b/components/Button/components/GenericButton.js index <HASH>..<HASH> 100644 --- a/components/Button/components/GenericButton.js +++ b/components/Button/components/GenericButton.js @@ -17,7 +17,7 @@ type GenericProps = {| onClick?: MouseEvent => any, href?...
feat(Button): Allow type="button" attribute for buttons with no default behaviour This allows for buttons that won't submit a <form> element they happen to be in. MDN has more info: <URL>
cultureamp_cultureamp-style-guide
train
c078adf917d5cdcb633d71e082f1c6c341c631ae
diff --git a/genghis.rb b/genghis.rb index <HASH>..<HASH> 100755 --- a/genghis.rb +++ b/genghis.rb @@ -610,14 +610,14 @@ module Genghis # do nothing... end - if latest && installed < latest + if latest && (installed || running) < latest msg = <<-MSG.strip.gsub(/\s+/, " ") ...
Fix gem update check when not installed as gem.
bobthecow_genghis
train
87056510d9f7f8062b948684fb8888c9c94ed561
diff --git a/client/tableobserver/ITableCommand.java b/client/tableobserver/ITableCommand.java index <HASH>..<HASH> 100644 --- a/client/tableobserver/ITableCommand.java +++ b/client/tableobserver/ITableCommand.java @@ -1,5 +1,7 @@ package com.hexa.client.tableobserver; +import java.util.Comparator; + import com.hex...
add getRecordsSorted in ITableCommand interface, and implementation of that
ltearno_hexa.tools
train
408c8a71d698a139b23e8bf0fef56ac90f9d0d82
diff --git a/lib/cocker.js b/lib/cocker.js index <HASH>..<HASH> 100644 --- a/lib/cocker.js +++ b/lib/cocker.js @@ -27,7 +27,6 @@ exports.Cocker = ( function () { } return dest; }, - debugActive = false, // Cocker Cocker = function ( opt ) { var me...
Removed unused var. On branch master Changes to be committed: modified: lib/cocker.js
rootslab_cocker
train
a7fbf1d8755e672c4b2d1de441a1825755ff1a16
diff --git a/rest_framework_swagger/views.py b/rest_framework_swagger/views.py index <HASH>..<HASH> 100644 --- a/rest_framework_swagger/views.py +++ b/rest_framework_swagger/views.py @@ -132,7 +132,8 @@ class SwaggerResourcesView(APIDocView): exclude_namespaces = rfs.SWAGGER_SETTINGS.get('exclude_namespaces') ...
Cast filter result to list for python3 compatibility
marcgibbons_django-rest-swagger
train
32874c74995b8731ed50e7c60923f0cbf709fb26
diff --git a/lib/suggestion-list-element.js b/lib/suggestion-list-element.js index <HASH>..<HASH> 100644 --- a/lib/suggestion-list-element.js +++ b/lib/suggestion-list-element.js @@ -49,17 +49,10 @@ class SuggestionListElement extends HTMLElement { } attachedCallback () { - this.addActiveClassToEditor() ...
Add/remove autocomplete-active class when creating/destroying the decoration
atom_autocomplete-plus
train
5e721364c447d33c847f2e904c531c163471ad09
diff --git a/src/org/zaproxy/zap/extension/httpsessions/HttpSessionsAPI.java b/src/org/zaproxy/zap/extension/httpsessions/HttpSessionsAPI.java index <HASH>..<HASH> 100644 --- a/src/org/zaproxy/zap/extension/httpsessions/HttpSessionsAPI.java +++ b/src/org/zaproxy/zap/extension/httpsessions/HttpSessionsAPI.java @@ -24,28...
Fixed some issues related to the HttpSessionsAPI.
zaproxy_zaproxy
train
2e5d128766e53284348fa216660717ad6d319bea
diff --git a/bosh_aws_cpi/lib/cloud/aws/cloud.rb b/bosh_aws_cpi/lib/cloud/aws/cloud.rb index <HASH>..<HASH> 100644 --- a/bosh_aws_cpi/lib/cloud/aws/cloud.rb +++ b/bosh_aws_cpi/lib/cloud/aws/cloud.rb @@ -369,7 +369,7 @@ module Bosh::AwsCloud snapshots = [] image = @ec2.images[stemcell_id] - im...
Fix bug to allow stemcell deletions on AWS
cloudfoundry_bosh
train
859472d14435a2e258f58d53953a63722f43c2e5
diff --git a/dashboard/app/lib/javascripts/dashboard/stores/app.js b/dashboard/app/lib/javascripts/dashboard/stores/app.js index <HASH>..<HASH> 100644 --- a/dashboard/app/lib/javascripts/dashboard/stores/app.js +++ b/dashboard/app/lib/javascripts/dashboard/stores/app.js @@ -283,7 +283,6 @@ var App = Dashboard.Stores.Ap...
dashboard/app: App store updates app meta on successful deploy
flynn_flynn
train
10108cc697a6116dd3458822c7d44977f79b50e5
diff --git a/core/field_variable.js b/core/field_variable.js index <HASH>..<HASH> 100644 --- a/core/field_variable.js +++ b/core/field_variable.js @@ -52,12 +52,14 @@ goog.inherits(Blockly.FieldVariable, Blockly.FieldDropdown); /** * The menu item index for the rename variable option. * @type {number} + * @private...
jsdoc corrections (#<I>)
LLK_scratch-blocks
train
56b459ef001a5d1149eb9948bf0d275c0920c601
diff --git a/window.py b/window.py index <HASH>..<HASH> 100644 --- a/window.py +++ b/window.py @@ -118,7 +118,10 @@ class Window(Gtk.Window): self.addStack.add_titled(self.addExpenseRadio, "Expense", "Expense") self.addStackSwitcher.set_stack(self.addStack) self.addCategoryComboBoxText = Gtk....
Added description box to add popover
mthxx_Budget
train
3f06f334bcca49ebfd451fdf951309228148c1bb
diff --git a/autotest/sqlserver.rb b/autotest/sqlserver.rb index <HASH>..<HASH> 100644 --- a/autotest/sqlserver.rb +++ b/autotest/sqlserver.rb @@ -1,5 +1,5 @@ require 'autotest' -require 'activesupport' +require 'active_support' class Autotest::Sqlserver < Autotest diff --git a/test/cases/eager_association_test_s...
Fixing a few test warnings.
rails-sqlserver_activerecord-sqlserver-adapter
train
9b4a0d99040b328d13325046a50ebd2fbdf6d077
diff --git a/lib/pixiv/illust.rb b/lib/pixiv/illust.rb index <HASH>..<HASH> 100644 --- a/lib/pixiv/illust.rb +++ b/lib/pixiv/illust.rb @@ -25,9 +25,9 @@ module Pixiv # @return [Integer] lazy_attr_reader(:member_id) { at!('#rpc_u_id').attr('title').to_i } # @return [String] - lazy_attr_reader(:member_n...
Implement #title and #member_name, add spec
uasi_pixiv
train
b42392c991b545f1f2799239269286fefbf9b5f1
diff --git a/src/Graviton/GeneratorBundle/Command/GenerateDynamicBundleCommand.php b/src/Graviton/GeneratorBundle/Command/GenerateDynamicBundleCommand.php index <HASH>..<HASH> 100644 --- a/src/Graviton/GeneratorBundle/Command/GenerateDynamicBundleCommand.php +++ b/src/Graviton/GeneratorBundle/Command/GenerateDynamicBun...
add more output to dynamic bundle generator The generator calls alot of sub commands. With this changes the output of the subcommands is output to the console so we can see what happened in the cse of an error.
libgraviton_graviton
train
fb15adc005a30fc0a20e4dd91c404b29bad7a594
diff --git a/bcbio/broad/__init__.py b/bcbio/broad/__init__.py index <HASH>..<HASH> 100644 --- a/bcbio/broad/__init__.py +++ b/bcbio/broad/__init__.py @@ -57,6 +57,7 @@ class BroadRunner: p = subprocess.Popen(cl, stdout=subprocess.PIPE) stdout = p.stdout.read() p.wait() + ...
Ensure closing of subprocess stdout and stderr pipes, avoiding errors due to too many open files
bcbio_bcbio-nextgen
train
03a00dfd491d885ed366fed27e10d149e6b00c67
diff --git a/lib/vagrant-vbguest/version.rb b/lib/vagrant-vbguest/version.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant-vbguest/version.rb +++ b/lib/vagrant-vbguest/version.rb @@ -1,3 +1,3 @@ module VagrantVbguest - VERSION = "0.0.1" + VERSION = "0.0.2" end
needed to push version to get the version to get the new gemspec infos into the gem
dotless-de_vagrant-vbguest
train
585a9c905514df01a146d5708b937ee6ab7e2415
diff --git a/chef-server-api/lib/chef-server-api/version.rb b/chef-server-api/lib/chef-server-api/version.rb index <HASH>..<HASH> 100644 --- a/chef-server-api/lib/chef-server-api/version.rb +++ b/chef-server-api/lib/chef-server-api/version.rb @@ -1,3 +1,3 @@ module ChefServerApi - VERSION = '0.9.0.a6' + VERSION = '0...
bump to <I> alpha8 for alpha gem release
chef_chef
train
241362aadea20f9320ba756ddcc389bd509fe860
diff --git a/src/frontend/org/voltdb/CLIConfig.java b/src/frontend/org/voltdb/CLIConfig.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/CLIConfig.java +++ b/src/frontend/org/voltdb/CLIConfig.java @@ -46,7 +46,7 @@ public abstract class CLIConfig { @Retention(RetentionPolicy.RUNTIME) // Make th...
Refator the Leftargs back to AdditionalArgs
VoltDB_voltdb
train
3acf3067956d72f9de0f8892b0d94aa15d35f11e
diff --git a/src/main/webapp/js/Plugins/view.js b/src/main/webapp/js/Plugins/view.js index <HASH>..<HASH> 100644 --- a/src/main/webapp/js/Plugins/view.js +++ b/src/main/webapp/js/Plugins/view.js @@ -113,25 +113,25 @@ ORYX.Plugins.View = { }); /* Register popout to model */ - this.facade.offer({ - 'name':OR...
added key input to chrome full screen when embedded and removed popout functionality in favor of full screen mode
kiegroup_jbpm-designer
train
f2e34d772bb5d9294a633b3cf06bac63d33c889b
diff --git a/testing/src/main/java/io/grpc/internal/testing/AbstractTransportTest.java b/testing/src/main/java/io/grpc/internal/testing/AbstractTransportTest.java index <HASH>..<HASH> 100644 --- a/testing/src/main/java/io/grpc/internal/testing/AbstractTransportTest.java +++ b/testing/src/main/java/io/grpc/internal/test...
testing: Wait for TIMEOUT_MS instead of <I>ms The transport test flakes at the timeout(<I>) about <I>% of the time. There's really no reason it should have a smaller timeout compared to the other timeouts. The timeout(<I>) wasn't flaking at all, but it should follow the convention.
grpc_grpc-java
train
e8264039cb1a626e09b4043a5578cb95d4a49e25
diff --git a/decode.go b/decode.go index <HASH>..<HASH> 100644 --- a/decode.go +++ b/decode.go @@ -454,10 +454,13 @@ func (p *toml) SetTable(buf []rune, begin, end int) { func (p *toml) setTable(t *table, buf []rune, begin, end int) { name := string(buf[begin:end]) + names := splitTableKey(name) if t, exists := ...
Fix an issue that error occurs when a same name tables exist in each array of tables
naoina_toml
train
1bef4f81c40b64d68788e590003f4f8fbdc4d296
diff --git a/def.go b/def.go index <HASH>..<HASH> 100644 --- a/def.go +++ b/def.go @@ -39,6 +39,11 @@ type gradientType struct { objNum int } +const ( + OrientationPortrait = "portrait" + OrientationLandscape = "landscape" +) + type colorMode int const ( diff --git a/fpdf.go b/fpdf.go index <HASH>....
Add consts for page orientations (#<I>)
jung-kurt_gofpdf
train
951a3e163c4a527025c3428e463abb4eec047ca2
diff --git a/protocol-designer/src/steplist/formLevel/getNextDefaultModuleId/index.js b/protocol-designer/src/steplist/formLevel/getNextDefaultModuleId/index.js index <HASH>..<HASH> 100644 --- a/protocol-designer/src/steplist/formLevel/getNextDefaultModuleId/index.js +++ b/protocol-designer/src/steplist/formLevel/getNe...
fix(protocol-designer): removes error when fn cannot find temperature or thermocycler on deck (#<I>) fix #<I>
Opentrons_opentrons
train
6009cfadc2e310b723a8c091cd9d94db968fe07e
diff --git a/core/DAG.php b/core/DAG.php index <HASH>..<HASH> 100644 --- a/core/DAG.php +++ b/core/DAG.php @@ -4,7 +4,7 @@ * A Directed Acyclic Graph - used for doing topological sorts on dependencies, such as the before/after conditions * in config yaml fragments */ -class SS_DAG { +class SS_DAG implements Itera...
NEW Allow debugging of config cyclic errors It is possible to specify before and after rules on config fragments that conflict - A before B and B before A isnt possible to solve. This used to just throw an error with no way to debug. Now if you specify debug as a GET parameter and the site is not in live mode youll g...
silverstripe_silverstripe-framework
train
6bb55aba6efc48a6f1f6269bedb80da04c4ded12
diff --git a/docs/changelog.rst b/docs/changelog.rst index <HASH>..<HASH> 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,8 @@ Changelog Releases -------- +- 0.7.1: + - This is a bugfix release to pin the `redis-py` dependency to below 3.4.0. A future version will add support for `redis-py` 3...
Changes for version <I>
honzajavorek_redis-collections
train
1295bc36b5eb66a5cb40e99059a85de2e72cf1c3
diff --git a/js/forum/dist/extension.js b/js/forum/dist/extension.js index <HASH>..<HASH> 100644 --- a/js/forum/dist/extension.js +++ b/js/forum/dist/extension.js @@ -15,7 +15,7 @@ System.register('Davis/SecureHttps/main', ['flarum/app', 'flarum/extend', 'flaru app.initializers.add('davis-securehttps-forum...
Fix Static 'Loading' and only replacing one issue
dav-is_flarum-ext-securehttps
train
da91e3b41007113e44fa304f5c013e0f224a3da6
diff --git a/lib/command_factory.js b/lib/command_factory.js index <HASH>..<HASH> 100644 --- a/lib/command_factory.js +++ b/lib/command_factory.js @@ -46,8 +46,8 @@ CommandFactory.prototype.getRegexForFormatString = function(format) { // number of key=value pairs at the end of the string // Format parameters with...
fixed regex on command factory w/tests
StackStorm_hubot-stackstorm
train
8cb63302d2758b56ad676adcb951df736afb5e09
diff --git a/Web/Server/Nxs.js b/Web/Server/Nxs.js index <HASH>..<HASH> 100644 --- a/Web/Server/Nxs.js +++ b/Web/Server/Nxs.js @@ -398,6 +398,7 @@ __Nexus = (function() { var txt = document.createTextNode(scr); tag.appendChild(txt); document.head.appendChild(tag); + eval(scr); ...
this fixes the jquery issue
IntrospectiveSystems_xGraph
train
db0781860a96a7febfed184714b2b79e8a610517
diff --git a/config/Settings.js b/config/Settings.js index <HASH>..<HASH> 100644 --- a/config/Settings.js +++ b/config/Settings.js @@ -41,8 +41,8 @@ config.pathToLexicalCategory = ['category']; config.addPhonString = false; config.featureOfLexicalString = 'PHON'; -//config.log4js_config = '/home/hugo/Workspace/char...
Added some tests to SignatureMechanisms_spec
Hugo-ter-Doest_chart-parsers
train
e5ad610bc86dcb7771bb4489db1eacc24b05ba3e
diff --git a/src/notifier.js b/src/notifier.js index <HASH>..<HASH> 100644 --- a/src/notifier.js +++ b/src/notifier.js @@ -13,41 +13,19 @@ function nextID(eType) { return nextID(eType); } -function setNotifyOfNext(eType, callback) { +export function notifyOfNext(eType, callback) { const id = nextID(eType); ...
Only accept single eType in notifyOfNext (no arrays)
rafrex_react-interactive
train
b3355cba56b530306ba77d658e7e1f89e18ac3c0
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,8 @@ setup(name='montblanc', 'numexpr >= 2.4', 'pycuda >= 2015.1.3', 'pytools >= 2015.1.3', - 'transitions >= 0.2.5' + 'transitions >= 0.2.5', + 'trollius >= 2.0' ...
Depend on trollius <I> for async task scheduling.
ska-sa_montblanc
train
333ac14606e201c7d3cb5ecca73dcd772f141485
diff --git a/pyrtl/inputoutput.py b/pyrtl/inputoutput.py index <HASH>..<HASH> 100644 --- a/pyrtl/inputoutput.py +++ b/pyrtl/inputoutput.py @@ -60,8 +60,8 @@ def input_from_blif(blif, block=None, merge_io_vectors=True, clock_name='clk'): return s # Begin BLIF language definition - signal_start = pypar...
fix blif importer to allow ? character in names (blif I've been imported has been having those as legal characters too)
UCSBarchlab_PyRTL
train
9901425917332093485077939b5228015c2c5f2d
diff --git a/code/libraries/koowa/libraries/template/helper/listbox.php b/code/libraries/koowa/libraries/template/helper/listbox.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/libraries/template/helper/listbox.php +++ b/code/libraries/koowa/libraries/template/helper/listbox.php @@ -335,7 +335,19 @@ class KT...
re #<I> : If the 'selected' config option is an entity transform it to an array.
timble_kodekit
train
003e65cdcf8a4962659b917e91c0fac35985f798
diff --git a/modules/data-table/js/data-table_directive.js b/modules/data-table/js/data-table_directive.js index <HASH>..<HASH> 100644 --- a/modules/data-table/js/data-table_directive.js +++ b/modules/data-table/js/data-table_directive.js @@ -52,6 +52,18 @@ lxDataTable.allRowsSelected = false; lxDataT...
feat data-table: expose selectRow and unselectRow to the service api
lumapps_lumX
train
cbef7049b6a79e6b12a2f31edf2f07f0e656dd9c
diff --git a/bcbio/cwl/cwlutils.py b/bcbio/cwl/cwlutils.py index <HASH>..<HASH> 100644 --- a/bcbio/cwl/cwlutils.py +++ b/bcbio/cwl/cwlutils.py @@ -9,6 +9,27 @@ import pprint import toolz as tz +from bcbio import utils + +def to_rec(samples): + """Convert inputs into CWL records, useful for single item paralleli...
CWL: combine prep_samples input to a record WDL parallelization requires a single input record. This collapses the items parallelized in prep_samples into a single record. First steps toward improved WDL generation support.
bcbio_bcbio-nextgen
train
67ffa99be135cbfe082197745d851967425089d1
diff --git a/strgen/__init__.py b/strgen/__init__.py index <HASH>..<HASH> 100644 --- a/strgen/__init__.py +++ b/strgen/__init__.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (c) 2013-2020, Paul Wolf # All rights reserved.
Remove encoding line at file start
paul-wolf_strgen
train
03f7eb7e89661b22332058ccc34e2158d9424004
diff --git a/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb b/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb index <HASH>..<HASH> 100644 --- a/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb +++ b/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb @@ -90,7 +90,7 @@ module Commander rai...
abort on interrupt to set exit code to 1 (#<I>)
fastlane_fastlane
train
d34aecdc4dc16854d84f5947d1aceeec9d855eac
diff --git a/tests/test_utils.py b/tests/test_utils.py index <HASH>..<HASH> 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -13,7 +13,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations...
test: Split test case (#1)
foremast_foremast
train
31f07452a68b288a9c9a30ecf4273e3aeb69a226
diff --git a/common/error/snippet-stack.js b/common/error/snippet-stack.js index <HASH>..<HASH> 100644 --- a/common/error/snippet-stack.js +++ b/common/error/snippet-stack.js @@ -66,6 +66,6 @@ var snippetStack = module.exports = function (stack, options) { return message; } ); - stack = stack.replace(/(...
Ensure 1st line of a snippet stack has a gray "at"
lighterio_exam
train
6e7c266e2a45408bcb1ec7621a5620b89953b5aa
diff --git a/resources/config/eloquent-viewable.php b/resources/config/eloquent-viewable.php index <HASH>..<HASH> 100644 --- a/resources/config/eloquent-viewable.php +++ b/resources/config/eloquent-viewable.php @@ -113,4 +113,12 @@ return [ */ 'honor_dnt' => false, + /* + |----------------------------...
feat: make cookie name configurable and change default name
cyrildewit_eloquent-viewable
train
7c8afdb1cbe5adcd71ec839a055c2d8c5b6809b3
diff --git a/wakatime/api.py b/wakatime/api.py index <HASH>..<HASH> 100644 --- a/wakatime/api.py +++ b/wakatime/api.py @@ -22,6 +22,7 @@ from .offlinequeue import Queue from .session_cache import SessionCache from .utils import get_hostname, get_user_agent from .packages import tzlocal +from .packages import certifi...
force requests to use bundled certifi cacert by default
wakatime_wakatime
train
e24146740b3a623e4e5e1964377c4063f0c81c86
diff --git a/macos/_obex.py b/macos/_obex.py index <HASH>..<HASH> 100755 --- a/macos/_obex.py +++ b/macos/_obex.py @@ -416,7 +416,7 @@ def sendfile(address, channel, source): if isinstance(source, str): headers = {"name": source} - fileobj = file(source, "rb") + fileobj = open(source, "rb"...
file() was removed in Python 3 in favor of open()
pybluez_pybluez
train
1f367437c4cda7ec4517d52193b9543932a22717
diff --git a/app/services/store.js b/app/services/store.js index <HASH>..<HASH> 100644 --- a/app/services/store.js +++ b/app/services/store.js @@ -28,13 +28,6 @@ export default DS.Store.reopen({ query: function(modelName, query) { query = this._normalizeQuery(modelName, query); return this._super(modelName...
Remove projection writing into record in store Forgotten in f0c<I>d8d9ab9bd5d1d<I>a<I>b<I>dba<I>.
Flexberry_ember-flexberry
train
e75e9cd083b83d9003d2a9b5e6e388752e52a896
diff --git a/oci8.go b/oci8.go index <HASH>..<HASH> 100644 --- a/oci8.go +++ b/oci8.go @@ -527,6 +527,11 @@ type namedValue struct { Value driver.Value } +type outValue struct { + Dest interface{} + In bool +} + func (c *OCI8Conn) Exec(query string, args []driver.Value) (driver.Result, error) { list := make...
negotiate value for non-go<I>
mattn_go-oci8
train
472d593f9e26faa26328dbee2e630424cd3b405f
diff --git a/permissions/registry.py b/permissions/registry.py index <HASH>..<HASH> 100644 --- a/permissions/registry.py +++ b/permissions/registry.py @@ -122,7 +122,8 @@ class PermissionsRegistry: # exception object. request.permission_name = perm_name rai...
Fix another typo (missing words in exc str)
PSU-OIT-ARC_django-perms
train
0e1b01ea68a20a61f00e3422be0940323ff739ed
diff --git a/src/Traits/RelativeKeywordTrait.php b/src/Traits/RelativeKeywordTrait.php index <HASH>..<HASH> 100644 --- a/src/Traits/RelativeKeywordTrait.php +++ b/src/Traits/RelativeKeywordTrait.php @@ -18,7 +18,7 @@ namespace Cake\Chronos\Traits; */ trait RelativeKeywordTrait { - protected static $relativePatte...
Removed redundant escape character There is no need to escape a hyphen `-` in this context. It is only a metacharacter in a character class (`[]`).
cakephp_chronos
train