hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
066ed77c49a15ff35e8c8bcb74b4e6777a048274
diff --git a/lib/api-client/resources/history.js b/lib/api-client/resources/history.js index <HASH>..<HASH> 100644 --- a/lib/api-client/resources/history.js +++ b/lib/api-client/resources/history.js @@ -824,6 +824,63 @@ History.drdStatistics = function(id, params, done) { }); }; +/** + * Query for the number of h...
feat(sdk): add cleanupConfiguration, cleanupJob, stacktrace to Client resources Related to CAM-<I>
camunda_camunda-bpm-sdk-js
train
d5653c6968e9e13c8d59d00af0cccde263daaee1
diff --git a/mod/quiz/module.js b/mod/quiz/module.js index <HASH>..<HASH> 100644 --- a/mod/quiz/module.js +++ b/mod/quiz/module.js @@ -254,7 +254,7 @@ M.mod_quiz.secure_window = { if (n === null) { return false; } - return M.mod_quiz.is_content_editable(n); + return M.mod_qu...
MDL-<I> mod_quiz: Correct path when checking content_editable Addresses a number of issues when using the text editor in a quiz using secure mode.
moodle_moodle
train
7f27f2620a0385fd02e2063d4f5423534357e9b9
diff --git a/src/Adapters/FHIRPatientAdapter.php b/src/Adapters/FHIRPatientAdapter.php index <HASH>..<HASH> 100644 --- a/src/Adapters/FHIRPatientAdapter.php +++ b/src/Adapters/FHIRPatientAdapter.php @@ -123,11 +123,12 @@ class FHIRPatientAdapter extends AbstractFHIRAdapter implements BaseAdapterInter $emrId = ...
fixed mapping of provider ids on all resources
LibreHealthIO_lh-ehr-fhir-api
train
e78d1b692c46464bfa1bdf299fc287b45431625d
diff --git a/render/render.js b/render/render.js index <HASH>..<HASH> 100644 --- a/render/render.js +++ b/render/render.js @@ -558,7 +558,7 @@ module.exports = function($window) { function updateEvent(vnode, key, value) { var element = vnode.dom var callback = typeof onevent !== "function" ? value : function(e)...
Support vnode event callbacks
MithrilJS_mithril.js
train
abeb7f4d4db208a79b80135af8670162792fc6e5
diff --git a/src/main/java/com/qubole/qds/sdk/java/client/ResultLatch.java b/src/main/java/com/qubole/qds/sdk/java/client/ResultLatch.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/qubole/qds/sdk/java/client/ResultLatch.java +++ b/src/main/java/com/qubole/qds/sdk/java/client/ResultLatch.java @@ -36,7 +36,7 @@...
chg: usr: Change the default polling interval. <I>ms is too low. <I> seconds seem reasonable. For comparison, qds-sdk-py has set the default to 5s.
qubole_qds-sdk-java
train
d23b67737b14474e6e6f6c1b7e6accb98403c108
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -506,7 +506,7 @@ var _ = require('lodash'), }, function (error, result, code) { /*jshint unused:false*/ if (error) { - grunt.fail.f...
output stderror instead of stdout to show detailed errors when spawnCasperJS fails
TryGhost_Ghost
train
ab2396630fa2a36884abc61a4e6b14c7b0282d57
diff --git a/django_libs/decorators.py b/django_libs/decorators.py index <HASH>..<HASH> 100644 --- a/django_libs/decorators.py +++ b/django_libs/decorators.py @@ -53,7 +53,7 @@ def lockfile(lockfile_name, lock_wait_timeout=-1): def get_username(identifier): """Checks if a string is a email adress or not.""" - ...
Fix deprecation warnings due to invalid escape sequences.
bitlabstudio_django-libs
train
dec8941e5973fb0ef462f61c063e8edc3e307e77
diff --git a/chess/__init__.py b/chess/__init__.py index <HASH>..<HASH> 100644 --- a/chess/__init__.py +++ b/chess/__init__.py @@ -1318,9 +1318,13 @@ class Board(BaseBoard): if not self.ep_square or not BB_SQUARES[self.ep_square] & to_mask: return + if BB_SQUARES[self.ep_square] & self.oc...
Do some ep square validation on move generation
niklasf_python-chess
train
8447845767e6ef02757ad0a5c62c2024829d3722
diff --git a/lib/xray/engine.rb b/lib/xray/engine.rb index <HASH>..<HASH> 100644 --- a/lib/xray/engine.rb +++ b/lib/xray/engine.rb @@ -11,7 +11,7 @@ module Xray app.middleware.use Xray::Middleware # Required by Rails 4.1 - app.config.assets.precompile += %w(xray.js xray.css) + app.config.asset...
Add xray-backbone to precompile list This ensures that the xray-backbone.js file can be served by the default asset pipeline settings in Rails <I>+.
brentd_xray-rails
train
850bd09fba411500b33e77bc809c3c675a3a6ad2
diff --git a/lenstronomy/LensModel/Profiles/epl_numba.py b/lenstronomy/LensModel/Profiles/epl_numba.py index <HASH>..<HASH> 100644 --- a/lenstronomy/LensModel/Profiles/epl_numba.py +++ b/lenstronomy/LensModel/Profiles/epl_numba.py @@ -60,8 +60,7 @@ class EPL_numba(LensProfileBase): """ z, b, t, q, ang...
Readded the test for regularization and fixed the behaviour at t=2 (so many edge cases...)
sibirrer_lenstronomy
train
da1867ec834d8c443fe9bbe4af7b7b49be0fb6f2
diff --git a/large_output_test.py b/large_output_test.py index <HASH>..<HASH> 100644 --- a/large_output_test.py +++ b/large_output_test.py @@ -9,20 +9,20 @@ new_file = '/vagrant/results/large_output_{0}.txt'.format(platform.python_versio with open(new_file, 'wb') as _file: - _file.writelines("GETSENTENCE()\n") ...
Added .encode('utf-8') when writing out to a file.
Morrolan_surrealism
train
dc6091222abac4581c9042a28cdb5a4a763cd42d
diff --git a/lib/osc_machete_rails/statusable.rb b/lib/osc_machete_rails/statusable.rb index <HASH>..<HASH> 100644 --- a/lib/osc_machete_rails/statusable.rb +++ b/lib/osc_machete_rails/statusable.rb @@ -49,6 +49,10 @@ module OscMacheteRails end end end + rescue StandardError => e + ms...
catch exception so precompiling assets works when including Statusable, we try to connect to a database to determine if the table and column exists for job_cache if exception thrown when including OscMacheteRails::Statusable, catch and output the error to STDERR and a human friendly message to ignore if you are preco...
OSC_osc_machete_rails
train
d8f6792ec21d05898bd580e751c5989994b8100b
diff --git a/hepdata_validator/data_file_validator.py b/hepdata_validator/data_file_validator.py index <HASH>..<HASH> 100644 --- a/hepdata_validator/data_file_validator.py +++ b/hepdata_validator/data_file_validator.py @@ -137,6 +137,12 @@ class DataFileValidator(Validator): message=ve.message + ' in '...
Catch UnsupportedDataSchemaException for propagation to web interface * Allows message to be shown to uploader instead of generic <I> error.
HEPData_hepdata-validator
train
332055678487da8f47ab153804a4a6ea6ed8d373
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -27,7 +27,9 @@ exports.register = function (server, options, next) { log.info("Registering the socket plugin", server.select('api').listener); - var io = SocketIO(server.select('api').listener); + // Check for n...
Check for new api + admin connections and fallback to server directly
Covistra_hapi-plugin-covistra-socket
train
35f2dece71d408af7c63d9bc68a9aa98d72cb310
diff --git a/frog/static/j/libs/frog.ui.js b/frog/static/j/libs/frog.ui.js index <HASH>..<HASH> 100644 --- a/frog/static/j/libs/frog.ui.js +++ b/frog/static/j/libs/frog.ui.js @@ -176,7 +176,7 @@ Frog.UI = (function(Frog) { }); } } - ...
Fixed bug with main gallery and new getUser return. Added video.js
theiviaxx_Frog
train
9ef161763231ae60a83007f03b2cb703b55653e7
diff --git a/docs/changelog.rst b/docs/changelog.rst index <HASH>..<HASH> 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +0.1.32 +------ + * Bugfix: Setting correct working directory during conf.py import + * Bugfix: Better config handling, if Sphinx builds gets ca...
version <I>: bugfixes for mutlti sphinx runs
useblocks_sphinxcontrib-needs
train
af5c4d0fbf5aae027916f90530f52a73cca96a08
diff --git a/languagetool-dev/src/main/java/org/languagetool/dev/bigdata/AutomaticConfusionRuleEvaluator.java b/languagetool-dev/src/main/java/org/languagetool/dev/bigdata/AutomaticConfusionRuleEvaluator.java index <HASH>..<HASH> 100644 --- a/languagetool-dev/src/main/java/org/languagetool/dev/bigdata/AutomaticConfusio...
sort evalation sentences randomly - note that this might change evaluation results when used on an index with the sort field, as until now, shorter documents have been preferred, leading to using more colloquial input
languagetool-org_languagetool
train
eaf5e755228d490d4a362f493d5e8cc93460336e
diff --git a/resources/views/table.blade.php b/resources/views/table.blade.php index <HASH>..<HASH> 100644 --- a/resources/views/table.blade.php +++ b/resources/views/table.blade.php @@ -48,7 +48,7 @@ </tbody> </table> -@if(class_basename(get_class($rows)) == 'LengthAwarePaginator') +@if(is_object($rows) && class_...
Render standard queries properly in more use cases
gbrock_laravel-table
train
b8cffac7bf2c0c3e95f6a22e307f03b2d3de7ab6
diff --git a/spyder/plugins/editor/plugin.py b/spyder/plugins/editor/plugin.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/editor/plugin.py +++ b/spyder/plugins/editor/plugin.py @@ -281,12 +281,16 @@ class Editor(SpyderPluginWidget): self.main.completions.register_file( language.lower(), fil...
Editor: Start completion services for files without a language server
spyder-ide_spyder
train
2c59455067703553d029c9d7fd7e3c6eff1a3c31
diff --git a/test/extended/util/disruption/controlplane/controlplane.go b/test/extended/util/disruption/controlplane/controlplane.go index <HASH>..<HASH> 100644 --- a/test/extended/util/disruption/controlplane/controlplane.go +++ b/test/extended/util/disruption/controlplane/controlplane.go @@ -55,7 +55,7 @@ func (t *Av...
test: Allow more control plane disruption for multi upgrade releases When running sequential updates, the control plane appears to take more disruption than can be currently tolerated. Bump the limit for now until we identify the root cause of the disruption.
openshift_origin
train
026c69036281e487def0c602360f5079f4830c79
diff --git a/src/org/parosproxy/paros/core/proxy/ProxyThread.java b/src/org/parosproxy/paros/core/proxy/ProxyThread.java index <HASH>..<HASH> 100644 --- a/src/org/parosproxy/paros/core/proxy/ProxyThread.java +++ b/src/org/parosproxy/paros/core/proxy/ProxyThread.java @@ -42,6 +42,8 @@ // ZAP: 2014/03/06 Issue 1063: Add...
Fixed an issue with ProxyThread that happened when the proxy was set to listen on any address in which case the requests to the proxy itself were not correctly detected.
zaproxy_zaproxy
train
cd52d2c691be0dd11e3a1104dc6eac3b3173d792
diff --git a/ports/esp32/modules/neopixel.py b/ports/esp32/modules/neopixel.py index <HASH>..<HASH> 100644 --- a/ports/esp32/modules/neopixel.py +++ b/ports/esp32/modules/neopixel.py @@ -7,7 +7,7 @@ from esp import neopixel_write class NeoPixel: ORDER = (1, 0, 2, 3) - def __init__(self, pin, n, bpp=3, ti...
esp<I>/modules/neopixel.py: Change NeoPixel to different default timings. In order to suit the more common <I>KHz by default (instead of <I>KHz), and also have the same behaviour as the esp<I> port. Resolves #<I>. Note! This is a breaking change. Anyone that has previously used the NeoPixel class on an ESP<I> board ...
micropython_micropython
train
08b49a3475de6d7bc983a81a71cca829a3896fb4
diff --git a/ghost/members-api/lib/repositories/member.js b/ghost/members-api/lib/repositories/member.js index <HASH>..<HASH> 100644 --- a/ghost/members-api/lib/repositories/member.js +++ b/ghost/members-api/lib/repositories/member.js @@ -1335,8 +1335,10 @@ module.exports = class MemberRepository { * * @par...
Updated method signatures and added JSDocs refs <URL>
TryGhost_Ghost
train
25c0bf61d616e29e6813258c3f9803585d25b8cf
diff --git a/marshmallow/fields.py b/marshmallow/fields.py index <HASH>..<HASH> 100755 --- a/marshmallow/fields.py +++ b/marshmallow/fields.py @@ -401,7 +401,7 @@ class Nested(Field): self.only = only self.exclude = exclude self.many = kwargs.get('many', False) - self.unknown = kwargs....
If fields.Nested.unknown is undefined, it should fallback to nested schema defaults instead of raise
marshmallow-code_marshmallow
train
d4b9003b87361b2b7bcad3bd228a6ae95f985ade
diff --git a/components/prism-crystal.js b/components/prism-crystal.js index <HASH>..<HASH> 100644 --- a/components/prism-crystal.js +++ b/components/prism-crystal.js @@ -8,7 +8,7 @@ } ], - number: /\b(?:0b[01_]*[01]|0o[0-7_]*[0-7]|0x[0-9a-fA-F_]*[0-9a-fA-F]|(?:\d(?:[0-9_]*\d)?)(?:\.[0-9_]*\d)?(?:[eE][+-]?[0-...
Crystal: Remove trailing comma
PrismJS_prism
train
4b1c60478a022e67f5bdc592df7d94c89b1675d4
diff --git a/src/Domains/Resource/Field/FieldFactory.php b/src/Domains/Resource/Field/FieldFactory.php index <HASH>..<HASH> 100644 --- a/src/Domains/Resource/Field/FieldFactory.php +++ b/src/Domains/Resource/Field/FieldFactory.php @@ -19,7 +19,11 @@ class FieldFactory protected $flags = ['searchable', 'unique', ...
Add phpDoc for union types
superv_platform
train
4fe1b50aa2a5ae76641dec709bff1d24ce5662fb
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -63,10 +63,20 @@ function read(filepath, options) { return fs.readdirSync(filepath).map(function locate(file) { file = path.resolve(filepath, file); + var stat = fs.statSync(file); + + if (stat.isDirectory() &&...
[minor] Also read out directories
bigpipe_fabricator
train
c6e2086798005a3f4024ef3493f7dcf26575fa8c
diff --git a/tests/Query/JoinCondition2TestCase.php b/tests/Query/JoinCondition2TestCase.php index <HASH>..<HASH> 100755 --- a/tests/Query/JoinCondition2TestCase.php +++ b/tests/Query/JoinCondition2TestCase.php @@ -60,45 +60,15 @@ class Doctrine_Query_JoinCondition2_TestCase extends Doctrine_UnitTestCase $zYne...
more small refactorings of the new joincondition tests.
doctrine_orm
train
bbed00d1051d8b0c4e83a2190823743e1fb32442
diff --git a/contrib/externs/angular-1.4-mocks.js b/contrib/externs/angular-1.4-mocks.js index <HASH>..<HASH> 100644 --- a/contrib/externs/angular-1.4-mocks.js +++ b/contrib/externs/angular-1.4-mocks.js @@ -59,6 +59,10 @@ angular.mock.$httpBackend.RequestHandler.prototype.respond = function( opt_statusText) {}; ...
Add angular mock passThrough extern $httpBackend.RequestHandler.passThrough is available in angular mock <I> but never made it to this extern file for some reason. This commit takes care of that. Refer to <URL>
google_closure-compiler
train
ab9b0aea4ab29779b2b30c60842c4afa2ee8f392
diff --git a/main/core/API/Serializer/User/UserSerializer.php b/main/core/API/Serializer/User/UserSerializer.php index <HASH>..<HASH> 100644 --- a/main/core/API/Serializer/User/UserSerializer.php +++ b/main/core/API/Serializer/User/UserSerializer.php @@ -466,6 +466,7 @@ class UserSerializer extends GenericSerializer ...
[CoreBundle] allows to set user uuid through api
claroline_Distribution
train
4eb9dff06297600333451066bd95ff5bf243787c
diff --git a/proso_models/models.py b/proso_models/models.py index <HASH>..<HASH> 100644 --- a/proso_models/models.py +++ b/proso_models/models.py @@ -903,7 +903,7 @@ class ItemManager(models.Manager): child_id=child_id, visible=(child_id, parent_id) not in invi...
model - fix bug with updating graph structure
adaptive-learning_proso-apps
train
3f613bb36ae46d9e187d6bbb6094634f3067abc1
diff --git a/src/WebServCo/Framework/Libraries/Config.php b/src/WebServCo/Framework/Libraries/Config.php index <HASH>..<HASH> 100644 --- a/src/WebServCo/Framework/Libraries/Config.php +++ b/src/WebServCo/Framework/Libraries/Config.php @@ -14,31 +14,6 @@ final class Config extends \WebServCo\Framework\AbstractLibrary ...
Cleanup redundant method "append"
webservco_framework
train
13a967431261e42d6b2332182731820660d09dff
diff --git a/upup/pkg/fi/cloudup/openstack/loadbalancer.go b/upup/pkg/fi/cloudup/openstack/loadbalancer.go index <HASH>..<HASH> 100644 --- a/upup/pkg/fi/cloudup/openstack/loadbalancer.go +++ b/upup/pkg/fi/cloudup/openstack/loadbalancer.go @@ -18,7 +18,6 @@ package openstack import ( "fmt" - "net/http" "github....
fix immutable retry logic when updating member
kubernetes_kops
train
370d509ae62b3218fa65eb59f6f6118e404097b3
diff --git a/test.py b/test.py index <HASH>..<HASH> 100644 --- a/test.py +++ b/test.py @@ -100,7 +100,8 @@ def test_upload(): job_id = PROJECT.upload('docs', docs) job_id_2 = PROJECT.post('docs/calculate') assert job_id_2 > job_id - PROJECT.wait_for(job_id_2) + job_result = PROJECT.wait_for(job_id_...
Improved test for pipeline-initialization failure
LuminosoInsight_luminoso-api-client-python
train
cc841ad568e56cd384aaafd693e9375fbae1f176
diff --git a/Kwf/Assets/Package/TestPackage.php b/Kwf/Assets/Package/TestPackage.php index <HASH>..<HASH> 100644 --- a/Kwf/Assets/Package/TestPackage.php +++ b/Kwf/Assets/Package/TestPackage.php @@ -15,7 +15,12 @@ class Kwf_Assets_Package_TestPackage extends Kwf_Assets_Package } $this->_rootComponentC...
Assets TestPackage: support dependencies.ini outside of KWF_PATH required for usage in tests in other repositories
koala-framework_koala-framework
train
408cba5dd41f7bd4704ae18d830a6bea140c1be3
diff --git a/app/router.js b/app/router.js index <HASH>..<HASH> 100644 --- a/app/router.js +++ b/app/router.js @@ -25,4 +25,7 @@ export default Router.map(function() { // /employees/new this.resource('employee.new', { path: 'employees/new' }); + + // Temporary stub for orders route. + this.resource('o...
Add temporary stub for orders route
Flexberry_ember-flexberry
train
6b88d6c7ad3a113ee4bf62535558c46dd3ac23ef
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -1539,8 +1539,11 @@ export default class ReactJkMusicPlayer extends PureComponent { onAudioVolumeChange = () => { const { volume } = this.audio - const { currentVolumeFade } = this.state - if (c...
fix: can not trigger onAudioVolumeChange when play or pause audio with volume fade mode
lijinke666_react-music-player
train
da43ab34cf31f19fce7fea157358c8f6ce6c9196
diff --git a/lib/reveal-ck/presentation.rb b/lib/reveal-ck/presentation.rb index <HASH>..<HASH> 100644 --- a/lib/reveal-ck/presentation.rb +++ b/lib/reveal-ck/presentation.rb @@ -29,7 +29,7 @@ module RevealCK file = args[:file] || fail(':file is required') config = args[:config] || fail(':config is requir...
[index-html-split] Config is now globally shared while rendering We render: 1. index.html.erb 2. Slides And we now use a shared Scope that could provide access to a shared config.
jedcn_reveal-ck
train
5865d4606ec7a116f09df0f78479fb0a5c7def99
diff --git a/lib/chef/provider/remote_file/sftp.rb b/lib/chef/provider/remote_file/sftp.rb index <HASH>..<HASH> 100644 --- a/lib/chef/provider/remote_file/sftp.rb +++ b/lib/chef/provider/remote_file/sftp.rb @@ -77,8 +77,6 @@ class Chef if filename.length == 0 || filename.end_with?( "/" ) raise A...
removing a superflous assignment in the sftp provider
chef_chef
train
008a50cf3423bee930b29f3b552df6f9cf14a211
diff --git a/test/integration/message.send.infobip.spec.js b/test/integration/message.send.infobip.spec.js index <HASH>..<HASH> 100644 --- a/test/integration/message.send.infobip.spec.js +++ b/test/integration/message.send.infobip.spec.js @@ -8,7 +8,7 @@ const { clear } = require('@lykmapipo/mongoose-test-helpers'); c...
test: fix smtp transport
lykmapipo_postman
train
360d09482858bc78ad0a54a59ce81ec3b2083e89
diff --git a/cmd/client-s3.go b/cmd/client-s3.go index <HASH>..<HASH> 100644 --- a/cmd/client-s3.go +++ b/cmd/client-s3.go @@ -1325,7 +1325,7 @@ func (c *S3Client) listObjectWrapper(ctx context.Context, bucket, object string, if isGoogle(c.targetURL.Host) { // Google Cloud S3 layer doesn't implement ListObjectsV2 ...
s3: Use list object v1 in case of GCS (#<I>)
minio_mc
train
594392db4c4e8eaf3de0f18b5cb16c454fec5d5b
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,9 +1,13 @@ import codecs import os from setuptools import setup, find_packages -from pip.req import parse_requirements -VERSION = '1.0.13' +try: # for pip >= 10 + from pip._internal.req import parse_requirements +e...
Fix pip problem...again.
freelawproject_reporters-db
train
26df0f98d4170a732f9432e83079f93ef2bec872
diff --git a/client/jquery.shotgunConsole.js b/client/jquery.shotgunConsole.js index <HASH>..<HASH> 100644 --- a/client/jquery.shotgunConsole.js +++ b/client/jquery.shotgunConsole.js @@ -268,7 +268,7 @@ // If multiLine:true then change the $cli input to a textarea. if (data.multiLine) { - ...
Fixed issue with multiline cli not resetting it's height.
chevex-archived_shotgun-client
train
8504055477638d53b4e9472b2f04acf249e319a1
diff --git a/lib/events/auditlog.go b/lib/events/auditlog.go index <HASH>..<HASH> 100644 --- a/lib/events/auditlog.go +++ b/lib/events/auditlog.go @@ -1097,12 +1097,12 @@ func (l *AuditLog) getLocalLog() IAuditLog { // If no local log exists, which can occur during shutdown when the local log // has been set to "ni...
Remove closedLog We already have a no-op logger, so just use it rather than implement another one.
gravitational_teleport
train
5f7de0ab97c38597b690faf4dbbfe538a5c4b327
diff --git a/pkg/kubelet/api/services.go b/pkg/kubelet/api/services.go index <HASH>..<HASH> 100644 --- a/pkg/kubelet/api/services.go +++ b/pkg/kubelet/api/services.go @@ -97,4 +97,6 @@ type ImageManagerService interface { PullImage(image *runtimeapi.ImageSpec, auth *runtimeapi.AuthConfig) (string, error) // RemoveI...
Add ImageFsInfo API for ImageManagerService
kubernetes_kubernetes
train
dfd8e1240d4d98562ad55a8527369931f32428a4
diff --git a/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBProperties.java b/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBProperties.java index <HASH>..<HASH> 100644 --- a/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBProperties.java +++ b/mongodb/src/main/java/...
OGM-<I> Add 'hibernate.ogm.mongodb.authentication_database' MongoDB property In MongoDB, the authentication database and the database we want to connect may be different. Without this commit Hibernate OGM will use the databasename for authentication causing the authentication process to fail.
hibernate_hibernate-ogm
train
9661792709ab371f4aacef4627ea23ea953bc5e1
diff --git a/src/pfs/drive/obj/driver.go b/src/pfs/drive/obj/driver.go index <HASH>..<HASH> 100644 --- a/src/pfs/drive/obj/driver.go +++ b/src/pfs/drive/obj/driver.go @@ -38,9 +38,7 @@ func (d *driver) CreateRepo(repo *pfs.Repo, created *google_protobuf.Timestamp, if _, ok := d.finished[repo.Name]; ok { return fm...
Change how we compute leaves on startup.
pachyderm_pachyderm
train
7123c346830621702baec261632aef1799ea02b3
diff --git a/src/components/control-component-factory.js b/src/components/control-component-factory.js index <HASH>..<HASH> 100644 --- a/src/components/control-component-factory.js +++ b/src/components/control-component-factory.js @@ -42,6 +42,7 @@ const propTypes = { model: PropTypes.oneOfType([ PropTypes.func...
added array as allowed propType for control/field
davidkpiano_react-redux-form
train
6b6ae5c4b9e4be68fba074f3dae71441d096da85
diff --git a/query/pattern/Conjunction.java b/query/pattern/Conjunction.java index <HASH>..<HASH> 100644 --- a/query/pattern/Conjunction.java +++ b/query/pattern/Conjunction.java @@ -22,6 +22,7 @@ import grakn.core.query.pattern.variable.TypeVariable; import grakn.core.query.pattern.variable.Variable; import grakn.co...
Simplified conjuntion builder logic
graknlabs_grakn
train
6339e6ae0a81e8c57cbab41f99a34bba9d82453d
diff --git a/lib/wsoc/helpers/course.rb b/lib/wsoc/helpers/course.rb index <HASH>..<HASH> 100644 --- a/lib/wsoc/helpers/course.rb +++ b/lib/wsoc/helpers/course.rb @@ -18,6 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # +require 'wsoc/config' require 'wsoc/course_specs' m...
Added course_start and course_fail helpers.
postmodern_wsoc
train
427dae6b98766b3ddfa3a3adabf9a4bd0304b399
diff --git a/deltas/about.py b/deltas/about.py index <HASH>..<HASH> 100644 --- a/deltas/about.py +++ b/deltas/about.py @@ -1,5 +1,5 @@ __name__ = "deltas" -__version__ = "0.4.7" +__version__ = "0.5.0" __author__ = "Aaron Halfaker" __author_email__ = "aaron.halfaker@gmail.com" __description__ = "An experimental diff...
Increments version to <I>
halfak_deltas
train
a1c4b0c6bb0fa22e3e8009aa33bc276785ffe69f
diff --git a/tests/unit/components/ember-remodal-test.js b/tests/unit/components/ember-remodal-test.js index <HASH>..<HASH> 100644 --- a/tests/unit/components/ember-remodal-test.js +++ b/tests/unit/components/ember-remodal-test.js @@ -12,6 +12,19 @@ moduleForComponent('ember-remodal', 'Unit | Component | ember remodal'...
Fix tests for ember <I>.x
sethbrasile_ember-remodal
train
a71d97cbe5c765b4ff0755396a6f5c7490ad8969
diff --git a/generate/templates/templates/nodegit.js b/generate/templates/templates/nodegit.js index <HASH>..<HASH> 100644 --- a/generate/templates/templates/nodegit.js +++ b/generate/templates/templates/nodegit.js @@ -1,3 +1,4 @@ +var _ = require("lodash"); var promisify = require("promisify-node"); var rawApi; @@...
fix issue with re-require()'ing native modules Discussion on why this change was required can be found in the following issues: <URL>
nodegit_nodegit
train
409f248e60bd47bf476a8387e5df1f524cf1e7c9
diff --git a/molgenis-data-vcf/src/main/java/org/molgenis/data/vcf/importer/VcfImporterService.java b/molgenis-data-vcf/src/main/java/org/molgenis/data/vcf/importer/VcfImporterService.java index <HASH>..<HASH> 100644 --- a/molgenis-data-vcf/src/main/java/org/molgenis/data/vcf/importer/VcfImporterService.java +++ b/molg...
fix "All shards failed"
molgenis_molgenis
train
b721c09cb1a7d4389f30576fdc137660dfb5f6a9
diff --git a/owfs.js b/owfs.js index <HASH>..<HASH> 100644 --- a/owfs.js +++ b/owfs.js @@ -28,14 +28,15 @@ module.exports = function(RED) { var node = this; node.on("input", function(msg) { - var host = msg.host || node.host; - var port = msg.port || node.port; - ...
Allow multiple paths to be passed in using msg.topic
njh_node-red-contrib-owfs
train
59ceea52daf5213184db5aedbe0b6b5f5c3b582a
diff --git a/selfapi.js b/selfapi.js index <HASH>..<HASH> 100644 --- a/selfapi.js +++ b/selfapi.js @@ -41,7 +41,7 @@ API.prototype = { path = normalizePath(path); if (!path) { this.handlers[method] = parameters; - this.exportHandler(method, '', parameters); + this.exportHandler(method, null, ...
Export pre-existing request handlers to any new parent.
JanitorTechnology_selfapi
train
5004b8c21c10d6adece5f045454473b60f3fd10b
diff --git a/docs/custom_usage.rst b/docs/custom_usage.rst index <HASH>..<HASH> 100644 --- a/docs/custom_usage.rst +++ b/docs/custom_usage.rst @@ -82,7 +82,7 @@ on your project:: self.service_provider = self.organization.provider if not self.organization.is_admin(request.user) and not \ ...
Switch from HttpResponseForbidden to PermissionDenied
bennylope_django-organizations
train
33c0085f49e40423ad5e7059fe3f1004d5eb7318
diff --git a/activiti-cycle/src/main/java/org/activiti/cycle/impl/connector/signavio/util/SignavioSvgApiBuilder.java b/activiti-cycle/src/main/java/org/activiti/cycle/impl/connector/signavio/util/SignavioSvgApiBuilder.java index <HASH>..<HASH> 100644 --- a/activiti-cycle/src/main/java/org/activiti/cycle/impl/connector/...
Improved version of SignavioSvgApi Added mouseover Added table layout for error messages Fixed wrong linebreak in javascript causing abort of script
camunda_camunda-bpm-platform
train
e442e26d4edc972a347c11d373bf9b176b80d577
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -13,6 +13,7 @@ var crypto = require('crypto'); * - `respectFunctionProperties` {*true|false} consider function properties when hashing * - `respectType` {*true|false} Respect special properties (prototype, constructor) ...
Add option to consider all arrays as unordered Add the `.unorderedArrays` option which makes the hasher sort all Array instances before hashing them. Resolves #<I>.
puleos_object-hash
train
e4d9af270665ae36799baf66b007f9d073cdb2d2
diff --git a/test/test_bulk.py b/test/test_bulk.py index <HASH>..<HASH> 100644 --- a/test/test_bulk.py +++ b/test/test_bulk.py @@ -989,8 +989,6 @@ class TestBulkWriteConcern(BulkTestBase): result) self.assertEqual(2, len(result['writeConcernErrors'])) - timeout = r...
Fix test_write_concern_failure_ordered for <I>.
mongodb_mongo-python-driver
train
be40fb1aa4551b9a8f45f77be96c2c3d7b2416a7
diff --git a/salt/modules/win_system.py b/salt/modules/win_system.py index <HASH>..<HASH> 100644 --- a/salt/modules/win_system.py +++ b/salt/modules/win_system.py @@ -145,3 +145,28 @@ def set_computer_desc(desc): cmd = 'net config server /srvcomment:"{0}"'.format(desc) __salt__['cmd.run'](cmd) return {'C...
Join Windows machine to an Active Directory Domain
saltstack_salt
train
39666bec594f0096b58a344f4380e11dda891b2f
diff --git a/grab/base.py b/grab/base.py index <HASH>..<HASH> 100644 --- a/grab/base.py +++ b/grab/base.py @@ -458,7 +458,7 @@ class Grab(LXMLExtension, FormExtension, PyqueryExtension, #raise IOError('Response code is %s: ' % self.response_code) if self.config['log_file']: - with ope...
Change file open mode in log_file option
lorien_grab
train
14d6ffcec8ed88ebc4e4260b31b8d16eb7c461d7
diff --git a/openquake/calculators/post_risk.py b/openquake/calculators/post_risk.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/post_risk.py +++ b/openquake/calculators/post_risk.py @@ -20,7 +20,6 @@ import ast import logging import itertools import numpy -import pandas from openquake.baselib import ...
Added ordering check [skip CI]
gem_oq-engine
train
5779d32ed5d96a94983d3ffe83c08edee8e11b18
diff --git a/src/PeskyCMF/public/js/cmf.routing.js b/src/PeskyCMF/public/js/cmf.routing.js index <HASH>..<HASH> 100644 --- a/src/PeskyCMF/public/js/cmf.routing.js +++ b/src/PeskyCMF/public/js/cmf.routing.js @@ -365,8 +365,16 @@ CmfRouteChange.scaffoldItemDetailsPage = function (request) { ...
cmf.routing.js - fixed next/prev item details navigation from data grid;
swayok_PeskyCMF
train
346f3bfc74c857a75f37e55c5a73893ced7492ba
diff --git a/src/js/Drift.js b/src/js/Drift.js index <HASH>..<HASH> 100644 --- a/src/js/Drift.js +++ b/src/js/Drift.js @@ -44,7 +44,7 @@ export default class Drift { // if `false`, it will switch to inline when `windowWidth <= inlinePane` const inlinePane = options["inlinePane"] || 375; // If `true`, tou...
fix: ensure that handleTouch & injectBaseStyles can be disabled (#<I>)
imgix_drift
train
2febd7999546cb5b53e49f30d552ae7139d4758a
diff --git a/flask_peewee/rest.py b/flask_peewee/rest.py index <HASH>..<HASH> 100644 --- a/flask_peewee/rest.py +++ b/flask_peewee/rest.py @@ -101,6 +101,9 @@ class RestResource(object): # mapping of field name to resource class include_resources = None + # delete behavior + delete_recursive = True + ...
Adding recursive delete as an option to the rest resource, following same pattern as admin
coleifer_flask-peewee
train
d68b5e2fffcbfc234f362ae6ce332fe516d805d0
diff --git a/src/components/sticky/sticky.js b/src/components/sticky/sticky.js index <HASH>..<HASH> 100644 --- a/src/components/sticky/sticky.js +++ b/src/components/sticky/sticky.js @@ -296,7 +296,7 @@ function MdSticky($document, $mdConstant, $$rAF, $mdUtil) { element.on('scroll touchmove', function() { i...
perf($mdSticky): Fix performance issue when sticky is emulated. When the browser is not naitively capable of handling sticky elements, we fake it by watching for scroll changes and manually triggering certain events. These use `$$rAF`, but were not throttling the call. Fix: use `$$rAF.throttle` when calling our loop ...
angular_material
train
bd7526e44d4e6e9cc85848ca863f9eb1bcf4887d
diff --git a/km3pipe/__init__.py b/km3pipe/__init__.py index <HASH>..<HASH> 100644 --- a/km3pipe/__init__.py +++ b/km3pipe/__init__.py @@ -21,7 +21,7 @@ if not __KM3PIPE_SETUP__: from km3pipe import utils # noqa from km3pipe import srv # noqa from km3pipe.srv import srv_event # noqa - from km3pipe....
refactor read_hdf5 & helper functions
tamasgal_km3pipe
train
8509300a72de46635e7968ef5d55874512348e23
diff --git a/openquake/calculators/views.py b/openquake/calculators/views.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/views.py +++ b/openquake/calculators/views.py @@ -1078,13 +1078,15 @@ def view_branch_ids(token, dstore): Show the branch IDs """ full_lt = dstore['full_lt'] + smlt = fu...
Improved oq show branch_ids
gem_oq-engine
train
ba21b286bb75a879f07122bf951bdfc0970a82cb
diff --git a/git_pull_request/__init__.py b/git_pull_request/__init__.py index <HASH>..<HASH> 100644 --- a/git_pull_request/__init__.py +++ b/git_pull_request/__init__.py @@ -187,7 +187,8 @@ def git_pull_request(target_remote=None, target_branch=None, rebase=True, force_edito...
Add an option to not fork when creating a pull request This creates a branch in the origin repository instead.
Mergifyio_git-pull-request
train
842ea29804595da5f97d17bea1c0ffbc0f7fdbfa
diff --git a/cluster/calcium/create.go b/cluster/calcium/create.go index <HASH>..<HASH> 100644 --- a/cluster/calcium/create.go +++ b/cluster/calcium/create.go @@ -189,6 +189,7 @@ func (c *Calcium) doCreateAndStartContainer( return createContainerMessage } container.ID = containerCreated.ID + container.StatusData...
store deploy with container id after create
projecteru2_core
train
9b3b3f1992c9b9aeb5d1c52783fe3fadefcf57d5
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup(name = "svg.charts", include_package_data = True, install_requires=[ 'python-dateutil>=1.4', - 'cssutils>=0.9.5.1', + 'cssutils>=0.9.6b3', 'lxml>=2.0', ], license = "MIT",
Updated to correct dependency on cssutils (for CSS profiles)
Kozea_pygal
train
5614846718148290e006d56196d0a4b1ec87d1ce
diff --git a/alphalens/utils.py b/alphalens/utils.py index <HASH>..<HASH> 100644 --- a/alphalens/utils.py +++ b/alphalens/utils.py @@ -909,7 +909,9 @@ def diff_custom_calendar_timedeltas(start, end, freq): if weekmask is not None and holidays is not None: # we prefer this method as it is faster - ...
BUG: Fix date conversion in newer versions of pandas (#<I>) In tests using pandas version <I>, there was an error `TypeError: Iterator operand 0 dtype could not be cast from dtype('<M8[us]') to dtype('<M8[D]') according to the rule 'safe'` Resolves Issue Discovered in #<I>
quantopian_alphalens
train
c57ffa30a2aeb7dcf01f7a3cd72e2b0475d17142
diff --git a/src/Base.php b/src/Base.php index <HASH>..<HASH> 100644 --- a/src/Base.php +++ b/src/Base.php @@ -72,9 +72,6 @@ class Base //if it's a registered method if(isset(self::$invokables[$name])) { - //do them a favor and pass the instance - //into the last part of the argument - $args[] = $this; ...
Removing this, because callbacks are binded anyways
Eden-PHP_Core
train
32537364867a70b5b4442b1594381b122bdf2f4e
diff --git a/lib/omnibus/package.rb b/lib/omnibus/package.rb index <HASH>..<HASH> 100644 --- a/lib/omnibus/package.rb +++ b/lib/omnibus/package.rb @@ -135,7 +135,7 @@ module Omnibus # def truncate_platform_version(platform_version, platform) case platform - when 'centos', 'debian',...
Truncate SLES platform version.
chef_omnibus
train
b7a0761d0bd7e8ba0a858d71f70e84ecbfefe0c2
diff --git a/engine/src/test/java/org/camunda/bpm/engine/test/api/task/TaskQueryOrTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/api/task/TaskQueryOrTest.java index <HASH>..<HASH> 100644 --- a/engine/src/test/java/org/camunda/bpm/engine/test/api/task/TaskQueryOrTest.java +++ b/engine/src/test/java/org/cam...
test(engine): add test case for or queries Related to CAM-<I>
camunda_camunda-bpm-platform
train
f0844d0baf4fadcc7e11834e223fc97da9166a5e
diff --git a/src/server/pkg/storage/fileset/storage.go b/src/server/pkg/storage/fileset/storage.go index <HASH>..<HASH> 100644 --- a/src/server/pkg/storage/fileset/storage.go +++ b/src/server/pkg/storage/fileset/storage.go @@ -48,16 +48,6 @@ func (s *Storage) NewReader(ctx context.Context, fileSet string, opts ...index...
No longer need exported index writer/reader (fileset writer/reader functions as such)
pachyderm_pachyderm
train
75590d91850eca7eee2357a254b5ad866519e032
diff --git a/lib/enom/domain.rb b/lib/enom/domain.rb index <HASH>..<HASH> 100644 --- a/lib/enom/domain.rb +++ b/lib/enom/domain.rb @@ -21,7 +21,7 @@ module Enom end def nameservers - @domain_payload['interface_response']['GetDomainInfo']['configuration']['dns'] + @domain_payload['interface_respons...
Get DNS servers -- whoever wrote this API should be shot
bensie_enom
train
7a7ed8e004fa29a0e2497a2b1c10c18ed274c76d
diff --git a/lib/db.js b/lib/db.js index <HASH>..<HASH> 100644 --- a/lib/db.js +++ b/lib/db.js @@ -8,7 +8,32 @@ var activeDb, mysql = require('mysql'), pg = require('pg'), - activeBackend; + activeBackend, + connectionOptions; + +/** + * Initialize and setup the connection to Drupal for futher + */ ...
Properly use PostgreSQL connection pooling. Fixes #4.
mikl_node-drupal
train
864771b90086a561bdcad2cb369fd1f59fe95f21
diff --git a/lib/jss/version.rb b/lib/jss/version.rb index <HASH>..<HASH> 100644 --- a/lib/jss/version.rb +++ b/lib/jss/version.rb @@ -26,6 +26,6 @@ module JSS ### The version of the JSS ruby gem - VERSION = '0.6.5a1' + VERSION = '0.6.5' end # module
bump verison to <I>
PixarAnimationStudios_ruby-jss
train
7785991bafe02dd22a33a6bcf6638d09b29c54a2
diff --git a/hgijson/tests/json/test_builders.py b/hgijson/tests/json/test_builders.py index <HASH>..<HASH> 100644 --- a/hgijson/tests/json/test_builders.py +++ b/hgijson/tests/json/test_builders.py @@ -38,6 +38,7 @@ class _Employee(_Named, _Identifiable): super().__init__() self.title = None ...
Adds test for self-referential encoder/deocder class support via strings.
wtsi-hgi_python-hgijson
train
c8236e0bf2170197c946ccf5dab98ce9c836d297
diff --git a/src/Traits/Entity/NameTrait.php b/src/Traits/Entity/NameTrait.php index <HASH>..<HASH> 100644 --- a/src/Traits/Entity/NameTrait.php +++ b/src/Traits/Entity/NameTrait.php @@ -36,7 +36,7 @@ trait NameTrait * @Serializer\Expose() * @Serializer\Groups({"first-last-name", "name-full", "name-all"}) ...
Updated the last commit with proper length for both FirstLast and LastFirst names
mindlahus_symfony-assets
train
d39131617908eee69141191e48165045e209276b
diff --git a/src/Service/Menu/Menu.php b/src/Service/Menu/Menu.php index <HASH>..<HASH> 100644 --- a/src/Service/Menu/Menu.php +++ b/src/Service/Menu/Menu.php @@ -21,35 +21,42 @@ class Menu } /** - * Adds a new item to the menu. + * Adds a new item to the menu. Ensures the menu remains immutable. ...
Updated menu service for immutability
garbetjie_wechat-php
train
2e47565dd8d9b95800a7475ade1a4a71d3f371a6
diff --git a/tests/test-timber-function-wrapper.php b/tests/test-timber-function-wrapper.php index <HASH>..<HASH> 100644 --- a/tests/test-timber-function-wrapper.php +++ b/tests/test-timber-function-wrapper.php @@ -53,7 +53,7 @@ class TestTimberFunctionWrapper extends Timber_UnitTestCase { function testSoloFunction()...
ref #<I> -- or is it?
timber_timber
train
4c50a3d9e2521e084a04e0578dfdb8075eb23655
diff --git a/src/TemplateChooser.php b/src/TemplateChooser.php index <HASH>..<HASH> 100644 --- a/src/TemplateChooser.php +++ b/src/TemplateChooser.php @@ -107,8 +107,8 @@ class TemplateChooser } // Fifth candidate: Theme-specific config.yml file. - if ($this->config->get('theme/record_templat...
Make template chooser more consistent, code wise.
bolt_bolt
train
73de5264d0fce2ea4b752641f728e446508e4a85
diff --git a/backend/editor_test.go b/backend/editor_test.go index <HASH>..<HASH> 100644 --- a/backend/editor_test.go +++ b/backend/editor_test.go @@ -23,8 +23,9 @@ func TestLoadKeyBinding(t *testing.T) { editor.loadKeyBinding(packages.NewPacket("testdata/Default.sublime-keymap", new(keys.KeyBindings))) kb := edi...
Fix TestLoadKeyBinding test testdata/Default.sublime-keymap has 3 "i" key bindings, not <I>.
limetext_backend
train
cd0ea62eabcfd16227965990f4d9f741fd5579ed
diff --git a/rtwilio/backend.py b/rtwilio/backend.py index <HASH>..<HASH> 100644 --- a/rtwilio/backend.py +++ b/rtwilio/backend.py @@ -7,7 +7,7 @@ from django.core.servers.basehttp import WSGIRequestHandler from rapidsms.backends.base import BackendBase -from rtwilio.http import HttpServer, TwilioHandler +from rtw...
remove Twilio references in http.py so it's easier to reuse
caktus_rapidsms-twilio
train
b75e93d8bbfebbc50e0902dc9592ba68dc220762
diff --git a/staging/src/k8s.io/apiserver/pkg/server/hooks.go b/staging/src/k8s.io/apiserver/pkg/server/hooks.go index <HASH>..<HASH> 100644 --- a/staging/src/k8s.io/apiserver/pkg/server/hooks.go +++ b/staging/src/k8s.io/apiserver/pkg/server/hooks.go @@ -20,6 +20,7 @@ import ( "errors" "fmt" "net/http" + "runtime...
track poststarthook registration stacks for debugging
kubernetes_kubernetes
train
f75cf2408942cf3e8bf6c880fcb970663f6032f6
diff --git a/vault/token_store.go b/vault/token_store.go index <HASH>..<HASH> 100644 --- a/vault/token_store.go +++ b/vault/token_store.go @@ -378,24 +378,10 @@ func (ts *TokenStore) RevokeTree(id string) error { // Get the salted ID saltedId := ts.SaltID(id) - // Lookup the token first - entry, err := ts.lookupS...
vault: re-use revokeSalted to share logic
hashicorp_vault
train
24ca44dbb422428eddb838b4158616e5720d6355
diff --git a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/ElasticsearchHealthIndicator.java b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/ElasticsearchHealthIndicator.java index <HASH>..<HASH> 100644 --- a/spring-boot-actuator/src/main/java/org/springframewor...
Fix Elasticsearch health indicator - added setIndices to ElasticsearchHealthIndicatorProperties to enable setting the indices property from configuration files - Elasticsearch cannot handle "null" if the health of all indices should be checked; use "_all" instead Closes gh-<I>
spring-projects_spring-boot
train
d8c74d20970e6cf379165ffafe8550a5b98d7c4d
diff --git a/flink-core/src/main/java/org/apache/flink/core/fs/FileSystem.java b/flink-core/src/main/java/org/apache/flink/core/fs/FileSystem.java index <HASH>..<HASH> 100644 --- a/flink-core/src/main/java/org/apache/flink/core/fs/FileSystem.java +++ b/flink-core/src/main/java/org/apache/flink/core/fs/FileSystem.java @...
[FLINK-<I>]Fix the bug of equals function of FSKey The equals function in org.apache.flink.core.fs.FileSystem.FSKey should first confirm whether obj == this, if obj is the same object.It should return true
apache_flink
train
405e14973b9e432d17a275aec6a959cbe0c917e6
diff --git a/tests/test_metadata_cache_mgr.py b/tests/test_metadata_cache_mgr.py index <HASH>..<HASH> 100644 --- a/tests/test_metadata_cache_mgr.py +++ b/tests/test_metadata_cache_mgr.py @@ -7,7 +7,10 @@ import unittest import tempfile import os import sys -import urllib +try: + from urllib import pathname2url +e...
Fix metadata cache manager unit tests The prior commit missed adding the unittest.TestCase for TestSqlite which caused the skipTest() call to fail. The package for pathname2url was moved in python 3 so we need to work around that to support both python 2 and 3.
c-w_gutenberg
train
2f9be0c00995218616d3a8ffd34cc8e4242f8ea3
diff --git a/README.textile b/README.textile index <HASH>..<HASH> 100644 --- a/README.textile +++ b/README.textile @@ -31,12 +31,18 @@ h2. Install p. Then just required it. Rails usages is as follows. +h3. Rails 2 + <pre><code># config/environment.rb - gem.config 'attribute_normalizer'</code></pre> + config.gem...
Brought in to much from neaf's fork. Restored the attribute assignment method definition. Minor fixes to the README.
mdeering_attribute_normalizer
train
b45077b971e72e55e206c2c5a58fe8c5514c9afd
diff --git a/shared/actions/chat/shared.js b/shared/actions/chat/shared.js index <HASH>..<HASH> 100644 --- a/shared/actions/chat/shared.js +++ b/shared/actions/chat/shared.js @@ -53,7 +53,10 @@ function inboxUntrustedStateSelector (state: TypedState) { } function tmpFileName (isHdPreview: boolean, conversationID: C...
Don't use filename in attachment preview filename, messageID is enough and we always have it
keybase_client
train
6360ebd3cc5560e3068e223420f569942a820246
diff --git a/lib/transports/flashsocket.js b/lib/transports/flashsocket.js index <HASH>..<HASH> 100644 --- a/lib/transports/flashsocket.js +++ b/lib/transports/flashsocket.js @@ -58,11 +58,18 @@ FlashWS.prototype.doOpen = function () { var base = io.enginePath + '/support/web-socket-js/' , self = this + func...
Proxy web-socket-js debugging to our own
socketio_engine.io-client
train
eb1526ba43176076a75fdfa1de4b2e09adff2e8c
diff --git a/digitalocean/Droplet.py b/digitalocean/Droplet.py index <HASH>..<HASH> 100644 --- a/digitalocean/Droplet.py +++ b/digitalocean/Droplet.py @@ -30,7 +30,7 @@ class Droplet(BaseAPI): self.ip_address = None self.private_ip_address = None self.ip_v6_address = None - self.ssh_ke...
The size property has not changed, but is using the slug information when creating a new Droplet.
koalalorenzo_python-digitalocean
train
76c4790f0c015cc330250c6870c485aaa34ab714
diff --git a/javascript/soyutils_usegoog.js b/javascript/soyutils_usegoog.js index <HASH>..<HASH> 100644 --- a/javascript/soyutils_usegoog.js +++ b/javascript/soyutils_usegoog.js @@ -1838,6 +1838,31 @@ soy.asserts.assertType = function(condition, paramName, param, jsDocTypeStr) { return param; }; +// ------------...
Change client-side library to flip a global defined in soyutils_usegoog.js. Since this is guarded by goog.DEBUG, we should not see much code size increase (it does introduce a separate variable but the impact should be minimal). ------------- Created by MOE: <URL>
google_closure-templates
train
b34615451e3ce1a0a140424cc23d77db626f359b
diff --git a/packages/aragon-wrapper/src/index.js b/packages/aragon-wrapper/src/index.js index <HASH>..<HASH> 100644 --- a/packages/aragon-wrapper/src/index.js +++ b/packages/aragon-wrapper/src/index.js @@ -645,7 +645,7 @@ export default class Aragon { * @param {string} destination * @param {string} methodNam...
Wrapper: Fix ACL direct pathing (#<I>)
aragon_aragon.js
train
d8e3a52b864cc0224462f2b22960f2c7e03f54ef
diff --git a/ui/granite/src/main/webapp/app-root/clientlibs/io.wcm.ui.granite.showhidedialogfields/js/showhide.js b/ui/granite/src/main/webapp/app-root/clientlibs/io.wcm.ui.granite.showhidedialogfields/js/showhide.js index <HASH>..<HASH> 100644 --- a/ui/granite/src/main/webapp/app-root/clientlibs/io.wcm.ui.granite.show...
cosmetic: cleanup code to make it better readable
wcm-io_wcm-io-wcm
train
71358f46d73a4b5af31fe970656ae7a13807bd4d
diff --git a/html/src/playn/html/HtmlGL20.java b/html/src/playn/html/HtmlGL20.java index <HASH>..<HASH> 100644 --- a/html/src/playn/html/HtmlGL20.java +++ b/html/src/playn/html/HtmlGL20.java @@ -98,7 +98,7 @@ public final class HtmlGL20 extends GL20 { private WebGLBuffer boundElementArrayBuffer; private WebGLBuff...
Fixed a few overlooked glc->gl places
playn_playn
train