hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
2cdcc639352b293052a97fd6dcf65b52d156d1c6
diff --git a/src/main/java/com/helger/jaxb22/plugin/PluginCodingStyleguideUnaware.java b/src/main/java/com/helger/jaxb22/plugin/PluginCodingStyleguideUnaware.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/helger/jaxb22/plugin/PluginCodingStyleguideUnaware.java +++ b/src/main/java/com/helger/jaxb22/plugin/Plug...
Applying annotation also to nested inner classes
phax_ph-jaxb22-plugin
train
421d0f98da3d8a4e98eb2a3433896bb8756f02ec
diff --git a/doc-src/plugins/apis.rb b/doc-src/plugins/apis.rb index <HASH>..<HASH> 100644 --- a/doc-src/plugins/apis.rb +++ b/doc-src/plugins/apis.rb @@ -54,9 +54,6 @@ Returns a new instance of {#{svc_name}}. DOC end -def default_path -end - def service_docstring(svc_name, apis) path = "doc-src/services/#{sv...
Removed an unsed function in the api documentation plugin.
aws_aws-sdk-ruby
train
3090e4a670e40d6544f4d54fe73ffd31bbd2d068
diff --git a/src/resolvers.js b/src/resolvers.js index <HASH>..<HASH> 100644 --- a/src/resolvers.js +++ b/src/resolvers.js @@ -1,5 +1,6 @@ -import {protocol, metadata} from 'aurelia-metadata'; -import {Container, _emptyParameters} from './container'; +import {protocol} from 'aurelia-metadata'; +import {Container} from ...
refactor(resolver): simplified getDecoratorDependencies further for clarification
aurelia_dependency-injection
train
56b6becc483bd684bf7d7e8685547a0b2fb8843a
diff --git a/channeldb/witness_cache_test.go b/channeldb/witness_cache_test.go index <HASH>..<HASH> 100644 --- a/channeldb/witness_cache_test.go +++ b/channeldb/witness_cache_test.go @@ -19,27 +19,38 @@ func TestWitnessCacheRetrieval(t *testing.T) { wCache := cdb.NewWitnessCache() - // We'll be attempting to add ...
channeldb/witness_cache_test: test batch preimage insertion
lightningnetwork_lnd
train
84095e6e5ce257ced9f3d43f3665964e85f1b79c
diff --git a/cmd/jujud/agent/machine/manifolds.go b/cmd/jujud/agent/machine/manifolds.go index <HASH>..<HASH> 100644 --- a/cmd/jujud/agent/machine/manifolds.go +++ b/cmd/jujud/agent/machine/manifolds.go @@ -411,6 +411,7 @@ func commonManifolds(config ManifoldsConfig) dependency.Manifolds { // The multiwatcher mani...
Adds comments to machine manifolds for transitive isController dependencies.
juju_juju
train
4000adb70c19741d92e7f6df65d4115a8cbe05d4
diff --git a/smack-core/src/main/java/org/jivesoftware/smack/util/DNSUtil.java b/smack-core/src/main/java/org/jivesoftware/smack/util/DNSUtil.java index <HASH>..<HASH> 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/util/DNSUtil.java +++ b/smack-core/src/main/java/org/jivesoftware/smack/util/DNSUtil.java @...
Fallback to host if DNS SRV lookup fails Also fix javadoc for DNSUtil, _jabber SRV records are no longer tried. Fixes SMACK-<I>.
igniterealtime_Smack
train
9210a8c9af75dd0da6d449548d29e5754fea0e34
diff --git a/will/plugins/admin/storage.py b/will/plugins/admin/storage.py index <HASH>..<HASH> 100644 --- a/will/plugins/admin/storage.py +++ b/will/plugins/admin/storage.py @@ -19,7 +19,7 @@ class StoragePlugin(WillPlugin): if res not in (None, True, False): self.say("Something happened ...
Cleaned up some of the regexes in the default plugins
skoczen_will
train
f2e30c5f7ae971871f042727e6d849c16ff3d5aa
diff --git a/packages/zent-pop/README.md b/packages/zent-pop/README.md index <HASH>..<HASH> 100644 --- a/packages/zent-pop/README.md +++ b/packages/zent-pop/README.md @@ -40,7 +40,7 @@ | 参数 | 说明 | 类型 | 默认值 | 备选值 | |------|------|------|--------|--------| | closeOnClickOutside | 点击弹层和trigger节点外部时自动关闭 | bool | true | ...
feat: expose open/close on Pop instance
youzan_zent
train
21c8c76dc336831ecdb034813d3e37a97e231029
diff --git a/src/models/event.js b/src/models/event.js index <HASH>..<HASH> 100644 --- a/src/models/event.js +++ b/src/models/event.js @@ -801,6 +801,18 @@ utils.extend(module.exports.MatrixEvent.prototype, { this._replacingEvent = newEvent; this.emit("Event.replaced", this); } + }...
helper method to get sending status of event or replacement
matrix-org_matrix-js-sdk
train
ec04f4b8bc3cb2bad5cac045e1421ffeb04cb3a1
diff --git a/lib/ronin/model/has_name/class_methods.rb b/lib/ronin/model/has_name/class_methods.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/model/has_name/class_methods.rb +++ b/lib/ronin/model/has_name/class_methods.rb @@ -35,7 +35,7 @@ module Ronin # Exploit.named 'ProFTP' # def named(...
We must use :name.like to avoid DataMapper confusing the name property with the Class#name method.
ronin-ruby_ronin
train
2ead8063e50be3d31586df0936363ec7aef16555
diff --git a/bika/lims/browser/mailtemplates/analysisrequest_results.pt b/bika/lims/browser/mailtemplates/analysisrequest_results.pt index <HASH>..<HASH> 100644 --- a/bika/lims/browser/mailtemplates/analysisrequest_results.pt +++ b/bika/lims/browser/mailtemplates/analysisrequest_results.pt @@ -206,7 +206,7 @@ ...
Move formattedresult method from publish to Analysis New method 'getFormattedResult()' on content/analysis/Analysis The formatted result should be accessed easily all over the application. The method takes into account the specs and decimal values formatting.
senaite_senaite.core
train
947e02581bf8e4ed6f1ac01255e4ea4688e0efcc
diff --git a/network/dns/dns.go b/network/dns/dns.go index <HASH>..<HASH> 100644 --- a/network/dns/dns.go +++ b/network/dns/dns.go @@ -29,7 +29,7 @@ func Run(c *cli.Context) { } h := handler.New( provider, - c.String("authorization"), + c.String("token"), ) // Register Handler diff --git a/network/dns/ha...
Authorization: Bearer <token>
micro_micro
train
ad15195046616b037009667e5e8f15bbff17e250
diff --git a/src/engine/currencyEngine.js b/src/engine/currencyEngine.js index <HASH>..<HASH> 100644 --- a/src/engine/currencyEngine.js +++ b/src/engine/currencyEngine.js @@ -636,7 +636,7 @@ export class CurrencyEngine { if (paymentProtocolInfo) { const publicAddress = this.getFreshAddress().publicAddress ...
pass in the currency code since it's not inside the paymentProtocolInfo object (It's actually is inside but according to flow it's not so it's better to be on the safe side)
EdgeApp_edge-currency-bitcoin
train
98313d3e5242504eaf1acec4ec2b791f3c2818d9
diff --git a/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/BaseView.php b/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/BaseView.php index <HASH>..<HASH> 100644 --- a/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/BaseView.php +++ b/src/ContaoCommunity...
Do not try to format a non existing property.
contao-community-alliance_dc-general
train
18307eb66f3cde71279d326e8ca9364c3e6d2d4d
diff --git a/python/weka/flow/control.py b/python/weka/flow/control.py index <HASH>..<HASH> 100644 --- a/python/weka/flow/control.py +++ b/python/weka/flow/control.py @@ -520,6 +520,41 @@ class Flow(ActorHandler): super(Flow, self).check_actors(actors) # TODO + @classmethod + def load(cls, fna...
added ability to load/save flow to Flow class
fracpete_python-weka-wrapper
train
dd079a2c608ef92c518ce296079d674d8527ed76
diff --git a/ui/src/directives/ClosePopup.js b/ui/src/directives/ClosePopup.js index <HASH>..<HASH> 100644 --- a/ui/src/directives/ClosePopup.js +++ b/ui/src/directives/ClosePopup.js @@ -7,7 +7,7 @@ export default { handler (evt) { // allow @click to be emitted - ctx.enabled !== false && evt.de...
fix(ClosePopup): QMenu + QItem with route + ClosePopup not working correctly #<I>
quasarframework_quasar
train
6b36484662b6feac8a759b22ec3d37e1430d41e9
diff --git a/src/test/java/net/bramp/ffmpeg/FFmpegExecutorTest.java b/src/test/java/net/bramp/ffmpeg/FFmpegExecutorTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/net/bramp/ffmpeg/FFmpegExecutorTest.java +++ b/src/test/java/net/bramp/ffmpeg/FFmpegExecutorTest.java @@ -16,7 +16,7 @@ import static org.junit.Ass...
Switched to non-deprecated JUnit Timeout constructor.
bramp_ffmpeg-cli-wrapper
train
20852cd19ce0efb7aec076a67294dd31eda1e830
diff --git a/json-api.js b/json-api.js index <HASH>..<HASH> 100644 --- a/json-api.js +++ b/json-api.js @@ -36,8 +36,9 @@ module.exports = function (sbot) { WebBoot, function (req, res, next) { res.setHeader('Access-Control-Allow-Origin', '*') - res.setHeader("Access-Control-Allow-Headers", "Cache-...
borrow the cors settings from ecstatic!
ssbc_ssb-ws
train
2c4a4a7a2f6b38a96e18af1baca83c64f0b731b6
diff --git a/src/collectors/diskspace/diskspace.py b/src/collectors/diskspace/diskspace.py index <HASH>..<HASH> 100644 --- a/src/collectors/diskspace/diskspace.py +++ b/src/collectors/diskspace/diskspace.py @@ -232,8 +232,11 @@ class DiskSpaceCollector(diamond.collector.Collector): for unit in self.confi...
Fixed ZeroDivisionError when blocks_free is 0
python-diamond_Diamond
train
3a1a12ac13748e382fec90ea793c98502fd7b82a
diff --git a/lib/Doctrine/ODM/MongoDB/Mapping/ClassMetadataInfo.php b/lib/Doctrine/ODM/MongoDB/Mapping/ClassMetadataInfo.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ODM/MongoDB/Mapping/ClassMetadataInfo.php +++ b/lib/Doctrine/ODM/MongoDB/Mapping/ClassMetadataInfo.php @@ -216,7 +216,7 @@ class ClassMetadataInfo i...
Make doc block for shardKey property more understandable
doctrine_mongodb-odm
train
737e181362e17d4632676bbe48f1830b91d411bd
diff --git a/LiSE/LiSE/handle.py b/LiSE/LiSE/handle.py index <HASH>..<HASH> 100644 --- a/LiSE/LiSE/handle.py +++ b/LiSE/LiSE/handle.py @@ -82,32 +82,34 @@ def concat_d(r: Dict[bytes, bytes]) -> bytes: return resp +SET_CODE = MSGPACK_SET.to_bytes(1, "big", signed=False) + + def concat_s(s: Set[bytes]) -> bytes...
Turn set_code into a global
LogicalDash_LiSE
train
b7c5f7c6661e2dfb69188dcd3a4dec9027e9ad35
diff --git a/src/Controller/Api/AppController.php b/src/Controller/Api/AppController.php index <HASH>..<HASH> 100644 --- a/src/Controller/Api/AppController.php +++ b/src/Controller/Api/AppController.php @@ -421,15 +421,15 @@ class AppController extends Controller if (empty($data) || !is_array($data)) { ...
Panels request data (task #<I>) Request data might include more information than just current module fields and values. Instead on relying on current data array key we fetch the requested data chunk by the current controller name.
QoboLtd_cakephp-csv-migrations
train
9ca472053942f42e74a416f7154f2fad1c7653d4
diff --git a/src/main/java/org/lastaflute/web/login/TypicalLoginAssist.java b/src/main/java/org/lastaflute/web/login/TypicalLoginAssist.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/lastaflute/web/login/TypicalLoginAssist.java +++ b/src/main/java/org/lastaflute/web/login/TypicalLoginAssist.java @@ -18,6 +18,...
make RememberMeCookieAgent in TypicalLoginAssist to be switchable
lastaflute_lastaflute
train
b64e4d12c7319f830509003dcbcf6b719b5b00df
diff --git a/echo.go b/echo.go index <HASH>..<HASH> 100644 --- a/echo.go +++ b/echo.go @@ -337,8 +337,6 @@ func (e *Echo) DefaultHTTPErrorHandler(err error, c Context) { msg = Map{"message": msg} } - e.Logger.Error(err) - // Send response if !c.Response().Committed { if c.Request().Method == HEAD { // Iss...
Removed error log from http error handler
labstack_echo
train
55d4ecdd5080fccaff9f8f93712d90f6468ccd10
diff --git a/fedmsg/consumers/ircbot.py b/fedmsg/consumers/ircbot.py index <HASH>..<HASH> 100644 --- a/fedmsg/consumers/ircbot.py +++ b/fedmsg/consumers/ircbot.py @@ -28,6 +28,7 @@ import fedmsg.meta from fedmsg.meta import _ import copy +import functools import re import time import pygments @@ -148,7 +149,7 @@...
Cascade IRC connections. This makes it so that, if we are joining <I> channels as <I> bots, we won't try to do them all at the same time. We'll connect to one, and then once that is started we'll wait 1 second and then start the second connection. The start of that one will wait 1 second and trigger the third, etc.....
fedora-infra_fedmsg
train
c9ac06d98ecb8e9140523d5ac262ab8ce11a324e
diff --git a/tests/test_hvcs.py b/tests/test_hvcs.py index <HASH>..<HASH> 100644 --- a/tests/test_hvcs.py +++ b/tests/test_hvcs.py @@ -125,6 +125,7 @@ def test_check_custom_gitlab_token_should_return_false(): "example.gitlab.com/path", "https://example.gitlab.com/path", None, + ...
chore: sync changes with upstream
relekang_python-semantic-release
train
5b313166a9c8fec00edb4a450978bd9d0aa95276
diff --git a/tests/db/routers_test.py b/tests/db/routers_test.py index <HASH>..<HASH> 100644 --- a/tests/db/routers_test.py +++ b/tests/db/routers_test.py @@ -109,7 +109,7 @@ class OQRouterTestCase(unittest.TestCase): For each model in the 'uiapi' schema, test for proper db routing for read operations...
db/routers_test: Removed references to Upload table.
gem_oq-engine
train
24a2fe0f20dce46257900fa7043e84e555890330
diff --git a/token/types.go b/token/types.go index <HASH>..<HASH> 100644 --- a/token/types.go +++ b/token/types.go @@ -19,27 +19,29 @@ const ( OR // | LOR // || - ASSIGN // = - DOLLAR // $ - DOLLSQ // $' - DOLLDQ // $" - DOLLBR // ${ - DOLLBK // $[ - DOLLPR // $( - DOLLDP // $(( - DLBRCK // [[ - LET // let ...
token: note in the godoc what tokens are bash-only That means which tokens will never be used when PosixConformant is true. Other tokens might still be used with new meanings in a Bash program, such as , which can be used inside ${} only in bash as well as in $(()) in posix.
mvdan_sh
train
065792a6f75cffda4c7e331937f63fb2a9972a65
diff --git a/lib/zold/score.rb b/lib/zold/score.rb index <HASH>..<HASH> 100644 --- a/lib/zold/score.rb +++ b/lib/zold/score.rb @@ -46,6 +46,7 @@ module Zold @invoice = invoice @suffixes = suffixes @strength = strength + @created = Time.now end # The default no-value score. @@ -140,...
#<I> show score time of creation
zold-io_zold
train
fb25e4f6c88f7c5308ca7207035c3d119250035c
diff --git a/folium/plugins/marker_cluster.py b/folium/plugins/marker_cluster.py index <HASH>..<HASH> 100644 --- a/folium/plugins/marker_cluster.py +++ b/folium/plugins/marker_cluster.py @@ -64,12 +64,12 @@ class MarkerCluster(Layer): if locations is not None: if popups is None: - ...
Streamlining some code in marker_cluster
python-visualization_folium
train
a681c99c0f6ae8238ac0cffc949f1b88661aed0f
diff --git a/cake/libs/controller/component.php b/cake/libs/controller/component.php index <HASH>..<HASH> 100644 --- a/cake/libs/controller/component.php +++ b/cake/libs/controller/component.php @@ -62,7 +62,14 @@ class Component extends Object { $this->controller =& $controller; if ($this->controller->components...
Closes #<I>, Auth component cause post validation of security component fails. Fixes #<I>, Auth and Security at the same time. input a error username or a error password. the failure redirector will mistake. git-svn-id: <URL>
cakephp_cakephp
train
3eb45b5b946a73063c896a83dc6b5366b3302ea9
diff --git a/src/main/java/de/btobastian/javacord/utils/EventDispatcher.java b/src/main/java/de/btobastian/javacord/utils/EventDispatcher.java index <HASH>..<HASH> 100644 --- a/src/main/java/de/btobastian/javacord/utils/EventDispatcher.java +++ b/src/main/java/de/btobastian/javacord/utils/EventDispatcher.java @@ -173,1...
The running-time detection for listeners is now a little bit more accurate
Javacord_Javacord
train
d7c0dfffaf8299afd62e68aae8b6829a91aa2613
diff --git a/ipa/ipa_azure.py b/ipa/ipa_azure.py index <HASH>..<HASH> 100644 --- a/ipa/ipa_azure.py +++ b/ipa/ipa_azure.py @@ -195,7 +195,7 @@ class AzureProvider(IpaProvider): { 'location': self.region, 'ip_configurations': [{ - 'name': ...
Fix typo in ip config name.
SUSE-Enceladus_ipa
train
20817002cc2b4e6317603f6c3f1b7fdb6f4e92c5
diff --git a/src/styles/text/canvas_text.js b/src/styles/text/canvas_text.js index <HASH>..<HASH> 100644 --- a/src/styles/text/canvas_text.js +++ b/src/styles/text/canvas_text.js @@ -75,63 +75,7 @@ export default class CanvasText { let leading = 2 * Utils.device_pixel_ratio; // make configurable and/or use Can...
Move parsing logic to multiline static method
tangrams_tangram
train
9c0233b8b96e9faa498f777737a8bcdccbe29082
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -52,7 +52,7 @@ function internalRender(vnode, opts, root) { } else { // class-based components - let c = new nodeName(); + let c = new nodeName(props); c.setProps(props, NO_RENDER); ...
Props should be passed through the constructor for classical components
developit_preact-render-to-string
train
9eaf6a602624122730d70bc96cbb9489edbc7218
diff --git a/lib/format_output.rb b/lib/format_output.rb index <HASH>..<HASH> 100644 --- a/lib/format_output.rb +++ b/lib/format_output.rb @@ -5,6 +5,7 @@ require_relative "format_output/bullets" require_relative "format_output/builders/bullet_builder" require_relative "format_output/builders/column_builder" + req...
Imported the balance of the code.
PeterCamilleri_format_output
train
e77c38dbf71cbc27420650de9277586840cd5b9e
diff --git a/qds_sdk/template.py b/qds_sdk/template.py index <HASH>..<HASH> 100644 --- a/qds_sdk/template.py +++ b/qds_sdk/template.py @@ -184,7 +184,8 @@ class Template(Resource): Dictionary containing the updated details of the template. """ conn = Qubole.agent() - return conn.po...
fix: dev: SDK-<I>: Template Id type casted to String (#<I>) Fix an issue to type cast id variable to string.
qubole_qds-sdk-py
train
31d95a9e917c69f9f3eade99f63de93a580f85e3
diff --git a/lib/base.js b/lib/base.js index <HASH>..<HASH> 100644 --- a/lib/base.js +++ b/lib/base.js @@ -46,11 +46,11 @@ Base.prototype._getId = function() { Base.prototype._parseError = function(stanza) { var error = { type: stanza.getChild('error').attrs.type } - var errorMessage = stanza.getChild('erro...
Completely remove jQuery from the system. Closes #<I>.
xmpp-ftw_xmpp-ftw
train
7339e172e090321e6251fda158e4b63da8854f3b
diff --git a/src/main/java/org/jboss/netty/handler/execution/MemoryAwareThreadPoolExecutor.java b/src/main/java/org/jboss/netty/handler/execution/MemoryAwareThreadPoolExecutor.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/netty/handler/execution/MemoryAwareThreadPoolExecutor.java +++ b/src/main/java/or...
Fixed issue: NETTY-<I> Dead lock triggered by OIO transport and MemoryAwareThreadPoolExecutor when WriteCompletionEvent reaches memory limit * MemoryAwareThreadPoolExecutor does not count WriteCompletionEvent anymore to avoid dead lock
netty_netty
train
9a1c28bb64d433b0193a073903b467fe583a84ce
diff --git a/dist/angular-jwt.js b/dist/angular-jwt.js index <HASH>..<HASH> 100755 --- a/dist/angular-jwt.js +++ b/dist/angular-jwt.js @@ -23,7 +23,7 @@ angular.module('angular-jwt', var config = this; - this.$get = ["$q", "$injector", function ($q, $injector) { + this.$get = ["$q", "$injector", "$rootSc...
Added missing root scope dependency. The broadcast method throws reference error: $rootScope is not defined.
auth0_angular-jwt
train
a2440b7cb6c8847a1db822c44e4acfd3be97a972
diff --git a/src/frontend/org/voltdb/ExecutionSite.java b/src/frontend/org/voltdb/ExecutionSite.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/ExecutionSite.java +++ b/src/frontend/org/voltdb/ExecutionSite.java @@ -624,6 +624,8 @@ implements Runnable, SiteTransactionConnection, SiteProcedureConnection ...
Remove @UpdateLogging's ExecutionSite dependency Add updateBackendLogging() to SystemProcedureContext and make UpdateLogging use it. This removes an ExecutionSite reference from UpdateLogging.
VoltDB_voltdb
train
3bb489f8524b8945a4111208526fc7b91e4a10d8
diff --git a/provider/maas/environ.go b/provider/maas/environ.go index <HASH>..<HASH> 100644 --- a/provider/maas/environ.go +++ b/provider/maas/environ.go @@ -1284,7 +1284,12 @@ func (*maasEnviron) NetworkInterfaces(_ instance.Id) ([]network.InterfaceInfo, e // Subnets returns basic information about the specified s...
Filter MaaS Subnets by network id
juju_juju
train
8e603a837caeabde109d3199c67ee35c35a047bb
diff --git a/Neos.Flow/Classes/Http/AbstractMessage.php b/Neos.Flow/Classes/Http/AbstractMessage.php index <HASH>..<HASH> 100644 --- a/Neos.Flow/Classes/Http/AbstractMessage.php +++ b/Neos.Flow/Classes/Http/AbstractMessage.php @@ -512,7 +512,8 @@ abstract class AbstractMessage implements MessageInterface * ...
TASK: Add hint on alternative to deprecated method
neos_flow-development-collection
train
89a9164265745b2757650f5ba9b98f207b0df042
diff --git a/great_expectations/render/renderer/site_index_page_renderer.py b/great_expectations/render/renderer/site_index_page_renderer.py index <HASH>..<HASH> 100644 --- a/great_expectations/render/renderer/site_index_page_renderer.py +++ b/great_expectations/render/renderer/site_index_page_renderer.py @@ -15,9 +15,...
Guard against missing expectation_suite_links in SiteIndexPageRenderer
great-expectations_great_expectations
train
bfb093aacdff681160fdf64fb2d58870b746cf62
diff --git a/nsinit/restore.go b/nsinit/restore.go index <HASH>..<HASH> 100644 --- a/nsinit/restore.go +++ b/nsinit/restore.go @@ -27,10 +27,31 @@ var restoreCommand = cli.Command{ if imagePath == "" { fatal(fmt.Errorf("The --image-path option isn't specified")) } - container, err := getContainer(context) + ...
Allow restore to actually exec/create the libcontainer, rather than requiring that one already exists. Docker-DCO-<I>-
opencontainers_runc
train
8663b090c04cc366770b1246ea03781cd4d69ea9
diff --git a/mdeploy.php b/mdeploy.php index <HASH>..<HASH> 100644 --- a/mdeploy.php +++ b/mdeploy.php @@ -754,7 +754,7 @@ class worker extends singleton_pattern { } // Looking good, let's try it. - if (!$this->move_directory($sourcelocation, $backuplocation)) { + if (!...
MDL-<I> Do not attempt to remove the root folder of a plugin during the update deployment There is no need to move the root folder of a plugin during the update deployment. We just need to operate with its contents. So the web server process can have the write access for the plugin folder only.
moodle_moodle
train
b3d38523c0c4cf1434a2231501a194fef3d59b56
diff --git a/src/PHPDocMD/Parser.php b/src/PHPDocMD/Parser.php index <HASH>..<HASH> 100644 --- a/src/PHPDocMD/Parser.php +++ b/src/PHPDocMD/Parser.php @@ -264,7 +264,7 @@ class Parser $name = (string)$xConstant->name; $value = (string)$xConstant->value; - $signature = 'const ' . $...
Missing equals sign for constants
evert_phpdoc-md
train
ace53c2d11f3f1b200fcae330a5c932868d2e6b2
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -57,7 +57,7 @@ var webdriverDriver = function(template, options) { console.log('Submitting'); scrape = scrape - .waitForVisible(template.submit.button, 5000) + .waitForVisible(temp...
Webdriverio working for the google example.
arminhammer_rubbertiger
train
559beddec76fc06475dbd8295ca1abca17f6c337
diff --git a/spec/helpers/database.rb b/spec/helpers/database.rb index <HASH>..<HASH> 100644 --- a/spec/helpers/database.rb +++ b/spec/helpers/database.rb @@ -3,5 +3,5 @@ require 'spec_helper' require 'ronin/database' module Helpers - Database.setup('sqlite3::memory:') + Database.setup(ENV['DATABASE'] || 'sqlite3...
Allow the user to specify the Database URI that specs will run against.
ronin-ruby_ronin
train
b61e1dabac3240884e85636014c7a32a0c59dce1
diff --git a/capi_experimental/apply_manifest.go b/capi_experimental/apply_manifest.go index <HASH>..<HASH> 100644 --- a/capi_experimental/apply_manifest.go +++ b/capi_experimental/apply_manifest.go @@ -75,7 +75,8 @@ applications: stack: cflinuxfs2 env: { foo: qux, snack: walnuts } command: new-command - heal...
Add health check endpoint to manifest test [#<I>]
cloudfoundry_cf-acceptance-tests
train
3cb1765a5aa7ad160ada0c877d907d466311f47d
diff --git a/library/CM/MongoDb/Client.php b/library/CM/MongoDb/Client.php index <HASH>..<HASH> 100644 --- a/library/CM/MongoDb/Client.php +++ b/library/CM/MongoDb/Client.php @@ -351,6 +351,9 @@ class CM_MongoDb_Client extends CM_Class_Abstract { */ protected function _listDatabaseNames() { $databas...
Fixed _listDatabaseNames in case there are no databases
cargomedia_cm
train
debba9164f216ba22f2275443115114c373a31d2
diff --git a/docs/src/modules/components/DemoToolbar.js b/docs/src/modules/components/DemoToolbar.js index <HASH>..<HASH> 100644 --- a/docs/src/modules/components/DemoToolbar.js +++ b/docs/src/modules/components/DemoToolbar.js @@ -63,6 +63,25 @@ const DemoTooltip = styled((props) => { zIndex: theme.zIndex.appBar - 1...
[docs] Fix Tooltip flicker when hovering between code icon and demo (#<I>)
mui-org_material-ui
train
eb0dcd561362dd605428256e84205ccd8a2ae496
diff --git a/lib/capybara/selenium/node.rb b/lib/capybara/selenium/node.rb index <HASH>..<HASH> 100644 --- a/lib/capybara/selenium/node.rb +++ b/lib/capybara/selenium/node.rb @@ -209,7 +209,7 @@ private def set_text(value, options) if readonly? warn "Attempt to set readonly element with value: #{value} \...
[fix] selenium set_text passing in empty string with options If an empty value if passed in with a clear option, it seems that the caller's intent is for the option to be honored regardless of the value to be set in the field. Just passing in a blank value would behave as it did before. Updated spec to also attach a...
teamcapybara_capybara
train
6067f3603d9f073fcf9ae4b172ef0aee16b43014
diff --git a/sprd/entity/Configuration.js b/sprd/entity/Configuration.js index <HASH>..<HASH> 100644 --- a/sprd/entity/Configuration.js +++ b/sprd/entity/Configuration.js @@ -30,38 +30,22 @@ define(['js/data/Entity', 'sprd/entity/Offset', 'sprd/entity/Size', 'sprd/entity _y: "{offset.y}" }, - ...
removed unneccessary code
spreadshirt_rAppid.js-sprd
train
b0f40f9ff0c08d872063832b8e9714d12bfab408
diff --git a/src/main/java/org/gitlab4j/api/RepositoryApi.java b/src/main/java/org/gitlab4j/api/RepositoryApi.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/gitlab4j/api/RepositoryApi.java +++ b/src/main/java/org/gitlab4j/api/RepositoryApi.java @@ -781,7 +781,7 @@ public class RepositoryApi extends AbstractAp...
Fixed javadoc issue (#<I>).
gmessner_gitlab4j-api
train
73eaeba88cbaa0443eb525c50742eb330e6e018d
diff --git a/solver/boltdbcachestorage/storage.go b/solver/boltdbcachestorage/storage.go index <HASH>..<HASH> 100644 --- a/solver/boltdbcachestorage/storage.go +++ b/solver/boltdbcachestorage/storage.go @@ -133,6 +133,11 @@ func (s *Store) Load(id string, resultID string) (solver.CacheResult, error) { func (s *Store...
boltdbcache: fix releasing results
moby_buildkit
train
5945371aaa10444b053d49b9c716f2eba9ac1024
diff --git a/salt/cli/caller.py b/salt/cli/caller.py index <HASH>..<HASH> 100644 --- a/salt/cli/caller.py +++ b/salt/cli/caller.py @@ -65,10 +65,10 @@ class Caller(object): sys.exit(-1) try: sdata = { - 'fun': fun, - 'pid': os.getpid(), - ...
Display trace on args error with enought log level
saltstack_salt
train
b8f4df9fd03082860cabeb123c26283b8d4133da
diff --git a/src/Routes.php b/src/Routes.php index <HASH>..<HASH> 100644 --- a/src/Routes.php +++ b/src/Routes.php @@ -103,11 +103,12 @@ trait Routes */ private function getRoute(string $name, bool $groupRoute = null): RouteInterface { - if (!array_key_exists($name, $this->routes)) { + $ro...
Replaced direct property access with getter.
extendsframework_extends-router
train
5526e6046474cc92ad405b58d490d1caf9aaa8f4
diff --git a/qb/select.go b/qb/select.go index <HASH>..<HASH> 100644 --- a/qb/select.go +++ b/qb/select.go @@ -163,3 +163,44 @@ func (b *SelectBuilder) AllowFiltering() *SelectBuilder { b.allowFiltering = true return b } + +// Count produces 'count(column)'. +func (b *SelectBuilder) Count(column string) *SelectBui...
Add aggregation function to select query builder (#<I>) qb: added min, max, avg, sum, and count to SelectBuilder
scylladb_gocqlx
train
a17cddc8c763d726ad3d725cdec3f71914b9aec4
diff --git a/tests/integration_test_vensim_pathway.py b/tests/integration_test_vensim_pathway.py index <HASH>..<HASH> 100644 --- a/tests/integration_test_vensim_pathway.py +++ b/tests/integration_test_vensim_pathway.py @@ -133,7 +133,7 @@ class TestIntegrationExamples(unittest.TestCase): def test_lookups...
Change folder name It wasn't able to find the file... My fault
JamesPHoughton_pysd
train
9b960ba1cbc90671e01fb19a55fdf7942b412ca9
diff --git a/astyanax-thrift/src/test/java/com/netflix/astyanax/thrift/CqlTest.java b/astyanax-thrift/src/test/java/com/netflix/astyanax/thrift/CqlTest.java index <HASH>..<HASH> 100644 --- a/astyanax-thrift/src/test/java/com/netflix/astyanax/thrift/CqlTest.java +++ b/astyanax-thrift/src/test/java/com/netflix/astyanax/t...
verifying that preparecqlstatement decouples the user from having to specify the columnfamily name for every execution of a cql query.
Netflix_astyanax
train
0da67ceff84ab6a6b06e67b266dc7fc9727f3276
diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,5 @@ }, "autoload": { "psr-0": {"UserApp\\": "lib/"} - }, - "minimum-stability": "dev" + } } diff --git a/lib/Client.php b/lib/Client.php index <HASH>..<HASH> 100644 ...
Update composer package. Added transport as configuration.
userapp-io_userapp-php
train
6309ffd1b7c678568705f1cf0fb5e44ea0fb3c22
diff --git a/src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php b/src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php +++ b/src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php @@ -62,17 +62,14 @@ class Deb...
Use $this->iniSet() in tests
symfony_symfony
train
1975110c1756512c7126ee9771264f6d39806c34
diff --git a/lib/rodzilla/resource/product.rb b/lib/rodzilla/resource/product.rb index <HASH>..<HASH> 100644 --- a/lib/rodzilla/resource/product.rb +++ b/lib/rodzilla/resource/product.rb @@ -11,7 +11,7 @@ module Rodzilla end def get_accessible_products - prepare_request + self.class.prepar...
Make prepare request a class method call
johnfaucett_rodzilla
train
863bf61fa5f357ba6d1d74affa9ef1eb951158e9
diff --git a/cablemap.core/cablemap/core/utils.py b/cablemap.core/cablemap/core/utils.py index <HASH>..<HASH> 100644 --- a/cablemap.core/cablemap/core/utils.py +++ b/cablemap.core/cablemap/core/utils.py @@ -237,7 +237,7 @@ def cablefiles_from_directory(directory, predicate=None): """ pred = predicate or bool ...
Removed file extension from file name for the predicate
heuer_cablemap
train
98904582f02df522c825a8a9ea579a9c162d07a5
diff --git a/base/src/main/java/uk/ac/ebi/atlas/configuration/SolrConfig.java b/base/src/main/java/uk/ac/ebi/atlas/configuration/SolrConfig.java index <HASH>..<HASH> 100644 --- a/base/src/main/java/uk/ac/ebi/atlas/configuration/SolrConfig.java +++ b/base/src/main/java/uk/ac/ebi/atlas/configuration/SolrConfig.java @@ -3...
Initialize a static SolrClientCache attached to a singleton bean and use that one instead of creating a new one
ebi-gene-expression-group_atlas
train
558df157e8116f9a3b1aae6058e99b4cf567fc56
diff --git a/framework/zii/widgets/grid/CGridColumn.php b/framework/zii/widgets/grid/CGridColumn.php index <HASH>..<HASH> 100644 --- a/framework/zii/widgets/grid/CGridColumn.php +++ b/framework/zii/widgets/grid/CGridColumn.php @@ -110,7 +110,6 @@ abstract class CGridColumn extends CComponent public function renderHea...
revert r<I>
yiisoft_yii
train
bffd516fcf0a1a17b5c4c03125b441ff8de9b612
diff --git a/CHANGES.rst b/CHANGES.rst index <HASH>..<HASH> 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Release 1.3.7 (released September 7, 2019) ============================================ * #39: Removed artifact ``print()`` statement in variable name validator. +* #40: Fixed bug in ``checkers.is_...
Closes #<I>. Adjusted checkers.is_type() to correctly support identification of subclasses of Abstract Base Classes when evaluating at the level of a type object as opposed to an instance object.
insightindustry_validator-collection
train
ddc584e89eaf6845f8cd72bcafce5035c9893dbb
diff --git a/actionpack/lib/action_controller.rb b/actionpack/lib/action_controller.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_controller.rb +++ b/actionpack/lib/action_controller.rb @@ -37,12 +37,13 @@ module ActionController autoload :UrlFor end - autoload :Integration, 'action_controll...
Restructure TemplateAssertions-related code to eliminate circular requires. Also, no need to include dependencies in AS::Concerns inside included blocks.
rails_rails
train
80dc13344e7323b4784435b2b481105589e42e99
diff --git a/accordion.js b/accordion.js index <HASH>..<HASH> 100644 --- a/accordion.js +++ b/accordion.js @@ -111,17 +111,15 @@ _initializePanel: function( $accordion, $header, isFocusable ) { - var contentId = $header.attr( 'data-content-id' ); - if ( contentId === null ) { - return; - } + va...
Updating Accordion widget so data-contentid is not required. If not provided, it will try to use next element.
Brightspace_jquery-valence-ui-accordion
train
139d4f3319e6bb985add3529f1ecf2f167715716
diff --git a/ast/builtins.go b/ast/builtins.go index <HASH>..<HASH> 100644 --- a/ast/builtins.go +++ b/ast/builtins.go @@ -1078,7 +1078,12 @@ var ParseDurationNanos = &Builtin{ var Date = &Builtin{ Name: "time.date", Decl: types.NewFunction( - types.Args(types.A), + types.Args( + types.NewAny( + types.N, + ...
Add mutex around tzCache access, better arg declaration
open-policy-agent_opa
train
66ea9889ec0a2e32324058ef0770e66e6aca6ed1
diff --git a/lib/nexpose/shared_cred.rb b/lib/nexpose/shared_cred.rb index <HASH>..<HASH> 100644 --- a/lib/nexpose/shared_cred.rb +++ b/lib/nexpose/shared_cred.rb @@ -73,10 +73,13 @@ module Nexpose # Array of site IDs that this credential is restricted to. attr_accessor :sites + # Array of sites where th...
Allow SharedCredentials to be turned off per site.
rapid7_nexpose-client
train
b555423b220647a875fad17445a6eb017f685f5a
diff --git a/service/src/main/java/org/ops4j/pax/logging/internal/PaxLoggerImpl.java b/service/src/main/java/org/ops4j/pax/logging/internal/PaxLoggerImpl.java index <HASH>..<HASH> 100644 --- a/service/src/main/java/org/ops4j/pax/logging/internal/PaxLoggerImpl.java +++ b/service/src/main/java/org/ops4j/pax/logging/inter...
o Adding missing handling of events in the debug(), error(), info(), warn() and fatal() methods.
ops4j_org.ops4j.pax.logging
train
34ee5af38cefe5c98c29f4e5c769c8fd29eb727a
diff --git a/ide/plugins/traces/src/main/java/org/overture/ide/plugins/traces/views/TracesTreeView.java b/ide/plugins/traces/src/main/java/org/overture/ide/plugins/traces/views/TracesTreeView.java index <HASH>..<HASH> 100644 --- a/ide/plugins/traces/src/main/java/org/overture/ide/plugins/traces/views/TracesTreeView.jav...
Check for is disposed before changing the tree in traces git-svn-id: <URL>
overturetool_overture
train
5aa11f407837571a62f907e6f91a23afe897d287
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -116,8 +116,18 @@ module.exports = function (opts) { if (destroyed) return process.nextTick(cb) destroyed = true clearInterval(interval) - socket.once('close', cb) - socket.close() + + // Need to drop m...
'networkInterface' event (#<I>) * feat: 'networkInterface' event * chore: lint issue
mafintosh_multicast-dns
train
d7eff48e14def704f623ca075515ac4d989400ed
diff --git a/lib/repository.js b/lib/repository.js index <HASH>..<HASH> 100644 --- a/lib/repository.js +++ b/lib/repository.js @@ -511,8 +511,8 @@ Repository.prototype.createBranch = function(name, commit, force) { * @param {Buffer} buffer * @return {Oid} */ -Repository.prototype.createBlobFromBuffer = function(b...
Fixed test and made repo blob method return a promise
nodegit_nodegit
train
0a29df028771dccdbf4d1da4f79074321a91a0e1
diff --git a/src/Badge/Model/Package.php b/src/Badge/Model/Package.php index <HASH>..<HASH> 100644 --- a/src/Badge/Model/Package.php +++ b/src/Badge/Model/Package.php @@ -294,6 +294,11 @@ final class Package public function getLatestRequire(string $require): string { $latestStableVersion = $this->get...
check if latest stable version is null or not
PUGX_badge-poser
train
045969ea718070f88f65ae3ba95b2f76d59eec95
diff --git a/lib/helpers/list_column_helpers.rb b/lib/helpers/list_column_helpers.rb index <HASH>..<HASH> 100644 --- a/lib/helpers/list_column_helpers.rb +++ b/lib/helpers/list_column_helpers.rb @@ -77,7 +77,7 @@ module ActiveScaffold if column.inplace_edit and record.authorized_for?(:action => :update, :colum...
Fix inplace_edit for nested controllers, value was saved but update_column.rjs didn't update the column
activescaffold_active_scaffold
train
e5919f780e01b0c65d9eaaad35e6e2020f08e5d9
diff --git a/lib/foreman_docker/engine.rb b/lib/foreman_docker/engine.rb index <HASH>..<HASH> 100644 --- a/lib/foreman_docker/engine.rb +++ b/lib/foreman_docker/engine.rb @@ -47,10 +47,10 @@ module ForemanDocker sub_menu :top_menu, :containers_menu, :caption => N_('Containers'), ...
Fixes #<I> - Capitalize the first letter of every word
theforeman_foreman_docker
train
fe1ebaed772468f5695dcba40686d534edf3920e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -version = '1.0.7' +version = '1.0.8' setup( name='webium',
updated the patch version to <I>
wgnet_webium
train
1d0e9a4a5b598538e241eef0457f9185e685f53e
diff --git a/select2.js b/select2.js index <HASH>..<HASH> 100755 --- a/select2.js +++ b/select2.js @@ -67,7 +67,7 @@ } }; - nextUid=(function() { var counter=1; return function() { return counter++; }}()); + nextUid=(function() { var counter=1; return function() { return counter++; }; }()); ...
a bit of jshint cleanup
select2_select2
train
eef9e54dec2629a1a5684d2b2309a1d024a7786f
diff --git a/fscache.go b/fscache.go index <HASH>..<HASH> 100644 --- a/fscache.go +++ b/fscache.go @@ -57,7 +57,7 @@ func (c *Cache) haunter() { time.AfterFunc(c.grim.Next(), c.haunter) } -func (c *Cache) haunt() error { +func (c *Cache) haunt() { c.mu.Lock() defer c.mu.Unlock() @@ -76,7 +76,7 @@ func (c *Ca...
haunt doesn't need to return an error, its internal
djherbis_fscache
train
c2cafbe7761d48685d75810a14161372833ff264
diff --git a/src/RollbarLogger.php b/src/RollbarLogger.php index <HASH>..<HASH> 100644 --- a/src/RollbarLogger.php +++ b/src/RollbarLogger.php @@ -85,6 +85,9 @@ class RollbarLogger extends AbstractLogger return $this->config->getCustom(); } + /** + * @var Level|string $level + */ public ...
feat: support Level to RollbarLogger::log
rollbar_rollbar-php
train
66e0a988023467df19946958dacdf3de5996000d
diff --git a/framework/RedKiteCms/Bridge/Security/UserProvider.php b/framework/RedKiteCms/Bridge/Security/UserProvider.php index <HASH>..<HASH> 100755 --- a/framework/RedKiteCms/Bridge/Security/UserProvider.php +++ b/framework/RedKiteCms/Bridge/Security/UserProvider.php @@ -17,6 +17,7 @@ namespace RedKiteCms\Bridge\...
passed ConfigurationHandler to UserProvider object
redkite-labs_redkitecms-framework
train
1d1b5f121938542af5c29d485f3212e6a8a25823
diff --git a/src/base/Controller.php b/src/base/Controller.php index <HASH>..<HASH> 100644 --- a/src/base/Controller.php +++ b/src/base/Controller.php @@ -66,4 +66,33 @@ abstract class Controller extends \yii\console\Controller return $password; } + + /** + * Runs list of actions. + * @param ...
added runActions and isResponseOk to base Controller
hiqdev_hidev
train
cc1b67d2801292ebab0ccebe920b4ccc563595c0
diff --git a/djangular/views/crud.py b/djangular/views/crud.py index <HASH>..<HASH> 100644 --- a/djangular/views/crud.py +++ b/djangular/views/crud.py @@ -2,6 +2,7 @@ import json from django.core.exceptions import ValidationError +from django.core import serializers from django.core.serializers.json import DjangoJ...
Bug fix for #<I> Serialize Django models with django serializers Some test suite updates
jrief_django-angular
train
bd3bd465841c4184cdd39f3db0e73d07b4f6b465
diff --git a/tests/unit/src/HttpTest.php b/tests/unit/src/HttpTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/src/HttpTest.php +++ b/tests/unit/src/HttpTest.php @@ -73,7 +73,7 @@ class HttpTest extends \PHPUnit_Framework_TestCase public function testMakeComplexClient() { $this->optionsMock - ...
Added new test method for headers
g4code_gateway
train
59d17e12eb8e1eaa8b125b8e8cdcc72843cde6e4
diff --git a/src/Provide/Router/CliRouter.php b/src/Provide/Router/CliRouter.php index <HASH>..<HASH> 100644 --- a/src/Provide/Router/CliRouter.php +++ b/src/Provide/Router/CliRouter.php @@ -26,6 +26,10 @@ class CliRouter implements RouterInterface */ private $appMeta; + /** + * @var \LogicException...
more tests for CliRouter
bearsunday_BEAR.Package
train
11d2cb1b742db579bef9c2e3ab3bd21c3d75ff00
diff --git a/tests/test_simulation.py b/tests/test_simulation.py index <HASH>..<HASH> 100644 --- a/tests/test_simulation.py +++ b/tests/test_simulation.py @@ -115,10 +115,6 @@ def test_table_copy(df): def test_funcd_uncopied(): return df - @sim.table(copy_col=False) - def test_funcd_copied2(test_f...
Remove copy tests related to TableFuncWrapper A couple of the tests in test_table_copy were testing the behaviour of TableFuncWrapper, but those don't enter user space anymore, get_table always returns a DataFrameWrapper.
UDST_orca
train
32f9093eaae64264c08ce9fd49b7a79f30cdbc60
diff --git a/spyder/plugins/editor/panels/tests/test_scrollflag.py b/spyder/plugins/editor/panels/tests/test_scrollflag.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/editor/panels/tests/test_scrollflag.py +++ b/spyder/plugins/editor/panels/tests/test_scrollflag.py @@ -38,27 +38,8 @@ def editor_bot(qtbot): # ----...
skip test on windows Skip test_tab_moves_focus_from_search_to_replace on Windows.
spyder-ide_spyder
train
eae2cd2d3681744068825b2384a062e4f6af95f5
diff --git a/src/terra/Command/Run.php b/src/terra/Command/Run.php index <HASH>..<HASH> 100644 --- a/src/terra/Command/Run.php +++ b/src/terra/Command/Run.php @@ -19,8 +19,8 @@ use Symfony\Component\Process\Process; class Run extends Command { protected function configure() { $this - ->setName('run') - ...
Cleaning up the new "environment:run" command.
terra-ops_terra-cli
train
c2ec7f399e06b6f56ef3df7fa0adb28d5dc2aa5e
diff --git a/src/client/card-validator.js b/src/client/card-validator.js index <HASH>..<HASH> 100644 --- a/src/client/card-validator.js +++ b/src/client/card-validator.js @@ -14,6 +14,7 @@ var utils = require('../shared/utils.js'); var assert = utils.assert; var base64ToBuffer = utils.base64ToBuffer; var isBuffer = ...
change cardValidator#addVerifier to accept pubkey as a string
VirgilSecurity_virgil-sdk-javascript
train
6cf8f29b2bc052c89ac7d0a0825a97491cac5290
diff --git a/floyd/cli/data.py b/floyd/cli/data.py index <HASH>..<HASH> 100644 --- a/floyd/cli/data.py +++ b/floyd/cli/data.py @@ -6,6 +6,7 @@ import webbrowser import floyd from floyd.client.data import DataClient from floyd.client.dataset import DatasetClient +from floyd.client.resource import ResourceClient from...
Fixes the issue with job and data outputs Use the resource uri to construct the target url in the client.
floydhub_floyd-cli
train
94cb6c127fa9ac8d0b500f20722833ff47714cea
diff --git a/conftest.py b/conftest.py index <HASH>..<HASH> 100755 --- a/conftest.py +++ b/conftest.py @@ -54,6 +54,7 @@ def pytest_configure(config): config_file.write("with_testing_base:::%s\n" % with_testing_base) config_file.write("log_path:::%s\n" % log_path) config_file.close() + log_folder_setu...
Log folder setup to be run once per test suite (not per test)
seleniumbase_SeleniumBase
train
5ebdad3e7112932195f8fa018a2083581361d2f5
diff --git a/packages/girder-redux/src/ducks/user/index.js b/packages/girder-redux/src/ducks/user/index.js index <HASH>..<HASH> 100644 --- a/packages/girder-redux/src/ducks/user/index.js +++ b/packages/girder-redux/src/ducks/user/index.js @@ -56,7 +56,7 @@ export const retrieveOrcidId = createAction(ORCID_ID_REQUESTED)...
Remove redundant call in onUpdateUserInformation The updateUser rest call returns the user object, so the fetchUser call is unnecessary.
OpenChemistry_oc-web-components
train
5ab195d2f9cdcc879c00bf0eb0820d3bd7eaf627
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -127,7 +127,7 @@ Cache.prototype.set = function(key, value, expand) { if (expand) { value = this.process(value, this.cache); - this.set(key, value); + this.set(key, value, false); } else { getobject.set...
ensure that a value is only processed once.
jonschlinkert_config-cache
train
b4f55bab8312a436991691747a4ca717c2998729
diff --git a/holoviews/element/path.py b/holoviews/element/path.py index <HASH>..<HASH> 100644 --- a/holoviews/element/path.py +++ b/holoviews/element/path.py @@ -99,37 +99,17 @@ class Contours(Path): class Box(Path): """ - Draw a centered box of a given dimension or an arbitrary - rectangle with the spec...
Made the signatures of Box and Ellipse more consistent
pyviz_holoviews
train
e373df3bc3a3dacc5231b7d1479a413afdd10771
diff --git a/script/lib/util.py b/script/lib/util.py index <HASH>..<HASH> 100644 --- a/script/lib/util.py +++ b/script/lib/util.py @@ -65,9 +65,6 @@ def scoped_env(key, value): def download(text, url, path): safe_mkdir(os.path.dirname(path)) with open(path, 'wb') as local_file: - if hasattr(ssl, '_create_unve...
build: actually use SSL when downloading things via python (#<I>)
electron_electron
train
8706651954c275296ab489ac79af794b3ffcb334
diff --git a/packages-api/webiny-entity-mysql/tests/attributes/dateAttribute.test.js b/packages-api/webiny-entity-mysql/tests/attributes/dateAttribute.test.js index <HASH>..<HASH> 100644 --- a/packages-api/webiny-entity-mysql/tests/attributes/dateAttribute.test.js +++ b/packages-api/webiny-entity-mysql/tests/attributes...
feat(webiny-model): Date attribute accepts strings and numbers close #<I>
Webiny_webiny-js
train
04c1139223e1440c481560305be85ae5e5cc0843
diff --git a/src/IdeHelperServiceProvider.php b/src/IdeHelperServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/IdeHelperServiceProvider.php +++ b/src/IdeHelperServiceProvider.php @@ -35,7 +35,7 @@ class IdeHelperServiceProvider extends ServiceProvider implements DeferrableProv */ public function boot...
Skip post_migrate when running tests
barryvdh_laravel-ide-helper
train