hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
c19ab917a3e1d777ceccd3becc84870b700a09f2
diff --git a/examples/example.php b/examples/example.php index <HASH>..<HASH> 100755 --- a/examples/example.php +++ b/examples/example.php @@ -2,15 +2,14 @@ require_once '../vendor/autoload.php'; $arrCredentials = array( -'username' => 'xxx', -'password' => 'xxx', -'identifier' => '1' + 'username' => 'xxx', + '...
Re-jigging cookie storage for non-Linux systems Update: Now using sys_get_temp_dir() to get the native OS temporary directory Update: Removed requirement to specify an identifier in the credentials - the identifier is now generated by using md5 on the username. This should ensure that user switching is easier, and mak...
dawguk_php-garmin-connect
train
68dd0a24fb515eccadd6685cc85cdd7039e0f4e2
diff --git a/auth/authdb/sessions.go b/auth/authdb/sessions.go index <HASH>..<HASH> 100644 --- a/auth/authdb/sessions.go +++ b/auth/authdb/sessions.go @@ -16,7 +16,7 @@ type SessionManager struct { } // Create creates a new session using a key generated for the given User -func (m *SessionManager) Create(user User)...
Added create functions for authdb session and user managers
aodin_volta
train
1b6e00559cdfe886c0ea8ced6e7c32b7686b919b
diff --git a/js/jsbin-embed.js b/js/jsbin-embed.js index <HASH>..<HASH> 100644 --- a/js/jsbin-embed.js +++ b/js/jsbin-embed.js @@ -54,17 +54,26 @@ function findCodeInParent(element) { function findCode(link) { var rel = link.rel, + query = link.search.substring(1), element, - code; - - if (!rel)...
Be nice to support multiple code blocks for embed - not for now though
jsbin_jsbin
train
dbdb7632577194a63ca2c37734809b25641f9288
diff --git a/system/Config/AutoloadConfig.php b/system/Config/AutoloadConfig.php index <HASH>..<HASH> 100644 --- a/system/Config/AutoloadConfig.php +++ b/system/Config/AutoloadConfig.php @@ -181,9 +181,13 @@ class AutoloadConfig 'CodeIgniter\View\Parser' => BASEPATH . 'View/Parser.php', 'C...
use SUPPORTPATH constant int classmap definition as well
codeigniter4_CodeIgniter4
train
770d5918fdbffdb8c590bc6d3868ef09b48c54be
diff --git a/test/test_helper.rb b/test/test_helper.rb index <HASH>..<HASH> 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,6 +1,7 @@ +require(File.expand_path('../../lib/lyricfy', __FILE__)) + require 'minitest/autorun' require 'minitest/pride' -require 'lyricfy' require 'webmock' require 'webmock...
Change test helper to require Lyricfy relative path
javichito_Lyricfy
train
c33c6bb90f5a80656750b5a4d58f042573ff695e
diff --git a/kernel/classes/ezcontentobject.php b/kernel/classes/ezcontentobject.php index <HASH>..<HASH> 100644 --- a/kernel/classes/ezcontentobject.php +++ b/kernel/classes/ezcontentobject.php @@ -3528,7 +3528,11 @@ class eZContentObject extends eZPersistentObject { if ( isset( $params['IgnoreVi...
Fix EZP-<I> : When calling the method eZContentObject::relatedObjectCount with the IgnoreVisibility parameter, the count is not correct
ezsystems_ezpublish-legacy
train
0f54b4437345dfadbff20479adc17ccd22fe36db
diff --git a/keysmith.py b/keysmith.py index <HASH>..<HASH> 100644 --- a/keysmith.py +++ b/keysmith.py @@ -7,7 +7,7 @@ import string import sys from typing import Callable, Sequence -__version__ = '3.0.0' +__version__ = '3.0.1' CONSOLE_SCRIPT = 'keysmith'
Bump the version to <I>
dmtucker_keysmith
train
044f3e8725ee06e42e476578fdab5136c3f5e70f
diff --git a/src/Utility/Validate/Utility.php b/src/Utility/Validate/Utility.php index <HASH>..<HASH> 100644 --- a/src/Utility/Validate/Utility.php +++ b/src/Utility/Validate/Utility.php @@ -12,11 +12,13 @@ namespace CsvMigrations\Utility\Validate; use Cake\Core\Configure; +use Cake\Utility\Hash; use CsvMigrations...
Add extra methods for fetching field name to validation utility class (task #<I>)
QoboLtd_cakephp-csv-migrations
train
e33c6e912e0f5db99413badeaf361ffc28df7d13
diff --git a/peewee.py b/peewee.py index <HASH>..<HASH> 100644 --- a/peewee.py +++ b/peewee.py @@ -3646,7 +3646,10 @@ class CursorWrapper(object): def iterator(self): """Efficient one-pass iteration over the result set.""" while True: - yield self.iterate(False) + try: + ...
Fix compatibility with Python <I>
coleifer_peewee
train
d834c7244c0911d4f289a5e8f67a8c649b522ba2
diff --git a/userena/managers.py b/userena/managers.py index <HASH>..<HASH> 100644 --- a/userena/managers.py +++ b/userena/managers.py @@ -5,7 +5,7 @@ from django.contrib.contenttypes.models import ContentType from django.utils.translation import ugettext as _ from userena import settings as userena_settings -from ...
Changed a call from datetime.datetime.now() to get_datetime_now() for Django <I> compatibility.
django-userena-ce_django-userena-ce
train
4da3d47e1d164eb65d14bc62ba407f14e60df9e1
diff --git a/go/vt/worker/vtworkerclient/client_testsuite.go b/go/vt/worker/vtworkerclient/client_testsuite.go index <HASH>..<HASH> 100644 --- a/go/vt/worker/vtworkerclient/client_testsuite.go +++ b/go/vt/worker/vtworkerclient/client_testsuite.go @@ -55,6 +55,11 @@ func commandSucceeds(t *testing.T, client VtworkerClie...
vtworker: client_testsuite: Move Reset() at the end of the test whose command should actually be reset.
vitessio_vitess
train
7f628d3c34d6dfe1d339aeefecf03342a55eb197
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Props | Type | Default Value | Descripti `customPaging` | `func` | `i => <button>{i + 1}</button>` | Custom paging templates. [Example](examples/CustomPagi...
renamed renderDots to appendDots to follow slick naming convention
akiran_react-slick
train
b433666bb87bfa2185916670ae95272fab6a3284
diff --git a/structr-ui/src/main/java/org/structr/web/resource/LoginResource.java b/structr-ui/src/main/java/org/structr/web/resource/LoginResource.java index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/java/org/structr/web/resource/LoginResource.java +++ b/structr-ui/src/main/java/org/structr/web/resource/LoginRes...
Fixed logging by adding third parameter.
structr_structr
train
9afd5ff712e552accfd45fdabea657e2b7fe1d44
diff --git a/internal/lib/container_server.go b/internal/lib/container_server.go index <HASH>..<HASH> 100644 --- a/internal/lib/container_server.go +++ b/internal/lib/container_server.go @@ -151,11 +151,11 @@ func (c *ContainerServer) LoadSandbox(id string) error { } var m rspec.Spec if err := json.Unmarshal(conf...
container_server: Wrap a few more errors in LoadSandbox This should give more helpful messages in the logs whe LoadSandbox fails. Especially if something is wrong with the nested JSON structures in the Sandbox config.
cri-o_cri-o
train
cc98679e565be7802f0c6d7e66005f42dc92a0ad
diff --git a/deis/__init__.py b/deis/__init__.py index <HASH>..<HASH> 100644 --- a/deis/__init__.py +++ b/deis/__init__.py @@ -6,4 +6,4 @@ the api, provider, cm, and web Django apps. from __future__ import absolute_import -__version__ = '1.2.0-dev' +__version__ = '1.2.0'
chore(release): update version to <I>
deis_controller-sdk-go
train
066435d6f07bdc596f9eecd92ae4f9b67faf5197
diff --git a/l20n/ast.py b/l20n/ast.py index <HASH>..<HASH> 100644 --- a/l20n/ast.py +++ b/l20n/ast.py @@ -53,10 +53,10 @@ class String(Value): content = pyast.field(str) class Array(Value): - content = pyast.seq(Value) + content = pyast.seq(Value, null=True) class Hash(Value): - content = pyast.seq...
update the AST for AttributeExpression, MemberExpression and CallExpression and allow for Hash and Array value to be empty
l20n_l20n.js
train
41fdea08a5d204990d1d70b7cef414a5a2ba358e
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ tags *.tar.gz *.tgz .ipynb_checkpoints -*.orig \ No newline at end of file +*.orig +.cache \ No newline at end of file diff --git a/bambi/tests/test_built_models.py b/bambi/tests/test_built_models.py ...
revert mangled test and cleanup
bambinos_bambi
train
aadd3eba5b423cc86f299e7088e996a4767dd7d8
diff --git a/tchannel/tornado/connection.py b/tchannel/tornado/connection.py index <HASH>..<HASH> 100644 --- a/tchannel/tornado/connection.py +++ b/tchannel/tornado/connection.py @@ -654,7 +654,10 @@ class Reader(object): if f.exception(): self.filling = False # This is us...
Lower read errors to INFO on StreamClosedError only.
uber_tchannel-python
train
4d5370c3ca979e14f470d8e18e5c5da1560a95fc
diff --git a/web/opensubmit/tests/test_student_display.py b/web/opensubmit/tests/test_student_display.py index <HASH>..<HASH> 100644 --- a/web/opensubmit/tests/test_student_display.py +++ b/web/opensubmit/tests/test_student_display.py @@ -127,11 +127,6 @@ class StudentDisplayTestCase(SubmitTestCase): response=...
Fix broken test case from earlier edits
troeger_opensubmit
train
793565f84f842fdd868adc49295000dfe55454e8
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -2,13 +2,12 @@ var path = require("path"), - assign = require("lodash.assign"), each = require("lodash.foreach"), sum = require("lodash.sumby"), parse = require("module-details-from-pat...
fix: reflect latest commonjs changes, more accurate totals Fixes #2
tivac_rollup-plugin-sizes
train
b45f3cc91d20732fb6649dad9c8c87d439f78e9b
diff --git a/lib/rack-google-analytics.rb b/lib/rack-google-analytics.rb index <HASH>..<HASH> 100755 --- a/lib/rack-google-analytics.rb +++ b/lib/rack-google-analytics.rb @@ -45,7 +45,7 @@ module Rack def _call(env) @status, @headers, @response = @app.call(env) - return [@status, @headers, @response]...
Neutralise a slight railsism
kangguru_rack-google-analytics
train
7bbc3290cb0dcb031e4e34db89e2e7fd043a4f8a
diff --git a/src/Illuminate/Database/Capsule/Manager.php b/src/Illuminate/Database/Capsule/Manager.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Database/Capsule/Manager.php +++ b/src/Illuminate/Database/Capsule/Manager.php @@ -19,6 +19,13 @@ class Manager { protected static $instance; /** + * The databas...
Added getDatabaseManager method to capsule.
laravel_framework
train
ed3b815a04014d4ea6196cee2f9643af0acf7a5a
diff --git a/ecblock.go b/ecblock.go index <HASH>..<HASH> 100644 --- a/ecblock.go +++ b/ecblock.go @@ -111,14 +111,14 @@ func (e *ECBlock) UnmarshalJSON(js []byte) error { for _, v := range tmp.Body.Entries { switch { case regexp.MustCompile(`"number":`).MatchString(string(v)): - a := new(MinuteNumber) + a ...
rename ECBlock Entry Types
FactomProject_factom
train
ffdacf021e54658498fac7a16715ca66578ff778
diff --git a/dropwizard-e2e/src/main/java/com/example/app1/App1Resource.java b/dropwizard-e2e/src/main/java/com/example/app1/App1Resource.java index <HASH>..<HASH> 100644 --- a/dropwizard-e2e/src/main/java/com/example/app1/App1Resource.java +++ b/dropwizard-e2e/src/main/java/com/example/app1/App1Resource.java @@ -8,6 +...
Use LinkedHashMap in App1Resource for deterministic iterations (#<I>)
dropwizard_dropwizard
train
95fd6bf5cd33b3c6e4cbdb64ef6c35ba3c8c9334
diff --git a/tests/tests/views/authorize.py b/tests/tests/views/authorize.py index <HASH>..<HASH> 100644 --- a/tests/tests/views/authorize.py +++ b/tests/tests/views/authorize.py @@ -1,5 +1,6 @@ from django.test import TestCase from oauth2_consumer.models import Client, RedirectUri +import urllib class TestErrors(...
Added assertExceptionRedirect assertExceptionRedirect can be used to assert that an exception was thrown by the API that can be redirected.
Rediker-Software_doac
train
794e4330abfde5b1c9b31a07d10c0d30f77e5ea6
diff --git a/visidata/addons/commandlog.py b/visidata/addons/commandlog.py index <HASH>..<HASH> 100644 --- a/visidata/addons/commandlog.py +++ b/visidata/addons/commandlog.py @@ -83,8 +83,7 @@ class CommandLog(Sheet): def beforeExecHook(self, sheet, keystrokes, args=''): 'Log keystrokes and args unless re...
Add replayed rows to commandlog
saulpw_visidata
train
56835e03bd390f3b340e1b96e3dc8b4205d2a7f5
diff --git a/sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/clientTelemetry/ClientTelemetry.java b/sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/clientTelemetry/ClientTelemetry.java index <HASH>..<HASH> 100644 --- a/sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/im...
Clienttelemetry use internal objectmapper to fix the deserialization problem (#<I>) use internal objectMapper to fix the cosmos telemetry deserialization issue. bug: #<I>
Azure_azure-sdk-for-java
train
55fd5d2995841714f87fc1c0573db6406d93bea4
diff --git a/pypeerassets/__main__.py b/pypeerassets/__main__.py index <HASH>..<HASH> 100644 --- a/pypeerassets/__main__.py +++ b/pypeerassets/__main__.py @@ -16,7 +16,7 @@ from .pautils import (load_deck_p2th_into_local_node, ) from .voting import * from .exceptions import * -from .transaction...
more tweaks to nulldata script mechanism
PeerAssets_pypeerassets
train
83164479bc5ef67a33f99f8f2945e14ec44bccfc
diff --git a/lib/appraisal/appraisal.rb b/lib/appraisal/appraisal.rb index <HASH>..<HASH> 100644 --- a/lib/appraisal/appraisal.rb +++ b/lib/appraisal/appraisal.rb @@ -25,7 +25,7 @@ module Appraisal end def install - Command.new(bundle_command).run + Command.new(install_command).run end ...
Refactor and private `Appraisal#install_command` This command should not be called directly outside Appraisal, so it does not make sense to leave it as a public method.
thoughtbot_appraisal
train
18ada67fb23b7232939cd79cd6e0427ba6d83c11
diff --git a/py3status/modules/group.py b/py3status/modules/group.py index <HASH>..<HASH> 100644 --- a/py3status/modules/group.py +++ b/py3status/modules/group.py @@ -172,6 +172,20 @@ class Py3status: response['color'] = self.color return response + def _call_i3status_config_on_click(self, mo...
call any defined on_click events for group
ultrabug_py3status
train
0d1a2a3c2239ed02f39e3e4690b905b0e86e80be
diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb index <HASH>..<HASH> 100755 --- a/activerecord/lib/active_record/associations.rb +++ b/activerecord/lib/active_record/associations.rb @@ -1770,84 +1770,6 @@ module ActiveRecord relation.to_sql ...
Remove unused code from association.rb now that Relation takes care of checking the referenced tables
rails_rails
train
e298229f861dc39f37bcf54b69eff6202bd994e4
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -36,9 +36,7 @@ gulp.task('build:dev', function (callback) { ], [ 'static:hb', - 'static:hb:indexr' - ], - [ + 'static:hb:indexr', 'browserSupport' ], [ diff --git a/tasks/browserSupport.js b/tasks/bro...
removed console.logs moved browserSupport task to static tasks
biotope_biotope-build
train
e9491b3ccecfdc48ae618058475a8b743007aca3
diff --git a/config/initializers/rack_attack.rb b/config/initializers/rack_attack.rb index <HASH>..<HASH> 100644 --- a/config/initializers/rack_attack.rb +++ b/config/initializers/rack_attack.rb @@ -58,6 +58,12 @@ class Rack::Attack { controller: "owners", action: "destroy" } ] + protected_password_actions =...
Add per user rate limit to password pages It was possible to bypass existing limits using ip rotator
rubygems_rubygems.org
train
07e539dc52ac099256dbdcf1d407e10b73e535b9
diff --git a/moskito-core/java/net/anotheria/moskito/core/threshold/alerts/notificationprovider/LogFileNotificationProvider.java b/moskito-core/java/net/anotheria/moskito/core/threshold/alerts/notificationprovider/LogFileNotificationProvider.java index <HASH>..<HASH> 100644 --- a/moskito-core/java/net/anotheria/moskito...
fixed broken package name treshold -> threshold
anotheria_moskito
train
89bb173269e2ed5340b3e7fa23210cb333d0f04c
diff --git a/entify/entify-launcher.py b/entify/entify-launcher.py index <HASH>..<HASH> 100644 --- a/entify/entify-launcher.py +++ b/entify/entify-launcher.py @@ -40,7 +40,7 @@ if __name__ == "__main__": # Adding the main options # Defining the mutually exclusive group for the main options groupInput = parser.add...
Updated the URL regular expression to match nested brackets
i3visio_entify
train
dc7914a71623603e16f8b4c54b548e90f8726643
diff --git a/art/__main__.py b/art/__main__.py index <HASH>..<HASH> 100644 --- a/art/__main__.py +++ b/art/__main__.py @@ -21,7 +21,6 @@ if __name__ == "__main__": cov.stop() cov.report() cov.save() - cov.html_report() sys.exit(error_flag) elif arg...
fix : # pragma: no cover added to some lines of code
sepandhaghighi_art
train
81881bf39ca21c793dd8d7619295f26978777eaa
diff --git a/src/config/lfm.php b/src/config/lfm.php index <HASH>..<HASH> 100644 --- a/src/config/lfm.php +++ b/src/config/lfm.php @@ -48,7 +48,7 @@ return [ 'folder_categories' => [ 'file' => [ 'folder_name' => 'files', - 'startup_view' => 'grid', + 'startup_vi...
Fix 'valid_mime' issue in config file 'valid_mime' and 'startup_view' values for 'file' and 'image' categories is vice-versa. I swapped them and it's correct now.
UniSharp_laravel-filemanager
train
05ce034a4ba4112b7a55490456691159a7daa76a
diff --git a/lib/viewn.js b/lib/viewn.js index <HASH>..<HASH> 100644 --- a/lib/viewn.js +++ b/lib/viewn.js @@ -46,7 +46,6 @@ ViewN.prototype.clone = function() { var nv = new ViewN(nbuf, this.shape.slice(0), nstride); return nv.assign(this); } -//When stride order is compatible, just scan in raster order functi...
removed a comment, need to add proper toString() support
scijs_ndarray
train
2c2520a882bd0cf3c9e679a3a3d7739389f97e84
diff --git a/logback-classic/src/main/java/ch/qos/logback/classic/net/ReceiverBase.java b/logback-classic/src/main/java/ch/qos/logback/classic/net/ReceiverBase.java index <HASH>..<HASH> 100644 --- a/logback-classic/src/main/java/ch/qos/logback/classic/net/ReceiverBase.java +++ b/logback-classic/src/main/java/ch/qos/log...
a receiver now has-a Runnable, no longer is-a Runnable This will make it easier to refactor SocketServer so that it extends ReceiverBase.
tony19_logback-android
train
f44592112d5e4cd3785c14c2237f42acbad83be0
diff --git a/src/sap.ui.mdc/src/sap/ui/mdc/condition/FilterOperatorUtil.js b/src/sap.ui.mdc/src/sap/ui/mdc/condition/FilterOperatorUtil.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.mdc/src/sap/ui/mdc/condition/FilterOperatorUtil.js +++ b/src/sap.ui.mdc/src/sap/ui/mdc/condition/FilterOperatorUtil.js @@ -389,17 +389,2...
[INTERNAL] FilterOperatorUtil.js : empty and nullable The empty operator for type string with nullable=true should create a filter with EQ "" or EQ null. BCP: <I> Change-Id: I3e7c<I>c<I>a8a<I>e2a<I>fe7e<I>b6f5f<I>bf
SAP_openui5
train
304138e84a9035ca7a575dfe7020eba9e656130c
diff --git a/lib/preflight/rules/no_transparency.rb b/lib/preflight/rules/no_transparency.rb index <HASH>..<HASH> 100644 --- a/lib/preflight/rules/no_transparency.rb +++ b/lib/preflight/rules/no_transparency.rb @@ -1,6 +1,6 @@ # coding: utf-8 -require 'yaml' +require 'forwardable' module Preflight module Rules...
update the NoTransparency rule to include co-ordinates on the Issue
yob_pdf-preflight
train
e15eda666a6ed3a58ddde0f5e20f795fefb43431
diff --git a/lib/chores/boss.rb b/lib/chores/boss.rb index <HASH>..<HASH> 100644 --- a/lib/chores/boss.rb +++ b/lib/chores/boss.rb @@ -57,6 +57,12 @@ module Chores end self.in_progress = remaining + + self.in_progress.each do |chore| + while chore.completed.any? + self.completed << ...
add ability to mark things completed that are not chores
emcien_parenting
train
da49ad95b3cf5098435409704e66282f3e1822cc
diff --git a/src/Cilex/Provider/ConfigServiceProvider.php b/src/Cilex/Provider/ConfigServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Cilex/Provider/ConfigServiceProvider.php +++ b/src/Cilex/Provider/ConfigServiceProvider.php @@ -20,7 +20,10 @@ class ConfigServiceProvider implements ServiceProviderInterface ...
Fixed "Only variables should be passed by reference" issue on the config provider
Cilex_Cilex
train
374cf68c7461f5a0689ea4d882b282bca23d6498
diff --git a/lib/project.js b/lib/project.js index <HASH>..<HASH> 100644 --- a/lib/project.js +++ b/lib/project.js @@ -27,7 +27,8 @@ var Project = function(prjDir) { this._docDir = this.mkdir(prjDir, "doc"); this._tmpDir = this.mkdir(prjDir, "tmp"); this._wwwDir = this.mkdir(prjDir, "www"); - Util.cle...
Don't clean all the www. Just www/js and www/css.
tolokoban_ToloFrameWork
train
bb984eedbaa80275041ea9d77b4208878b6444d0
diff --git a/cassandra/cqltypes.py b/cassandra/cqltypes.py index <HASH>..<HASH> 100644 --- a/cassandra/cqltypes.py +++ b/cassandra/cqltypes.py @@ -73,20 +73,6 @@ def trim_if_startswith(s, prefix): return s -def unix_time_from_uuid1(u): - msg = "'cassandra.cqltypes.unix_time_from_uuid1' has moved to 'cassand...
Remove deprecated cqltypes time/date functions Moved to util
datastax_python-driver
train
9b3607c56cd865de0d03c487ec632821fdcefdf5
diff --git a/salt/log.py b/salt/log.py index <HASH>..<HASH> 100644 --- a/salt/log.py +++ b/salt/log.py @@ -110,7 +110,7 @@ class Logging(LoggingLoggerClass): fmt = formatter._fmt.replace('%', '%%') match = MODNAME_PATTERN.search(fmt) - if match and int(match.group('dig...
Fix exception in log.py.
saltstack_salt
train
266e5be4b7aa19c8e764df64a9c5802aba6af6e9
diff --git a/src/helpers/FileHelper.php b/src/helpers/FileHelper.php index <HASH>..<HASH> 100644 --- a/src/helpers/FileHelper.php +++ b/src/helpers/FileHelper.php @@ -9,11 +9,14 @@ */ class FileHelper extends \yii\helpers\BaseFileHelper { - const MIME_DIR = 'directory'; - const MIME_PHP = 'text/x-php...
#<I> Added const mime-type
pulsarvp_vps-tools
train
fd7b648393b4d728b6e4c54c9c6ecf5b7a3d96c6
diff --git a/SimpleDOM/SimpleDOM.php b/SimpleDOM/SimpleDOM.php index <HASH>..<HASH> 100644 --- a/SimpleDOM/SimpleDOM.php +++ b/SimpleDOM/SimpleDOM.php @@ -302,8 +302,7 @@ namespace s9e\Toolkit\SimpleDOM throw new BadMethodCallException('remove() cannot be used to remove the root node'); } - $node = $tmp->p...
Moved some code around, no functional change intended
s9e_TextFormatter
train
cf0d4bdba8febf88a7b51ab099d2b1fd5ecd572d
diff --git a/lib/active_interaction/filters/boolean_filter.rb b/lib/active_interaction/filters/boolean_filter.rb index <HASH>..<HASH> 100644 --- a/lib/active_interaction/filters/boolean_filter.rb +++ b/lib/active_interaction/filters/boolean_filter.rb @@ -20,9 +20,9 @@ module ActiveInteraction class BooleanFilter < F...
Support casting "true" and "false" ... in a case-insensitive manner.
AaronLasseigne_active_interaction
train
6095c835ce109a2ec0c1f4de6b9d531aa55bd57a
diff --git a/docs-site/__tests__/pattern-lab.e2e.js b/docs-site/__tests__/pattern-lab.e2e.js index <HASH>..<HASH> 100644 --- a/docs-site/__tests__/pattern-lab.e2e.js +++ b/docs-site/__tests__/pattern-lab.e2e.js @@ -20,12 +20,19 @@ module.exports = { .url(`${testingUrl}/pattern-lab/?p=components-overview`) ...
refactor: update Nightwatch.js tests to use the component alias in the URL to find the right HTML page + open in a new window
bolt-design-system_bolt
train
8d167325e59bea6691ca98a0f92e4cc8365713de
diff --git a/servo-core/src/main/java/com/netflix/servo/publish/MonitorRegistryMetricPoller.java b/servo-core/src/main/java/com/netflix/servo/publish/MonitorRegistryMetricPoller.java index <HASH>..<HASH> 100644 --- a/servo-core/src/main/java/com/netflix/servo/publish/MonitorRegistryMetricPoller.java +++ b/servo-core/sr...
add time limiter to prevent a slow getValue on a monitor from impacting overall collection
Netflix_servo
train
779964eedb9d485494034ddb2ebb27a188757205
diff --git a/lib/periodic_calculations/query.rb b/lib/periodic_calculations/query.rb index <HASH>..<HASH> 100644 --- a/lib/periodic_calculations/query.rb +++ b/lib/periodic_calculations/query.rb @@ -33,6 +33,10 @@ module PeriodicCalculations end end + def to_sql + sanitized_sql + end + pri...
Add Query#to_sql method
polmiro_periodic_calculations
train
52e382588b5d9782439fbcca0ce1b205a574a74b
diff --git a/addon/components/basic-dropdown.js b/addon/components/basic-dropdown.js index <HASH>..<HASH> 100644 --- a/addon/components/basic-dropdown.js +++ b/addon/components/basic-dropdown.js @@ -148,7 +148,7 @@ export default Component.extend({ let calculatePosition = this.get(this.get('renderInPlace') ? 'ca...
call calculatePosition with context set to the component
cibernox_ember-basic-dropdown
train
90802db77acfda7af4813eb8b294c3dca9039a81
diff --git a/lib/sensu/api/process.rb b/lib/sensu/api/process.rb index <HASH>..<HASH> 100644 --- a/lib/sensu/api/process.rb +++ b/lib/sensu/api/process.rb @@ -346,10 +346,10 @@ module Sensu healthy << (info[:keepalives][:messages] <= max_messages) healthy << (info[:results][:messages] <= m...
if a health check fails, use exit status code <I> - precondition failed
sensu_sensu
train
9953959ef2f07bb1f84fef9b2e9418b16ac0d0f4
diff --git a/node-tests/fixtures/ember-cordova-mock/ember-cordova/hooks/hook-promise-rejected.js b/node-tests/fixtures/ember-cordova-mock/ember-cordova/hooks/hook-promise-rejected.js index <HASH>..<HASH> 100644 --- a/node-tests/fixtures/ember-cordova-mock/ember-cordova/hooks/hook-promise-rejected.js +++ b/node-tests/fi...
fix(run-hook-test): Chai promise expectations need to be returned This fixes the expectations in run-hook-test so they actually trigger. One test is now failing, but I think the expectation it lays out is incorrect.
isleofcode_ember-cordova
train
9b89c303cc36b2ce8202b62fa88c9d8b849c6e6c
diff --git a/transport-sctp/src/main/java/io/netty/channel/sctp/SctpMessage.java b/transport-sctp/src/main/java/io/netty/channel/sctp/SctpMessage.java index <HASH>..<HASH> 100644 --- a/transport-sctp/src/main/java/io/netty/channel/sctp/SctpMessage.java +++ b/transport-sctp/src/main/java/io/netty/channel/sctp/SctpMessag...
Return correct type on retain(..)
netty_netty
train
d143f76973d5368389e760c73ae0c61113cb1c6a
diff --git a/jquery/jquery.js b/jquery/jquery.js index <HASH>..<HASH> 100644 --- a/jquery/jquery.js +++ b/jquery/jquery.js @@ -355,13 +355,13 @@ $.getCSS = function(e,p) { if ( p == 'height' || p == 'width' ) { // Handle extra width/height provided by the W3C box model - var ph = !$.boxModel ? 0 : + var ph = (...
Changed border stuff to borderTopWidth (Ticket #9)
jquery_jquery
train
348d59a683d4e5a1730661022a20b9298d3718c1
diff --git a/joyent.py b/joyent.py index <HASH>..<HASH> 100755 --- a/joyent.py +++ b/joyent.py @@ -133,11 +133,14 @@ class Client: See https://github.com/joyent/python-manta """ - def __init__(self, sdc_url, account, key_id, + def __init__(self, sdc_url, account, key_id, manta_url, u...
Added simple listing of manta paths.
juju_juju
train
224b5fd33f5d738c97f3f16ad741bc80cb0793ed
diff --git a/public/js/kamba.js b/public/js/kamba.js index <HASH>..<HASH> 100644 --- a/public/js/kamba.js +++ b/public/js/kamba.js @@ -20,7 +20,11 @@ $(window).load(function () { $('#groups > tbody').sortable({ update: function (event, ui) { var data = $(this).sortable('serialize'); - ...
Reload page when groups sorting fails
kambalabs_KmbBase
train
cdc16e32981f33a65d401a2eadc250faa7716a8b
diff --git a/core/src/main/java/org/infinispan/eviction/ActivationManagerImpl.java b/core/src/main/java/org/infinispan/eviction/ActivationManagerImpl.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/infinispan/eviction/ActivationManagerImpl.java +++ b/core/src/main/java/org/infinispan/eviction/ActivationMa...
ISPN-<I> Remove a useless method from ActivationManagerImpl which also happens to break the build
infinispan_infinispan
train
c1618c6e17d8bea8c3099c20800f7691038d4f77
diff --git a/python_modules/libraries/dagster-k8s/dagster_k8s_tests/helm.py b/python_modules/libraries/dagster-k8s/dagster_k8s_tests/helm.py index <HASH>..<HASH> 100644 --- a/python_modules/libraries/dagster-k8s/dagster_k8s_tests/helm.py +++ b/python_modules/libraries/dagster-k8s/dagster_k8s_tests/helm.py @@ -1,7 +1,6 ...
Print stderr/stdout for helm install and kind create cluster Test Plan: bk Reviewers: nate Reviewed By: nate Differential Revision: <URL>
dagster-io_dagster
train
cd8ef8b60aea3220d25c816ce4fdea0daf998edc
diff --git a/cmd/juju/cloud/list_test.go b/cmd/juju/cloud/list_test.go index <HASH>..<HASH> 100644 --- a/cmd/juju/cloud/list_test.go +++ b/cmd/juju/cloud/list_test.go @@ -76,7 +76,7 @@ func (s *listSuite) TestListJSON(c *gc.C) { c.Assert(out, gc.Matches, `.*{"aws":{"defined":"public","type":"ec2","auth-types":\["acce...
Move a test method into the correct suite.
juju_juju
train
04682ffedd9494a1c347fdaa6cdcfa23457577e5
diff --git a/plugins/LanguagesManager/Commands/FetchTranslations.php b/plugins/LanguagesManager/Commands/FetchTranslations.php index <HASH>..<HASH> 100644 --- a/plugins/LanguagesManager/Commands/FetchTranslations.php +++ b/plugins/LanguagesManager/Commands/FetchTranslations.php @@ -62,17 +62,6 @@ class FetchTranslation...
Fix fetching translations if user is not able to fetch available languages
matomo-org_matomo
train
7e1cda19c4ab5f92111b91ac941db4907d26a4d2
diff --git a/LegacyMapper/Configuration.php b/LegacyMapper/Configuration.php index <HASH>..<HASH> 100644 --- a/LegacyMapper/Configuration.php +++ b/LegacyMapper/Configuration.php @@ -102,7 +102,7 @@ class Configuration implements EventSubscriberInterface foreach ( $aliasSettings['filters'] as $filter ) ...
EZP-<I>: Fixed wrong configuration translation to legacy kernel image alias
ezsystems_LegacyBridge
train
66f78133a97b6e215e959ea8cc5ef502bf5ee636
diff --git a/lib/resque/worker.rb b/lib/resque/worker.rb index <HASH>..<HASH> 100644 --- a/lib/resque/worker.rb +++ b/lib/resque/worker.rb @@ -312,8 +312,6 @@ module Resque # Unregisters ourself as a worker. Useful when shutting down. def unregister_worker - done_working - redis.srem(:workers, s...
Worker#unregister_worker shouldn't call done_working unregister_worker faulty increments Stat[:processed] by calling done_working
resque_resque
train
5f4e4cd9bbe277d6b8ab40b4ba7ff06ffec0dec9
diff --git a/lib/erubis/engine.rb b/lib/erubis/engine.rb index <HASH>..<HASH> 100644 --- a/lib/erubis/engine.rb +++ b/lib/erubis/engine.rb @@ -48,7 +48,8 @@ module Erubis def self.load_file(filename, properties={}) cachename = properties[:cachename] || (filename + '.cache') properties[:filename] = fi...
[change] 'Erubis::Engine.load_file()' to set cache timestamp to be the same value as original file
kwatch_erubis
train
ea2318e0102d80ff9ca0be937a7b93e3673634ad
diff --git a/testing.js b/testing.js index <HASH>..<HASH> 100644 --- a/testing.js +++ b/testing.js @@ -525,7 +525,11 @@ var createMockAuthServer = function(options) { app.use('/v1', router); // Create server - return app.createServer(); + return app.createServer().then(function(server) { + // Tim...
Added timeout to avoid test hangs with http.agent
taskcluster_taskcluster-base
train
83d39538941fa45b8e28cc8129d93925f2780722
diff --git a/user/config-sample.php b/user/config-sample.php index <HASH>..<HASH> 100644 --- a/user/config-sample.php +++ b/user/config-sample.php @@ -30,7 +30,7 @@ define( 'YOURLS_DB_PREFIX', 'yourls_' ); ** Site options */ -/** YOURLS installation URL -- all lowercase and with no trailing slash. +/** YOURLS ins...
More explicitnessly explicitness See #<I>
YOURLS_YOURLS
train
8261bfb50f42bf8111538251988c2f5cb9c6156d
diff --git a/lib/github_api/repos/hooks.rb b/lib/github_api/repos/hooks.rb index <HASH>..<HASH> 100644 --- a/lib/github_api/repos/hooks.rb +++ b/lib/github_api/repos/hooks.rb @@ -59,9 +59,9 @@ module Github # github.repos.hooks.get 'user-name', 'repo-name', 'hook-id' # def get(*args) - arguments(ar...
Convert hook_id to id.
piotrmurach_github
train
3b9903b1bd3824f77b772687bd5875b5eef28e66
diff --git a/galpy/potential_src/EllipticalDiskPotential.py b/galpy/potential_src/EllipticalDiskPotential.py index <HASH>..<HASH> 100644 --- a/galpy/potential_src/EllipticalDiskPotential.py +++ b/galpy/potential_src/EllipticalDiskPotential.py @@ -48,7 +48,7 @@ class EllipticalDiskPotential(planarPotential): ...
EllipticalDiskPotential now has a C implementation
jobovy_galpy
train
725c411346e04dcc72934329345ef5607f912608
diff --git a/raft/doc.go b/raft/doc.go index <HASH>..<HASH> 100644 --- a/raft/doc.go +++ b/raft/doc.go @@ -35,7 +35,8 @@ previously-persisted entries with Index >= i must be discarded. 2. Send all Messages to the nodes named in the To field. It is important that no messages be sent until after the latest HardState ha...
Add ReportUnreachable and ReportSnapshot to MultiNode. Add ReportSnapshot requirement to doc.go.
etcd-io_etcd
train
688331477609e2baa2d0a3403709cc91d2c0911e
diff --git a/test/pgslice_test.rb b/test/pgslice_test.rb index <HASH>..<HASH> 100644 --- a/test/pgslice_test.rb +++ b/test/pgslice_test.rb @@ -183,11 +183,11 @@ class PgSliceTest < Minitest::Test stdout, stderr = capture_io do PgSlice::CLI.start("#{command} --url #{$url}".split(" ")) end - assert_eq...
Improved debugging with VERBOSE option [skip ci]
ankane_pgslice
train
b86ab0904e3a04fb64e3596f22c3ae3c4cf395f9
diff --git a/ryu/services/protocols/bgp/peer.py b/ryu/services/protocols/bgp/peer.py index <HASH>..<HASH> 100644 --- a/ryu/services/protocols/bgp/peer.py +++ b/ryu/services/protocols/bgp/peer.py @@ -1466,8 +1466,10 @@ class Peer(Source, Sink, NeighborConfListener, Activity): received_route = ReceivedRout...
bgp: don't hold withdrawn routes in adj_rib_in
osrg_ryu
train
168bc2b5113648fd481e94378bae3dae3599982a
diff --git a/src/openaccess_epub/main.py b/src/openaccess_epub/main.py index <HASH>..<HASH> 100755 --- a/src/openaccess_epub/main.py +++ b/src/openaccess_epub/main.py @@ -50,9 +50,15 @@ def OAEParser(): parser.add_argument('-c', '--clean', action='store_true', default=False, help='''Use to...
making some adjustments to the argument parser to enable toggling of dtd validation
SavinaRoja_OpenAccess_EPUB
train
f67c68fbfae9b7960fb400c46a51d77c19d523a6
diff --git a/src/Controller.php b/src/Controller.php index <HASH>..<HASH> 100644 --- a/src/Controller.php +++ b/src/Controller.php @@ -8,6 +8,7 @@ use SilverStripe\Control\Controller as BaseController; use SilverStripe\Control\Director; use SilverStripe\Control\HTTPRequest; use SilverStripe\Control\HTTPResponse; +us...
Add dummy request (#<I>) * Add dummy request Fixes #<I> * Implement feedback from robbieaverill * Fix failing CI build * Move use statement to proper location
silverstripe_silverstripe-graphql
train
9ed31320998c99622832e2ea35fb7c330cc9beda
diff --git a/lib/cache.js b/lib/cache.js index <HASH>..<HASH> 100644 --- a/lib/cache.js +++ b/lib/cache.js @@ -7,34 +7,58 @@ // Expires: Thu, 01 Dec 1994 16:00:00 GMT // Server: CERN/3.0 libwww/2.17 -module.exports=function(req,res,next){ - // cache files whose names begin with 'static' - if(req.url.match(/\/sta...
lib/cache.js : cache is now configurable via some nifty tricks
ansuz_unmon
train
5e7ec04d63c22f3148667fb7daffa9fd757081d3
diff --git a/app/controllers/devise/g5_sessions_controller.rb b/app/controllers/devise/g5_sessions_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/devise/g5_sessions_controller.rb +++ b/app/controllers/devise/g5_sessions_controller.rb @@ -1,4 +1,7 @@ module Devise - class G5SessionsController < Devise...
Auth passthru for entry point into OmniAuth
G5_devise_g5_authenticatable
train
5028978e32e775ec5578ff5d2ed7a982f742ff77
diff --git a/Slim/Routing/RouteCollector.php b/Slim/Routing/RouteCollector.php index <HASH>..<HASH> 100644 --- a/Slim/Routing/RouteCollector.php +++ b/Slim/Routing/RouteCollector.php @@ -34,65 +34,44 @@ use function is_writable; */ class RouteCollector implements RouteCollectorInterface { - /** - * @var Rout...
Adding types to RouteCollector
slimphp_Slim
train
c4c7cf2c54f19f96690b2f996f1b30fe9bf6cdab
diff --git a/source/org/jasig/portal/layout/AggregatedLayoutManager.java b/source/org/jasig/portal/layout/AggregatedLayoutManager.java index <HASH>..<HASH> 100644 --- a/source/org/jasig/portal/layout/AggregatedLayoutManager.java +++ b/source/org/jasig/portal/layout/AggregatedLayoutManager.java @@ -1279,6 +1279,10 @@ pu...
Prevented the situation when a node could be moved to itself git-svn-id: <URL>
Jasig_uPortal
train
d1b23dcd365be30cd2f19b15da125002f49a8e40
diff --git a/coconut/root.py b/coconut/root.py index <HASH>..<HASH> 100644 --- a/coconut/root.py +++ b/coconut/root.py @@ -30,7 +30,7 @@ except ImportError: # CONSTANTS: #---------------------------------------------------------------------------------------------------------------------------------------------------...
Updates to version <I>
evhub_coconut
train
2ce17df12e5b55dc0a90a02b6b3fc7d5e6679f59
diff --git a/master/buildbot/test/unit/steps/test_python.py b/master/buildbot/test/unit/steps/test_python.py index <HASH>..<HASH> 100644 --- a/master/buildbot/test/unit/steps/test_python.py +++ b/master/buildbot/test/unit/steps/test_python.py @@ -167,7 +167,7 @@ class PyLint(steps.BuildStepMixin, TestReactorMixin, unit...
test: Rename BuildStepMixin.expectTestResults() to snake case
buildbot_buildbot
train
2de70b422eb2141f864ae0388aa79b74f2786d08
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name='graphene-sqlalchemy', - version='1.1.0', + version='1.1.1', description='Graphene SQLAlchemy integration', long_description=open('...
Updated version to <I>
graphql-python_graphene-sqlalchemy
train
d74669e2ab454886ae9958add5354374e8d0c207
diff --git a/tests/utils/mock_server.py b/tests/utils/mock_server.py index <HASH>..<HASH> 100644 --- a/tests/utils/mock_server.py +++ b/tests/utils/mock_server.py @@ -30,7 +30,7 @@ def default_ctx(): "files": {}, "k8s": False, "resume": False, - "file_bytes": 0, + "file_bytes": ...
[CLI-<I>-Tests-2]: Deflaking the new policy test (#<I>)
wandb_client
train
4460e2865dabb1d11950c04b5a4c9b79a12301e1
diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index <HASH>..<HASH> 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -623,6 +623,7 @@ server_encryption_options: # algorithm: SunX509 # store_type: JKS # cipher_suites: [TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA] + # ...
Add support for SSL sockets to use client certificate authentication. patch by Steven Franklin and Vijay for CASSANDRA-<I>
Stratio_stratio-cassandra
train
4332ed0e5c43214f1368f96f4c7fc32e3a9a8c23
diff --git a/webapps/webapp/src/test/js/e2e/admin/specs/authorizations-spec.js b/webapps/webapp/src/test/js/e2e/admin/specs/authorizations-spec.js index <HASH>..<HASH> 100644 --- a/webapps/webapp/src/test/js/e2e/admin/specs/authorizations-spec.js +++ b/webapps/webapp/src/test/js/e2e/admin/specs/authorizations-spec.js @...
chore(tests): change order of auth update tests related to CAM-<I>
camunda_camunda-bpm-platform
train
77e2e523c88915ffd845e44bb5c5f4c59d948122
diff --git a/source/Core/Email.php b/source/Core/Email.php index <HASH>..<HASH> 100644 --- a/source/Core/Email.php +++ b/source/Core/Email.php @@ -1057,7 +1057,7 @@ class Email extends \PHPMailer $store['INCLUDE_ANY'] = $smarty->security_settings['INCLUDE_ANY']; //V send email in order language ...
The tpl language is accidently used for saving the base language... ...which causes some broken view sql queries later.
OXID-eSales_oxideshop_ce
train
ea5f90b6bc358ab325ef43e28d597b9d296883ac
diff --git a/lib/dimples/configuration.rb b/lib/dimples/configuration.rb index <HASH>..<HASH> 100644 --- a/lib/dimples/configuration.rb +++ b/lib/dimples/configuration.rb @@ -18,7 +18,7 @@ module Dimples def self.default_paths { - output: 'site', + output: 'public', archives: 'archi...
Use static/ for assets and public/ for the published site
waferbaby_dimples
train
633360ead4bb58cd66ab128e8df29d12f36f63fc
diff --git a/index.php b/index.php index <HASH>..<HASH> 100644 --- a/index.php +++ b/index.php @@ -3,10 +3,10 @@ * A class that handles the detection and conversion of certain resource formats / content types into other formats. * The current formats are supported: XML, JSON, Array, Object, Serialized * - * @auth...
Preparing for <I>.
milesj_type-converter
train
a7e83ec8d6a09e1c560b3375ca672c73f6c7a01e
diff --git a/core/src/main/java/hudson/node_monitors/ResponseTimeMonitor.java b/core/src/main/java/hudson/node_monitors/ResponseTimeMonitor.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/node_monitors/ResponseTimeMonitor.java +++ b/core/src/main/java/hudson/node_monitors/ResponseTimeMonitor.java @@ -1...
Use System.currentTimeMillis() instead of System.nanoTime() to protect against incorrect values if times are ever compared between different JVM nodes
jenkinsci_jenkins
train
808e12ab28d8394e5a2f99d5cb14ee37a1bcc93e
diff --git a/lib/cocaine/cocaine.rb b/lib/cocaine/cocaine.rb index <HASH>..<HASH> 100644 --- a/lib/cocaine/cocaine.rb +++ b/lib/cocaine/cocaine.rb @@ -7,7 +7,8 @@ require 'celluloid' require 'celluloid/io' module Cocaine - # For dynamic method creation. [Detail]. + # [Detail] + # For dynamic method creation. ...
[Code Style] Documentation style.
cocaine_cocaine-framework-ruby
train
1d9d71c687a92274909802db8330317ec4509246
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( author = "Olof Kindgren", author_email = "olof.kindgren@gmail.com", description = ("Edalize is a library for interfacing EDA tools, primarily for FPGA development"), - license = "", + ...
Add license in setup.py Currently setup.py doesn't populate the "license" field, which causes `pip3 show edalize` to display this: ``` $ pip3 show edalize Name: edalize Version: <I> Summary: Edalize is a library for interfacing EDA tools, primarily for FPGA development Home-page: <URL>
olofk_edalize
train
d9f75a69585413b8c8cb177162ae15a58cde1aa2
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -258,6 +258,9 @@ function enableInlineVideo(video, hasAudio, onlyWhitelisted) { if (!hasAudio && video.autoplay) { video.play(); } + if (navigator.platform === 'MacIntel' || navigator.platform === 'Windows') { + consol...
Added note about incompatibility with emulated envs (Chrome)
bfred-it_iphone-inline-video
train
1384220d9e52a407c8ab931e0dbdbdacf39591c0
diff --git a/app/Blueprint/ResourceLimit/EventListener/MainServiceBuiltListener.php b/app/Blueprint/ResourceLimit/EventListener/MainServiceBuiltListener.php index <HASH>..<HASH> 100644 --- a/app/Blueprint/ResourceLimit/EventListener/MainServiceBuiltListener.php +++ b/app/Blueprint/ResourceLimit/EventListener/MainServic...
apply resource limits to sidekicks
ipunkt_rancherize
train
86883090a8321a2ca4493e989df61bd45812996d
diff --git a/app/Subscribers/CommandSubscriber.php b/app/Subscribers/CommandSubscriber.php index <HASH>..<HASH> 100644 --- a/app/Subscribers/CommandSubscriber.php +++ b/app/Subscribers/CommandSubscriber.php @@ -84,7 +84,7 @@ class CommandSubscriber event(new SystemWasInstalledEvent()); - $command->s...
Use the info method, success doesn't exist
CachetHQ_Cachet
train
4bca19d547c82b77e63bab124788b988aeab5ec7
diff --git a/examples/CollectTest.php b/examples/CollectTest.php index <HASH>..<HASH> 100644 --- a/examples/CollectTest.php +++ b/examples/CollectTest.php @@ -20,7 +20,10 @@ class IntegerTest extends PHPUnit_Framework_TestCase public function testGeneratedDataCollectionOnMoreComplexDataStructures() { ...
Default collection function only cares about the first value
giorgiosironi_eris
train
073f5575c01e151de0d7ce7633973cdaca26a224
diff --git a/server/webapp/WEB-INF/rails.new/webpack/rails-shared/plugin-endpoint-request-handler.js b/server/webapp/WEB-INF/rails.new/webpack/rails-shared/plugin-endpoint-request-handler.js index <HASH>..<HASH> 100644 --- a/server/webapp/WEB-INF/rails.new/webpack/rails-shared/plugin-endpoint-request-handler.js +++ b/s...
Add a handler to allow analytics plugins to open external links in new windows.
gocd_gocd
train
de2047e7a985d6ed3d87bebf01deb480ab333ef5
diff --git a/mod/forum/index.php b/mod/forum/index.php index <HASH>..<HASH> 100644 --- a/mod/forum/index.php +++ b/mod/forum/index.php @@ -132,7 +132,7 @@ } if (!forum_is_forcesubscribed($forum)) { $subscribed = forum_is_subscribed($USER->id, $forum); - if ($sub...
Forum/MDL-<I>: Prevent users from subscribing or getting subscribed to forums where subscriptions are not allowed. (merge)
moodle_moodle
train
68945d8d4497fdcfe86888d938ed8dd782adea84
diff --git a/override/endpoint.js b/override/endpoint.js index <HASH>..<HASH> 100644 --- a/override/endpoint.js +++ b/override/endpoint.js @@ -27,26 +27,22 @@ class Endpoint { /** * Publish Data for a specific endpoint */ - publish (data, endpoint = this.url) { - const id = `publish-${this.url}-${process...
fix: Fix small memory leak in endpoint class
cubic-js_cubic
train
856ad6cee9fc261eda30942e638b77b450334023
diff --git a/lib/geocoder/cli.rb b/lib/geocoder/cli.rb index <HASH>..<HASH> 100644 --- a/lib/geocoder/cli.rb +++ b/lib/geocoder/cli.rb @@ -75,8 +75,18 @@ module Geocoder end if (result = Geocoder.search(query).first) - out << result.coordinates.join(',') + "\n" - out << result.address + "\...
Change CLI output format. Show all globally-supported attributes in a table.
alexreisner_geocoder
train
eaefb7264940d00258de90246e733299d80df36c
diff --git a/src/blockchainConnectors.js b/src/blockchainConnectors.js index <HASH>..<HASH> 100644 --- a/src/blockchainConnectors.js +++ b/src/blockchainConnectors.js @@ -1,27 +1,10 @@ -import debug from 'debug'; -import { getEtherScanFetcher } from './explorers/ethereum'; -import { getBlockcypherFetcher, getChainSoFet...
refactor(connector): connector solely doing connector work
blockchain-certificates_cert-verifier-js
train