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,375 | 16.06.2017 13:26:07 | -7,200 | a27b779cb8518b0629f333ba155fd1e222d93adc | Change testThaliMobile Can get data from all participants so if connection attempt will fail, we wont end the tests. | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testThaliMobile.js",
"new_path": "test/www/jxcore/bv_tests/testThaliMobile.js",
"diff": "var ThaliMobile = require('thali/NextGeneration/thaliMobile');\nvar ThaliMobileNativeWrapper = require('thali/NextGeneration/thaliMobileNativeWrap... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Change testThaliMobile Can get data from all participants so if connection attempt will fail, we wont end the tests. |
675,375 | 20.06.2017 09:26:34 | -7,200 | 84808304f8051f9750311a4830e4583f21619a95 | Do not kill connections manually in teardown in testThaliManagerCoordinated. | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testThaliManagerCoordinated.js",
"new_path": "test/www/jxcore/bv_tests/testThaliManagerCoordinated.js",
"diff": "@@ -7,7 +7,6 @@ if (!tape.coordinated) {\nvar testUtils = require('../lib/testUtils.js');\nvar logger = require('../lib/te... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Do not kill connections manually in teardown in testThaliManagerCoordinated. |
675,371 | 20.06.2017 11:59:01 | -7,200 | d7519e712b5476dd37d739636e21b4ce7bb03fa1 | Added skip function to allow a test to be skipped over | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testTests.js",
"new_path": "test/www/jxcore/bv_tests/testTests.js",
"diff": "@@ -29,6 +29,29 @@ test('another', function (t) {\nt.end();\n});\n+test.skip('skip', function (t) {\n+ t.ok(false, 'Should not execute skipped test');\n+ t.en... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Added skip function to allow a test to be skipped over |
675,371 | 20.06.2017 19:53:57 | -7,200 | 15b391b748cd46f88e50ee9d279dbb8c8602e2d7 | Update after CR | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/lib/SimpleTape.js",
"new_path": "test/www/jxcore/lib/SimpleTape.js",
"diff": "@@ -71,15 +71,8 @@ SimpleThaliTape.prototype.only = function () {\nreturn this.addTest.apply(this, arguments);\n};\n-SimpleThaliTape.prototype.skip = function (name, ... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Update after CR |
675,371 | 20.06.2017 21:02:18 | -7,200 | 265139272e29f321c6e079e313a288085ee30811 | Removed not needed tests | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testTests.js",
"new_path": "test/www/jxcore/bv_tests/testTests.js",
"diff": "@@ -40,18 +40,6 @@ test.skip('another skip', function () { return false; },\nt.end();\n});\n-test.skip('skip with skip function', function () { return true; }... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Removed not needed tests |
675,375 | 23.06.2017 09:07:59 | -7,200 | af4ea1b19c3cd4475f329e7e587710eb3a0cb1a7 | Fix calling t.end before assertion in testThaliMobileNative | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js",
"new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js",
"diff": "@@ -1208,6 +1208,8 @@ function (t) {\ntest('discoveryAdvertisingStateUpdateNonTCP is called', function (t) {\nvar callCount = 0;\n+ va... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Fix calling t.end before assertion in testThaliMobileNative |
675,375 | 23.06.2017 10:55:43 | -7,200 | fecb9987d449f041f9c88bbf712be1d6b5986355 | Change if statement to short one | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js",
"new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js",
"diff": "@@ -1234,11 +1234,7 @@ test('discoveryAdvertisingStateUpdateNonTCP is called', function (t) {\npromises.push(new Promise(function (res... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Change if statement to short one |
675,375 | 26.06.2017 14:46:42 | -7,200 | abbee73aefcb266b1c8f7404fe32b570b4e89bf3 | CR Suggestions. Remove not needed variables. | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testHttp.js",
"new_path": "test/www/jxcore/bv_tests/testHttp.js",
"diff": "@@ -21,26 +21,26 @@ var test = tape({\nt.end();\n},\nteardown: function (t) {\n+ Promise.resolve()\n+ .then(function () {\nif (!platform.isAndroid) {\n- peerIds... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | CR Suggestions. Remove not needed variables. |
675,375 | 03.07.2017 18:18:25 | -7,200 | 1889b54427988d898713e8f4b0f3d121d75604c7 | WIP: Test still fails sometimes | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js",
"new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js",
"diff": "@@ -413,7 +413,13 @@ test('Can shift data via parallel connections',\n});\ntest('Can shift data securely', function (t) {\n- var excha... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | WIP: Test still fails sometimes |
675,375 | 03.07.2017 21:13:35 | -7,200 | d72c3ce6a6d6da7d5d97097178a4e64becfd855d | WIP: Restore working code | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js",
"new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js",
"diff": "@@ -413,13 +413,21 @@ test('Can shift data via parallel connections',\n});\ntest('Can shift data securely', function (t) {\n- var data... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | WIP: Restore working code |
675,375 | 04.07.2017 11:23:54 | -7,200 | 2e86c55f79e16aabdfb7fd500076801d6b2a2e66 | Get rid of unnecessary variables, functions and logic. Leave as it was before but cleaned up | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js",
"new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js",
"diff": "@@ -296,12 +296,6 @@ function connect(module, options) {\n});\n}\n-function waitForEvent(emitter, event) {\n- return new Promise(funct... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Get rid of unnecessary variables, functions and logic. Leave as it was before but cleaned up |
675,375 | 04.07.2017 11:26:33 | -7,200 | dfabc2d4c5b6bf1a6b4a6e41badbac74097fb40f | Stop NotificationClient and NotificationServer in teardown section in order to allow other peers to retry to get data. | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testThaliNotification.js",
"new_path": "test/www/jxcore/bv_tests/testThaliNotification.js",
"diff": "@@ -82,6 +82,8 @@ var GlobalVariables = function () {\n};\n+var notificationServer, notificationClient;\n+\nvar test = tape({\nsetup: ... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Stop NotificationClient and NotificationServer in teardown section in order to allow other peers to retry to get data. |
675,375 | 04.07.2017 14:41:36 | -7,200 | 9b0114985311191a2eac3896d677168ae9b35128 | WIP: Refactor tests in testThaliMobileNative as promises | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js",
"new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js",
"diff": "@@ -263,7 +263,7 @@ test('Can connect to a remote peer', function (t) {\nthaliMobileNativeTestUtils.executeZombieProofTest(t, server,\... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | WIP: Refactor tests in testThaliMobileNative as promises |
675,375 | 05.07.2017 13:00:47 | -7,200 | 2950e5ec1e7a365be5f6ff2a9caa44a52abd32a0 | Fix Can shift large amount of data. Add logging when restarting test due to timeout | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js",
"new_path": "test/www/jxcore/bv_tests/testThaliMobileNative.js",
"diff": "@@ -484,20 +484,6 @@ test('Can shift data securely', function (t) {\n});\ntest('Can shift large amounts of data', function (t) {\n- va... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Fix Can shift large amount of data. Add logging when restarting test due to timeout |
675,375 | 05.07.2017 15:41:44 | -7,200 | 49fde15d15dfea7d0525def81c14ae087147b64c | Fix timer in thaliMobileNativeTestUtils | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/lib/thaliMobileNativeTestUtils.js",
"new_path": "test/www/jxcore/lib/thaliMobileNativeTestUtils.js",
"diff": "@@ -392,10 +392,14 @@ function executeZombieProofTest (t, server, testFunction) {\nvar availablePeers = [];\nvar runningTest = false;\... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Fix timer in thaliMobileNativeTestUtils |
675,375 | 06.07.2017 15:08:47 | -7,200 | 40b2d2654bfffc8e8659c841e394cda36c63cc3e | WIP: Apply retry logic for testThaliNotification, temp fix in thaliMobileNativeTestUtils | [
{
"change_type": "MODIFY",
"old_path": "lib/ios/Cartfile",
"new_path": "lib/ios/Cartfile",
"diff": "-github \"thaliproject/thali-ios\" \"master-enrico-error-handling\"\n+github \"thaliproject/thali-ios\" \"master-enrico-error-handling-tmp\"\n"
},
{
"change_type": "MODIFY",
"old_path": "t... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | WIP: Apply retry logic for testThaliNotification, temp fix in thaliMobileNativeTestUtils |
675,375 | 07.07.2017 13:10:49 | -7,200 | 01d7c8fdfa50e2b045b115e2cbce02c7744bbeb9 | WIP: Fix few issues when testing on 3 devices, add testHttp to config.js | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testHttp.js",
"new_path": "test/www/jxcore/bv_tests/testHttp.js",
"diff": "@@ -240,7 +240,7 @@ test('Multiple coordinated request ios native',\nreply = thirdReply;\nbreak;\ndefault:\n- t.end();\n+ t.fail('Server received wrong request ... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | WIP: Fix few issues when testing on 3 devices, add testHttp to config.js |
675,375 | 07.07.2017 13:24:10 | -7,200 | a53d8d9a998906dbd3b239d918c81a078370fd79 | Change priority of testHttp.js in config.js | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/config.js",
"new_path": "test/www/jxcore/config.js",
"diff": "@@ -15,7 +15,6 @@ module.exports = {\n'testTests.js',\n'testUsn.js',\n'testNativeMethod.js',\n- 'testHttp.js',\n'testThaliMobileNative.js',\n'testThaliMobileNativeAndroid.js',\n'test... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Change priority of testHttp.js in config.js |
675,375 | 10.07.2017 09:07:53 | -7,200 | a8db48dd69e4e099518d0b28239f4684d839c0d2 | Fix for resolving replication peer action even when we try to replicate with non existing remote db | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testThaliReplicationPeerActionCoordinated.js",
"new_path": "test/www/jxcore/bv_tests/testThaliReplicationPeerActionCoordinated.js",
"diff": "@@ -362,6 +362,7 @@ test('Coordinated replication action test - should throw error when wrong ... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Fix for resolving replication peer action even when we try to replicate with non existing remote db |
675,375 | 10.07.2017 10:39:19 | -7,200 | e42d8e50ae252565bf3663436bdcab06170684da | Fix thaliTestNotification retry logic, add peer to availablePeers array again only if error was | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testThaliNotification.js",
"new_path": "test/www/jxcore/bv_tests/testThaliNotification.js",
"diff": "@@ -262,7 +262,7 @@ test('Client to server request coordinated', function (t) {\n.then(function (connection) {\nlogger.info('Establish... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Fix thaliTestNotification retry logic, add peer to availablePeers array again only if error was |
675,375 | 10.07.2017 13:32:23 | -7,200 | a2b6fb8291e05e0068871b65c1477d5ce136767e | Call stop on notificationClient and notificationServer only when they are truthy. This won't be called when we will run not coordinated tests | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testThaliNotification.js",
"new_path": "test/www/jxcore/bv_tests/testThaliNotification.js",
"diff": "@@ -97,8 +97,10 @@ var test = tape({\nteardown: function (t) {\nthaliMobile.stop();\n// Clears timeout\n+ if (notificationClient && no... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Call stop on notificationClient and notificationServer only when they are truthy. This won't be called when we will run not coordinated tests |
675,375 | 13.07.2017 13:24:45 | -7,200 | 31384d0b279123fc0d1aa8e4180ea30784ff58c7 | Move thaliMobileNativeWrapper._registerToNative() to teardown, skip iOS tests that do not work now because of add check in testForDataCorruption | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testHttp.js",
"new_path": "test/www/jxcore/bv_tests/testHttp.js",
"diff": "@@ -18,6 +18,7 @@ var peerIdsToBeClosed = [];\nvar test = tape({\nsetup: function (t) {\nhttpServer = makeIntoCloseAllServer(http.createServer(), true);\n+ Thal... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Move thaliMobileNativeWrapper._registerToNative() to teardown, skip iOS tests that do not work now because of #1924, add check in testForDataCorruption |
675,375 | 17.07.2017 12:51:01 | -7,200 | 9197780ac774a509f8d2f465eccc73949385713d | Fix for fix testHttp to proper run multiple requests with every peer | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testHttp.js",
"new_path": "test/www/jxcore/bv_tests/testHttp.js",
"diff": "@@ -167,25 +167,26 @@ test('Single coordinated request ios native',\nglobal.NETWORK_TYPE === ThaliMobile.networkTypes.WIFI;\n},\nfunction (t) {\n- var total = t... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Fix for #1941, fix testHttp to proper run multiple requests with every peer |
675,375 | 17.07.2017 13:04:35 | -7,200 | dd9567c79c7255de350eb89db2200838613d3c09 | Remove recreatePeer on iOS devices in thaliMobileNativeWrapper, fix tests | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testThaliMobile.js",
"new_path": "test/www/jxcore/bv_tests/testThaliMobile.js",
"diff": "@@ -1779,8 +1779,8 @@ function(t) {\ntest('We properly fire peer unavailable and then available when ' +\n'connection fails on iOS',\nfunction () ... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Remove recreatePeer on iOS devices in thaliMobileNativeWrapper, fix tests |
675,375 | 19.07.2017 09:45:34 | -7,200 | 3b7bbcf969ff345829cf2ea7e4a3f9acaa9134c5 | Disable tests relying on recreating peer logic | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testThaliMobile.js",
"new_path": "test/www/jxcore/bv_tests/testThaliMobile.js",
"diff": "@@ -1140,9 +1140,8 @@ test('multiconnect failure - new peer is ignored (MPCF)',\ntest('multiconnect failure - cached peer fires peerAvailabilityCh... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Disable tests relying on recreating peer logic |
675,375 | 19.07.2017 09:47:07 | -7,200 | a8e6b92cd12baf29ad5f2dd5bfe246d4c9d9aaa1 | Call stop listening and advertising in testHttp teardown, move this logic to separate file | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testHttp.js",
"new_path": "test/www/jxcore/bv_tests/testHttp.js",
"diff": "@@ -18,11 +18,10 @@ var peerIdsToBeClosed = [];\nvar test = tape({\nsetup: function (t) {\nhttpServer = makeIntoCloseAllServer(http.createServer(), true);\n- Th... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Call stop listening and advertising in testHttp teardown, move this logic to separate file |
675,375 | 19.07.2017 13:20:08 | -7,200 | be2f3e7bcd913c6debde14d22e5d11900010fcc6 | Make sure we stop every instance of NotificationClient in order to avoid having multiple listeners for peerAvailabilityChanged event. | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testThaliNotificationClient.js",
"new_path": "test/www/jxcore/bv_tests/testThaliNotificationClient.js",
"diff": "@@ -343,6 +343,7 @@ test('Notification action killed with a superseded',\nnotificationClient.Events.PeerAdvertisesDataForU... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Make sure we stop every instance of NotificationClient in order to avoid having multiple listeners for peerAvailabilityChanged event. |
675,371 | 25.07.2017 15:30:30 | -7,200 | 22939a4094c2d32efa3523c7aec4374897f12086 | Updated versions of 3rd party libraries | [
{
"change_type": "MODIFY",
"old_path": "thali/install/validateBuildEnvironment.js",
"new_path": "thali/install/validateBuildEnvironment.js",
"diff": "@@ -13,13 +13,13 @@ const assert = require('assert');\nconst versions =\n{\n- xcode: '8.2.1',\n+ xcode: '8.3.3',\nxcodeCommandLineTools: ' ',\n- macOS... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Updated versions of 3rd party libraries |
675,371 | 24.08.2017 15:26:17 | -7,200 | 8f8a0449cc92e4d454c0ed7146783a92a16ce70c | Update jxcore-cordova to 0.1.14 version, update readme.md | [
{
"change_type": "MODIFY",
"old_path": "readme.md",
"new_path": "readme.md",
"diff": "@@ -298,7 +298,7 @@ set PATH=%PATH%;%ANDROID_HOME%\\tools;%ANDROID_HOME%\\platform-tools\n```\n-`<installation location>` can vary on different platforms but it's something that containes `android` in path and with... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Update jxcore-cordova to 0.1.14 version, update readme.md |
675,375 | 19.09.2017 13:52:56 | -7,200 | 1cee6486fd4753fd2b7ac3abbdef1571e6271d94 | Add parameter when starting Replication action to provide custom No activity timeout value | [
{
"change_type": "MODIFY",
"old_path": "test/www/jxcore/bv_tests/testThaliReplicationPeerAction.js",
"new_path": "test/www/jxcore/bv_tests/testThaliReplicationPeerAction.js",
"diff": "@@ -442,6 +442,111 @@ test('Do something and make sure we time out',\n}\n);\n+test('Replication timer should use cus... | JavaScript | MIT License | thaliproject/thali_cordovaplugin | Add parameter when starting Replication action to provide custom No activity timeout value |
141,906 | 21.11.2017 21:50:48 | -28,800 | af33209be0592db1d27f26caa777c529bb15f48c | Active connection, status bar and new query | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"command\": \"mysql.runQuery\",\n\"title\": \"Run MySQL Query\"\n},\n+ {\n+ \"command\": \"mysql.newQuery\",\n+ \"title\": \"New Query\"\n+ },\n{\n\"command\": \"mysql.selectTop1000\",\n\"title\": \"Select T... | TypeScript | MIT License | cweijan/vscode-database-client | Active connection, status bar and new query |
141,906 | 22.11.2017 14:05:13 | -28,800 | bc1649e1d2d67ce58c1cec5b8e3377d4811c983b | keytar, add/delete connection, refresh node | [
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "package-lock.json",
"diff": "\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n+ \"@types/keytar\": {\n+ \"version\": \"4.0.1\",\n+ \"resolved\": \"https://registry.npmjs.org/@types/keytar/-/keytar-4.0.1.tgz\",... | TypeScript | MIT License | cweijan/vscode-database-client | keytar, add/delete connection, refresh node |
141,906 | 24.11.2017 20:26:27 | -28,800 | 1f9493f1326e3938e1ec9201cbce00fdad2609f8 | Better output format: display output as table | [
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "package-lock.json",
"diff": "\"integrity\": \"sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=\",\n\"dev\": true\n},\n+ \"asciitable\": {\n+ \"version\": \"0.0.7\",\n+ \"resolved\": \"https://registry.npmjs.org/asciitable/-/asciitable-0.0.7.t... | TypeScript | MIT License | cweijan/vscode-database-client | Better output format: display output as table |
141,906 | 24.11.2017 20:48:00 | -28,800 | 54d07c1630567b0e26db360899813c848591fda5 | Add option to set maximum table count, and increase the dafault count | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -30,6 +30,10 @@ MySQL management tool\n\n+## Settings\n+\n+* `vscode-mysql.maxTableCount`: The maximum table count shown in the tree view. (Default is **500**)\n+\n## Telemetry da... | TypeScript | MIT License | cweijan/vscode-database-client | Add option to set maximum table count, and increase the dafault count |
141,906 | 26.11.2017 20:12:59 | -28,800 | 31523aabba1982f92e93d4f84b715975dcc06ece | Activate extension when running MySQL query | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "+## 0.0.3 (2017-11-26)\n+* Activate extension when running MySQL query\n+\n## 0.0.2 (2017-11-24)\n* Better output format: display output as table\n* [#2](https://github.com/formulahendry/vscode-mysql/issues/2... | TypeScript | MIT License | cweijan/vscode-database-client | Activate extension when running MySQL query |
141,906 | 30.11.2017 21:30:37 | -28,800 | f2c2f33d45d668d11ce500b1519f2d305b9bd61e | Support multiple statement queries | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "+## 0.1.0 (2017-11-30)\n+* Support multiple statement queries\n+\n## 0.0.3 (2017-11-26)\n* Activate extension when running MySQL query\n"
},
{
"change_type": "MODIFY",
"old_path": "package.json",
... | TypeScript | MIT License | cweijan/vscode-database-client | Support multiple statement queries |
141,916 | 04.12.2017 14:30:35 | -3,600 | 97d5456209f3236c16ba9d54c816a363fbdc8e3c | Support SSL connection | [
{
"change_type": "MODIFY",
"old_path": "src/common/utility.ts",
"new_path": "src/common/utility.ts",
"diff": "\"use strict\";\nimport * as asciitable from \"asciitable\";\n+import * as fs from \"fs\";\nimport * as mysql from \"mysql\";\nimport * as vscode from \"vscode\";\nimport { IConnection } fro... | TypeScript | MIT License | cweijan/vscode-database-client | Support SSL connection (#7) |
141,906 | 04.12.2017 22:46:45 | -28,800 | a0b94ffe2aaa2e685d069fa636a99b3c4250c337 | Close the connection after query | [
{
"change_type": "MODIFY",
"old_path": "src/common/utility.ts",
"new_path": "src/common/utility.ts",
"diff": "@@ -20,10 +20,11 @@ export class Utility {\nconnection.query(sql, (err, rows) => {\nif (err) {\nreject(\"Error: \" + err.message);\n- return;\n- }\n+ } else {\nresolve(rows);\n+ }\n});\n+ co... | TypeScript | MIT License | cweijan/vscode-database-client | Close the connection after query |
141,906 | 05.12.2017 20:36:52 | -28,800 | bfca5523e0ad2199c037ca4ed69299970b9d4fe1 | Keep original properties when creating connection | [
{
"change_type": "MODIFY",
"old_path": "src/common/utility.ts",
"new_path": "src/common/utility.ts",
"diff": "@@ -83,26 +83,13 @@ export class Utility {\n}\npublic static createConnection(connectionOptions: IConnection): any {\n- let connection;\n+ const newConnectionOptions: any = Object.assign({},... | TypeScript | MIT License | cweijan/vscode-database-client | Keep original properties when creating connection |
141,906 | 31.12.2017 15:40:06 | -28,800 | 14d29c3fe1098d07158298897f904b9259fa338f | Resolve Add key bindings for 'Run MySQL Query' | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "+## 0.2.2 (2017-12-31)\n+* [#10](https://github.com/formulahendry/vscode-mysql/issues/10): Add key bindings for 'Run MySQL Query'\n+\n## 0.2.1 (2017-12-05)\n* Keep original properties when creating connection... | TypeScript | MIT License | cweijan/vscode-database-client | Resolve #10: Add key bindings for 'Run MySQL Query' |
141,915 | 23.02.2018 16:19:16 | -7,200 | 3cc23181f46bb555c2cca28df6fe714261ba8044 | Fixes Adopt the usage of ASAR in VSCode | [
{
"change_type": "MODIFY",
"old_path": "src/common/global.ts",
"new_path": "src/common/global.ts",
"diff": "@@ -4,7 +4,7 @@ import * as vscode from \"vscode\";\nimport { IConnection } from \"../model/connection\";\nexport class Global {\n- public static keytar: typeof keytarType = require(`${vscode.... | TypeScript | MIT License | cweijan/vscode-database-client | Fixes #22: Adopt the usage of ASAR in VSCode (#25) |
141,898 | 23.02.2018 08:23:10 | 21,600 | 58a72da09f3aa594380acdafb18df7b726a292f4 | Adding support for executing a selection | [
{
"change_type": "MODIFY",
"old_path": "src/common/utility.ts",
"new_path": "src/common/utility.ts",
"diff": "@@ -44,7 +44,16 @@ export class Utility {\n}\n}\n- sql = sql ? sql : vscode.window.activeTextEditor.document.getText();\n+ if (!sql) {\n+ const activeTextEditor = vscode.window.activeTextEdi... | TypeScript | MIT License | cweijan/vscode-database-client | Adding support for executing a selection (#21) |
141,907 | 13.06.2018 14:18:50 | 10,800 | 05340afdeb38f071d82cc2eb16ae2ce06f849e18 | #implement copy menu for names/insert/update | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"command\": \"mysql.selectTop1000\",\n\"title\": \"Select Top 1000\",\n\"category\": \"MySQL\"\n+ },\n+ {\n+ \"command\": \"mysql.copy.names\",\n+ \"title\": \"Copy Names\",\n+ \"category\": \"MySQL\"\n+ },\... | TypeScript | MIT License | cweijan/vscode-database-client | #implement copy menu for names/insert/update |
141,908 | 24.03.2019 14:37:49 | -28,800 | 4dae2d2b7637019df7afed5b233213caa012548d | add change table/column name support | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"name\": \"vscode-mysql-manager\",\n\"displayName\": \"MySQL\",\n\"description\": \"MySQL management tool\",\n- \"version\": \"1.3.0\",\n- \"publisher\": \"formulahendry\",\n+ \"version\": \"1.3.1\",\n+ \"pu... | TypeScript | MIT License | cweijan/vscode-database-client | add change table/column name support |
141,908 | 30.04.2019 10:26:12 | -28,800 | 23cb52377e1aae0ad6bfd4c96c6076a1d0dca0a2 | tree item context menu add dividing line | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "{\n\"command\": \"mysql.newQuery\",\n\"when\": \"view == mysql && viewItem == connection\",\n- \"group\": \"mysql@1\"\n+ \"group\": \"1_mysql@1\"\n},\n{\n\"command\": \"mysql.refresh\",\n\"when\": \"view == m... | TypeScript | MIT License | cweijan/vscode-database-client | tree item context menu add dividing line |
141,908 | 22.02.2020 20:23:22 | -28,800 | 6de9ca9a9cf1834fa4b2febb29a76d5b5ece4ec7 | reveal pannel when update | [
{
"change_type": "MODIFY",
"old_path": "src/database/QueryUnit.ts",
"new_path": "src/database/QueryUnit.ts",
"diff": "@@ -61,7 +61,7 @@ export class QueryUnit {\n// }\n// });\n} else {\n- SqlViewManager.showQueryResult({ sql, data});\n+ SqlViewManager.showQueryResult({ sql, data, splitResultView: tr... | TypeScript | MIT License | cweijan/vscode-database-client | reveal pannel when update |
141,908 | 22.02.2020 20:29:55 | -28,800 | ae2b0e08c92f4122873332cc3e2d5e52e98f67c1 | show run button only when edit sql language | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"name\": \"vscode-mysql-manager\",\n\"displayName\": \"MySQL\",\n\"description\": \"MySQL management tool\",\n- \"version\": \"1.5.2\",\n+ \"version\": \"1.5.3\",\n\"publisher\": \"cweijan\",\n\"icon\": \"lo... | TypeScript | MIT License | cweijan/vscode-database-client | show run button only when edit sql language |
141,908 | 07.03.2020 19:05:04 | -28,800 | 0322cf780e352670744b33e6353e6e894a469a23 | fix change database fail | [
{
"change_type": "MODIFY",
"old_path": "src/database/ConnectionManager.ts",
"new_path": "src/database/ConnectionManager.ts",
"diff": "@@ -7,7 +7,7 @@ import { Global } from \"../common/Global\";\nexport class ConnectionManager {\n- private static connectionMap = {}\n+ private static connectionCache ... | TypeScript | MIT License | cweijan/vscode-database-client | fix change database fail |
141,908 | 07.03.2020 20:15:11 | -28,800 | e0729cd302e56157e6288cc8fe39a6128c71fb1e | remove duplicate complection item | [
{
"change_type": "MODIFY",
"old_path": "src/provider/CompletionManager.ts",
"new_path": "src/provider/CompletionManager.ts",
"diff": "@@ -66,8 +66,12 @@ export class CompletionManager {\ntableNodes = DatabaseCache.getTableNodeList()\n}\n- return tableNodes.map<vscode.CompletionItem>(tableNode => {\n... | TypeScript | MIT License | cweijan/vscode-database-client | remove duplicate complection item |
141,908 | 07.03.2020 20:47:43 | -28,800 | 29af47335da23a53bf6f3c302bd278cfb4605f95 | sql assistant enhance | [
{
"change_type": "MODIFY",
"old_path": "src/provider/CompletionManager.ts",
"new_path": "src/provider/CompletionManager.ts",
"diff": "@@ -6,18 +6,19 @@ import { TableNode } from \"../model/TableNode\";\nexport class CompletionManager {\n- private keywordList: string[] = [\"SELECT\", \"UPDATE\", \"DE... | TypeScript | MIT License | cweijan/vscode-database-client | sql assistant enhance |
141,908 | 08.03.2020 00:25:30 | -28,800 | 2e5ab9891186409b84430f96cdfa553d47df767f | view node icon fix | [
{
"change_type": "MODIFY",
"old_path": "src/common/constants.ts",
"new_path": "src/common/constants.ts",
"diff": "@@ -20,6 +20,7 @@ export class ModelType{\npublic static COLUMN=\"column\"\npublic static INFO=\"info\";\npublic static TABLE_GROUP=\"tableGroup\";\n+ public static VIEW=\"view\";\npubli... | TypeScript | MIT License | cweijan/vscode-database-client | view node icon fix |
141,908 | 08.03.2020 00:44:15 | -28,800 | a1a64a453e6826f3d9a72fafaac7dc30f90b338b | browser in same panel | [
{
"change_type": "MODIFY",
"old_path": "src/database/QueryUnit.ts",
"new_path": "src/database/QueryUnit.ts",
"diff": "@@ -80,4 +80,20 @@ export class QueryUnit {\nreturn vscode.window.showTextDocument(textDocument);\n}\n+\n+ private static sqlDocument: vscode.TextEditor;\n+ public static async showS... | TypeScript | MIT License | cweijan/vscode-database-client | browser in same panel |
141,908 | 08.03.2020 01:23:04 | -28,800 | 39b953a48f1d95d6bb34347f2e121a34519b2bf6 | support browser user | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "resources/user.svg",
"diff": "+<?xml version=\"1.0\" standalone=\"no\"?><!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\"><svg t=\"1583601634548\" class=\"icon\" viewBox=\"0 0 1024 1024\" versi... | TypeScript | MIT License | cweijan/vscode-database-client | support browser user |
141,908 | 08.03.2020 01:53:17 | -28,800 | 3cb358a7039bb706632826439c2c064604a25458 | support user browser | [
{
"change_type": "MODIFY",
"old_path": "src/extension.ts",
"new_path": "src/extension.ts",
"diff": "@@ -13,6 +13,7 @@ import { SqlViewManager } from \"./database/SqlViewManager\";\nimport { ProcedureNode } from \"./model/other/Procedure\";\nimport { FunctionNode } from \"./model/other/function\";\ni... | TypeScript | MIT License | cweijan/vscode-database-client | support user browser |
141,908 | 08.03.2020 02:10:58 | -28,800 | 1b11f44d0ebfcfe56a4703531937c20c25084997 | refactor reload logic | [
{
"change_type": "MODIFY",
"old_path": "src/database/SqlViewManager.ts",
"new_path": "src/database/SqlViewManager.ts",
"diff": "@@ -49,7 +49,7 @@ export class SqlViewManager {\n}\n- public static showConnectPage(mysqlTreeDataProvider: MySQLTreeDataProvider) {\n+ public static showConnectPage(mysqlTr... | TypeScript | MIT License | cweijan/vscode-database-client | refactor reload logic |
141,908 | 08.03.2020 18:19:59 | -28,800 | 1b435a1d99b785d627d9adc0deaea303b21d2a22 | support update column info | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "MySQL management tool Plus\n-> This plugin forked from [MySQL (Jun Han)](https://marketplace.visualstudio.com/items?itemName=formulahendry.vscode-mysql)\n+> This plugin forked from [MySQL](https://marketplace.visua... | TypeScript | MIT License | cweijan/vscode-database-client | support update column info |
141,908 | 08.03.2020 19:36:14 | -28,800 | def9e2fa9094a4384aa7235451cf059300d7b5f4 | manage index simplistic | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -45,3 +45,4 @@ MySQL management tool Plus\n## Future Plain\n- Beautify query result page.\n- Edit data alive on query result page.\n+- Record sql execute history.\n\\ No newline at end of file\n"
},
{
"c... | TypeScript | MIT License | cweijan/vscode-database-client | manage index simplistic |
141,908 | 09.03.2020 00:08:43 | -28,800 | 27e85dfaceaa5c6d79d720aa0f39e4af3df1ba67 | change active when query table data | [
{
"change_type": "MODIFY",
"old_path": "src/model/table/tableNode.ts",
"new_path": "src/model/table/tableNode.ts",
"diff": "@@ -121,6 +121,7 @@ export class TableNode implements INode, IConnection {\nconst sql = `SELECT * FROM ${this.database}.${this.table} LIMIT 1000;`;\nif (run) {\n+ ConnectionMan... | TypeScript | MIT License | cweijan/vscode-database-client | change active when query table data |
141,908 | 11.03.2020 17:57:02 | -28,800 | 1081e27a38bfe1314781c678ee1ad1f0c8d867f0 | query page optimize | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"name\": \"vscode-mysql-manager\",\n\"displayName\": \"MySQL\",\n\"description\": \"MySQL management tool\",\n- \"version\": \"1.6.2\",\n+ \"version\": \"1.6.34\",\n\"publisher\": \"cweijan\",\n\"icon\": \"l... | TypeScript | MIT License | cweijan/vscode-database-client | query page optimize |
141,908 | 18.03.2020 00:25:45 | -28,800 | c9330e216b04ed00db76ac7979ae66eadbac2c2b | get sql divisiton with semicolon on editor | [
{
"change_type": "MODIFY",
"old_path": "src/common/constants.ts",
"new_path": "src/common/constants.ts",
"diff": "@@ -13,6 +13,14 @@ export class CacheKey{\n}\n+\n+export class Cursor{\n+ static FIRST_POSITION=new vscode.Position(0, 0);\n+ static getRangeStartTo(end:vscode.Position):vscode.Range{\n+... | TypeScript | MIT License | cweijan/vscode-database-client | get sql divisiton with semicolon on editor |
141,908 | 18.03.2020 00:38:27 | -28,800 | c7059c134fee1d5c0cc9666519e1afb36b29639f | Optimization of result display | [
{
"change_type": "MODIFY",
"old_path": "src/database/SqlViewManager.ts",
"new_path": "src/database/SqlViewManager.ts",
"diff": "@@ -35,9 +35,14 @@ export class SqlViewManager {\npublic static showQueryResult(viewOption: ViewOption) {\nif (this.resultWebviewPanel) {\n+ if (this.resultWebviewPanel.vis... | TypeScript | MIT License | cweijan/vscode-database-client | Optimization of result display |
141,908 | 18.03.2020 22:51:07 | -28,800 | 36df131ba277309ad553acde6794481379841486 | fix mysql 8.0 get procedure|function fail | [
{
"change_type": "MODIFY",
"old_path": "src/model/other/functionGroup.ts",
"new_path": "src/model/other/functionGroup.ts",
"diff": "@@ -33,10 +33,10 @@ export class FunctionGroup implements INode, IConnection {\nif (tableNodes && !isRresh) {\nreturn tableNodes\n}\n- return QueryUnit.queryPromise<any... | TypeScript | MIT License | cweijan/vscode-database-client | fix mysql 8.0 get procedure|function fail |
141,908 | 19.03.2020 10:41:49 | -28,800 | 019c4aa7e8df58409e808c2c7d03a33dc7f40b1a | fix many connection | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "+## 1.6.35 (2020/3/18)\n+- get sql divisiton with semicolon on editor\n+- fix mysql 8.0 get function|procedure info fail.\n+\n## 1.6.2 (2020/3/9)\n- Beautify query result page.\n"
},
{
"change_type": ... | TypeScript | MIT License | cweijan/vscode-database-client | fix many connection |
141,908 | 19.03.2020 10:43:01 | -28,800 | ee03397518cedc89de64db910f6317a6b81c0871 | query logic refactor | [
{
"change_type": "MODIFY",
"old_path": "src/database/QueryUnit.ts",
"new_path": "src/database/QueryUnit.ts",
"diff": "@@ -56,18 +56,21 @@ export class QueryUnit {\nsql = sql.replace(/--.+/ig, '');\nlet executeTime = new Date().getTime()\nconnection.query(sql, (err, data) => {\n- let isDDL = sql.matc... | TypeScript | MIT License | cweijan/vscode-database-client | query logic refactor |
141,908 | 20.03.2020 06:41:11 | -28,800 | b3f5e3959462efe9961033b00e7a9f10e2229d17 | support sql format | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "},\n\"dependencies\": {\n\"mysql\": \"^2.15.0\",\n- \"mysqldump\": \"^2.2.1\"\n+ \"mysqldump\": \"^2.2.1\",\n+ \"sql-formatter\": \"^2.3.3\"\n},\n\"__metadata\": {\n\"id\": \"38c08d09-caa0-4988-8ffb-bcbd51f86... | TypeScript | MIT License | cweijan/vscode-database-client | support sql format |
141,908 | 20.03.2020 09:16:18 | -28,800 | d6c21aa3b421feb8eb3d5a21d2d425ec633bed8e | table name inference | [
{
"change_type": "MODIFY",
"old_path": "src/model/table/tableNode.ts",
"new_path": "src/model/table/tableNode.ts",
"diff": "@@ -21,11 +21,10 @@ export class TableNode implements INode, IConnection {\nconstructor(readonly host: string, readonly user: string, readonly password: string,\nreadonly port:... | TypeScript | MIT License | cweijan/vscode-database-client | table name inference |
141,908 | 20.03.2020 17:06:46 | -28,800 | 30ced547d3f9b2c4ee708af3bc327c175bf029a5 | support record history | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "+## 1.6.37\n+- Table name inference\n+- Sql formatter\n+- Record History\n+\n## 1.6.36 (2020/3/19)\n- Fix many mysql connection error.\n"
},
{
"change_type": "MODIFY",
"old_path": "package.json",
... | TypeScript | MIT License | cweijan/vscode-database-client | support record history |
141,908 | 20.03.2020 17:17:26 | -28,800 | 2f66f3361c13a16a25838015a3a5930bd184c624 | history record costTime | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -43,6 +43,5 @@ MySQL management tool Plus\n* `vscode-mysql.maxTableCount`: The maximum table count shown in the tree view. (Default is **500**) -->\n## Future Plain\n-- Record sql execute history.\n-- Ssl connec... | TypeScript | MIT License | cweijan/vscode-database-client | history record costTime |
141,908 | 20.03.2020 20:28:25 | -28,800 | 79db827afc37896f6d9f09bff8fcb92118e934cd | support import sql file | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "},\n{\n\"command\": \"mysql.deleteDatabase\",\n- \"title\": \"Delete Database\",\n+ \"title\": \"Drop Database\",\n\"category\": \"MySQL\"\n},\n{\n\"title\": \"Delete SQL Template\",\n\"category\": \"MySQL\"\... | TypeScript | MIT License | cweijan/vscode-database-client | support import sql file |
141,908 | 20.03.2020 21:12:59 | -28,800 | 28a0183c6791199bd1203245119a15f7db9d311e | Stability optimization | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "- Table name inference\n- Sql formatter\n- Record History\n+- Import sql file\n## 1.6.36 (2020/3/19)\n- Fix many mysql connection error.\n"
},
{
"change_type": "MODIFY",
"old_path": "README.md",
... | TypeScript | MIT License | cweijan/vscode-database-client | Stability optimization |
141,908 | 20.03.2020 22:16:33 | -28,800 | c7fa5374af9f352ea428d47d47a9cfff5c0335fd | support hover table get info | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -45,4 +45,3 @@ MySQL management tool Plus\n## Future Plain\n- Ssl connect.\n- Bookmark sql.\n\\ No newline at end of file\n-- Hover Info.\n\\ No newline at end of file\n"
},
{
"change_type": "MODIFY",
... | TypeScript | MIT License | cweijan/vscode-database-client | support hover table get info |
141,908 | 22.03.2020 22:56:14 | -28,800 | 7ce727358ba96bdaaf7f11e4bb020f9ce9cfa2eb | more keyword support | [
{
"change_type": "MODIFY",
"old_path": "src/database/QueryUnit.ts",
"new_path": "src/database/QueryUnit.ts",
"diff": "@@ -81,7 +81,7 @@ export class QueryUnit {\nprivate static batchPattern = /\\s+(TRIGGER|PROCEDURE|FUNCTION)\\s+/ig\n- private static obtainSql(activeTextEditor: vscode.TextEditor): s... | TypeScript | MIT License | cweijan/vscode-database-client | more keyword support |
141,908 | 22.03.2020 23:27:31 | -28,800 | af5e55b1ca25a0b8f8ea406d8ad9e503129a7683 | block mysql table | [
{
"change_type": "MODIFY",
"old_path": "src/provider/CompletionProvider.ts",
"new_path": "src/provider/CompletionProvider.ts",
"diff": "@@ -44,6 +44,11 @@ export class CompletionProvider implements vscode.CompletionItemProvider {\nprivate createReg = /CREATE TABLE/ig;\nprivate programReg = /(FUNCTIO... | TypeScript | MIT License | cweijan/vscode-database-client | block mysql table |
141,908 | 23.03.2020 03:11:44 | -28,800 | 07067dd8c527bcf21da8a77dbddd7741564a527e | open setting for windows | [
{
"change_type": "MODIFY",
"old_path": ".gitignore",
"new_path": ".gitignore",
"diff": "out\nnode_modules\n.vscode-test/\n-.vsix\n+*.vsix\n+package-lock.json\n"
},
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "},\n\"commands\": [\n{\n... | TypeScript | MIT License | cweijan/vscode-database-client | open setting for windows |
141,908 | 23.03.2020 06:47:57 | -28,800 | a472c565ceb927a316581ac8a86f70f1d760cc60 | order column | [
{
"change_type": "MODIFY",
"old_path": "resources/webview/result.html",
"new_path": "resources/webview/result.html",
"diff": "</el-cow>\n<el-cow>\n<span>costTime: </span><span v-text=\"result.costTime\"></span>ms,\n- <span>row: {{result.rows.length}}, Col: {{columnCount}}</span>\n+ <span>row: {{resu... | TypeScript | MIT License | cweijan/vscode-database-client | order column |
141,908 | 06.04.2020 00:02:58 | -28,800 | a2469a032171efd01cebd9cbc1579a9492a99cfc | fix result data init fail. | [
{
"change_type": "MODIFY",
"old_path": "resources/webview/result.html",
"new_path": "resources/webview/result.html",
"diff": "@@ -194,6 +194,7 @@ where \\`${event.data.primaryKey}\\`='#2'\n// instead by retainContextWhenHidden=true\n// vscode.setState({ result: vue.result });\n});\n+ vscode.postMess... | TypeScript | MIT License | cweijan/vscode-database-client | fix result data init fail. |
141,908 | 06.04.2020 02:33:27 | -28,800 | 5669dcb6859e7284e4255551bd4a95a98106d25b | show sql before data loading | [
{
"change_type": "MODIFY",
"old_path": "resources/webview/result.html",
"new_path": "resources/webview/result.html",
"diff": "tableWidth: null,\nwidthCache: {},\nsearch: '',\n- loading: false,\n+ loading: true,\nupdate: {\nsql: null,\nwhere: 'w',\n})\nwindow.addEventListener('message', event => {\n-... | TypeScript | MIT License | cweijan/vscode-database-client | show sql before data loading |
141,908 | 06.04.2020 03:47:46 | -28,800 | 5dba96a9b7ef7f6a4f9be48f1ea3e7e5a391bcf2 | beautify sql format | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "},\n{\n\"command\": \"mysql.template.sql\",\n- \"title\": \"Select SQL Template\",\n+ \"title\": \"Select SQL\",\n\"category\": \"MySQL\"\n},\n{\n\"command\": \"mysql.template.delete\",\n- \"title\": \"Delete... | TypeScript | MIT License | cweijan/vscode-database-client | beautify sql format |
141,908 | 06.04.2020 21:07:25 | -28,800 | 08b48059c2fea68d613082a5a03a97389be563f1 | update to 1.6.40 | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"name\": \"vscode-mysql-manager\",\n\"displayName\": \"MySQL\",\n\"description\": \"MySQL management tool\",\n- \"version\": \"1.6.37\",\n+ \"version\": \"1.6.40\",\n\"publisher\": \"cweijan\",\n\"icon\": \"... | TypeScript | MIT License | cweijan/vscode-database-client | update to 1.6.40 |
141,908 | 07.04.2020 17:36:47 | -28,800 | adbef79f782312eb85d4dc0b5d556a5bd6ca42d2 | fix multi connection error | [
{
"change_type": "MODIFY",
"old_path": "src/database/ConnectionManager.ts",
"new_path": "src/database/ConnectionManager.ts",
"diff": "@@ -8,7 +8,7 @@ import { QueryUnit } from \"./QueryUnit\";\nexport class ConnectionManager {\nprivate static lastConnectionOption: IConnection;\n- private static acti... | TypeScript | MIT License | cweijan/vscode-database-client | fix multi connection error |
141,908 | 09.04.2020 00:32:23 | -28,800 | 902b4ed2dbcb29f934cb2a0684988e0445793cfe | implement delete in page | [
{
"change_type": "MODIFY",
"old_path": "resources/webview/result.html",
"new_path": "resources/webview/result.html",
"diff": "<div id=\"app\">\n<div class=\"hint\">\n<el-row style=\"margin-bottom: 10px;\">\n- <el-input type=\"textarea\" autosize v-model=\"result.sql\" style=\"width: 600px;\"></el-in... | TypeScript | MIT License | cweijan/vscode-database-client | implement delete in page |
141,908 | 09.04.2020 11:01:40 | -28,800 | 3f9cef17a40ef1c522cc3f0ad09a8b893ceacaf4 | add show table source | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"title\": \"Add Column\",\n\"category\": \"MySQL\"\n},\n+ {\n+ \"command\": \"mysql.table.source\",\n+ \"title\": \"Show table source\",\n+ \"category\": \"MySQL\"\n+ },\n{\n\"command\": \"mysql.column.updat... | TypeScript | MIT License | cweijan/vscode-database-client | add show table source |
141,908 | 09.04.2020 11:19:04 | -28,800 | 9fc4c029adb5547b461d62e755e270f307bd4b74 | template sql format | [
{
"change_type": "MODIFY",
"old_path": "src/model/table/tableNode.ts",
"new_path": "src/model/table/tableNode.ts",
"diff": "@@ -148,11 +148,11 @@ ADD\nthis\n.getChildren()\n.then((children: INode[]) => {\n- const childrenNames = children.map((child: any) => child.column.COLUMN_NAME);\n- let sql = `i... | TypeScript | MIT License | cweijan/vscode-database-client | template sql format |
141,908 | 09.04.2020 12:42:13 | -28,800 | 02679c4b31d3b257144aa625ca4d27fa1d053be8 | alias inference | [
{
"change_type": "MODIFY",
"old_path": "resources/webview/result.html",
"new_path": "resources/webview/result.html",
"diff": ":data=\"result.data.filter(data => !search || JSON.stringify(data).toLowerCase().includes(search.toLowerCase()))\"\nborder @cell-click=\"celledit\">\n<!-- tool bar -->\n- <el... | TypeScript | MIT License | cweijan/vscode-database-client | alias inference |
141,908 | 09.04.2020 14:01:11 | -28,800 | 3ca1c3c034c5b8073330852f3fcbeaee64613344 | preparing edit | [
{
"change_type": "MODIFY",
"old_path": "resources/webview/result.html",
"new_path": "resources/webview/result.html",
"diff": ":data=\"result.data.filter(data => !search || JSON.stringify(data).toLowerCase().includes(search.toLowerCase()))\"\nborder @cell-click=\"celledit\">\n<!-- tool bar -->\n- <el... | TypeScript | MIT License | cweijan/vscode-database-client | preparing edit |
141,908 | 09.04.2020 20:51:44 | -28,800 | 6aca5a84f9cb467be40999bb69914f57efc2b937 | support edit in result page | [
{
"change_type": "MODIFY",
"old_path": "resources/webview/result.html",
"new_path": "resources/webview/result.html",
"diff": "<div id=\"app\">\n<div class=\"hint\">\n<el-row style=\"margin-bottom: 10px;\">\n- <el-input type=\"textarea\" autosize v-model=\"activeSql\" style=\"width: 600px;\"></el-inp... | TypeScript | MIT License | cweijan/vscode-database-client | support edit in result page |
141,908 | 09.04.2020 22:30:07 | -28,800 | 6fac634c9cb7dc3042212b48c33233c75db48e2f | refactor query communication | [
{
"change_type": "MODIFY",
"old_path": "resources/webview/result.html",
"new_path": "resources/webview/result.html",
"diff": "<el-input v-model=\"table.search\" style=\"width:200px\" placeholder=\"Type to search\" />\n</el-cow>\n<el-cow>\n- <el-button type=\"primary\" @click='execute'>Execute</el-bu... | TypeScript | MIT License | cweijan/vscode-database-client | refactor query communication |
141,908 | 10.04.2020 00:09:58 | -28,800 | 5fc5021aab9d2809077410b4662eaf18cac4476d | support feedback | [
{
"change_type": "MODIFY",
"old_path": "src/view/result/query.ts",
"new_path": "src/view/result/query.ts",
"diff": "@@ -6,7 +6,7 @@ import { DatabaseCache } from \"../../database/DatabaseCache\";\nimport { QueryUnit } from \"../../database/QueryUnit\";\nimport { IConnection } from \"../../model/Conn... | TypeScript | MIT License | cweijan/vscode-database-client | support feedback |
141,908 | 10.04.2020 00:15:46 | -28,800 | 72184406be572274a813ecf488bdc7c8a3725a0a | feedback insert costime | [
{
"change_type": "MODIFY",
"old_path": "src/view/result/query.ts",
"new_path": "src/view/result/query.ts",
"diff": "@@ -28,10 +28,10 @@ export class QueryPage {\nawait this.loadTableInfo(queryParam)\nbreak;\ncase MessageType.DML:\n- queryParam.res.message=`EXECUTE SUCCESS:<br><br> ${query... | TypeScript | MIT License | cweijan/vscode-database-client | feedback insert costime |
141,908 | 10.04.2020 11:31:12 | -28,800 | 04a846e0a30c2a9f0678bef3fe265825219c12fb | enhance sql assistant | [
{
"change_type": "MODIFY",
"old_path": "resources/webview/result.html",
"new_path": "resources/webview/result.html",
"diff": "<el-button type=\"primary\" @click='execute(toolbar.sql);info.visible = false;'>Execute</el-button>\n</el-cow>\n<el-cow>\n- <span>costTime: </span><span v-text=\"toolbar.cost... | TypeScript | MIT License | cweijan/vscode-database-client | enhance sql assistant |
141,908 | 10.04.2020 15:55:35 | -28,800 | 783eb3eb04d98c806cf051c5abefcf04d6f90be8 | create responsibility chain for complection | [
{
"change_type": "MODIFY",
"old_path": ".gitignore",
"new_path": ".gitignore",
"diff": "out\nnode_modules\n+.idea/\n.vscode-test/\n*.vsix\npackage-lock.json\n"
},
{
"change_type": "MODIFY",
"old_path": "src/extension.ts",
"new_path": "src/extension.ts",
"diff": "@@ -5,7 +5,7 @@ i... | TypeScript | MIT License | cweijan/vscode-database-client | create responsibility chain for complection |
141,908 | 10.04.2020 19:13:34 | -28,800 | 08ca30a0458a3ff7ac326dedd247c095c4ad2569 | add table detecher chain | [
{
"change_type": "MODIFY",
"old_path": "resources/webview/result.html",
"new_path": "resources/webview/result.html",
"diff": "white-space: nowrap !important;\nuser-select: text !important;\n}\n+\n.info-panel {\ncolor: #444;\nfont-size: 16px;\n<el-row>\n<el-cow>\n<el-button type=\"info\" icon=\"el-ic... | TypeScript | MIT License | cweijan/vscode-database-client | add table detecher chain |
141,908 | 10.04.2020 21:57:20 | -28,800 | 27ad4324c3b6177201106ec85dd4a6425cb072c2 | implment complection fully | [
{
"change_type": "MODIFY",
"old_path": "src/database/QueryUnit.ts",
"new_path": "src/database/QueryUnit.ts",
"diff": "@@ -112,7 +112,7 @@ export class QueryUnit {\nfor (let sql of sqlList) {\nindex += (sql.length + 1)\nif (doc_cursor < index) {\n- return sql.trim() + \";\";\n+ return sql.trim();\n}\... | TypeScript | MIT License | cweijan/vscode-database-client | implment complection fully |
141,908 | 10.04.2020 22:39:25 | -28,800 | bfeef8b2579a3bc5c1102e8b0baebb3b05b9550f | support sort and change logo | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "# MySQL\n-[](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-mysql-manager) [![Installs]... | TypeScript | MIT License | cweijan/vscode-database-client | support sort and change logo |
141,908 | 11.04.2020 01:21:47 | -28,800 | 227704189e0e932825a83923a46a70ec3eff943b | support filter in page | [
{
"change_type": "MODIFY",
"old_path": "resources/webview/result.html",
"new_path": "resources/webview/result.html",
"diff": "<!-- tool bar -->\n<el-table-column fixed=\"left\" label=\"Operations\" width=\"100\" v-if=\"result.primaryKey\">\n<template slot-scope=\"scope\">\n- <el-button @click=\"open... | TypeScript | MIT License | cweijan/vscode-database-client | support filter in page |
141,908 | 11.04.2020 01:43:31 | -28,800 | f4d025491c55dcaee86f150ab0b13f7513c9cd6f | regex add edge check | [
{
"change_type": "MODIFY",
"old_path": "src/provider/Complection/chain/tableChain.ts",
"new_path": "src/provider/Complection/chain/tableChain.ts",
"diff": "@@ -48,7 +48,7 @@ export class TableChain implements ComplectionChain {\ntableNodes = DatabaseCache.getTableNodeList().filter((tableNode) => {\n... | TypeScript | MIT License | cweijan/vscode-database-client | regex add edge check |
141,908 | 11.04.2020 01:57:37 | -28,800 | b73030a3a3de7011f8c4ff2c2fe0f811e2548adf | load table info when execute sql | [
{
"change_type": "MODIFY",
"old_path": "src/view/result/query.ts",
"new_path": "src/view/result/query.ts",
"diff": "@@ -72,10 +72,12 @@ export class QueryPage {\n}\nprivate static async loadTableInfo(queryParam: QueryParam<DataResponse>) {\nlet conn = queryParam.connection\n- let tableName = this.ge... | TypeScript | MIT License | cweijan/vscode-database-client | load table info when execute sql |
141,908 | 11.04.2020 02:57:51 | -28,800 | 69fd52a2b6f3425605fd5043607c61e38304edba | load column info in page | [
{
"change_type": "MODIFY",
"old_path": "src/model/table/columnNode.ts",
"new_path": "src/model/table/columnNode.ts",
"diff": "@@ -33,13 +33,13 @@ export class ColumnNode implements INode, IConnection {\npublic getTreeItem(): ColumnTreeItem {\nreturn {\n- columnName: `${this.column.COLUMN_NAME}`,\n- ... | TypeScript | MIT License | cweijan/vscode-database-client | load column info in page |
141,908 | 11.04.2020 14:17:20 | -28,800 | 236399e2652501488fe7e39a6354d5e0971db1e4 | hight edit column | [
{
"change_type": "MODIFY",
"old_path": "resources/webview/result.html",
"new_path": "resources/webview/result.html",
"diff": "height: 100px;\nbackground-color: #ccc; */\n}\n+\n+ .el-table .edit-row{\n+ background: oldlace;\n+ }\n+\n</style>\n</head>\n<body>\n<div id=\"app\">\n<div class=\"hint\">\n+... | TypeScript | MIT License | cweijan/vscode-database-client | hight edit column |
141,908 | 11.04.2020 16:27:45 | -28,800 | 7104482e87da0499e840f681d2282402ae06d253 | update logo and name | [
{
"change_type": "MODIFY",
"old_path": "logo.png",
"new_path": "logo.png",
"diff": "Binary files a/logo.png and b/logo.png differ\n"
},
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "{\n- \"name\": \"vscode-mysql-manager\",\n+ \"name\"... | TypeScript | MIT License | cweijan/vscode-database-client | update logo and name |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.