hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
4f3cdb1b40d9c38ce8354ac00ac40abfab1b6e99
diff --git a/src/view/items/Component.js b/src/view/items/Component.js index <HASH>..<HASH> 100755 --- a/src/view/items/Component.js +++ b/src/view/items/Component.js @@ -206,11 +206,12 @@ export default class Component extends Item { } } } else { - render( this.instance, target, null, occupants ); ...
Child events on render and complete should trigger proxy events. Fixes #<I>.
ractivejs_ractive
train
1b1135fd5e5220d1ce12b90ab6ba14212f42eaca
diff --git a/Lib/ufo2ft/fontInfoData.py b/Lib/ufo2ft/fontInfoData.py index <HASH>..<HASH> 100644 --- a/Lib/ufo2ft/fontInfoData.py +++ b/Lib/ufo2ft/fontInfoData.py @@ -577,6 +577,9 @@ def _test(): 0 >>> print(getAttrWithFallback(info, "postscriptWeightName")) Normal + + >>> print(normalizeStringForPost...
Add unit test for postscript normalization
googlefonts_ufo2ft
train
92f65f1eb7a0393a37cb93cd8beffa413ce14f34
diff --git a/tests/test_contrib_media.py b/tests/test_contrib_media.py index <HASH>..<HASH> 100644 --- a/tests/test_contrib_media.py +++ b/tests/test_contrib_media.py @@ -1,16 +1,39 @@ import os from unittest import TestCase -from aiortc.contrib.media import AudioFileTrack +import cv2 +import numpy +from aiortc.con...
[tests] add test for VideoFileTrack
aiortc_aiortc
train
a7dd3cf61a224b5590d66c49aef3b9d5ed716edb
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -180,11 +180,7 @@ // Ord :: TypeClass var Ord = $.TypeClass( 'sanctuary/Ord', - function(x) { - var type = _type(x); - return type === 'Number' && $.ValidNumber.test(x) || - type === 'Strin...
ValidDate satisfies the requirements of Ord
sanctuary-js_sanctuary
train
71178f21cd660e1885df01ad8c4cf61f032e5970
diff --git a/src/main/java/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.java b/src/main/java/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.java +++ b/src/main/java/com/omertron/themoviedbapi/model/tv/TVSeason...
Update TVSeasonBasic Add Name and Overview
Omertron_api-themoviedb
train
fd5c3c0743bdd0e3d212a7ef5e85685cf26c8d82
diff --git a/workshift/utils.py b/workshift/utils.py index <HASH>..<HASH> 100644 --- a/workshift/utils.py +++ b/workshift/utils.py @@ -249,7 +249,7 @@ def past_sign_out(instance, moment=None): if assigned_time.count() > 0: assigned_time = assigned_time.latest("entry_time") - if assigned_time > cu...
Fixed bug comparing ShiftLogEntry to datetime
knagra_farnsworth
train
d7e0fbded68e18d31f5ebc002c2d8828a16b55ee
diff --git a/src/Support/Data/Menu/LayoutGroupData.php b/src/Support/Data/Menu/LayoutGroupData.php index <HASH>..<HASH> 100644 --- a/src/Support/Data/Menu/LayoutGroupData.php +++ b/src/Support/Data/Menu/LayoutGroupData.php @@ -99,17 +99,6 @@ class LayoutGroupData extends AbstractDataObject } /** - * Ret...
Removed deprecated image() method from layout group data
czim_laravel-cms-core
train
8caf72d8a887ac54fcf521bf29e9a09cedbac8cc
diff --git a/Classes/Driver/Version1/IndexerDriver.php b/Classes/Driver/Version1/IndexerDriver.php index <HASH>..<HASH> 100644 --- a/Classes/Driver/Version1/IndexerDriver.php +++ b/Classes/Driver/Version1/IndexerDriver.php @@ -114,7 +114,7 @@ class IndexerDriver extends AbstractIndexerDriver implements IndexerDriverInt...
TASK: Used “instanceof Map” to be a little more stable and in line with Java APIs
Flowpack_Flowpack.ElasticSearch.ContentRepositoryAdaptor
train
deae7d451f52d4299d270f1ff0cd86c0b1b596ac
diff --git a/src/TestUtilities/AggregateRootTestCase.php b/src/TestUtilities/AggregateRootTestCase.php index <HASH>..<HASH> 100644 --- a/src/TestUtilities/AggregateRootTestCase.php +++ b/src/TestUtilities/AggregateRootTestCase.php @@ -21,6 +21,10 @@ use EventSauce\EventSourcing\SynchronousMessageDispatcher; use Except...
Ensure exceptions of throwable when comparing them.
EventSaucePHP_EventSauce
train
9631127443581c47987d069a90ba451f2e24965c
diff --git a/core/src/main/java/net/time4j/tz/ZonalTransition.java b/core/src/main/java/net/time4j/tz/ZonalTransition.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/net/time4j/tz/ZonalTransition.java +++ b/core/src/main/java/net/time4j/tz/ZonalTransition.java @@ -162,6 +162,7 @@ public final class ZonalTrans...
fix for serialized zone data see issue #<I>
MenoData_Time4J
train
64a9176089a85c753ba09013cf334625a8d35224
diff --git a/rachiopy/device.py b/rachiopy/device.py index <HASH>..<HASH> 100644 --- a/rachiopy/device.py +++ b/rachiopy/device.py @@ -65,13 +65,13 @@ class Device(object): payload = {'id': dev_id} return self.rachio.put(path, payload) - def pause(self, dev_id, duration): + def pauseZoneRun(se...
Update names Make the names match the API.
rfverbruggen_rachiopy
train
8ff6e7e50f9bb6ebd40585d86bc7ff7bf437d377
diff --git a/tests/unit/Codeception/Util/JsonTypeTest.php b/tests/unit/Codeception/Util/JsonTypeTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/Codeception/Util/JsonTypeTest.php +++ b/tests/unit/Codeception/Util/JsonTypeTest.php @@ -62,6 +62,18 @@ class JsonTypeTest extends \Codeception\TestCase\Test $th...
Extend unit tests in testRegexFilter method Extend unit tests in testRegexFilter() method of JsonTypeTest file. Issue #<I>
Codeception_Codeception
train
13e646ca6e23425e07842044e434a0698e9db9dd
diff --git a/extension/background.js b/extension/background.js index <HASH>..<HASH> 100644 --- a/extension/background.js +++ b/extension/background.js @@ -2,6 +2,7 @@ var inspectedTabs = []; function injectContentScript(tabId, remaining_scripts, opt_callback) { var script = remaining_scripts.shift(); + conso...
Modify order of script injection in background.js
GoogleChrome_accessibility-developer-tools
train
cb26a34d73e596b4ac4cfcfd5d2ac9bcc3f38126
diff --git a/BeanShell/src/bsh/BshClassManager.java b/BeanShell/src/bsh/BshClassManager.java index <HASH>..<HASH> 100644 --- a/BeanShell/src/bsh/BshClassManager.java +++ b/BeanShell/src/bsh/BshClassManager.java @@ -35,7 +35,7 @@ package bsh; import java.net.*; import java.util.*; -import java.lang.ref.WeakReference...
Fixed cleanup of weak references in bsh class manager
beanshell_beanshell
train
760ec0410073a9c4a19d151b506822a6bcb845d9
diff --git a/lib/sfrest/task.rb b/lib/sfrest/task.rb index <HASH>..<HASH> 100644 --- a/lib/sfrest/task.rb +++ b/lib/sfrest/task.rb @@ -32,28 +32,28 @@ module SFRest return false end - def self.status_error?(status) + def status_error?(status) if status.to_i == STATUS_ERROR return tru...
make the SFTasks instance methods.
acquia_sf-sdk-ruby
train
0dca36f0da3cf9b2ef6f08ce7d2f0e7cad9ac222
diff --git a/lib/pseudohiki/converter.rb b/lib/pseudohiki/converter.rb index <HASH>..<HASH> 100755 --- a/lib/pseudohiki/converter.rb +++ b/lib/pseudohiki/converter.rb @@ -60,8 +60,21 @@ module PseudoHiki end end + def gfm_id(heading_node) + MarkDownFormat.convert_to_gfm_id_format(to_plain(heading_...
"-fgfm -m" option now generates a table of contents in gfm style
nico-hn_PseudoHikiParser
train
7618f59e9efee098e5169b51eb3d98d90b44127e
diff --git a/bin/index.php b/bin/index.php index <HASH>..<HASH> 100644 --- a/bin/index.php +++ b/bin/index.php @@ -36,7 +36,7 @@ function redirect_to_new() { header('Location: ' . $_SERVER['PHP_SELF'] . '?action=new'); - die(); + exit(); } /** @@ -333,7 +333,7 @@ switch ($_GET['action']) { ...
Apply fixes from StyleCI (#<I>)
eveseat_eseye
train
aadf8d4a02954e21ec0b8967c1287b8abb3044a8
diff --git a/aiozk/test/test_barrier.py b/aiozk/test/test_barrier.py index <HASH>..<HASH> 100644 --- a/aiozk/test/test_barrier.py +++ b/aiozk/test/test_barrier.py @@ -135,7 +135,7 @@ async def test_double_barrier_timeout(zk, path): @pytest.mark.asyncio async def test_double_barrier_enter_leakage(zk, path): enter...
barrier: Fix double barrier test code asyncio.gather returns immediately when one of awaitables raises an exception. So it is possible that the first task raises an exception at the .enter() method before the last task deletes its znode. If it happens, the assertion of that no children znodes fails.
tipsi_aiozk
train
4904491b83bf8d4fee6be712d1601ca51381f05d
diff --git a/src/Purl/Url.php b/src/Purl/Url.php index <HASH>..<HASH> 100644 --- a/src/Purl/Url.php +++ b/src/Purl/Url.php @@ -122,7 +122,7 @@ class Url extends AbstractPart */ public static function fromCurrent() { - $scheme = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off') ? 'https' :...
Update for https check as on my environment $_SERVER['HTTPS'] is not set and purl return "http" also if the url is on https, i added a second check on the server port.
jwage_purl
train
c965d4d117a8bc47dab4d87e146cc23bae98327a
diff --git a/src/utils/I18nManager.js b/src/utils/I18nManager.js index <HASH>..<HASH> 100644 --- a/src/utils/I18nManager.js +++ b/src/utils/I18nManager.js @@ -240,7 +240,7 @@ class I18nManager { // fill message parameter placeholders with passed values lodash.each(args, function(value, key) { if (!loda...
Fixes numerical keys thrown `{0} nothing to repeat` exception.
OpusCapita_i18n
train
ef4336c85d2a07ad222b8830e13fa70810c4d5e5
diff --git a/src/main/java/hex/glm/GLM2.java b/src/main/java/hex/glm/GLM2.java index <HASH>..<HASH> 100644 --- a/src/main/java/hex/glm/GLM2.java +++ b/src/main/java/hex/glm/GLM2.java @@ -791,6 +791,7 @@ public class GLM2 extends Job.ModelJobWithoutClassificationField { // just fork off the nfolds+1 tasks and wait ...
glm2: turned off gradient based auto lambda selection for now. replaced by <I> lambdas on the log scale.
h2oai_h2o-2
train
4404dba5301ae0b1561e9fadcf98017e3b0179d8
diff --git a/constants.py b/constants.py index <HASH>..<HASH> 100644 --- a/constants.py +++ b/constants.py @@ -10,31 +10,128 @@ contentModelFlags = { "PLAINTEXT":3 } -scopingElements = frozenset(("button", "caption", "html", "marquee", "object", - "table", "td", "th")) +scopingElemen...
put everything part of a set on its own line so we know what's being changed when someone adds or removes an "element" --HG-- extra : convert_revision : svn%3Aacbfec<I>-<I>-<I>-a<I>-<I>a<I>e<I>e0/trunk%<I>
html5lib_html5lib-python
train
45cd0378d5c3fdb03098b37ce6894fb54f24914b
diff --git a/js/plugins.js b/js/plugins.js index <HASH>..<HASH> 100644 --- a/js/plugins.js +++ b/js/plugins.js @@ -4,12 +4,13 @@ window.log = function(){ log.history = log.history || []; // store logs to an array for reference log.history.push(arguments); - arguments.callee = arguments.callee.caller; - if(...
don't add the callee - unless you're going to use it
h5bp_html5-boilerplate
train
e0c140a46d58708202e3adbac0cb0ea518e285db
diff --git a/src/main/java/io/github/classgraph/ScanResult.java b/src/main/java/io/github/classgraph/ScanResult.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/github/classgraph/ScanResult.java +++ b/src/main/java/io/github/classgraph/ScanResult.java @@ -126,17 +126,29 @@ public class ScanResult implements Clos...
Fix ScanResult resource leak (#<I>).
classgraph_classgraph
train
d9cd5df6433a6f27ce75fea288582eb68ab44100
diff --git a/ghost/admin/app/validators/signin.js b/ghost/admin/app/validators/signin.js index <HASH>..<HASH> 100644 --- a/ghost/admin/app/validators/signin.js +++ b/ghost/admin/app/validators/signin.js @@ -4,7 +4,9 @@ var SigninValidator = Ember.Object.create({ var data = model.getProperties('identification',...
Provide a more intuitive error message on sign-in for missing email issue <I>#issuecomment-<I> - display "Please enter an email" validation message rather than "Invalid Email" when no email is entered
TryGhost_Ghost
train
ebdd38035ba15dee0c1c788bb5efe761464a71fe
diff --git a/tests/RouterTest.php b/tests/RouterTest.php index <HASH>..<HASH> 100644 --- a/tests/RouterTest.php +++ b/tests/RouterTest.php @@ -88,6 +88,27 @@ namespace { ob_end_clean(); } + public function testBasePathThatContainsEmoji() + { + // Create Router + ...
🍏✨ Add extra tests for emoji in base path
bramus_router
train
0da35d629367071345e75fef048d9072a6eb0141
diff --git a/lib/determine-basal/determine-basal.js b/lib/determine-basal/determine-basal.js index <HASH>..<HASH> 100644 --- a/lib/determine-basal/determine-basal.js +++ b/lib/determine-basal/determine-basal.js @@ -775,8 +775,8 @@ var determine_basal = function determine_basal(glucose_status, currenttemp, iob_ ...
if no microBolus required, snoozeBG > target_bg, and lastCOBpredBG > target_bg, don't set a zero temp
openaps_oref0
train
ab3760b334056294425a9e0febec30dcaf16314d
diff --git a/fusesoc/build/quartus.py b/fusesoc/build/quartus.py index <HASH>..<HASH> 100644 --- a/fusesoc/build/quartus.py +++ b/fusesoc/build/quartus.py @@ -127,6 +127,8 @@ clean: _type = 'VHDL_FILE' elif f.file_type in ['QIP']: _type = 'QIP_FILE' + elif f.fil...
Handle SDC files in quartus backend
olofk_fusesoc
train
93fda7c16f06b6487587ad61771f3cd24db3d2c1
diff --git a/gspread/models.py b/gspread/models.py index <HASH>..<HASH> 100644 --- a/gspread/models.py +++ b/gspread/models.py @@ -1752,14 +1752,15 @@ class Worksheet(object): ) @cast_to_a1_notation - def merge_cells(self, name, merge_type="MERGE_ROWS"): + def merge_cells(self, name, merge_type="M...
Switch default merge_type for `Worksheet.merge_cells`. Add link to Sheets API in the method’s docstring. Rationale: although no default MergeType is specified in Sheets API, the default behaviour of the “Merge cells” button in the Sheets UI is “Merge all”.
burnash_gspread
train
4ddc796372eb17c35ef266fa53e451b84fdf5174
diff --git a/src/js/pouchdb-node.js b/src/js/pouchdb-node.js index <HASH>..<HASH> 100644 --- a/src/js/pouchdb-node.js +++ b/src/js/pouchdb-node.js @@ -58,6 +58,7 @@ gpii.pouch.node.makeSafePrefix = function (toResolve) { */ gpii.pouch.node.cleanup = function (that) { var togo = fluid.promise(); + togo.then(t...
GPII-<I>: Additional tweaks to try to get windows persistence tests to clean up after themselves.
GPII_gpii-pouchdb
train
332bd786c1d730c629f2b6f4b8712096e1bfb4e2
diff --git a/test/natto/tc_dictionaryinfo.rb b/test/natto/tc_dictionaryinfo.rb index <HASH>..<HASH> 100644 --- a/test/natto/tc_dictionaryinfo.rb +++ b/test/natto/tc_dictionaryinfo.rb @@ -7,7 +7,7 @@ class TestDictionaryInfo < Minitest::Test @testdic = File.join(Dir.pwd, 'test', 'natto', 'test.dic') begin ...
Rescue only SystemCallError in tc_dictionaryinfo.rb
buruzaemon_natto
train
fe6323164d159ce416519e623ad6f382cd39d2b9
diff --git a/click_repl/__init__.py b/click_repl/__init__.py index <HASH>..<HASH> 100644 --- a/click_repl/__init__.py +++ b/click_repl/__init__.py @@ -65,7 +65,12 @@ class ClickCompleter(Completer): self.cli = cli def get_completions(self, document, complete_event): + # If ends in space, no compl...
Don't show completions if user hits space
click-contrib_click-repl
train
7c7d76bf74be180da70e963815ea30b953b33c7e
diff --git a/latools/helpers/chemistry.py b/latools/helpers/chemistry.py index <HASH>..<HASH> 100644 --- a/latools/helpers/chemistry.py +++ b/latools/helpers/chemistry.py @@ -81,6 +81,33 @@ def calc_M(molecule): m += me * n return m +def analyte_mass(analyte, in_name=True): + """ + Returns the mas...
function for calculating analyte masses
oscarbranson_latools
train
b083ce00c7c4f0fb1de43dea6e2d328a9a97564c
diff --git a/discord.go b/discord.go index <HASH>..<HASH> 100644 --- a/discord.go +++ b/discord.go @@ -136,7 +136,7 @@ func (s *Session) AddHandler(handler interface{}) { panic("Unable to add event handler, first argument must be of type *discordgo.Session.") } - if s.Handlers == nil { + if s.handlers == nil { ...
Un-expose handlers. Clean up Session struct.
bwmarrin_discordgo
train
ea018dc5daf9dcaaf7b98450661cf99ad0deda7a
diff --git a/lib/eslint-config.js b/lib/eslint-config.js index <HASH>..<HASH> 100644 --- a/lib/eslint-config.js +++ b/lib/eslint-config.js @@ -21,6 +21,8 @@ module.exports = { } }, + plugins: ['react'], + rules: { // http://eslint.org/docs/rules/ @@ -89,6 +91,19 @@ module.exports = { 'no-usele...
feat(eslint): Add react plugin and rules
d4rkr00t_aik
train
48bb429df47cc6661a6f620afd1517b2806a9720
diff --git a/wicket-orientdb/src/main/java/ru/ydn/wicket/wicketorientdb/model/ODocumentModel.java b/wicket-orientdb/src/main/java/ru/ydn/wicket/wicketorientdb/model/ODocumentModel.java index <HASH>..<HASH> 100644 --- a/wicket-orientdb/src/main/java/ru/ydn/wicket/wicketorientdb/model/ODocumentModel.java +++ b/wicket-ori...
Make ODocumentModel compound model
OrienteerBAP_wicket-orientdb
train
57499f6b9f8aa2b8773c3d1215d2b53633b0b3a7
diff --git a/lib/active_scaffold/helpers/form_column_helpers.rb b/lib/active_scaffold/helpers/form_column_helpers.rb index <HASH>..<HASH> 100644 --- a/lib/active_scaffold/helpers/form_column_helpers.rb +++ b/lib/active_scaffold/helpers/form_column_helpers.rb @@ -93,7 +93,7 @@ module ActiveScaffold options[:pla...
fix field id on render_field from subforms
activescaffold_active_scaffold
train
00f0bf858435a7f55a5454e6c7d0af65ce126ed0
diff --git a/octodns/provider/base.py b/octodns/provider/base.py index <HASH>..<HASH> 100644 --- a/octodns/provider/base.py +++ b/octodns/provider/base.py @@ -53,15 +53,13 @@ class BaseProvider(BaseSource): for record in desired.records: if record._type not in self.SUPPORTS: - msg...
f-strings for BaseProvider supports update
github_octodns
train
5a80eeab55d2ec79fabfc83a7f75832b045828c8
diff --git a/pauldron-hearth/lib/ErrorUtils.js b/pauldron-hearth/lib/ErrorUtils.js index <HASH>..<HASH> 100644 --- a/pauldron-hearth/lib/ErrorUtils.js +++ b/pauldron-hearth/lib/ErrorUtils.js @@ -1,10 +1,13 @@ -const {} = require("./UMAConfigs") +const PauldronClient = require("pauldron-clients"); + const { UMA_MO...
refactoring and cleaning up error- and request-urils.
mojitoholic_pauldron
train
1ca478a08fd8cd70d8b9c3276684f00f5725584f
diff --git a/azure-toolkit-libs/azure-toolkit-auth-lib/src/main/java/com/microsoft/azure/toolkit/lib/auth/cli/AzureCliAccount.java b/azure-toolkit-libs/azure-toolkit-auth-lib/src/main/java/com/microsoft/azure/toolkit/lib/auth/cli/AzureCliAccount.java index <HASH>..<HASH> 100644 --- a/azure-toolkit-libs/azure-toolkit-au...
fix `tenantId` of Azure CLI Credential in multi-tenancy case.
Microsoft_azure-maven-plugins
train
7f68d6c82dd4219f15a77f69e54cf6a358a992dc
diff --git a/satpy/tests/reader_tests/test_mirs.py b/satpy/tests/reader_tests/test_mirs.py index <HASH>..<HASH> 100644 --- a/satpy/tests/reader_tests/test_mirs.py +++ b/satpy/tests/reader_tests/test_mirs.py @@ -79,7 +79,8 @@ def _get_datasets_with_attributes(): 'coordinates': "Longitude La...
Add Scanline/FOV dims to RR otherwise they are dim_0 and dim_1 and they are not recognized by the reader. Scanline/FOV are converted to y,x in reader
pytroll_satpy
train
5e7342bc1e431f9a6d49a717f54c34b34ba08118
diff --git a/lib/bullet/version.rb b/lib/bullet/version.rb index <HASH>..<HASH> 100644 --- a/lib/bullet/version.rb +++ b/lib/bullet/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Bullet - VERSION = "2.1.0" + VERSION = "2.2.0" end
Bumping version to <I>
flyerhzm_bullet
train
916ec3ac4a7c2706c3f3737d20a6d5bfa5ede767
diff --git a/marrow/mailer/__init__.py b/marrow/mailer/__init__.py index <HASH>..<HASH> 100644 --- a/marrow/mailer/__init__.py +++ b/marrow/mailer/__init__.py @@ -13,6 +13,7 @@ from functools import partial from marrow.mailer.message import Message from marrow.mailer.exc import MailerNotRunning +from marrow.util.co...
fixes #2 -- other network transports should also be armoured against this
marrow_mailer
train
73ab85e85c7999fa9fb9ae90304431993a75e1a8
diff --git a/compiler/quilt/test/test_install.py b/compiler/quilt/test/test_install.py index <HASH>..<HASH> 100644 --- a/compiler/quilt/test/test_install.py +++ b/compiler/quilt/test/test_install.py @@ -329,7 +329,7 @@ packages: """ file_data_list = [] file_hash_list = [] - for i in ra...
Don't bother checking hashes of previously downloaded objects (#<I>) We already check the hash after the download is complete. If the object gets corrupted afterwards, that's outside of our control, and will cause bigger problems anyway (imports, etc.).
quiltdata_quilt
train
9f48f1b8b57168b1227e9914af140098d4913d7d
diff --git a/lib/fluent/supervisor.rb b/lib/fluent/supervisor.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/supervisor.rb +++ b/lib/fluent/supervisor.rb @@ -297,16 +297,18 @@ module Fluent @main_pid = fork do main_process(&block) end - elsif @supervise - fluentd_spawn_cmd = @r...
unless doesn't get elsif
fluent_fluentd
train
ef0a37c613d88668d6356b3450e829f8348ecb15
diff --git a/bin/traq b/bin/traq index <HASH>..<HASH> 100755 --- a/bin/traq +++ b/bin/traq @@ -2,7 +2,7 @@ require "rubygems" require "yaml" -require "zip/zip" +require "zip" require "net/scp" require "net/ssh" require "fileutils" diff --git a/lib/packager.rb b/lib/packager.rb index <HASH>..<HASH> 100644 --- a/l...
Updated to the new RubyZip syntax.
taq_traquitana
train
1fa851503c772980efa1c4a7139add0bdb3e8b78
diff --git a/netpyne/batch/grid.py b/netpyne/batch/grid.py index <HASH>..<HASH> 100644 --- a/netpyne/batch/grid.py +++ b/netpyne/batch/grid.py @@ -317,7 +317,7 @@ wait cores = self.runCfg.get('cores', 1) folder = self.runCfg.get('folder', '.') script = self...
make default mpi_direct command = mpirun
Neurosim-lab_netpyne
train
7f5a4a5b2cf4ff65d32a85d16fd37717510b2891
diff --git a/src/core.js b/src/core.js index <HASH>..<HASH> 100644 --- a/src/core.js +++ b/src/core.js @@ -11,6 +11,7 @@ const util = require('util'); const {URL} = url; const {performance} = require('perf_hooks'); +const rimraf = require('rimraf'); const mkdirp = require('mkdirp'); const {XMLHttpRequest: XMLHt...
Rimraf destination directory before downloading in download mode
exokitxr_exokit
train
0cd4066d01cd6eb97d5d9d2b3111b44d307b21dd
diff --git a/test/renderer/epics/saving-spec.js b/test/renderer/epics/saving-spec.js index <HASH>..<HASH> 100644 --- a/test/renderer/epics/saving-spec.js +++ b/test/renderer/epics/saving-spec.js @@ -53,14 +53,13 @@ describe('saveEpic', () => { const actionBuffer = []; const responseActions = saveEpic(action$)...
chore(SavingEpic): Actually push to action buffer.
nteract_nteract
train
64074f4039149f113901c8c8e6cde1a39eaa5fb4
diff --git a/src/API/Entity.php b/src/API/Entity.php index <HASH>..<HASH> 100755 --- a/src/API/Entity.php +++ b/src/API/Entity.php @@ -1025,12 +1025,13 @@ class Entity extends Injectable $modelRuleStore = $this->di->get('ruleList')->get($relatedModel->getModelname()); // process all filter rules - ...
disable some rules based logic to avoid bugs
gte451f_phalcon-json-api-package
train
a5ff6904b0f571a0287e5e673d3fd14648e812d5
diff --git a/client/my-sites/plans/features/google-analytics.js b/client/my-sites/plans/features/google-analytics.js index <HASH>..<HASH> 100644 --- a/client/my-sites/plans/features/google-analytics.js +++ b/client/my-sites/plans/features/google-analytics.js @@ -72,6 +72,15 @@ export default function( context ) { ...
show better differentiation between the premium and business plans
Automattic_wp-calypso
train
70be596ef687f02e7b4595125889602c153073c0
diff --git a/src/Resource/Payment.php b/src/Resource/Payment.php index <HASH>..<HASH> 100644 --- a/src/Resource/Payment.php +++ b/src/Resource/Payment.php @@ -330,4 +330,24 @@ class Payment extends Entity json_decode($this->sca_data) ?: (object) [] ); } + + // -----------------------------...
Adds convinience method for fetching a payment's source
nails_module-invoice
train
6e2dc45a813dc47a0028aae602e9a229423e8def
diff --git a/src/NlpTools/Similarity/Simhash.php b/src/NlpTools/Similarity/Simhash.php index <HASH>..<HASH> 100644 --- a/src/NlpTools/Similarity/Simhash.php +++ b/src/NlpTools/Similarity/Simhash.php @@ -62,10 +62,14 @@ class Simhash implements SimilarityInterface, DistanceInterface public function simhash(array &$...
Added weighted sets to simhash
angeloskath_php-nlp-tools
train
8c44a0851e3be564a100df50d257c1ce5b30dc25
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index <HASH>..<HASH> 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,7 @@ === 2.0.X === - Django 2 compatibility +- Added cc/bcc support to email sendings === 1.67.X === diff --git a/django_libs/__init__.py b/django_libs/__init__.py index <HASH>..<HASH> 1006...
Added cc/bcc support to email sendings
bitlabstudio_django-libs
train
c9a128e137a6f89cef4e7955c0c66fbb054c8370
diff --git a/grpc_client.go b/grpc_client.go index <HASH>..<HASH> 100644 --- a/grpc_client.go +++ b/grpc_client.go @@ -3,8 +3,10 @@ package plugin import ( "fmt" + "golang.org/x/net/context" "google.golang.org/grpc" "google.golang.org/grpc/credentials" + "google.golang.org/grpc/health/grpc_health_v1" ) // ...
Implement the health checking service to enable Ping to work for gRPC
hashicorp_go-plugin
train
c2d50e41f33b3ce0a7a7b3d9c3d77d8786b13727
diff --git a/lib/Models/CatalogItem.js b/lib/Models/CatalogItem.js index <HASH>..<HASH> 100644 --- a/lib/Models/CatalogItem.js +++ b/lib/Models/CatalogItem.js @@ -141,7 +141,7 @@ var CatalogItem = function(terria) { this.isEnableable = true; /** - * Gets or sets a value indicating whether this data sour...
only show 'zoom to extent' if rectangle is available
TerriaJS_terriajs
train
e280985755c1a4df9367296b6e336bae55e57762
diff --git a/media.go b/media.go index <HASH>..<HASH> 100644 --- a/media.go +++ b/media.go @@ -169,6 +169,61 @@ type Item struct { } `json:"story_music_stickers,omitempty"` } +// Comment pushes a text comment to media item. +// +// If parent media is a Story this function will send a private message +// replying t...
added item.Comment() function to fix #<I> (#<I>) * added item.Comment() function to fix #<I> and appears to be working well in testing * removed commented line item no longer required
ahmdrz_goinsta
train
2de654ba2cb52d3a9e67009f48eb26e2c6973b39
diff --git a/layers.go b/layers.go index <HASH>..<HASH> 100644 --- a/layers.go +++ b/layers.go @@ -866,6 +866,14 @@ func (r *layerStore) Put(id string, parentLayer *Layer, names []string, mountLab return nil, -1, err } delete(layer.Flags, incompleteFlag) + } else { + // applyDiffWithOptions in the `diff...
layerStore.Put(): update digest-based indexes when creating from templates When we're creating a layer using another layer as a template, add the new layer's uncompressed and compressed digest to the maps we use to index layers using those digests. When we forgot to do that, searching for a layer by either would stil...
containers_storage
train
3bcc5690543e46e0f13d5cfa966f6a4fd2bcccb5
diff --git a/src/VersionedGridFieldItemRequest.php b/src/VersionedGridFieldItemRequest.php index <HASH>..<HASH> 100644 --- a/src/VersionedGridFieldItemRequest.php +++ b/src/VersionedGridFieldItemRequest.php @@ -347,7 +347,7 @@ class VersionedGridFieldItemRequest extends GridFieldDetailForm_ItemRequest } ...
FIX: Remove canPublish check for users to see unpublish button (fixes #<I>)
silverstripe_silverstripe-versioned
train
f8fba68ec0e6e986eea4dc3bfe39dbe09dccf5d7
diff --git a/test/acceptance/error-pages.js b/test/acceptance/error-pages.js index <HASH>..<HASH> 100644 --- a/test/acceptance/error-pages.js +++ b/test/acceptance/error-pages.js @@ -52,10 +52,7 @@ describe('error-pages', function(){ request(app) .get('/404') .set('Accept','application/json')...
tests: use supertest expect to test body
expressjs_express
train
b9957ee870725317a7c6b4e75ed93e183244d48f
diff --git a/vendor/Text/Wiki/Parse/Default/Code.php b/vendor/Text/Wiki/Parse/Default/Code.php index <HASH>..<HASH> 100644 --- a/vendor/Text/Wiki/Parse/Default/Code.php +++ b/vendor/Text/Wiki/Parse/Default/Code.php @@ -50,7 +50,8 @@ class Text_Wiki_Parse_Code extends Text_Wiki_Parse { */ /* var $regex = ...
Fixed a bug in Text_Wiki that caused some of the doc pages not to show up.
doctrine_orm
train
456f0fe5985eaad42eba456b9ff710771669607c
diff --git a/src/event/event.js b/src/event/event.js index <HASH>..<HASH> 100644 --- a/src/event/event.js +++ b/src/event/event.js @@ -12,14 +12,14 @@ jQuery.event = { // around, causing it to be cloned in the process if ( jQuery.browser.msie && element.setInterval != undefined ) element = window; - + //...
Added namespaced events to bind, unbind, and trigger. This allows you to deal with event handlers of a specific "class" (great for plugins).
jquery_jquery
train
a8ec5053f57e7b82c085f1c59b2a94de61dd8de0
diff --git a/mygeotab/api.py b/mygeotab/api.py index <HASH>..<HASH> 100644 --- a/mygeotab/api.py +++ b/mygeotab/api.py @@ -6,7 +6,11 @@ try: from urllib.parse import urlparse except ImportError: from urlparse import urlparse -import json + +try: + import ujson as json +except ImportError: + import json...
Added shortcuts for Add, Set, Get, and Remove. Use ujson library if available for JSON serializing/deserializing.
Geotab_mygeotab-python
train
8f04caff5702b8144c27a862a966fd1a85395c6a
diff --git a/src/Console/Command/Wsdl2PhpGeneratorCommand.php b/src/Console/Command/Wsdl2PhpGeneratorCommand.php index <HASH>..<HASH> 100644 --- a/src/Console/Command/Wsdl2PhpGeneratorCommand.php +++ b/src/Console/Command/Wsdl2PhpGeneratorCommand.php @@ -2,14 +2,14 @@ namespace VentureOakLabs\Wsdl2PhpGenerator\Conso...
Make InputFile and OutputDir Options as command arguments and required
joaoalves89_wsdl2phpgenerator-cli
train
11555b22df583ddd4a36a2f56e7fb25c59ae57d3
diff --git a/instaLooter/core.py b/instaLooter/core.py index <HASH>..<HASH> 100755 --- a/instaLooter/core.py +++ b/instaLooter/core.py @@ -55,7 +55,7 @@ class InstaLooter(object): 'date': lambda m: datetime.date.fromtimestamp(m['date']) if 'date' in m else None, 'width': lambda m: m.get('...
Fix typo in CLI options (#<I>)
althonos_InstaLooter
train
bafad782a1e887f61e05ba37ecfb281c8fd4d683
diff --git a/test_apps/grape/lib/ping/api.rb b/test_apps/grape/lib/ping/api.rb index <HASH>..<HASH> 100644 --- a/test_apps/grape/lib/ping/api.rb +++ b/test_apps/grape/lib/ping/api.rb @@ -4,6 +4,8 @@ require "grape/api" require "sapience/grape" require "active_support/notifications" +class PageNotFound < RuntimeErro...
Add grape test that generates <I> instead of <I>. - When requesting a url that doesnt exist, - Grape doesnt raise, it actually throws an error. - It's a hash with the format {:message=>{:error=>"No route found", :status=><I>}, :status=><I>, :headers=>{}} - To log <I>s correctly we will need to handle raise & throws.
reevoo_sapience-rb
train
b0b5d46dc38e3efe01c08404ec10162105806305
diff --git a/test/test_helper.rb b/test/test_helper.rb index <HASH>..<HASH> 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -3,7 +3,7 @@ require 'bundler/setup' # Avoids uninitialized constant Chef::Mixin::ShellOut - see https://github.com/chef/chef/pull/4153 require 'chef/version' -if Gem::Requiremen...
Looks like chef <I>.alpha<I> also has this bug.
matschaffer_knife-solo
train
e18c827cc12cb1c52e5d0aa993f572cb56238704
diff --git a/lib/linter.js b/lib/linter.js index <HASH>..<HASH> 100644 --- a/lib/linter.js +++ b/lib/linter.js @@ -76,19 +76,14 @@ function parseBooleanConfig(string, comment) { if (!name) { return; } - const pos = name.indexOf(":"); - if (pos === -1) { - items[...
Chore: refactor linter#parseBooleanConfig to improve readability (#<I>)
eslint_eslint
train
437480cbd5c9f1d6df8ea56949857438dad04ada
diff --git a/lib/Goetas/Mail/ToSwiftMailParser/MimeParser.php b/lib/Goetas/Mail/ToSwiftMailParser/MimeParser.php index <HASH>..<HASH> 100644 --- a/lib/Goetas/Mail/ToSwiftMailParser/MimeParser.php +++ b/lib/Goetas/Mail/ToSwiftMailParser/MimeParser.php @@ -80,10 +80,11 @@ class MimeParser { protected function parseP...
Fix passing value instead of full header for multipart header part
goetas_to-swift-mime-parser
train
a4fcd82ea4f6f6f502a5b03c6a865035c9b49f89
diff --git a/src/init.js b/src/init.js index <HASH>..<HASH> 100644 --- a/src/init.js +++ b/src/init.js @@ -11,10 +11,12 @@ function open_file(file){ compiler.path = m[1]; console.log(m); asmEditor.setValue(data); + update(); }); } function update(){ + clearTimeout(_idleTime...
fix the update on change and also the pixelpadding on the editor
gutomaia_nodeNES
train
d27460579f0ec75de240ef00326239cd74154915
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -39,10 +39,14 @@ module.exports = function (test) { () => fs.accessSync(binPath), `bin: { "${key}": "${pkg.bin[key]}" } (not readable)` ) - t.notThrows( - () => fs.accessSyn...
skip executable bin file test on Windows
jokeyrhyme_npm-bin-ava-tester.js
train
a5fbe1363ad63ada4c475ebb5ef9e5e7b5663260
diff --git a/aeron-archive/src/main/java/io/aeron/archive/Catalog.java b/aeron-archive/src/main/java/io/aeron/archive/Catalog.java index <HASH>..<HASH> 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/Catalog.java +++ b/aeron-archive/src/main/java/io/aeron/archive/Catalog.java @@ -454,11 +454,21 @@ class Catal...
[Java] Add test for originalChannelContains.
real-logic_aeron
train
81729ee4a1d9b1b45d81f4d1cde9c2adcf8cd145
diff --git a/salt/transport/ipc.py b/salt/transport/ipc.py index <HASH>..<HASH> 100644 --- a/salt/transport/ipc.py +++ b/salt/transport/ipc.py @@ -663,62 +663,68 @@ class IPCMessageSubscriber(IPCClient): @salt.ext.tornado.gen.coroutine def _read(self, timeout, callback=None): try: - yield ...
Handle ctrl-c gracefully, this will very likely fail
saltstack_salt
train
bf9479f49c58b2274a3f311b4d626d0df554ca65
diff --git a/allegedb/allegedb/__init__.py b/allegedb/allegedb/__init__.py index <HASH>..<HASH> 100644 --- a/allegedb/allegedb/__init__.py +++ b/allegedb/allegedb/__init__.py @@ -783,6 +783,7 @@ class ORM(object): "Trying to make a plan at {}, but that time already happened".format((branch, turn, t...
Add new plans to the list to be committed
LogicalDash_LiSE
train
d8d440b740a38f19163aca1b569136f70be5c0de
diff --git a/zombielink/src/main/java/com/lonepulse/zombielink/executor/AsyncExecutionHandler.java b/zombielink/src/main/java/com/lonepulse/zombielink/executor/AsyncExecutionHandler.java index <HASH>..<HASH> 100644 --- a/zombielink/src/main/java/com/lonepulse/zombielink/executor/AsyncExecutionHandler.java +++ b/zombiel...
Minor tweaks to support arguments which are ignored
sahan_ZombieLink
train
370ce1d11238099674d81c4305078896127892f8
diff --git a/estnltk/storage/postgres/queries/layer_ngram_query.py b/estnltk/storage/postgres/queries/layer_ngram_query.py index <HASH>..<HASH> 100644 --- a/estnltk/storage/postgres/queries/layer_ngram_query.py +++ b/estnltk/storage/postgres/queries/layer_ngram_query.py @@ -83,6 +83,9 @@ class LayerNgramQuery(Query): ...
Removed Query.validate() [redundant as query.eval() can now be used for validation]
estnltk_estnltk
train
cd3450d5a9e62c2510d9c1670ce4e6d22d3eb31d
diff --git a/main/main.go b/main/main.go index <HASH>..<HASH> 100644 --- a/main/main.go +++ b/main/main.go @@ -57,8 +57,17 @@ func main() { //////////////// non-codegangsta path /////////////////////// if len(os.Args) > 1 { cmd := os.Args[1] - if cmdRegistry.CommandExists(cmd) { + //handles 'cf help <comman...
handles 'cf help <command>' for non-codegangsta command
cloudfoundry_cli
train
4796854593a61596b52c5a065691d24898c6a1e4
diff --git a/src/Illuminate/Notifications/Channels/NexmoSmsChannel.php b/src/Illuminate/Notifications/Channels/NexmoSmsChannel.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Notifications/Channels/NexmoSmsChannel.php +++ b/src/Illuminate/Notifications/Channels/NexmoSmsChannel.php @@ -47,44 +47,12 @@ class NexmoSm...
working on nexmo notifications
laravel_framework
train
692386e963a9591edef5b78814d401fc676f6307
diff --git a/salt/states/modjk.py b/salt/states/modjk.py index <HASH>..<HASH> 100644 --- a/salt/states/modjk.py +++ b/salt/states/modjk.py @@ -51,7 +51,7 @@ def _bulk_state(saltfunc, lbn, workers, profile): return ret errors = [] - for worker, ok in list(cmdret.items()): + for worker, ok in cmdret...
List call not needed. Changing it back to what it was
saltstack_salt
train
05aafc626a03ec369f049972deabb0b34436f24c
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -24,7 +24,9 @@ function squall (opts) { config.worker() } else { Promise.resolve(config.init()) - .then(config.leader(config)) + .then(function () { + config.leader(config) + }) } return clus...
fix: call leader after init is finished
junosuarez_squall
train
2ec657d2dcdfac69d8684f214462b6e6bddcbf6a
diff --git a/exa/container.py b/exa/container.py index <HASH>..<HASH> 100644 --- a/exa/container.py +++ b/exa/container.py @@ -388,10 +388,10 @@ class Container: .. _ipywidgets: https://ipywidgets.readthedocs.io/en/latest/ ''' if self._widget is not None: # If a corresponding widget exis...
Updated logic for handling msg for js, reordered logic for generating traits, and updated the numerical
exa-analytics_exa
train
e693a0a4169bcdfea8dc1d00fc6113416330c710
diff --git a/ecs/disks.go b/ecs/disks.go index <HASH>..<HASH> 100644 --- a/ecs/disks.go +++ b/ecs/disks.go @@ -78,6 +78,7 @@ type DiskItemType struct { DiskName string Description string Type DiskType + Encrypted bool Category DiskCategory Size i...
Add Encrypted field in DiskItemType
denverdino_aliyungo
train
9f2def622923dedbc3b8c6836e95b4323c71629a
diff --git a/src/br/com/caelum/iogi/reflection/NewObject.java b/src/br/com/caelum/iogi/reflection/NewObject.java index <HASH>..<HASH> 100644 --- a/src/br/com/caelum/iogi/reflection/NewObject.java +++ b/src/br/com/caelum/iogi/reflection/NewObject.java @@ -115,11 +115,9 @@ public class NewObject { } static ...
Using mirror matcher to find setters
rafaeldff_Iogi
train
101d88a840d487a75f18935d4eb90a927aa06dc0
diff --git a/spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers/DockerImageNames.java b/spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers/DockerImageNames.java ind...
Update Testcontainers image versions See gh-<I>
spring-projects_spring-boot
train
097afbdfb710b9877aa15c9c694f6d87f19b6378
diff --git a/library/src/test/java/com/pengrad/telegrambot/ModelTest.java b/library/src/test/java/com/pengrad/telegrambot/ModelTest.java index <HASH>..<HASH> 100644 --- a/library/src/test/java/com/pengrad/telegrambot/ModelTest.java +++ b/library/src/test/java/com/pengrad/telegrambot/ModelTest.java @@ -4,6 +4,8 @@ impor...
Add model/request classes in ModelTest
pengrad_java-telegram-bot-api
train
017f903580d57fad6689df3c2924ccbab5cccd17
diff --git a/code/GridFieldQueuedExportButton.php b/code/GridFieldQueuedExportButton.php index <HASH>..<HASH> 100644 --- a/code/GridFieldQueuedExportButton.php +++ b/code/GridFieldQueuedExportButton.php @@ -107,6 +107,10 @@ class GridFieldQueuedExportButton implements GridField_HTMLProvider, GridField_A $id = ...
FIX check job descriptor ownership
silverstripe_silverstripe-gridfieldqueuedexport
train
f49dd7e1e459040fff498ec27a52c86d55701354
diff --git a/salt/master.py b/salt/master.py index <HASH>..<HASH> 100644 --- a/salt/master.py +++ b/salt/master.py @@ -238,10 +238,10 @@ class ReqServer(threading.Thread): load['tgt'] = self.opts['cluster_masters'] load['tgt_type'] = 'list' minion_dir = os.path.join(self.opts['pki_dir'], 'min...
Fix typo in argument passing for the cluster system
saltstack_salt
train
5bfe8f13e5e4eb3cb1481a1ffd79f77b696d4f48
diff --git a/validation.js b/validation.js index <HASH>..<HASH> 100644 --- a/validation.js +++ b/validation.js @@ -666,8 +666,8 @@ function validateWitnesses(conn, objUnit, objValidationState, callback){ conn.query( // address=definition_chash is true in the first appearence of the address // (not just in fi...
faster check that a new witness has a stable definition
byteball_ocore
train
500c4875435d25aa00d95613eb37ebbaee7664bc
diff --git a/src/Minify.php b/src/Minify.php index <HASH>..<HASH> 100644 --- a/src/Minify.php +++ b/src/Minify.php @@ -327,26 +327,7 @@ abstract class Minify return $content; } - // PHP only supports $this inside anonymous functions since 5.4 - $minifier = $this; - $callback...
Removed huge regex and replaced with strtr call
matthiasmullie_minify
train
102ccdec99d1015b617f2cd6a5635e8069a39760
diff --git a/flawless/server/service.py b/flawless/server/service.py index <HASH>..<HASH> 100644 --- a/flawless/server/service.py +++ b/flawless/server/service.py @@ -13,7 +13,6 @@ from __future__ import absolute_import import __main__ -import cgi try: from email.mime.text import MIMEText except ImportError:...
Fix issue where unicode in error key caused exception
shopkick_flawless
train
30c9aa8bb55fc72ab48e846845ee0b7be9162a87
diff --git a/web/concrete/views/dialogs/page/clipboard.php b/web/concrete/views/dialogs/page/clipboard.php index <HASH>..<HASH> 100644 --- a/web/concrete/views/dialogs/page/clipboard.php +++ b/web/concrete/views/dialogs/page/clipboard.php @@ -30,7 +30,8 @@ defined('C5_EXECUTE') or die("Access Denied."); ...
Fixed scrapbook in stack to use scrapbook view Former-commit-id: f3fd<I>d<I>a<I>b<I>c<I>bd2d<I>bd0b3
concrete5_concrete5
train
4fd89f79c8aa4e292223ae032c898d29fcd3ca4d
diff --git a/gulp/build.js b/gulp/build.js index <HASH>..<HASH> 100644 --- a/gulp/build.js +++ b/gulp/build.js @@ -6,13 +6,14 @@ import sourcemaps from 'gulp-sourcemaps'; const buildDir = 'build'; const allSrcGlob = [ 'src/**/*.js', - 'test/**/*.js' + 'test/**/*.js', + 'docs/examples/**/*.js', ]; export con...
Added docs/examples files to TDD
jlenoble_polypath
train
a84804278f62af9bf4ca14bc6ddc24410a2d03fa
diff --git a/tests/test_api.py b/tests/test_api.py index <HASH>..<HASH> 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -15,6 +15,15 @@ url = 'http://127.0.0.1:5000' + api.base_url valid_response = [403, 200] # TODO - set to 200 after user login works class TestApi(unittest.TestCase): + def setUp(self...
trying starting API from tests but not the best idea - cant stop it easily
acutesoftware_AIKIF
train
86f701fae959ef3f27d4bc2a02251d593207f043
diff --git a/src/BootstrapTable.js b/src/BootstrapTable.js index <HASH>..<HASH> 100644 --- a/src/BootstrapTable.js +++ b/src/BootstrapTable.js @@ -978,13 +978,13 @@ class BootstrapTable extends Component { let result = {}; let { csvFileName } = this.props; - const { onExportToCSV } = this.props.options; ...
enhance for exportCSVSeparator
AllenFang_react-bootstrap-table
train
904d0822e548d681ed8566228f3acdccc07131a3
diff --git a/src/Captioning/File.php b/src/Captioning/File.php index <HASH>..<HASH> 100644 --- a/src/Captioning/File.php +++ b/src/Captioning/File.php @@ -37,7 +37,7 @@ abstract class File implements FileInterface $this->useIconv = $_useIconv; if ($this->getFilename() !== null) { - $this-...
Reorder methods by visibility, expose loading from file
captioning_captioning
train
5b163f26d9d723a740ba3773c4688a3bc9b712c9
diff --git a/synapse/models/inet.py b/synapse/models/inet.py index <HASH>..<HASH> 100644 --- a/synapse/models/inet.py +++ b/synapse/models/inet.py @@ -1296,23 +1296,18 @@ class InetModule(s_module.CoreModule): 'doc': 'The ingest source file/iden. Used for reparsing.' ...
removed read-only from flow props and http request props (#<I>)
vertexproject_synapse
train
5a0a13adc75b0bdc77f8be88933e96c90d0856ee
diff --git a/lib/dpl/provider.rb b/lib/dpl/provider.rb index <HASH>..<HASH> 100644 --- a/lib/dpl/provider.rb +++ b/lib/dpl/provider.rb @@ -57,6 +57,10 @@ module DPL system(command) end + def self.apt_get(name, command = name) + context.shell("sudo apt-get -qq install #{name}", retry: true) if `whi...
Install cabal for Hackage deployments
travis-ci_dpl
train
e5bbf3a60b81917497b455d61792a71105df5d91
diff --git a/zengine/models/workflow_manager.py b/zengine/models/workflow_manager.py index <HASH>..<HASH> 100644 --- a/zengine/models/workflow_manager.py +++ b/zengine/models/workflow_manager.py @@ -10,6 +10,7 @@ import json from datetime import datetime from time import sleep +from traceback import format_exc f...
fixed title and description reading feature of BPMNWorkflow.set_xml() method. rref #<I> #GH-<I>
zetaops_zengine
train
624656f6fde861df68a8ff286b4c5cdd5a81a150
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( 'local_scheme': 'dirty-tag' }, description='A microframework for network oriented applications', - long_description=Path(__file__).parent.joinpath('README.rst').open().read(), + l...
Superficial improvement to how README.rest is read in setup.py
asphalt-framework_asphalt
train
9d27a5be367c51ea0a3b9daed7097d3ef1a71338
diff --git a/lib/mongo/protocol/message.rb b/lib/mongo/protocol/message.rb index <HASH>..<HASH> 100644 --- a/lib/mongo/protocol/message.rb +++ b/lib/mongo/protocol/message.rb @@ -115,7 +115,6 @@ module Mongo # @return [ Message ] Instance of a Message class def self.deserialize(io, max_message_size = MAX_...
No need to have extra message type variable
mongodb_mongo-ruby-driver
train