author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
675,381
14.03.2017 20:15:19
-10,800
78a034d27e0c59948b18a31966fe1eb18b82bba4
Update advertising hostaname when network changes
[ { "change_type": "MODIFY", "old_path": "thali/NextGeneration/thaliWifiInfrastructure.js", "new_path": "thali/NextGeneration/thaliWifiInfrastructure.js", "diff": "@@ -748,6 +748,13 @@ function (newStatus) {\n}\n}\n+ if (connectedToAP || changedAP) {\n+ // TODO: advertiser should provide API to update...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update advertising hostaname when network changes
675,378
15.03.2017 17:08:19
-10,800
b824c55b85a2ef0cfdef294fc68f9ea01d949cb3
Update '#stop should change peers' test for Wifi, update peerIdentifier format.
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "diff": "@@ -2040,30 +2040,25 @@ test('does not fire duplicate events after peer listener recreation',\n);\ntest('#stop should change peers', function (t) ...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update '#stop should change peers' test for Wifi, update peerIdentifier format.
675,379
15.03.2017 18:15:50
-10,800
76f9e054444bdb1b700bbe303c00a8cfe333fae1
Update project build configuration to Debug, when building ThaliCoreCITests scheme.
[ { "change_type": "MODIFY", "old_path": "thali/install/ios/nativeInstaller.js", "new_path": "thali/install/ios/nativeInstaller.js", "diff": "@@ -289,7 +289,7 @@ function buildFramework(projectDir, outputDir, buildWithTests) {\nprojectScheme = 'ThaliCoreCITests';\n}\n- var projectConfiguration = 'Rele...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update project build configuration to Debug, when building ThaliCoreCITests scheme.
675,378
16.03.2017 12:00:04
-10,800
04701a26016641fbf33f65b661f642788abd15eb
Update Discovered peer should be removed if no availability updates ' + 'were received during availability timeout' and wifi peer is marked unavailable if announcements stop tests.
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliWifiInfrastructure.js", "new_path": "test/www/jxcore/bv_tests/testThaliWifiInfrastructure.js", "diff": "@@ -719,9 +719,6 @@ test('functions are run from a queue in the right order', function (t) {\ntest(\n'Discovered peer shou...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update Discovered peer should be removed if no availability updates ' + 'were received during availability timeout' and wifi peer is marked unavailable if announcements stop tests.
675,378
16.03.2017 13:08:22
-10,800
0d6a44516fd152aab0c4704b76f86bbaab6c1f50
Update tests, update _terminateListener and _disconnect for thaliMobileNativeWrapper
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "diff": "@@ -2213,12 +2213,13 @@ test('does not fire duplicate events after peer listener recreation',\n}\n);\n-test('If there are more then PERS_LIMIT pee...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update tests, update _terminateListener and _disconnect for thaliMobileNativeWrapper
675,379
16.03.2017 13:47:39
-10,800
71d54659d53bd0bc0054b96d3b507aec7261654d
Move TestRunnerProtocol.swift to src/ios/Testing.
[ { "change_type": "RENAME", "old_path": "src/ios/TestRunnerProtocol.swift", "new_path": "src/ios/Testing/TestRunnerProtocol.swift", "diff": "//\n-// AppTestRunnerProtocol.swift\n+// TestRunnerProtocol.swift\n// Thali\n//\n// Copyright (C) Microsoft. All rights reserved.\n" } ]
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Move TestRunnerProtocol.swift to src/ios/Testing.
675,379
16.03.2017 13:49:44
-10,800
43674931213e682be3a80a1ef30d4dd0767d1c44
Update AppContext.swift.
[ { "change_type": "MODIFY", "old_path": "src/ios/AppContext.swift", "new_path": "src/ios/AppContext.swift", "diff": "@@ -197,11 +197,11 @@ extension PeerAvailability {\nwifiState = wifiEnabled ? .on : .off\nlet bssid = ((wifiState == .on) && wifiConnected)\n- ? networkReachability.BSSID()\n- : NSNull...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update AppContext.swift.
675,379
16.03.2017 13:50:22
-10,800
ad39ceb36826075e808e7884b81cb88702576493
Update test infrastructure (AppContextTests.swift and AppContext+TestRuner.swift).
[ { "change_type": "MODIFY", "old_path": "src/ios/Testing/AppContext+TestRuner.swift", "new_path": "src/ios/Testing/AppContext+TestRuner.swift", "diff": "@@ -20,7 +20,6 @@ extension AppContext: TestRunnerProtocol {\nlet currentTestSuite = XCTestSuite(\nname: \"All tests\",\ntestCases: [\n- ThaliCore.a...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update test infrastructure (AppContextTests.swift and AppContext+TestRuner.swift).
675,379
16.03.2017 13:50:58
-10,800
69839bb533bb029cf36e2a91d75c7c529a835e57
Build ThaliCoreCITests with Debug scheme only.
[ { "change_type": "MODIFY", "old_path": "thali/install/ios/nativeInstaller.js", "new_path": "thali/install/ios/nativeInstaller.js", "diff": "@@ -285,11 +285,13 @@ function biuldSwiftXCTest(checkoutDir, buildDir, buildWithTests) {\nfunction buildFramework(projectDir, outputDir, buildWithTests) {\nvar ...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Build ThaliCoreCITests with Debug scheme only.
675,379
16.03.2017 15:28:44
-10,800
be90731424310198446e02f26edd4552edb92abc
Comment adding old XCTeset framework.
[ { "change_type": "MODIFY", "old_path": "thali/install/ios/nativeInstaller.js", "new_path": "thali/install/ios/nativeInstaller.js", "diff": "@@ -108,16 +108,16 @@ function updateProjectFrameworks(\n// Add the frameworks again.\n// This time they will have the code-sign option set\n// so they get code...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Comment adding old XCTeset framework.
675,379
16.03.2017 15:29:12
-10,800
54d29ed9c709da9f84d829f52d3236b6c8144fb4
Update deployment target for ThaliCore to 10.0.
[ { "change_type": "MODIFY", "old_path": "thali/install/ios/nativeInstaller.js", "new_path": "thali/install/ios/nativeInstaller.js", "diff": "@@ -303,6 +303,7 @@ function buildFramework(projectDir, outputDir, buildWithTests) {\n' -configuration ' + projectConfiguration +\n' -sdk ' + sdk +\n' ONLY_ACTI...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update deployment target for ThaliCore to 10.0.
675,379
16.03.2017 15:29:43
-10,800
9a1b12aa582995d3b273e3dc688c2e3f69cd3ddf
Update project configuration for CocoaAsyncSocket framework.
[ { "change_type": "MODIFY", "old_path": "thali/install/ios/nativeInstaller.js", "new_path": "thali/install/ios/nativeInstaller.js", "diff": "@@ -224,6 +224,11 @@ function biuldCocoaAsyncSocket(checkoutDir, buildDir, buildWithTests) {\nvar projectScheme = 'iOS Framework';\nvar projectConfiguration = '...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update project configuration for CocoaAsyncSocket framework.
675,379
16.03.2017 15:30:10
-10,800
8a224d4835c0fd1dcdc5e7a1eea594415e86e0e0
Add copying of CocoaAsyncSocket to final build dir.
[ { "change_type": "MODIFY", "old_path": "thali/install/ios/nativeInstaller.js", "new_path": "thali/install/ios/nativeInstaller.js", "diff": "@@ -250,6 +250,17 @@ function biuldCocoaAsyncSocket(checkoutDir, buildDir, buildWithTests) {\n.then(function () {\nreturn fs.ensureDir(buildDir);\n})\n+ .then(f...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Add copying of CocoaAsyncSocket to final build dir.
675,381
16.03.2017 17:28:52
-10,800
d1b7cb9a7c5426e1dad1f1daa843e8434fe321db
Fix watcher's unavailability event
[ { "change_type": "MODIFY", "old_path": "thali/NextGeneration/thaliWifiInfrastructure.js", "new_path": "thali/NextGeneration/thaliWifiInfrastructure.js", "diff": "@@ -778,9 +778,6 @@ function (peer) {\nThaliWifiInfrastructure.prototype._watchForPeerAvailability =\nfunction (peer) {\n- var peerIdentif...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Fix watcher's unavailability event
675,378
16.03.2017 17:47:15
-10,800
50788d384ef48f98824533301c324d9867d8d503
Update terminateListener method
[ { "change_type": "MODIFY", "old_path": "thali/NextGeneration/thaliMobileNativeWrapper.js", "new_path": "thali/NextGeneration/thaliMobileNativeWrapper.js", "diff": "@@ -808,6 +808,9 @@ module.exports.disconnect = function (peerIdentifier, portNumber) {\n* @returns {Promise<?error>}\n*/\nmodule.export...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update terminateListener method
675,379
17.03.2017 11:30:52
-10,800
d1c7c5d262e65edf5e2190561ee4342f79ed8b79
Improve logging during running nativeInstaller.js.
[ { "change_type": "MODIFY", "old_path": "thali/install/ios/nativeInstaller.js", "new_path": "thali/install/ios/nativeInstaller.js", "diff": "@@ -150,18 +150,15 @@ function addFramework(\nvar checkoutDir = path.join(frameworkOutputDir, 'Carthage', 'Checkouts');\nvar buildDir = path.join(checkoutDir, '...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Improve logging during running nativeInstaller.js.
675,379
17.03.2017 11:32:24
-10,800
f539fcd5a2f5efb43e34f7144db49cf34b5432e9
Add some build properties to main Xcode project in order to use current Swift version.
[ { "change_type": "MODIFY", "old_path": "thali/install/ios/nativeInstaller.js", "new_path": "thali/install/ios/nativeInstaller.js", "diff": "@@ -45,8 +45,66 @@ function updateProjectBuildProperties(xcodeProject, buildWithTests) {\n// I believe that this line of code will be removed in the future\nxco...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Add some build properties to main Xcode project in order to use current Swift version.
675,379
17.03.2017 11:32:37
-10,800
e6dc0bea6f6f93e41a69d67289d858d117b2abcf
Remove ThaliCoreCITests usage. Update Cartfile.resolved.
[ { "change_type": "MODIFY", "old_path": "lib/ios/Cartfile.resolved", "new_path": "lib/ios/Cartfile.resolved", "diff": "github \"robbiehanson/CocoaAsyncSocket\" \"7.6.0\"\ngithub \"thaliproject/swift-corelibs-xctest\" \"9f415647a545b45d0fd349590788b160e1a67e49\"\n-github \"thaliproject/thali-ios\" \"c...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Remove ThaliCoreCITests usage. Update Cartfile.resolved.
675,379
17.03.2017 12:57:16
-10,800
ba6e0c64e5df50093a0f75e771ae02f87d941b2c
Add phase that copies frameworks into iOS infrustructure dir to be able to build ThaliTest app.
[ { "change_type": "MODIFY", "old_path": "thali/install/ios/nativeInstaller.js", "new_path": "thali/install/ios/nativeInstaller.js", "diff": "@@ -313,6 +313,14 @@ function biuldCocoaAsyncSocket(checkoutDir, buildDir, buildWithTests) {\nbuildDir, 'Release' + '-' + sdk, projectName + '.framework');\nret...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Add phase that copies frameworks into iOS infrustructure dir to be able to build ThaliTest app.
675,379
17.03.2017 13:31:57
-10,800
c2caefb6e70e0cd0aa088ad82e88e809db17ac50
Trigger the build.
[ { "change_type": "MODIFY", "old_path": "build.sh", "new_path": "build.sh", "diff": "#!/usr/bin/env bash\n-### START - JXcore Test Server --------.......................\n+### START - JXcore Test Server --------......................\n### Testing environment prepares separate packages for each node.\...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Trigger the build.
675,379
20.03.2017 14:27:12
-10,800
e4c439489541845d7b44472dfb8d707279f0f67b
Remove commented code. Embed SwiftXCTest and CocoaAsyncSocket to fix crashes in runtime.
[ { "change_type": "MODIFY", "old_path": "thali/install/ios/nativeInstaller.js", "new_path": "thali/install/ios/nativeInstaller.js", "diff": "@@ -163,19 +163,13 @@ function updateProjectFrameworks(\npath.join(frameworkOutputDir, 'ThaliCore.framework'),\n{customFramework: true, embed: true, link: true,...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Remove commented code. Embed SwiftXCTest and CocoaAsyncSocket to fix crashes in runtime.
675,378
17.03.2017 16:34:20
-10,800
aab4ee756217ba75980567b516401d2b7e7f7cdf
Implement test for discoveryAdvertisingStateUpdateNonTCP
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -882,3 +882,53 @@ function (t) {\nboundListener.listener(peers);\n});\n});\n+\n+test('discoveryAdvertisingStateUpdateNonTCP is call...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Implement test for discoveryAdvertisingStateUpdateNonTCP
675,378
17.03.2017 18:03:12
-10,800
1515ce529958082e692287d263c89d67f7e0a741
Update ThaliMobile with global sandbox
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "diff": "@@ -23,13 +23,16 @@ var net = require('net');\nvar radioState = ThaliMobileNative.radioState;\nvar connectionTypes = ThaliMobileNativeWrapper.conn...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update ThaliMobile with global sandbox
675,378
20.03.2017 10:50:28
-10,800
c420e15e4cd9d48cb9d2723ee69c7095147b7fab
Update connectionTypePeersLimits for internal support only. Update PeersLimitReached event
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "diff": "@@ -2218,29 +2218,29 @@ test('If there are more then PEERS_LIMIT peers presented ' +\nvar PEERS_LIMIT = 1;\nvar CURRENT_MULTI_PEER_CONNECTIVITY_FR...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update connectionTypePeersLimits for internal support only. Update PeersLimitReached event
675,379
20.03.2017 13:14:06
-10,800
d2009a0b2d71e2d7fe743777b4cded44ec662134
Rename TEST_DEVELOPMENT_TEAM variable to THALI_TEST_DEVELOPMENT_TEAM.
[ { "change_type": "MODIFY", "old_path": "thali/install/setUpTests.sh", "new_path": "thali/install/setUpTests.sh", "diff": "@@ -198,7 +198,7 @@ build_ios_if_possible()\nbuild \\\nCONFIGURATION_BUILD_DIR=\"${IOS_PROJECT_DIR}/build/device\" \\\nSHARED_PRECOMPS_DIR=\"${IOS_PROJECT_DIR}/build/sharedpch\" ...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Rename TEST_DEVELOPMENT_TEAM variable to THALI_TEST_DEVELOPMENT_TEAM.
675,379
20.03.2017 14:41:00
-10,800
14f1591db5b6e5b9238cd4f828abea4976a0cea6
Fixed some typos in nativeInstaller.js.
[ { "change_type": "MODIFY", "old_path": "thali/install/ios/nativeInstaller.js", "new_path": "thali/install/ios/nativeInstaller.js", "diff": "@@ -204,7 +204,7 @@ function addFramework(\nvar buildDir = path.join(checkoutDir, 'thali-ios', 'Carthage', 'Build');\nconsole.log('Building CocoaAsyncSocket.fra...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Fixed some typos in nativeInstaller.js.
675,378
20.03.2017 16:11:31
-10,800
130407f97e0e67de65fbe0b2730c074661e89b61
Update tests for peerAvailabilities
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "diff": "@@ -2054,11 +2054,17 @@ test('#stop should change peers', function (t) {\nvar availabilityHandler = function(peer) {\nspy();\n- if(spy.callCount =...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update tests for peerAvailabilities
675,378
20.03.2017 17:14:58
-10,800
3d6928245cbd67021cc86eb1eb61ccf3a94d2ecc
create simple test for sandbox
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testTests.js", "new_path": "test/www/jxcore/bv_tests/testTests.js", "diff": "var tape = require('../lib/thaliTape');\nvar platform = require('thali/NextGeneration/utils/platform');\nvar Promise = require('lie');\n+var sinon = require('...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
create simple test for sandbox
675,379
21.03.2017 13:56:23
-10,800
a32d62413251ade348c01e31818cadc027a211b3
Remove commented and obsolete code in setUpTests.sh.
[ { "change_type": "MODIFY", "old_path": "thali/install/setUpTests.sh", "new_path": "thali/install/setUpTests.sh", "diff": "@@ -177,16 +177,6 @@ build_ios_if_possible()\ncordova prepare ios --device\n- # TODO: we need new cordova release to make it work\n- # (\\\n- # cd $IOS_PROJECT_DIR && \\\n- # cor...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Remove commented and obsolete code in setUpTests.sh.
675,378
22.03.2017 12:11:21
-10,800
3ed0d6eaf163f8d137ee7599c664a2c3ed281463
Update copy for discoveryAdvertisingStateUpdateNonTCP is called test
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -904,7 +904,7 @@ test('discoveryAdvertisingStateUpdateNonTCP is called', function (t) {\nt.equal(state.advertisingActive, true,\n'a...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update copy for discoveryAdvertisingStateUpdateNonTCP is called test
675,379
22.03.2017 15:07:22
-10,800
331388053ef4d01893f60f0a8716ac7f4609aa49
Simplify nativeInstaller.js. Update Cartfile.resolved.
[ { "change_type": "MODIFY", "old_path": "lib/ios/Cartfile.resolved", "new_path": "lib/ios/Cartfile.resolved", "diff": "github \"robbiehanson/CocoaAsyncSocket\" \"7.6.0\"\ngithub \"thaliproject/swift-corelibs-xctest\" \"9f415647a545b45d0fd349590788b160e1a67e49\"\n-github \"thaliproject/thali-ios\" \"2...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Simplify nativeInstaller.js. Update Cartfile.resolved.
675,378
23.03.2017 14:28:02
-10,800
332fdcded0335209128210e6a8c3279c53067cf1
Implement SinonTest module, create simple tests for sinon sandboxes
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testTests.js", "new_path": "test/www/jxcore/bv_tests/testTests.js", "diff": "@@ -36,9 +36,19 @@ var testObject = {\n}\n};\n-test('test sinon sansbox', tape.sinonTest(function (t) {\n- var sandbox = sinon.sandbox.create();\n+var testSan...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Implement SinonTest module, create simple tests for sinon sandboxes
675,378
23.03.2017 16:37:08
-10,800
a06a2a709de71a4854f7e458c7196bb6fc2652a7
Implement simple tests for SinonTest module
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testTests.js", "new_path": "test/www/jxcore/bv_tests/testTests.js", "diff": "@@ -31,24 +31,42 @@ test('another', function (t) {\n});\nvar testObject = {\n- testMethod: function() {\n- logger.debug(\"test object for global sinon sansbox...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Implement simple tests for SinonTest module
675,378
23.03.2017 17:18:26
-10,800
ea2ff16879c4e4d05789ee9fe1ebbe26e80e46a9
Update tests with sandbox
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testPouchDBCheckpointPlugin.js", "new_path": "test/www/jxcore/bv_tests/testPouchDBCheckpointPlugin.js", "diff": "var tape = require('../lib/thaliTape');\nvar testUtils = require('../lib/testUtils');\n-var sinon = require('sinon');\nvar...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update tests with sandbox
675,378
24.03.2017 13:17:56
-10,800
457d5d97cfbfc5b1faef4af2714ec9392ab402cc
Update tests with sandbox (testThaliManager, testThaliMobile). Update sinon config using sandbox with issue (https://github.com/thaliproject/jxcore/issues/86)
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testTests.js", "new_path": "test/www/jxcore/bv_tests/testTests.js", "diff": "var tape = require('../lib/thaliTape');\nvar platform = require('thali/NextGeneration/utils/platform');\nvar Promise = require('lie');\n-var sinon = require('...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update tests with sandbox (testThaliManager, testThaliMobile). Update sinon config using sandbox with issue (https://github.com/thaliproject/jxcore/issues/86)
675,378
24.03.2017 14:54:47
-10,800
7c2daf7921994e30cf014e0e178b69b5430824ae
Implement updates according to the PR 1825
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "diff": "@@ -2043,15 +2043,6 @@ test('does not fire duplicate events after peer listener recreation',\ntest('#stop should change peers', function (t) {\nva...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Implement updates according to the PR 1825
675,378
24.03.2017 15:31:54
-10,800
2ae155d6581aa3d17b055baad6c7396cc3b47018
Update tests for ThaliMobileNativeWrapper with sinon
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNativeWrapper.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNativeWrapper.js", "diff": "@@ -346,7 +346,7 @@ test('all services are stopped when we call stop', function (t) {\nvar verifyCallWithArguments = fun...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update tests for ThaliMobileNativeWrapper with sinon
675,378
24.03.2017 18:06:19
-10,800
32b0ee13cbc4e8338e42c9e28f607470b1361e69
Update tests for thaliMobileNativeWrapper and thaliNotificationAction
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNativeWrapper.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNativeWrapper.js", "diff": "@@ -8,7 +8,6 @@ if (global.NETWORK_TYPE === ThaliMobile.networkTypes.WIFI) {\nvar express = require('express');\nvar net...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update tests for thaliMobileNativeWrapper and thaliNotificationAction
675,378
27.03.2017 10:52:48
-10,800
657239bfba59934bc8e49835a21f6caf678cda44
Update ThaliWifiInfrastructure with minor fixes.
[ { "change_type": "MODIFY", "old_path": "thali/NextGeneration/thaliWifiInfrastructure.js", "new_path": "thali/NextGeneration/thaliWifiInfrastructure.js", "diff": "@@ -19,12 +19,11 @@ var PromiseQueue = require('./promiseQueue');\nvar USN = require('./utils/usn');\nvar platform = require('./utils/plat...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update ThaliWifiInfrastructure with minor fixes.
675,384
27.03.2017 16:42:56
-10,800
82d90ee36a3ffab5b86e89165666055fc9eb9681
Put NSNull instead of nil to didResolveMultiConnectWithSyncValue method
[ { "change_type": "MODIFY", "old_path": "src/ios/AppContext.swift", "new_path": "src/ios/AppContext.swift", "diff": "@@ -248,8 +248,17 @@ extension PeerAvailability {\nfileprivate func handleMultiConnectResolved(withSyncValue value: String, port: UInt16?,\nerror: Error?) {\n- let errorValue = error !...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Put NSNull instead of nil to didResolveMultiConnectWithSyncValue method
675,378
28.03.2017 16:09:58
-10,800
de7a3d0a278ff0769957881fb10affb6c8b876a4
Update sinon's sandboxing functionality according to the pr 1847
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testTests.js", "new_path": "test/www/jxcore/bv_tests/testTests.js", "diff": "@@ -34,15 +34,16 @@ var testObject = {\nlogger.debug('test spy method for global sinon sansbox');\n},\ntestStubMethod: function () {\n- return 'test stub meth...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update sinon's sandboxing functionality according to the pr 1847
675,381
28.03.2017 18:48:13
-10,800
d9ed552ec6a79a8fe4eea8017c953989c68ac0f2
fix sinonTest wrapped test behavior Wrapped test should behave the same way as original one. So when original function throws, wrapped function should throw too.
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/lib/sinonTest.js", "new_path": "test/www/jxcore/lib/sinonTest.js", "diff": "@@ -4,12 +4,10 @@ var sinon = require('sinon');\nfunction sinonTest (callback) {\nreturn function (t) {\n- var slice = Array.prototype.slice;\nvar config = sinon.getCon...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
fix sinonTest wrapped test behavior Wrapped test should behave the same way as original one. So when original function throws, wrapped function should throw too.
675,379
31.03.2017 14:07:26
-10,800
8fc802d78a1a0e86b1c13c18dcec23e1e3753d26
Fixing build issue. Fixing bridging header in JXCoreExtension.m file. Fixing unknown identifier error in AppContextTests.swift.
[ { "change_type": "MODIFY", "old_path": "src/ios/JXcoreExtension.m", "new_path": "src/ios/JXcoreExtension.m", "diff": "// To use swift code (AppContext.swift) in objc we need to import autogenerated\n// bridging header. PROJECT_NAME pattern is replaced with actual project name\n// during before_plugi...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Fixing build issue. Fixing bridging header in JXCoreExtension.m file. Fixing unknown identifier error in AppContextTests.swift.
675,373
31.03.2017 17:06:08
-10,800
ae914df44be51b1bfd3041ff6d1b4719767c3756
Update compile sdk version to 25
[ { "change_type": "MODIFY", "old_path": "thali/package.json", "new_path": "thali/package.json", "diff": "\"androidConfig\": {\n\"minSdkVersion\": \"21\",\n\"buildToolsVersion\": \"25.0.2\",\n- \"compileSdkVersion\": \"android-23\"\n+ \"compileSdkVersion\": \"android-25\"\n},\n\"btconnectorlib2\": \"0...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update compile sdk version to 25
675,379
04.04.2017 12:50:27
-10,800
411576925e169b8546762c74a75c4e750c5d125b
Update code to mirror lowercase enum values from ThaliCore.
[ { "change_type": "MODIFY", "old_path": "src/ios/AppContext.swift", "new_path": "src/ios/AppContext.swift", "diff": "@@ -364,7 +364,7 @@ extension PeerAvailability {\nguard self.bluetoothState == .on || NetworkReachability().isWiFiEnabled()\nelse {\nself.handleMultiConnectConnectionFailure(withIdenti...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update code to mirror lowercase enum values from ThaliCore.
675,379
04.04.2017 13:26:59
-10,800
5252520b97ce6ac65edb155bcc80a2aae7047f44
Update swiftlint version to 0.17.0.
[ { "change_type": "MODIFY", "old_path": "thali/install/validateBuildEnvironment.js", "new_path": "thali/install/validateBuildEnvironment.js", "diff": "@@ -33,7 +33,7 @@ const versions =\ncordova: '6.4.0',\njava: '1.8.0_102',\ngit: '2.10.0',\n- swiftlint: '0.16.1',\n+ swiftlint: '0.17.0',\ncarthage: '...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update swiftlint version to 0.17.0.
675,378
07.04.2017 18:13:03
-10,800
9526b8023eab8dfa5f88dbbe9f8f720e66254058
Add test for shift data via parallel connections Add test for shift data via parallel connections
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -128,6 +128,83 @@ test('Can call stopUpdateAdvertisingAndListening twice without start and ' +\n});\n});\n+test('Can shift data via...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Add test for shift data via parallel connections Add test for shift data via parallel connections
675,378
07.04.2017 18:37:29
-10,800
2b8622197900a0e35c1bb19ea52795d78cfa1cf6
Update test functions, review with eslint
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -128,15 +128,61 @@ test('Can call stopUpdateAdvertisingAndListening twice without start and ' +\n});\n});\n-test('Can shift data vi...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update test functions, review with eslint
675,378
12.04.2017 11:58:39
-10,800
c045007e71fdc3965540a446191adde6874459d7
update http tests
[ { "change_type": "ADD", "old_path": null, "new_path": "test/www/jxcore/bv_tests/testHttp.js", "diff": "+'use strict';\n+\n+var http = require('http');\n+var tape = require('../lib/thaliTape');\n+var Promise = require('lie');\n+var EE = require('events').EventEmitter;\n+var ThaliMobileNativeWrapper =...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
update http tests
675,378
12.04.2017 12:25:13
-10,800
624ceb0478415607a7331a7a8c8496a0376addf9
Update and added tests for issue iOS can't handle parallel connection from Node Update and added tests for issue iOS can't handle parallel connection from Node
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -8,7 +8,9 @@ if (global.NETWORK_TYPE === ThaliMobile.networkTypes.WIFI) {\n}\nvar net = require('net');\n+var tls = require('tls');...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update and added tests for issue iOS can't handle parallel connection from Node Update and added tests for issue iOS can't handle parallel connection from Node
675,378
18.04.2017 17:51:38
-10,800
46edbca684589a852ff34e4996aab77cd5ffec4d
Update test "Multiple coordinated request ios native" with different sizes of data for different requests.
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testHttp.js", "new_path": "test/www/jxcore/bv_tests/testHttp.js", "diff": "@@ -8,6 +8,7 @@ var ThaliMobileNativeWrapper =\nrequire('thali/NextGeneration/thaliMobileNativeWrapper');\nvar ThaliMobile = require('thali/NextGeneration/thali...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update test "Multiple coordinated request ios native" with different sizes of data for different requests.
675,378
19.04.2017 11:07:38
-10,800
d1d7212ff07faf8467426cd8e7103dcaaea49c12
Create PeerFinder class, update http tests
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testHttp.js", "new_path": "test/www/jxcore/bv_tests/testHttp.js", "diff": "@@ -102,51 +102,59 @@ test('Multiple local http requests', function (t) {\n}).catch(t.fail).then(t.end);\n});\n-var peerFinder = function () {\n- var peers = {}...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Create PeerFinder class, update http tests
675,378
19.04.2017 17:59:14
-10,800
ececf88c96c56b0586750ba910438bc8bc6c50ef
Update test with running on multiple devices
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -321,7 +321,7 @@ function connect(module, options) {\n});\n}\n-function wairForEvent(emitter, event) {\n+function waitForEvent(emit...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update test with running on multiple devices
675,378
20.04.2017 10:21:48
-10,800
928b324335695da7b7c742834ce2d81a8d4ab941
Clean up code, update JSDoc, run eslint
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testHttp.js", "new_path": "test/www/jxcore/bv_tests/testHttp.js", "diff": "@@ -105,7 +105,7 @@ test('Multiple local http requests', function (t) {\nfunction PeerFinder () {\nthis.peers = {};\nthis.eventEmitter = new EventEmitter();\n- ...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Clean up code, update JSDoc, run eslint
675,378
20.04.2017 16:59:29
-10,800
3fe8f92aa216d12e1dfd97a8441ab35e5ad5c3e3
update shift data method
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -342,7 +342,6 @@ function shiftData (t, sock, exchangeData) {\n}\n});\nsock.on('end', function () {\n- t.equal(receivedData, exchan...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
update shift data method
675,372
21.04.2017 17:55:36
-10,800
aeda9bc19fbb3db1b55c78d84aa07db8f56023d2
Update _setUpEvents method at PeerFinder class
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testHttp.js", "new_path": "test/www/jxcore/bv_tests/testHttp.js", "diff": "@@ -120,9 +120,8 @@ PeerFinder.prototype._nonTCPPeerAvailabilityHandler = function(peer) {\nPeerFinder.prototype._setUpEvents = function() {\nvar self = this;\n...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update _setUpEvents method at PeerFinder class
675,378
21.04.2017 18:03:58
-10,800
6d9437e7cacf3bc69b598727510594f13a2895db
Update tests failing on desktop in both mode Update tests failing on desktop in both mode
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "diff": "@@ -985,7 +985,7 @@ test('networkChanged - fires peerAvailabilityChanged event for native peers ' +\ntest('networkChanged - fires peerAvailability...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update tests failing on desktop in both mode Update tests failing on desktop in both mode
675,372
28.04.2017 13:56:10
-10,800
54538f7a21d365242e2d7953377d2128d8d9e68d
Change order of http tests, remove randomstring, destroy all connections in teardown, update _setUpEvents method
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testHttp.js", "new_path": "test/www/jxcore/bv_tests/testHttp.js", "diff": "@@ -8,18 +8,34 @@ var ThaliMobileNativeWrapper =\nrequire('thali/NextGeneration/thaliMobileNativeWrapper');\nvar ThaliMobile = require('thali/NextGeneration/tha...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Change order of http tests, remove randomstring, destroy all connections in teardown, update _setUpEvents method
675,379
03.05.2017 18:38:52
-10,800
c89ea9a7620775243e914937e77566f96d620702
Fix typo in code. Rename wairForEvent to waitForEvent.
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -358,7 +358,7 @@ function connect(module, options) {\n});\n}\n-function wairForEvent(emitter, event) {\n+function waitForEvent(emit...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Fix typo in code. Rename wairForEvent to waitForEvent.
675,379
03.05.2017 19:48:58
-10,800
ef35344d37880ca058135f3428281e960dee889b
Replace multibyte string with only one character.
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testHttp.js", "new_path": "test/www/jxcore/bv_tests/testHttp.js", "diff": "@@ -231,10 +231,10 @@ test('Multiple coordinated request ios native',\nglobal.NETWORK_TYPE === ThaliMobile.networkTypes.WIFI;\n},\nfunction (t) {\n- var str = '...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Replace multibyte string with only one character.
675,379
04.05.2017 15:19:21
-10,800
446c204a2c90c6c6571a2304a467bbc99ab87fe4
Update jxcore-cordova to 0.1.11 version
[ { "change_type": "MODIFY", "old_path": "thali/package.json", "new_path": "thali/package.json", "diff": "\"compileSdkVersion\": \"android-25\"\n},\n\"btconnectorlib2\": \"0.3.9\",\n- \"jxcore-cordova\": \"0.1.10\",\n- \"jxcore-cordova-url\": \"http://jxcore.azureedge.net/jxcore-cordova/0.1.10/release...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update jxcore-cordova to 0.1.11 version
675,379
05.05.2017 11:53:54
-10,800
c39a396a30002cb3b8bf4b071c3728b42cc78e55
Temporarily disable validateBuildEnvironment.js script.
[ { "change_type": "MODIFY", "old_path": "thali/install/setUpDesktop.sh", "new_path": "thali/install/setUpDesktop.sh", "diff": "@@ -38,7 +38,7 @@ echo \"\"\necho \"start installing Thali install\"\ncd install\nnpm install --no-optional\n-node validateBuildEnvironment.js\n+#node validateBuildEnvironmen...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Temporarily disable validateBuildEnvironment.js script.
675,379
05.05.2017 11:55:16
-10,800
b755e558ee6b0313a2baf38346bb6dc2ea13b2d7
Temprorarily disable Andoid build.
[ { "change_type": "MODIFY", "old_path": "thali/install/setUpTests.sh", "new_path": "thali/install/setUpTests.sh", "diff": "@@ -199,10 +199,10 @@ build_ios_if_possible()\n# Please note that functions order is important\nIPADDRESS=${2:-}\nprepare_project ${IPADDRESS}\n-add_android_platform\n+#add_andro...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Temprorarily disable Andoid build.
675,379
05.05.2017 11:56:08
-10,800
39b409631aeb0f16bcd96f019a5e98380607e0b8
Temporarily change teamID for building.
[ { "change_type": "MODIFY", "old_path": "thali/install/setUpTests.sh", "new_path": "thali/install/setUpTests.sh", "diff": "@@ -188,7 +188,7 @@ build_ios_if_possible()\nbuild \\\nCONFIGURATION_BUILD_DIR=\"${IOS_PROJECT_DIR}/build/device\" \\\nSHARED_PRECOMPS_DIR=\"${IOS_PROJECT_DIR}/build/sharedpch\" ...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Temporarily change teamID for building.
675,379
05.05.2017 11:58:23
-10,800
90e5494b3212350d7cb7ef946c5b9d8fa62189d5
Reduce the min number of devices to test.
[ { "change_type": "MODIFY", "old_path": "test/TestServer/config/UnitTest.js", "new_path": "test/TestServer/config/UnitTest.js", "diff": "@@ -13,9 +13,9 @@ module.exports = {\n},\nminDevices: {\n// This is a list of desired platforms.\n- ios: 3,\n- android: 3,\n- desktop: 3\n+ ios: 2,\n+ android: 0,\n...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Reduce the min number of devices to test.
675,379
05.05.2017 12:20:10
-10,800
f7b999fae9acb49cd20c4acd8b5bfb439ebb3dde
Temporarily disable running desktop tests.
[ { "change_type": "MODIFY", "old_path": "build.sh", "new_path": "build.sh", "diff": "@@ -57,17 +57,17 @@ then\nnode CITestMode.js\nfi\n-echo \"\"\n-echo \"run desktop tests\"\n-jx runTests.js --networkType WIFI\n-jx runTests.js --networkType NATIVE\n-jx runTests.js --networkType BOTH\n-jx npm run tes...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Temporarily disable running desktop tests.
675,379
08.05.2017 12:21:50
-10,800
9c298a93140a3b0527b41c81db5fa2333ca73b8e
Update framework output dir paths in nativeInstaller.js.
[ { "change_type": "MODIFY", "old_path": "thali/install/ios/nativeInstaller.js", "new_path": "thali/install/ios/nativeInstaller.js", "diff": "@@ -324,7 +324,8 @@ function buildFramework(projectDir, outputDir, buildWithTests) {\n})\n.then(function () {\nvar cocoaAsyncSocketFrameworkBuildDir = path.join...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update framework output dir paths in nativeInstaller.js.
675,379
08.05.2017 12:24:46
-10,800
b8625ca5093be7cb79ed8e536ab1d431a912af37
Disable embedding/copying of SwiftXCTest framework in Release mode.
[ { "change_type": "MODIFY", "old_path": "thali/install/ios/nativeInstaller.js", "new_path": "thali/install/ios/nativeInstaller.js", "diff": "@@ -163,16 +163,18 @@ function updateProjectFrameworks(\npath.join(frameworkOutputDir, 'ThaliCore.framework'),\n{customFramework: true, embed: true, link: true,...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Disable embedding/copying of SwiftXCTest framework in Release mode.
675,379
08.05.2017 12:26:40
-10,800
ed5c4d7d7683f9cf0dcde5a9c8097ad39d4ef2a4
Improve carthage usage.
[ { "change_type": "MODIFY", "old_path": "thali/install/ios/nativeInstaller.js", "new_path": "thali/install/ios/nativeInstaller.js", "diff": "@@ -251,8 +251,11 @@ function addFramework(\nfunction checkoutThaliCoreViaCarthage(cartfileDir, outputDir, buildWithTests) {\nvar cdToCartfileDirCmd = 'cd ' + c...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Improve carthage usage.
675,379
08.05.2017 12:44:38
-10,800
aa8aed25761b1fc5a17d277cdc33f8fe08fccb06
Add xcconfig to be able use correct compiler options. Update setUpTests.sh script.
[ { "change_type": "ADD", "old_path": null, "new_path": "thali/install/ios/build-ci-no-tests.xcconfig", "diff": "+//\n+// Licensed to the Apache Software Foundation (ASF) under one\n+// or more contributor license agreements. See the NOTICE file\n+// distributed with this work for additional informati...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Add xcconfig to be able use correct compiler options. Update setUpTests.sh script.
675,379
08.05.2017 16:14:19
-10,800
283176903b6a380447583f56dbdfc3a4bba8f259
Replace socket.end() call with socket.destroy() in order to completely close connection on the server side.
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -339,10 +339,10 @@ function shiftData (t, sock, exchangeData) {\nsock.on('data', function (chunk) {\nreceivedData += chunk.toString...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Replace socket.end() call with socket.destroy() in order to completely close connection on the server side.
675,379
08.05.2017 16:14:52
-10,800
e2c290094b2796dca4ef508d3b28296ac7254968
Increase data length to transfer.
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -429,7 +429,7 @@ test('Can shift data via parallel connections',\n},\nfunction (t) {\nvar connecting = false;\n- var dataLength = 1...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Increase data length to transfer.
675,379
08.05.2017 16:29:23
-10,800
dac6cb45d1157493dd9652f58ac7275ccbc86945
Add another check to be able to catch an error when we received more data than other side sent to us.
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -343,6 +343,7 @@ function shiftData (t, sock, exchangeData) {\n}\n});\nsock.on('close', function () {\n+ t.equal(receivedData, exch...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Add another check to be able to catch an error when we received more data than other side sent to us.
675,379
08.05.2017 20:04:05
-10,800
56b2e742aaaf3d3ec2fc93615969ecc6a6a21d30
Fix issue with environment variable.
[ { "change_type": "MODIFY", "old_path": "thali/install/setUpTests.sh", "new_path": "thali/install/setUpTests.sh", "diff": "@@ -177,7 +177,7 @@ build_ios_if_possible()\ncordova prepare ios --device\n- CI_CONFIG=\"build-ci-no-tests\"\n+ CI_CONFIG=\"build-ci-no-tests.xcconfig\"\nif [ -f \"platforms/ios/...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Fix issue with environment variable.
675,379
15.05.2017 10:43:33
-10,800
000941d6cbadcd242c1636e69fa3d4ae4396cd17
Fixed missing closing parenthesis.
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -489,7 +489,7 @@ test('Can shift data via parallel connections', function (t) {\nt.fail(error.message);\n});\n});\n-}\n+});\nfuncti...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Fixed missing closing parenthesis.
675,375
17.05.2017 14:32:31
-7,200
0442466f28706bf7cb1d4bad135dac9fc8567fa6
Remove duplicated tests, restore correct implementation of 'Can shift data' after merge. 'Can shift data via parallel connection' to be tested
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -364,7 +364,14 @@ function waitForEvent(emitter, event) {\n});\n}\n+function onConnectFailure(t, error) {\n+ logger.debug(error);\n...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Remove duplicated tests, restore correct implementation of 'Can shift data' after merge. 'Can shift data via parallel connection' to be tested
675,375
17.05.2017 15:12:39
-7,200
8383290aaa0f3c6c83e28d5537e2878d650f5084
Restore working 'Can shift data securely' test, move functions shiftData and createServer outside of 'Can shift data' and 'Can shift data parallel' tests
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -370,16 +370,36 @@ function onConnectFailure(t, error) {\nt.end();\n}\n-test('Can shift data', function (t) {\n- var connecting = f...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Restore working 'Can shift data securely' test, move functions shiftData and createServer outside of 'Can shift data' and 'Can shift data parallel' tests
675,371
19.05.2017 10:16:50
-7,200
f9539cc6404067ee40155c8d0cc07ef6a43dd74f
Update jxcore-cordova to 0.1.12 version
[ { "change_type": "MODIFY", "old_path": "thali/install/validateBuildEnvironment.js", "new_path": "thali/install/validateBuildEnvironment.js", "diff": "@@ -21,7 +21,7 @@ const versions =\nbrew: '1.1.',\nruby: '2.3.0p0',\nwget: '1.18',\n- jxcore: '0.3.1.10',\n+ jxcore: '0.3.1.12',\nandroidHome: ' ',\na...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Update jxcore-cordova to 0.1.12 version
675,375
23.05.2017 11:56:57
-7,200
677ded75cb1aa62448ddd032c285346ec530ab5a
Fix failing test on iOS devices
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "diff": "@@ -1019,7 +1019,7 @@ test('networkChanged - fires peerAvailabilityChanged event for native peers ' +\nfunction disableBluetooth() {\nThaliMobileN...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Fix failing test on iOS devices
675,375
23.05.2017 12:51:46
-7,200
817111916cff9e087794027b090caf21cf3eef0f
Add catch clause to ThaliMobile.start function
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobile.js", "diff": "@@ -1087,6 +1087,9 @@ test('networkChanged - fires peerAvailabilityChanged event for native peers ' +\nThaliMobile.start(express.Router()).then(fu...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Add catch clause to ThaliMobile.start function
675,375
25.05.2017 14:36:36
-7,200
e1dea66aa05838211a531dfad9c2747d33aa7d33
Add possibility to pass remote db name that we are trying to replicate with during runtime when starting ThaliReplicationPeerAction
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliReplicationPeerAction.js", "new_path": "test/www/jxcore/bv_tests/testThaliReplicationPeerAction.js", "diff": "@@ -466,8 +466,8 @@ test('Make sure clone works', function (t) {\n'same getPeerAdvertisesDataForUs');\nt.equal(clone...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Add possibility to pass remote db name that we are trying to replicate with during runtime when starting ThaliReplicationPeerAction
675,375
26.05.2017 16:02:28
-7,200
31d3bc8f937ec37239d3e500943325b79f9dbd28
Add tests, make remoteDbName param as optional, enable tests in testThaliReplicationPeerAction that were disabled due to
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliManagerCoordinated.js", "new_path": "test/www/jxcore/bv_tests/testThaliManagerCoordinated.js", "diff": "@@ -26,7 +26,8 @@ var ecdhForLocalDevice = crypto.createECDH(thaliConfig.BEACON_CURVE);\nvar publicKeyForLocalDevice = ecd...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Add tests, make remoteDbName param as optional, enable tests in testThaliReplicationPeerAction that were disabled due to #1618
675,371
29.05.2017 11:57:08
-7,200
d9019468e580689767228a8616ec96ae683f3567
call 'disconnect' in teardown
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -27,6 +27,7 @@ var platform = require('thali/NextGeneration/utils/platform');\n// A variable that can be used to store a server\n//...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
call 'disconnect' in teardown
675,371
29.05.2017 12:20:25
-7,200
c5c209eebe4c5424fbfe8927c1f2a749cc3d24c4
Return a fatal error when a connection to a peer fails
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/lib/thaliMobileNativeTestUtils.js", "new_path": "test/www/jxcore/lib/thaliMobileNativeTestUtils.js", "diff": "@@ -168,7 +168,11 @@ function iOSConnectToPeer(peer, quitSignal) {\n}\nif (error) {\n- return reject(new Error(error));\n+ // Connecti...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Return a fatal error when a connection to a peer fails
675,375
30.05.2017 11:20:18
-7,200
a2b2d8cfb8dea87003c2c8553e0bb8c9d2705841
Enable tests that were blocked due to for iOS. Enable test on Android that was blocked due to
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testLocalSeqManager.js", "new_path": "test/www/jxcore/bv_tests/testLocalSeqManager.js", "diff": "@@ -119,8 +119,7 @@ test('#_doImmediateSeqUpdate - server always returns 500', function (t) {\n});\n});\n-function validateRev(t, rev, las...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Enable tests that were blocked due to #1618 for iOS. Enable test on Android that was blocked due to #1600
675,375
30.05.2017 13:08:01
-7,200
16c8951a930ba904b99342e40f0ceecccc35d022
Enable tests blocked due to and
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNativeWrapper.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNativeWrapper.js", "diff": "@@ -864,9 +864,8 @@ test('calls correct starts when network changes',\nt.fail('Should fail');\n})\n.catch(function (erro...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Enable tests blocked due to #1767 and #1600
675,376
30.05.2017 16:01:23
-7,200
876dedb0460d3031d1a79a926aafe10b5504eee5
'disconnect' implementation bug Details here
[ { "change_type": "MODIFY", "old_path": "src/ios/AppContext.swift", "new_path": "src/ios/AppContext.swift", "diff": "@@ -401,8 +401,10 @@ extension PeerAvailability {\nguard let identifierString = parameters.first as? String else {\nthrow AppContextError.badParameters\n}\n- if let _ = try? Peer(strin...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
'disconnect' implementation bug Details here https://github.com/thaliproject/Thali_CordovaPlugin/issues/1875
675,375
01.06.2017 15:14:30
-7,200
60d457da168cc00447780ce2969a3706067af94e
Add test to check case when remote db name is wrong
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliReplicationPeerActionCoordinated.js", "new_path": "test/www/jxcore/bv_tests/testThaliReplicationPeerActionCoordinated.js", "diff": "@@ -19,6 +19,7 @@ var ThaliReplicationPeerAction = require('thali/NextGeneration/replication/t...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Add test to check case when remote db name is wrong
675,375
01.06.2017 15:15:27
-7,200
f36eb0f4a1a8bba8d091d801540b14533609cace
Minor test description change
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliReplicationPeerActionCoordinated.js", "new_path": "test/www/jxcore/bv_tests/testThaliReplicationPeerActionCoordinated.js", "diff": "@@ -344,7 +344,7 @@ test('Coordinated replication action test - each device has different loca...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Minor test description change
675,375
02.06.2017 17:01:00
-7,200
bc32962a7e5099fbe34074a3d862555f94632e1f
Fix tests in testThaliMobileNativeWrapper, so it use zombie proof execution function, do not call disconnect in teardown when on Android
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -62,8 +62,7 @@ var test = tape({\nerr,\n'Should be able to call stopAdvertisingAndListening in teardown'\n);\n- // There should be ...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Fix tests in testThaliMobileNativeWrapper, so it use zombie proof execution function, do not call disconnect in teardown when on Android
675,371
06.06.2017 10:45:57
-7,200
4bcd7a6e28b85df91ac9d210bfbaea9ee02ff05f
Updated UT, changed behaviour of test disconnect with invalid peer id
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNativeiOS.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNativeiOS.js", "diff": "@@ -145,7 +145,6 @@ test('multiConnect properly fails on legal but non-existent peerID',\ntest('cannot call multiConnect with in...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Updated UT, changed behaviour of test disconnect with invalid peer id
675,375
07.06.2017 15:57:15
-7,200
591b1ca96894285af651219ddc00584b7e9ffca3
WIP: Revert changes in testThaliReplicationPeerActionCoordinated, collect all peerIds and kill connections between them after each test
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -28,7 +28,7 @@ var platform = require('thali/NextGeneration/utils/platform');\n// A variable that can be used to store a server\n//...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
WIP: Revert changes in testThaliReplicationPeerActionCoordinated, collect all peerIds and kill connections between them after each test
675,375
08.06.2017 13:11:27
-7,200
f4947bdbfb418cc5d736e835c4b19fc566e83a78
Fix thaliMobileNativeWrapper tests, move executeZombieProofTest to thaliMobileNativeTestUtils, move getSamePeerWithRetry from testUtils to thaliMobileNativeTestUtils
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js", "diff": "@@ -264,68 +264,6 @@ function connectToListenerSendMessageGetResponseLength(t, port, request,\n});\n}\n-function executeZombieProofTes...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Fix thaliMobileNativeWrapper tests, move executeZombieProofTest to thaliMobileNativeTestUtils, move getSamePeerWithRetry from testUtils to thaliMobileNativeTestUtils
675,375
08.06.2017 13:39:53
-7,200
7ea2dc52fd97792e6d71e664f36e5c27eb411658
Throw proper error when we call disconnect on iOS platform with incorrect peer identifier that is not uuid
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/lib/wifiBasedNativeMock.js", "new_path": "test/www/jxcore/lib/wifiBasedNativeMock.js", "diff": "@@ -812,6 +812,10 @@ MobileCallInstance.prototype.disconnect = function(peerIdentifier, callback) {\nreturn callback('Platform does not support mult...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Throw proper error when we call disconnect on iOS platform with incorrect peer identifier that is not uuid
675,375
08.06.2017 14:58:08
-7,200
4987f6ca1aa8389c298a1ba6ab401cffac3afeae
Fix failing testThaliReplicationPeerActionCoordinated after changing wifiBasedNativeMock
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliReplicationPeerActionCoordinated.js", "new_path": "test/www/jxcore/bv_tests/testThaliReplicationPeerActionCoordinated.js", "diff": "@@ -112,7 +112,7 @@ test('Coordinated replication action test - each device has the same local...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Fix failing testThaliReplicationPeerActionCoordinated after changing wifiBasedNativeMock
675,375
09.06.2017 16:38:54
-7,200
fd55b4f60dacaf4b7344b38093f46c649464adde
Adjust zombieProofFunction to properly handle more than 2 devices, refactor testHttp to use zombieProofFunction, always wait for all participants to end before calling t.end in testThaliMobileNative, testHttp, testThaliMobileNativeiOS, testThaliMobileNativeWrapper
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testHttp.js", "new_path": "test/www/jxcore/bv_tests/testHttp.js", "diff": "@@ -9,32 +9,35 @@ var ThaliMobileNativeWrapper =\nvar ThaliMobile = require('thali/NextGeneration/thaliMobile');\nvar platform = require('thali/NextGeneration/u...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Adjust zombieProofFunction to properly handle more than 2 devices, refactor testHttp to use zombieProofFunction, always wait for all participants to end before calling t.end in testThaliMobileNative, testHttp, testThaliMobileNativeiOS, testThaliMobileNativeWrapper
675,375
14.06.2017 09:24:23
-7,200
9caf7c1f5514e5634b23500aedf9b67fa275d951
Fix failing unknown assertion
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testHttp.js", "new_path": "test/www/jxcore/bv_tests/testHttp.js", "diff": "@@ -38,7 +38,9 @@ var test = tape({\n.catch(function (err) {\nt.fail('httpServer had stop err ' + err);\n})\n- .then(t.end);\n+ .then(function () {\n+ t.end();\...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Fix failing unknown assertion
675,375
14.06.2017 10:32:59
-7,200
90c44805d96704b9548e2554fd737a751d11daa0
Remove not used argument, set proper peerId in testThaliMobileNativeWrapper
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testHttp.js", "new_path": "test/www/jxcore/bv_tests/testHttp.js", "diff": "@@ -174,7 +174,7 @@ test('Single coordinated request ios native',\nres.end(reply);\n});\n- thaliMobileNativeTestUtils.executeZombieProofTest(t, httpServer, func...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Remove not used argument, set proper peerId in testThaliMobileNativeWrapper
675,375
14.06.2017 12:50:24
-7,200
6fd0a8a7e9be99409066d217030c9ed11148c2b0
Do not kill connections in testThaliReplicationPeerActionCoordinated. It supposed to be done automatically by Thali, so we should not do this manually
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/bv_tests/testThaliManagerCoordinated.js", "new_path": "test/www/jxcore/bv_tests/testThaliManagerCoordinated.js", "diff": "@@ -7,6 +7,7 @@ if (!tape.coordinated) {\nvar testUtils = require('../lib/testUtils.js');\nvar logger = require('../lib/te...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Do not kill connections in testThaliReplicationPeerActionCoordinated. It supposed to be done automatically by Thali, so we should not do this manually
675,375
14.06.2017 14:04:03
-7,200
a997e0f8f4a85a37276abadc47c842486ae34a57
Fix dekstop tests
[ { "change_type": "MODIFY", "old_path": "test/www/jxcore/lib/thaliMobileNativeTestUtils.js", "new_path": "test/www/jxcore/lib/thaliMobileNativeTestUtils.js", "diff": "@@ -331,9 +331,10 @@ function getSamePeerWithRetry(path, pskIdentity, pskKey,\nconnectToPeer(peer)\n.then(function (connection) {\n- /...
JavaScript
MIT License
thaliproject/thali_cordovaplugin
Fix dekstop tests