hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
280c09415ea8114d8a128cd7c2583ae0e0aa480d
diff --git a/app/models/agents/imap_folder_agent.rb b/app/models/agents/imap_folder_agent.rb index <HASH>..<HASH> 100644 --- a/app/models/agents/imap_folder_agent.rb +++ b/app/models/agents/imap_folder_agent.rb @@ -302,9 +302,10 @@ module Agents def each_unread_mail host, port, ssl, username = interpolated....
ImapFolderAgent: Do not fail when port is blank.
huginn_huginn
train
rb
13b73de505e7ea14db1023a3a40175ad72a5dbe0
diff --git a/src/Config/FastRoute.php b/src/Config/FastRoute.php index <HASH>..<HASH> 100644 --- a/src/Config/FastRoute.php +++ b/src/Config/FastRoute.php @@ -11,6 +11,7 @@ class FastRoute extends SingleValueDirectiveGroup const POST = 2; const PUT = 4; const DELETE = 8; + const RESTFUL = self::GET | ...
Add RESTFUL const to ease restful routes declaration
objective-php_fastroute-package
train
php
007406fcd250b7740f9a8dff9fc8664dca7f3298
diff --git a/src/LiveDevelopment/Agents/RemoteFunctions.js b/src/LiveDevelopment/Agents/RemoteFunctions.js index <HASH>..<HASH> 100644 --- a/src/LiveDevelopment/Agents/RemoteFunctions.js +++ b/src/LiveDevelopment/Agents/RemoteFunctions.js @@ -217,8 +217,8 @@ function RemoteFunctions(experimental) { highlig...
Added light inset shadow for visibility on dark backgrounds, toned back some of the colors in general
adobe_brackets
train
js
f59e306ec177a48ed6263e9d1df7dd6f137a3c0a
diff --git a/niworkflows/utils/spaces.py b/niworkflows/utils/spaces.py index <HASH>..<HASH> 100644 --- a/niworkflows/utils/spaces.py +++ b/niworkflows/utils/spaces.py @@ -667,6 +667,9 @@ class OutputReferencesAction(argparse.Action): and ":resolution-" not in val ): # by d...
doc: insert urls to discussions [skip ci]
poldracklab_niworkflows
train
py
066ba919ad026b22e1701a7d079c3e58686d57da
diff --git a/lib/database_cleaner.rb b/lib/database_cleaner.rb index <HASH>..<HASH> 100644 --- a/lib/database_cleaner.rb +++ b/lib/database_cleaner.rb @@ -1,6 +1,3 @@ $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__))) unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__))) require 'database_cle...
DatabaseCleaner() method was cool, but really isn't needed...
DatabaseCleaner_database_cleaner
train
rb,rb
3da849a862241a4221e850f7ca4481e7d85f6016
diff --git a/src/Theme/HookManager.php b/src/Theme/HookManager.php index <HASH>..<HASH> 100644 --- a/src/Theme/HookManager.php +++ b/src/Theme/HookManager.php @@ -119,11 +119,10 @@ class HookManager } if (!array_key_exists($classarg, $this->instances)) { - if ($classarg instanceof WpBridg...
Added support for WpBridgeAwareInterface in HookManger.
gwa_zero-library
train
php
7c14d4fb31c66620d24260c1e8748269af1222b5
diff --git a/src/interface/button.js b/src/interface/button.js index <HASH>..<HASH> 100644 --- a/src/interface/button.js +++ b/src/interface/button.js @@ -52,6 +52,8 @@ export const destroyAll = { export function setup() { setupLogger(); + getButtonsComponent(); + getCheckoutComponent(); } export func...
Register button and checkout components in setup step
paypal_paypal-checkout-components
train
js
18fbd77aebedebcf78bec008528418249a2fc2a3
diff --git a/src/main/java/org/lmdbjava/ByteBufferProxy.java b/src/main/java/org/lmdbjava/ByteBufferProxy.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/lmdbjava/ByteBufferProxy.java +++ b/src/main/java/org/lmdbjava/ByteBufferProxy.java @@ -133,7 +133,7 @@ public final class ByteBufferProxy { final int...
fix a typo in ByteBufferProxy (#<I>)
lmdbjava_lmdbjava
train
java
15b904cbb5ce41343623f2b43303aa166f406b8c
diff --git a/support/mocha-blanket.js b/support/mocha-blanket.js index <HASH>..<HASH> 100755 --- a/support/mocha-blanket.js +++ b/support/mocha-blanket.js @@ -59,9 +59,9 @@ }); //I dont know why these became global leaks - runner.globals(['stats', 'failures', 'runner']); + ...
call originalReporter with correct "this"
GruntBlanketMocha_grunt-blanket-mocha
train
js
196110e86cc3fe4d2ea9d3af52adb78d4db7c632
diff --git a/framework/directives/scrollable.js b/framework/directives/scrollable.js index <HASH>..<HASH> 100644 --- a/framework/directives/scrollable.js +++ b/framework/directives/scrollable.js @@ -38,7 +38,7 @@ limitations under the License. scrollWrapper = element[0]; - var offset = parseInt(attrs.th...
make infinit scroll threshold more sensitive
OnsenUI_OnsenUI
train
js
35ecc097ff8677a9990a49876520fe32094d8d80
diff --git a/climb/config.py b/climb/config.py index <HASH>..<HASH> 100644 --- a/climb/config.py +++ b/climb/config.py @@ -17,9 +17,23 @@ def load_config(name): paths = [path.format(name=name) for path in DEFAULT_CONFIG_PATHS] for config_path in paths: - config_path = os.path.expanduser(config_path) ...
Add method for direct config loading.
m110_climb
train
py
c908a3f2d7ea8e28abaeb7207750f688a7ca23dc
diff --git a/lib/hamlit/doctype_compiler.rb b/lib/hamlit/doctype_compiler.rb index <HASH>..<HASH> 100644 --- a/lib/hamlit/doctype_compiler.rb +++ b/lib/hamlit/doctype_compiler.rb @@ -3,26 +3,37 @@ require 'hamlit/filter' module Hamlit class DoctypeCompiler < Hamlit::Filter def on_haml_doctype(format, type) - ...
Pass doctype haml-spec
haml_haml
train
rb
44e517454ddcdf910952c5689b462967e22fdb75
diff --git a/modules/timestamp.js b/modules/timestamp.js index <HASH>..<HASH> 100644 --- a/modules/timestamp.js +++ b/modules/timestamp.js @@ -7,12 +7,12 @@ function updateTimestampEl(el) { } setInterval(function () { - var els = [].slice.call(document.querySelectorAll('.timestamp')) + var els = [].slice.call(doc...
stop patchbay timestamps from conflicting with patchwork-next ones (hack)
ssbc_patchwork
train
js
fea6192c9eb80ff98a3b9118989d29865ae46d78
diff --git a/client/src/main/java/io/pravega/client/stream/impl/ControllerResolverFactory.java b/client/src/main/java/io/pravega/client/stream/impl/ControllerResolverFactory.java index <HASH>..<HASH> 100644 --- a/client/src/main/java/io/pravega/client/stream/impl/ControllerResolverFactory.java +++ b/client/src/main/jav...
Issue <I>: NPE during shutdown of ControllerNameResolver (#<I>) * Checks for null before ControllerNameResolver#shutdown.
pravega_pravega
train
java
c989bf0843cea51068b3a7b3aa3b4113be00ca8d
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -57,7 +57,7 @@ function cftemplate( // Format markup for insertion at the current position. function format(form) { return formToMarkup(form) - // split lines + // Split lines. ...
Call back with an error for unrecognized directives
commonform_cftemplate
train
js
783f116fb388cb5832824407f59907b7a6ea9ec6
diff --git a/pkg/codegen/dotnet/gen.go b/pkg/codegen/dotnet/gen.go index <HASH>..<HASH> 100644 --- a/pkg/codegen/dotnet/gen.go +++ b/pkg/codegen/dotnet/gen.go @@ -105,6 +105,9 @@ func isImmutableArrayType(t schema.Type, wrapInput bool) bool { } func isValueType(t schema.Type) bool { + if _, ok := t.(*schema.EnumTyp...
[codegen/dotnet] - Fix isValueType to include enums (#<I>)
pulumi_pulumi
train
go
265c76db59bab0e546fbced08598d62d80e13188
diff --git a/core/src/main/java/com/google/bitcoin/core/Transaction.java b/core/src/main/java/com/google/bitcoin/core/Transaction.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/bitcoin/core/Transaction.java +++ b/core/src/main/java/com/google/bitcoin/core/Transaction.java @@ -491,6 +491,10 @@ publ...
Don't crash if trying to print a transaction with no inputs
bitcoinj_bitcoinj
train
java
fa0d14166d2a8cd8b9eaf44d923d1978b0e35a11
diff --git a/lib/amee-data-abstraction/calculation.rb b/lib/amee-data-abstraction/calculation.rb index <HASH>..<HASH> 100644 --- a/lib/amee-data-abstraction/calculation.rb +++ b/lib/amee-data-abstraction/calculation.rb @@ -130,6 +130,7 @@ module AMEE def discover_url "http://discover.amee.com/categorie...
change explorer_url mathod to discvoer
AMEE_amee-data-abstraction
train
rb
acdde576d0b2fed464243f2209fd2b11dcad65aa
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -37,12 +37,13 @@ Deployor.defaults = { Deployor.verbose = false; +sh.config.silent = !Deployor.verbose; var e = Deployor.exec = function (cmd) { if (Deployor.verbose) { console.log('$ ', cmd); } - return sh...
feat(deploy): silent with shelljs.config
douglasduteil_node-git-deployor
train
js
9533b02a8ebfc912130843826901a7090932cd87
diff --git a/fseval_test.go b/fseval_test.go index <HASH>..<HASH> 100644 --- a/fseval_test.go +++ b/fseval_test.go @@ -1,6 +1,7 @@ package mtree import ( + "encoding/json" "io/ioutil" "os" "path/filepath" @@ -8,7 +9,7 @@ import ( "time" ) -var mockTime = time.Unix(1337888823, 88288518233) +var mockTime =...
fseval: not nanosecond for mock test while testing on osx, it seems that it doesn't support nanoseconds so it fails this check because the mockFsEval returns the nsec precision, but the actual expected results is: "old": "<I>" "new": "<I>" Ideally there will be a way to detect when the fs supports nsecs
vbatts_go-mtree
train
go
955c2206437642333366fb92031f4e64388c49be
diff --git a/parsl/dataflow/dflow.py b/parsl/dataflow/dflow.py index <HASH>..<HASH> 100644 --- a/parsl/dataflow/dflow.py +++ b/parsl/dataflow/dflow.py @@ -61,10 +61,13 @@ class DataFlowKernel(object): Returns: DataFlowKernel object """ - self.config = {"sites" : [], - ...
Fixing issue with cases with no config
Parsl_parsl
train
py
920d393ae5d9c13acf7d845072e7ce2cf50a9ae4
diff --git a/fault/tester.py b/fault/tester.py index <HASH>..<HASH> 100644 --- a/fault/tester.py +++ b/fault/tester.py @@ -68,7 +68,7 @@ class Tester: self.clock = clock if reset is not None and not isinstance(reset, m.ResetType): raise TypeError(f"Expected reset port: {reset, type(reset)...
rename reset variable to avoid conflict
leonardt_fault
train
py
0ec8ceae4fda740c6a3d990636491f6df0008728
diff --git a/samples/system-test/sample.test.js b/samples/system-test/sample.test.js index <HASH>..<HASH> 100644 --- a/samples/system-test/sample.test.js +++ b/samples/system-test/sample.test.js @@ -16,7 +16,9 @@ 'use strict'; const {assert} = require('chai'); -const {execSync} = require('child_process'); +const cp...
refactor: wrap execSync with encoding: utf-8 (#<I>)
googleapis_nodejs-cloud-container
train
js
81dc697914c1bf0d0be9f70e4807fcdfc4209250
diff --git a/pages/app/presenters/refinery/pages/title_section_presenter.rb b/pages/app/presenters/refinery/pages/title_section_presenter.rb index <HASH>..<HASH> 100644 --- a/pages/app/presenters/refinery/pages/title_section_presenter.rb +++ b/pages/app/presenters/refinery/pages/title_section_presenter.rb @@ -4,6 +4,8 ...
Add SanitizeHelper to TitleSectionPresenter
refinery_refinerycms
train
rb
c328f3b9723c78201211c89735592b281c147f0f
diff --git a/crawler/crawling/pipelines.py b/crawler/crawling/pipelines.py index <HASH>..<HASH> 100644 --- a/crawler/crawling/pipelines.py +++ b/crawler/crawling/pipelines.py @@ -59,7 +59,7 @@ class LoggingBeforePipeline(object): item_copy['action'] = 'emit' self.logger.info('Scraped page', ex...
ErrorResponseItem no longer needed
istresearch_scrapy-cluster
train
py
21966f5257efbd397b12594e0fd9d3442ac42924
diff --git a/lib/discordrb/webhooks/client.rb b/lib/discordrb/webhooks/client.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/webhooks/client.rb +++ b/lib/discordrb/webhooks/client.rb @@ -8,6 +8,11 @@ module Discordrb::Webhooks # @param token [String] The webhook's authorisation token. Will only be used # ...
:anchor: Use generate_url to obtain a URL if none is given
meew0_discordrb
train
rb
7a970c9c871e4c5eefd2230662b2f72774da78a8
diff --git a/lib/instana/instrumentation/rack.rb b/lib/instana/instrumentation/rack.rb index <HASH>..<HASH> 100644 --- a/lib/instana/instrumentation/rack.rb +++ b/lib/instana/instrumentation/rack.rb @@ -5,11 +5,19 @@ module Instana end def call(env) - req = ::Rack::Request.new(env) kvs = { :http...
Pickup incoming context from HTTP headers.
instana_ruby-sensor
train
rb
4319254afb7b53e4f063767c5fec8c9a61f6fea7
diff --git a/pydevd_concurrency_analyser/pydevd_concurrency_logger.py b/pydevd_concurrency_analyser/pydevd_concurrency_logger.py index <HASH>..<HASH> 100644 --- a/pydevd_concurrency_analyser/pydevd_concurrency_logger.py +++ b/pydevd_concurrency_analyser/pydevd_concurrency_logger.py @@ -1,4 +1,3 @@ -import time from py...
Fix ImportError after refactoring (PY-<I>) (cherry picked from commit <I>d0f)
fabioz_PyDev.Debugger
train
py
94448d3972569d124da77e9eddc7e5569140d133
diff --git a/discord/http.py b/discord/http.py index <HASH>..<HASH> 100644 --- a/discord/http.py +++ b/discord/http.py @@ -463,7 +463,7 @@ class HTTPClient: def edit_member(self, guild_id, user_id, **fields): r = Route('PATCH', '/guilds/{guild_id}/members/{user_id}', guild_id=guild_id, user_id=user_id) ...
Fix NameError inside HTTPClient.edit_member.
Rapptz_discord.py
train
py
db02545ef32b309a01fd465422226ca8c517c4e4
diff --git a/lib/db/schemaupdater.go b/lib/db/schemaupdater.go index <HASH>..<HASH> 100644 --- a/lib/db/schemaupdater.go +++ b/lib/db/schemaupdater.go @@ -452,7 +452,16 @@ func (db *schemaUpdater) updateSchemato9(prev int) error { metas := make(map[string]*metadataTracker) for it.Next() { intf, err := t.unmarsha...
lib/db: Be more lenient during migration (fixes #<I>) (#<I>)
syncthing_syncthing
train
go
2d5c91210c75bddb8a9ab064714de1151f442505
diff --git a/Configuration/TCA/tx_happyfeet_domain_model_footnote.php b/Configuration/TCA/tx_happyfeet_domain_model_footnote.php index <HASH>..<HASH> 100644 --- a/Configuration/TCA/tx_happyfeet_domain_model_footnote.php +++ b/Configuration/TCA/tx_happyfeet_domain_model_footnote.php @@ -34,6 +34,7 @@ return array( ...
[TASK] Upadte TCA configuration Add "renderType" configuration to "select" fields.
AOEpeople_happy_feet
train
php
69f596c4c1aea41dc7a05b5417b35f66193ad1db
diff --git a/src/test/java/guru/qas/martini/DefaultMixologistTest.java b/src/test/java/guru/qas/martini/DefaultMixologistTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/guru/qas/martini/DefaultMixologistTest.java +++ b/src/test/java/guru/qas/martini/DefaultMixologistTest.java @@ -65,7 +65,7 @@ public class De...
Fixing failing tests due to line number change occurring with addition of license comments to test resource file.
qas-guru_martini-core
train
java
79aa9b546d11b9a1d5df0d66014a3fd6b085f918
diff --git a/lib/celluloid/version.rb b/lib/celluloid/version.rb index <HASH>..<HASH> 100644 --- a/lib/celluloid/version.rb +++ b/lib/celluloid/version.rb @@ -1,3 +1,3 @@ module Celluloid - VERSION = '0.17.0.pre4' + VERSION = '0.17.0.pre5' end
push another prerelease until this situtation is figured out so we can just use raw repositories again
celluloid_celluloid
train
rb
9c22fc33121d4b4fdd6ae6decd366b31a901b0e4
diff --git a/ehforwarderbot/__version__.py b/ehforwarderbot/__version__.py index <HASH>..<HASH> 100644 --- a/ehforwarderbot/__version__.py +++ b/ehforwarderbot/__version__.py @@ -1,3 +1,3 @@ # coding=utf-8 -__version__ = "2.0.1.dev1" +__version__ = "2.0.0"
fix: revert version number bump
blueset_ehForwarderBot
train
py
70d2fc8d3f97bce4f2b540600f410fc207dc5c13
diff --git a/lib/oxidized/output/git.rb b/lib/oxidized/output/git.rb index <HASH>..<HASH> 100644 --- a/lib/oxidized/output/git.rb +++ b/lib/oxidized/output/git.rb @@ -43,7 +43,8 @@ class Git < Output update type_repo, file, type_cfg unless type_cfg.empty? end - update repo, file, outputs.to_cfg + ou...
don't commit empty config in git output
ytti_oxidized
train
rb
cc539a71dcfd6777fa75f8de5c3ef4fcae59e954
diff --git a/framework/core/js/src/forum/components/Post.js b/framework/core/js/src/forum/components/Post.js index <HASH>..<HASH> 100644 --- a/framework/core/js/src/forum/components/Post.js +++ b/framework/core/js/src/forum/components/Post.js @@ -120,7 +120,7 @@ export default class Post extends Component { /** ...
fix: `Post--by-actor` not showing when comparing user instances as `discussion.user()` is not loaded (#<I>)
flarum_core
train
js
025b94c7814b8461d75d0a02ca60af79e4e82b1a
diff --git a/src/Application.php b/src/Application.php index <HASH>..<HASH> 100644 --- a/src/Application.php +++ b/src/Application.php @@ -19,12 +19,14 @@ use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\Conta...
fix: we must override dispatcher because it is private upstream
tobymackenzie_sy-console
train
php
9d4d96242f91cefd9d30067497aa1c84c895e136
diff --git a/app/models/alchemy/page/publisher.rb b/app/models/alchemy/page/publisher.rb index <HASH>..<HASH> 100644 --- a/app/models/alchemy/page/publisher.rb +++ b/app/models/alchemy/page/publisher.rb @@ -19,9 +19,11 @@ module Alchemy version = public_version(public_on) DeleteElements.new(versio...
Use page version element repo and duplicator in publisher This should speed up page publishing considerably. Specs are sufficient.
AlchemyCMS_alchemy_cms
train
rb
dd063adeac439edd828db5257d8bbcf40c529b28
diff --git a/models/classes/user/LtiUserService.php b/models/classes/user/LtiUserService.php index <HASH>..<HASH> 100755 --- a/models/classes/user/LtiUserService.php +++ b/models/classes/user/LtiUserService.php @@ -65,7 +65,7 @@ abstract class LtiUserService extends ConfigurableService */ public function fin...
Do not generate lock id based on label
oat-sa_extension-tao-lti
train
php
fa9e20e3af593d8906a1bd659338f488e9c02637
diff --git a/cluster/manager.go b/cluster/manager.go index <HASH>..<HASH> 100644 --- a/cluster/manager.go +++ b/cluster/manager.go @@ -1386,7 +1386,7 @@ func (c *ClusterManager) Enumerate() (api.Cluster, error) { config := api.FluentDConfig{} - if len(splits) > 0 { + if len(splits) > 1 { config.IP = splits[0] ...
Fix potential panic - index out of range
libopenstorage_openstorage
train
go
b6cbbcbe0381881e25336acaa16f8e6122a91296
diff --git a/examples/cookie/main.go b/examples/cookie/main.go index <HASH>..<HASH> 100644 --- a/examples/cookie/main.go +++ b/examples/cookie/main.go @@ -72,8 +72,8 @@ func setcookies(host string, res *string) cdp.Tasks { return cdp.Tasks{ cdp.ActionFunc(func(ctxt context.Context, h cdptypes.Handler) error { ...
Updating cookie example for new changed API
chromedp_chromedp
train
go
25149791394d38e5b0411662bf85a2d764c61bed
diff --git a/carrot/backends/pyamqplib.py b/carrot/backends/pyamqplib.py index <HASH>..<HASH> 100644 --- a/carrot/backends/pyamqplib.py +++ b/carrot/backends/pyamqplib.py @@ -200,7 +200,7 @@ class Backend(BaseBackend): def close(self): """Close the channel if open.""" - if getattr(self, "channel"...
pyamqplib backend close didn't work properly, typo channel -> _channel
ask_carrot
train
py
59d2df8590505760790c3be18ad314eb30c1b408
diff --git a/app/controllers/alchemy/admin/essence_pictures_controller.rb b/app/controllers/alchemy/admin/essence_pictures_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/alchemy/admin/essence_pictures_controller.rb +++ b/app/controllers/alchemy/admin/essence_pictures_controller.rb @@ -35,7 +35,7 @@ mod...
Remove superfluous options ivar from essence pictures controller The options ivar is already set by the before_action and we dont want to override the sortable option here, as it is already set in the params.
AlchemyCMS_alchemy_cms
train
rb
07d2866c975d032e3a784a9c4d055570fedd9930
diff --git a/lib/showdown.js b/lib/showdown.js index <HASH>..<HASH> 100644 --- a/lib/showdown.js +++ b/lib/showdown.js @@ -1026,6 +1026,8 @@ var _DoItalicsAndBold = function(text) { text = text.replace(/(\*\*|__)(?=\S)([^\r]*?\S[*_]*)\1/g, "<strong>$2</strong>"); + text = text.replace(/(\w)_(\w)/g, "$1~E95E$...
Another GFM thing: don't italicize a_b_c
brynbellomy_otis
train
js
192cd419e58bdf48b0dfc203e29ab89ef125191f
diff --git a/test/RoaveTest/DeveloperTools/Inspection/AggregateInspectionTest.php b/test/RoaveTest/DeveloperTools/Inspection/AggregateInspectionTest.php index <HASH>..<HASH> 100644 --- a/test/RoaveTest/DeveloperTools/Inspection/AggregateInspectionTest.php +++ b/test/RoaveTest/DeveloperTools/Inspection/AggregateInspecti...
Using mocks in inspection tests instead of concrede instances
Roave_RoaveDeveloperTools
train
php
e4bd860ddf47f5e38c0e9fb166267cbfd58eb030
diff --git a/lib/scientist/version.rb b/lib/scientist/version.rb index <HASH>..<HASH> 100644 --- a/lib/scientist/version.rb +++ b/lib/scientist/version.rb @@ -1,3 +1,3 @@ module Scientist - VERSION = "1.3.0" + VERSION = "1.4.0" end
Bump to <I> Incrementing minor version since MismatchException base class changes.
github_scientist
train
rb
935b5b19976ce09fab9c341247e60630df9dbd46
diff --git a/spec/tripod/predicates_spec.rb b/spec/tripod/predicates_spec.rb index <HASH>..<HASH> 100644 --- a/spec/tripod/predicates_spec.rb +++ b/spec/tripod/predicates_spec.rb @@ -23,6 +23,13 @@ describe Tripod::Predicates do stmt3.predicate = RDF::URI.new('http://name') stmt3.object = "ric" @graph <<...
added test for predicates being polluted by other triples
Swirrl_tripod
train
rb
faa76977c193a422bec7c438ca35c34fc507b3d0
diff --git a/spring-cloud-bus/src/main/java/org/springframework/cloud/bus/BusEnvironmentPostProcessor.java b/spring-cloud-bus/src/main/java/org/springframework/cloud/bus/BusEnvironmentPostProcessor.java index <HASH>..<HASH> 100644 --- a/spring-cloud-bus/src/main/java/org/springframework/cloud/bus/BusEnvironmentPostProc...
Do not run post processor if bus is disabled
spring-cloud_spring-cloud-bus
train
java
c5f28dddf710ea5bbe1e61efec797b774b743d39
diff --git a/GPflow/tf_wraps.py b/GPflow/tf_wraps.py index <HASH>..<HASH> 100644 --- a/GPflow/tf_wraps.py +++ b/GPflow/tf_wraps.py @@ -25,7 +25,7 @@ from ._settings import settings import numpy as np -def eye(N): +def eye(N): # pragma: no cover """ An identitiy matrix """
removing deprecated functinos from coverage
GPflow_GPflow
train
py
a1a78850c9964d5aed38caa6817f8cd9a6a6b138
diff --git a/src/Node/File.php b/src/Node/File.php index <HASH>..<HASH> 100644 --- a/src/Node/File.php +++ b/src/Node/File.php @@ -26,7 +26,7 @@ class File implements FileInterface, GenericOperationInterface public function exists() { - return $this->filesystem->stat($this->filename); + return...
Even making it simple and effectively degrading exists to a stat (maybe ditch exists all together?)
reactphp_filesystem
train
php
8e31fa8edb93b8235de4f62cf29675964d541bdb
diff --git a/src/armet/api.py b/src/armet/api.py index <HASH>..<HASH> 100755 --- a/src/armet/api.py +++ b/src/armet/api.py @@ -9,7 +9,12 @@ from django.conf.urls import patterns, url, include from armet import resources -class Api(resources.Resource, MutableSequence): +class DeclarativeApi(resources.DeclarativeRes...
Fused the metaclasses.
armet_python-armet
train
py
f8f632198a1dc10a16c9160ec81ff905889c7722
diff --git a/lib/drafting/instance_methods.rb b/lib/drafting/instance_methods.rb index <HASH>..<HASH> 100644 --- a/lib/drafting/instance_methods.rb +++ b/lib/drafting/instance_methods.rb @@ -5,16 +5,7 @@ module Drafting draft = Draft.find_by_id(self.draft_id) || Draft.new - new_object = self.class.new -...
Refactor InstanceMethods (split method)
ledermann_drafting
train
rb
a8bc49c996934b0c31da7506bb855c0becce802d
diff --git a/src/Cookie/FileCookieJar.php b/src/Cookie/FileCookieJar.php index <HASH>..<HASH> 100644 --- a/src/Cookie/FileCookieJar.php +++ b/src/Cookie/FileCookieJar.php @@ -56,7 +56,7 @@ class FileCookieJar extends CookieJar } $jsonStr = \GuzzleHttp\json_encode($json); - if (false === file_...
Prevent concurrent writes Concurrent writes might lead to invalid JSON being saved in the cookie jar.
guzzle_guzzle
train
php
41ba28ffb3f807c71634bc449f282e1b259a1c0a
diff --git a/src/select.js b/src/select.js index <HASH>..<HASH> 100644 --- a/src/select.js +++ b/src/select.js @@ -403,10 +403,12 @@ // ctrl.tagging pushes items to ctrl.items, so we only have empty val // for `item` if it is a detected duplicate if ( item === undefine...
make sure the tagging tranform function is called if available
angular-ui_ui-select
train
js
b0de3a16c4ef783c2941ebc4677472044019e525
diff --git a/test/fixtures/tasks/echo.js b/test/fixtures/tasks/echo.js index <HASH>..<HASH> 100644 --- a/test/fixtures/tasks/echo.js +++ b/test/fixtures/tasks/echo.js @@ -9,7 +9,7 @@ module.exports = function(grunt) { 'use strict'; grunt.registerMultiTask('echo', 'A task that echos a message.', function() { - ...
Fix indentation in echo task fixture
gruntjs_grunt-contrib-watch
train
js
db9817110809296d7abc5a857e53fdbe1d9800fe
diff --git a/clock/rfc822.go b/clock/rfc822.go index <HASH>..<HASH> 100644 --- a/clock/rfc822.go +++ b/clock/rfc822.go @@ -80,3 +80,7 @@ func (t *RFC822Time) UnmarshalJSON(s []byte) error { func (t RFC822Time) String() string { return t.Format(RFC1123) } + +func (t RFC822Time) StringWithOffset() string { + return t...
add StringWithOffset method to RFC<I>Time struct
mailgun_holster
train
go,go
d5ec939022b5c8b46040dac10fff97d97db19511
diff --git a/plugins/commands/serve/service/provider_service.rb b/plugins/commands/serve/service/provider_service.rb index <HASH>..<HASH> 100644 --- a/plugins/commands/serve/service/provider_service.rb +++ b/plugins/commands/serve/service/provider_service.rb @@ -110,7 +110,7 @@ module VagrantPlugins def state_...
Request target in spec and allow conversion to machine
hashicorp_vagrant
train
rb
4a2d7f00a9cdeb932f6b383a3f11bbd563fc9bfc
diff --git a/gomatic/go_cd_configurator.py b/gomatic/go_cd_configurator.py index <HASH>..<HASH> 100755 --- a/gomatic/go_cd_configurator.py +++ b/gomatic/go_cd_configurator.py @@ -291,7 +291,8 @@ class HostRestClient(object): return (self.__username, self.__password) if self.__username or self.__password else N...
adding Accept header to allow reuse with API endpoints
gocd-contrib_gomatic
train
py
a769055698fbed67c44810d5af44316024fc2058
diff --git a/spec/lib/legato/query_spec.rb b/spec/lib/legato/query_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/legato/query_spec.rb +++ b/spec/lib/legato/query_spec.rb @@ -164,6 +164,14 @@ describe Legato::Query do @query.metrics.include?(:pageviews).should eq(true) @query.metrics.include?(:ses...
add spec to check for sharing of metrics across query instances
tpitale_legato
train
rb
93fe5d5987549fc13c9fa0e8fe268bfa40024521
diff --git a/dosagelib/util.py b/dosagelib/util.py index <HASH>..<HASH> 100644 --- a/dosagelib/util.py +++ b/dosagelib/util.py @@ -305,7 +305,7 @@ def check_robotstxt(url, session): roboturl = get_roboturl(url) rp = get_robotstxt_parser(roboturl, session=session) if not rp.can_fetch(UserAgent, str(url)):...
Minor useragent refactoring
wummel_dosage
train
py
51ec70a6ef3a6e4644d1d80263d08da29c5f9121
diff --git a/cloudplatform/service/device/src/main/java/io/rhiot/cloudplatform/service/device/spring/DeviceServiceConfiguration.java b/cloudplatform/service/device/src/main/java/io/rhiot/cloudplatform/service/device/spring/DeviceServiceConfiguration.java index <HASH>..<HASH> 100644 --- a/cloudplatform/service/device/sr...
Device service components should be overridable.
rhiot_rhiot
train
java
1b975e0350a45ba10c878a65f716164bc967dc72
diff --git a/test/eth/AccountsService.spec.js b/test/eth/AccountsService.spec.js index <HASH>..<HASH> 100644 --- a/test/eth/AccountsService.spec.js +++ b/test/eth/AccountsService.spec.js @@ -134,6 +134,25 @@ test('useAccountWithAddress', async () => { expect(service.currentAddress()).toEqual(a2.address); }); +/* ...
add test for adding account with no name
makerdao_dai.js
train
js
de9214f98cc1c5f66637834fa956baf77972afde
diff --git a/lib/solargraph/source.rb b/lib/solargraph/source.rb index <HASH>..<HASH> 100644 --- a/lib/solargraph/source.rb +++ b/lib/solargraph/source.rb @@ -499,8 +499,15 @@ module Solargraph elsif c.type == :defs s_visi = visibility s_visi = :public if scope != :class - ...
Resolve explicit namespaces in singleton method definitions.
castwide_solargraph
train
rb
843a6bbeff2f339e6f01ac8b138c2ecb985e7ad1
diff --git a/lib/Models/Leaflet.js b/lib/Models/Leaflet.js index <HASH>..<HASH> 100644 --- a/lib/Models/Leaflet.js +++ b/lib/Models/Leaflet.js @@ -226,7 +226,7 @@ Leaflet.prototype.captureScreenshot = function() { var deferred = when.defer(); // Temporarily hide the map credits. - this.map.attributionCon...
Modify code that uses a Leafelt 1 renamed function
TerriaJS_terriajs
train
js
cdd25ead021b20f90b9dbe02108845cebd254a9f
diff --git a/lib/guard/jasmine/cli.rb b/lib/guard/jasmine/cli.rb index <HASH>..<HASH> 100644 --- a/lib/guard/jasmine/cli.rb +++ b/lib/guard/jasmine/cli.rb @@ -105,13 +105,14 @@ module Guard runner_options[:jasmine_url] = options.url || "http://localhost:#{ runner_options[:port] }/jasmine" runner_op...
Allowed passing custom rackup config via CLI
guard_guard-jasmine
train
rb
2df904b547c7b4568d8786b7ed67a37bca593e3e
diff --git a/pkg/test/ginkgo/junit.go b/pkg/test/ginkgo/junit.go index <HASH>..<HASH> 100644 --- a/pkg/test/ginkgo/junit.go +++ b/pkg/test/ginkgo/junit.go @@ -145,7 +145,7 @@ func writeJUnitReport(filePrefix, name string, tests []*testCase, dir string, du }, }) case test.success: - s.NumFailed++ + s.Num...
Fix count of failures in JUnit output Don't count success as a failure.
openshift_origin
train
go
6cb6e26e2ca8b170d0918dc5be1c9ae94a0d942e
diff --git a/library/src/main/java/com/liulishuo/magicprogresswidget/MagicProgressCircle.java b/library/src/main/java/com/liulishuo/magicprogresswidget/MagicProgressCircle.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/liulishuo/magicprogresswidget/MagicProgressCircle.java +++ b/library/src/main/java/...
refactor(MagicProgressCircle): effective invalidate when update footOverHead
lingochamp_MagicProgressWidget
train
java
f4bd34fb9013c7ac2d44aa2c87803d3561c74b9f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -27,8 +27,8 @@ install_requires = [ 'slumber>=0.7,<0.8', 'selenium>=3.11,<4', 'transifex-client>=0.14,<0.15', - 'cryptography>=3.2,<4', - 'PyJWT>=1.7,<2', + 'cryptography~=3.4', + 'PyJWT~=2.1.0', ...
Update PyJWT and cryptography libraries … this will lead to breaking changes: `jwt.encode/decode` method arguments and return types have changed
ministryofjustice_money-to-prisoners-common
train
py
6dfeab441961e01b0f38335b7ab08309bf1eec19
diff --git a/lib/larch/imap/mailbox.rb b/lib/larch/imap/mailbox.rb index <HASH>..<HASH> 100644 --- a/lib/larch/imap/mailbox.rb +++ b/lib/larch/imap/mailbox.rb @@ -17,7 +17,7 @@ class Mailbox @name = name @delim = delim @subscribed = subscribed - @attr = *attr.flatten # flatten is nece...
Ruby <I> didn't like that last <I> fix. Let's try that again.
rgrove_larch
train
rb
a6f9a2f2c1e1513f9d7a68d7788975e59b543414
diff --git a/examples/sevensegment_test.py b/examples/sevensegment_test.py index <HASH>..<HASH> 100644 --- a/examples/sevensegment_test.py +++ b/examples/sevensegment_test.py @@ -44,6 +44,10 @@ def clock(device, deviceId, seconds): device = led.sevensegment(cascaded=3) +# Alphabet Text +device.show_message("HELLO ...
Update 7-segment example
rm-hull_luma.led_matrix
train
py
b78baaad5ff4bcaf12e5de9e7e35f8fadba1c25b
diff --git a/staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go b/staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go index <HASH>..<HASH> 100644 --- a/staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go +++ b/staging/src/k8s.io/apiserver/pk...
Remove race condition from TestApfExecuteWatchRequestsWithInitializationSignal
kubernetes_kubernetes
train
go
082ba5015fba2dbd54787885d3822122e0d91955
diff --git a/src/main/java/org/hyperledger/fabric/sdk/LifecycleChaincodePackage.java b/src/main/java/org/hyperledger/fabric/sdk/LifecycleChaincodePackage.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/hyperledger/fabric/sdk/LifecycleChaincodePackage.java +++ b/src/main/java/org/hyperledger/fabric/sdk/Lifecycl...
FAB-<I> Standardize _lifecycle code package name The name of the code package currently varies by SDK and is not enforced by the peer. This change is an attempt to homogenize the code package naming so that we may enforce and check for a particular name in the package parsing at the peer. Change-Id: I<I>d<I>b<I>c<I>...
hyperledger_fabric-sdk-java
train
java
897902d62e6e12b1df53b0f3ba041ee91cc85277
diff --git a/src/Mapper/DefaultMapper.php b/src/Mapper/DefaultMapper.php index <HASH>..<HASH> 100644 --- a/src/Mapper/DefaultMapper.php +++ b/src/Mapper/DefaultMapper.php @@ -14,16 +14,19 @@ class DefaultMapper implements MapperInterface { /** * @var string + * @psalm-suppress PropertyNotSetInConstructo...
Suppresses PropertyNotSetInConstructor notices for properties set in child class
p810_mysql-helper
train
php
9b525e178922b8a2e6d91edcd4690aecbdbea064
diff --git a/lib/server.js b/lib/server.js index <HASH>..<HASH> 100755 --- a/lib/server.js +++ b/lib/server.js @@ -390,7 +390,7 @@ vantageServer.auth = function(middleware, options) { throw new Error("Invalid middleware string passed into Vantage.auth: " + middleware); } else { var fn = middleware.call(t...
fix(auth): Fix auth registration to the parent vantage, not the server
dthree_vantage
train
js
9e35d6a61d3f9bcc070f2bc373e9525921c19073
diff --git a/pypki2/__init__.py b/pypki2/__init__.py index <HASH>..<HASH> 100644 --- a/pypki2/__init__.py +++ b/pypki2/__init__.py @@ -424,15 +424,15 @@ def pick_loader(loaders): selected = None while selected is None: - print('Available PKI loaders are:') + print('Available PKI configuration ...
Why k is even in scope is beyond me.
nbgallery_pypki2
train
py
a879d0750577a9b0565bd303a29e37cfdcfb3376
diff --git a/lib/discordrb/events/message.rb b/lib/discordrb/events/message.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/events/message.rb +++ b/lib/discordrb/events/message.rb @@ -64,6 +64,14 @@ module Discordrb::Events nil end + # Drains the currently saved message, which clears it out, resulti...
Add MessageEvent#drain to clear out the saved message
meew0_discordrb
train
rb
91b244fe53262c0d88ab7b2e3ef3b38b54f662be
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 @@ -221,6 +221,9 @@ // zoom TimeOut handler (used to set and clear) self.zoomTO = 0; + + // resize TimeOut handler (used to set and clear) +...
Refactor resizeTO in object
neveldo_jQuery-Mapael
train
js
ee6b96cc2297b1e320a7ce58c3f750e260057893
diff --git a/lib/src/main/java/com/github/kevinsawicki/http/HttpRequest.java b/lib/src/main/java/com/github/kevinsawicki/http/HttpRequest.java index <HASH>..<HASH> 100644 --- a/lib/src/main/java/com/github/kevinsawicki/http/HttpRequest.java +++ b/lib/src/main/java/com/github/kevinsawicki/http/HttpRequest.java @@ -1755,...
Remove explicit flush() of request output stream Instead rely on close() calls calling flush() as documented
kevinsawicki_http-request
train
java
91dedf6f7e1e4e53b426a5fb2ed3b15349c6632c
diff --git a/code/fields/MultiValueTextField.php b/code/fields/MultiValueTextField.php index <HASH>..<HASH> 100644 --- a/code/fields/MultiValueTextField.php +++ b/code/fields/MultiValueTextField.php @@ -59,7 +59,8 @@ class MultiValueTextField extends FormField { } public function createInput($attributes, $value =...
fix(MultiValueField) Better support for <I>+ which uses the 'value' field in attributes exclusively
symbiote_silverstripe-multivaluefield
train
php
1449770b0b46ed1d8bff4d4a1e5421d7f6846ac8
diff --git a/salt/minion.py b/salt/minion.py index <HASH>..<HASH> 100644 --- a/salt/minion.py +++ b/salt/minion.py @@ -731,6 +731,27 @@ class MultiMinion(MinionBase): if HAS_ZMQ: zmq.eventloop.ioloop.install() self.io_loop = LOOP_CLASS.current() + self.process_manager = ProcessMana...
Give multimion a process manager and its own destroy method
saltstack_salt
train
py
61c1b86f4d0d3d8f7df6b54bea613a798f15edb0
diff --git a/fc/excel_ui.py b/fc/excel_ui.py index <HASH>..<HASH> 100644 --- a/fc/excel_ui.py +++ b/fc/excel_ui.py @@ -1,9 +1,5 @@ """Module containing the Microsoft Excel User Interface. -Authors: Sebastian M. Castillo-Hair (smc9@rice.edu) - -Last Modified: 10/30/2015 - """ import re
Removed author and date information from excel_ui module docstring.
taborlab_FlowCal
train
py
0a03123fcf69b355a7a3a07789c71480bab7c883
diff --git a/lib/ddl/sql_generator.php b/lib/ddl/sql_generator.php index <HASH>..<HASH> 100644 --- a/lib/ddl/sql_generator.php +++ b/lib/ddl/sql_generator.php @@ -1210,7 +1210,7 @@ abstract class sql_generator { public static function getAllReservedWords() { global $CFG; - $generators = array('my...
MDL-<I> removing sqlite because it is not maintained
moodle_moodle
train
php
7d5044466c4edee049e8882225189952b57a9e8a
diff --git a/packages/react-atlas-core/webpack.config.js b/packages/react-atlas-core/webpack.config.js index <HASH>..<HASH> 100644 --- a/packages/react-atlas-core/webpack.config.js +++ b/packages/react-atlas-core/webpack.config.js @@ -40,11 +40,6 @@ let config = { 'process.env': { 'NODE_ENV': JSON.strin...
Don't minimize source during dev builds.
DigitalRiver_react-atlas
train
js
d0a4dad4bd6776832726a432f1c246e1f5c28b02
diff --git a/modules/citrus-ws/src/main/java/com/consol/citrus/ws/actions/ReceiveSoapMessageAction.java b/modules/citrus-ws/src/main/java/com/consol/citrus/ws/actions/ReceiveSoapMessageAction.java index <HASH>..<HASH> 100644 --- a/modules/citrus-ws/src/main/java/com/consol/citrus/ws/actions/ReceiveSoapMessageAction.jav...
Handle variables in content type before SOAP attachment validation
citrusframework_citrus
train
java
40e48e6566d95e58dbd3e8eab42bbb616ef670f2
diff --git a/conllu/parser.py b/conllu/parser.py index <HASH>..<HASH> 100644 --- a/conllu/parser.py +++ b/conllu/parser.py @@ -22,7 +22,7 @@ def parse_tree(text): for token in sentence: head_indexed[token["head"]].append(token) - trees.append(create_tree(head_indexed)) + trees += c...
There's always just one root, no need for a list.
EmilStenstrom_conllu
train
py,py
1337674c8f11f3a9e02b2f847308a222d986b026
diff --git a/src/Symmetric/Crypto.php b/src/Symmetric/Crypto.php index <HASH>..<HASH> 100644 --- a/src/Symmetric/Crypto.php +++ b/src/Symmetric/Crypto.php @@ -210,13 +210,6 @@ final class Crypto (string) $nonce, (string) $encKey ); - if (!\is_string($plaintext)) { - ...
This condition will never happen, a fatal error will instead.
paragonie_halite
train
php
7142c883feade614ed3d36c667e7781cd278e327
diff --git a/tests/test_grid.py b/tests/test_grid.py index <HASH>..<HASH> 100644 --- a/tests/test_grid.py +++ b/tests/test_grid.py @@ -76,6 +76,7 @@ def test_grid_append_notdict(): assert False except TypeError as e: assert str(e) == 'value must be a dict' + assert len(g) == 1 def test_...
WC-<I>: grid tests: Tweak data type assertion tests.
vrtsystems_hszinc
train
py
f62c342bc5ff043093cc25e200505e8f999f3342
diff --git a/backtrader/feeds/ibdata.py b/backtrader/feeds/ibdata.py index <HASH>..<HASH> 100644 --- a/backtrader/feeds/ibdata.py +++ b/backtrader/feeds/ibdata.py @@ -333,6 +333,25 @@ class IBData(with_metaclass(MetaIBData, DataBase)): self.contract = None self.contractdetails = None + # Get ...
Add initialization for timezone and todate (#<I>) IBData.start() needs to initialize timezone and todate in historical mode
backtrader_backtrader
train
py
9c6eb59f73a6be8e74060f42d280f400f3c03a94
diff --git a/runtests/mpi/tester.py b/runtests/mpi/tester.py index <HASH>..<HASH> 100644 --- a/runtests/mpi/tester.py +++ b/runtests/mpi/tester.py @@ -290,7 +290,7 @@ class Tester(BaseTester): parser.addoption("--mpisub-site-dir", default=None, help="site-dir in mpisub") - def __init__(self, *args, mpi_...
BUG: Extract 'mpi_missing' from kwargs
bccp_runtests
train
py
bbfb83cd009d41f3cbd9b644c8db1e25c4c82b6c
diff --git a/xlsxwriter.class.php b/xlsxwriter.class.php index <HASH>..<HASH> 100644 --- a/xlsxwriter.class.php +++ b/xlsxwriter.class.php @@ -43,12 +43,12 @@ class XLSXWriter } } } - + public function setTempDir($dir) { $this->temp_dir = $dir; } - + protected function tempFilename() { $temp_...
Fixed issue: Ctrl character in value strings break the final document
mk-j_PHP_XLSXWriter
train
php
711d654d9e87fc2adbf8ca275add47364647f751
diff --git a/bin/bootstrap.js b/bin/bootstrap.js index <HASH>..<HASH> 100755 --- a/bin/bootstrap.js +++ b/bin/bootstrap.js @@ -150,7 +150,7 @@ if (!phantom.casperLoaded) { } } // trick to locate source file location on error - scriptCode += ";var __fe__ = new Error('__sourceId__')"...
better display of uncaught CasperError errors
casperjs_casperjs
train
js,js
cb0b08a820bc49492ec7c85f0949c9a4270ab95e
diff --git a/module/Core/public/scripts/library/codemirror-3.21/addon/search/search.js b/module/Core/public/scripts/library/codemirror-3.21/addon/search/search.js index <HASH>..<HASH> 100644 --- a/module/Core/public/scripts/library/codemirror-3.21/addon/search/search.js +++ b/module/Core/public/scripts/library/codemirr...
CodeMirror search addon: open dialogs at the bottom
webriq_core
train
js
ec4fdcf446e80c0f8a7d8c0f18c9c4e261a592e2
diff --git a/influxdb/__init__.py b/influxdb/__init__.py index <HASH>..<HASH> 100644 --- a/influxdb/__init__.py +++ b/influxdb/__init__.py @@ -11,4 +11,4 @@ __all__ = [ ] -__version__ = '2.0.0' +__version__ = '2.0.1' diff --git a/influxdb/resultset.py b/influxdb/resultset.py index <HASH>..<HASH> 100644 --- a/influ...
Fixed recursion issue with raw attribute
influxdata_influxdb-python
train
py,py
8b927fd3d9eb27d12d9822b9597b98e0168d6e14
diff --git a/Controller/ResourceController.php b/Controller/ResourceController.php index <HASH>..<HASH> 100644 --- a/Controller/ResourceController.php +++ b/Controller/ResourceController.php @@ -24,7 +24,6 @@ use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Exception\BadRequestHttpExcept...
[Resource] Use csrf protection in delete actions
Sylius_SyliusResourceBundle
train
php
75f57ca4fdeb68b4aa65113e6a2d600ed4fd9a11
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ except ImportError: from setuptools import setup, find_packages setup( - name='pymongo-orchestration', + name='mongo-orchestration', version='0.1', author='MongoDB, Inc.', author_ema...
Change name of project in setup.py to "mongo-orchestration".
10gen_mongo-orchestration
train
py
d646d3ac2de98a2a3b7c0a284f747eca1ff6e18f
diff --git a/views/js/controller/items/action.js b/views/js/controller/items/action.js index <HASH>..<HASH> 100644 --- a/views/js/controller/items/action.js +++ b/views/js/controller/items/action.js @@ -3,12 +3,12 @@ define([ 'uri', 'jquery', 'context', - 'taoItems/preview/preview' -], function(binder...
Use non-encoded uri for preview
oat-sa_extension-tao-item
train
js
3cdd3eb5183d14b352d078ccf2db6ec58ff6cb41
diff --git a/spacy/about.py b/spacy/about.py index <HASH>..<HASH> 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -4,13 +4,13 @@ # fmt: off __title__ = "spacy-nightly" -__version__ = "2.1.0a9.dev2" +__version__ = "2.1.0a9" __summary__ = "Industrial-strength Natural Language Processing (NLP) with Python and Cyt...
Set version to <I>a9
explosion_spaCy
train
py
73ce9e73d69b559d3121930d04f84ab23c3ecb73
diff --git a/test/unit/basic_test.rb b/test/unit/basic_test.rb index <HASH>..<HASH> 100644 --- a/test/unit/basic_test.rb +++ b/test/unit/basic_test.rb @@ -19,14 +19,14 @@ class BasicTest < Test::Unit::TestCase client.use_oauth2_auth = use_auth %i[get delete head].each do |method| stub = stub_requ...
Test handles multiple exception types depending on version of RestClient.
fhir-crucible_fhir_client
train
rb
d4f4ac00be6e09bd71f8cc17f26f1d9e6fc7213f
diff --git a/coconut/command/util.py b/coconut/command/util.py index <HASH>..<HASH> 100644 --- a/coconut/command/util.py +++ b/coconut/command/util.py @@ -257,7 +257,8 @@ def stdin_readable(): return False try: return bool(select([sys.stdin], [], [], 0)[0]) - except OSError: + except Except...
Fix Cygwin error Resolves #<I>.
evhub_coconut
train
py,py
83d3909f2abd50792dd6bba538e5ba186a4df3ec
diff --git a/scripts/lateralus.component.model.js b/scripts/lateralus.component.model.js index <HASH>..<HASH> 100644 --- a/scripts/lateralus.component.model.js +++ b/scripts/lateralus.component.model.js @@ -81,6 +81,14 @@ define([ /** * This is the same as the `{{#crossLink + * "Lateralus.mixins/emit"}}{{/cr...
Add emit mixin method to Lateralus.Component.Model.
Jellyvision_lateralus
train
js