hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
7e69f3fba7fec027903c681659369b4e2054b53c
diff --git a/shapes.py b/shapes.py index <HASH>..<HASH> 100644 --- a/shapes.py +++ b/shapes.py @@ -174,16 +174,17 @@ class Box(Image): size[1] + int(amount[1])) def image(self): - image = [ [False for x in range(self._size[0])] - for y in range(self._size[1]) ] - ...
Rewrote Box algorithum
olls_graphics
train
3d3de7169f442b7685450bc044524690de98e5e3
diff --git a/openquake/commonlib/export/__init__.py b/openquake/commonlib/export/__init__.py index <HASH>..<HASH> 100644 --- a/openquake/commonlib/export/__init__.py +++ b/openquake/commonlib/export/__init__.py @@ -30,7 +30,11 @@ def export_csv(ekey, dstore): :returns: a list with the path of the exported file ...
Do not try to export HDF5 groups
gem_oq-engine
train
dde3eb13122bc8d7211a1099062ca6fe5ec06011
diff --git a/routes/web.php b/routes/web.php index <HASH>..<HASH> 100755 --- a/routes/web.php +++ b/routes/web.php @@ -18,14 +18,13 @@ Route::group(['middleware' => ['web']], function () use ($accountController) { }); }); - /** * Posts module */ Route::group([ - 'as' => 'voyager-frontend.posts.', - ...
Use the slug defined in the DB
pvtl_voyager-frontend
train
e094b8e95ac5c6710c53452c323cf0e1bcb7623b
diff --git a/lib/ok_computer/check.rb b/lib/ok_computer/check.rb index <HASH>..<HASH> 100644 --- a/lib/ok_computer/check.rb +++ b/lib/ok_computer/check.rb @@ -49,7 +49,7 @@ module OkComputer if check.is_a?(CheckCollection) -1 else - registrant_name <=> check.registrant_name + regist...
Accept mix of strings and symbols as check names
sportngin_okcomputer
train
9404896687f1b2fdd4366eaae72800419f4690f4
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -136,14 +136,14 @@ development program. The seven \"Level 5\" espers are the most powerful in Acade >> first_anime.opening # this will return nil because search result doesn't have opening information => nil -# To get ...
refactor #details methods
Zerocchi_jikan.rb
train
54d7fdc2e9cbbf8c369a127e5dd3e77bf1aef8aa
diff --git a/src/Controller/Backend/Records.php b/src/Controller/Backend/Records.php index <HASH>..<HASH> 100644 --- a/src/Controller/Backend/Records.php +++ b/src/Controller/Backend/Records.php @@ -22,17 +22,11 @@ class Records extends BackendBase { $c->method('GET|POST'); - $c->get('/content/de...
Remove record delete & modify routes and methods from backend controller
bolt_bolt
train
97041781547efd69097916a72167445f3ef3f1c3
diff --git a/tests/test_basic.py b/tests/test_basic.py index <HASH>..<HASH> 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -87,6 +87,9 @@ class TestBasic(unittest.TestCase): ':type myprop3: :class:`Property <properties.basic.Property>`' ) + class NoMoreDocOrder(WithDocOrder...
Improve test coverage of overwritten props/handlers/etc
seequent_properties
train
1f0b67ff1e2d350a4bd86e66504864fc8a3d8410
diff --git a/src/CallDelegator.php b/src/CallDelegator.php index <HASH>..<HASH> 100644 --- a/src/CallDelegator.php +++ b/src/CallDelegator.php @@ -35,12 +35,25 @@ class CallDelegator * * @return mixed */ - public function getValue() + public function getRuleValue() { return isset($...
Added attributes to call delegator
Intervention_validation
train
5baa2520be99288945a7d7e3939dc77fae6815e0
diff --git a/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/actions/PluginActions.java b/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/actions/PluginActions.java index <HASH>..<HASH> 100644 --- a/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/actions/PluginActions.java +++ b/jenkins...
fetching the instance ID field of status to the new API
hpsa_hpe-application-automation-tools-plugin
train
aad12195e55afbb291410c63a0397fe33b1bb17d
diff --git a/zeronet-client/lib/handshake.js b/zeronet-client/lib/handshake.js index <HASH>..<HASH> 100644 --- a/zeronet-client/lib/handshake.js +++ b/zeronet-client/lib/handshake.js @@ -129,8 +129,7 @@ function HandshakeClient(conn, protocol, zeronet, opt) { conn.isLibp2p = true conn.isEmu = fals...
Fix dialing type change (again)
ZeroNetJS_zeronet-js
train
150b28bb3448e87cc918e66573d905e9e72e9f7d
diff --git a/lib/Pheasant/Query/Query.php b/lib/Pheasant/Query/Query.php index <HASH>..<HASH> 100755 --- a/lib/Pheasant/Query/Query.php +++ b/lib/Pheasant/Query/Query.php @@ -16,7 +16,7 @@ class Query implements \IteratorAggregate, \Countable private $_limit=null; private $_where; private $_group; - p...
Fix broken support for chained orderBy(). Fixes issue #<I>
lox_pheasant
train
6ecad814d4f36249458de35b449608f078b9b9cc
diff --git a/scripts/make_dist.py b/scripts/make_dist.py index <HASH>..<HASH> 100644 --- a/scripts/make_dist.py +++ b/scripts/make_dist.py @@ -72,7 +72,7 @@ sources = [ 'py_object', 'py_type', 'py_utils', 'py_builtin_functions', 'py_bytes', 'js_objects', 'stdlib_paths', 'py_import', 'py_float', 'py_int', ...
Minor change in make_dist.py
brython-dev_brython
train
f1b4f51597365e1327fa8aa4aa17eb38785d276d
diff --git a/simuvex/plugins/solver.py b/simuvex/plugins/solver.py index <HASH>..<HASH> 100644 --- a/simuvex/plugins/solver.py +++ b/simuvex/plugins/solver.py @@ -107,7 +107,7 @@ class SimSolver(SimStatePlugin): if o.ABSTRACT_SOLVER in self.state.options: self._stored_solver = claripy.LightFronten...
enabled unsafe constraint replacement for REPLACEMENT_SOLVER option
angr_angr
train
4cac1b9571946fd7638b209038f236050dd8686d
diff --git a/gateway/platforms/servlet/src/main/java/io/apiman/gateway/platforms/servlet/components/HttpClientResponseImpl.java b/gateway/platforms/servlet/src/main/java/io/apiman/gateway/platforms/servlet/components/HttpClientResponseImpl.java index <HASH>..<HASH> 100644 --- a/gateway/platforms/servlet/src/main/java/i...
(Bug) Fix resource leak. StringBuilderWriter never closed.
apiman_apiman
train
a8b67e0049cd8eced328559c0edecd47a9050bf6
diff --git a/lib/chore.rb b/lib/chore.rb index <HASH>..<HASH> 100644 --- a/lib/chore.rb +++ b/lib/chore.rb @@ -41,7 +41,10 @@ module Chore } def self.logger - @logger ||= Logger.new(STDOUT) + @logger ||= begin + STDOUT.sync = true + Logger.new(STDOUT) + end end def self.stats diff --g...
CLI tweaks * Log synchronously * Change very verbose option to be enabled by using -v twice. (-VV didn't seem to work) * Enforce required options * Ensure stats_port is an integer
Tapjoy_chore
train
847ab272fb4f8d79bf7abf09ddcf50fe4dfae716
diff --git a/src/getElFuturePos.js b/src/getElFuturePos.js index <HASH>..<HASH> 100644 --- a/src/getElFuturePos.js +++ b/src/getElFuturePos.js @@ -6,8 +6,8 @@ function getElFuturePos(elRegion, refNodeRegion, points, offset, targetOffset) { const diff = [p2.left - p1.left, p2.top - p1.top]; return { - left: e...
round number of getFuturePos (#<I>)
yiminghe_dom-align
train
de0da4b8f4b4054684e634ef9ccae11fba139eec
diff --git a/client/client.go b/client/client.go index <HASH>..<HASH> 100644 --- a/client/client.go +++ b/client/client.go @@ -20,10 +20,11 @@ import ( "context" "errors" "fmt" - "golang.org/x/oauth2/google" "io" "time" + "golang.org/x/oauth2/google" + "log" "cloud.google.com/go/storage" diff --git a/...
Validate action provided to the sign command This change also updates the CLI to uppercase the action to ensure that it is a valid action. If the action is lowercase, the signed URL is not valid. [finishes #<I>](<URL>)
cloudfoundry_bosh-gcscli
train
76c3763defeffb3053cbc43a488b152a9be72114
diff --git a/formfield/tests.py b/formfield/tests.py index <HASH>..<HASH> 100644 --- a/formfield/tests.py +++ b/formfield/tests.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- from django.test import TestCase from django.db import models from django import forms @@ -5,16 +7,17 @@ from django.core....
[-] pep8 related changes to the tests
jsoa_django-formfield
train
0e59394a67559095c564f1e6b7f3f3acf14500c1
diff --git a/views/js/runner/provider/toolStateBridge.js b/views/js/runner/provider/toolStateBridge.js index <HASH>..<HASH> 100644 --- a/views/js/runner/provider/toolStateBridge.js +++ b/views/js/runner/provider/toolStateBridge.js @@ -89,7 +89,7 @@ define([ return _.contains(activePlugins, tool...
adapt to the new testStore track change names
oat-sa_extension-tao-testqti
train
9f1520b4c04b7dc8eec5dccb901bb1cb7da9a7cd
diff --git a/core/tx_pool.go b/core/tx_pool.go index <HASH>..<HASH> 100644 --- a/core/tx_pool.go +++ b/core/tx_pool.go @@ -124,6 +124,8 @@ func NewTxPool(config *params.ChainConfig, eventMux *event.TypeMux, currentState quit: make(chan struct{}), } + pool.resetState() + pool.wg.Add(2) go pool.eventLo...
core: init pending state in tx pool on creation
ethereum_go-ethereum
train
f6d4d320645780cff3407e7c5716f618d85e08b1
diff --git a/tests/test.py b/tests/test.py index <HASH>..<HASH> 100755 --- a/tests/test.py +++ b/tests/test.py @@ -21,9 +21,12 @@ else: receiver.start() ig = spead2.recv.ItemGroup() +num_heaps = 0 for heap in stream: print "Got heap", heap.cnt ig.update(heap) for item in ig.items.itervalues(): ...
Report number of heaps received in test code
ska-sa_spead2
train
46e90addf2a068d3b62b91309a8e95754687da8c
diff --git a/gulpfile.babel.js b/gulpfile.babel.js index <HASH>..<HASH> 100755 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -477,8 +477,10 @@ gulp.task('test', function(done) { //////////////////////////////////////// // e2e-test //////////////////////////////////////// -gulp.task('e2e-test', ['e2e-test-protra...
fix(gulpfile): Fix `e2e-test` to execute its subtasks serially.
OnsenUI_OnsenUI
train
95d6181104b9aa5c3afcda936b70250d93919f34
diff --git a/lib/rails_admin_image_manager/has_managed_file.rb b/lib/rails_admin_image_manager/has_managed_file.rb index <HASH>..<HASH> 100644 --- a/lib/rails_admin_image_manager/has_managed_file.rb +++ b/lib/rails_admin_image_manager/has_managed_file.rb @@ -36,6 +36,11 @@ module RailsAdminImageManager def add_man...
Fix the deselect action which was not raised if no other field was modified.
ixmedia_rails_admin_image_manager
train
2874f973798c367a0a2f77b7cbd0401f513c4ebf
diff --git a/src/Model.php b/src/Model.php index <HASH>..<HASH> 100644 --- a/src/Model.php +++ b/src/Model.php @@ -108,6 +108,9 @@ class Model $where[] = $key.' = '.$value; } } + if (!is_string($logicalOp)) // caller sent us an indexed array. + // they probably o...
protect against misuse of indexed arrays
vickris_potatoORM
train
a5851e959724c17a22d7785d171595147dce5b1e
diff --git a/lib/Cake/Test/Case/View/Helper/FormHelperTest.php b/lib/Cake/Test/Case/View/Helper/FormHelperTest.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Test/Case/View/Helper/FormHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/FormHelperTest.php @@ -6038,7 +6038,7 @@ class FormHelperTest extends CakeTestCase {...
Updating test to reflect that models passed as a request parameter are now in an associative array
cakephp_cakephp
train
79390bfadc929c527f0ac33a3965936eab1a3df9
diff --git a/Documentation/cmdref/cilium-agent.md b/Documentation/cmdref/cilium-agent.md index <HASH>..<HASH> 100644 --- a/Documentation/cmdref/cilium-agent.md +++ b/Documentation/cmdref/cilium-agent.md @@ -53,6 +53,7 @@ cilium-agent [flags] --enable-ipv6 Enable IPv6 support (defau...
daemon: Add --enable-node-port flag The flag enables NodePort in BPF. Currently, we do not populate NodePort services based on k8s events.
cilium_cilium
train
8c7a5e80830d0d35cc1b4d49650c457752147ff6
diff --git a/vcs/utils/diffs.py b/vcs/utils/diffs.py index <HASH>..<HASH> 100644 --- a/vcs/utils/diffs.py +++ b/vcs/utils/diffs.py @@ -386,7 +386,6 @@ class DiffProcessor(object): """ Return udiff as html table with customized css classes """ - def _link_to_if(condition, label, url):...
Major speedup of diff generation using join instead of string concat. Fixes RhodeCode issue #<I>
codeinn_vcs
train
57256b456a9afeb510177e7450463272d87808da
diff --git a/python/ray/serve/tests/test_imported_backend.py b/python/ray/serve/tests/test_imported_backend.py index <HASH>..<HASH> 100644 --- a/python/ray/serve/tests/test_imported_backend.py +++ b/python/ray/serve/tests/test_imported_backend.py @@ -36,3 +36,9 @@ def test_imported_backend(serve_instance): serve.c...
[serve] Make sure test_imported_backend is ran (#<I>)
ray-project_ray
train
47a34471bd16fa31b811946aed1bafdc002d7581
diff --git a/speech-to-text/v1.js b/speech-to-text/v1.js index <HASH>..<HASH> 100644 --- a/speech-to-text/v1.js +++ b/speech-to-text/v1.js @@ -455,7 +455,7 @@ SpeechToTextV1.prototype.createCustomization = function(params, callback) { ``` * * @param {Object} params The parameters - * @param {String} [params.langua...
removing outdated en-us only comments
watson-developer-cloud_node-sdk
train
28b4907f41cd7b2247bd90438d13b1bd2763d3d5
diff --git a/lib/ohai/plugins/bsd/virtualization.rb b/lib/ohai/plugins/bsd/virtualization.rb index <HASH>..<HASH> 100644 --- a/lib/ohai/plugins/bsd/virtualization.rb +++ b/lib/ohai/plugins/bsd/virtualization.rb @@ -19,9 +19,8 @@ require "ohai/mixin/dmi_decode" -include Ohai::Mixin::DmiDecode - Ohai.plugin(:Virtua...
Also fix DmiDecode mixin.
chef_ohai
train
57297540c6b6be2f956fc27b175e15cde6b5aa76
diff --git a/vies/tests.py b/vies/tests.py index <HASH>..<HASH> 100644 --- a/vies/tests.py +++ b/vies/tests.py @@ -1,6 +1,8 @@ -from django.utils import unittest +from django.contrib.admin.options import ModelAdmin +from django.contrib.admin.sites import AdminSite from django.db.models import Model, CharField from dj...
Add test for admin #4, VATINField in django.contrib.admin
codingjoe_django-vies
train
3a5b9a2b06637c0d0938342d4dfbdd6a0192ae91
diff --git a/src/deep-security/lib/Token.js b/src/deep-security/lib/Token.js index <HASH>..<HASH> 100644 --- a/src/deep-security/lib/Token.js +++ b/src/deep-security/lib/Token.js @@ -147,13 +147,11 @@ export class Token { this._credentials = new AWS.CognitoIdentityCredentials(cognitoParams); - AWS.config.cr...
#<I> - Fix credentials assignment to AWS.config.credentials
MitocGroup_deep-framework
train
39c587d815456bae801f123b07eb08deee5635d2
diff --git a/editor.py b/editor.py index <HASH>..<HASH> 100644 --- a/editor.py +++ b/editor.py @@ -37,6 +37,9 @@ def get_editor_args(editor): elif editor == 'gedit': return '-w --new-window' + elif editor == 'nano': + return '-R' + else: return ''
Improved nano support Use "-R" (restricted) mode.
fmoo_python-editor
train
0383c81870a0c8d5a43bef212e02877cdbdb96ba
diff --git a/src/main/java/com/tomakehurst/wiremock/verification/InMemoryRequestJournal.java b/src/main/java/com/tomakehurst/wiremock/verification/InMemoryRequestJournal.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/tomakehurst/wiremock/verification/InMemoryRequestJournal.java +++ b/src/main/java/com/tomakeh...
Refactored InMemoryRequestJournal to a functional pattern
tomakehurst_wiremock
train
925a446a56ab977b74e3011d34aa4b4ec40e6236
diff --git a/espatools/read.py b/espatools/read.py index <HASH>..<HASH> 100644 --- a/espatools/read.py +++ b/espatools/read.py @@ -53,6 +53,7 @@ class RasterSetReader(object): def __init__(self, **kwargs): self.filename = kwargs.get('filename', None) + self.yflip = kwargs.get('yflip', False) ...
Add ability to flip yaxis on read so origin is in lower left corner
OpenGeoVis_espatools
train
55f4be2d3eb6fb697508c18ab975a3c305728037
diff --git a/ftfy/streamtester/oauth.py b/ftfy/streamtester/oauth.py index <HASH>..<HASH> 100644 --- a/ftfy/streamtester/oauth.py +++ b/ftfy/streamtester/oauth.py @@ -4,8 +4,6 @@ Do what is necessary to authenticate this tester as a Twitter "app", using somebody's Twitter account. """ from __future__ import unicode_...
move optional imports to allow doctests to work The streamtester modules need to import things from the 'twitter' package, but these should not be run as part of normal testing. Doctests were failing because they tried to import twitter, so I've moved the import. This had already been done in the main twitter tester,...
LuminosoInsight_python-ftfy
train
e1b61408e31b6f6af86875821647676704d6d5bc
diff --git a/src/python/tmclient/api.py b/src/python/tmclient/api.py index <HASH>..<HASH> 100644 --- a/src/python/tmclient/api.py +++ b/src/python/tmclient/api.py @@ -25,7 +25,7 @@ try: from cStringIO import StringIO except ImportError: from io import StringIO -from subprocess import check_call +from subproc...
Check that `convert` is there and supports the given format before proceeding.
TissueMAPS_TmClient
train
ae183e113d8381528e0711a8ac1a44b5a0bb7649
diff --git a/test/com/google/javascript/refactoring/ErrorToFixMapperTest.java b/test/com/google/javascript/refactoring/ErrorToFixMapperTest.java index <HASH>..<HASH> 100644 --- a/test/com/google/javascript/refactoring/ErrorToFixMapperTest.java +++ b/test/com/google/javascript/refactoring/ErrorToFixMapperTest.java @@ -1...
Add a test of the case where two classes of the same name are required in a module ------------- Created by MOE: <URL>
google_closure-compiler
train
b6ec476d35a13d7f1decb52dc57a393386692e33
diff --git a/SlevomatCodingStandard/Sniffs/ControlStructures/RequireShortTernaryOperatorSniff.php b/SlevomatCodingStandard/Sniffs/ControlStructures/RequireShortTernaryOperatorSniff.php index <HASH>..<HASH> 100644 --- a/SlevomatCodingStandard/Sniffs/ControlStructures/RequireShortTernaryOperatorSniff.php +++ b/SlevomatCo...
RequireShortTernaryOperatorSniff: infinite loop fix Fix for this problem <URL>
slevomat_coding-standard
train
5b5c46a9dcd6bd5656bfbd1cf76db298cb910a11
diff --git a/lib/sprockets/railtie.rb b/lib/sprockets/railtie.rb index <HASH>..<HASH> 100644 --- a/lib/sprockets/railtie.rb +++ b/lib/sprockets/railtie.rb @@ -3,19 +3,18 @@ require 'rails/railtie' require 'action_controller/railtie' require 'sprockets' require 'sprockets/rails/helper' +require 'active_support/core_e...
Use remove_possible_method to handle <I> Gemfile <I> does not contain the assets method.
rails_sprockets-rails
train
49ad8cc2ccac996e634f80ccf5b67c1fbd521cb2
diff --git a/src/structures/GuildChannel.js b/src/structures/GuildChannel.js index <HASH>..<HASH> 100644 --- a/src/structures/GuildChannel.js +++ b/src/structures/GuildChannel.js @@ -381,6 +381,18 @@ class GuildChannel extends Channel { } /** + * Whether the channel is manageable by the client user + * @typ...
feat(GuildChannel): add manageable getter (#<I>) * Adds GuildChannel.manageable * Resolve requested changes * fix eslint max-len error * Fix for nullable permissionsFor() * Indent fixes
discordjs_discord.js
train
15603964a1c3ff785a1dd992630bb3c90e231398
diff --git a/SwatDB/SwatDB.php b/SwatDB/SwatDB.php index <HASH>..<HASH> 100644 --- a/SwatDB/SwatDB.php +++ b/SwatDB/SwatDB.php @@ -101,10 +101,7 @@ class SwatDB $id_list); SwatDB::debug($sql); - $rs = $db->query($sql); - - if (MDB2::isError($rs)) - throw new SwatDBException($rs->getMessage()); + SwatDB::q...
updated functions to user SwatDB::query where it made sense, to cut down on duplication of Exception code svn commit r<I>
silverorange_swat
train
41e115b457476c43c6a304e2b5de8d0c313a4ab2
diff --git a/src/registry.js b/src/registry.js index <HASH>..<HASH> 100644 --- a/src/registry.js +++ b/src/registry.js @@ -107,7 +107,7 @@ class CommandRegistry { // Verify that it's an actual command if(!command || !(command instanceof Command)) { - this.client.emit('warn', `Attempting to register an inva...
Change command.name to command As it's for invalid (non) commands, it wont have a name, most likely!
discordjs_Commando
train
cce32d7cb5f13f42c358c8140b2f97ddf1d9435a
diff --git a/src/Pok/PoolDBM/Collections/ArrayCollection.php b/src/Pok/PoolDBM/Collections/ArrayCollection.php index <HASH>..<HASH> 100644 --- a/src/Pok/PoolDBM/Collections/ArrayCollection.php +++ b/src/Pok/PoolDBM/Collections/ArrayCollection.php @@ -38,6 +38,8 @@ class ArrayCollection extends CommonArrayCollection ...
Fix build model with relation-many
pokap_pool-dbm
train
8db7972414a9c095d074f6786814efa1f641cc8b
diff --git a/service/s3/s3manager/upload_test.go b/service/s3/s3manager/upload_test.go index <HASH>..<HASH> 100644 --- a/service/s3/s3manager/upload_test.go +++ b/service/s3/s3manager/upload_test.go @@ -1,4 +1,4 @@ -// +build go1.7 +// +build go1.8 package s3manager_test
Fix T.Name not added until Go <I>
aws_aws-sdk-go
train
42e9ae5780d59e41e107669e6576d517253e51c9
diff --git a/js/jquery.mapael.js b/js/jquery.mapael.js index <HASH>..<HASH> 100644 --- a/js/jquery.mapael.js +++ b/js/jquery.mapael.js @@ -130,7 +130,7 @@ /** * Update the zoom level of the map on mousewheel */ - options.map.zoom.mousewheel && $self.on("mousewheel", function(e) { + options.map.zoom.enab...
Zoom on mousewheel only if zoom is enabled
neveldo_jQuery-Mapael
train
e16f1600d1fa65f27ea413f2ade3e9544b88fceb
diff --git a/templates/connect.php b/templates/connect.php index <HASH>..<HASH> 100755 --- a/templates/connect.php +++ b/templates/connect.php @@ -399,11 +399,12 @@ } $permissions['extensions'] = array( - 'icon-class' => 'dashicons dashicons-menu', - 'label' => $fs->get_text_inline( 'Plugins...
[extensions-tracking] [new] The prev commit <I>af<I>f<I>b6d8f7fa<I>a<I>c<I>f<I> was actually overriding the extensions tracking flag, and not its default value. So now added another filter to control the permission's default value.
Freemius_wordpress-sdk
train
5af59d24f5a7eb29b13167253ba5452c4478c8a7
diff --git a/law/contrib/arc/workflow.py b/law/contrib/arc/workflow.py index <HASH>..<HASH> 100644 --- a/law/contrib/arc/workflow.py +++ b/law/contrib/arc/workflow.py @@ -197,7 +197,7 @@ class ARCWorkflow(BaseRemoteWorkflow): def arc_output_postfix(self): self.get_branch_map() if self.branches: -...
Sort branches when building otuput postfix in remote workflows.
riga_law
train
cb57cc0a7c7d57d595eeb275940d612da12f6522
diff --git a/php/utils-wp.php b/php/utils-wp.php index <HASH>..<HASH> 100644 --- a/php/utils-wp.php +++ b/php/utils-wp.php @@ -22,8 +22,8 @@ function wp_debug_mode() { \wp_debug_mode(); } - // Never show errors on STDOUT; only on STDERR - ini_set( 'display_errors', false ); + // XDebug already sends errors to ST...
account for XDebug not being installed when setting 'display_errors'
wp-cli_extension-command
train
cf55fc8a0002c34924df9f615c874e3541766ce4
diff --git a/lib/retina_tag/version.rb b/lib/retina_tag/version.rb index <HASH>..<HASH> 100644 --- a/lib/retina_tag/version.rb +++ b/lib/retina_tag/version.rb @@ -1,3 +1,3 @@ module RetinaTag - VERSION = "1.3.1" + VERSION = "1.4.0" end
version bump and releaes fixes
davydotcom_retina_tag
train
743312496c3ce288b278ce9dffa9991367b18a30
diff --git a/sparta_main.go b/sparta_main.go index <HASH>..<HASH> 100644 --- a/sparta_main.go +++ b/sparta_main.go @@ -81,6 +81,7 @@ var optionsExecute optionsExecuteStruct // Describe options type optionsDescribeStruct struct { OutputFile string `valid:"required"` + S3Bucket string `valid:"required,matches(\\w+)...
Add `s3Bucket` command line arg for Describe
mweagle_Sparta
train
b3a51633bebde198d0d508da64a4010b1b25b98e
diff --git a/lib/deploy.go b/lib/deploy.go index <HASH>..<HASH> 100644 --- a/lib/deploy.go +++ b/lib/deploy.go @@ -62,25 +62,6 @@ func processDeployResults(result ForceCheckDeploymentStatusResult, byName bool, testSuccesses := result.Details.RunTestResult.TestSuccesses codeCoverageWarnings := result.Details.RunTes...
Display Errors After Successes When Deploying When deploying metadata, display the errors after the successes so you don't have to scroll up since you're more likely to need to see the errors.
ForceCLI_force
train
9cf6c94fb1ce395594b75bec78fd38e641c76454
diff --git a/plenum/__metadata__.py b/plenum/__metadata__.py index <HASH>..<HASH> 100644 --- a/plenum/__metadata__.py +++ b/plenum/__metadata__.py @@ -32,12 +32,8 @@ def set_version(version: str, version_file: str = VERSION_FILE): __title__ = 'indy-plenum' -__version_info__ = (1, 6) -__version__ = '.'.join(map(str...
switches version load in metadata to new API
hyperledger_indy-plenum
train
d9108e5bde42001c41db97fde4168bdefe3b4fd6
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,20 @@ $unique = Pipeline::build() $result = $unique($values); ``` +The `then()` method can be used to combine two pipeline builder. + +```php +use Ipl\IteratorPipeline\Pipeline; + +$first = Pipeline::build(...
Adding a PipelineBuilder with `then` will merge the two.
improved-php-library_iterable
train
1105b6830c8f9235812538649768425fb019e33b
diff --git a/command/v2/auth_command.go b/command/v2/auth_command.go index <HASH>..<HASH> 100644 --- a/command/v2/auth_command.go +++ b/command/v2/auth_command.go @@ -18,7 +18,7 @@ type AuthActor interface { type AuthCommand struct { RequiredArgs flag.Authentication `positional-args:"yes"` - ClientCredentials...
updated help text for auth command [finishes #<I>]
cloudfoundry_cli
train
a50d4b3c297d31ac64e77da97c4f9853c26f866c
diff --git a/ipyrad/assemble/rawedit.py b/ipyrad/assemble/rawedit.py index <HASH>..<HASH> 100644 --- a/ipyrad/assemble/rawedit.py +++ b/ipyrad/assemble/rawedit.py @@ -179,11 +179,24 @@ def cutadaptit_single(data, sample): ## if (GBS, ddRAD) we look for the second cut site + adapter. For single-end ## data we ...
added adapter-barcode order checking for cases where merged samples, and pegbs data is analyzed either as pe or forced into se.
dereneaton_ipyrad
train
1c9982476f655aaee949ae249fa13edb60c8d119
diff --git a/src/main/java/org/thymeleaf/processor/element/IElementTagStructureHandler.java b/src/main/java/org/thymeleaf/processor/element/IElementTagStructureHandler.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/thymeleaf/processor/element/IElementTagStructureHandler.java +++ b/src/main/java/org/thymeleaf/...
Added tag-attribute-modifying methods to the element tag structure handler interface
thymeleaf_thymeleaf
train
d8ef1cbee64b5b97909de60399559b8b65d04e48
diff --git a/graphdb/__init__.py b/graphdb/__init__.py index <HASH>..<HASH> 100644 --- a/graphdb/__init__.py +++ b/graphdb/__init__.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- # @Author: Cody Kochmann # @Date: 2017-10-25 20:10:58 -# @Last Modified 2017-11-21 -# @Last Modified time: 2017-11-21 17:28:45 +# @Last Modi...
switched all pickle usage to use dill
CodyKochmann_graphdb
train
794d688074fba1194379312e3ae9db63cfc17965
diff --git a/features/step_definitions/browse_features_steps.rb b/features/step_definitions/browse_features_steps.rb index <HASH>..<HASH> 100644 --- a/features/step_definitions/browse_features_steps.rb +++ b/features/step_definitions/browse_features_steps.rb @@ -48,6 +48,5 @@ end Then /^I should see a heading "([^...
mistakenly left in capybara debug method
BBC-News_wally
train
2988dbe8a02b866dcaa6d8e115e9efb78cdfeb90
diff --git a/grimoire/elk/bugzilla.py b/grimoire/elk/bugzilla.py index <HASH>..<HASH> 100644 --- a/grimoire/elk/bugzilla.py +++ b/grimoire/elk/bugzilla.py @@ -299,44 +299,3 @@ class BugzillaEnrich(Enrich): self.requests.put(url, data=bulk_json) logging.debug("Adding issues to ES Done") - - - def ...
[enrich][bugzilla] Remove old mappings before the not analyzed by default changes.
chaoss_grimoirelab-elk
train
320f527284fb0669b5238e40499807e22080521a
diff --git a/dht_test.go b/dht_test.go index <HASH>..<HASH> 100644 --- a/dht_test.go +++ b/dht_test.go @@ -180,7 +180,7 @@ func TestProvides(t *testing.T) { t.Fatal(err) } - err = dhts[3].PutLocal(u.Key("hello"), []byte("world")) + err = dhts[3].putLocal(u.Key("hello"), []byte("world")) if err != nil { t.Fa...
Made routing code pass golint.
libp2p_go-libp2p-kad-dht
train
ce65e238515ed36103c7b4278d1c72a2cbf0d375
diff --git a/framework/web/Session.php b/framework/web/Session.php index <HASH>..<HASH> 100644 --- a/framework/web/Session.php +++ b/framework/web/Session.php @@ -275,7 +275,11 @@ class Session extends Component implements \IteratorAggregate, \ArrayAccess, \Co if ($this->getIsActive()) { // add @ ...
#<I> check for sent content before attempting to regenerate headers in debug mode
yiisoft_yii2
train
39b1ac5b9fc69aaeb93c4ceb7eead739b1ce0cf3
diff --git a/charmhelpers/contrib/amulet/utils.py b/charmhelpers/contrib/amulet/utils.py index <HASH>..<HASH> 100644 --- a/charmhelpers/contrib/amulet/utils.py +++ b/charmhelpers/contrib/amulet/utils.py @@ -114,7 +114,7 @@ class AmuletUtils(object): # /!\ DEPRECATION WARNING (beisner): # New and exist...
update comments, pgrep_full conditional
juju_charm-helpers
train
c8bf6c93792fed0ef9f3ec185301389dd3ac37ec
diff --git a/services/Schematic_FieldsService.php b/services/Schematic_FieldsService.php index <HASH>..<HASH> 100644 --- a/services/Schematic_FieldsService.php +++ b/services/Schematic_FieldsService.php @@ -451,6 +451,16 @@ class Schematic_FieldsService extends Schematic_AbstractService $field->settings = ...
Fix for position select options import, apparently craft uses the array keys.
nerds-and-company_schematic
train
42ec8d8bde0307edcd3f825232822829bb395654
diff --git a/src/main/java/jcifs/Configuration.java b/src/main/java/jcifs/Configuration.java index <HASH>..<HASH> 100644 --- a/src/main/java/jcifs/Configuration.java +++ b/src/main/java/jcifs/Configuration.java @@ -652,9 +652,9 @@ public interface Configuration { /** * * - * Property <tt>jcifs.sm...
Disable ignoreCopyToException by default Silently ignoring errors is bad.
AgNO3_jcifs-ng
train
757f0d216cb16dd8c8d5e1565a55ed4f96aa7d91
diff --git a/lib/policies/default_policy.js b/lib/policies/default_policy.js index <HASH>..<HASH> 100644 --- a/lib/policies/default_policy.js +++ b/lib/policies/default_policy.js @@ -107,9 +107,11 @@ module.exports = { parseAddress: function(address) { var parsedAddress = url.parse(address); var result = {...
fix(address-parsing): support basic hostnames in address parsing
noodlefrenzy_node-amqp10
train
c26de487e0ee6c410849ecf9fdf8fee75e18ea27
diff --git a/Element/BaseElement.php b/Element/BaseElement.php index <HASH>..<HASH> 100644 --- a/Element/BaseElement.php +++ b/Element/BaseElement.php @@ -55,10 +55,11 @@ class BaseElement extends HTMLElement unset($item['sql']); unset($item['connection']); - ...
Fix send, retrive and render select options order
mapbender_data-source
train
6bb56a10027c531708dceb9574a49b65339a0571
diff --git a/python/bigdl/dllib/optim/optimizer.py b/python/bigdl/dllib/optim/optimizer.py index <HASH>..<HASH> 100644 --- a/python/bigdl/dllib/optim/optimizer.py +++ b/python/bigdl/dllib/optim/optimizer.py @@ -846,16 +846,23 @@ class DistriOptimizer(Optimizer): :param end_trigger: when to end the optimization...
[new feature] multi optimMethods support in Optimizer (#<I>) * multiOptimMethod * some update * fix unit test * fix ut * fix unit test * fix python unit test * meet code review * update optimizer.py * update python * meet code review
intel-analytics_BigDL
train
c3249207b43de3737c5a05ba21dd71460f79d62f
diff --git a/lib/calabash/device.rb b/lib/calabash/device.rb index <HASH>..<HASH> 100644 --- a/lib/calabash/device.rb +++ b/lib/calabash/device.rb @@ -2,8 +2,14 @@ module Calabash class Device include Utility - class << self - attr_accessor :default + @@default = nil + + def self.default + ...
Device: Only allow one default device across subclasses
calabash_calabash
train
a2b26185d483df5ac4d020446b918638959896ca
diff --git a/requests_ntlm/requests_ntlm.py b/requests_ntlm/requests_ntlm.py index <HASH>..<HASH> 100644 --- a/requests_ntlm/requests_ntlm.py +++ b/requests_ntlm/requests_ntlm.py @@ -109,12 +109,14 @@ class HttpNtlmAuth(AuthBase): return response3 def response_hook(self, r, **kwargs): - - if r.st...
Last bit of pep8 & pep<I> changes
requests_requests-ntlm
train
cb24968da7d9cb86d52c0f2a1fa5bec0daec449a
diff --git a/tests/conftest.py b/tests/conftest.py index <HASH>..<HASH> 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -7,6 +7,7 @@ import pytest import time from smbclient import ( + delete_session, mkdir, ) @@ -180,6 +181,7 @@ def smb_real(): def smb_share(request, smb_real): # Use som...
Ensure tests start with fresh connection (#<I>)
jborean93_smbprotocol
train
59847bccedf4f6564844bffe8ea6a520db937c51
diff --git a/pages/__init__.py b/pages/__init__.py index <HASH>..<HASH> 100644 --- a/pages/__init__.py +++ b/pages/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -VERSION = (1, 0, 0) +VERSION = (1, 0, 1) __version__ = '.'.join(map(str, VERSION)) diff --git a/pages/tests.py b/pages/tests.py index <HASH>..<HASH> 1...
Add some tests to ensure that the tree is working properly git-svn-id: <URL>
batiste_django-page-cms
train
13f821450e2016dc6bb20f92828dd3c551897fb3
diff --git a/bin/test_client.rb b/bin/test_client.rb index <HASH>..<HASH> 100755 --- a/bin/test_client.rb +++ b/bin/test_client.rb @@ -187,6 +187,7 @@ def expected_fields_in_template_preview %w(id body version + type ) end diff --git a/lib/notifications/client/template_preview.rb b/lib/notificati...
Added type to template_preview.
alphagov_notifications-ruby-client
train
b1aa00e00d8a04b006e2b19c8a0fadb5a006b0ed
diff --git a/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java b/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java index <HASH>..<HASH> 100644 --- a/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java +++ b/mongodb/src/main/java/org/hiber...
OGM-<I> Set emebedded columns during insert
hibernate_hibernate-ogm
train
76fd9c35b70db958370da39d88a0d7bd278a8b4a
diff --git a/src/Symfony/Component/Workflow/Definition.php b/src/Symfony/Component/Workflow/Definition.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Workflow/Definition.php +++ b/src/Symfony/Component/Workflow/Definition.php @@ -94,7 +94,7 @@ final class Definition private function setInitialPlaces...
[Workflow] Fixed initial places when no places are configured I introduced a BC break in #<I> and this PR fix it. With the full stack framework, when one does not configure the initial_place(s) the DIC set `[]` for the initial values. So it removes the initials values guessed in `Definition::addPlace()`
symfony_symfony
train
89a15a2df4bf13fd8daae5f3cbbbe88b989530c3
diff --git a/features/steps/cascading_replication.py b/features/steps/cascading_replication.py index <HASH>..<HASH> 100644 --- a/features/steps/cascading_replication.py +++ b/features/steps/cascading_replication.py @@ -37,7 +37,8 @@ def check_member(context, name, key, value, time_limit): except Exception: ...
Fix small issues with ignore-slots feature (#<I>) When there is no config key in DCS Patroni shouldn't try accessing ignore_slots, otherwise an exception is raised. In addition to that implement missing unit-tests and fix linting issues in behave tests.
zalando_patroni
train
5165c9f46067255029a9ba45aad0e6d4e5aa68b5
diff --git a/admin/tool/lp/classes/form/user_evidence.php b/admin/tool/lp/classes/form/user_evidence.php index <HASH>..<HASH> 100644 --- a/admin/tool/lp/classes/form/user_evidence.php +++ b/admin/tool/lp/classes/form/user_evidence.php @@ -56,7 +56,7 @@ class user_evidence extends persistent { $mform->addElemen...
MDL-<I> forms: Normalize uses of 'url' fields to use size=<I> While this is not related to this issue, when reviewing it was detected that the size of those url fields was really small and looking decided to add this bit of normalization over existing uses.
moodle_moodle
train
e32556257fab7cdf24dadf26fe2ffed9c8eb5493
diff --git a/packages/ember-metal/lib/mixin.js b/packages/ember-metal/lib/mixin.js index <HASH>..<HASH> 100644 --- a/packages/ember-metal/lib/mixin.js +++ b/packages/ember-metal/lib/mixin.js @@ -128,7 +128,7 @@ function giveDescriptorSuper(meta, key, property, values, descs) { // it on the original object. superP...
micro-perf: out of <I>/<I> calls superMethod is undefined.
emberjs_ember.js
train
78a69d50d0940256770b36058c76b6355cb00fd5
diff --git a/pgi/obj.py b/pgi/obj.py index <HASH>..<HASH> 100644 --- a/pgi/obj.py +++ b/pgi/obj.py @@ -177,6 +177,7 @@ def InterfaceAttribute(info, namespace, name, lib): iface_info = cast(info, GIInterfaceInfoPtr) iface_info.get_n_constants() cls_dict = dict(_Interface.__dict__) + cls_dict["__gtype__...
Add __gtype__ to interfaces
pygobject_pgi
train
bea569028f047c669618407c4016a28aad8a3271
diff --git a/src/Illuminate/Auth/Passwords/PasswordBroker.php b/src/Illuminate/Auth/Passwords/PasswordBroker.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Auth/Passwords/PasswordBroker.php +++ b/src/Illuminate/Auth/Passwords/PasswordBroker.php @@ -250,4 +250,37 @@ class PasswordBroker implements PasswordBrokerCo...
add methods to create, delete, and validate password reset tokens
laravel_framework
train
099fba3f0837d005c09a3f12253e3ad07a3026c6
diff --git a/hrp/plugin.go b/hrp/plugin.go index <HASH>..<HASH> 100644 --- a/hrp/plugin.go +++ b/hrp/plugin.go @@ -27,6 +27,8 @@ const ( const projectInfoFile = "proj.json" // used for ensuring root project +var pluginMap = map[string]funplugin.IPlugin{} // used for reusing plugin instance + func initPlugin(path,...
fix: reuse plugin instance if it already initialized
HttpRunner_HttpRunner
train
d85e6d5bf0fc95afb7006afb2060d61cb6cb3229
diff --git a/build.gradle b/build.gradle index <HASH>..<HASH> 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'maven' sourceCompatibility = 1.6 group = 'com.github.tomakehurst' -version = 1.10 +version = 1.11 repositories { mavenCentral() diff --git a/src/main/java/com/github/tomak...
Upped version number. Switched off directory listing in default servlet in standalone mode. Made file source root in WAR configurale.
tomakehurst_wiremock
train
d3d5b441c21243536afed9782a0319d96df7f0ce
diff --git a/lib/bolt/version.rb b/lib/bolt/version.rb index <HASH>..<HASH> 100644 --- a/lib/bolt/version.rb +++ b/lib/bolt/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bolt - VERSION = '2.42.0' + VERSION = '2.43.0' end
(GEM) update bolt version to <I>
puppetlabs_bolt
train
92cce241dafc37ca204191b9f6a18ca82ccac9e9
diff --git a/lib/puppet/type/mount.rb b/lib/puppet/type/mount.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/type/mount.rb +++ b/lib/puppet/type/mount.rb @@ -14,8 +14,7 @@ module Puppet **Autorequires:** If Puppet is managing any parents of a mount resource --- that is, other mount points higher up in ...
(PUP-<I>) mount remove autorequire and fix autobefore With this regression, the mount autorequire on the mountpoint file resource is removed.
puppetlabs_puppet
train
cca8f564a3222a484365be33c6f8cce68439897d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,9 @@ install_requires = [ "pymongo>=3.2.2", "PyYAML>=3.11", "web.py>=0.40.dev0", - #"pylti>=0.4.1", # TODO re-add me once PyLTI PR is accepted + "lti>=0.9.0", + "oauth2>=1.9.0.post1", + "ht...
Update setup.py for lti-merged webapp
UCL-INGI_INGInious
train
e8bc9f7bc8c6b60eb550fe126b212e5ea6a7cd06
diff --git a/lib/comma/object.rb b/lib/comma/object.rb index <HASH>..<HASH> 100644 --- a/lib/comma/object.rb +++ b/lib/comma/object.rb @@ -3,19 +3,16 @@ require 'comma/data_extractor' require 'comma/header_extractor' class Object + class_attribute :comma_formats + class << self def comma(style = :default, ...
fix regression caused by <I>daf5f4c1aac<I>af<I>cd6ccd4a<I>d<I> The regression is reported at <URL>
comma-csv_comma
train
db23a5ab5daa47519e7829412be404b02573996e
diff --git a/symphony/content/content.publish.php b/symphony/content/content.publish.php index <HASH>..<HASH> 100644 --- a/symphony/content/content.publish.php +++ b/symphony/content/content.publish.php @@ -1052,23 +1052,23 @@ class contentPublish extends AdministrationPage 'fields' => ...
Fix content.publish, validate only if commit successful Picked from <I>d<I>e Picked from <I>df<I>
symphonycms_symphony-2
train
4598ad7cf1d8010899d864ef94eb46fa854407f8
diff --git a/duolingo.py b/duolingo.py index <HASH>..<HASH> 100644 --- a/duolingo.py +++ b/duolingo.py @@ -17,11 +17,15 @@ class Struct: self.__dict__.update(entries) -class AlreadyHaveStoreItemException(Exception): +class DuolingoException(Exception): pass -class DuolingoException(Exception): +cl...
Adding a CaptchaException which is thrown if duolingo API requests a captcha to be solved.
KartikTalwar_Duolingo
train
beb21b1af3be0c653ed36b8366d9bf704e0fe33c
diff --git a/algoliasearch/index.py b/algoliasearch/index.py index <HASH>..<HASH> 100644 --- a/algoliasearch/index.py +++ b/algoliasearch/index.py @@ -488,6 +488,7 @@ class Index(object): params['facetFilters'] = filters params['facets'] = disjunctive_facet + params['analytics'] =...
feat: no analytics on disjunctive faceting
algolia_algoliasearch-client-python
train
3021c2f332ef64ad7dd8ad8cf03286e3076e4d0c
diff --git a/controller.go b/controller.go index <HASH>..<HASH> 100644 --- a/controller.go +++ b/controller.go @@ -114,6 +114,9 @@ type NetworkController interface { // SetClusterProvider sets cluster provider SetClusterProvider(provider cluster.Provider) + + // Wait for agent initialization complete in libnetwor...
Add agent initialization wait method in controller Agent initialization wait method is added to make sure callers for controller methods which depend on agent initialization to be complete can wait on it.
docker_libnetwork
train
57d266c0a45719686032ee87926ddcc0b4f988b7
diff --git a/lib/appsignal/version.rb b/lib/appsignal/version.rb index <HASH>..<HASH> 100644 --- a/lib/appsignal/version.rb +++ b/lib/appsignal/version.rb @@ -1,4 +1,4 @@ module Appsignal - VERSION = '0.12.beta.26' - AGENT_VERSION = 'd84740a' + VERSION = '0.12.beta.27' + AGENT_VERSION = 'c2587ec' end
Bump to <I>.beta<I> [ci skip]
appsignal_appsignal-ruby
train
b630ab06547ce69a415228925edcdaac6eb5b3f0
diff --git a/examples/explorer.go b/examples/explorer.go index <HASH>..<HASH> 100644 --- a/examples/explorer.go +++ b/examples/explorer.go @@ -7,6 +7,7 @@ import ( "fmt" "log" "os" + "strings" "github.com/paypal/gatt" "github.com/paypal/gatt/examples/option" @@ -27,7 +28,7 @@ func onStateChanged(d gatt.Devi...
linux: Always return MAC address in upper case as peripheral id. This fixes the problem of example/explorer.go on Linux where users need to enter lower cases mac address.
paypal_gatt
train
760686d5183b56366176885437015dfa8178e9d1
diff --git a/src/clients/CommentsClient.js b/src/clients/CommentsClient.js index <HASH>..<HASH> 100644 --- a/src/clients/CommentsClient.js +++ b/src/clients/CommentsClient.js @@ -128,7 +128,7 @@ export default class CommentsClient extends _FetchClient { markAsReadAfter(date) { let url = `${this.commentSer...
Add date when the comments were read.
Cimpress_react-cimpress-comment
train
865c23e52a715d4884c9c4698908982e723c1d58
diff --git a/ui/admin/src/main/java/org/openengsb/ui/admin/testClient/TestClient.java b/ui/admin/src/main/java/org/openengsb/ui/admin/testClient/TestClient.java index <HASH>..<HASH> 100644 --- a/ui/admin/src/main/java/org/openengsb/ui/admin/testClient/TestClient.java +++ b/ui/admin/src/main/java/org/openengsb/ui/admin/...
[OPENENGSB-<I>] edit button disabled if not clicked on a service
openengsb_openengsb
train
84395363355475d097a811db58b24f48d5db3b23
diff --git a/js/controller/account-avatar.js b/js/controller/account-avatar.js index <HASH>..<HASH> 100644 --- a/js/controller/account-avatar.js +++ b/js/controller/account-avatar.js @@ -28,7 +28,7 @@ export class AccountAvatarController { ) .spread((url, token) => { file.upload = this.Upload.upl...
fix(Profile): fix avatar upload and multiple user edits
ResourcefulHumans_rheactor-web-app
train
158b14145395329af8c5e41d2cee59379eb8c9a3
diff --git a/src/Http/Controllers/Configuration/UserController.php b/src/Http/Controllers/Configuration/UserController.php index <HASH>..<HASH> 100644 --- a/src/Http/Controllers/Configuration/UserController.php +++ b/src/Http/Controllers/Configuration/UserController.php @@ -152,6 +152,9 @@ class UserController extends ...
Improve impersonation by adding an easy revert option.
eveseat_web
train
609db67cc7522e34895031785b057bfca49ff3e3
diff --git a/lib/components/resource-editing/resource-form/RadioButtons.js b/lib/components/resource-editing/resource-form/RadioButtons.js index <HASH>..<HASH> 100644 --- a/lib/components/resource-editing/resource-form/RadioButtons.js +++ b/lib/components/resource-editing/resource-form/RadioButtons.js @@ -80,7 +80,7 @@...
Fixing radio buttons for better browser compatibility
MortarJS_Mortar-JS
train
32519e4b7beeea2918c1ff34879db57a9111351f
diff --git a/eli5/formatters/html.py b/eli5/formatters/html.py index <HASH>..<HASH> 100644 --- a/eli5/formatters/html.py +++ b/eli5/formatters/html.py @@ -111,7 +111,8 @@ so if feature values have different scales, features with highest weights might not be the most important.\ '''.replace('\n', ' ') CONTRIBUTION_HE...
Clarify what feature contribution is Thanks @kmike for suggestion!
TeamHG-Memex_eli5
train
28af7299be1363286053302e41e5205aaf907fb0
diff --git a/lib/discordrb/data.rb b/lib/discordrb/data.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/data.rb +++ b/lib/discordrb/data.rb @@ -947,6 +947,9 @@ module Discordrb # @return [String] the attachment's filename. attr_reader :filename + # @return [Integer] the attachment's file size in bytes...
Expose an attachment's file size
meew0_discordrb
train
4ba6c90ee481433123682d027725c18a8f311150
diff --git a/prometheus_client/exposition.py b/prometheus_client/exposition.py index <HASH>..<HASH> 100644 --- a/prometheus_client/exposition.py +++ b/prometheus_client/exposition.py @@ -34,7 +34,7 @@ PYTHON26_OR_OLDER = sys.version_info < (2, 7) def make_wsgi_app(registry=core.REGISTRY): '''Create a WSGI app whi...
PEP<I> does not require QUERY_STRING to be present. (#<I>) Ensure that if a WSGI server does not provide the QUERY_STRING in the environ, that we don't throw an exception and cause a <I> to be returned to the scraping client.
prometheus_client_python
train