Compare commits
133 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d512422cf | ||
|
|
8ce9a01372 | ||
|
|
acd56a85cb | ||
|
|
a45e218e3f | ||
|
|
a2bc495259 | ||
|
|
7f4b167dc2 | ||
|
|
5ded99e89f | ||
|
|
a991b02a20 | ||
|
|
9b6aa3d6c7 | ||
|
|
92022f9083 | ||
|
|
15636fed5f | ||
|
|
9ed53e0d25 | ||
|
|
35baaf2722 | ||
|
|
453098b410 | ||
|
|
a469de3674 | ||
|
|
24411ac18f | ||
|
|
a7ef152140 | ||
|
|
97c0c6191b | ||
|
|
9a91dd19bf | ||
|
|
472794e203 | ||
|
|
58d4a7bacd | ||
|
|
d0c624a3cc | ||
|
|
9e29a12ebb | ||
|
|
fdbac941d5 | ||
|
|
628e9cee62 | ||
|
|
803622f18f | ||
|
|
edd45b317a | ||
|
|
6ce5d2b201 | ||
|
|
5c9a5560b7 | ||
|
|
13a8b33815 | ||
|
|
5ba371e339 | ||
|
|
5db8376f95 | ||
|
|
be56079e4e | ||
|
|
a7c8c29624 | ||
|
|
9ce1c27cf5 | ||
|
|
b2d21cc859 | ||
|
|
1945467dc7 | ||
|
|
73c0936927 | ||
|
|
8867092601 | ||
|
|
c7039e144a | ||
|
|
b30eeb6788 | ||
|
|
c2864b4308 | ||
|
|
ba75685a23 | ||
|
|
9314e27d0e | ||
|
|
d4d68bb682 | ||
|
|
05b642bc86 | ||
|
|
62386d3fc0 | ||
|
|
2acfc75da2 | ||
|
|
98cc09741c | ||
|
|
abc852624a | ||
|
|
7791f477cb | ||
|
|
eb950c1b9c | ||
|
|
e60a28ca23 | ||
|
|
4b67fb268b | ||
|
|
8f445ba570 | ||
|
|
0bf5300c9d | ||
|
|
a8e12d64a0 | ||
|
|
aa63aa94ee | ||
|
|
8decda51a4 | ||
|
|
d52f822c15 | ||
|
|
507e978386 | ||
|
|
a457f967c0 | ||
|
|
854d2adfca | ||
|
|
6118a12672 | ||
|
|
7bd8388fd6 | ||
|
|
664c43bce1 | ||
|
|
95d6d6131e | ||
|
|
46757bd5ef | ||
|
|
43cfc8d815 | ||
|
|
6cb0d2d95d | ||
|
|
8e5e2787c7 | ||
|
|
4014aa5730 | ||
|
|
869da1da74 | ||
|
|
3b34f81d56 | ||
|
|
720f23745f | ||
|
|
797430e9f8 | ||
|
|
f6559c1015 | ||
|
|
2974bc6d34 | ||
|
|
f3beeb9f1c | ||
|
|
36f0809546 | ||
|
|
896b8af1a2 | ||
|
|
7e26446573 | ||
|
|
9a7dca3482 | ||
|
|
f6c7c9283e | ||
|
|
840f4fa450 | ||
|
|
d68616b543 | ||
|
|
9e41dab43e | ||
|
|
5006f6935a | ||
|
|
9d38f2a047 | ||
|
|
a787d9afb2 | ||
|
|
82592ed69d | ||
|
|
3bcf0b9ea6 | ||
|
|
cd866fcf50 | ||
|
|
8eb33633e2 | ||
|
|
5c17638a90 | ||
|
|
7550c1e8bd | ||
|
|
82b80e4760 | ||
|
|
6cf22cef09 | ||
|
|
a8f49d9187 | ||
|
|
d45212733d | ||
|
|
f640727d96 | ||
|
|
242b65c446 | ||
|
|
e041e58e7f | ||
|
|
083386383e | ||
|
|
3aa9c144e3 | ||
|
|
ba44a6dfc6 | ||
|
|
8652edc139 | ||
|
|
6886b7903f | ||
|
|
1be139d327 | ||
|
|
86825475f0 | ||
|
|
eb1f71608d | ||
|
|
58401edc35 | ||
|
|
6dede6ee4d | ||
|
|
42199f6ebc | ||
|
|
badcefc4f7 | ||
|
|
b55dec55ee | ||
|
|
8e73e526ec | ||
|
|
fd6d7b8b3a | ||
|
|
6612f4444b | ||
|
|
3168c77c17 | ||
|
|
33a9b261bf | ||
|
|
11721590c1 | ||
|
|
78e803b95d | ||
|
|
8d083a93c4 | ||
|
|
9035cae19f | ||
|
|
e98fa8793b | ||
|
|
ef461be3e5 | ||
|
|
4c2da33d01 | ||
|
|
c3ae115546 | ||
|
|
bbcb553fdc | ||
|
|
08e4f5333d | ||
|
|
dc3979584c | ||
|
|
34764a6e33 |
@@ -12,13 +12,14 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
|
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||||
|
'no-case-declarations': 'off'
|
||||||
},
|
},
|
||||||
overrides: [
|
overrides: [
|
||||||
{
|
{
|
||||||
files: [
|
files: [
|
||||||
'**/__tests__/*.{j,t}s?(x)',
|
'**/__tests__/*.{j,t}s?(x)',
|
||||||
'**/tests/unit/**/*.spec.{j,t}s?(x)'
|
'**/tests/**/*.spec.{j,t}s?(x)'
|
||||||
],
|
],
|
||||||
env: {
|
env: {
|
||||||
mocha: true
|
mocha: true
|
||||||
|
|||||||
31
.github/workflows/test.yml
vendored
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
name: Run tests
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
name: Run tests
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Use Node.js
|
||||||
|
uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: 10.x
|
||||||
|
- name: Install browsers
|
||||||
|
run: |
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y chromium-browser firefox
|
||||||
|
|
||||||
|
- name: Install the project
|
||||||
|
run: npm install
|
||||||
|
|
||||||
|
- name: Run lint
|
||||||
|
run: npm run lint
|
||||||
|
|
||||||
|
- name: Run karma tests
|
||||||
|
run: npm run test
|
||||||
35
README.md
@@ -4,22 +4,37 @@
|
|||||||
|
|
||||||
# sqliteviz
|
# sqliteviz
|
||||||
|
|
||||||
**Note: This is a work-in-progress project.**
|
Sqliteviz is a single-page PWA for fully client-side visualisation of SQLite databases or CSV files.
|
||||||
|
|
||||||
Sqliteviz is a single-page application for fully client-side visualisation of SQLite databases.
|
This application allows to:
|
||||||
|
- run SQL queries in SQLite database and create all kinds of charts based on result set
|
||||||
|
- import CSV file into SQLite database and visualize imported data
|
||||||
|
- save queries and chart settings
|
||||||
|
- import/export queries and chart settings to/from a JSON file
|
||||||
|
- manipulate saved queries (rename, duplicate, delete)
|
||||||
|
- set predefined queries available for all users of sqliteviz on your server (read more about predefind queries on [Wiki][10])
|
||||||
|
- export modified SQLite database
|
||||||
|
- use it offline
|
||||||
|
|
||||||
|
## Get started
|
||||||
|
The latest release of sqliteviz is running on [Github pages][6]. The simplest way to start is to use sqliteviz there.
|
||||||
|
|
||||||
|
## Wiki
|
||||||
|
For user documentation, check out sqliteviz [Wiki][7].
|
||||||
|
|
||||||
|
## Motivation
|
||||||
It's a kind of middleground between [Plotly Falcon][1] and [Redash][2].
|
It's a kind of middleground between [Plotly Falcon][1] and [Redash][2].
|
||||||
It is built on top of [react-chart-editor][3] and [sql.js][4] in [Vue.js][5].
|
|
||||||
|
|
||||||
## Features
|
## Components
|
||||||
|
It is built on top of [react-chart-editor][3], [sql.js][4] and [Vue-Codemirror][8] in [Vue.js][5]. CSV parsing is performed with [Papa Parse][9].
|
||||||
1. Ad-hoc and prepared visualisation of a SQLite database using flexibility
|
|
||||||
of SQL and richness of Plotly's `react-chart-editor`
|
|
||||||
2. Visualisation pallete, SQL and chart definitions, kept in local
|
|
||||||
storage with import/export
|
|
||||||
3. Integration-side provided pallete
|
|
||||||
|
|
||||||
[1]: https://github.com/plotly/falcon
|
[1]: https://github.com/plotly/falcon
|
||||||
[2]: https://github.com/getredash/redash
|
[2]: https://github.com/getredash/redash
|
||||||
[3]: https://github.com/plotly/react-chart-editor
|
[3]: https://github.com/plotly/react-chart-editor
|
||||||
[4]: https://github.com/sql-js/sql.js
|
[4]: https://github.com/sql-js/sql.js
|
||||||
[5]: https://github.com/vuejs/vue
|
[5]: https://github.com/vuejs/vue
|
||||||
|
[6]: https://lana-k.github.io/sqliteviz
|
||||||
|
[7]: https://github.com/lana-k/sqliteviz/wiki
|
||||||
|
[8]: https://github.com/surmon-china/vue-codemirror#readme
|
||||||
|
[9]: https://www.papaparse.com/
|
||||||
|
[10]: https://github.com/lana-k/sqliteviz/wiki/Predefined-queries
|
||||||
|
|||||||
119
karma.conf.js
@@ -1,31 +1,26 @@
|
|||||||
// Karma configuration
|
// Karma configuration
|
||||||
"use strict";
|
'use strict'
|
||||||
const path = require("path");
|
const path = require('path')
|
||||||
const VueLoaderPlugin = require("vue-loader/lib/plugin");
|
const VueLoaderPlugin = require('vue-loader/lib/plugin')
|
||||||
|
|
||||||
function resolve(dir) {
|
function resolve (dir) {
|
||||||
return path.join(__dirname, dir);
|
return path.join(__dirname, dir)
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = function(config) {
|
module.exports = function (config) {
|
||||||
config.set({
|
config.set({
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
basePath: "",
|
basePath: '',
|
||||||
|
|
||||||
// frameworks to use
|
// frameworks to use
|
||||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
||||||
frameworks: ["mocha", "sinon-chai"],
|
frameworks: ['mocha', 'sinon-chai'],
|
||||||
|
|
||||||
// list of files / patterns to load in the browser
|
// list of files / patterns to load in the browser
|
||||||
files: [
|
files: [
|
||||||
"tests/unit/*.spec.js",
|
'./karma.files.js',
|
||||||
{ pattern: 'node_modules/sql.js/dist/sql-wasm.wasm',
|
{
|
||||||
watched: false,
|
pattern: 'node_modules/sql.js/dist/sql-wasm.wasm',
|
||||||
included: false,
|
|
||||||
served: true,
|
|
||||||
nocache: false
|
|
||||||
},
|
|
||||||
{ pattern: 'node_modules/sql.js/dist/worker.sql-wasm.js',
|
|
||||||
watched: false,
|
watched: false,
|
||||||
included: false,
|
included: false,
|
||||||
served: true,
|
served: true,
|
||||||
@@ -39,29 +34,29 @@ module.exports = function(config) {
|
|||||||
// preprocess matching files before serving them to the browser
|
// preprocess matching files before serving them to the browser
|
||||||
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
|
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
|
||||||
preprocessors: {
|
preprocessors: {
|
||||||
"tests/unit/*.spec.js": ["webpack"]
|
'./karma.files.js': ['webpack']
|
||||||
},
|
},
|
||||||
|
|
||||||
// test results reporter to use
|
// test results reporter to use
|
||||||
// possible values: 'dots', 'progress'
|
// possible values: 'dots', 'progress'
|
||||||
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
|
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
|
||||||
reporters: ["spec", "coverage"],
|
reporters: ['spec', 'coverage'],
|
||||||
|
|
||||||
coverageReporter: {
|
coverageReporter: {
|
||||||
dir: "coverage",
|
dir: 'coverage',
|
||||||
reporters: [{ type: "lcov", subdir: "." }, { type: "text-summary" }]
|
reporters: [{ type: 'lcov', subdir: '.' }, { type: 'text-summary' }]
|
||||||
},
|
},
|
||||||
|
|
||||||
// !!DONOT delete this reporter, or vue-cli-addon-ui-karma doesnot work
|
// !!DONOT delete this reporter, or vue-cli-addon-ui-karma doesnot work
|
||||||
jsonResultReporter: {
|
jsonResultReporter: {
|
||||||
outputFile: "report/karma-result.json",
|
outputFile: 'report/karma-result.json',
|
||||||
isSynchronous: true
|
isSynchronous: true
|
||||||
},
|
},
|
||||||
|
|
||||||
junitReporter: {
|
junitReporter: {
|
||||||
outputDir: "report", // results will be saved as $outputDir/$browserName.xml
|
outputDir: 'report', // results will be saved as $outputDir/$browserName.xml
|
||||||
outputFile: undefined, // if included, results will be saved as $outputDir/$browserName/$outputFile
|
outputFile: undefined, // if included, results will be saved as $outputDir/$browserName/$outputFile
|
||||||
suite: "", // suite will become the package name attribute in xml testsuite element
|
suite: '', // suite will become the package name attribute in xml testsuite element
|
||||||
useBrowserName: true, // add browser name to report and classes names
|
useBrowserName: true, // add browser name to report and classes names
|
||||||
nameFormatter: undefined, // function (browser, result) to customize the name attribute in xml testcase element
|
nameFormatter: undefined, // function (browser, result) to customize the name attribute in xml testcase element
|
||||||
classNameFormatter: undefined, // function (browser, result) to customize the classname attribute in xml testcase element
|
classNameFormatter: undefined, // function (browser, result) to customize the classname attribute in xml testcase element
|
||||||
@@ -79,11 +74,19 @@ module.exports = function(config) {
|
|||||||
logLevel: config.LOG_INFO,
|
logLevel: config.LOG_INFO,
|
||||||
|
|
||||||
// enable / disable watching file and executing tests whenever any file changes
|
// enable / disable watching file and executing tests whenever any file changes
|
||||||
autoWatch: true,
|
autoWatch: false,
|
||||||
|
|
||||||
|
customLaunchers: {
|
||||||
|
FirefoxHeadlessTouch: {
|
||||||
|
base: 'FirefoxHeadless',
|
||||||
|
prefs: {
|
||||||
|
'dom.w3c_touch_events.enabled': 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
// start these browsers
|
// start these browsers
|
||||||
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
|
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
|
||||||
browsers: ["ChromiumHeadless"],
|
browsers: ['ChromiumHeadless', 'FirefoxHeadlessTouch'],
|
||||||
|
|
||||||
// Continuous Integration mode
|
// Continuous Integration mode
|
||||||
// if true, Karma captures browsers, runs the tests and exits
|
// if true, Karma captures browsers, runs the tests and exits
|
||||||
@@ -91,23 +94,26 @@ module.exports = function(config) {
|
|||||||
|
|
||||||
// Concurrency level
|
// Concurrency level
|
||||||
// how many browser should be started simultaneous
|
// how many browser should be started simultaneous
|
||||||
concurrency: Infinity,
|
concurrency: 2,
|
||||||
|
|
||||||
client: {
|
client: {
|
||||||
captureConsole: true
|
captureConsole: true,
|
||||||
|
mocha: {
|
||||||
|
timeout: 7000
|
||||||
|
}
|
||||||
},
|
},
|
||||||
browserConsoleLogOptions: {
|
browserConsoleLogOptions: {
|
||||||
terminal: true,
|
terminal: true,
|
||||||
level: ""
|
level: ''
|
||||||
},
|
},
|
||||||
webpack: {
|
webpack: {
|
||||||
mode: "development",
|
mode: 'development',
|
||||||
entry: "./src/main.js",
|
entry: './src/main.js',
|
||||||
resolve: {
|
resolve: {
|
||||||
extensions: [".js", ".vue", ".json"],
|
extensions: ['.js', '.vue', '.json'],
|
||||||
alias: {
|
alias: {
|
||||||
vue$: "vue/dist/vue.esm.js",
|
vue$: 'vue/dist/vue.esm.js',
|
||||||
"@": resolve("src")
|
'@': resolve('src')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
@@ -117,46 +123,57 @@ module.exports = function(config) {
|
|||||||
exclude: /(node_modules|bower_components)/,
|
exclude: /(node_modules|bower_components)/,
|
||||||
use: [
|
use: [
|
||||||
{
|
{
|
||||||
loader: "babel-loader"
|
loader: 'babel-loader'
|
||||||
},
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
test: /\.js$/,
|
||||||
|
include: /src/,
|
||||||
|
exclude: /(node_modules|bower_components|\.spec\.js$)/,
|
||||||
|
use: [
|
||||||
{
|
{
|
||||||
loader: "istanbul-instrumenter-loader",
|
loader: 'istanbul-instrumenter-loader',
|
||||||
options: {
|
options: {
|
||||||
esModules: true
|
esModules: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
test: /\.worker\.js$/,
|
||||||
|
loader: 'worker-loader'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
|
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
|
||||||
loader: "url-loader"
|
loader: 'url-loader'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.vue$/,
|
test: /\.vue$/,
|
||||||
loader: "vue-loader",
|
loader: 'vue-loader',
|
||||||
options: {
|
options: {
|
||||||
loaders: {
|
loaders: {
|
||||||
js: "babel-loader"
|
js: 'babel-loader'
|
||||||
},
|
},
|
||||||
postLoaders: {
|
postLoaders: {
|
||||||
js: "istanbul-instrumenter-loader?esModules=true"
|
js: 'istanbul-instrumenter-loader?esModules=true'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.css$/,
|
test: /\.css$/,
|
||||||
use: ["vue-style-loader", "css-loader"]
|
use: ['vue-style-loader', 'css-loader']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.scss$/,
|
test: /\.scss$/,
|
||||||
use: ["vue-style-loader", "css-loader", "sass-loader"]
|
use: ['vue-style-loader', 'css-loader', 'sass-loader']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
|
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
|
||||||
loader: "url-loader",
|
loader: 'url-loader',
|
||||||
options: {
|
options: {
|
||||||
limit: 10000,
|
limit: 10000,
|
||||||
name: resolve("fonts/[name].[hash:7].[ext]")
|
name: resolve('fonts/[name].[hash:7].[ext]')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -166,8 +183,16 @@ module.exports = function(config) {
|
|||||||
fs: 'empty'
|
fs: 'empty'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
webpackMiddleware: {
|
||||||
|
watchOptions: {
|
||||||
|
ignored: /node_modules/
|
||||||
|
}
|
||||||
|
},
|
||||||
proxies: {
|
proxies: {
|
||||||
"/js/": "/base/node_modules/sql.js/dist/"
|
'/_karma_webpack_/sql-wasm.wasm': '/base/node_modules/sql.js/dist/sql-wasm.wasm',
|
||||||
|
'/base/sql-wasm.wasm': '/base/node_modules/sql.js/dist/sql-wasm.wasm'
|
||||||
}
|
}
|
||||||
});
|
})
|
||||||
};
|
// Fix the timezone
|
||||||
|
process.env.TZ = 'Europe/Amsterdam'
|
||||||
|
}
|
||||||
|
|||||||
21
karma.files.js
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
import Vue from 'vue'
|
||||||
|
import { VuePlugin } from 'vuera'
|
||||||
|
import VModal from 'vue-js-modal'
|
||||||
|
|
||||||
|
Vue.use(VuePlugin)
|
||||||
|
Vue.use(VModal)
|
||||||
|
Vue.config.productionTip = false
|
||||||
|
|
||||||
|
// require all test files (files that ends with .spec.js)
|
||||||
|
const testsContext = require.context('./tests', true, /\.spec.js$/)
|
||||||
|
|
||||||
|
// Read more about why we need to call testContext:
|
||||||
|
// https://www.npmjs.com/package/require-context#context-api
|
||||||
|
testsContext.keys().forEach(testsContext)
|
||||||
|
|
||||||
|
// require all src files except main.js and router/index.js for coverage.
|
||||||
|
// you can also change this to match only the subset of files that
|
||||||
|
// you want coverage for.
|
||||||
|
// We don't include router/index.js to avoid installing VueRouter globally in tests
|
||||||
|
const srcContext = require.context('./src', true, /^\.\/(?!(main|(router(\/)?(index)?))(\.js)?$)/)
|
||||||
|
srcContext.keys().forEach(srcContext)
|
||||||
4229
package-lock.json
generated
14
package.json
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "sqliteviz",
|
"name": "sqliteviz",
|
||||||
"version": "0.8.0",
|
"version": "1.0.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
"build": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build",
|
"build": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build",
|
||||||
"test:unit": "vue-cli-service test:unit",
|
"test": "vue-cli-service karma",
|
||||||
"lint": "vue-cli-service lint"
|
"lint": "vue-cli-service lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -14,7 +14,9 @@
|
|||||||
"core-js": "^3.6.5",
|
"core-js": "^3.6.5",
|
||||||
"debounce": "^1.2.0",
|
"debounce": "^1.2.0",
|
||||||
"nanoid": "^3.1.12",
|
"nanoid": "^3.1.12",
|
||||||
|
"papaparse": "^5.3.0",
|
||||||
"plotly.js": "^1.57.1",
|
"plotly.js": "^1.57.1",
|
||||||
|
"promise-worker": "^2.0.1",
|
||||||
"react": "^16.13.1",
|
"react": "^16.13.1",
|
||||||
"react-chart-editor": "^0.42.0",
|
"react-chart-editor": "^0.42.0",
|
||||||
"react-dom": "^16.13.1",
|
"react-dom": "^16.13.1",
|
||||||
@@ -35,9 +37,10 @@
|
|||||||
"@vue/cli-plugin-vuex": "^4.4.0",
|
"@vue/cli-plugin-vuex": "^4.4.0",
|
||||||
"@vue/cli-service": "^4.4.0",
|
"@vue/cli-service": "^4.4.0",
|
||||||
"@vue/eslint-config-standard": "^5.1.2",
|
"@vue/eslint-config-standard": "^5.1.2",
|
||||||
"@vue/test-utils": "^1.0.3",
|
"@vue/test-utils": "^1.1.2",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
"chai": "^4.1.2",
|
"chai": "^4.1.2",
|
||||||
|
"chai-as-promised": "^7.1.1",
|
||||||
"eslint": "^6.7.2",
|
"eslint": "^6.7.2",
|
||||||
"eslint-plugin-import": "^2.20.2",
|
"eslint-plugin-import": "^2.20.2",
|
||||||
"eslint-plugin-node": "^11.1.0",
|
"eslint-plugin-node": "^11.1.0",
|
||||||
@@ -45,8 +48,11 @@
|
|||||||
"eslint-plugin-standard": "^4.0.0",
|
"eslint-plugin-standard": "^4.0.0",
|
||||||
"eslint-plugin-vue": "^6.2.2",
|
"eslint-plugin-vue": "^6.2.2",
|
||||||
"karma": "^3.1.4",
|
"karma": "^3.1.4",
|
||||||
|
"karma-firefox-launcher": "^2.1.0",
|
||||||
"karma-webpack": "^4.0.2",
|
"karma-webpack": "^4.0.2",
|
||||||
"vue-cli-plugin-ui-karma": "^0.2.5",
|
"vue-cli-plugin-ui-karma": "^0.2.5",
|
||||||
"vue-template-compiler": "^2.6.11"
|
"vue-template-compiler": "^2.6.11",
|
||||||
|
"workbox-webpack-plugin": "^6.1.5",
|
||||||
|
"worker-loader": "^3.0.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
public/Logo192x192.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
public/Logo512x512.png
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
@@ -5,13 +5,94 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
<link rel="icon" href="<%= BASE_URL %>favicon.png">
|
<link rel="icon" href="<%= BASE_URL %>favicon.png">
|
||||||
|
<link rel="manifest" href="<%= BASE_URL %>manifest.webmanifest">
|
||||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||||
|
<style>
|
||||||
|
#loading-wrapper {
|
||||||
|
position: fixed;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#loading-text {
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
color: #506784;
|
||||||
|
font-family: sans-serif;
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.svg-container {
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
top: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.loader-svg {
|
||||||
|
position: absolute;
|
||||||
|
left: 0; right: 0; top: 0; bottom: 0;
|
||||||
|
fill: none;
|
||||||
|
stroke-width: 5px;
|
||||||
|
stroke-linecap: round;
|
||||||
|
stroke: #119DFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.loader-svg.bg {
|
||||||
|
stroke: #C8D4E3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.loader-svg.front {
|
||||||
|
stroke-dasharray: 402px;
|
||||||
|
animation: loading 2s linear 0s infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes loading {
|
||||||
|
0% {
|
||||||
|
stroke-dasharray: 100px 402px;
|
||||||
|
stroke-dashoffset: 0;
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
stroke-dasharray: 251px;
|
||||||
|
stroke-dashoffset: -251px;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
stroke-dasharray: 100px 402px;
|
||||||
|
stroke-dashoffset: -502px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||||
</noscript>
|
</noscript>
|
||||||
<div id="app"></div>
|
<div id="app">
|
||||||
|
<div id="loading-wrapper">
|
||||||
|
<div id="loading-text">LOADING</div>
|
||||||
|
<svg class="svg-container" height="170" width="170" viewBox="0 0 170 170">
|
||||||
|
<circle
|
||||||
|
class="loader-svg bg"
|
||||||
|
cx="85"
|
||||||
|
cy="85"
|
||||||
|
r="80"
|
||||||
|
/>
|
||||||
|
<circle
|
||||||
|
class="loader-svg front"
|
||||||
|
cx="85"
|
||||||
|
cy="85"
|
||||||
|
r="80"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<!-- built files will be auto injected -->
|
<!-- built files will be auto injected -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
20
public/manifest.webmanifest
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"background_color": "white",
|
||||||
|
"description": "Sqliteviz is a single-page application for fully client-side visualisation of SQLite databases or CSV.",
|
||||||
|
"display": "fullscreen",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "Logo192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "Logo512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"name": "sqliteviz",
|
||||||
|
"short_name": "sqliteviz",
|
||||||
|
"start_url": "index.html"
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
[]
|
||||||
44
registerServiceWorker.js
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
let refresh = false
|
||||||
|
|
||||||
|
function invokeServiceWorkerUpdateFlow (registration) {
|
||||||
|
const agree = confirm('New version of the app is available. Refresh now?')
|
||||||
|
if (agree) {
|
||||||
|
if (registration.waiting) {
|
||||||
|
// let waiting Service Worker know it should became active
|
||||||
|
refresh = true
|
||||||
|
registration.waiting.postMessage({ type: 'SKIP_WAITING' })
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if ('serviceWorker' in navigator) {
|
||||||
|
window.addEventListener('load', async () => {
|
||||||
|
const registration = await navigator.serviceWorker.register('/service-worker.js')
|
||||||
|
// ensure the case when the updatefound event was missed is also handled
|
||||||
|
// by re-invoking the prompt when there's a waiting Service Worker
|
||||||
|
if (registration.waiting) {
|
||||||
|
invokeServiceWorkerUpdateFlow(registration)
|
||||||
|
}
|
||||||
|
|
||||||
|
// detect Service Worker update available and wait for it to become installed
|
||||||
|
registration.addEventListener('updatefound', () => {
|
||||||
|
const newRegestration = registration.installing
|
||||||
|
if (newRegestration) {
|
||||||
|
// wait until the new Service worker is actually installed (ready to take over)
|
||||||
|
newRegestration.addEventListener('statechange', () => {
|
||||||
|
if (registration.waiting && navigator.serviceWorker.controller) {
|
||||||
|
invokeServiceWorkerUpdateFlow(registration)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
// detect controller change and refresh the page
|
||||||
|
navigator.serviceWorker.addEventListener('controllerchange', () => {
|
||||||
|
if (refresh) {
|
||||||
|
window.location.reload()
|
||||||
|
refresh = false
|
||||||
|
}
|
||||||
|
})
|
||||||
|
})
|
||||||
|
}
|
||||||
130
src/ascii.js
Normal file
@@ -0,0 +1,130 @@
|
|||||||
|
export default {
|
||||||
|
0: { name: 'null character' },
|
||||||
|
1: { name: 'start of header' },
|
||||||
|
2: { name: 'start of text' },
|
||||||
|
3: { name: 'end of text' },
|
||||||
|
4: { name: 'end of transmission' },
|
||||||
|
5: { name: 'enquiry' },
|
||||||
|
6: { name: 'acknowledge' },
|
||||||
|
7: { name: 'bell (ring)' },
|
||||||
|
8: { name: 'backspace' },
|
||||||
|
9: { name: 'horizontal tab' },
|
||||||
|
10: { name: 'line feed' },
|
||||||
|
11: { name: 'vertical tab' },
|
||||||
|
12: { name: 'form feed' },
|
||||||
|
13: { name: 'carriage return' },
|
||||||
|
14: { name: 'shift out' },
|
||||||
|
15: { name: 'shift in' },
|
||||||
|
16: { name: 'data link escape' },
|
||||||
|
17: { name: 'device control 1' },
|
||||||
|
18: { name: 'device control 2' },
|
||||||
|
19: { name: 'device control 3' },
|
||||||
|
20: { name: 'device control 4' },
|
||||||
|
21: { name: 'negative acknowledge' },
|
||||||
|
22: { name: 'synchronize' },
|
||||||
|
23: { name: 'end transmission block' },
|
||||||
|
24: { name: 'cancel' },
|
||||||
|
25: { name: 'end of medium' },
|
||||||
|
26: { name: 'substitute' },
|
||||||
|
27: { name: 'escape' },
|
||||||
|
28: { name: 'file separator' },
|
||||||
|
29: { name: 'group separator' },
|
||||||
|
30: { name: 'record separator' },
|
||||||
|
31: { name: 'unit separator' },
|
||||||
|
32: { name: 'space' },
|
||||||
|
33: { name: 'exclamation mark' },
|
||||||
|
34: { name: 'quotation mark' },
|
||||||
|
35: { name: 'number sign' },
|
||||||
|
36: { name: 'dollar sign' },
|
||||||
|
37: { name: 'percent sign' },
|
||||||
|
38: { name: 'ampersand' },
|
||||||
|
39: { name: 'apostrophe' },
|
||||||
|
40: { name: 'left parenthesis' },
|
||||||
|
41: { name: 'right parenthesis' },
|
||||||
|
42: { name: 'asterisk' },
|
||||||
|
43: { name: 'plus sign' },
|
||||||
|
44: { name: 'comma' },
|
||||||
|
45: { name: 'hyphen' },
|
||||||
|
46: { name: 'period' },
|
||||||
|
47: { name: 'slash' },
|
||||||
|
48: { name: 'digit 0' },
|
||||||
|
49: { name: 'digit 1' },
|
||||||
|
50: { name: 'digit 2' },
|
||||||
|
51: { name: 'digit 3' },
|
||||||
|
52: { name: 'digit 4' },
|
||||||
|
53: { name: 'digit 5' },
|
||||||
|
54: { name: 'digit 6' },
|
||||||
|
55: { name: 'digit 7' },
|
||||||
|
56: { name: 'digit 8' },
|
||||||
|
57: { name: 'digit 9' },
|
||||||
|
58: { name: 'colon' },
|
||||||
|
59: { name: 'semicolon' },
|
||||||
|
60: { name: 'less-than' },
|
||||||
|
61: { name: 'equals-to' },
|
||||||
|
62: { name: 'greater-than' },
|
||||||
|
63: { name: 'question mark' },
|
||||||
|
64: { name: 'at sign' },
|
||||||
|
65: { name: 'uppercase A' },
|
||||||
|
66: { name: 'uppercase B' },
|
||||||
|
67: { name: 'uppercase C' },
|
||||||
|
68: { name: 'uppercase D' },
|
||||||
|
69: { name: 'uppercase E' },
|
||||||
|
70: { name: 'uppercase F' },
|
||||||
|
71: { name: 'uppercase G' },
|
||||||
|
72: { name: 'uppercase H' },
|
||||||
|
73: { name: 'uppercase I' },
|
||||||
|
74: { name: 'uppercase J' },
|
||||||
|
75: { name: 'uppercase K' },
|
||||||
|
76: { name: 'uppercase L' },
|
||||||
|
77: { name: 'uppercase M' },
|
||||||
|
78: { name: 'uppercase N' },
|
||||||
|
79: { name: 'uppercase O' },
|
||||||
|
80: { name: 'uppercase P' },
|
||||||
|
81: { name: 'uppercase Q' },
|
||||||
|
82: { name: 'uppercase R' },
|
||||||
|
83: { name: 'uppercase S' },
|
||||||
|
84: { name: 'uppercase T' },
|
||||||
|
85: { name: 'uppercase U' },
|
||||||
|
86: { name: 'uppercase V' },
|
||||||
|
87: { name: 'uppercase W' },
|
||||||
|
88: { name: 'uppercase X' },
|
||||||
|
89: { name: 'uppercase Y' },
|
||||||
|
90: { name: 'uppercase Z' },
|
||||||
|
91: { name: 'left square bracket' },
|
||||||
|
92: { name: 'backslash' },
|
||||||
|
93: { name: 'right square bracket' },
|
||||||
|
94: { name: 'caret' },
|
||||||
|
95: { name: 'underscore' },
|
||||||
|
96: { name: 'grave accent' },
|
||||||
|
97: { name: 'lowercase a' },
|
||||||
|
98: { name: 'lowercase b' },
|
||||||
|
99: { name: 'lowercase c' },
|
||||||
|
100: { name: 'lowercase d' },
|
||||||
|
101: { name: 'lowercase e' },
|
||||||
|
102: { name: 'lowercase f' },
|
||||||
|
103: { name: 'lowercase g' },
|
||||||
|
104: { name: 'lowercase h' },
|
||||||
|
105: { name: 'lowercase i' },
|
||||||
|
106: { name: 'lowercase j' },
|
||||||
|
107: { name: 'lowercase k' },
|
||||||
|
108: { name: 'lowercase l' },
|
||||||
|
109: { name: 'lowercase m' },
|
||||||
|
110: { name: 'lowercase n' },
|
||||||
|
111: { name: 'lowercase o' },
|
||||||
|
112: { name: 'lowercase p' },
|
||||||
|
113: { name: 'lowercase q' },
|
||||||
|
114: { name: 'lowercase r' },
|
||||||
|
115: { name: 'lowercase s' },
|
||||||
|
116: { name: 'lowercase t' },
|
||||||
|
117: { name: 'lowercase u' },
|
||||||
|
118: { name: 'lowercase v' },
|
||||||
|
119: { name: 'lowercase w' },
|
||||||
|
120: { name: 'lowercase x' },
|
||||||
|
121: { name: 'lowercase y' },
|
||||||
|
122: { name: 'lowercase z' },
|
||||||
|
123: { name: 'left curly brace' },
|
||||||
|
124: { name: 'vertical bar' },
|
||||||
|
125: { name: 'right curly brace' },
|
||||||
|
126: { name: 'tilde' },
|
||||||
|
127: { name: 'delete (rubout)' }
|
||||||
|
}
|
||||||
BIN
src/assets/images/Screenshot_csv.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
src/assets/images/Screenshot_editor.png
Normal file
|
After Width: | Height: | Size: 83 KiB |
BIN
src/assets/images/Screenshot_editor_with_db.png
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
src/assets/images/Screenshot_group.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
src/assets/images/Screenshot_my_queries.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
src/assets/images/Screenshot_query_tools.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
src/assets/images/Screenshot_result.png
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
src/assets/images/Screenshot_welcome.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
17
src/assets/images/checkbox_checked_disabled.svg
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect x="0.5" y="0.5" width="17" height="17" rx="2.5" fill="#DFE8F3" stroke="#C8D4E3"/>
|
||||||
|
<g filter="url(#filter0_d)">
|
||||||
|
<path d="M15.75 5.25L6.75 14.25L2.625 10.125L3.6825 9.0675L6.75 12.1275L14.6925 4.1925L15.75 5.25Z" fill="#A2B1C6"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<filter id="filter0_d" x="0.625" y="3.1925" width="17.125" height="14.0575" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||||
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||||
|
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
|
||||||
|
<feOffset dy="1"/>
|
||||||
|
<feGaussianBlur stdDeviation="1"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0.164706 0 0 0 0 0.247059 0 0 0 0 0.372549 0 0 0 0.2 0"/>
|
||||||
|
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 983 B |
5
src/assets/images/error.svg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M9.99984 16.6667C6.32484 16.6667 3.33317 13.675 3.33317 10C3.33317 6.32502 6.32484 3.33335 9.99984 3.33335C13.6748 3.33335 16.6665 6.32502 16.6665 10C16.6665 13.675 13.6748 16.6667 9.99984 16.6667ZM9.99984 1.66669C8.90549 1.66669 7.82186 1.88224 6.81081 2.30102C5.79976 2.71981 4.8811 3.33364 4.10728 4.10746C2.54448 5.67027 1.6665 7.78988 1.6665 10C1.6665 12.2102 2.54448 14.3298 4.10728 15.8926C4.8811 16.6664 5.79976 17.2802 6.81081 17.699C7.82186 18.1178 8.90549 18.3334 9.99984 18.3334C12.21 18.3334 14.3296 17.4554 15.8924 15.8926C17.4552 14.3298 18.3332 12.2102 18.3332 10C18.3332 8.90567 18.1176 7.82204 17.6988 6.81099C17.28 5.79995 16.6662 4.88129 15.8924 4.10746C15.1186 3.33364 14.1999 2.71981 13.1889 2.30102C12.1778 1.88224 11.0942 1.66669 9.99984 1.66669Z" fill="#EF553B"/>
|
||||||
|
<rect x="6.36768" y="7.54855" width="1.67" height="8.60363" transform="rotate(-45 6.36768 7.54855)" fill="#EF553B"/>
|
||||||
|
<rect x="12.4517" y="6.36771" width="1.67" height="8.60363" transform="rotate(45 12.4517 6.36771)" fill="#EF553B"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
5
src/assets/images/success.svg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M10.4998 16.6667C6.82484 16.6667 3.83317 13.675 3.83317 10C3.83317 6.32502 6.82484 3.33335 10.4998 3.33335C14.1748 3.33335 17.1665 6.32502 17.1665 10C17.1665 13.675 14.1748 16.6667 10.4998 16.6667ZM10.4998 1.66669C9.40549 1.66669 8.32186 1.88224 7.31081 2.30102C6.29976 2.71981 5.3811 3.33364 4.60728 4.10746C3.04448 5.67027 2.1665 7.78988 2.1665 10C2.1665 12.2102 3.04448 14.3298 4.60728 15.8926C5.3811 16.6664 6.29976 17.2802 7.31081 17.699C8.32186 18.1178 9.40549 18.3334 10.4998 18.3334C12.71 18.3334 14.8296 17.4554 16.3924 15.8926C17.9552 14.3298 18.8332 12.2102 18.8332 10C18.8332 8.90567 18.6176 7.82204 18.1988 6.81099C17.78 5.79995 17.1662 4.88129 16.3924 4.10746C15.6186 3.33364 14.6999 2.71981 13.6889 2.30102C12.6778 1.88224 11.5942 1.66669 10.4998 1.66669Z" fill="#00CC96"/>
|
||||||
|
<rect x="6.09717" y="10.2771" width="1.67" height="4.345" transform="rotate(-45 6.09717 10.2771)" fill="#00CC96"/>
|
||||||
|
<rect x="13.752" y="6.97589" width="1.67" height="7.74359" transform="rotate(45 13.752 6.97589)" fill="#00CC96"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -27,14 +27,6 @@ button.primary:hover {
|
|||||||
text-shadow: var(--shadow);
|
text-shadow: var(--shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
button.primary:disabled {
|
|
||||||
background: var(--color-bg-light-2);
|
|
||||||
border: 1px solid var(--color-border);
|
|
||||||
color: var(--color-text-light-2);
|
|
||||||
text-shadow: none;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.secondary {
|
button.secondary {
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid var(--color-border);
|
border: 1px solid var(--color-border);
|
||||||
@@ -59,5 +51,13 @@ button.toolbar:hover {
|
|||||||
color: var(--color-accent);
|
color: var(--color-accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.primary:disabled,
|
||||||
|
button.secondary:disabled {
|
||||||
|
background: var(--color-bg-light-2);
|
||||||
|
border: 1px solid var(--color-border);
|
||||||
|
color: var(--color-text-light-2);
|
||||||
|
text-shadow: none;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,11 @@
|
|||||||
.icon-tooltip {
|
.icon-tooltip {
|
||||||
visibility: hidden;
|
|
||||||
background-color: rgba(80, 103, 132, 0.85);
|
background-color: rgba(80, 103, 132, 0.85);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
line-height: 19px;;
|
line-height: 19px;;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 5;
|
|
||||||
height: 19px;
|
height: 19px;
|
||||||
border-radius: var(--border-radius-medium);
|
border-radius: var(--border-radius-medium);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
--color-bg-light-3: var(--color-gray-light-5);
|
--color-bg-light-3: var(--color-gray-light-5);
|
||||||
--color-bg-dark: var(--color-gray-dark);
|
--color-bg-dark: var(--color-gray-dark);
|
||||||
--color-bg-warning: var(--color-yellow);
|
--color-bg-warning: var(--color-yellow);
|
||||||
|
--color-danger: var(--color-red);
|
||||||
--color-accent: var(--color-blue-medium);
|
--color-accent: var(--color-blue-medium);
|
||||||
--color-accent-shade: var(--color-blue-dark);
|
--color-accent-shade: var(--color-blue-dark);
|
||||||
--color-border-light: var(--color-gray-light-2);
|
--color-border-light: var(--color-gray-light-2);
|
||||||
|
|||||||
40
src/chart.js
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
import dereference from 'react-chart-editor/lib/lib/dereference'
|
||||||
|
|
||||||
|
export function getDataSourcesFromSqlResult (sqlResult) {
|
||||||
|
if (!sqlResult) {
|
||||||
|
return {}
|
||||||
|
}
|
||||||
|
const dataSorces = {}
|
||||||
|
const matrix = sqlResult.values
|
||||||
|
const [row] = matrix
|
||||||
|
const transposedMatrix = row.map((value, column) => matrix.map(row => row[column]))
|
||||||
|
sqlResult.columns.forEach((column, index) => {
|
||||||
|
dataSorces[column] = transposedMatrix[index]
|
||||||
|
})
|
||||||
|
return dataSorces
|
||||||
|
}
|
||||||
|
|
||||||
|
export function getOptionsFromDataSources (dataSources) {
|
||||||
|
return Object.keys(dataSources).map(name => ({
|
||||||
|
value: name,
|
||||||
|
label: name
|
||||||
|
}))
|
||||||
|
}
|
||||||
|
|
||||||
|
export function getChartStateForSave (state, dataSources) {
|
||||||
|
// we don't need to save the data, only settings
|
||||||
|
// so we modify state.data using dereference
|
||||||
|
const stateCopy = JSON.parse(JSON.stringify(state))
|
||||||
|
const emptySources = {}
|
||||||
|
for (const key in dataSources) {
|
||||||
|
emptySources[key] = []
|
||||||
|
}
|
||||||
|
dereference(stateCopy.data, emptySources)
|
||||||
|
return stateCopy
|
||||||
|
}
|
||||||
|
|
||||||
|
export default {
|
||||||
|
getDataSourcesFromSqlResult,
|
||||||
|
getOptionsFromDataSources,
|
||||||
|
getChartStateForSave
|
||||||
|
}
|
||||||
@@ -12,10 +12,12 @@
|
|||||||
:dataSourceOptions="dataSourceOptions"
|
:dataSourceOptions="dataSourceOptions"
|
||||||
:plotly="plotly"
|
:plotly="plotly"
|
||||||
@onUpdate="update"
|
@onUpdate="update"
|
||||||
|
@onRender="go"
|
||||||
:useResizeHandler="true"
|
:useResizeHandler="true"
|
||||||
:debug="true"
|
:debug="true"
|
||||||
:advancedTraceTypeSelector="true"
|
:advancedTraceTypeSelector="true"
|
||||||
class="chart"
|
class="chart"
|
||||||
|
ref="plotlyEditor"
|
||||||
:style="{ height: !sqlResult ? 'calc(100% - 40px)' : '100%' }"
|
:style="{ height: !sqlResult ? 'calc(100% - 40px)' : '100%' }"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -26,6 +28,7 @@ import plotly from 'plotly.js/dist/plotly'
|
|||||||
import 'react-chart-editor/lib/react-chart-editor.min.css'
|
import 'react-chart-editor/lib/react-chart-editor.min.css'
|
||||||
|
|
||||||
import PlotlyEditor from 'react-chart-editor'
|
import PlotlyEditor from 'react-chart-editor'
|
||||||
|
import chart from '@/chart'
|
||||||
import dereference from 'react-chart-editor/lib/lib/dereference'
|
import dereference from 'react-chart-editor/lib/lib/dereference'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@@ -46,23 +49,10 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
dataSources () {
|
dataSources () {
|
||||||
if (!this.sqlResult) {
|
return chart.getDataSourcesFromSqlResult(this.sqlResult)
|
||||||
return {}
|
|
||||||
}
|
|
||||||
const dataSorces = {}
|
|
||||||
const matrix = this.sqlResult.values
|
|
||||||
const [row] = matrix
|
|
||||||
const transposedMatrix = row.map((value, column) => matrix.map(row => row[column]))
|
|
||||||
this.sqlResult.columns.forEach((column, index) => {
|
|
||||||
dataSorces[column] = transposedMatrix[index]
|
|
||||||
})
|
|
||||||
return dataSorces
|
|
||||||
},
|
},
|
||||||
dataSourceOptions () {
|
dataSourceOptions () {
|
||||||
return Object.keys(this.dataSources).map(name => ({
|
return chart.getOptionsFromDataSources(this.dataSources)
|
||||||
value: name,
|
|
||||||
label: name
|
|
||||||
}))
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
@@ -73,20 +63,15 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
go (data, layout, frames) {
|
||||||
|
// TODO: check changes and enable Save button if needed
|
||||||
|
},
|
||||||
update (data, layout, frames) {
|
update (data, layout, frames) {
|
||||||
this.state = { data, layout, frames }
|
this.state = { data, layout, frames }
|
||||||
this.$emit('update')
|
this.$emit('update')
|
||||||
},
|
},
|
||||||
getChartSatateForSave () {
|
getChartStateForSave () {
|
||||||
// we don't need to save the data, only settings
|
return chart.getChartStateForSave(this.state, this.dataSources)
|
||||||
// so we modify state.data using dereference
|
|
||||||
const stateCopy = JSON.parse(JSON.stringify(this.state))
|
|
||||||
const emptySources = {}
|
|
||||||
for (const key in this.dataSources) {
|
|
||||||
emptySources[key] = []
|
|
||||||
}
|
|
||||||
dereference(stateCopy.data, emptySources)
|
|
||||||
return stateCopy
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,20 +1,26 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="checkbox-container" @click.stop="onClick">
|
<div
|
||||||
|
:class="['checkbox-container', { 'checked': checked }, {'disabled': disabled}]"
|
||||||
|
@click.stop="onClick"
|
||||||
|
>
|
||||||
<div v-show="!checked" class="unchecked" />
|
<div v-show="!checked" class="unchecked" />
|
||||||
<img
|
<img
|
||||||
v-show="checked && theme === 'accent'"
|
v-show="checked && !disabled"
|
||||||
:src="require('@/assets/images/checkbox_checked.svg')"
|
:src="theme === 'light'
|
||||||
|
? require('@/assets/images/checkbox_checked_light.svg')
|
||||||
|
: require('@/assets/images/checkbox_checked.svg')"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
v-show="checked && theme === 'light'"
|
v-show="checked && disabled"
|
||||||
:src="require('@/assets/images/checkbox_checked_light.svg')"
|
:src="require('@/assets/images/checkbox_checked_disabled.svg')"
|
||||||
/>
|
/>
|
||||||
|
<span v-if="label" class="label">{{ label }}</span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: 'checkBox',
|
name: 'CheckBox',
|
||||||
props: {
|
props: {
|
||||||
theme: {
|
theme: {
|
||||||
type: String,
|
type: String,
|
||||||
@@ -28,6 +34,16 @@ export default {
|
|||||||
type: Boolean,
|
type: Boolean,
|
||||||
required: false,
|
required: false,
|
||||||
default: false
|
default: false
|
||||||
|
},
|
||||||
|
label: {
|
||||||
|
type: String,
|
||||||
|
required: false,
|
||||||
|
default: ''
|
||||||
|
},
|
||||||
|
disabled: {
|
||||||
|
type: Boolean,
|
||||||
|
required: false,
|
||||||
|
default: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data () {
|
data () {
|
||||||
@@ -37,8 +53,10 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
onClick () {
|
onClick () {
|
||||||
this.checked = !this.checked
|
if (!this.disabled) {
|
||||||
this.$emit('click', this.checked)
|
this.checked = !this.checked
|
||||||
|
this.$emit('click', this.checked)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -46,7 +64,7 @@ export default {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.checkbox-container {
|
.checkbox-container {
|
||||||
display: inline-block;
|
display: inline-flex;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.unchecked {
|
.unchecked {
|
||||||
@@ -64,4 +82,24 @@ export default {
|
|||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
.label {
|
||||||
|
margin-left: 6px;
|
||||||
|
color: var(--color-text-base);
|
||||||
|
}
|
||||||
|
.checked .label {
|
||||||
|
color: var(--color-text-active);
|
||||||
|
}
|
||||||
|
|
||||||
|
.disabled.checkbox-container {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
.disabled .label {
|
||||||
|
color: var(--color-text-light-2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.disabled .unchecked,
|
||||||
|
.disabled .unchecked:hover {
|
||||||
|
background-color: var(--color-bg-light-2);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,200 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="db-upload-container">
|
|
||||||
<label for="assetsFieldHandle">
|
|
||||||
<div
|
|
||||||
class="drop-area"
|
|
||||||
@dragover.prevent="state = 'dragover'"
|
|
||||||
@dragleave.prevent="state=''"
|
|
||||||
@drop.prevent="drop"
|
|
||||||
>
|
|
||||||
<input
|
|
||||||
type="file"
|
|
||||||
id="assetsFieldHandle"
|
|
||||||
@change="loadDb"
|
|
||||||
ref="file"
|
|
||||||
accept=".db,.sqlite,.sqlite3"
|
|
||||||
/>
|
|
||||||
<div class="text">
|
|
||||||
Drop the database file here or click to choose a file from your computer.
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</label>
|
|
||||||
<div v-if="illustrated" id="img-container">
|
|
||||||
<img id="drop-file-top-img" :src="require('@/assets/images/top.svg')" />
|
|
||||||
<img
|
|
||||||
id="left-arm-img"
|
|
||||||
:class="{'swing': state === 'dragover'}"
|
|
||||||
:src="require('@/assets/images/leftArm.svg')"
|
|
||||||
/>
|
|
||||||
<img
|
|
||||||
id="file-img"
|
|
||||||
ref="fileImg"
|
|
||||||
:class="{
|
|
||||||
'swing': state === 'dragover',
|
|
||||||
'fly': state === 'drop'
|
|
||||||
}"
|
|
||||||
:src="require('@/assets/images/file.png')"
|
|
||||||
/>
|
|
||||||
<img id="drop-file-bottom-img" :src="require('@/assets/images/bottom.svg')" />
|
|
||||||
<img id="body-img" :src="require('@/assets/images/body.svg')" />
|
|
||||||
<img
|
|
||||||
id="right-arm-img"
|
|
||||||
:class="{'swing': state === 'dragover'}"
|
|
||||||
:src="require('@/assets/images/rightArm.svg')"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div id="error" class="error"></div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
name: 'DbUpload',
|
|
||||||
props: {
|
|
||||||
illustrated: {
|
|
||||||
type: Boolean,
|
|
||||||
required: false,
|
|
||||||
default: false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
data () {
|
|
||||||
return {
|
|
||||||
state: '',
|
|
||||||
animationPromise: Promise.resolve()
|
|
||||||
}
|
|
||||||
},
|
|
||||||
mounted () {
|
|
||||||
if (this.illustrated) {
|
|
||||||
this.animationPromise = new Promise((resolve) => {
|
|
||||||
this.$refs.fileImg.addEventListener('animationend', event => {
|
|
||||||
if (event.animationName.startsWith('fly')) {
|
|
||||||
resolve()
|
|
||||||
}
|
|
||||||
})
|
|
||||||
})
|
|
||||||
}
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
loadDb () {
|
|
||||||
this.state = 'drop'
|
|
||||||
return Promise.all([this.$db.loadDb(this.$refs.file.files[0]), this.animationPromise])
|
|
||||||
.then(([schema]) => {
|
|
||||||
this.$store.commit('saveSchema', schema)
|
|
||||||
if (this.$route.path !== '/editor') {
|
|
||||||
this.$router.push('/editor')
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
|
||||||
drop (event) {
|
|
||||||
this.$refs.file.files = event.dataTransfer.files
|
|
||||||
this.loadDb()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
label {
|
|
||||||
display: inline-block;
|
|
||||||
border: 1px dashed var(--color-border);
|
|
||||||
padding: 8px;
|
|
||||||
border-radius: var(--border-radius-big);
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
.drop-area {
|
|
||||||
background-color: var(--color-bg-light-3);
|
|
||||||
border-radius: var(--border-radius-big);
|
|
||||||
color: var(--color-text-base);
|
|
||||||
font-size: 13px;
|
|
||||||
text-align: center;
|
|
||||||
box-sizing: border-box;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
input {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#img-container {
|
|
||||||
position: absolute;
|
|
||||||
top: calc(50% - 120px);
|
|
||||||
left: 50%;
|
|
||||||
transform: translate(-50%, -50%);
|
|
||||||
width: 450px;
|
|
||||||
height: 338px;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#drop-file-top-img {
|
|
||||||
width: 450px;
|
|
||||||
height: 175px;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
#drop-file-bottom-img {
|
|
||||||
width: 450px;
|
|
||||||
height: 167px;
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
#body-img {
|
|
||||||
width: 74px;
|
|
||||||
position: absolute;
|
|
||||||
top: 94.05px;
|
|
||||||
left: 46px;
|
|
||||||
}
|
|
||||||
#right-arm-img {
|
|
||||||
width: 106px;
|
|
||||||
position: absolute;
|
|
||||||
top: 110.05px;
|
|
||||||
left: 78px;
|
|
||||||
}
|
|
||||||
#left-arm-img {
|
|
||||||
width: 114px;
|
|
||||||
position: absolute;
|
|
||||||
top: 69.05px;
|
|
||||||
left: 69px;
|
|
||||||
}
|
|
||||||
#file-img {
|
|
||||||
width: 125px;
|
|
||||||
position: absolute;
|
|
||||||
top: 15.66px;
|
|
||||||
left: 152px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.swing {
|
|
||||||
animation: swing ease-in-out 0.6s infinite alternate;
|
|
||||||
}
|
|
||||||
#left-arm-img.swing {
|
|
||||||
transform-origin: 9px 83px;
|
|
||||||
}
|
|
||||||
#right-arm-img.swing {
|
|
||||||
transform-origin: 0 56px;
|
|
||||||
}
|
|
||||||
#file-img.swing {
|
|
||||||
transform-origin: -74px 139px;
|
|
||||||
}
|
|
||||||
@keyframes swing {
|
|
||||||
0% { transform: rotate(0deg); }
|
|
||||||
100% { transform: rotate(-7deg); }
|
|
||||||
}
|
|
||||||
|
|
||||||
#file-img.fly {
|
|
||||||
animation: fly ease-in-out 1s 1 normal;
|
|
||||||
transform-origin: center center;
|
|
||||||
top: 183px;
|
|
||||||
left: 225px;
|
|
||||||
transition: top 1s ease-in-out, left 1s ease-in-out;
|
|
||||||
}
|
|
||||||
@keyframes fly {
|
|
||||||
100% { transform: rotate(360deg) scale(0.5); }
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
543
src/components/DbUploader.vue
Normal file
@@ -0,0 +1,543 @@
|
|||||||
|
<template>
|
||||||
|
<div class="db-uploader-container" :style="{ width }">
|
||||||
|
<change-db-icon v-if="type === 'small'" @click.native="browse"/>
|
||||||
|
<div v-if="['regular', 'illustrated'].includes(type)" class="drop-area-container">
|
||||||
|
<div
|
||||||
|
class="drop-area"
|
||||||
|
@dragover.prevent="state = 'dragover'"
|
||||||
|
@dragleave.prevent="state=''"
|
||||||
|
@drop.prevent="drop"
|
||||||
|
@click="browse"
|
||||||
|
>
|
||||||
|
<div class="text">
|
||||||
|
Drop the database or CSV file here or click to choose a file from your computer.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-if="type === 'illustrated'" id="img-container">
|
||||||
|
<img id="drop-file-top-img" :src="require('@/assets/images/top.svg')" />
|
||||||
|
<img
|
||||||
|
id="left-arm-img"
|
||||||
|
:class="{'swing': state === 'dragover'}"
|
||||||
|
:src="require('@/assets/images/leftArm.svg')"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
id="file-img"
|
||||||
|
ref="fileImg"
|
||||||
|
:class="{
|
||||||
|
'swing': state === 'dragover',
|
||||||
|
'fly': state === 'drop'
|
||||||
|
}"
|
||||||
|
:src="require('@/assets/images/file.png')"
|
||||||
|
/>
|
||||||
|
<img id="drop-file-bottom-img" :src="require('@/assets/images/bottom.svg')" />
|
||||||
|
<img id="body-img" :src="require('@/assets/images/body.svg')" />
|
||||||
|
<img
|
||||||
|
id="right-arm-img"
|
||||||
|
:class="{'swing': state === 'dragover'}"
|
||||||
|
:src="require('@/assets/images/rightArm.svg')"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div id="error" class="error"></div>
|
||||||
|
|
||||||
|
<!--Parse csv dialog -->
|
||||||
|
<modal name="parse" classes="dialog" height="auto" width="60%" :clickToClose="false">
|
||||||
|
<div class="dialog-header">
|
||||||
|
Import CSV
|
||||||
|
<close-icon @click="cancelCsvImport" :disabled="disableDialog"/>
|
||||||
|
</div>
|
||||||
|
<div class="dialog-body">
|
||||||
|
<div class="chars">
|
||||||
|
<delimiter-selector
|
||||||
|
v-model="delimiter"
|
||||||
|
width="210px"
|
||||||
|
class="char-input"
|
||||||
|
@input="previewCSV"
|
||||||
|
:disabled="disableDialog"
|
||||||
|
/>
|
||||||
|
<text-field
|
||||||
|
label="Quote char"
|
||||||
|
hint="The character used to quote fields."
|
||||||
|
v-model="quoteChar"
|
||||||
|
width="93px"
|
||||||
|
:disabled="disableDialog"
|
||||||
|
class="char-input"
|
||||||
|
id="quote-char"
|
||||||
|
/>
|
||||||
|
<text-field
|
||||||
|
label="Escape char"
|
||||||
|
hint='The character used to escape the quote character within a field (e.g. "column with ""quotes"" in text").'
|
||||||
|
max-hint-width="242px"
|
||||||
|
v-model="escapeChar"
|
||||||
|
width="93px"
|
||||||
|
:disabled="disableDialog"
|
||||||
|
class="char-input"
|
||||||
|
id="escape-char"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<check-box
|
||||||
|
@click="header = $event"
|
||||||
|
:init="true"
|
||||||
|
label="Use first row as column headers"
|
||||||
|
:disabled="disableDialog"
|
||||||
|
/>
|
||||||
|
<sql-table
|
||||||
|
v-if="previewData"
|
||||||
|
:data-set="previewData"
|
||||||
|
height="160"
|
||||||
|
class="preview-table"
|
||||||
|
:preview="true"
|
||||||
|
/>
|
||||||
|
<div v-if="!previewData" class="no-data">No data</div>
|
||||||
|
<logs
|
||||||
|
class="import-csv-errors"
|
||||||
|
:messages="importCsvMessages"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div class="dialog-buttons-container">
|
||||||
|
<button
|
||||||
|
class="secondary"
|
||||||
|
:disabled="disableDialog"
|
||||||
|
@click="cancelCsvImport"
|
||||||
|
id="csv-cancel"
|
||||||
|
>
|
||||||
|
Cancel
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
v-show="!importCsvCompleted"
|
||||||
|
class="primary"
|
||||||
|
:disabled="disableDialog"
|
||||||
|
@click="loadFromCsv(file)"
|
||||||
|
id="csv-import"
|
||||||
|
>
|
||||||
|
Import
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
v-show="importCsvCompleted"
|
||||||
|
class="primary"
|
||||||
|
:disabled="disableDialog"
|
||||||
|
@click="finish"
|
||||||
|
id="csv-finish"
|
||||||
|
>
|
||||||
|
Finish
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</modal>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import fu from '@/file.utils'
|
||||||
|
import csv from '@/csv'
|
||||||
|
import CloseIcon from '@/components/svg/close'
|
||||||
|
import TextField from '@/components/TextField'
|
||||||
|
import DelimiterSelector from '@/components/DelimiterSelector'
|
||||||
|
import CheckBox from '@/components/CheckBox'
|
||||||
|
import SqlTable from '@/components/SqlTable'
|
||||||
|
import Logs from '@/components/Logs'
|
||||||
|
import ChangeDbIcon from '@/components/svg/changeDb'
|
||||||
|
import time from '@/time'
|
||||||
|
import database from '@/database'
|
||||||
|
|
||||||
|
const csvMimeTypes = [
|
||||||
|
'text/csv',
|
||||||
|
'text/x-csv',
|
||||||
|
'application/x-csv',
|
||||||
|
'application/csv',
|
||||||
|
'text/x-comma-separated-values',
|
||||||
|
'text/comma-separated-values'
|
||||||
|
]
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: 'DbUploader',
|
||||||
|
props: {
|
||||||
|
type: {
|
||||||
|
type: String,
|
||||||
|
required: false,
|
||||||
|
default: 'regular',
|
||||||
|
validator: (value) => {
|
||||||
|
return ['regular', 'illustrated', 'small'].includes(value)
|
||||||
|
}
|
||||||
|
},
|
||||||
|
width: {
|
||||||
|
type: String,
|
||||||
|
required: false,
|
||||||
|
default: 'unset'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
components: {
|
||||||
|
ChangeDbIcon,
|
||||||
|
TextField,
|
||||||
|
DelimiterSelector,
|
||||||
|
CloseIcon,
|
||||||
|
CheckBox,
|
||||||
|
SqlTable,
|
||||||
|
Logs
|
||||||
|
},
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
state: '',
|
||||||
|
animationPromise: Promise.resolve(),
|
||||||
|
file: null,
|
||||||
|
schema: null,
|
||||||
|
delimiter: '',
|
||||||
|
quoteChar: '"',
|
||||||
|
escapeChar: '"',
|
||||||
|
header: true,
|
||||||
|
previewData: null,
|
||||||
|
importCsvMessages: [],
|
||||||
|
disableDialog: false,
|
||||||
|
importCsvCompleted: false,
|
||||||
|
newDb: null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
mounted () {
|
||||||
|
if (this.type === 'illustrated') {
|
||||||
|
this.animationPromise = new Promise((resolve) => {
|
||||||
|
this.$refs.fileImg.addEventListener('animationend', event => {
|
||||||
|
if (event.animationName.startsWith('fly')) {
|
||||||
|
resolve()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
})
|
||||||
|
}
|
||||||
|
},
|
||||||
|
watch: {
|
||||||
|
quoteChar () {
|
||||||
|
this.previewCSV()
|
||||||
|
},
|
||||||
|
|
||||||
|
escapeChar () {
|
||||||
|
this.previewCSV()
|
||||||
|
},
|
||||||
|
|
||||||
|
header () {
|
||||||
|
this.previewCSV()
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
cancelCsvImport () {
|
||||||
|
if (!this.disableDialog) {
|
||||||
|
this.$modal.hide('parse')
|
||||||
|
if (this.newDb) {
|
||||||
|
this.newDb.shutDown()
|
||||||
|
this.newDb = null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
async finish () {
|
||||||
|
this.$store.commit('setDb', this.newDb)
|
||||||
|
this.$store.commit('saveSchema', this.schema)
|
||||||
|
if (this.importCsvCompleted) {
|
||||||
|
this.$modal.hide('parse')
|
||||||
|
const tabId = await this.$store.dispatch('addTab', { query: 'select * from csv_import' })
|
||||||
|
this.$store.commit('setCurrentTabId', tabId)
|
||||||
|
}
|
||||||
|
if (this.$route.path !== '/editor') {
|
||||||
|
this.$router.push('/editor')
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
async previewCSV () {
|
||||||
|
this.importCsvCompleted = false
|
||||||
|
const config = {
|
||||||
|
preview: 3,
|
||||||
|
quoteChar: this.quoteChar || '"',
|
||||||
|
escapeChar: this.escapeChar,
|
||||||
|
header: this.header,
|
||||||
|
delimiter: this.delimiter
|
||||||
|
}
|
||||||
|
try {
|
||||||
|
const start = new Date()
|
||||||
|
const parseResult = await csv.parse(this.file, config)
|
||||||
|
const end = new Date()
|
||||||
|
this.previewData = parseResult.data
|
||||||
|
this.delimiter = parseResult.delimiter
|
||||||
|
|
||||||
|
// In parseResult.messages we can get parse errors
|
||||||
|
this.importCsvMessages = parseResult.messages || []
|
||||||
|
|
||||||
|
if (!parseResult.hasErrors) {
|
||||||
|
this.importCsvMessages.push({
|
||||||
|
message: `Preview parsing is completed in ${time.getPeriod(start, end)}.`,
|
||||||
|
type: 'success'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
} catch (err) {
|
||||||
|
this.importCsvMessages = [{
|
||||||
|
message: err,
|
||||||
|
type: 'error'
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
loadDb (file) {
|
||||||
|
this.newDb = database.getNewDatabase()
|
||||||
|
return Promise.all([this.newDb.loadDb(file), this.animationPromise])
|
||||||
|
.then(([schema]) => {
|
||||||
|
this.schema = schema
|
||||||
|
this.finish()
|
||||||
|
})
|
||||||
|
},
|
||||||
|
|
||||||
|
async loadFromCsv (file) {
|
||||||
|
this.disableDialog = true
|
||||||
|
const config = {
|
||||||
|
quoteChar: this.quoteChar || '"',
|
||||||
|
escapeChar: this.escapeChar,
|
||||||
|
header: this.header,
|
||||||
|
delimiter: this.delimiter
|
||||||
|
}
|
||||||
|
const parseCsvMsg = {
|
||||||
|
message: 'Parsing CSV...',
|
||||||
|
type: 'info'
|
||||||
|
}
|
||||||
|
this.importCsvMessages.push(parseCsvMsg)
|
||||||
|
const parseCsvLoadingIndicator = setTimeout(() => { parseCsvMsg.type = 'loading' }, 1000)
|
||||||
|
|
||||||
|
const importMsg = {
|
||||||
|
message: 'Importing CSV into a SQLite database...',
|
||||||
|
type: 'info'
|
||||||
|
}
|
||||||
|
let importLoadingIndicator = null
|
||||||
|
|
||||||
|
const updateProgress = progress => {
|
||||||
|
this.$set(importMsg, 'progress', progress)
|
||||||
|
}
|
||||||
|
this.newDb = database.getNewDatabase()
|
||||||
|
const progressCounterId = this.newDb.createProgressCounter(updateProgress)
|
||||||
|
|
||||||
|
try {
|
||||||
|
let start = new Date()
|
||||||
|
const parseResult = await csv.parse(this.file, config)
|
||||||
|
let end = new Date()
|
||||||
|
|
||||||
|
if (!parseResult.hasErrors) {
|
||||||
|
const rowCount = parseResult.data.values.length
|
||||||
|
let period = time.getPeriod(start, end)
|
||||||
|
parseCsvMsg.type = 'success'
|
||||||
|
|
||||||
|
if (parseResult.messages.length > 0) {
|
||||||
|
this.importCsvMessages = this.importCsvMessages.concat(parseResult.messages)
|
||||||
|
parseCsvMsg.message = `${rowCount} rows are parsed in ${period}.`
|
||||||
|
} else {
|
||||||
|
// Inform about csv parsing success
|
||||||
|
parseCsvMsg.message = `${rowCount} rows are parsed successfully in ${period}.`
|
||||||
|
}
|
||||||
|
|
||||||
|
// Loading indicator for csv parsing is not needed anymore
|
||||||
|
clearTimeout(parseCsvLoadingIndicator)
|
||||||
|
|
||||||
|
// Add info about import start
|
||||||
|
this.importCsvMessages.push(importMsg)
|
||||||
|
|
||||||
|
// Show import progress after 1 second
|
||||||
|
importLoadingIndicator = setTimeout(() => {
|
||||||
|
importMsg.type = 'loading'
|
||||||
|
}, 1000)
|
||||||
|
|
||||||
|
// Create db with csv table and get schema
|
||||||
|
const name = file.name.replace(/\.[^.]+$/, '')
|
||||||
|
start = new Date()
|
||||||
|
this.schema = await this.newDb.createDb(name, parseResult.data, progressCounterId)
|
||||||
|
end = new Date()
|
||||||
|
|
||||||
|
// Inform about import success
|
||||||
|
period = time.getPeriod(start, end)
|
||||||
|
importMsg.message = `Importing CSV into a SQLite database is completed in ${period}.`
|
||||||
|
importMsg.type = 'success'
|
||||||
|
|
||||||
|
// Loading indicator for import is not needed anymore
|
||||||
|
clearTimeout(importLoadingIndicator)
|
||||||
|
|
||||||
|
this.importCsvCompleted = true
|
||||||
|
} else {
|
||||||
|
parseCsvMsg.message = 'Parsing ended with errors.'
|
||||||
|
parseCsvMsg.type = 'info'
|
||||||
|
this.importCsvMessages = this.importCsvMessages.concat(parseResult.messages)
|
||||||
|
}
|
||||||
|
} catch (err) {
|
||||||
|
if (parseCsvMsg.type === 'loading') {
|
||||||
|
parseCsvMsg.type = 'info'
|
||||||
|
}
|
||||||
|
|
||||||
|
if (importMsg.type === 'loading') {
|
||||||
|
importMsg.type = 'info'
|
||||||
|
}
|
||||||
|
|
||||||
|
this.importCsvMessages.push({
|
||||||
|
message: err,
|
||||||
|
type: 'error'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
clearTimeout(parseCsvLoadingIndicator)
|
||||||
|
clearTimeout(importLoadingIndicator)
|
||||||
|
this.newDb.deleteProgressCounter(progressCounterId)
|
||||||
|
this.disableDialog = false
|
||||||
|
},
|
||||||
|
|
||||||
|
async checkFile (file) {
|
||||||
|
this.state = 'drop'
|
||||||
|
if (csvMimeTypes.includes(file.type)) {
|
||||||
|
this.file = file
|
||||||
|
this.header = true
|
||||||
|
this.quoteChar = '"'
|
||||||
|
this.escapeChar = '"'
|
||||||
|
this.delimiter = ''
|
||||||
|
return Promise.all([this.previewCSV(), this.animationPromise])
|
||||||
|
.then(() => {
|
||||||
|
this.$modal.show('parse')
|
||||||
|
})
|
||||||
|
} else {
|
||||||
|
this.loadDb(file)
|
||||||
|
}
|
||||||
|
},
|
||||||
|
browse () {
|
||||||
|
fu.getFileFromUser('.db,.sqlite,.sqlite3,.csv')
|
||||||
|
.then(this.checkFile)
|
||||||
|
},
|
||||||
|
|
||||||
|
drop (event) {
|
||||||
|
this.checkFile(event.dataTransfer.files[0])
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.db-uploader-container {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.drop-area-container {
|
||||||
|
display: inline-block;
|
||||||
|
border: 1px dashed var(--color-border);
|
||||||
|
padding: 8px;
|
||||||
|
border-radius: var(--border-radius-big);
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.drop-area {
|
||||||
|
background-color: var(--color-bg-light-3);
|
||||||
|
border-radius: var(--border-radius-big);
|
||||||
|
color: var(--color-text-base);
|
||||||
|
font-size: 13px;
|
||||||
|
text-align: center;
|
||||||
|
box-sizing: border-box;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#img-container {
|
||||||
|
position: absolute;
|
||||||
|
top: 54px;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, 0);
|
||||||
|
width: 450px;
|
||||||
|
height: 338px;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#drop-file-top-img {
|
||||||
|
width: 450px;
|
||||||
|
height: 175px;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
#drop-file-bottom-img {
|
||||||
|
width: 450px;
|
||||||
|
height: 167px;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
#body-img {
|
||||||
|
width: 74px;
|
||||||
|
position: absolute;
|
||||||
|
top: 94.05px;
|
||||||
|
left: 46px;
|
||||||
|
}
|
||||||
|
#right-arm-img {
|
||||||
|
width: 106px;
|
||||||
|
position: absolute;
|
||||||
|
top: 110.05px;
|
||||||
|
left: 78px;
|
||||||
|
}
|
||||||
|
#left-arm-img {
|
||||||
|
width: 114px;
|
||||||
|
position: absolute;
|
||||||
|
top: 69.05px;
|
||||||
|
left: 69px;
|
||||||
|
}
|
||||||
|
#file-img {
|
||||||
|
width: 125px;
|
||||||
|
position: absolute;
|
||||||
|
top: 15.66px;
|
||||||
|
left: 152px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.swing {
|
||||||
|
animation: swing ease-in-out 0.6s infinite alternate;
|
||||||
|
}
|
||||||
|
#left-arm-img.swing {
|
||||||
|
transform-origin: 9px 83px;
|
||||||
|
}
|
||||||
|
#right-arm-img.swing {
|
||||||
|
transform-origin: 0 56px;
|
||||||
|
}
|
||||||
|
#file-img.swing {
|
||||||
|
transform-origin: -74px 139px;
|
||||||
|
}
|
||||||
|
@keyframes swing {
|
||||||
|
0% { transform: rotate(0deg); }
|
||||||
|
100% { transform: rotate(-7deg); }
|
||||||
|
}
|
||||||
|
|
||||||
|
#file-img.fly {
|
||||||
|
animation: fly ease-in-out 1s 1 normal;
|
||||||
|
transform-origin: center center;
|
||||||
|
top: 183px;
|
||||||
|
left: 225px;
|
||||||
|
transition: top 1s ease-in-out, left 1s ease-in-out;
|
||||||
|
}
|
||||||
|
@keyframes fly {
|
||||||
|
100% { transform: rotate(360deg) scale(0.5); }
|
||||||
|
}
|
||||||
|
/* Parse CSV dialog */
|
||||||
|
.chars {
|
||||||
|
display: flex;
|
||||||
|
align-items: flex-end;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
.char-input {
|
||||||
|
margin-right: 44px;
|
||||||
|
}
|
||||||
|
.preview-table {
|
||||||
|
margin-top: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.import-csv-errors {
|
||||||
|
height: 160px;
|
||||||
|
margin-top: 32px;
|
||||||
|
}
|
||||||
|
.no-data {
|
||||||
|
margin-top: 32px;
|
||||||
|
background-color: white;
|
||||||
|
border-radius: 5px;
|
||||||
|
position: relative;
|
||||||
|
border: 1px solid var(--color-border-light);
|
||||||
|
box-sizing: border-box;
|
||||||
|
height: 160px;
|
||||||
|
font-size: 13px;
|
||||||
|
color: var(--color-text-base);
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
204
src/components/DelimiterSelector.vue
Normal file
@@ -0,0 +1,204 @@
|
|||||||
|
<template>
|
||||||
|
<div :class="{ 'disabled': disabled }">
|
||||||
|
<div class="text-field-label">Delimiter</div>
|
||||||
|
<div
|
||||||
|
class="delimiter-selector-container"
|
||||||
|
:style="{ width: width }"
|
||||||
|
@click="onContainerClick"
|
||||||
|
>
|
||||||
|
<div class="value">
|
||||||
|
<input
|
||||||
|
:class="{ 'filled': filled }"
|
||||||
|
ref="delimiterInput"
|
||||||
|
type="text"
|
||||||
|
maxlength="1"
|
||||||
|
v-model="inputValue"
|
||||||
|
@click.stop
|
||||||
|
:disabled="disabled"
|
||||||
|
/>
|
||||||
|
<div class="name">{{ getSymbolName(value) }}</div>
|
||||||
|
</div>
|
||||||
|
<div class="controls" @click.stop>
|
||||||
|
<clear-icon @click.native="clear" :disabled="disabled"/>
|
||||||
|
<drop-down-chevron
|
||||||
|
:disabled="disabled"
|
||||||
|
@click.native="!disabled && (showOptions = !showOptions)"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-show="showOptions" class="options" :style="{ width: width }">
|
||||||
|
<div
|
||||||
|
v-for="(option, index) in options"
|
||||||
|
:key="index"
|
||||||
|
@click="chooseOption(option)"
|
||||||
|
class="option"
|
||||||
|
>
|
||||||
|
<pre>{{option}}</pre><div>{{ getSymbolName(option) }}</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import ascii from '@/ascii'
|
||||||
|
import DropDownChevron from '@/components/svg/dropDownChevron'
|
||||||
|
import ClearIcon from '@/components/svg/clear'
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: 'DelimiterSelector',
|
||||||
|
props: ['value', 'width', 'disabled'],
|
||||||
|
components: { DropDownChevron, ClearIcon },
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
showOptions: false,
|
||||||
|
options: [',', '\t', ' ', '|', ';', '\u001F', '\u001E'],
|
||||||
|
filled: false,
|
||||||
|
inputValue: ''
|
||||||
|
}
|
||||||
|
},
|
||||||
|
watch: {
|
||||||
|
inputValue () {
|
||||||
|
if (this.inputValue) {
|
||||||
|
this.filled = true
|
||||||
|
if (this.inputValue !== this.value) {
|
||||||
|
this.$emit('input', this.inputValue)
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
this.filled = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
created () {
|
||||||
|
this.inputValue = this.value
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
getSymbolName (str) {
|
||||||
|
if (!str) {
|
||||||
|
return ''
|
||||||
|
}
|
||||||
|
return ascii[str.charCodeAt(0).toString()].name
|
||||||
|
},
|
||||||
|
chooseOption (option) {
|
||||||
|
this.inputValue = option
|
||||||
|
this.showOptions = false
|
||||||
|
},
|
||||||
|
onContainerClick (event) {
|
||||||
|
this.$refs.delimiterInput.focus()
|
||||||
|
},
|
||||||
|
|
||||||
|
clear () {
|
||||||
|
if (!this.disabled) {
|
||||||
|
this.inputValue = ''
|
||||||
|
this.$refs.delimiterInput.focus()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.delimiter-selector-container {
|
||||||
|
background: var(--color-white);
|
||||||
|
border: 1px solid var(--color-border);
|
||||||
|
border-radius: var(--border-radius-medium-2);
|
||||||
|
height: 36px;
|
||||||
|
padding: 0 8px;
|
||||||
|
font-size: 12px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
.value {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.value .name {
|
||||||
|
color: var(--color-text-light-2);
|
||||||
|
cursor: default;
|
||||||
|
margin-left: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.controls {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options {
|
||||||
|
background: var(--color-white);
|
||||||
|
border: 1px solid var(--color-border);
|
||||||
|
border-width: 0 1px 1px 1px;
|
||||||
|
color: var(--color-text-base);
|
||||||
|
border-radius: var(--border-radius-medium-2);
|
||||||
|
font-size: 12px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.option {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
height: 24px;
|
||||||
|
padding: 0 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.option:hover {
|
||||||
|
background-color: var(--color-bg-light);
|
||||||
|
color: var(--color-text-active);
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.option pre {
|
||||||
|
background-color: var(--color-bg-warning);
|
||||||
|
line-height: 20px;
|
||||||
|
margin-right: 6px;
|
||||||
|
tab-size: 1;
|
||||||
|
font-family: monospace;
|
||||||
|
width: 16px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
background: var(--color-white);
|
||||||
|
border: none;
|
||||||
|
color: var(--color-text-base);
|
||||||
|
height: 20px;
|
||||||
|
font-family: monospace;
|
||||||
|
font-size: 12px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
width: 16px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
input.filled {
|
||||||
|
background: var(--color-bg-warning);
|
||||||
|
}
|
||||||
|
|
||||||
|
input:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
input:disabled {
|
||||||
|
background: var(--color-bg-light);
|
||||||
|
color: var(--color-text-light-2);
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-field-label {
|
||||||
|
font-size: 12px;
|
||||||
|
color: var(--color-text-base);
|
||||||
|
padding-left: 8px;
|
||||||
|
margin-bottom: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.disabled .text-field-label {
|
||||||
|
color: var(--color-text-light-2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.disabled .delimiter-selector-container {
|
||||||
|
background: var(--color-bg-light);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
92
src/components/LoadingIndicator.vue
Normal file
@@ -0,0 +1,92 @@
|
|||||||
|
<template>
|
||||||
|
<svg :class="['svg-container', animationClass ]" height="20" width="20" viewBox="0 0 20 20">
|
||||||
|
<circle
|
||||||
|
class="loader-svg bg"
|
||||||
|
cx="10"
|
||||||
|
cy="10"
|
||||||
|
r="8"
|
||||||
|
/>
|
||||||
|
<circle
|
||||||
|
class="loader-svg front"
|
||||||
|
:style="{ strokeDasharray: circleProgress }"
|
||||||
|
cx="10"
|
||||||
|
cy="10"
|
||||||
|
r="8"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: 'LoadingIndicator',
|
||||||
|
props: ['progress'],
|
||||||
|
computed: {
|
||||||
|
circleProgress () {
|
||||||
|
const dash = (50.24 * this.progress) / 100
|
||||||
|
const space = 50.24 - dash
|
||||||
|
return `${dash}px, ${space}px`
|
||||||
|
},
|
||||||
|
animationClass () {
|
||||||
|
return this.progress === undefined ? 'loading' : 'progress'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.loader-svg {
|
||||||
|
position: absolute;
|
||||||
|
left: 0; right: 0; top: 0; bottom: 0;
|
||||||
|
fill: none;
|
||||||
|
stroke-width: 2px;
|
||||||
|
stroke-linecap: round;
|
||||||
|
stroke: var(--color-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.loader-svg.bg {
|
||||||
|
stroke: var(--color-gray-light-3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.loading .loader-svg.front {
|
||||||
|
stroke-dasharray: 40.24px;
|
||||||
|
animation: fill-animation-loading 1s cubic-bezier(1,1,1,1) 0s infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes fill-animation-loading {
|
||||||
|
0% {
|
||||||
|
stroke-dasharray: 10px 40.24px;
|
||||||
|
stroke-dashoffset: 0;
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
stroke-dasharray: 25.12px;
|
||||||
|
stroke-dashoffset: 25.12px;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
stroke-dasharray: 10px 40.24px;
|
||||||
|
stroke-dashoffset: 50.24px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress .loader-svg.front {
|
||||||
|
stroke-dashoffset: 12.56;
|
||||||
|
transition: stroke-dasharray 0.2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress .loader-svg.bg {
|
||||||
|
animation: bg-animation 1.5s cubic-bezier(1,1,1,1) 0s infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes bg-animation{
|
||||||
|
0% {
|
||||||
|
r: 8;
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
stroke: var(--color-gray-light-2);
|
||||||
|
r: 9;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
r: 8;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
84
src/components/Logs.vue
Normal file
@@ -0,0 +1,84 @@
|
|||||||
|
<template>
|
||||||
|
<div class="logs-container" ref="logsContainer">
|
||||||
|
<div v-for="(msg, index) in messages" :key="index" class="msg">
|
||||||
|
<img v-if="msg.type === 'error'" :src="require('@/assets/images/error.svg')">
|
||||||
|
<img v-if="msg.type === 'info'" :src="require('@/assets/images/info.svg')" width="20px">
|
||||||
|
<img v-if="msg.type === 'success'" :src="require('@/assets/images/success.svg')">
|
||||||
|
<loading-indicator v-if="msg.type === 'loading'" :progress="msg.progress" />
|
||||||
|
<span class="msg-text">{{ serializeMessage(msg) }}</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import LoadingIndicator from '@/components/LoadingIndicator'
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: 'logs',
|
||||||
|
props: ['messages'],
|
||||||
|
components: { LoadingIndicator },
|
||||||
|
watch: {
|
||||||
|
'messages.length': 'scrollToBottom'
|
||||||
|
},
|
||||||
|
mounted () {
|
||||||
|
this.scrollToBottom()
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
async scrollToBottom () {
|
||||||
|
const container = this.$refs.logsContainer
|
||||||
|
if (container) {
|
||||||
|
await this.$nextTick()
|
||||||
|
container.scrollTop = container.scrollHeight
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
serializeMessage (msg) {
|
||||||
|
let result = ''
|
||||||
|
if (msg.row !== null && msg.row !== undefined) {
|
||||||
|
if (msg.type === 'error') {
|
||||||
|
result += `Error in row ${msg.row}. `
|
||||||
|
} else {
|
||||||
|
result += `Information about row ${msg.row}. `
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
result += msg.message
|
||||||
|
if (!(/(\.|!|\?)$/.test(result))) {
|
||||||
|
result += '.'
|
||||||
|
}
|
||||||
|
|
||||||
|
if (msg.hint) {
|
||||||
|
result += ` ${msg.hint}`
|
||||||
|
}
|
||||||
|
return result
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.logs-container {
|
||||||
|
background-color: var(--color-white);
|
||||||
|
padding: 0 5px;
|
||||||
|
border-radius: 5px;
|
||||||
|
border: 1px solid var(--color-border-light);
|
||||||
|
box-sizing: border-box;
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
.msg {
|
||||||
|
padding: 16px 7px;
|
||||||
|
border-bottom: 1px solid var(--color-border-light);
|
||||||
|
display: flex;
|
||||||
|
align-items: flex-start;
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
.msg:last-child {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.msg-text {
|
||||||
|
margin-left: 6px;
|
||||||
|
margin-top: 2px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -6,6 +6,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button
|
<button
|
||||||
|
id="run-btn"
|
||||||
v-if="currentQuery && $route.path === '/editor'"
|
v-if="currentQuery && $route.path === '/editor'"
|
||||||
class="primary"
|
class="primary"
|
||||||
:disabled="runDisabled"
|
:disabled="runDisabled"
|
||||||
@@ -14,6 +15,7 @@
|
|||||||
Run
|
Run
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
id="save-btn"
|
||||||
v-show="currentQuery && $route.path === '/editor'"
|
v-show="currentQuery && $route.path === '/editor'"
|
||||||
class="primary"
|
class="primary"
|
||||||
:disabled="!isUnsaved"
|
:disabled="!isUnsaved"
|
||||||
@@ -21,7 +23,13 @@
|
|||||||
>
|
>
|
||||||
Save
|
Save
|
||||||
</button>
|
</button>
|
||||||
<button class="primary" @click="createNewQuery">Create</button>
|
<button
|
||||||
|
id="create-btn"
|
||||||
|
class="primary"
|
||||||
|
@click="createNewQuery"
|
||||||
|
>
|
||||||
|
Create
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--Save Query dialog -->
|
<!--Save Query dialog -->
|
||||||
@@ -52,9 +60,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { nanoid } from 'nanoid'
|
|
||||||
import TextField from '@/components/TextField'
|
import TextField from '@/components/TextField'
|
||||||
import CloseIcon from '@/components/svg/close'
|
import CloseIcon from '@/components/svg/close'
|
||||||
|
import storedQueries from '@/storedQueries'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'MainMenu',
|
name: 'MainMenu',
|
||||||
@@ -77,7 +85,8 @@ export default {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
const tabIndex = this.currentQuery.tabIndex
|
const tabIndex = this.currentQuery.tabIndex
|
||||||
return this.$store.state.tabs[tabIndex].isUnsaved
|
const tab = this.$store.state.tabs[tabIndex]
|
||||||
|
return tab && tab.isUnsaved
|
||||||
},
|
},
|
||||||
isPredefined () {
|
isPredefined () {
|
||||||
if (this.currentQuery) {
|
if (this.currentQuery) {
|
||||||
@@ -100,16 +109,12 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
createNewQuery () {
|
createNewQuery () {
|
||||||
const tab = {
|
this.$store.dispatch('addTab').then(id => {
|
||||||
id: nanoid(),
|
this.$store.commit('setCurrentTabId', id)
|
||||||
name: null,
|
if (this.$route.path !== '/editor') {
|
||||||
tempName: this.$store.state.untitledLastIndex
|
this.$router.push('/editor')
|
||||||
? `Untitled ${this.$store.state.untitledLastIndex}`
|
}
|
||||||
: 'Untitled',
|
})
|
||||||
isUnsaved: true
|
|
||||||
}
|
|
||||||
this.$store.commit('addTab', tab)
|
|
||||||
this.$store.commit('setCurrentTabId', tab.id)
|
|
||||||
},
|
},
|
||||||
cancelSave () {
|
cancelSave () {
|
||||||
this.$modal.hide('save')
|
this.$modal.hide('save')
|
||||||
@@ -117,46 +122,27 @@ export default {
|
|||||||
},
|
},
|
||||||
checkQueryBeforeSave () {
|
checkQueryBeforeSave () {
|
||||||
this.errorMsg = null
|
this.errorMsg = null
|
||||||
const isFromScratch = !this.currentQuery.initName
|
this.name = ''
|
||||||
|
|
||||||
if (isFromScratch || this.isPredefined) {
|
if (storedQueries.isTabNeedName(this.currentQuery)) {
|
||||||
this.name = ''
|
|
||||||
this.$modal.show('save')
|
this.$modal.show('save')
|
||||||
} else {
|
} else {
|
||||||
this.saveQuery()
|
this.saveQuery()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
saveQuery () {
|
saveQuery () {
|
||||||
const isFromScratch = !this.currentQuery.initName
|
const isNeedName = storedQueries.isTabNeedName(this.currentQuery)
|
||||||
if ((isFromScratch || this.isPredefined) && !this.name) {
|
if (isNeedName && !this.name) {
|
||||||
this.errorMsg = 'Query name can\'t be empty'
|
this.errorMsg = 'Query name can\'t be empty'
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const dataSet = this.currentQuery.result
|
const dataSet = this.currentQuery.result
|
||||||
const tabView = this.currentQuery.view
|
const tabView = this.currentQuery.view
|
||||||
// Prepare query
|
|
||||||
const value = {
|
|
||||||
id: this.isPredefined ? nanoid() : this.currentQuery.id,
|
|
||||||
query: this.currentQuery.query,
|
|
||||||
chart: this.currentQuery.getChartSatateForSave(),
|
|
||||||
name: (!this.isPredefined && this.currentQuery.initName) || this.name,
|
|
||||||
createdAt: new Date()
|
|
||||||
}
|
|
||||||
|
|
||||||
// Save query
|
// Save query
|
||||||
let myQueries = JSON.parse(localStorage.getItem('myQueries'))
|
const value = storedQueries.save(this.currentQuery, this.name)
|
||||||
if (!myQueries) {
|
|
||||||
myQueries = [value]
|
|
||||||
} else if (isFromScratch || this.isPredefined) {
|
|
||||||
myQueries.push(value)
|
|
||||||
} else {
|
|
||||||
const queryIndex = myQueries.findIndex(query => query.id === this.currentQuery.id)
|
|
||||||
value.createdAt = myQueries[queryIndex].createdAt
|
|
||||||
myQueries[queryIndex] = value
|
|
||||||
}
|
|
||||||
localStorage.setItem('myQueries', JSON.stringify(myQueries))
|
|
||||||
|
|
||||||
// Update tab
|
// Update tab in store
|
||||||
this.$store.commit('updateTab', {
|
this.$store.commit('updateTab', {
|
||||||
index: this.currentQuery.tabIndex,
|
index: this.currentQuery.tabIndex,
|
||||||
name: value.name,
|
name: value.name,
|
||||||
@@ -184,12 +170,13 @@ export default {
|
|||||||
},
|
},
|
||||||
_keyListener (e) {
|
_keyListener (e) {
|
||||||
if (this.$route.path === '/editor') {
|
if (this.$route.path === '/editor') {
|
||||||
// Run query Ctrl+R
|
// Run query Ctrl+R or Ctrl+Enter
|
||||||
if (e.key === 'r' && (e.ctrlKey || e.metaKey)) {
|
if ((e.key === 'r' || e.key === 'Enter') && (e.ctrlKey || e.metaKey)) {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
if (!this.runDisabled) {
|
if (!this.runDisabled) {
|
||||||
this.currentQuery.execute()
|
this.currentQuery.execute()
|
||||||
}
|
}
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// Save query Ctrl+S
|
// Save query Ctrl+S
|
||||||
@@ -198,13 +185,13 @@ export default {
|
|||||||
if (this.isUnsaved) {
|
if (this.isUnsaved) {
|
||||||
this.checkQueryBeforeSave()
|
this.checkQueryBeforeSave()
|
||||||
}
|
}
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
}
|
||||||
// New (blank) query Ctrl+B
|
// New (blank) query Ctrl+B
|
||||||
if (e.key === 'b' && (e.ctrlKey || e.metaKey)) {
|
if (e.key === 'b' && (e.ctrlKey || e.metaKey)) {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
this.createNewQuery()
|
this.createNewQuery()
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,14 +8,10 @@
|
|||||||
<tree-chevron :expanded="schemaVisible"/>
|
<tree-chevron :expanded="schemaVisible"/>
|
||||||
{{ dbName }}
|
{{ dbName }}
|
||||||
</div>
|
</div>
|
||||||
<div class="db-edit">
|
<db-uploader id="db-edit" type="small" />
|
||||||
<input type="file" id="actual-btn" ref="dbfile" hidden @change="changeDb"/>
|
<export-icon tooltip="Export database" @click="exportToFile"/>
|
||||||
<label for="actual-btn">
|
|
||||||
<change-db-icon />
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div v-if="schemaVisible" class="schema">
|
<div v-show="schemaVisible" class="schema">
|
||||||
<table-description
|
<table-description
|
||||||
v-for="table in schema"
|
v-for="table in schema"
|
||||||
:key="table.name"
|
:key="table.name"
|
||||||
@@ -29,16 +25,18 @@
|
|||||||
<script>
|
<script>
|
||||||
import TableDescription from '@/components/TableDescription'
|
import TableDescription from '@/components/TableDescription'
|
||||||
import TextField from '@/components/TextField'
|
import TextField from '@/components/TextField'
|
||||||
import ChangeDbIcon from '@/components/svg/changeDb'
|
|
||||||
import TreeChevron from '@/components/svg/treeChevron'
|
import TreeChevron from '@/components/svg/treeChevron'
|
||||||
|
import DbUploader from '@/components/DbUploader'
|
||||||
|
import ExportIcon from '@/components/svg/export'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'Schema',
|
name: 'Schema',
|
||||||
components: {
|
components: {
|
||||||
TableDescription,
|
TableDescription,
|
||||||
TextField,
|
TextField,
|
||||||
ChangeDbIcon,
|
TreeChevron,
|
||||||
TreeChevron
|
DbUploader,
|
||||||
|
ExportIcon
|
||||||
},
|
},
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
@@ -63,11 +61,8 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
changeDb () {
|
exportToFile () {
|
||||||
this.$db.loadDb(this.$refs.dbfile.files[0])
|
this.$store.state.db.export(`${this.dbName}.sqlite`)
|
||||||
.then((schema) => {
|
|
||||||
this.$store.commit('saveSchema', schema)
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -108,6 +103,11 @@ export default {
|
|||||||
|
|
||||||
.db-name {
|
.db-name {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
margin-right: 6px;
|
||||||
|
max-width: 150px;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.db-name:hover .chevron-icon path,
|
.db-name:hover .chevron-icon path,
|
||||||
|
|||||||
@@ -3,13 +3,13 @@
|
|||||||
ref="container"
|
ref="container"
|
||||||
:class="[
|
:class="[
|
||||||
'splitpanes',
|
'splitpanes',
|
||||||
`splitpanes--${horizontal ? 'horizontal' : 'vertical'}`,
|
`splitpanes-${horizontal ? 'horizontal' : 'vertical'}`,
|
||||||
{ 'splitpanes--dragging': touch.dragging }
|
{ 'splitpanes-dragging': dragging }
|
||||||
]"
|
]"
|
||||||
>
|
>
|
||||||
<div class="movable-splitter" ref="movableSplitter" :style="movableSplitterStyle" />
|
<div class="movable-splitter" ref="movableSplitter" :style="movableSplitterStyle" />
|
||||||
<div
|
<div
|
||||||
class="splitpanes__pane"
|
class="splitpanes-pane"
|
||||||
ref="left"
|
ref="left"
|
||||||
:size="paneBefore.size"
|
:size="paneBefore.size"
|
||||||
max-size="30"
|
max-size="30"
|
||||||
@@ -19,20 +19,20 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Splitter start-->
|
<!-- Splitter start-->
|
||||||
<div
|
<div
|
||||||
class="splitpanes__splitter"
|
class="splitpanes-splitter"
|
||||||
@mousedown="onMouseDown"
|
@mousedown="bindEvents"
|
||||||
@touchstart="onMouseDown"
|
@touchstart="bindEvents"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="[
|
:class="[
|
||||||
'toggle-btns',
|
'toggle-btns',
|
||||||
{'both': after.max === 100 && before.max === 100 && after.size > 0 && before.size > 0}
|
{'both': after.max === 100 && before.max === 100 && paneAfter.size > 0 && paneBefore.size > 0}
|
||||||
]"
|
]"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-if="after.max === 100 && after.size > 0"
|
v-if="after.max === 100 && paneAfter.size > 0"
|
||||||
class="toggle-btn"
|
class="toggle-btn"
|
||||||
@click="togglePane('before')"
|
@click="togglePane(paneBefore)"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
class="direction-icon"
|
class="direction-icon"
|
||||||
@@ -41,9 +41,9 @@
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="before.max === 100 && before.size > 0"
|
v-if="before.max === 100 && paneBefore.size > 0"
|
||||||
class="toggle-btn"
|
class="toggle-btn"
|
||||||
@click="togglePane('after')"
|
@click="togglePane(paneAfter)"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
class="direction-icon"
|
class="direction-icon"
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- splitter end -->
|
<!-- splitter end -->
|
||||||
<div
|
<div
|
||||||
class="splitpanes__pane"
|
class="splitpanes-pane"
|
||||||
ref="right"
|
ref="right"
|
||||||
:style="styles.after"
|
:style="styles.after"
|
||||||
>
|
>
|
||||||
@@ -65,6 +65,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import splitter from '@/splitter'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'Splitpanes',
|
name: 'Splitpanes',
|
||||||
@@ -82,10 +83,7 @@ export default {
|
|||||||
before: this.before.size,
|
before: this.before.size,
|
||||||
after: this.after.size
|
after: this.after.size
|
||||||
},
|
},
|
||||||
touch: {
|
dragging: false,
|
||||||
mouseDown: false,
|
|
||||||
dragging: false
|
|
||||||
},
|
|
||||||
movableSplitter: {
|
movableSplitter: {
|
||||||
top: 0,
|
top: 0,
|
||||||
left: 0,
|
left: 0,
|
||||||
@@ -108,38 +106,42 @@ export default {
|
|||||||
},
|
},
|
||||||
directionBeforeIconStyle () {
|
directionBeforeIconStyle () {
|
||||||
const expanded = this.paneBefore.size !== 0
|
const expanded = this.paneBefore.size !== 0
|
||||||
const translation = 'translate(-50%, -50%)'
|
const translation = 'translate(-50%, -50%) '
|
||||||
|
let rotation = ''
|
||||||
|
|
||||||
if (this.horizontal) {
|
if (this.horizontal) {
|
||||||
return {
|
rotation = expanded ? 'rotate(90deg)' : 'rotate(-90deg)'
|
||||||
transform: `${translation} ${expanded ? 'rotate(90deg)' : 'rotate(-90deg)'}`
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
return {
|
rotation = expanded ? 'rotate(0deg)' : 'rotate(180deg)'
|
||||||
transform: `${translation} ${expanded ? 'rotate(0deg)' : 'rotate(180deg)'}`
|
}
|
||||||
}
|
|
||||||
|
return {
|
||||||
|
transform: translation + rotation
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
directionAfterIconStyle () {
|
directionAfterIconStyle () {
|
||||||
const expanded = this.paneAfter.size !== 0
|
const expanded = this.paneAfter.size !== 0
|
||||||
const translation = 'translate(-50%, -50%)'
|
const translation = 'translate(-50%, -50%)'
|
||||||
|
let rotation = ''
|
||||||
|
|
||||||
if (this.horizontal) {
|
if (this.horizontal) {
|
||||||
return {
|
rotation = expanded ? 'rotate(-90deg)' : 'rotate(90deg)'
|
||||||
transform: `${translation} ${expanded ? 'rotate(-90deg)' : 'rotate(90deg)'}`
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
return {
|
rotation = expanded ? 'rotate(180deg)' : 'rotate(0deg)'
|
||||||
transform: `${translation} ${expanded ? 'rotate(180deg)' : 'rotate(0deg)'}`
|
}
|
||||||
}
|
|
||||||
|
return {
|
||||||
|
transform: translation + rotation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
bindEvents () {
|
bindEvents () {
|
||||||
|
// Passive: false to prevent scrolling while touch dragging.
|
||||||
document.addEventListener('mousemove', this.onMouseMove, { passive: false })
|
document.addEventListener('mousemove', this.onMouseMove, { passive: false })
|
||||||
document.addEventListener('mouseup', this.onMouseUp)
|
document.addEventListener('mouseup', this.onMouseUp)
|
||||||
|
|
||||||
// Passive: false to prevent scrolling while touch dragging.
|
|
||||||
if ('ontouchstart' in window) {
|
if ('ontouchstart' in window) {
|
||||||
document.addEventListener('touchmove', this.onMouseMove, { passive: false })
|
document.addEventListener('touchmove', this.onMouseMove, { passive: false })
|
||||||
document.addEventListener('touchend', this.onMouseUp)
|
document.addEventListener('touchend', this.onMouseUp)
|
||||||
@@ -156,24 +158,15 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
onMouseDown () {
|
|
||||||
this.bindEvents()
|
|
||||||
this.touch.mouseDown = true
|
|
||||||
},
|
|
||||||
|
|
||||||
onMouseMove (event) {
|
onMouseMove (event) {
|
||||||
if (this.touch.mouseDown) {
|
event.preventDefault()
|
||||||
// Prevent scrolling while touch dragging (only works with an active event, eg. passive: false).
|
this.dragging = true
|
||||||
event.preventDefault()
|
this.movableSplitter.visibility = 'visible'
|
||||||
this.touch.dragging = true
|
this.moveSplitter(event)
|
||||||
this.$set(this.movableSplitter, 'visibility', 'visible')
|
|
||||||
this.moveSplitter(event)
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
onMouseUp () {
|
onMouseUp () {
|
||||||
this.touch.mouseDown = false
|
if (this.dragging) {
|
||||||
if (this.touch.dragging) {
|
|
||||||
const dragPercentage = this.horizontal
|
const dragPercentage = this.horizontal
|
||||||
? this.movableSplitter.top
|
? this.movableSplitter.top
|
||||||
: this.movableSplitter.left
|
: this.movableSplitter.left
|
||||||
@@ -186,65 +179,31 @@ export default {
|
|||||||
left: 0,
|
left: 0,
|
||||||
visibility: 'hidden'
|
visibility: 'hidden'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.dragging = false
|
||||||
}
|
}
|
||||||
|
|
||||||
// Keep dragging flag until click event is finished (click happens immediately after mouseup)
|
this.unbindEvents()
|
||||||
// in order to prevent emitting `splitter-click` event if splitter was dragged.
|
|
||||||
setTimeout(() => {
|
|
||||||
this.touch.dragging = false
|
|
||||||
this.unbindEvents()
|
|
||||||
}, 100)
|
|
||||||
},
|
|
||||||
|
|
||||||
// Get the cursor position relative to the splitpane container.
|
|
||||||
getCurrentMouseDrag (event) {
|
|
||||||
const rect = this.container.getBoundingClientRect()
|
|
||||||
const { clientX, clientY } = ('ontouchstart' in window && event.touches)
|
|
||||||
? event.touches[0]
|
|
||||||
: event
|
|
||||||
return {
|
|
||||||
x: clientX - rect.left,
|
|
||||||
y: clientY - rect.top
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
// Returns the drag percentage of the splitter relative to the 2 panes it's inbetween.
|
|
||||||
// if the sum of size of the 2 cells is 60%, the dragPercentage range will be 0 to 100% of this 60%.
|
|
||||||
getCurrentDragPercentage (drag) {
|
|
||||||
drag = drag[this.horizontal ? 'y' : 'x']
|
|
||||||
// In the code bellow 'size' refers to 'width' for vertical and 'height' for horizontal layout.
|
|
||||||
const containerSize = this.container[this.horizontal ? 'clientHeight' : 'clientWidth']
|
|
||||||
return drag * 100 / containerSize
|
|
||||||
},
|
},
|
||||||
|
|
||||||
moveSplitter (event) {
|
moveSplitter (event) {
|
||||||
const dragPercentage = this.getCurrentDragPercentage(this.getCurrentMouseDrag(event))
|
const splitterInfo = {
|
||||||
const paneBefore = this.paneBefore
|
container: this.container,
|
||||||
const paneAfter = this.paneAfter
|
paneBeforeMax: this.paneBefore.max,
|
||||||
|
paneAfterMax: this.paneAfter.max,
|
||||||
const paneBeforeMaxReached = paneBefore.max < 100 && (dragPercentage >= paneBefore.max)
|
isHorisontal: this.horizontal
|
||||||
const paneAfterMaxReached = paneAfter.max < 100 && (dragPercentage <= 100 - paneAfter.max)
|
|
||||||
|
|
||||||
const dir = this.horizontal ? 'top' : 'left'
|
|
||||||
|
|
||||||
// Prevent dragging beyond pane max.
|
|
||||||
if (paneBeforeMaxReached || paneAfterMaxReached) {
|
|
||||||
if (paneBeforeMaxReached) {
|
|
||||||
this.$set(this.movableSplitter, dir, paneBefore.max)
|
|
||||||
} else {
|
|
||||||
this.$set(this.movableSplitter, dir, Math.max(100 - paneAfter.max, 0))
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
this.$set(this.movableSplitter, dir, Math.min(Math.max(dragPercentage, 0), paneBefore.max))
|
|
||||||
}
|
}
|
||||||
|
const offset = splitter.calculateOffset(event, splitterInfo)
|
||||||
|
const dir = this.horizontal ? 'top' : 'left'
|
||||||
|
this.movableSplitter[dir] = offset
|
||||||
},
|
},
|
||||||
togglePane (toggledPane) {
|
|
||||||
const pane = toggledPane === 'before' ? this.paneBefore : this.paneAfter
|
togglePane (pane) {
|
||||||
if (pane.size > 0) {
|
if (pane.size > 0) {
|
||||||
this.beforeMinimising.before = this.paneBefore.size
|
this.beforeMinimising.before = this.paneBefore.size
|
||||||
this.beforeMinimising.after = this.paneAfter.size
|
this.beforeMinimising.after = this.paneAfter.size
|
||||||
pane.size = 0
|
pane.size = 0
|
||||||
const otherPane = toggledPane === 'before' ? this.paneAfter : this.paneBefore
|
const otherPane = pane === this.paneBefore ? this.paneAfter : this.paneBefore
|
||||||
otherPane.size = 100 - pane.size
|
otherPane.size = 100 - pane.size
|
||||||
} else {
|
} else {
|
||||||
this.paneBefore.size = this.beforeMinimising.before
|
this.paneBefore.size = this.beforeMinimising.before
|
||||||
@@ -265,11 +224,11 @@ export default {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitpanes--vertical {flex-direction: row;}
|
.splitpanes-vertical {flex-direction: row;}
|
||||||
.splitpanes--horizontal {flex-direction: column;}
|
.splitpanes-horizontal {flex-direction: column;}
|
||||||
.splitpanes--dragging * {user-select: none;}
|
.splitpanes-dragging * {user-select: none;}
|
||||||
|
|
||||||
.splitpanes__pane {
|
.splitpanes-pane {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
@@ -277,16 +236,16 @@ export default {
|
|||||||
|
|
||||||
/* Splitter */
|
/* Splitter */
|
||||||
|
|
||||||
.splitpanes--vertical > .splitpanes__splitter,
|
.splitpanes-vertical > .splitpanes-splitter,
|
||||||
.splitpanes--vertical.splitpanes--dragging {
|
.splitpanes-vertical.splitpanes-dragging {
|
||||||
cursor: col-resize;
|
cursor: col-resize;
|
||||||
}
|
}
|
||||||
.splitpanes--horizontal > .splitpanes__splitter,
|
.splitpanes-horizontal > .splitpanes-splitter,
|
||||||
.splitpanes--horizontal.splitpanes--dragging {
|
.splitpanes-horizontal.splitpanes-dragging {
|
||||||
cursor: row-resize;
|
cursor: row-resize;
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitpanes__splitter {
|
.splitpanes-splitter {
|
||||||
touch-action: none;
|
touch-action: none;
|
||||||
background-color: var(--color-bg-light);
|
background-color: var(--color-bg-light);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@@ -295,12 +254,12 @@ export default {
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitpanes--horizontal > .splitpanes__splitter {
|
.splitpanes-horizontal > .splitpanes-splitter {
|
||||||
border-top: 1px solid var(--color-border-light);
|
border-top: 1px solid var(--color-border-light);
|
||||||
border-bottom: 1px solid var(--color-border-light);
|
border-bottom: 1px solid var(--color-border-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitpanes--vertical > .splitpanes__splitter {
|
.splitpanes-vertical > .splitpanes-splitter {
|
||||||
border-left: 1px solid var(--color-border-light);
|
border-left: 1px solid var(--color-border-light);
|
||||||
border-right: 1px solid var(--color-border-light);
|
border-right: 1px solid var(--color-border-light);
|
||||||
}
|
}
|
||||||
@@ -310,15 +269,15 @@ export default {
|
|||||||
background-color:rgba(162, 177, 198, 0.5);
|
background-color:rgba(162, 177, 198, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitpanes--vertical > .splitpanes__splitter,
|
.splitpanes-vertical > .splitpanes-splitter,
|
||||||
.splitpanes--vertical > .movable-splitter {
|
.splitpanes-vertical > .movable-splitter {
|
||||||
width: 8px;
|
width: 8px;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
height: 100%
|
height: 100%
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitpanes--horizontal > .splitpanes__splitter,
|
.splitpanes-horizontal > .splitpanes-splitter,
|
||||||
.splitpanes--horizontal > .movable-splitter {
|
.splitpanes-horizontal > .movable-splitter {
|
||||||
height: 8px;
|
height: 8px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
@@ -332,11 +291,11 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitpanes--vertical > .splitpanes__splitter .toggle-btns {
|
.splitpanes-vertical > .splitpanes-splitter .toggle-btns {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitpanes--horizontal > .splitpanes__splitter .toggle-btns {
|
.splitpanes-horizontal > .splitpanes-splitter .toggle-btns {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -349,12 +308,12 @@ export default {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitpanes--vertical > .splitpanes__splitter .toggle-btn {
|
.splitpanes-vertical > .splitpanes-splitter .toggle-btn {
|
||||||
height: 49px;
|
height: 49px;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitpanes--horizontal > .splitpanes__splitter .toggle-btn {
|
.splitpanes-horizontal > .splitpanes-splitter .toggle-btn {
|
||||||
width: 49px;
|
width: 49px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
}
|
}
|
||||||
@@ -365,20 +324,20 @@ export default {
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitpanes--horizontal > .splitpanes__splitter .toggle-btns.both .toggle-btn:first-child {
|
.splitpanes-horizontal > .splitpanes-splitter .toggle-btns.both .toggle-btn:first-child {
|
||||||
border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
|
border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitpanes--horizontal > .splitpanes__splitter .toggle-btns.both .toggle-btn:last-child {
|
.splitpanes-horizontal > .splitpanes-splitter .toggle-btns.both .toggle-btn:last-child {
|
||||||
border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0;
|
border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0;
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitpanes--vertical > .splitpanes__splitter .toggle-btns.both .toggle-btn:first-child {
|
.splitpanes-vertical > .splitpanes-splitter .toggle-btns.both .toggle-btn:first-child {
|
||||||
border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
|
border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitpanes--vertical > .splitpanes__splitter .toggle-btns.both .toggle-btn:last-child {
|
.splitpanes-vertical > .splitpanes-splitter .toggle-btns.both .toggle-btn:last-child {
|
||||||
border-radius: 0 0 var(--border-radius-small) var(--border-radius-small);
|
border-radius: 0 0 var(--border-radius-small) var(--border-radius-small);
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,38 +1,22 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="codemirror-container">
|
<div class="codemirror-container">
|
||||||
<codemirror v-model="query" :options="cmOptions" @changes="onCmChange" />
|
<codemirror v-model="query" :options="cmOptions" @changes="onChange" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import CM from 'codemirror'
|
import hint from '@/hint'
|
||||||
import { codemirror } from 'vue-codemirror'
|
import { codemirror } from 'vue-codemirror'
|
||||||
import 'codemirror/lib/codemirror.css'
|
import 'codemirror/lib/codemirror.css'
|
||||||
import 'codemirror/mode/sql/sql.js'
|
import 'codemirror/mode/sql/sql.js'
|
||||||
import 'codemirror/theme/neo.css'
|
import 'codemirror/theme/neo.css'
|
||||||
import 'codemirror/addon/hint/show-hint.js'
|
|
||||||
import 'codemirror/addon/hint/show-hint.css'
|
import 'codemirror/addon/hint/show-hint.css'
|
||||||
import 'codemirror/addon/hint/sql-hint.js'
|
import 'codemirror/addon/display/autorefresh.js'
|
||||||
import { debounce } from 'debounce'
|
|
||||||
|
|
||||||
const sqlHint = CM.hint.sql
|
|
||||||
CM.hint.sql = (cm, options) => {
|
|
||||||
const token = cm.getTokenAt(cm.getCursor()).string.toUpperCase()
|
|
||||||
const result = sqlHint(cm, options)
|
|
||||||
// Don't show the hint if there is only one option
|
|
||||||
// and the token is already completed with this option
|
|
||||||
if (result.list.length === 1 && result.list[0].text.toUpperCase() === token) {
|
|
||||||
result.list = []
|
|
||||||
}
|
|
||||||
return result
|
|
||||||
}
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'SqlEditor',
|
name: 'SqlEditor',
|
||||||
props: ['value'],
|
props: ['value'],
|
||||||
components: {
|
components: { codemirror },
|
||||||
codemirror
|
|
||||||
},
|
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
query: this.value,
|
query: this.value,
|
||||||
@@ -42,44 +26,19 @@ export default {
|
|||||||
mode: 'text/x-mysql',
|
mode: 'text/x-mysql',
|
||||||
theme: 'neo',
|
theme: 'neo',
|
||||||
lineNumbers: true,
|
lineNumbers: true,
|
||||||
line: true
|
line: true,
|
||||||
|
autofocus: true,
|
||||||
|
autoRefresh: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
|
||||||
tables () {
|
|
||||||
const tables = {}
|
|
||||||
if (this.$store.state.schema) {
|
|
||||||
this.$store.state.schema.forEach(table => {
|
|
||||||
tables[table.name] = table.columns.map(column => column.name)
|
|
||||||
})
|
|
||||||
}
|
|
||||||
return tables
|
|
||||||
}
|
|
||||||
},
|
|
||||||
watch: {
|
watch: {
|
||||||
query () {
|
query () {
|
||||||
this.$emit('input', this.query)
|
this.$emit('input', this.query)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
onCmChange: debounce(function (editor) {
|
onChange: hint.show
|
||||||
// Don't show autocomplete after a space or semicolon or in string literals
|
|
||||||
const ch = editor.getTokenAt(editor.getCursor()).string.slice(-1)
|
|
||||||
const tokenType = editor.getTokenAt(editor.getCursor()).type
|
|
||||||
if (tokenType === 'string' || !ch || ch === ' ' || ch === ';') {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
const hintOptions = {
|
|
||||||
tables: this.tables,
|
|
||||||
completeSingle: false,
|
|
||||||
completeOnSingleClick: true,
|
|
||||||
alignWithWord: false
|
|
||||||
}
|
|
||||||
|
|
||||||
CM.showHint(editor, CM.hint.sql, hintOptions)
|
|
||||||
}, 400)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -40,6 +40,7 @@
|
|||||||
<div class="table-footer">
|
<div class="table-footer">
|
||||||
<div class="table-footer-count">
|
<div class="table-footer-count">
|
||||||
{{ dataSet.values.length}} {{dataSet.values.length === 1 ? 'row' : 'rows'}} retrieved
|
{{ dataSet.values.length}} {{dataSet.values.length === 1 ? 'row' : 'rows'}} retrieved
|
||||||
|
<span v-if="preview">for preview</span>
|
||||||
</div>
|
</div>
|
||||||
<pager v-show="pageCount > 1" :page-count="pageCount" v-model="currentPage" />
|
<pager v-show="pageCount > 1" :page-count="pageCount" v-model="currentPage" />
|
||||||
</div>
|
</div>
|
||||||
@@ -52,7 +53,7 @@ import Pager from '@/components/Pager'
|
|||||||
export default {
|
export default {
|
||||||
name: 'SqlTable',
|
name: 'SqlTable',
|
||||||
components: { Pager },
|
components: { Pager },
|
||||||
props: ['dataSet', 'height'],
|
props: ['dataSet', 'height', 'preview'],
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
header: null,
|
header: null,
|
||||||
@@ -89,9 +90,6 @@ export default {
|
|||||||
},
|
},
|
||||||
onScrollTable () {
|
onScrollTable () {
|
||||||
this.$refs['header-container'].scrollLeft = this.$refs['table-container'].scrollLeft
|
this.$refs['header-container'].scrollLeft = this.$refs['table-container'].scrollLeft
|
||||||
},
|
|
||||||
functionName () {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
|
|||||||
@@ -15,13 +15,19 @@
|
|||||||
<div id="bottomPane" ref="bottomPane">
|
<div id="bottomPane" ref="bottomPane">
|
||||||
<view-switcher :view.sync="view" />
|
<view-switcher :view.sync="view" />
|
||||||
<div v-show="view === 'table'" class="table-view">
|
<div v-show="view === 'table'" class="table-view">
|
||||||
<div v-show="result === null && !isGettingResults && !error" class="table-preview">
|
<div
|
||||||
|
v-show="result === null && !isGettingResults && !error"
|
||||||
|
class="table-preview result-before"
|
||||||
|
>
|
||||||
Run your query and get results here
|
Run your query and get results here
|
||||||
</div>
|
</div>
|
||||||
<div v-show="isGettingResults" class="table-preview">
|
<div v-show="isGettingResults" class="table-preview result-in-progress">
|
||||||
Fetching results...
|
Fetching results...
|
||||||
</div>
|
</div>
|
||||||
<div v-show="result === undefined && !isGettingResults && !error" class="table-preview">
|
<div
|
||||||
|
v-show="result === undefined && !isGettingResults && !error"
|
||||||
|
class="table-preview result-empty"
|
||||||
|
>
|
||||||
No rows retrieved according to your query
|
No rows retrieved according to your query
|
||||||
</div>
|
</div>
|
||||||
<div v-show="error" class="table-preview error">
|
<div v-show="error" class="table-preview error">
|
||||||
@@ -34,7 +40,7 @@
|
|||||||
:sql-result="result"
|
:sql-result="result"
|
||||||
:init-chart="initChart"
|
:init-chart="initChart"
|
||||||
ref="chart"
|
ref="chart"
|
||||||
@update="$store.commit('updateTabState', { index: tabIndex, isUnsaved: true })"
|
@update="$store.commit('updateTab', { index: tabIndex, isUnsaved: true })"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -93,26 +99,24 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
query () {
|
query () {
|
||||||
this.$store.commit('updateTabState', { index: this.tabIndex, isUnsaved: true })
|
this.$store.commit('updateTab', { index: this.tabIndex, isUnsaved: true })
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// Run a command in the database
|
// Run a command in the database
|
||||||
execute () {
|
async execute () {
|
||||||
// this.$refs.output.textContent = 'Fetching results...' */
|
|
||||||
this.isGettingResults = true
|
this.isGettingResults = true
|
||||||
this.result = null
|
this.result = null
|
||||||
this.error = null
|
this.error = null
|
||||||
this.$db.execute(this.query + ';')
|
const state = this.$store.state
|
||||||
.then(result => {
|
try {
|
||||||
this.result = result
|
this.result = await state.db.execute(this.query + ';')
|
||||||
})
|
const schema = await state.db.getSchema(state.dbName)
|
||||||
.catch(err => {
|
this.$store.commit('saveSchema', schema)
|
||||||
this.error = err
|
} catch (err) {
|
||||||
})
|
this.error = err
|
||||||
.finally(() => {
|
}
|
||||||
this.isGettingResults = false
|
this.isGettingResults = false
|
||||||
})
|
|
||||||
},
|
},
|
||||||
handleResize () {
|
handleResize () {
|
||||||
if (this.view === 'chart') {
|
if (this.view === 'chart') {
|
||||||
@@ -133,9 +137,6 @@ export default {
|
|||||||
// 40 - height of table header
|
// 40 - height of table header
|
||||||
const freeSpace = bottomPane.offsetHeight - 88 - 42 - 30 - 5 - 40
|
const freeSpace = bottomPane.offsetHeight - 88 - 42 - 30 - 5 - 40
|
||||||
this.tableViewHeight = freeSpace - (freeSpace % 40)
|
this.tableViewHeight = freeSpace - (freeSpace % 40)
|
||||||
},
|
|
||||||
getChartSatateForSave () {
|
|
||||||
return this.$refs.chart.getChartSatateForSave()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="tabs-container">
|
<div id="tabs">
|
||||||
<div id="tabs__header" v-if="tabs.length > 0">
|
<div id="tabs-header" v-if="tabs.length > 0">
|
||||||
<div
|
<div
|
||||||
v-for="(tab, index) in tabs"
|
v-for="(tab, index) in tabs"
|
||||||
:key="index"
|
:key="index"
|
||||||
@click="selectTab(tab.id)"
|
@click="selectTab(tab.id)"
|
||||||
:class="[{'tab__selected': (tab.id === selectedIndex)}, 'tab']"
|
:class="[{'tab-selected': (tab.id === selectedIndex)}, 'tab']"
|
||||||
>
|
>
|
||||||
<div class="tab-name">
|
<div class="tab-name">
|
||||||
<span v-show="tab.isUnsaved">*</span>
|
<span v-show="tab.isUnsaved" class="star">*</span>
|
||||||
<span v-if="tab.name">{{ tab.name }}</span>
|
<span v-if="tab.name">{{ tab.name }}</span>
|
||||||
<span v-else class="tab-untitled">{{ tab.tempName }}</span>
|
<span v-else class="tab-untitled">{{ tab.tempName }}</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
:is-predefined="tab.isPredefined"
|
:is-predefined="tab.isPredefined"
|
||||||
:tab-index="index"
|
:tab-index="index"
|
||||||
/>
|
/>
|
||||||
<div v-if="tabs.length === 0" id="start-guide">
|
<div v-show="tabs.length === 0" id="start-guide">
|
||||||
<span class="link" @click="$root.$emit('createNewQuery')">Create</span>
|
<span class="link" @click="$root.$emit('createNewQuery')">Create</span>
|
||||||
a new query from scratch or open the one from
|
a new query from scratch or open the one from
|
||||||
<router-link class="link" to="/my-queries">My queries</router-link>
|
<router-link class="link" to="/my-queries">My queries</router-link>
|
||||||
@@ -86,9 +86,6 @@ export default {
|
|||||||
created () {
|
created () {
|
||||||
window.addEventListener('beforeunload', this.leavingSqliteviz)
|
window.addEventListener('beforeunload', this.leavingSqliteviz)
|
||||||
},
|
},
|
||||||
unmounted () {
|
|
||||||
window.removeEventListener('beforeunload', this.leavingSqliteviz)
|
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
leavingSqliteviz (event) {
|
leavingSqliteviz (event) {
|
||||||
if (this.tabs.some(tab => tab.isUnsaved)) {
|
if (this.tabs.some(tab => tab.isUnsaved)) {
|
||||||
@@ -128,18 +125,18 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#tabs-container {
|
#tabs {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: var(--color-bg-light);
|
background-color: var(--color-bg-light);
|
||||||
}
|
}
|
||||||
#tabs__header {
|
#tabs-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
#tabs__header .tab {
|
#tabs-header .tab {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
background-color: var(--color-bg-light);
|
background-color: var(--color-bg-light);
|
||||||
border-right: 1px solid var(--color-border-light);
|
border-right: 1px solid var(--color-border-light);
|
||||||
@@ -155,24 +152,24 @@ export default {
|
|||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
#tabs__header .tab-name {
|
#tabs-header .tab-name {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabs__header div:hover {
|
#tabs-header div:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabs__header .tab__selected {
|
#tabs-header .tab-selected {
|
||||||
color: var(--color-text-active);
|
color: var(--color-text-active);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
background-color: var(--color-white);
|
background-color: var(--color-white);
|
||||||
}
|
}
|
||||||
#tabs__header .tab__selected:hover {
|
#tabs-header .tab-selected:hover {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,28 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div :class="['text-field-label', { error: errorMsg }]">{{ label }}</div>
|
<div v-if="label" :class="['text-field-label', { error: errorMsg }, {'disabled': disabled}]">
|
||||||
|
{{ label }}
|
||||||
|
<hint-icon class="hint" v-if="hint" :hint="hint" :max-width="maxHintWidth || '149px'"/>
|
||||||
|
</div>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
:placeholder="placeholder"
|
:placeholder="placeholder"
|
||||||
:class="{ error: errorMsg }"
|
:class="{ error: errorMsg }"
|
||||||
:style="{ width: width }"
|
:style="{ width: width }"
|
||||||
:value="value"
|
:value="value"
|
||||||
@input="$emit('input', $event.target.value)"
|
:disabled="disabled"
|
||||||
|
@input="$emit('input', $event.target.value)"
|
||||||
/>
|
/>
|
||||||
<div class="text-field-error">{{ errorMsg }}</div>
|
<div v-show="errorMsg" class="text-field-error">{{ errorMsg }}</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import HintIcon from '@/components/svg/hint'
|
||||||
export default {
|
export default {
|
||||||
name: 'textField',
|
name: 'textField',
|
||||||
props: ['placeholder', 'label', 'errorMsg', 'value', 'width']
|
props: ['placeholder', 'label', 'errorMsg', 'value', 'width', 'hint', 'maxHintWidth', 'disabled'],
|
||||||
|
components: { HintIcon }
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -30,6 +36,7 @@ input {
|
|||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
input::placeholder {
|
input::placeholder {
|
||||||
@@ -40,24 +47,44 @@ input:focus {
|
|||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:disabled {
|
||||||
|
background: var(--color-bg-light);
|
||||||
|
color: var(--color-text-light-2);
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
input.error {
|
input.error {
|
||||||
border-color: var(--color-text-error);
|
border-color: var(--color-text-error);
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-field-label {
|
.text-field-label {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: var(--color-text-base);
|
color: var(--color-text-base);
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
|
display: inline-block;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-field-label .hint{
|
||||||
|
position: absolute;
|
||||||
|
top: -2px;
|
||||||
|
right: -22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-field-label.error {
|
.text-field-label.error {
|
||||||
color: var(--color-text-error);
|
color: var(--color-text-error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-field-label.disabled {
|
||||||
|
color: var(--color-text-light-2);
|
||||||
|
}
|
||||||
|
|
||||||
.text-field-error {
|
.text-field-error {
|
||||||
color: var(--color-text-error);
|
color: var(--color-text-error);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
fill="none"
|
fill="none"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
@mouseover="showTooltip"
|
@mouseover="showTooltip"
|
||||||
@mouseout="$set(tooltipStyle, 'visibility', 'hidden')"
|
@mouseout="hideTooltip"
|
||||||
>
|
>
|
||||||
<path
|
<path
|
||||||
d="M3 10.5V12.75C3 14.25 5.2875 15.54 8.25 15.75V13.5825L8.3475 13.5C5.34 13.32 3 12.045 3 10.5ZM9 9.75C5.685 9.75 3 8.4075 3 6.75V9C3 10.6575 5.685 12 9 12C9.2925 12 9.5775 12 9.87 12L12.75 9.09C11.55 9.54 10.2825 9.75 9 9.75ZM9 2.25C5.685 2.25 3 3.5925 3 5.25C3 6.9075 5.685 8.25 9 8.25C12.315 8.25 15 6.9075 15 5.25C15 3.5925 12.315 2.25 9 2.25ZM15.75 8.3475C15.6375 8.3475 15.5325 8.3925 15.4575 8.475L14.7075 9.225L16.245 10.725L16.995 9.975C17.1525 9.825 17.16 9.57 16.995 9.3975L16.065 8.475C15.99 8.3925 15.885 8.3475 15.78 8.3475H15.75ZM14.28 9.66L9.75 14.205V15.75H11.295L15.84 11.1975L14.28 9.66Z"
|
d="M3 10.5V12.75C3 14.25 5.2875 15.54 8.25 15.75V13.5825L8.3475 13.5C5.34 13.32 3 12.045 3 10.5ZM9 9.75C5.685 9.75 3 8.4075 3 6.75V9C3 10.6575 5.685 12 9 12C9.2925 12 9.5775 12 9.87 12L12.75 9.09C11.55 9.54 10.2825 9.75 9 9.75ZM9 2.25C5.685 2.25 3 3.5925 3 5.25C3 6.9075 5.685 8.25 9 8.25C12.315 8.25 15 6.9075 15 5.25C15 3.5925 12.315 2.25 9 2.25ZM15.75 8.3475C15.6375 8.3475 15.5325 8.3925 15.4575 8.475L14.7075 9.225L16.245 10.725L16.995 9.975C17.1525 9.825 17.16 9.57 16.995 9.3975L16.065 8.475C15.99 8.3925 15.885 8.3475 15.78 8.3475H15.75ZM14.28 9.66L9.75 14.205V15.75H11.295L15.84 11.1975L14.28 9.66Z"
|
||||||
|
|||||||
41
src/components/svg/clear.vue
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
<template>
|
||||||
|
<svg
|
||||||
|
:class="['clear-icon', {'disabled': disabled}]"
|
||||||
|
width="20"
|
||||||
|
height="20"
|
||||||
|
viewBox="0 0 20 20"
|
||||||
|
fill="none"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
>
|
||||||
|
<path
|
||||||
|
d="M14.3481 14.849C13.8791 15.318 13.1191 15.318 12.6511 14.849L10.0001 11.819L7.34907 14.848C6.88007 15.317 6.12007 15.317 5.65207 14.848C5.18307 14.379 5.18307 13.619 5.65207 13.151L8.41007 10.001L5.65107 6.84898C5.18207 6.37998 5.18207 5.62098 5.65107 5.15198C6.12007 4.68298 6.87907 4.68298 7.34807 5.15198L10.0001 8.18298L12.6511 5.15198C13.1201 4.68298 13.8791 4.68298 14.3481 5.15198C14.8171 5.62098 14.8171 6.38098 14.3481 6.84898L11.5901 10.001L14.3481 13.151C14.8171 13.62 14.8171 14.38 14.3481 14.849V14.849Z"
|
||||||
|
fill="#C8D4E3"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: 'ClearIcon',
|
||||||
|
props: ['disabled']
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.clear-icon {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.clear-icon:hover path {
|
||||||
|
fill: var(--color-danger);
|
||||||
|
}
|
||||||
|
|
||||||
|
.disabled.clear-icon {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
.disabled.clear-icon:hover path {
|
||||||
|
fill: #C8D4E3;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<svg
|
<svg
|
||||||
@click.stop="$emit('click')"
|
@click.stop="$emit('click')"
|
||||||
class="icon"
|
:class="['icon', {'disabled': disabled }]"
|
||||||
:width="size"
|
:width="size"
|
||||||
:height="size"
|
:height="size"
|
||||||
viewBox="0 0 14 14"
|
viewBox="0 0 14 14"
|
||||||
@@ -23,6 +23,11 @@ export default {
|
|||||||
type: Number,
|
type: Number,
|
||||||
required: false,
|
required: false,
|
||||||
default: 14
|
default: 14
|
||||||
|
},
|
||||||
|
disabled: {
|
||||||
|
type: Boolean,
|
||||||
|
required: false,
|
||||||
|
default: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -32,6 +37,9 @@ export default {
|
|||||||
.icon {
|
.icon {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
.disabled {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
.icon:hover path {
|
.icon:hover path {
|
||||||
fill: var(--color-text-base);
|
fill: var(--color-text-base);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
@click.stop="$emit('click')"
|
@click.stop="$emit('click')"
|
||||||
@mouseover="showTooltip"
|
@mouseover="showTooltip"
|
||||||
@mouseout="$set(tooltipStyle, 'visibility', 'hidden')"
|
@mouseout="hideTooltip"
|
||||||
>
|
>
|
||||||
<path
|
<path
|
||||||
d="M14.25 15.75H6V5.25H14.25V15.75ZM14.25 3.75H6C5.60218 3.75 5.22064 3.90804 4.93934 4.18934C4.65804 4.47064 4.5 4.85218 4.5 5.25V15.75C4.5 16.1478 4.65804 16.5294 4.93934 16.8107C5.22064 17.092 5.60218 17.25 6 17.25H14.25C14.6478 17.25 15.0294 17.092 15.3107 16.8107C15.592 16.5294 15.75 16.1478 15.75 15.75V5.25C15.75 4.85218 15.592 4.47064 15.3107 4.18934C15.0294 3.90804 14.6478 3.75 14.25 3.75ZM12 0.75H3C2.60218 0.75 2.22064 0.908035 1.93934 1.18934C1.65804 1.47064 1.5 1.85218 1.5 2.25V12.75H3V2.25H12V0.75Z"
|
d="M14.25 15.75H6V5.25H14.25V15.75ZM14.25 3.75H6C5.60218 3.75 5.22064 3.90804 4.93934 4.18934C4.65804 4.47064 4.5 4.85218 4.5 5.25V15.75C4.5 16.1478 4.65804 16.5294 4.93934 16.8107C5.22064 17.092 5.60218 17.25 6 17.25H14.25C14.6478 17.25 15.0294 17.092 15.3107 16.8107C15.592 16.5294 15.75 16.1478 15.75 15.75V5.25C15.75 4.85218 15.592 4.47064 15.3107 4.18934C15.0294 3.90804 14.6478 3.75 14.25 3.75ZM12 0.75H3C2.60218 0.75 2.22064 0.908035 1.93934 1.18934C1.65804 1.47064 1.5 1.85218 1.5 2.25V12.75H3V2.25H12V0.75Z"
|
||||||
@@ -33,7 +33,7 @@ export default {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.icon {
|
.icon {
|
||||||
vertical-align: middle;
|
display: block;
|
||||||
margin: 0 12px;
|
margin: 0 12px;
|
||||||
}
|
}
|
||||||
.icon:hover path {
|
.icon:hover path {
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
@click.stop="$emit('click')"
|
@click.stop="$emit('click')"
|
||||||
@mouseover="showTooltip"
|
@mouseover="showTooltip"
|
||||||
@mouseout="$set(tooltipStyle, 'visibility', 'hidden')"
|
@mouseout="hideTooltip"
|
||||||
>
|
>
|
||||||
<path
|
<path
|
||||||
d="M6.75 2.25V3H3V4.5H3.75V14.25C3.75 14.6478 3.90804 15.0294 4.18934 15.3107C4.47064 15.592 4.85218 15.75 5.25 15.75H12.75C13.1478 15.75 13.5294 15.592 13.8107 15.3107C14.092 15.0294 14.25 14.6478 14.25 14.25V4.5H15V3H11.25V2.25H6.75ZM5.25 4.5H12.75V14.25H5.25V4.5ZM6.75 6V12.75H8.25V6H6.75ZM9.75 6V12.75H11.25V6H9.75Z"
|
d="M6.75 2.25V3H3V4.5H3.75V14.25C3.75 14.6478 3.90804 15.0294 4.18934 15.3107C4.47064 15.592 4.85218 15.75 5.25 15.75H12.75C13.1478 15.75 13.5294 15.592 13.8107 15.3107C14.092 15.0294 14.25 14.6478 14.25 14.25V4.5H15V3H11.25V2.25H6.75ZM5.25 4.5H12.75V14.25H5.25V4.5ZM6.75 6V12.75H8.25V6H6.75ZM9.75 6V12.75H11.25V6H9.75Z"
|
||||||
@@ -33,7 +33,7 @@ export default {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.icon {
|
.icon {
|
||||||
vertical-align: middle;
|
display: block;
|
||||||
margin: 0 12px;
|
margin: 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
38
src/components/svg/dropDownChevron.vue
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
<template>
|
||||||
|
<svg
|
||||||
|
:class="['chevron-icon', {'disabled': disabled}]"
|
||||||
|
width="20"
|
||||||
|
height="20"
|
||||||
|
viewBox="0 0 20 20"
|
||||||
|
fill="none"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
>
|
||||||
|
<path d="M6.175 7.15002L10 10.975L13.825 7.15002L15 8.33336L10 13.3334L5 8.33336L6.175 7.15002Z" fill="#C8D4E3"/>
|
||||||
|
</svg>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: 'DropDownChevron',
|
||||||
|
props: ['disabled']
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.chevron-icon {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chevron-icon:hover path {
|
||||||
|
fill: var(--color-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.disabled.chevron-icon {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
.disabled.chevron-icon:hover path {
|
||||||
|
fill: #C8D4E3;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -9,16 +9,16 @@
|
|||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
@click.stop="$emit('click')"
|
@click.stop="$emit('click')"
|
||||||
@mouseover="showTooltip"
|
@mouseover="showTooltip"
|
||||||
@mouseout="$set(tooltipStyle, 'visibility', 'hidden')"
|
@mouseout="hideTooltip"
|
||||||
>
|
>
|
||||||
<path
|
<path
|
||||||
d="M10.5 1.5H4.5C3.675 1.5 3 2.175 3 3V15C3 15.825 3.675 16.5 4.5 16.5H13.5C14.325 16.5 15 15.825 15 15V6L10.5 1.5ZM13.5 15H4.5V3H9.75V6.75H13.5V15ZM12 8.25V13.575L10.425 12L8.325 14.1L6.225 12L8.325 9.9L6.675 8.25H12Z"
|
d="M10.5 1.5H4.5C3.675 1.5 3 2.175 3 3V15C3 15.825 3.675 16.5 4.5 16.5H13.5C14.325 16.5 15 15.825 15 15V6L10.5 1.5ZM13.5 15H4.5V3H9.75V6.75H13.5V15ZM12 8.25V13.575L10.425 12L8.325 14.1L6.225 12L8.325 9.9L6.675 8.25H12Z"
|
||||||
fill="#A2B1C6"
|
fill="#A2B1C6"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
<span class="icon-tooltip" :style="tooltipStyle">
|
<span class="icon-tooltip" :style="tooltipStyle">
|
||||||
Export query to file
|
{{ tooltip }}
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -27,14 +27,16 @@ import tooltipMixin from '@/mixins/tooltips'
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'ExportIcon',
|
name: 'ExportIcon',
|
||||||
mixins: [tooltipMixin]
|
mixins: [tooltipMixin],
|
||||||
|
props: ['tooltip']
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.icon {
|
.icon {
|
||||||
vertical-align: middle;
|
display: block;
|
||||||
margin: 0 12px;
|
margin: 0 12px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon:hover path {
|
.icon:hover path {
|
||||||
|
|||||||
48
src/components/svg/hint.vue
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<svg
|
||||||
|
class="hint-icon"
|
||||||
|
width="20"
|
||||||
|
height="20"
|
||||||
|
viewBox="0 0 20 20"
|
||||||
|
fill="none"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
@mouseover="showTooltip"
|
||||||
|
@mouseout="hideTooltip"
|
||||||
|
>
|
||||||
|
<path d="M8.75 14.1666H10.4167V12.5H8.75V14.1666ZM9.58333 16.25C5.90833 16.25 2.91667 13.2583 2.91667 9.58333C2.91667 5.90833 5.90833 2.91667 9.58333 2.91667C13.2583 2.91667 16.25 5.90833 16.25 9.58333C16.25 13.2583 13.2583 16.25 9.58333 16.25ZM9.58333 1.25C8.48898 1.25 7.40535 1.46555 6.3943 1.88434C5.38326 2.30313 4.4646 2.91696 3.69078 3.69078C2.12797 5.25358 1.25 7.3732 1.25 9.58333C1.25 11.7935 2.12797 13.9131 3.69078 15.4759C4.4646 16.2497 5.38326 16.8635 6.3943 17.2823C7.40535 17.7011 8.48898 17.9167 9.58333 17.9167C11.7935 17.9167 13.9131 17.0387 15.4759 15.4759C17.0387 13.9131 17.9167 11.7935 17.9167 9.58333C17.9167 8.48898 17.7011 7.40535 17.2823 6.3943C16.8635 5.38326 16.2497 4.4646 15.4759 3.69078C14.7021 2.91696 13.7834 2.30313 12.7724 1.88434C11.7613 1.46555 10.6777 1.25 9.58333 1.25Z" fill="#A2B1C6"/>
|
||||||
|
<path d="M9.91601 4.51787C8.98167 4.42606 8.05144 4.69097 7.36309 5.24472C6.68735 5.78828 6.2998 6.56661 6.2998 7.38012H7.92488C7.92488 6.97463 8.11059 6.60187 8.44779 6.33061C8.79784 6.049 9.25647 5.92005 9.73896 5.96755C10.4832 6.04076 11.0828 6.57277 11.1647 7.23265C11.2306 7.764 10.9661 8.28194 10.4744 8.58426C9.38676 9.25303 8.73742 10.343 8.73742 11.5H10.3625C10.3625 10.8243 10.7477 10.184 11.3929 9.78733C12.3808 9.17985 12.9122 8.13913 12.7798 7.07124C12.6144 5.73863 11.41 4.66476 9.91601 4.51787Z" fill="#A2B1C6"/>
|
||||||
|
</svg>
|
||||||
|
<span class="icon-tooltip" :style="{...tooltipStyle, maxWidth: maxWidth }">
|
||||||
|
{{ hint }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import tooltipMixin from '@/mixins/tooltips'
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: 'HintIcon',
|
||||||
|
props: ['hint', 'maxWidth'],
|
||||||
|
mixins: [tooltipMixin]
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.hint-icon {
|
||||||
|
display: block;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.hint-icon:hover path {
|
||||||
|
fill: var(--color-text-base);
|
||||||
|
}
|
||||||
|
.icon-tooltip {
|
||||||
|
display: block;
|
||||||
|
white-space: normal;
|
||||||
|
height: auto;
|
||||||
|
line-height: normal;
|
||||||
|
padding: 6px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
@click.stop="$emit('click')"
|
@click.stop="$emit('click')"
|
||||||
@mouseover="showTooltip"
|
@mouseover="showTooltip"
|
||||||
@mouseout="$set(tooltipStyle, 'visibility', 'hidden')"
|
@mouseout="hideTooltip"
|
||||||
>
|
>
|
||||||
<path
|
<path
|
||||||
d="M10.545 6.75L11.25 7.455L4.44 14.25H3.75V13.56L10.545 6.75ZM13.245 2.25C13.0575 2.25 12.8625 2.325 12.72 2.4675L11.3475 3.84L14.16 6.6525L15.5325 5.28C15.825 4.9875 15.825 4.5 15.5325 4.2225L13.7775 2.4675C13.6275 2.3175 13.44 2.25 13.245 2.25ZM10.545 4.6425L2.25 12.9375V15.75H5.0625L13.3575 7.455L10.545 4.6425Z"
|
d="M10.545 6.75L11.25 7.455L4.44 14.25H3.75V13.56L10.545 6.75ZM13.245 2.25C13.0575 2.25 12.8625 2.325 12.72 2.4675L11.3475 3.84L14.16 6.6525L15.5325 5.28C15.825 4.9875 15.825 4.5 15.5325 4.2225L13.7775 2.4675C13.6275 2.3175 13.44 2.25 13.245 2.25ZM10.545 4.6425L2.25 12.9375V15.75H5.0625L13.3575 7.455L10.545 4.6425Z"
|
||||||
@@ -33,7 +33,7 @@ export default {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.icon {
|
.icon {
|
||||||
vertical-align: middle;
|
display: block;
|
||||||
margin: 0 12px;
|
margin: 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
78
src/csv.js
Normal file
@@ -0,0 +1,78 @@
|
|||||||
|
import Papa from 'papaparse'
|
||||||
|
|
||||||
|
const hintsByCode = {
|
||||||
|
MissingQuotes: 'Edit your CSV so that the field has a closing quote char.',
|
||||||
|
TooFewFields: 'Add fields or try another delimiter.',
|
||||||
|
TooManyFields: 'Edit your CSV or try another delimiter.'
|
||||||
|
}
|
||||||
|
|
||||||
|
export default {
|
||||||
|
getResult (source) {
|
||||||
|
const result = {}
|
||||||
|
if (source.meta.fields) {
|
||||||
|
result.columns = source.meta.fields
|
||||||
|
result.values = source.data.map(row => {
|
||||||
|
const resultRow = []
|
||||||
|
result.columns.forEach(col => { resultRow.push(row[col]) })
|
||||||
|
return resultRow
|
||||||
|
})
|
||||||
|
} else {
|
||||||
|
result.values = source.data
|
||||||
|
result.columns = []
|
||||||
|
for (let i = 1; i <= source.data[0].length; i++) {
|
||||||
|
result.columns.push(`col${i}`)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return result
|
||||||
|
},
|
||||||
|
|
||||||
|
parse (file, config = {}) {
|
||||||
|
return new Promise((resolve, reject) => {
|
||||||
|
const defaultConfig = {
|
||||||
|
delimiter: '', // auto-detect
|
||||||
|
newline: '', // auto-detect
|
||||||
|
quoteChar: '"',
|
||||||
|
escapeChar: '"',
|
||||||
|
header: false,
|
||||||
|
transformHeader: undefined,
|
||||||
|
dynamicTyping: true,
|
||||||
|
preview: 0,
|
||||||
|
encoding: 'UTF-8',
|
||||||
|
worker: true,
|
||||||
|
comments: false,
|
||||||
|
step: undefined,
|
||||||
|
complete: results => {
|
||||||
|
const res = {
|
||||||
|
data: this.getResult(results),
|
||||||
|
delimiter: results.meta.delimiter,
|
||||||
|
hasErrors: false
|
||||||
|
}
|
||||||
|
res.messages = results.errors.map(msg => {
|
||||||
|
msg.type = msg.code === 'UndetectableDelimiter' ? 'info' : 'error'
|
||||||
|
if (msg.type === 'error') res.hasErrors = true
|
||||||
|
msg.hint = hintsByCode[msg.code]
|
||||||
|
return msg
|
||||||
|
})
|
||||||
|
resolve(res)
|
||||||
|
},
|
||||||
|
error: (error, file) => {
|
||||||
|
reject(error)
|
||||||
|
},
|
||||||
|
download: false,
|
||||||
|
downloadRequestHeaders: undefined,
|
||||||
|
downloadRequestBody: undefined,
|
||||||
|
skipEmptyLines: 'greedy',
|
||||||
|
chunk: undefined,
|
||||||
|
chunkSize: undefined,
|
||||||
|
fastMode: undefined,
|
||||||
|
beforeFirstChunk: undefined,
|
||||||
|
withCredentials: undefined,
|
||||||
|
transform: undefined,
|
||||||
|
delimitersToGuess: [',', '\t', '|', ';', Papa.RECORD_SEP, Papa.UNIT_SEP]
|
||||||
|
}
|
||||||
|
|
||||||
|
Papa.parse(file, { ...defaultConfig, ...config })
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,47 +0,0 @@
|
|||||||
import store from '@/store'
|
|
||||||
const worker = new Worker('js/worker.sql-wasm.js')
|
|
||||||
|
|
||||||
export default {
|
|
||||||
loadDb (file) {
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
const dbName = file.name
|
|
||||||
store.commit('saveDbName', dbName)
|
|
||||||
const f = file
|
|
||||||
const r = new FileReader()
|
|
||||||
r.onload = () => {
|
|
||||||
// on 'action: open' completed
|
|
||||||
worker.onmessage = () => {
|
|
||||||
const getSchemaSql = `
|
|
||||||
SELECT name, sql
|
|
||||||
FROM sqlite_master
|
|
||||||
WHERE type='table' AND name NOT LIKE 'sqlite_%';`
|
|
||||||
|
|
||||||
// on 'action: exec' completed
|
|
||||||
worker.onmessage = event => {
|
|
||||||
resolve(event.data.results[0].values)
|
|
||||||
}
|
|
||||||
worker.postMessage({ action: 'exec', sql: getSchemaSql })
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
worker.postMessage({ action: 'open', buffer: r.result }, [r.result])
|
|
||||||
} catch (exception) {
|
|
||||||
worker.postMessage({ action: 'open', buffer: r.result })
|
|
||||||
}
|
|
||||||
}
|
|
||||||
r.readAsArrayBuffer(f)
|
|
||||||
})
|
|
||||||
},
|
|
||||||
execute (commands) {
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
worker.onmessage = (event) => {
|
|
||||||
if (event.data.error) {
|
|
||||||
reject(event.data.error)
|
|
||||||
}
|
|
||||||
// if it was more than one select - take only the first one
|
|
||||||
resolve(event.data.results[0])
|
|
||||||
}
|
|
||||||
worker.postMessage({ action: 'exec', sql: commands })
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
|
||||||
164
src/database.js
Normal file
@@ -0,0 +1,164 @@
|
|||||||
|
import sqliteParser from 'sqlite-parser'
|
||||||
|
import fu from '@/file.utils'
|
||||||
|
// We can import workers like so because of worker-loader:
|
||||||
|
// https://webpack.js.org/loaders/worker-loader/
|
||||||
|
import Worker from '@/db.worker.js'
|
||||||
|
|
||||||
|
// Use promise-worker in order to turn worker into the promise based one:
|
||||||
|
// https://github.com/nolanlawson/promise-worker
|
||||||
|
import PromiseWorker from 'promise-worker'
|
||||||
|
|
||||||
|
function getNewDatabase () {
|
||||||
|
const worker = new Worker()
|
||||||
|
return new Database(worker)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default {
|
||||||
|
getNewDatabase
|
||||||
|
}
|
||||||
|
|
||||||
|
let progressCounterIds = 0
|
||||||
|
class Database {
|
||||||
|
constructor (worker) {
|
||||||
|
this.worker = worker
|
||||||
|
this.pw = new PromiseWorker(worker)
|
||||||
|
|
||||||
|
this.importProgresses = {}
|
||||||
|
worker.addEventListener('message', e => {
|
||||||
|
const progress = e.data.progress
|
||||||
|
if (progress !== undefined) {
|
||||||
|
const id = e.data.id
|
||||||
|
this.importProgresses[id].dispatchEvent(new CustomEvent('progress', {
|
||||||
|
detail: progress
|
||||||
|
}))
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
shutDown () {
|
||||||
|
this.worker.terminate()
|
||||||
|
}
|
||||||
|
|
||||||
|
createProgressCounter (callback) {
|
||||||
|
const id = progressCounterIds++
|
||||||
|
this.importProgresses[id] = new EventTarget()
|
||||||
|
this.importProgresses[id].addEventListener('progress', e => { callback(e.detail) })
|
||||||
|
return id
|
||||||
|
}
|
||||||
|
|
||||||
|
deleteProgressCounter (id) {
|
||||||
|
delete this.importProgresses[id]
|
||||||
|
}
|
||||||
|
|
||||||
|
async createDb (name, data, progressCounterId) {
|
||||||
|
const result = await this.pw.postMessage({
|
||||||
|
action: 'import',
|
||||||
|
columns: data.columns,
|
||||||
|
values: data.values,
|
||||||
|
progressCounterId
|
||||||
|
})
|
||||||
|
|
||||||
|
if (result.error) {
|
||||||
|
throw new Error(result.error)
|
||||||
|
}
|
||||||
|
|
||||||
|
return await this.getSchema(name)
|
||||||
|
}
|
||||||
|
|
||||||
|
async loadDb (file) {
|
||||||
|
const fileContent = await fu.readAsArrayBuffer(file)
|
||||||
|
const res = await this.pw.postMessage({ action: 'open', buffer: fileContent })
|
||||||
|
|
||||||
|
if (res.error) {
|
||||||
|
throw new Error(res.error)
|
||||||
|
}
|
||||||
|
|
||||||
|
return this.getSchema(file.name.replace(/\.[^.]+$/, ''))
|
||||||
|
}
|
||||||
|
|
||||||
|
async getSchema (name) {
|
||||||
|
const getSchemaSql = `
|
||||||
|
SELECT name, sql
|
||||||
|
FROM sqlite_master
|
||||||
|
WHERE type='table' AND name NOT LIKE 'sqlite_%';
|
||||||
|
`
|
||||||
|
const result = await this.execute(getSchemaSql)
|
||||||
|
// Parse DDL statements to get column names and types
|
||||||
|
const parsedSchema = []
|
||||||
|
result.values.forEach(item => {
|
||||||
|
parsedSchema.push({
|
||||||
|
name: item[0],
|
||||||
|
columns: getColumns(item[1])
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
// Return db name and schema
|
||||||
|
return {
|
||||||
|
dbName: name,
|
||||||
|
schema: parsedSchema
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
async execute (commands) {
|
||||||
|
const results = await this.pw.postMessage({ action: 'exec', sql: commands })
|
||||||
|
|
||||||
|
if (results.error) {
|
||||||
|
throw new Error(results.error)
|
||||||
|
}
|
||||||
|
// if it was more than one select - take only the last one
|
||||||
|
return results[results.length - 1]
|
||||||
|
}
|
||||||
|
|
||||||
|
async export (fileName) {
|
||||||
|
const data = await this.pw.postMessage({ action: 'export' })
|
||||||
|
|
||||||
|
if (data.error) {
|
||||||
|
throw new Error(data.error)
|
||||||
|
}
|
||||||
|
fu.exportToFile(data, fileName)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function getAst (sql) {
|
||||||
|
// There is a bug is sqlite-parser
|
||||||
|
// It throws an error if tokenizer has an arguments:
|
||||||
|
// https://github.com/codeschool/sqlite-parser/issues/59
|
||||||
|
const fixedSql = sql
|
||||||
|
.replace(/(?<=tokenize=.+)"tokenchars=.+"/, '')
|
||||||
|
.replace(/(?<=tokenize=.+)"remove_diacritics=.+"/, '')
|
||||||
|
.replace(/(?<=tokenize=.+)"separators=.+"/, '')
|
||||||
|
.replace(/tokenize=.+(?=(,|\)))/, 'tokenize=unicode61')
|
||||||
|
|
||||||
|
return sqliteParser(fixedSql)
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Return an array of columns with name and type. E.g.:
|
||||||
|
* [
|
||||||
|
* { name: 'id', type: 'INTEGER' },
|
||||||
|
* { name: 'title', type: 'NVARCHAR(30)' },
|
||||||
|
* ]
|
||||||
|
*/
|
||||||
|
function getColumns (sql) {
|
||||||
|
const columns = []
|
||||||
|
const ast = getAst(sql)
|
||||||
|
|
||||||
|
const columnDefinition = ast.statement[0].format === 'table'
|
||||||
|
? ast.statement[0].definition
|
||||||
|
: ast.statement[0].result.args.expression // virtual table
|
||||||
|
|
||||||
|
columnDefinition.forEach(item => {
|
||||||
|
if (item.variant === 'column' && ['identifier', 'definition'].includes(item.type)) {
|
||||||
|
let type = item.datatype ? item.datatype.variant : 'N/A'
|
||||||
|
if (item.datatype && item.datatype.args) {
|
||||||
|
type = type + '(' + item.datatype.args.expression[0].value
|
||||||
|
if (item.datatype.args.expression.length === 2) {
|
||||||
|
type = type + ', ' + item.datatype.args.expression[1].value
|
||||||
|
}
|
||||||
|
type = type + ')'
|
||||||
|
}
|
||||||
|
columns.push({ name: item.name, type: type })
|
||||||
|
}
|
||||||
|
})
|
||||||
|
return columns
|
||||||
|
}
|
||||||
44
src/db.utils.js
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
export default {
|
||||||
|
* generateChunks (arr, size) {
|
||||||
|
const count = Math.ceil(arr.length / size)
|
||||||
|
|
||||||
|
for (let i = 0; i <= count - 1; i++) {
|
||||||
|
const start = size * i
|
||||||
|
const end = start + size
|
||||||
|
yield arr.slice(start, end)
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
getInsertStmt (columns) {
|
||||||
|
const colList = `"${columns.join('", "')}"`
|
||||||
|
const params = columns.map(() => '?').join(', ')
|
||||||
|
return `INSERT INTO csv_import (${colList}) VALUES (${params});`
|
||||||
|
},
|
||||||
|
|
||||||
|
getCreateStatement (columns, values) {
|
||||||
|
let result = 'CREATE table csv_import('
|
||||||
|
columns.forEach((col, index) => {
|
||||||
|
// Get the first row of values to determine types
|
||||||
|
const value = values[0][index]
|
||||||
|
let type = ''
|
||||||
|
switch (typeof value) {
|
||||||
|
case 'number': {
|
||||||
|
type = 'REAL'
|
||||||
|
break
|
||||||
|
}
|
||||||
|
case 'boolean': {
|
||||||
|
type = 'INTEGER'
|
||||||
|
break
|
||||||
|
}
|
||||||
|
case 'string': {
|
||||||
|
type = 'TEXT'
|
||||||
|
break
|
||||||
|
}
|
||||||
|
default: type = 'TEXT'
|
||||||
|
}
|
||||||
|
result += `"${col}" ${type}, `
|
||||||
|
})
|
||||||
|
result = result.replace(/,\s$/, ');')
|
||||||
|
return result
|
||||||
|
}
|
||||||
|
}
|
||||||
34
src/db.worker.js
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
import registerPromiseWorker from 'promise-worker/register'
|
||||||
|
import Sql from '@/sql'
|
||||||
|
|
||||||
|
const sqlReady = Sql.build()
|
||||||
|
|
||||||
|
function processMsg (sql) {
|
||||||
|
const data = this
|
||||||
|
switch (data && data.action) {
|
||||||
|
case 'open':
|
||||||
|
return sql.open(data.buffer)
|
||||||
|
case 'exec':
|
||||||
|
return sql.exec(data.sql, data.params)
|
||||||
|
case 'import':
|
||||||
|
return sql.import(data.columns, data.values, data.progressCounterId, postMessage)
|
||||||
|
case 'export':
|
||||||
|
return sql.export()
|
||||||
|
case 'close':
|
||||||
|
return sql.close()
|
||||||
|
default:
|
||||||
|
throw new Error('Invalid action : ' + (data && data.action))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function onError (error) {
|
||||||
|
return {
|
||||||
|
error: error.message
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
registerPromiseWorker(data => {
|
||||||
|
return sqlReady
|
||||||
|
.then(processMsg.bind(data))
|
||||||
|
.catch(onError)
|
||||||
|
})
|
||||||
71
src/file.utils.js
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
export default {
|
||||||
|
exportToFile (str, fileName, type = 'octet/stream') {
|
||||||
|
// Create downloader
|
||||||
|
const downloader = document.createElement('a')
|
||||||
|
const blob = new Blob([str], { type })
|
||||||
|
const url = URL.createObjectURL(blob)
|
||||||
|
downloader.href = url
|
||||||
|
downloader.download = fileName
|
||||||
|
|
||||||
|
// Trigger click
|
||||||
|
downloader.click()
|
||||||
|
|
||||||
|
// Clean up
|
||||||
|
URL.revokeObjectURL(url)
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Note: if user press Cancel in file choosing dialog
|
||||||
|
* it will be an unsettled promise. But it's grabbed by
|
||||||
|
* the garbage collector (tested with FinalizationRegistry).
|
||||||
|
*/
|
||||||
|
getFileFromUser (type) {
|
||||||
|
return new Promise(resolve => {
|
||||||
|
const uploader = document.createElement('input')
|
||||||
|
|
||||||
|
uploader.type = 'file'
|
||||||
|
uploader.accept = type
|
||||||
|
|
||||||
|
uploader.addEventListener('change', () => {
|
||||||
|
const file = uploader.files[0]
|
||||||
|
resolve(file)
|
||||||
|
})
|
||||||
|
|
||||||
|
uploader.click()
|
||||||
|
})
|
||||||
|
},
|
||||||
|
|
||||||
|
importFile () {
|
||||||
|
const reader = new FileReader()
|
||||||
|
|
||||||
|
return this.getFileFromUser('.json')
|
||||||
|
.then(file => {
|
||||||
|
return new Promise((resolve, reject) => {
|
||||||
|
reader.onload = e => {
|
||||||
|
resolve(e.target.result)
|
||||||
|
}
|
||||||
|
reader.readAsText(file)
|
||||||
|
})
|
||||||
|
})
|
||||||
|
},
|
||||||
|
|
||||||
|
readFile (path) {
|
||||||
|
return fetch(path)
|
||||||
|
},
|
||||||
|
|
||||||
|
readAsArrayBuffer (file) {
|
||||||
|
const fileReader = new FileReader()
|
||||||
|
|
||||||
|
return new Promise((resolve, reject) => {
|
||||||
|
fileReader.onerror = () => {
|
||||||
|
fileReader.abort()
|
||||||
|
reject(new Error('Problem parsing input file.'))
|
||||||
|
}
|
||||||
|
|
||||||
|
fileReader.onload = () => {
|
||||||
|
resolve(fileReader.result)
|
||||||
|
}
|
||||||
|
fileReader.readAsArrayBuffer(file)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
45
src/hint.js
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
import CM from 'codemirror'
|
||||||
|
import 'codemirror/addon/hint/show-hint.js'
|
||||||
|
import 'codemirror/addon/hint/sql-hint.js'
|
||||||
|
import store from '@/store'
|
||||||
|
import { debounce } from 'debounce'
|
||||||
|
|
||||||
|
export function getHints (cm, options) {
|
||||||
|
const token = cm.getTokenAt(cm.getCursor()).string.toUpperCase()
|
||||||
|
const result = CM.hint.sql(cm, options)
|
||||||
|
// Don't show the hint if there is only one option
|
||||||
|
// and the token is already completed with this option
|
||||||
|
if (result.list.length === 1 && result.list[0].text.toUpperCase() === token) {
|
||||||
|
result.list = []
|
||||||
|
}
|
||||||
|
return result
|
||||||
|
}
|
||||||
|
|
||||||
|
const hintOptions = {
|
||||||
|
get tables () {
|
||||||
|
const tables = {}
|
||||||
|
if (store.state.schema) {
|
||||||
|
store.state.schema.forEach(table => {
|
||||||
|
tables[table.name] = table.columns.map(column => column.name)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
return tables
|
||||||
|
},
|
||||||
|
completeSingle: false,
|
||||||
|
completeOnSingleClick: true,
|
||||||
|
alignWithWord: false
|
||||||
|
}
|
||||||
|
|
||||||
|
export default {
|
||||||
|
show: debounce(function (editor) {
|
||||||
|
// Don't show autocomplete after a space or semicolon or in string literals
|
||||||
|
const token = editor.getTokenAt(editor.getCursor())
|
||||||
|
const ch = token.string.slice(-1)
|
||||||
|
const tokenType = token.type
|
||||||
|
if (tokenType === 'string' || !ch || ch === ' ' || ch === ';') {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
CM.showHint(editor, getHints, hintOptions)
|
||||||
|
}, 400)
|
||||||
|
}
|
||||||
@@ -4,7 +4,6 @@ import router from './router'
|
|||||||
import store from './store'
|
import store from './store'
|
||||||
import { VuePlugin } from 'vuera'
|
import { VuePlugin } from 'vuera'
|
||||||
import VModal from 'vue-js-modal'
|
import VModal from 'vue-js-modal'
|
||||||
import db from '@/dataBase'
|
|
||||||
|
|
||||||
import '@/assets/styles/variables.css'
|
import '@/assets/styles/variables.css'
|
||||||
import '@/assets/styles/buttons.css'
|
import '@/assets/styles/buttons.css'
|
||||||
@@ -13,11 +12,14 @@ import '@/assets/styles/dialogs.css'
|
|||||||
import '@/assets/styles/tooltips.css'
|
import '@/assets/styles/tooltips.css'
|
||||||
import '@/assets/styles/messages.css'
|
import '@/assets/styles/messages.css'
|
||||||
|
|
||||||
|
if (!['localhost', '127.0.0.1'].includes(location.hostname)) {
|
||||||
|
import('../registerServiceWorker') // eslint-disable-line no-unused-expressions
|
||||||
|
}
|
||||||
|
|
||||||
Vue.use(VuePlugin)
|
Vue.use(VuePlugin)
|
||||||
Vue.use(VModal)
|
Vue.use(VModal)
|
||||||
|
|
||||||
Vue.config.productionTip = false
|
Vue.config.productionTip = false
|
||||||
Vue.prototype.$db = db
|
|
||||||
|
|
||||||
new Vue({
|
new Vue({
|
||||||
router,
|
router,
|
||||||
|
|||||||
@@ -1,17 +1,19 @@
|
|||||||
export default {
|
export default {
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
tooltipStyle: {}
|
tooltipStyle: {
|
||||||
|
visibility: 'hidden'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
showTooltip (e) {
|
showTooltip (e) {
|
||||||
this.tooltipStyle = {
|
this.tooltipStyle.top = e.clientY - 12 + 'px'
|
||||||
visibility: 'visible',
|
this.tooltipStyle.left = e.clientX + 12 + 'px'
|
||||||
position: 'fixed',
|
this.tooltipStyle.visibility = 'visible'
|
||||||
top: e.clientY - 12 + 'px',
|
},
|
||||||
left: e.clientX + 12 + 'px'
|
hideTooltip () {
|
||||||
}
|
this.tooltipStyle.visibility = 'hidden'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
import Vue from 'vue'
|
import Vue from 'vue'
|
||||||
import VueRouter from 'vue-router'
|
import VueRouter from 'vue-router'
|
||||||
import Editor from '../views/Editor'
|
import Editor from '@/views/Editor'
|
||||||
import MyQueries from '../views/MyQueries'
|
import MyQueries from '@/views/MyQueries'
|
||||||
import Home from '../views/Home'
|
import Home from '@/views/Home'
|
||||||
import MainView from '../views/MainView'
|
import MainView from '@/views/MainView'
|
||||||
|
|
||||||
Vue.use(VueRouter)
|
Vue.use(VueRouter)
|
||||||
|
|
||||||
|
|||||||
36
src/splitter.js
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
export default {
|
||||||
|
// Get the cursor position relative to the splitpane container.
|
||||||
|
getCurrentMouseDrag (event, container) {
|
||||||
|
const rect = container.getBoundingClientRect()
|
||||||
|
const { clientX, clientY } = ('ontouchstart' in window && event.touches)
|
||||||
|
? event.touches[0]
|
||||||
|
: event
|
||||||
|
return {
|
||||||
|
x: clientX - rect.left,
|
||||||
|
y: clientY - rect.top
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
// Returns the drag percentage of the splitter relative to the 2 panes it's inbetween.
|
||||||
|
getCurrentDragPercentage (event, container, isHorisontal) {
|
||||||
|
let drag = this.getCurrentMouseDrag(event, container)
|
||||||
|
drag = drag[isHorisontal ? 'y' : 'x']
|
||||||
|
const containerSize = container[isHorisontal ? 'clientHeight' : 'clientWidth']
|
||||||
|
return drag * 100 / containerSize
|
||||||
|
},
|
||||||
|
|
||||||
|
// Returns the new position in percents.
|
||||||
|
calculateOffset (event, { container, isHorisontal, paneBeforeMax, paneAfterMax }) {
|
||||||
|
const dragPercentage = this.getCurrentDragPercentage(event, container, isHorisontal)
|
||||||
|
|
||||||
|
const paneBeforeMaxReached = paneBeforeMax < 100 && (dragPercentage >= paneBeforeMax)
|
||||||
|
const paneAfterMaxReached = paneAfterMax < 100 && (dragPercentage <= 100 - paneAfterMax)
|
||||||
|
|
||||||
|
// Prevent dragging beyond pane max.
|
||||||
|
if (paneBeforeMaxReached || paneAfterMaxReached) {
|
||||||
|
return paneBeforeMaxReached ? paneBeforeMax : Math.max(100 - paneAfterMax, 0)
|
||||||
|
} else {
|
||||||
|
return Math.min(Math.max(dragPercentage, 0), paneBeforeMax)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
79
src/sql.js
Normal file
@@ -0,0 +1,79 @@
|
|||||||
|
import initSqlJs from 'sql.js/dist/sql-wasm.js'
|
||||||
|
import dbUtils from '@/db.utils'
|
||||||
|
|
||||||
|
let SQL = null
|
||||||
|
const sqlModuleReady = initSqlJs().then(sqlModule => { SQL = sqlModule })
|
||||||
|
|
||||||
|
export default class Sql {
|
||||||
|
constructor () {
|
||||||
|
this.db = null
|
||||||
|
}
|
||||||
|
|
||||||
|
static build () {
|
||||||
|
return sqlModuleReady
|
||||||
|
.then(() => {
|
||||||
|
return new Sql()
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
createDb (buffer) {
|
||||||
|
if (this.db != null) this.db.close()
|
||||||
|
this.db = new SQL.Database(buffer)
|
||||||
|
return this.db
|
||||||
|
}
|
||||||
|
|
||||||
|
open (buffer) {
|
||||||
|
this.createDb(buffer && new Uint8Array(buffer))
|
||||||
|
return {
|
||||||
|
ready: true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
exec (sql, params) {
|
||||||
|
if (this.db === null) {
|
||||||
|
this.createDb()
|
||||||
|
}
|
||||||
|
if (!sql) {
|
||||||
|
throw new Error('exec: Missing query string')
|
||||||
|
}
|
||||||
|
return this.db.exec(sql, params)
|
||||||
|
}
|
||||||
|
|
||||||
|
import (columns, values, progressCounterId, progressCallback, chunkSize = 1500) {
|
||||||
|
this.createDb()
|
||||||
|
this.db.exec(dbUtils.getCreateStatement(columns, values))
|
||||||
|
const chunks = dbUtils.generateChunks(values, chunkSize)
|
||||||
|
const chunksAmount = Math.ceil(values.length / chunkSize)
|
||||||
|
let count = 0
|
||||||
|
const insertStr = dbUtils.getInsertStmt(columns)
|
||||||
|
const insertStmt = this.db.prepare(insertStr)
|
||||||
|
|
||||||
|
progressCallback({ progress: 0, id: progressCounterId })
|
||||||
|
for (const chunk of chunks) {
|
||||||
|
this.db.exec('BEGIN')
|
||||||
|
for (const row of chunk) {
|
||||||
|
insertStmt.run(row)
|
||||||
|
}
|
||||||
|
this.db.exec('COMMIT')
|
||||||
|
count++
|
||||||
|
progressCallback({ progress: 100 * (count / chunksAmount), id: progressCounterId })
|
||||||
|
}
|
||||||
|
|
||||||
|
return {
|
||||||
|
finish: true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export () {
|
||||||
|
return this.db.export()
|
||||||
|
}
|
||||||
|
|
||||||
|
close () {
|
||||||
|
if (this.db) {
|
||||||
|
this.db.close()
|
||||||
|
}
|
||||||
|
return {
|
||||||
|
finished: true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,108 +1,57 @@
|
|||||||
import Vue from 'vue'
|
import Vue from 'vue'
|
||||||
import Vuex from 'vuex'
|
import Vuex from 'vuex'
|
||||||
import sqliteParser from 'sqlite-parser'
|
import { nanoid } from 'nanoid'
|
||||||
|
|
||||||
Vue.use(Vuex)
|
Vue.use(Vuex)
|
||||||
|
|
||||||
function getAst (sql) {
|
export const state = {
|
||||||
// There is a bug is sqlite-parser
|
schema: null,
|
||||||
// It throws an error if tokenizer has an arguments:
|
dbFile: null,
|
||||||
// https://github.com/codeschool/sqlite-parser/issues/59
|
dbName: null,
|
||||||
const fixedSql = sql
|
tabs: [],
|
||||||
.replace(/(?<=tokenize=.+)"tokenchars=.+"/, '')
|
currentTab: null,
|
||||||
.replace(/(?<=tokenize=.+)"remove_diacritics=.+"/, '')
|
currentTabId: null,
|
||||||
.replace(/(?<=tokenize=.+)"separators=.+"/, '')
|
untitledLastIndex: 0,
|
||||||
.replace(/tokenize=.+(?=(,|\)))/, 'tokenize=unicode61')
|
predefinedQueries: [],
|
||||||
|
db: null
|
||||||
return sqliteParser(fixedSql)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function getColumns (sql) {
|
export const mutations = {
|
||||||
const columns = []
|
setDb (state, db) {
|
||||||
const ast = getAst(sql)
|
if (state.db) {
|
||||||
|
state.db.shutDown()
|
||||||
const columnDefinition = ast.statement[0].format === 'table'
|
|
||||||
? ast.statement[0].definition
|
|
||||||
: ast.statement[0].result.args.expression // virtual table
|
|
||||||
|
|
||||||
columnDefinition.forEach(item => {
|
|
||||||
if (item.variant === 'column' && ['identifier', 'definition'].includes(item.type)) {
|
|
||||||
let type = item.datatype ? item.datatype.variant : 'N/A'
|
|
||||||
if (item.datatype && item.datatype.args) {
|
|
||||||
type = type + '(' + item.datatype.args.expression[0].value
|
|
||||||
if (item.datatype.args.expression.length === 2) {
|
|
||||||
type = type + ', ' + item.datatype.args.expression[1].value
|
|
||||||
}
|
|
||||||
type = type + ')'
|
|
||||||
}
|
|
||||||
columns.push({ name: item.name, type: type })
|
|
||||||
}
|
}
|
||||||
})
|
state.db = db
|
||||||
return columns
|
},
|
||||||
}
|
saveSchema (state, { dbName, schema }) {
|
||||||
|
state.dbName = dbName
|
||||||
export default new Vuex.Store({
|
state.schema = schema
|
||||||
state: {
|
|
||||||
schema: null,
|
|
||||||
dbFile: null,
|
|
||||||
dbName: null,
|
|
||||||
tabs: [],
|
|
||||||
currentTab: null,
|
|
||||||
currentTabId: null,
|
|
||||||
untitledLastIndex: 0,
|
|
||||||
predefinedQueries: []
|
|
||||||
},
|
},
|
||||||
mutations: {
|
|
||||||
saveSchema (state, schema) {
|
|
||||||
const parsedSchema = []
|
|
||||||
schema.forEach(item => {
|
|
||||||
parsedSchema.push({
|
|
||||||
name: item[0],
|
|
||||||
columns: getColumns(item[1])
|
|
||||||
})
|
|
||||||
})
|
|
||||||
state.schema = parsedSchema
|
|
||||||
},
|
|
||||||
saveDbFile (state, file) {
|
|
||||||
state.dbFile = file
|
|
||||||
},
|
|
||||||
saveDbName (state, name) {
|
|
||||||
state.dbName = name
|
|
||||||
},
|
|
||||||
addTab (state, tab) {
|
|
||||||
// add new tab only if was not already opened
|
|
||||||
if (!state.tabs.some(openedTab => openedTab.id === tab.id)) {
|
|
||||||
state.tabs.push(tab)
|
|
||||||
if (!tab.name) {
|
|
||||||
state.untitledLastIndex += 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
updateTab (state, { index, name, id, query, chart, isUnsaved }) {
|
|
||||||
const tab = state.tabs[index]
|
|
||||||
const oldId = tab.id
|
|
||||||
|
|
||||||
if (state.currentTabId === oldId) {
|
updateTab (state, { index, name, id, query, chart, isUnsaved }) {
|
||||||
state.currentTabId = id
|
const tab = state.tabs[index]
|
||||||
}
|
const oldId = tab.id
|
||||||
|
|
||||||
tab.id = id
|
if (id && state.currentTabId === oldId) {
|
||||||
if (name) { tab.name = name }
|
state.currentTabId = id
|
||||||
if (query) { tab.query = query }
|
}
|
||||||
if (chart) { tab.chart = chart }
|
|
||||||
if (isUnsaved !== undefined) { tab.isUnsaved = isUnsaved }
|
if (id) { tab.id = id }
|
||||||
|
if (name) { tab.name = name }
|
||||||
|
if (query) { tab.query = query }
|
||||||
|
if (chart) { tab.chart = chart }
|
||||||
|
if (isUnsaved !== undefined) { tab.isUnsaved = isUnsaved }
|
||||||
|
if (!isUnsaved) {
|
||||||
|
// Saved query is not predefined
|
||||||
delete tab.isPredefined
|
delete tab.isPredefined
|
||||||
|
}
|
||||||
|
|
||||||
Vue.set(state.tabs, index, tab)
|
Vue.set(state.tabs, index, tab)
|
||||||
},
|
},
|
||||||
updateTabState (state, { index, isUnsaved }) {
|
deleteTab (state, index) {
|
||||||
const tab = state.tabs[index]
|
// If closing tab is the current opened
|
||||||
tab.isUnsaved = isUnsaved
|
if (state.tabs[index].id === state.currentTabId) {
|
||||||
Vue.set(state.tabs, index, tab)
|
if (index < state.tabs.length - 1) {
|
||||||
},
|
|
||||||
deleteTab (state, index) {
|
|
||||||
if (state.tabs[index].id !== state.currentTabId) {
|
|
||||||
} else if (index < state.tabs.length - 1) {
|
|
||||||
state.currentTabId = state.tabs[index + 1].id
|
state.currentTabId = state.tabs[index + 1].id
|
||||||
} else if (index > 0) {
|
} else if (index > 0) {
|
||||||
state.currentTabId = state.tabs[index - 1].id
|
state.currentTabId = state.tabs[index - 1].id
|
||||||
@@ -111,22 +60,55 @@ export default new Vuex.Store({
|
|||||||
state.currentTab = null
|
state.currentTab = null
|
||||||
state.untitledLastIndex = 0
|
state.untitledLastIndex = 0
|
||||||
}
|
}
|
||||||
state.tabs.splice(index, 1)
|
}
|
||||||
},
|
state.tabs.splice(index, 1)
|
||||||
setCurrentTabId (state, id) {
|
},
|
||||||
state.currentTabId = id
|
setCurrentTabId (state, id) {
|
||||||
},
|
state.currentTabId = id
|
||||||
setCurrentTab (state, tab) {
|
},
|
||||||
state.currentTab = tab
|
setCurrentTab (state, tab) {
|
||||||
},
|
state.currentTab = tab
|
||||||
updatePredefinedQueries (state, queries) {
|
},
|
||||||
if (Array.isArray(queries)) {
|
updatePredefinedQueries (state, queries) {
|
||||||
state.predefinedQueries = queries
|
if (Array.isArray(queries)) {
|
||||||
} else {
|
state.predefinedQueries = queries
|
||||||
state.predefinedQueries = [queries]
|
} else {
|
||||||
|
state.predefinedQueries = [queries]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export const actions = {
|
||||||
|
async addTab ({ state }, data) {
|
||||||
|
const tab = data ? JSON.parse(JSON.stringify(data)) : {}
|
||||||
|
// If no data then create a new blank one...
|
||||||
|
// No data.id means to create new tab, but not blank,
|
||||||
|
// e.g. with 'select * from csv_import' query after csv import
|
||||||
|
if (!data || !data.id) {
|
||||||
|
tab.id = nanoid()
|
||||||
|
tab.name = null
|
||||||
|
tab.tempName = state.untitledLastIndex
|
||||||
|
? `Untitled ${state.untitledLastIndex}`
|
||||||
|
: 'Untitled'
|
||||||
|
tab.isUnsaved = true
|
||||||
|
} else {
|
||||||
|
tab.isUnsaved = false
|
||||||
|
}
|
||||||
|
|
||||||
|
// add new tab only if was not already opened
|
||||||
|
if (!state.tabs.some(openedTab => openedTab.id === tab.id)) {
|
||||||
|
state.tabs.push(tab)
|
||||||
|
if (!tab.name) {
|
||||||
|
state.untitledLastIndex += 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
actions: {
|
return tab.id
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export default new Vuex.Store({
|
||||||
|
state,
|
||||||
|
mutations,
|
||||||
|
actions
|
||||||
})
|
})
|
||||||
|
|||||||
96
src/storedQueries.js
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
import { nanoid } from 'nanoid'
|
||||||
|
import fu from '@/file.utils'
|
||||||
|
|
||||||
|
export default {
|
||||||
|
getStoredQueries () {
|
||||||
|
return JSON.parse(localStorage.getItem('myQueries')) || []
|
||||||
|
},
|
||||||
|
|
||||||
|
duplicateQuery (baseQuery) {
|
||||||
|
const newQuery = JSON.parse(JSON.stringify(baseQuery))
|
||||||
|
newQuery.name = newQuery.name + ' Copy'
|
||||||
|
newQuery.id = nanoid()
|
||||||
|
newQuery.createdAt = new Date()
|
||||||
|
delete newQuery.isPredefined
|
||||||
|
|
||||||
|
return newQuery
|
||||||
|
},
|
||||||
|
|
||||||
|
isTabNeedName (queryTab) {
|
||||||
|
const isFromScratch = !queryTab.initName
|
||||||
|
return queryTab.isPredefined || isFromScratch
|
||||||
|
},
|
||||||
|
|
||||||
|
save (queryTab, newName) {
|
||||||
|
const value = {
|
||||||
|
id: queryTab.isPredefined ? nanoid() : queryTab.id,
|
||||||
|
query: queryTab.query,
|
||||||
|
chart: queryTab.$refs.chart.getChartStateForSave(),
|
||||||
|
name: newName || queryTab.initName
|
||||||
|
}
|
||||||
|
|
||||||
|
// Get queries from local storage
|
||||||
|
const myQueries = this.getStoredQueries()
|
||||||
|
|
||||||
|
// Set createdAt
|
||||||
|
if (newName) {
|
||||||
|
value.createdAt = new Date()
|
||||||
|
} else {
|
||||||
|
var queryIndex = myQueries.findIndex(oldQuery => oldQuery.id === queryTab.id)
|
||||||
|
value.createdAt = myQueries[queryIndex].createdAt
|
||||||
|
}
|
||||||
|
|
||||||
|
// Insert in queries list
|
||||||
|
if (newName) {
|
||||||
|
myQueries.push(value)
|
||||||
|
} else {
|
||||||
|
myQueries[queryIndex] = value
|
||||||
|
}
|
||||||
|
|
||||||
|
// Save to local storage
|
||||||
|
this.updateStorage(myQueries)
|
||||||
|
return value
|
||||||
|
},
|
||||||
|
|
||||||
|
updateStorage (value) {
|
||||||
|
localStorage.setItem('myQueries', JSON.stringify(value))
|
||||||
|
},
|
||||||
|
|
||||||
|
serialiseQueries (queryList) {
|
||||||
|
const preparedData = JSON.parse(JSON.stringify(queryList))
|
||||||
|
preparedData.forEach(query => delete query.isPredefined)
|
||||||
|
return JSON.stringify(preparedData, null, 4)
|
||||||
|
},
|
||||||
|
|
||||||
|
deserialiseQueries (str) {
|
||||||
|
let queryList = JSON.parse(str)
|
||||||
|
// Turn data into array if they are not
|
||||||
|
if (!Array.isArray(queryList)) {
|
||||||
|
queryList = [queryList]
|
||||||
|
}
|
||||||
|
|
||||||
|
// Generate new ids if they are the same as existing queries
|
||||||
|
queryList.forEach(query => {
|
||||||
|
const allQueriesIds = this.getStoredQueries().map(query => query.id)
|
||||||
|
if (allQueriesIds.includes(query.id)) {
|
||||||
|
query.id = nanoid()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
return queryList
|
||||||
|
},
|
||||||
|
|
||||||
|
importQueries () {
|
||||||
|
return fu.importFile()
|
||||||
|
.then(data => {
|
||||||
|
return this.deserialiseQueries(data)
|
||||||
|
})
|
||||||
|
},
|
||||||
|
|
||||||
|
readPredefinedQueries () {
|
||||||
|
return fu.readFile('./queries.json')
|
||||||
|
.then(resp => {
|
||||||
|
return resp.json()
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
36
src/time.js
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
export default {
|
||||||
|
getPeriod (start, end) {
|
||||||
|
let diff = end.getTime() - start.getTime()
|
||||||
|
let result = ''
|
||||||
|
|
||||||
|
const days = Math.floor(diff / (1000 * 60 * 60 * 24))
|
||||||
|
diff -= days * (1000 * 60 * 60 * 24)
|
||||||
|
if (days) {
|
||||||
|
result += days + ' d '
|
||||||
|
}
|
||||||
|
|
||||||
|
const hours = Math.floor(diff / (1000 * 60 * 60))
|
||||||
|
diff -= hours * (1000 * 60 * 60)
|
||||||
|
if (hours) {
|
||||||
|
result += hours + ' h '
|
||||||
|
}
|
||||||
|
|
||||||
|
const mins = Math.floor(diff / (1000 * 60))
|
||||||
|
diff -= mins * (1000 * 60)
|
||||||
|
if (mins) {
|
||||||
|
result += mins + ' m '
|
||||||
|
}
|
||||||
|
|
||||||
|
const seconds = Math.floor(diff / (1000))
|
||||||
|
diff -= seconds * (1000)
|
||||||
|
if (seconds) {
|
||||||
|
result += seconds + ' s '
|
||||||
|
}
|
||||||
|
|
||||||
|
if (diff) {
|
||||||
|
result += diff + ' ms '
|
||||||
|
}
|
||||||
|
|
||||||
|
return result.replace(/\s$/, '')
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<div class="warning">
|
<div class="warning">
|
||||||
Database is not loaded. Queries can’t be run without database.
|
Database is not loaded. Queries can’t be run without database.
|
||||||
</div>
|
</div>
|
||||||
<db-upload id="db-uploader"/>
|
<db-uploader id="db-uploader" width="100%"/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #right-pane>
|
<template #right-pane>
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
import Splitpanes from '@/components/Splitpanes'
|
import Splitpanes from '@/components/Splitpanes'
|
||||||
import Schema from '@/components/Schema'
|
import Schema from '@/components/Schema'
|
||||||
import Tabs from '@/components/Tabs'
|
import Tabs from '@/components/Tabs'
|
||||||
import dbUpload from '@/components/DbUpload'
|
import DbUploader from '@/components/DbUploader'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'Editor',
|
name: 'Editor',
|
||||||
@@ -33,7 +33,7 @@ export default {
|
|||||||
Schema,
|
Schema,
|
||||||
Splitpanes,
|
Splitpanes,
|
||||||
Tabs,
|
Tabs,
|
||||||
dbUpload
|
DbUploader
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@@ -64,10 +64,6 @@ export default {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
>>> .db-upload-container {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
>>>.drop-area {
|
>>>.drop-area {
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="dbloader-container">
|
<div id="dbloader-container">
|
||||||
<db-upload illustrated />
|
<db-uploader type="illustrated" />
|
||||||
<div id="note">
|
<div id="note">
|
||||||
Sqliteviz is fully client-side. Your database never leaves your computer.
|
Sqliteviz is fully client-side. Your database never leaves your computer.
|
||||||
</div>
|
</div>
|
||||||
@@ -11,11 +11,11 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import dbUpload from '@/components/DbUpload'
|
import DbUploader from '@/components/DbUploader'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'Home',
|
name: 'Home',
|
||||||
components: { dbUpload }
|
components: { DbUploader }
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -13,35 +13,7 @@ import '@/assets/styles/scrollbars.css'
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'MainView',
|
name: 'MainView',
|
||||||
components: { MainMenu },
|
components: { MainMenu }
|
||||||
created () {
|
|
||||||
this.readPredefinedQueries()
|
|
||||||
.then(queries => {
|
|
||||||
this.$store.commit('updatePredefinedQueries', queries)
|
|
||||||
})
|
|
||||||
.catch(console.error)
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
readPredefinedQueries () {
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
const xhr = new XMLHttpRequest()
|
|
||||||
xhr.open('GET', './queries.json')
|
|
||||||
xhr.onload = () => {
|
|
||||||
if (xhr.readyState === 4) {
|
|
||||||
if (xhr.status === 200) {
|
|
||||||
resolve(JSON.parse(xhr.responseText || '[]'))
|
|
||||||
} else {
|
|
||||||
reject(xhr.statusText)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
xhr.onerror = () => {
|
|
||||||
reject(xhr.statusText)
|
|
||||||
}
|
|
||||||
xhr.send()
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|||||||
@@ -2,33 +2,26 @@
|
|||||||
<div>
|
<div>
|
||||||
<div id="start-guide" v-if="showedQueries.length === 0">
|
<div id="start-guide" v-if="showedQueries.length === 0">
|
||||||
You don't have saved queries so far.
|
You don't have saved queries so far.
|
||||||
<span class="link" @click="create">Create</span>
|
<span class="link" @click="$root.$emit('createNewQuery')">Create</span>
|
||||||
the one from scratch or
|
the one from scratch or
|
||||||
<label for="import-file" class="link">import</label> from a file.
|
<span @click="importQueries" class="link">import</span> from a file.
|
||||||
</div>
|
</div>
|
||||||
<div id="my-queries-content" ref="my-queries-content" v-show="showedQueries.length > 0">
|
<div id="my-queries-content" ref="my-queries-content" v-show="showedQueries.length > 0">
|
||||||
<div id="my-queries-toolbar">
|
<div id="my-queries-toolbar">
|
||||||
<div id="toolbar-buttons">
|
<div id="toolbar-buttons">
|
||||||
<input
|
<button id="toolbar-btns-import" class="toolbar" @click="importQueries">
|
||||||
ref="importFile"
|
Import
|
||||||
type="file"
|
|
||||||
accept=".json"
|
|
||||||
id="import-file"
|
|
||||||
@change="importQueries"
|
|
||||||
/>
|
|
||||||
<button class="toolbar">
|
|
||||||
<label for="import-file">
|
|
||||||
Import
|
|
||||||
</label>
|
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
id="toolbar-btns-export"
|
||||||
class="toolbar"
|
class="toolbar"
|
||||||
v-show="selectedQueriesCount > 0"
|
v-show="selectedQueriesCount > 0"
|
||||||
@click="exportQuery(selectedQueriesIds)"
|
@click="exportSelectedQueries()"
|
||||||
>
|
>
|
||||||
Export
|
Export
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
id="toolbar-btns-delete"
|
||||||
class="toolbar"
|
class="toolbar"
|
||||||
v-show="selectedNotPredefinedCount > 0"
|
v-show="selectedNotPredefinedCount > 0"
|
||||||
@click="showDeleteDialog(selectedQueriesIds)"
|
@click="showDeleteDialog(selectedQueriesIds)"
|
||||||
@@ -52,15 +45,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div class="table-container" :style="{ 'max-height': `${maxTableHeight}px` }">
|
||||||
class="table-container" :style="{ 'max-height': `${maxTableHeight}px` }"
|
|
||||||
>
|
|
||||||
<table ref="table">
|
<table ref="table">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr
|
<tr
|
||||||
v-for="(query, index) in showedQueries"
|
v-for="(query, index) in showedQueries"
|
||||||
:key="query.id"
|
:key="query.id"
|
||||||
:class="{ 'predefined': query.isPredefined }"
|
|
||||||
@click="openQuery(index)"
|
@click="openQuery(index)"
|
||||||
>
|
>
|
||||||
<td ref="name-td">
|
<td ref="name-td">
|
||||||
@@ -72,9 +62,10 @@
|
|||||||
/>
|
/>
|
||||||
<div class="name">{{ query.name }}</div>
|
<div class="name">{{ query.name }}</div>
|
||||||
<div
|
<div
|
||||||
|
v-if="query.isPredefined"
|
||||||
class="badge"
|
class="badge"
|
||||||
@mouseover="showTooltip"
|
@mouseover="showTooltip"
|
||||||
@mouseout="$set(tooltipStyle, 'visibility', 'hidden')"
|
@mouseout="hideTooltip"
|
||||||
>
|
>
|
||||||
Predefined
|
Predefined
|
||||||
<span class="icon-tooltip" :style="tooltipStyle">
|
<span class="icon-tooltip" :style="tooltipStyle">
|
||||||
@@ -90,8 +81,14 @@
|
|||||||
<div class="icons-container">
|
<div class="icons-container">
|
||||||
<rename-icon v-if="!query.isPredefined" @click="showRenameDialog(query.id)" />
|
<rename-icon v-if="!query.isPredefined" @click="showRenameDialog(query.id)" />
|
||||||
<copy-icon @click="duplicateQuery(index)"/>
|
<copy-icon @click="duplicateQuery(index)"/>
|
||||||
<export-icon @click="exportQuery(index)"/>
|
<export-icon
|
||||||
<delete-icon v-if="!query.isPredefined" @click="showDeleteDialog(query.id)"/>
|
@click="exportToFile([query], `${query.name}.json`)"
|
||||||
|
tooltip="Export query to file"
|
||||||
|
/>
|
||||||
|
<delete-icon
|
||||||
|
v-if="!query.isPredefined"
|
||||||
|
@click="showDeleteDialog((new Set()).add(query.id))"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@@ -128,21 +125,8 @@
|
|||||||
Delete {{ deleteGroup ? 'queries' : 'query' }}
|
Delete {{ deleteGroup ? 'queries' : 'query' }}
|
||||||
<close-icon @click="$modal.hide('delete')"/>
|
<close-icon @click="$modal.hide('delete')"/>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div class="dialog-body">
|
||||||
v-if="
|
{{ deleteDialogMsg }}
|
||||||
deleteGroup || (
|
|
||||||
currentQueryIndex !== null
|
|
||||||
&& currentQueryIndex >= 0
|
|
||||||
&& currentQueryIndex < queries.length
|
|
||||||
)
|
|
||||||
"
|
|
||||||
class="dialog-body"
|
|
||||||
>
|
|
||||||
Are you sure you want to delete
|
|
||||||
{{ deleteGroup
|
|
||||||
? `${selectedNotPredefinedCount} ${selectedNotPredefinedCount > 1 ? 'queries' : 'query'}`
|
|
||||||
: `"${queries[currentQueryIndex].name}"`
|
|
||||||
}}?
|
|
||||||
<div v-show="selectedQueriesCount > selectedNotPredefinedCount" id="note">
|
<div v-show="selectedQueriesCount > selectedNotPredefinedCount" id="note">
|
||||||
<img :src="require('@/assets/images/info.svg')">
|
<img :src="require('@/assets/images/info.svg')">
|
||||||
Note: Predefined queries you've selected won't be deleted
|
Note: Predefined queries you've selected won't be deleted
|
||||||
@@ -153,7 +137,6 @@
|
|||||||
<button class="primary" @click="deleteQuery">Delete</button>
|
<button class="primary" @click="deleteQuery">Delete</button>
|
||||||
</div>
|
</div>
|
||||||
</modal>
|
</modal>
|
||||||
<a ref="downloader" />
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -166,7 +149,8 @@ import CloseIcon from '@/components/svg/close'
|
|||||||
import TextField from '@/components/TextField'
|
import TextField from '@/components/TextField'
|
||||||
import CheckBox from '@/components/CheckBox'
|
import CheckBox from '@/components/CheckBox'
|
||||||
import tooltipMixin from '@/mixins/tooltips'
|
import tooltipMixin from '@/mixins/tooltips'
|
||||||
import { nanoid } from 'nanoid'
|
import storedQueries from '@/storedQueries'
|
||||||
|
import fu from '@/file.utils'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'MyQueries',
|
name: 'MyQueries',
|
||||||
@@ -185,7 +169,7 @@ export default {
|
|||||||
queries: [],
|
queries: [],
|
||||||
filter: null,
|
filter: null,
|
||||||
newName: null,
|
newName: null,
|
||||||
currentQueryId: null,
|
processedQueryId: null,
|
||||||
errorMsg: null,
|
errorMsg: null,
|
||||||
selectedQueriesIds: new Set(),
|
selectedQueriesIds: new Set(),
|
||||||
selectedQueriesCount: 0,
|
selectedQueriesCount: 0,
|
||||||
@@ -218,12 +202,36 @@ export default {
|
|||||||
allQueries () {
|
allQueries () {
|
||||||
return this.predefinedQueries.concat(this.queries)
|
return this.predefinedQueries.concat(this.queries)
|
||||||
},
|
},
|
||||||
currentQueryIndex () {
|
processedQueryIndex () {
|
||||||
return this.queries.findIndex(query => query.id === this.currentQueryId)
|
return this.queries.findIndex(query => query.id === this.processedQueryId)
|
||||||
|
},
|
||||||
|
deleteDialogMsg () {
|
||||||
|
if (!this.deleteGroup && (
|
||||||
|
this.processedQueryIndex === null ||
|
||||||
|
this.processedQueryIndex < 0 ||
|
||||||
|
this.processedQueryIndex > this.queries.length
|
||||||
|
)) {
|
||||||
|
return ''
|
||||||
|
}
|
||||||
|
|
||||||
|
const deleteItem = this.deleteGroup
|
||||||
|
? `${this.selectedNotPredefinedCount} ${this.selectedNotPredefinedCount > 1
|
||||||
|
? 'queries'
|
||||||
|
: 'query'}`
|
||||||
|
: `"${this.queries[this.processedQueryIndex].name}"`
|
||||||
|
|
||||||
|
return `Are you sure you want to delete ${deleteItem}?`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created () {
|
created () {
|
||||||
this.queries = JSON.parse(localStorage.getItem('myQueries')) || []
|
storedQueries.readPredefinedQueries()
|
||||||
|
.then(queries => {
|
||||||
|
this.$store.commit('updatePredefinedQueries', queries)
|
||||||
|
})
|
||||||
|
.catch(console.error)
|
||||||
|
.finally(() => {
|
||||||
|
this.queries = storedQueries.getStoredQueries()
|
||||||
|
})
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
this.resizeObserver = new ResizeObserver(this.calcMaxTableHeight)
|
this.resizeObserver = new ResizeObserver(this.calcMaxTableHeight)
|
||||||
@@ -264,21 +272,17 @@ export default {
|
|||||||
const freeSpace = this.$refs['my-queries-content'].offsetHeight - 200
|
const freeSpace = this.$refs['my-queries-content'].offsetHeight - 200
|
||||||
this.maxTableHeight = freeSpace - (freeSpace % 40) + 1
|
this.maxTableHeight = freeSpace - (freeSpace % 40) + 1
|
||||||
},
|
},
|
||||||
create () {
|
|
||||||
this.$root.$emit('createNewQuery')
|
|
||||||
this.$router.push('/editor')
|
|
||||||
},
|
|
||||||
openQuery (index) {
|
openQuery (index) {
|
||||||
const tab = JSON.parse(JSON.stringify(this.showedQueries[index]))
|
const tab = this.showedQueries[index]
|
||||||
tab.isUnsaved = false
|
this.$store.dispatch('addTab', tab).then(id => {
|
||||||
this.$store.commit('addTab', tab)
|
this.$store.commit('setCurrentTabId', id)
|
||||||
this.$store.commit('setCurrentTabId', tab.id)
|
this.$router.push('/editor')
|
||||||
this.$router.push('/editor')
|
})
|
||||||
},
|
},
|
||||||
showRenameDialog (id) {
|
showRenameDialog (id) {
|
||||||
this.errorMsg = null
|
this.errorMsg = null
|
||||||
this.currentQueryId = id
|
this.processedQueryId = id
|
||||||
this.newName = this.queries[this.currentQueryIndex].name
|
this.newName = this.queries[this.processedQueryIndex].name
|
||||||
this.$modal.show('rename')
|
this.$modal.show('rename')
|
||||||
},
|
},
|
||||||
renameQuery () {
|
renameQuery () {
|
||||||
@@ -286,134 +290,102 @@ export default {
|
|||||||
this.errorMsg = 'Query name can\'t be empty'
|
this.errorMsg = 'Query name can\'t be empty'
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const currentQuery = this.queries[this.currentQueryIndex]
|
const processedQuery = this.queries[this.processedQueryIndex]
|
||||||
currentQuery.name = this.newName
|
processedQuery.name = this.newName
|
||||||
this.$set(this.queries, this.currentQueryIndex, currentQuery)
|
this.$set(this.queries, this.processedQueryIndex, processedQuery)
|
||||||
|
|
||||||
// update queries in local storage
|
// update queries in local storage
|
||||||
this.saveQueriesInLocalStorage()
|
storedQueries.updateStorage(this.queries)
|
||||||
|
|
||||||
// update tab, if renamed query is opened
|
// update tab, if renamed query is opened
|
||||||
const tabIndex = this.findTabIndex(currentQuery.id)
|
const tabIndex = this.findTabIndex(processedQuery.id)
|
||||||
if (tabIndex >= 0) {
|
if (tabIndex >= 0) {
|
||||||
this.$store.commit('updateTab', {
|
this.$store.commit('updateTab', {
|
||||||
index: tabIndex,
|
index: tabIndex,
|
||||||
name: this.newName,
|
name: this.newName,
|
||||||
id: currentQuery.id
|
id: processedQuery.id
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// hide dialog
|
// hide dialog
|
||||||
this.$modal.hide('rename')
|
this.$modal.hide('rename')
|
||||||
},
|
},
|
||||||
duplicateQuery (index) {
|
duplicateQuery (index) {
|
||||||
const newQuery = JSON.parse(JSON.stringify(this.showedQueries[index]))
|
const newQuery = storedQueries.duplicateQuery(this.showedQueries[index])
|
||||||
newQuery.name = newQuery.name + ' Copy'
|
|
||||||
newQuery.id = nanoid()
|
|
||||||
newQuery.createdAt = new Date()
|
|
||||||
delete newQuery.isPredefined
|
|
||||||
if (this.selectAll) {
|
if (this.selectAll) {
|
||||||
this.selectedQueriesIds.add(newQuery.id)
|
this.selectedQueriesIds.add(newQuery.id)
|
||||||
this.selectedQueriesCount = this.selectedQueriesIds.size
|
this.selectedQueriesCount = this.selectedQueriesIds.size
|
||||||
}
|
}
|
||||||
this.queries.push(newQuery)
|
this.queries.push(newQuery)
|
||||||
this.saveQueriesInLocalStorage()
|
storedQueries.updateStorage(this.queries)
|
||||||
},
|
},
|
||||||
showDeleteDialog (id) {
|
showDeleteDialog (idsSet) {
|
||||||
this.deleteGroup = typeof id !== 'string'
|
this.deleteGroup = idsSet.size > 1
|
||||||
if (!this.deleteGroup) {
|
if (!this.deleteGroup) {
|
||||||
this.currentQueryId = id
|
this.processedQueryId = idsSet.values().next().value
|
||||||
}
|
}
|
||||||
this.$modal.show('delete')
|
this.$modal.show('delete')
|
||||||
},
|
},
|
||||||
deleteQuery () {
|
deleteQuery () {
|
||||||
this.$modal.hide('delete')
|
this.$modal.hide('delete')
|
||||||
if (!this.deleteGroup) {
|
if (!this.deleteGroup) {
|
||||||
this.queries.splice(this.currentQueryIndex, 1)
|
this.queries.splice(this.processedQueryIndex, 1)
|
||||||
const tabIndex = this.findTabIndex(this.currentQueryId)
|
|
||||||
|
// Close deleted query tab if it was opened
|
||||||
|
const tabIndex = this.findTabIndex(this.processedQueryId)
|
||||||
if (tabIndex >= 0) {
|
if (tabIndex >= 0) {
|
||||||
this.$store.commit('deleteTab', tabIndex)
|
this.$store.commit('deleteTab', tabIndex)
|
||||||
}
|
}
|
||||||
if (this.selectedQueriesIds.has(this.currentQueryId)) {
|
|
||||||
this.selectedQueriesIds.delete(this.currentQueryId)
|
// Clear checkboxes
|
||||||
|
if (this.selectedQueriesIds.has(this.processedQueryId)) {
|
||||||
|
this.selectedQueriesIds.delete(this.processedQueryId)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.queries = this.selectAll
|
this.queries = this.selectAll
|
||||||
? []
|
? []
|
||||||
: this.queries.filter(query => !this.selectedQueriesIds.has(query.id))
|
: this.queries.filter(query => !this.selectedQueriesIds.has(query.id))
|
||||||
|
|
||||||
|
// Close deleted queries if it was opened
|
||||||
const tabs = this.$store.state.tabs
|
const tabs = this.$store.state.tabs
|
||||||
for (let i = tabs.length - 1; i >= 0; i--) {
|
for (let i = tabs.length - 1; i >= 0; i--) {
|
||||||
if (this.selectedQueriesIds.has(tabs[i].id)) {
|
if (this.selectedQueriesIds.has(tabs[i].id)) {
|
||||||
this.$store.commit('deleteTab', i)
|
this.$store.commit('deleteTab', i)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Clear checkboxes
|
||||||
this.selectedQueriesIds.clear()
|
this.selectedQueriesIds.clear()
|
||||||
}
|
}
|
||||||
this.selectedQueriesCount = this.selectedQueriesIds.size
|
this.selectedQueriesCount = this.selectedQueriesIds.size
|
||||||
this.saveQueriesInLocalStorage()
|
storedQueries.updateStorage(this.queries)
|
||||||
},
|
},
|
||||||
findTabIndex (id) {
|
findTabIndex (id) {
|
||||||
return this.$store.state.tabs.findIndex(tab => tab.id === id)
|
return this.$store.state.tabs.findIndex(tab => tab.id === id)
|
||||||
},
|
},
|
||||||
exportQuery (index) {
|
exportToFile (queryList, fileName) {
|
||||||
let data
|
const jsonStr = storedQueries.serialiseQueries(queryList)
|
||||||
let name
|
fu.exportToFile(jsonStr, fileName)
|
||||||
|
},
|
||||||
|
exportSelectedQueries () {
|
||||||
|
const queryList = this.selectAll
|
||||||
|
? this.allQueries
|
||||||
|
: this.allQueries.filter(query => this.selectedQueriesIds.has(query.id))
|
||||||
|
|
||||||
// single operation
|
this.exportToFile(queryList, 'My sqliteviz queries.json')
|
||||||
if (typeof index === 'number') {
|
|
||||||
data = JSON.parse(JSON.stringify(this.showedQueries[index]))
|
|
||||||
name = data.name
|
|
||||||
delete data.isPredefined
|
|
||||||
} else {
|
|
||||||
// group operation
|
|
||||||
data = this.selectAll
|
|
||||||
? JSON.parse(JSON.stringify(this.allQueries))
|
|
||||||
: this.allQueries.filter(query => this.selectedQueriesIds.has(query.id))
|
|
||||||
name = 'My sqliteviz queries'
|
|
||||||
data.forEach(query => delete query.isPredefined)
|
|
||||||
}
|
|
||||||
|
|
||||||
// export data to file
|
|
||||||
const downloader = this.$refs.downloader
|
|
||||||
const json = JSON.stringify(data, null, 4)
|
|
||||||
const blob = new Blob([json], { type: 'octet/stream' })
|
|
||||||
const url = window.URL.createObjectURL(blob)
|
|
||||||
downloader.href = url
|
|
||||||
downloader.download = `${name}.json`
|
|
||||||
downloader.click()
|
|
||||||
window.URL.revokeObjectURL(url)
|
|
||||||
},
|
},
|
||||||
importQueries () {
|
importQueries () {
|
||||||
const file = this.$refs.importFile.files[0]
|
storedQueries.importQueries()
|
||||||
const reader = new FileReader()
|
.then(importedQueries => {
|
||||||
reader.onload = (e) => {
|
if (this.selectAll) {
|
||||||
let importedQueries = JSON.parse(e.target.result)
|
importedQueries.forEach(query => {
|
||||||
|
this.selectedQueriesIds.add(query.id)
|
||||||
if (!Array.isArray(importedQueries)) {
|
})
|
||||||
importedQueries = [importedQueries]
|
this.selectedQueriesCount = this.selectedQueriesIds.size
|
||||||
}
|
|
||||||
|
|
||||||
importedQueries.forEach(query => {
|
|
||||||
const allQueriesIds = this.allQueries.map(query => query.id)
|
|
||||||
if (new Set(allQueriesIds).has(query.id)) {
|
|
||||||
query.id = nanoid()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.queries = this.queries.concat(importedQueries)
|
||||||
|
storedQueries.updateStorage(this.queries)
|
||||||
})
|
})
|
||||||
|
|
||||||
if (this.selectAll) {
|
|
||||||
importedQueries.forEach(query => {
|
|
||||||
this.selectedQueriesIds.add(query.id)
|
|
||||||
})
|
|
||||||
this.selectedQueriesCount = this.selectedQueriesIds.size
|
|
||||||
}
|
|
||||||
|
|
||||||
this.queries = this.queries.concat(importedQueries)
|
|
||||||
this.saveQueriesInLocalStorage()
|
|
||||||
this.$refs.importFile.value = null
|
|
||||||
}
|
|
||||||
reader.readAsText(file)
|
|
||||||
},
|
|
||||||
saveQueriesInLocalStorage () {
|
|
||||||
localStorage.setItem('myQueries', JSON.stringify(this.queries))
|
|
||||||
},
|
},
|
||||||
toggleSelectAll (checked) {
|
toggleSelectAll (checked) {
|
||||||
this.selectAll = checked
|
this.selectAll = checked
|
||||||
@@ -551,27 +523,16 @@ tbody tr:hover td {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
tbody tr:hover .icons-container {
|
tbody tr:hover .icons-container {
|
||||||
display: block;
|
display: flex;
|
||||||
}
|
}
|
||||||
.dialog input {
|
.dialog input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
a, #import-file {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
button.toolbar {
|
button.toolbar {
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button label {
|
|
||||||
display: block;
|
|
||||||
line-height: 36px;
|
|
||||||
}
|
|
||||||
|
|
||||||
button label:hover {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
display: none;
|
display: none;
|
||||||
background-color: var(--color-gray-light-4);
|
background-color: var(--color-gray-light-4);
|
||||||
@@ -583,7 +544,7 @@ button label:hover {
|
|||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tbody tr.predefined:hover .badge {
|
tbody tr:hover .badge {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
#note {
|
#note {
|
||||||
|
|||||||
72
tests/chart.spec.js
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import sinon from 'sinon'
|
||||||
|
import * as chart from '@/chart'
|
||||||
|
import * as dereference from 'react-chart-editor/lib/lib/dereference'
|
||||||
|
|
||||||
|
describe('chart.js', () => {
|
||||||
|
afterEach(() => {
|
||||||
|
sinon.restore()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('getDataSourcesFromSqlResult', () => {
|
||||||
|
const sqlResult = {
|
||||||
|
columns: ['id', 'name'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo'],
|
||||||
|
[2, 'bar']
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
const ds = chart.getDataSourcesFromSqlResult(sqlResult)
|
||||||
|
expect(ds).to.eql({
|
||||||
|
id: [1, 2],
|
||||||
|
name: ['foo', 'bar']
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
it('getOptionsFromDataSources', () => {
|
||||||
|
const dataSources = {
|
||||||
|
id: [1, 2],
|
||||||
|
name: ['foo', 'bar']
|
||||||
|
}
|
||||||
|
|
||||||
|
const ds = chart.getOptionsFromDataSources(dataSources)
|
||||||
|
expect(ds).to.eql([
|
||||||
|
{ value: 'id', label: 'id' },
|
||||||
|
{ value: 'name', label: 'name' }
|
||||||
|
])
|
||||||
|
})
|
||||||
|
|
||||||
|
it('getChartStateForSave', () => {
|
||||||
|
const state = {
|
||||||
|
data: {
|
||||||
|
foo: {},
|
||||||
|
bar: {}
|
||||||
|
},
|
||||||
|
layout: {},
|
||||||
|
frames: {}
|
||||||
|
}
|
||||||
|
const dataSources = {
|
||||||
|
id: [1, 2],
|
||||||
|
name: ['foo', 'bar']
|
||||||
|
}
|
||||||
|
sinon.stub(dereference, 'default')
|
||||||
|
sinon.spy(JSON, 'parse')
|
||||||
|
|
||||||
|
const ds = chart.getChartStateForSave(state, dataSources)
|
||||||
|
|
||||||
|
expect(dereference.default.calledOnce).to.equal(true)
|
||||||
|
|
||||||
|
const args = dereference.default.firstCall.args
|
||||||
|
expect(args[0]).to.eql({
|
||||||
|
foo: {},
|
||||||
|
bar: {}
|
||||||
|
})
|
||||||
|
expect(args[1]).to.eql({
|
||||||
|
id: [],
|
||||||
|
name: []
|
||||||
|
})
|
||||||
|
|
||||||
|
expect(ds).to.equal(JSON.parse.returnValues[0])
|
||||||
|
})
|
||||||
|
})
|
||||||
68
tests/components/Chart.spec.js
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import sinon from 'sinon'
|
||||||
|
import { mount, shallowMount } from '@vue/test-utils'
|
||||||
|
import Chart from '@/components/Chart.vue'
|
||||||
|
import chart from '@/chart.js'
|
||||||
|
import * as dereference from 'react-chart-editor/lib/lib/dereference'
|
||||||
|
|
||||||
|
describe('Chart.vue', () => {
|
||||||
|
afterEach(() => {
|
||||||
|
sinon.restore()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('getChartStateForSave called with proper arguments', () => {
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(Chart)
|
||||||
|
const vm = wrapper.vm
|
||||||
|
const stub = sinon.stub(chart, 'getChartStateForSave').returns('result')
|
||||||
|
const chartData = vm.getChartStateForSave()
|
||||||
|
expect(stub.calledOnceWith(vm.state, vm.dataSources)).to.equal(true)
|
||||||
|
expect(chartData).to.equal('result')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('is not visible when visible is false', () => {
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(Chart, {
|
||||||
|
propsData: { visible: false }
|
||||||
|
})
|
||||||
|
|
||||||
|
expect(wrapper.find('.chart-container').isVisible()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('is visible when visible is true', () => {
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(Chart, {
|
||||||
|
propsData: { visible: true }
|
||||||
|
})
|
||||||
|
|
||||||
|
expect(wrapper.find('.chart-container').isVisible()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('emits update when plotly updates', async () => {
|
||||||
|
// mount the component
|
||||||
|
const wrapper = mount(Chart)
|
||||||
|
wrapper.findComponent({ ref: 'plotlyEditor' }).vm.$emit('onUpdate')
|
||||||
|
expect(wrapper.emitted('update')).to.have.lengthOf(1)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('calls dereference when sqlResult is changed', async () => {
|
||||||
|
sinon.stub(dereference, 'default')
|
||||||
|
const sqlResult = {
|
||||||
|
columns: ['id', 'name'],
|
||||||
|
values: [[1, 'foo']]
|
||||||
|
}
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(Chart, {
|
||||||
|
propsData: { sqlResult: sqlResult }
|
||||||
|
})
|
||||||
|
|
||||||
|
const newSqlResult = {
|
||||||
|
columns: ['id', 'name'],
|
||||||
|
values: [[2, 'bar']]
|
||||||
|
}
|
||||||
|
|
||||||
|
await wrapper.setProps({ sqlResult: newSqlResult })
|
||||||
|
expect(dereference.default.called).to.equal(true)
|
||||||
|
})
|
||||||
|
})
|
||||||
50
tests/components/CheckBox.spec.js
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import { shallowMount } from '@vue/test-utils'
|
||||||
|
import CheckBox from '@/components/CheckBox'
|
||||||
|
|
||||||
|
describe('CheckBox', () => {
|
||||||
|
it('unchecked by default', () => {
|
||||||
|
const wrapper = shallowMount(CheckBox, {
|
||||||
|
propsData: { init: false }
|
||||||
|
})
|
||||||
|
expect(wrapper.find('img').isVisible()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('gets init state according to passed props', () => {
|
||||||
|
const wrapperChecked = shallowMount(CheckBox, {
|
||||||
|
propsData: { init: true }
|
||||||
|
})
|
||||||
|
expect(wrapperChecked.find('img').isVisible()).to.equal(true)
|
||||||
|
const wrapperUnchecked = shallowMount(CheckBox, {
|
||||||
|
propsData: { init: false }
|
||||||
|
})
|
||||||
|
expect(wrapperUnchecked.find('img').isVisible()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('checked on click', async () => {
|
||||||
|
const wrapper = shallowMount(CheckBox)
|
||||||
|
await wrapper.trigger('click')
|
||||||
|
expect(wrapper.find('img').isVisible()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('emits event on click', async () => {
|
||||||
|
const wrapper = shallowMount(CheckBox)
|
||||||
|
await wrapper.trigger('click')
|
||||||
|
expect(wrapper.emitted().click).to.have.lengthOf(1)
|
||||||
|
expect(wrapper.emitted().click[0]).to.eql([true])
|
||||||
|
await wrapper.trigger('click')
|
||||||
|
expect(wrapper.emitted().click).to.have.lengthOf(2)
|
||||||
|
expect(wrapper.emitted().click[1]).to.eql([false])
|
||||||
|
})
|
||||||
|
|
||||||
|
it('disabled', async () => {
|
||||||
|
const wrapper = shallowMount(CheckBox, {
|
||||||
|
propsData: { disabled: true }
|
||||||
|
})
|
||||||
|
expect(wrapper.find('.checkbox-container').classes()).to.include('disabled')
|
||||||
|
expect(wrapper.find('.checkbox-container').classes()).to.not.include('checked')
|
||||||
|
await wrapper.trigger('click')
|
||||||
|
expect(wrapper.emitted().click).to.equal(undefined)
|
||||||
|
expect(wrapper.find('.checkbox-container').classes()).to.not.include('checked')
|
||||||
|
})
|
||||||
|
})
|
||||||
841
tests/components/DbUploader.spec.js
Normal file
@@ -0,0 +1,841 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import sinon from 'sinon'
|
||||||
|
import Vuex from 'vuex'
|
||||||
|
import { shallowMount, mount } from '@vue/test-utils'
|
||||||
|
import DbUploader from '@/components/DbUploader.vue'
|
||||||
|
import fu from '@/file.utils'
|
||||||
|
import database from '@/database'
|
||||||
|
import csv from '@/csv'
|
||||||
|
|
||||||
|
describe('DbUploader.vue', () => {
|
||||||
|
let state = {}
|
||||||
|
let mutations = {}
|
||||||
|
let store = {}
|
||||||
|
|
||||||
|
beforeEach(() => {
|
||||||
|
// mock store state and mutations
|
||||||
|
state = {}
|
||||||
|
mutations = {
|
||||||
|
saveSchema: sinon.stub(),
|
||||||
|
setDb: sinon.stub()
|
||||||
|
}
|
||||||
|
store = new Vuex.Store({ state, mutations })
|
||||||
|
})
|
||||||
|
|
||||||
|
afterEach(() => {
|
||||||
|
sinon.restore()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('loads db on click and redirects to /editor', async () => {
|
||||||
|
// mock getting a file from user
|
||||||
|
const file = {}
|
||||||
|
sinon.stub(fu, 'getFileFromUser').resolves(file)
|
||||||
|
|
||||||
|
// mock db loading
|
||||||
|
const schema = {}
|
||||||
|
const db = {
|
||||||
|
loadDb: sinon.stub().resolves(schema)
|
||||||
|
}
|
||||||
|
sinon.stub(database, 'getNewDatabase').returns(db)
|
||||||
|
|
||||||
|
// mock router
|
||||||
|
const $router = { push: sinon.stub() }
|
||||||
|
const $route = { path: '/' }
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(DbUploader, {
|
||||||
|
store,
|
||||||
|
mocks: { $router, $route }
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('.drop-area').trigger('click')
|
||||||
|
expect(db.loadDb.calledOnceWith(file)).to.equal(true)
|
||||||
|
await db.loadDb.returnValues[0]
|
||||||
|
expect(mutations.saveSchema.calledOnceWith(state, schema)).to.equal(true)
|
||||||
|
expect($router.push.calledOnceWith('/editor')).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('loads db on drop and redirects to /editor', async () => {
|
||||||
|
// mock db loading
|
||||||
|
const schema = {}
|
||||||
|
const db = {
|
||||||
|
loadDb: sinon.stub().resolves(schema)
|
||||||
|
}
|
||||||
|
sinon.stub(database, 'getNewDatabase').returns(db)
|
||||||
|
|
||||||
|
// mock router
|
||||||
|
const $router = { push: sinon.stub() }
|
||||||
|
const $route = { path: '/' }
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(DbUploader, {
|
||||||
|
store,
|
||||||
|
mocks: { $router, $route }
|
||||||
|
})
|
||||||
|
|
||||||
|
// mock a file dropped by a user
|
||||||
|
const file = {}
|
||||||
|
const dropData = { dataTransfer: new DataTransfer() }
|
||||||
|
Object.defineProperty(dropData.dataTransfer, 'files', {
|
||||||
|
value: [file],
|
||||||
|
writable: false
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('.drop-area').trigger('drop', dropData)
|
||||||
|
expect(db.loadDb.calledOnceWith(file)).to.equal(true)
|
||||||
|
await db.loadDb.returnValues[0]
|
||||||
|
expect(mutations.saveSchema.calledOnceWith(state, schema)).to.equal(true)
|
||||||
|
expect($router.push.calledOnceWith('/editor')).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("doesn't redirect if already on /editor", async () => {
|
||||||
|
// mock getting a file from user
|
||||||
|
const file = {}
|
||||||
|
sinon.stub(fu, 'getFileFromUser').resolves(file)
|
||||||
|
|
||||||
|
// mock db loading
|
||||||
|
const schema = {}
|
||||||
|
const db = {
|
||||||
|
loadDb: sinon.stub().resolves(schema)
|
||||||
|
}
|
||||||
|
sinon.stub(database, 'getNewDatabase').returns(db)
|
||||||
|
|
||||||
|
// mock router
|
||||||
|
const $router = { push: sinon.stub() }
|
||||||
|
const $route = { path: '/editor' }
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(DbUploader, {
|
||||||
|
store,
|
||||||
|
mocks: { $router, $route }
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('.drop-area').trigger('click')
|
||||||
|
await db.loadDb.returnValues[0]
|
||||||
|
expect($router.push.called).to.equal(false)
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
describe('DbUploader.vue import CSV', () => {
|
||||||
|
let state = {}
|
||||||
|
let mutations = {}
|
||||||
|
let actions = {}
|
||||||
|
const newTabId = 1
|
||||||
|
let store = {}
|
||||||
|
|
||||||
|
// mock router
|
||||||
|
const $router = { }
|
||||||
|
const $route = { path: '/' }
|
||||||
|
|
||||||
|
let clock
|
||||||
|
let wrapper
|
||||||
|
|
||||||
|
beforeEach(() => {
|
||||||
|
// mock getting a file from user
|
||||||
|
sinon.stub(fu, 'getFileFromUser').resolves({ type: 'text/csv', name: 'foo.csv' })
|
||||||
|
|
||||||
|
clock = sinon.useFakeTimers()
|
||||||
|
|
||||||
|
// mock store state and mutations
|
||||||
|
state = {}
|
||||||
|
mutations = {
|
||||||
|
saveSchema: sinon.stub(),
|
||||||
|
setDb: sinon.stub(),
|
||||||
|
setCurrentTabId: sinon.stub()
|
||||||
|
}
|
||||||
|
actions = {
|
||||||
|
addTab: sinon.stub().resolves(newTabId)
|
||||||
|
}
|
||||||
|
store = new Vuex.Store({ state, mutations, actions })
|
||||||
|
|
||||||
|
$router.push = sinon.stub()
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
wrapper = mount(DbUploader, {
|
||||||
|
store,
|
||||||
|
mocks: { $router, $route }
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
afterEach(() => {
|
||||||
|
sinon.restore()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('shows parse dialog if gets csv file', async () => {
|
||||||
|
sinon.stub(csv, 'parse').resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo'],
|
||||||
|
[2, 'bar']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
messages: [{
|
||||||
|
code: 'UndetectableDelimiter',
|
||||||
|
message: 'Comma was used as a standart delimiter',
|
||||||
|
row: 0,
|
||||||
|
type: 'info',
|
||||||
|
hint: undefined
|
||||||
|
}]
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('.drop-area').trigger('click')
|
||||||
|
await csv.parse.returnValues[0]
|
||||||
|
await wrapper.vm.animationPromise
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
expect(wrapper.find('[data-modal="parse"]').exists()).to.equal(true)
|
||||||
|
expect(wrapper.findComponent({ name: 'delimiter-selector' }).vm.value).to.equal('|')
|
||||||
|
expect(wrapper.find('#quote-char input').element.value).to.equal('"')
|
||||||
|
expect(wrapper.find('#escape-char input').element.value).to.equal('"')
|
||||||
|
expect(wrapper.findComponent({ name: 'check-box' }).vm.checked).to.equal(true)
|
||||||
|
const rows = wrapper.findAll('tbody tr')
|
||||||
|
expect(rows).to.have.lengthOf(2)
|
||||||
|
expect(rows.at(0).findAll('td').at(0).text()).to.equal('1')
|
||||||
|
expect(rows.at(0).findAll('td').at(1).text()).to.equal('foo')
|
||||||
|
expect(rows.at(1).findAll('td').at(0).text()).to.equal('2')
|
||||||
|
expect(rows.at(1).findAll('td').at(1).text()).to.equal('bar')
|
||||||
|
expect(wrapper.findComponent({ name: 'logs' }).text())
|
||||||
|
.to.include('Information about row 0. Comma was used as a standart delimiter.')
|
||||||
|
expect(wrapper.findComponent({ name: 'logs' }).text())
|
||||||
|
.to.include('Preview parsing is completed in')
|
||||||
|
expect(wrapper.find('#csv-finish').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.find('#csv-import').isVisible()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('reparses when parameters changes', async () => {
|
||||||
|
const parse = sinon.stub(csv, 'parse')
|
||||||
|
parse.onCall(0).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo']
|
||||||
|
]
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('.drop-area').trigger('click')
|
||||||
|
await csv.parse.returnValues[0]
|
||||||
|
await wrapper.vm.animationPromise
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
parse.onCall(1).resolves({
|
||||||
|
delimiter: ',',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[2, 'bar']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false
|
||||||
|
})
|
||||||
|
await wrapper.find('.delimiter-selector-container input').setValue(',')
|
||||||
|
expect(parse.callCount).to.equal(2)
|
||||||
|
await csv.parse.returnValues[1]
|
||||||
|
|
||||||
|
let rows = wrapper.findAll('tbody tr')
|
||||||
|
expect(rows).to.have.lengthOf(1)
|
||||||
|
expect(rows.at(0).findAll('td').at(0).text()).to.equal('2')
|
||||||
|
expect(rows.at(0).findAll('td').at(1).text()).to.equal('bar')
|
||||||
|
expect(wrapper.findComponent({ name: 'logs' }).text())
|
||||||
|
.to.include('Preview parsing is completed in')
|
||||||
|
|
||||||
|
parse.onCall(2).resolves({
|
||||||
|
delimiter: ',',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[3, 'baz']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: true,
|
||||||
|
messages: [{
|
||||||
|
code: 'MissingQuotes',
|
||||||
|
message: 'Quote is missed',
|
||||||
|
row: 0,
|
||||||
|
type: 'error',
|
||||||
|
hint: 'Edit your CSV so that the field has a closing quote char.'
|
||||||
|
}]
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('#quote-char input').setValue("'")
|
||||||
|
expect(parse.callCount).to.equal(3)
|
||||||
|
await csv.parse.returnValues[2]
|
||||||
|
rows = wrapper.findAll('tbody tr')
|
||||||
|
expect(rows).to.have.lengthOf(1)
|
||||||
|
expect(rows.at(0).findAll('td').at(0).text()).to.equal('3')
|
||||||
|
expect(rows.at(0).findAll('td').at(1).text()).to.equal('baz')
|
||||||
|
expect(wrapper.findComponent({ name: 'logs' }).text())
|
||||||
|
.to.contain('Error in row 0. Quote is missed. Edit your CSV so that the field has a closing quote char.')
|
||||||
|
expect(wrapper.findComponent({ name: 'logs' }).text())
|
||||||
|
.to.not.contain('Preview parsing is completed in')
|
||||||
|
|
||||||
|
parse.onCall(3).resolves({
|
||||||
|
delimiter: ',',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[4, 'qux']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false
|
||||||
|
})
|
||||||
|
await wrapper.find('#escape-char input').setValue("'")
|
||||||
|
expect(parse.callCount).to.equal(4)
|
||||||
|
await csv.parse.returnValues[3]
|
||||||
|
rows = wrapper.findAll('tbody tr')
|
||||||
|
expect(rows).to.have.lengthOf(1)
|
||||||
|
expect(rows.at(0).findAll('td').at(0).text()).to.equal('4')
|
||||||
|
expect(rows.at(0).findAll('td').at(1).text()).to.equal('qux')
|
||||||
|
expect(wrapper.findComponent({ name: 'logs' }).text())
|
||||||
|
.to.contain('Preview parsing is completed in')
|
||||||
|
|
||||||
|
parse.onCall(4).resolves({
|
||||||
|
delimiter: ',',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[5, 'corge']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false
|
||||||
|
})
|
||||||
|
await wrapper.findComponent({ name: 'check-box' }).trigger('click')
|
||||||
|
expect(parse.callCount).to.equal(5)
|
||||||
|
await csv.parse.returnValues[4]
|
||||||
|
rows = wrapper.findAll('tbody tr')
|
||||||
|
expect(rows).to.have.lengthOf(1)
|
||||||
|
expect(rows.at(0).findAll('td').at(0).text()).to.equal('5')
|
||||||
|
expect(rows.at(0).findAll('td').at(1).text()).to.equal('corge')
|
||||||
|
expect(wrapper.findComponent({ name: 'logs' }).text())
|
||||||
|
.to.include('Preview parsing is completed in')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('has proper state before parsing is complete', async () => {
|
||||||
|
const parse = sinon.stub(csv, 'parse')
|
||||||
|
parse.onCall(0).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo']
|
||||||
|
]
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('.drop-area').trigger('click')
|
||||||
|
await csv.parse.returnValues[0]
|
||||||
|
await wrapper.vm.animationPromise
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
let resolveParsing
|
||||||
|
parse.onCall(1).returns(new Promise(resolve => {
|
||||||
|
resolveParsing = resolve
|
||||||
|
}))
|
||||||
|
await wrapper.find('#csv-import').trigger('click')
|
||||||
|
|
||||||
|
// "Parsing CSV..." in the logs
|
||||||
|
expect(wrapper.findComponent({ name: 'logs' }).findAll('.msg').at(1).text())
|
||||||
|
.to.equal('Parsing CSV...')
|
||||||
|
|
||||||
|
// After 1 second - loading indicator is shown
|
||||||
|
await clock.tick(1000)
|
||||||
|
expect(
|
||||||
|
wrapper.findComponent({ name: 'logs' }).findComponent({ name: 'LoadingIndicator' }).exists()
|
||||||
|
).to.equal(true)
|
||||||
|
|
||||||
|
// All the dialog controls are disabled
|
||||||
|
expect(wrapper.findComponent({ name: 'delimiter-selector' }).vm.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#quote-char input').element.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#escape-char input').element.disabled).to.equal(true)
|
||||||
|
expect(wrapper.findComponent({ name: 'check-box' }).vm.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#csv-cancel').element.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#csv-finish').element.disabled).to.equal(true)
|
||||||
|
expect(wrapper.findComponent({ name: 'close-icon' }).vm.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#csv-finish').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.find('#csv-import').isVisible()).to.equal(true)
|
||||||
|
await resolveParsing()
|
||||||
|
await parse.returnValues[1]
|
||||||
|
|
||||||
|
// Loading indicator is not shown when parsing is compete
|
||||||
|
expect(
|
||||||
|
wrapper.findComponent({ name: 'logs' }).findComponent({ name: 'LoadingIndicator' }).exists()
|
||||||
|
).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('parsing is completed successfully', async () => {
|
||||||
|
const parse = sinon.stub(csv, 'parse')
|
||||||
|
parse.onCall(0).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false,
|
||||||
|
messages: []
|
||||||
|
})
|
||||||
|
|
||||||
|
parse.onCall(1).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo'],
|
||||||
|
[2, 'bar']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false,
|
||||||
|
messages: []
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('.drop-area').trigger('click')
|
||||||
|
await csv.parse.returnValues[0]
|
||||||
|
await wrapper.vm.animationPromise
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
await wrapper.find('#csv-import').trigger('click')
|
||||||
|
await csv.parse.returnValues[1]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
// Parsing success in the logs
|
||||||
|
expect(wrapper.findComponent({ name: 'logs' }).findAll('.msg').at(1).text())
|
||||||
|
.to.include('2 rows are parsed successfully in')
|
||||||
|
|
||||||
|
// All the dialog controls are disabled
|
||||||
|
expect(wrapper.findComponent({ name: 'delimiter-selector' }).vm.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#quote-char input').element.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#escape-char input').element.disabled).to.equal(true)
|
||||||
|
expect(wrapper.findComponent({ name: 'check-box' }).vm.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#csv-cancel').element.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#csv-finish').element.disabled).to.equal(true)
|
||||||
|
expect(wrapper.findComponent({ name: 'close-icon' }).vm.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#csv-finish').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.find('#csv-import').isVisible()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('parsing is completed with notes', async () => {
|
||||||
|
const parse = sinon.stub(csv, 'parse')
|
||||||
|
parse.onCall(0).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false,
|
||||||
|
messages: []
|
||||||
|
})
|
||||||
|
|
||||||
|
parse.onCall(1).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo'],
|
||||||
|
[2, 'bar']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false,
|
||||||
|
messages: [{
|
||||||
|
code: 'UndetectableDelimiter',
|
||||||
|
message: 'Comma was used as a standart delimiter',
|
||||||
|
type: 'info',
|
||||||
|
hint: undefined
|
||||||
|
}]
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('.drop-area').trigger('click')
|
||||||
|
await csv.parse.returnValues[0]
|
||||||
|
await wrapper.vm.animationPromise
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
await wrapper.find('#csv-import').trigger('click')
|
||||||
|
await csv.parse.returnValues[1]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
// Parsing success in the logs
|
||||||
|
const logs = wrapper.findComponent({ name: 'logs' }).findAll('.msg')
|
||||||
|
expect(logs).to.have.lengthOf(4)
|
||||||
|
expect(logs.at(1).text()).to.include('2 rows are parsed in')
|
||||||
|
expect(logs.at(2).text()).to.equals('Comma was used as a standart delimiter.')
|
||||||
|
|
||||||
|
// All the dialog controls are disabled
|
||||||
|
expect(wrapper.findComponent({ name: 'delimiter-selector' }).vm.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#quote-char input').element.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#escape-char input').element.disabled).to.equal(true)
|
||||||
|
expect(wrapper.findComponent({ name: 'check-box' }).vm.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#csv-cancel').element.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#csv-finish').element.disabled).to.equal(true)
|
||||||
|
expect(wrapper.findComponent({ name: 'close-icon' }).vm.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#csv-finish').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.find('#csv-import').isVisible()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('parsing is completed with errors', async () => {
|
||||||
|
const parse = sinon.stub(csv, 'parse')
|
||||||
|
parse.onCall(0).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false,
|
||||||
|
messages: []
|
||||||
|
})
|
||||||
|
|
||||||
|
parse.onCall(1).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo'],
|
||||||
|
[2, 'bar']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: true,
|
||||||
|
messages: [{
|
||||||
|
code: 'Error',
|
||||||
|
message: 'Something is wrong',
|
||||||
|
type: 'error',
|
||||||
|
hint: undefined
|
||||||
|
}]
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('.drop-area').trigger('click')
|
||||||
|
await csv.parse.returnValues[0]
|
||||||
|
await wrapper.vm.animationPromise
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
await wrapper.find('#csv-import').trigger('click')
|
||||||
|
await csv.parse.returnValues[1]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
// Parsing success in the logs
|
||||||
|
const logs = wrapper.findComponent({ name: 'logs' }).findAll('.msg')
|
||||||
|
expect(logs).to.have.lengthOf(3)
|
||||||
|
expect(logs.at(1).text()).to.include('Parsing ended with errors.')
|
||||||
|
expect(logs.at(2).text()).to.equals('Something is wrong.')
|
||||||
|
|
||||||
|
// All the dialog controls are enabled
|
||||||
|
expect(wrapper.findComponent({ name: 'delimiter-selector' }).vm.disabled).to.equal(false)
|
||||||
|
expect(wrapper.find('#quote-char input').element.disabled).to.equal(false)
|
||||||
|
expect(wrapper.find('#escape-char input').element.disabled).to.equal(false)
|
||||||
|
expect(wrapper.findComponent({ name: 'check-box' }).vm.disabled).to.equal(false)
|
||||||
|
expect(wrapper.find('#csv-cancel').element.disabled).to.equal(false)
|
||||||
|
expect(wrapper.find('#csv-finish').element.disabled).to.equal(false)
|
||||||
|
expect(wrapper.findComponent({ name: 'close-icon' }).vm.disabled).to.equal(false)
|
||||||
|
expect(wrapper.find('#csv-finish').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.find('#csv-import').isVisible()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('has proper state before import is completed', async () => {
|
||||||
|
const parse = sinon.stub(csv, 'parse')
|
||||||
|
parse.onCall(0).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false,
|
||||||
|
messages: []
|
||||||
|
})
|
||||||
|
|
||||||
|
parse.onCall(1).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo'],
|
||||||
|
[2, 'bar']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false,
|
||||||
|
messages: []
|
||||||
|
})
|
||||||
|
|
||||||
|
let resolveImport = sinon.stub()
|
||||||
|
const newDb = {
|
||||||
|
createDb: sinon.stub().resolves(new Promise(resolve => { resolveImport = resolve })),
|
||||||
|
createProgressCounter: sinon.stub().returns(1),
|
||||||
|
deleteProgressCounter: sinon.stub()
|
||||||
|
}
|
||||||
|
sinon.stub(database, 'getNewDatabase').returns(newDb)
|
||||||
|
|
||||||
|
await wrapper.find('.drop-area').trigger('click')
|
||||||
|
await csv.parse.returnValues[0]
|
||||||
|
await wrapper.vm.animationPromise
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
await wrapper.find('#csv-import').trigger('click')
|
||||||
|
await csv.parse.returnValues[1]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
// Parsing success in the logs
|
||||||
|
expect(wrapper.findComponent({ name: 'logs' }).findAll('.msg').at(2).text())
|
||||||
|
.to.equal('Importing CSV into a SQLite database...')
|
||||||
|
|
||||||
|
// After 1 second - loading indicator is shown
|
||||||
|
await clock.tick(1000)
|
||||||
|
expect(
|
||||||
|
wrapper.findComponent({ name: 'logs' }).findComponent({ name: 'LoadingIndicator' }).exists()
|
||||||
|
).to.equal(true)
|
||||||
|
|
||||||
|
// All the dialog controls are disabled
|
||||||
|
expect(wrapper.findComponent({ name: 'delimiter-selector' }).vm.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#quote-char input').element.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#escape-char input').element.disabled).to.equal(true)
|
||||||
|
expect(wrapper.findComponent({ name: 'check-box' }).vm.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#csv-cancel').element.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#csv-finish').element.disabled).to.equal(true)
|
||||||
|
expect(wrapper.findComponent({ name: 'close-icon' }).vm.disabled).to.equal(true)
|
||||||
|
expect(wrapper.find('#csv-finish').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.find('#csv-import').isVisible()).to.equal(true)
|
||||||
|
expect(newDb.createDb.getCall(0).args[0]).to.equal('foo') // file name
|
||||||
|
|
||||||
|
// After resolving - loading indicator is not shown
|
||||||
|
await resolveImport()
|
||||||
|
await newDb.createDb.returnValues[0]
|
||||||
|
expect(
|
||||||
|
wrapper.findComponent({ name: 'logs' }).findComponent({ name: 'LoadingIndicator' }).exists()
|
||||||
|
).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('import success', async () => {
|
||||||
|
const parse = sinon.stub(csv, 'parse')
|
||||||
|
parse.onCall(0).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false,
|
||||||
|
messages: []
|
||||||
|
})
|
||||||
|
|
||||||
|
parse.onCall(1).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo'],
|
||||||
|
[2, 'bar']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false,
|
||||||
|
messages: []
|
||||||
|
})
|
||||||
|
|
||||||
|
const schema = {}
|
||||||
|
const newDb = {
|
||||||
|
createDb: sinon.stub().resolves(schema),
|
||||||
|
createProgressCounter: sinon.stub().returns(1),
|
||||||
|
deleteProgressCounter: sinon.stub()
|
||||||
|
}
|
||||||
|
sinon.stub(database, 'getNewDatabase').returns(newDb)
|
||||||
|
|
||||||
|
await wrapper.find('.drop-area').trigger('click')
|
||||||
|
await csv.parse.returnValues[0]
|
||||||
|
await wrapper.vm.animationPromise
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
await wrapper.find('#csv-import').trigger('click')
|
||||||
|
await csv.parse.returnValues[1]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
// Import success in the logs
|
||||||
|
const logs = wrapper.findComponent({ name: 'logs' }).findAll('.msg')
|
||||||
|
expect(logs).to.have.lengthOf(3)
|
||||||
|
expect(logs.at(2).text()).to.contain('Importing CSV into a SQLite database is completed in')
|
||||||
|
|
||||||
|
// All the dialog controls are enabled
|
||||||
|
expect(wrapper.findComponent({ name: 'delimiter-selector' }).vm.disabled).to.equal(false)
|
||||||
|
expect(wrapper.find('#quote-char input').element.disabled).to.equal(false)
|
||||||
|
expect(wrapper.find('#escape-char input').element.disabled).to.equal(false)
|
||||||
|
expect(wrapper.findComponent({ name: 'check-box' }).vm.disabled).to.equal(false)
|
||||||
|
expect(wrapper.find('#csv-cancel').element.disabled).to.equal(false)
|
||||||
|
expect(wrapper.find('#csv-finish').element.disabled).to.equal(false)
|
||||||
|
expect(wrapper.findComponent({ name: 'close-icon' }).vm.disabled).to.equal(false)
|
||||||
|
expect(wrapper.find('#csv-finish').isVisible()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('import fails', async () => {
|
||||||
|
const parse = sinon.stub(csv, 'parse')
|
||||||
|
parse.onCall(0).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false,
|
||||||
|
messages: []
|
||||||
|
})
|
||||||
|
|
||||||
|
parse.onCall(1).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo'],
|
||||||
|
[2, 'bar']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false,
|
||||||
|
messages: []
|
||||||
|
})
|
||||||
|
|
||||||
|
const newDb = {
|
||||||
|
createDb: sinon.stub().rejects(new Error('fail')),
|
||||||
|
createProgressCounter: sinon.stub().returns(1),
|
||||||
|
deleteProgressCounter: sinon.stub()
|
||||||
|
}
|
||||||
|
sinon.stub(database, 'getNewDatabase').returns(newDb)
|
||||||
|
|
||||||
|
await wrapper.find('.drop-area').trigger('click')
|
||||||
|
await csv.parse.returnValues[0]
|
||||||
|
await wrapper.vm.animationPromise
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
await wrapper.find('#csv-import').trigger('click')
|
||||||
|
await csv.parse.returnValues[1]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
// Import success in the logs
|
||||||
|
const logs = wrapper.findComponent({ name: 'logs' }).findAll('.msg')
|
||||||
|
expect(logs).to.have.lengthOf(4)
|
||||||
|
expect(logs.at(2).text()).to.contain('Importing CSV into a SQLite database...')
|
||||||
|
expect(logs.at(3).text()).to.equal('Error: fail.')
|
||||||
|
|
||||||
|
// All the dialog controls are enabled
|
||||||
|
expect(wrapper.findComponent({ name: 'delimiter-selector' }).vm.disabled).to.equal(false)
|
||||||
|
expect(wrapper.find('#quote-char input').element.disabled).to.equal(false)
|
||||||
|
expect(wrapper.find('#escape-char input').element.disabled).to.equal(false)
|
||||||
|
expect(wrapper.findComponent({ name: 'check-box' }).vm.disabled).to.equal(false)
|
||||||
|
expect(wrapper.find('#csv-cancel').element.disabled).to.equal(false)
|
||||||
|
expect(wrapper.find('#csv-finish').element.disabled).to.equal(false)
|
||||||
|
expect(wrapper.findComponent({ name: 'close-icon' }).vm.disabled).to.equal(false)
|
||||||
|
expect(wrapper.find('#csv-finish').isVisible()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('import final', async () => {
|
||||||
|
const parse = sinon.stub(csv, 'parse')
|
||||||
|
parse.onCall(0).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false,
|
||||||
|
messages: []
|
||||||
|
})
|
||||||
|
|
||||||
|
parse.onCall(1).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo'],
|
||||||
|
[2, 'bar']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false,
|
||||||
|
messages: []
|
||||||
|
})
|
||||||
|
|
||||||
|
const schema = {}
|
||||||
|
const newDb = {
|
||||||
|
createDb: sinon.stub().resolves(schema),
|
||||||
|
createProgressCounter: sinon.stub().returns(1),
|
||||||
|
deleteProgressCounter: sinon.stub()
|
||||||
|
}
|
||||||
|
sinon.stub(database, 'getNewDatabase').returns(newDb)
|
||||||
|
|
||||||
|
await wrapper.find('.drop-area').trigger('click')
|
||||||
|
await csv.parse.returnValues[0]
|
||||||
|
await wrapper.vm.animationPromise
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
await wrapper.find('#csv-import').trigger('click')
|
||||||
|
await csv.parse.returnValues[1]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
await wrapper.find('#csv-finish').trigger('click')
|
||||||
|
|
||||||
|
expect(mutations.setDb.calledOnceWith(state, newDb)).to.equal(true)
|
||||||
|
expect(mutations.saveSchema.calledOnceWith(state, schema)).to.equal(true)
|
||||||
|
expect(actions.addTab.calledOnce).to.equal(true)
|
||||||
|
await actions.addTab.returnValues[0]
|
||||||
|
expect(mutations.setCurrentTabId.calledOnceWith(state, newTabId)).to.equal(true)
|
||||||
|
expect($router.push.calledOnceWith('/editor')).to.equal(true)
|
||||||
|
expect(wrapper.find('[data-modal="parse"]').exists()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('import cancel', async () => {
|
||||||
|
const parse = sinon.stub(csv, 'parse')
|
||||||
|
parse.onCall(0).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false,
|
||||||
|
messages: []
|
||||||
|
})
|
||||||
|
|
||||||
|
parse.onCall(1).resolves({
|
||||||
|
delimiter: '|',
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo'],
|
||||||
|
[2, 'bar']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasErrors: false,
|
||||||
|
messages: []
|
||||||
|
})
|
||||||
|
|
||||||
|
const schema = {}
|
||||||
|
const newDb = {
|
||||||
|
createDb: sinon.stub().resolves(schema),
|
||||||
|
createProgressCounter: sinon.stub().returns(1),
|
||||||
|
deleteProgressCounter: sinon.stub(),
|
||||||
|
shutDown: sinon.stub()
|
||||||
|
}
|
||||||
|
sinon.stub(database, 'getNewDatabase').returns(newDb)
|
||||||
|
|
||||||
|
await wrapper.find('.drop-area').trigger('click')
|
||||||
|
await csv.parse.returnValues[0]
|
||||||
|
await wrapper.vm.animationPromise
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
await wrapper.find('#csv-import').trigger('click')
|
||||||
|
await csv.parse.returnValues[1]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
await wrapper.find('#csv-cancel').trigger('click')
|
||||||
|
|
||||||
|
expect(mutations.setDb.called).to.equal(false)
|
||||||
|
expect(mutations.saveSchema.called).to.equal(false)
|
||||||
|
expect(actions.addTab.called).to.equal(false)
|
||||||
|
expect(mutations.setCurrentTabId.called).to.equal(false)
|
||||||
|
expect($router.push.called).to.equal(false)
|
||||||
|
expect(newDb.shutDown.calledOnce).to.equal(true)
|
||||||
|
expect(wrapper.find('[data-modal="parse"]').exists()).to.equal(false)
|
||||||
|
})
|
||||||
|
})
|
||||||
109
tests/components/DelimiterSelector.spec.js
Normal file
@@ -0,0 +1,109 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import { mount, shallowMount } from '@vue/test-utils'
|
||||||
|
import DelimiterSelector from '@/components/DelimiterSelector'
|
||||||
|
|
||||||
|
describe('DelimiterSelector', async () => {
|
||||||
|
it('shows the name of value', async () => {
|
||||||
|
let wrapper = shallowMount(DelimiterSelector, {
|
||||||
|
propsData: { value: ',' }
|
||||||
|
})
|
||||||
|
expect(wrapper.find('input').element.value).to.equal(',')
|
||||||
|
expect(wrapper.find('.name').text()).to.equal('comma')
|
||||||
|
|
||||||
|
wrapper = shallowMount(DelimiterSelector, {
|
||||||
|
propsData: { value: '\t' }
|
||||||
|
})
|
||||||
|
expect(wrapper.find('input').element.value).to.equal('\t')
|
||||||
|
expect(wrapper.find('.name').text()).to.equal('horizontal tab')
|
||||||
|
|
||||||
|
wrapper = shallowMount(DelimiterSelector, {
|
||||||
|
propsData: { value: '' }
|
||||||
|
})
|
||||||
|
expect(wrapper.find('input').element.value).to.equal('')
|
||||||
|
expect(wrapper.find('.name').text()).to.equal('')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('clears the field', async () => {
|
||||||
|
const wrapper = mount(DelimiterSelector, {
|
||||||
|
propsData: { value: ',' }
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.findComponent({ name: 'clear-icon' }).trigger('click')
|
||||||
|
|
||||||
|
expect(wrapper.find('input').element.value).to.equal('')
|
||||||
|
expect(wrapper.emitted().input).to.equal(undefined)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('changes value by typing', async () => {
|
||||||
|
const wrapper = shallowMount(DelimiterSelector, {
|
||||||
|
propsData: { value: ',' }
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('input').setValue(';')
|
||||||
|
expect(wrapper.emitted().input).to.have.lengthOf(1)
|
||||||
|
expect(wrapper.emitted().input[0]).to.eql([';'])
|
||||||
|
})
|
||||||
|
|
||||||
|
it('changes value by selection from the list', async () => {
|
||||||
|
const wrapper = mount(DelimiterSelector, {
|
||||||
|
propsData: { value: '|' }
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.findComponent({ name: 'drop-down-chevron' }).trigger('click')
|
||||||
|
expect(wrapper.find('.options').isVisible()).to.equal(true)
|
||||||
|
await wrapper.find('.option').trigger('click')
|
||||||
|
expect(wrapper.find('.options').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.emitted().input).to.have.lengthOf(1)
|
||||||
|
expect(wrapper.emitted().input[0]).to.eql([','])
|
||||||
|
})
|
||||||
|
|
||||||
|
it("doesn't change value when becomes empty", async () => {
|
||||||
|
const wrapper = mount(DelimiterSelector, {
|
||||||
|
propsData: { value: '|' }
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('input').setValue('')
|
||||||
|
expect(wrapper.emitted().input).to.equal(undefined)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('set focus in input when click on character name', async () => {
|
||||||
|
const place = document.createElement('div')
|
||||||
|
document.body.appendChild(place)
|
||||||
|
|
||||||
|
const wrapper = mount(DelimiterSelector, {
|
||||||
|
attachTo: place,
|
||||||
|
propsData: { value: '|' }
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('.name').trigger('click')
|
||||||
|
expect(wrapper.find('input').element).to.equal(document.activeElement)
|
||||||
|
place.remove()
|
||||||
|
wrapper.destroy()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('disabled', async () => {
|
||||||
|
const wrapper = mount(DelimiterSelector, {
|
||||||
|
propsData: { value: '|', disabled: true }
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.findComponent({ name: 'clear-icon' }).trigger('click')
|
||||||
|
|
||||||
|
expect(wrapper.find('input').element.value).to.equal('|')
|
||||||
|
expect(wrapper.emitted().input).to.equal(undefined)
|
||||||
|
|
||||||
|
await wrapper.findComponent({ name: 'drop-down-chevron' }).trigger('click')
|
||||||
|
expect(wrapper.find('.options').isVisible()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('has filled class when input is not empty', async () => {
|
||||||
|
const wrapper = shallowMount(DelimiterSelector, {
|
||||||
|
propsData: { value: ',' }
|
||||||
|
})
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
expect(wrapper.find('input').classes()).to.include('filled')
|
||||||
|
await wrapper.find('input').setValue('')
|
||||||
|
expect(wrapper.find('input').classes()).to.not.include('filled')
|
||||||
|
await wrapper.find('input').setValue(';')
|
||||||
|
expect(wrapper.find('input').classes()).to.include('filled')
|
||||||
|
})
|
||||||
|
})
|
||||||
24
tests/components/LoadingIndicator.spec.js
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import { shallowMount } from '@vue/test-utils'
|
||||||
|
import LoadingIndicator from '@/components/LoadingIndicator.vue'
|
||||||
|
|
||||||
|
describe('LoadingIndicator.vue', () => {
|
||||||
|
it('Calculates animation class', async () => {
|
||||||
|
const wrapper = shallowMount(LoadingIndicator, {
|
||||||
|
propsData: { progress: 0 }
|
||||||
|
})
|
||||||
|
expect(wrapper.find('svg').classes()).to.contain('progress')
|
||||||
|
await wrapper.setProps({ progress: undefined })
|
||||||
|
expect(wrapper.find('svg').classes()).to.not.contain('progress')
|
||||||
|
expect(wrapper.find('svg').classes()).to.contain('loading')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Calculates arc', async () => {
|
||||||
|
const wrapper = shallowMount(LoadingIndicator, {
|
||||||
|
propsData: { progress: 50 }
|
||||||
|
})
|
||||||
|
// The lendth of circle in the component is 50.24. If progress is 50% then resulting arc
|
||||||
|
// should be 25.12
|
||||||
|
expect(wrapper.find('.loader-svg.front').element.style.strokeDasharray).to.equal('25.12px, 25.12px')
|
||||||
|
})
|
||||||
|
})
|
||||||
82
tests/components/Logs.spec.js
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import { shallowMount } from '@vue/test-utils'
|
||||||
|
import Logs from '@/components/Logs.vue'
|
||||||
|
|
||||||
|
let place
|
||||||
|
describe('Logs.vue', () => {
|
||||||
|
beforeEach(() => {
|
||||||
|
place = document.createElement('div')
|
||||||
|
document.body.appendChild(place)
|
||||||
|
})
|
||||||
|
afterEach(() => {
|
||||||
|
place.remove()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Scrolled to bottom on mounted', async () => {
|
||||||
|
const messages = [
|
||||||
|
{ type: 'error', message: 'msg 1' },
|
||||||
|
{ type: 'error', message: 'msg 2' },
|
||||||
|
{ type: 'error', message: 'msg 3' },
|
||||||
|
{ type: 'error', message: 'msg 4' }
|
||||||
|
]
|
||||||
|
|
||||||
|
const containerHeight = 160
|
||||||
|
const borderWidth = 1
|
||||||
|
const viewHeight = containerHeight - 2 * borderWidth
|
||||||
|
const wrapper = shallowMount(Logs, {
|
||||||
|
attachTo: place,
|
||||||
|
propsData: { messages, style: `height: ${containerHeight}px` }
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
const height = wrapper.find('.logs-container').element.scrollHeight
|
||||||
|
expect(wrapper.find('.logs-container').element.scrollTop)
|
||||||
|
.to.equal(height - viewHeight)
|
||||||
|
wrapper.destroy()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Scrolled to bottom when a message added', async () => {
|
||||||
|
const messages = [
|
||||||
|
{ type: 'error', message: 'msg 1' },
|
||||||
|
{ type: 'error', message: 'msg 2' },
|
||||||
|
{ type: 'error', message: 'msg 3' },
|
||||||
|
{ type: 'error', message: 'msg 4' }
|
||||||
|
]
|
||||||
|
|
||||||
|
const containerHeight = 160
|
||||||
|
const borderWidth = 1
|
||||||
|
const viewHeight = containerHeight - 2 * borderWidth
|
||||||
|
const wrapper = shallowMount(Logs, {
|
||||||
|
attachTo: place,
|
||||||
|
propsData: { messages, style: `height: ${containerHeight}px` }
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
messages.push({ type: 'error', message: 'msg 5' })
|
||||||
|
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
const height = wrapper.find('.logs-container').element.scrollHeight
|
||||||
|
expect(wrapper.find('.logs-container').element.scrollTop)
|
||||||
|
.to.equal(height - viewHeight)
|
||||||
|
wrapper.destroy()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Serializes messages', async () => {
|
||||||
|
const messages = [
|
||||||
|
{ type: 'error', message: 'msg 1.', row: 0, hint: 'Try again later.' },
|
||||||
|
{ type: 'error', message: 'msg 2!', row: 2, hint: undefined },
|
||||||
|
{ type: 'error', message: 'msg 3?', hint: 'Be happy!' },
|
||||||
|
{ type: 'error', message: 'msg 4' }
|
||||||
|
]
|
||||||
|
|
||||||
|
const wrapper = shallowMount(Logs, {
|
||||||
|
propsData: { messages }
|
||||||
|
})
|
||||||
|
|
||||||
|
const logs = wrapper.findAll('.msg')
|
||||||
|
expect(logs.at(0).text()).to.equal('Error in row 0. msg 1. Try again later.')
|
||||||
|
expect(logs.at(1).text()).to.equal('Error in row 2. msg 2!')
|
||||||
|
expect(logs.at(2).text()).to.equal('msg 3? Be happy!')
|
||||||
|
expect(logs.at(3).text()).to.equal('msg 4.')
|
||||||
|
})
|
||||||
|
})
|
||||||
654
tests/components/MainMenu.spec.js
Normal file
@@ -0,0 +1,654 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import sinon from 'sinon'
|
||||||
|
import { mount, shallowMount, createWrapper } from '@vue/test-utils'
|
||||||
|
import Vuex from 'vuex'
|
||||||
|
import MainMenu from '@/components/MainMenu.vue'
|
||||||
|
import storedQueries from '@/storedQueries.js'
|
||||||
|
|
||||||
|
let wrapper = null
|
||||||
|
|
||||||
|
describe('MainMenu.vue', () => {
|
||||||
|
afterEach(() => {
|
||||||
|
sinon.restore()
|
||||||
|
|
||||||
|
// We need explicitly destroy the component, so that beforeDestroy hook was called
|
||||||
|
// It's important because in this hook MainMenu component removes keydown event listener.
|
||||||
|
wrapper.destroy()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Run and Save are visible only on /editor page', async () => {
|
||||||
|
const state = {
|
||||||
|
currentTab: { query: '', execute: sinon.stub() },
|
||||||
|
tabs: [{}],
|
||||||
|
schema: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state })
|
||||||
|
const $route = { path: '/editor' }
|
||||||
|
// mount the component
|
||||||
|
wrapper = shallowMount(MainMenu, {
|
||||||
|
store,
|
||||||
|
mocks: { $route },
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
expect(wrapper.find('#run-btn').exists()).to.equal(true)
|
||||||
|
expect(wrapper.find('#run-btn').isVisible()).to.equal(true)
|
||||||
|
expect(wrapper.find('#save-btn').exists()).to.equal(true)
|
||||||
|
expect(wrapper.find('#save-btn').isVisible()).to.equal(true)
|
||||||
|
expect(wrapper.find('#create-btn').exists()).to.equal(true)
|
||||||
|
expect(wrapper.find('#create-btn').isVisible()).to.equal(true)
|
||||||
|
|
||||||
|
await wrapper.vm.$set(wrapper.vm.$route, 'path', '/my-queries')
|
||||||
|
expect(wrapper.find('#run-btn').exists()).to.equal(false)
|
||||||
|
expect(wrapper.find('#save-btn').exists()).to.equal(true)
|
||||||
|
expect(wrapper.find('#save-btn').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.find('#create-btn').exists()).to.equal(true)
|
||||||
|
expect(wrapper.find('#create-btn').isVisible()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Run and Save are not visible if there is no tabs', () => {
|
||||||
|
const state = {
|
||||||
|
currentTab: null,
|
||||||
|
tabs: [{}],
|
||||||
|
schema: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state })
|
||||||
|
const $route = { path: '/editor' }
|
||||||
|
wrapper = shallowMount(MainMenu, {
|
||||||
|
store,
|
||||||
|
mocks: { $route },
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
expect(wrapper.find('#run-btn').exists()).to.equal(false)
|
||||||
|
expect(wrapper.find('#save-btn').exists()).to.equal(true)
|
||||||
|
expect(wrapper.find('#save-btn').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.find('#create-btn').exists()).to.equal(true)
|
||||||
|
expect(wrapper.find('#create-btn').isVisible()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Run is disabled if there is no schema or no query', async () => {
|
||||||
|
const state = {
|
||||||
|
currentTab: { query: 'SELECT * FROM foo', execute: sinon.stub() },
|
||||||
|
tabs: [{}],
|
||||||
|
schema: null
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state })
|
||||||
|
const $route = { path: '/editor' }
|
||||||
|
|
||||||
|
wrapper = shallowMount(MainMenu, {
|
||||||
|
store,
|
||||||
|
mocks: { $route },
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
const vm = wrapper.vm
|
||||||
|
expect(wrapper.find('#run-btn').element.disabled).to.equal(true)
|
||||||
|
|
||||||
|
await vm.$set(state, 'schema', [])
|
||||||
|
expect(wrapper.find('#run-btn').element.disabled).to.equal(false)
|
||||||
|
|
||||||
|
await vm.$set(state.currentTab, 'query', '')
|
||||||
|
expect(wrapper.find('#run-btn').element.disabled).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Save is disabled if current tab.isUnsaved is false', async () => {
|
||||||
|
const state = {
|
||||||
|
currentTab: {
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
execute: sinon.stub(),
|
||||||
|
tabIndex: 0
|
||||||
|
},
|
||||||
|
tabs: [{ isUnsaved: true }],
|
||||||
|
schema: null
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state })
|
||||||
|
const $route = { path: '/editor' }
|
||||||
|
|
||||||
|
wrapper = shallowMount(MainMenu, {
|
||||||
|
store,
|
||||||
|
mocks: { $route },
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
const vm = wrapper.vm
|
||||||
|
expect(wrapper.find('#save-btn').element.disabled).to.equal(false)
|
||||||
|
|
||||||
|
await vm.$set(state.tabs[0], 'isUnsaved', false)
|
||||||
|
expect(wrapper.find('#save-btn').element.disabled).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Creates a tab', async () => {
|
||||||
|
const state = {
|
||||||
|
currentTab: {
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
execute: sinon.stub(),
|
||||||
|
tabIndex: 0
|
||||||
|
},
|
||||||
|
tabs: [{ isUnsaved: true }],
|
||||||
|
schema: null
|
||||||
|
}
|
||||||
|
const newQueryId = 1
|
||||||
|
const actions = {
|
||||||
|
addTab: sinon.stub().resolves(newQueryId)
|
||||||
|
}
|
||||||
|
const mutations = {
|
||||||
|
setCurrentTabId: sinon.stub()
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations, actions })
|
||||||
|
const $route = { path: '/editor' }
|
||||||
|
const $router = { push: sinon.stub() }
|
||||||
|
|
||||||
|
wrapper = shallowMount(MainMenu, {
|
||||||
|
store,
|
||||||
|
mocks: { $route, $router },
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('#create-btn').trigger('click')
|
||||||
|
expect(actions.addTab.calledOnce).to.equal(true)
|
||||||
|
await actions.addTab.returnValues[0]
|
||||||
|
expect(mutations.setCurrentTabId.calledOnceWith(state, newQueryId)).to.equal(true)
|
||||||
|
expect($router.push.calledOnce).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Creates a tab and redirects to editor', async () => {
|
||||||
|
const state = {
|
||||||
|
currentTab: {
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
execute: sinon.stub(),
|
||||||
|
tabIndex: 0
|
||||||
|
},
|
||||||
|
tabs: [{ isUnsaved: true }],
|
||||||
|
schema: null
|
||||||
|
}
|
||||||
|
const newQueryId = 1
|
||||||
|
const actions = {
|
||||||
|
addTab: sinon.stub().resolves(newQueryId)
|
||||||
|
}
|
||||||
|
const mutations = {
|
||||||
|
setCurrentTabId: sinon.stub()
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations, actions })
|
||||||
|
const $route = { path: '/my-queries' }
|
||||||
|
const $router = { push: sinon.stub() }
|
||||||
|
|
||||||
|
wrapper = shallowMount(MainMenu, {
|
||||||
|
store,
|
||||||
|
mocks: { $route, $router },
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('#create-btn').trigger('click')
|
||||||
|
expect(actions.addTab.calledOnce).to.equal(true)
|
||||||
|
await actions.addTab.returnValues[0]
|
||||||
|
expect(mutations.setCurrentTabId.calledOnceWith(state, newQueryId)).to.equal(true)
|
||||||
|
expect($router.push.calledOnce).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Ctrl R calls currentTab.execute if running is enabled and route.path is "/editor"',
|
||||||
|
async () => {
|
||||||
|
const state = {
|
||||||
|
currentTab: {
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
execute: sinon.stub(),
|
||||||
|
tabIndex: 0
|
||||||
|
},
|
||||||
|
tabs: [{ isUnsaved: true }],
|
||||||
|
schema: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state })
|
||||||
|
const $route = { path: '/editor' }
|
||||||
|
const $router = { push: sinon.stub() }
|
||||||
|
|
||||||
|
wrapper = shallowMount(MainMenu, {
|
||||||
|
store,
|
||||||
|
mocks: { $route, $router },
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
const ctrlR = new KeyboardEvent('keydown', { key: 'r', ctrlKey: true })
|
||||||
|
const metaR = new KeyboardEvent('keydown', { key: 'r', metaKey: true })
|
||||||
|
// Running is enabled and route path is editor
|
||||||
|
document.dispatchEvent(ctrlR)
|
||||||
|
expect(state.currentTab.execute.calledOnce).to.equal(true)
|
||||||
|
document.dispatchEvent(metaR)
|
||||||
|
expect(state.currentTab.execute.calledTwice).to.equal(true)
|
||||||
|
|
||||||
|
// Running is disabled and route path is editor
|
||||||
|
await wrapper.vm.$set(state, 'schema', null)
|
||||||
|
document.dispatchEvent(ctrlR)
|
||||||
|
expect(state.currentTab.execute.calledTwice).to.equal(true)
|
||||||
|
document.dispatchEvent(metaR)
|
||||||
|
expect(state.currentTab.execute.calledTwice).to.equal(true)
|
||||||
|
|
||||||
|
// Running is enabled and route path is not editor
|
||||||
|
await wrapper.vm.$set(state, 'schema', [])
|
||||||
|
await wrapper.vm.$set($route, 'path', '/my-queries')
|
||||||
|
document.dispatchEvent(ctrlR)
|
||||||
|
expect(state.currentTab.execute.calledTwice).to.equal(true)
|
||||||
|
document.dispatchEvent(metaR)
|
||||||
|
expect(state.currentTab.execute.calledTwice).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Ctrl Enter calls currentTab.execute if running is enabled and route.path is "/editor"',
|
||||||
|
async () => {
|
||||||
|
const state = {
|
||||||
|
currentTab: {
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
execute: sinon.stub(),
|
||||||
|
tabIndex: 0
|
||||||
|
},
|
||||||
|
tabs: [{ isUnsaved: true }],
|
||||||
|
schema: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state })
|
||||||
|
const $route = { path: '/editor' }
|
||||||
|
const $router = { push: sinon.stub() }
|
||||||
|
|
||||||
|
wrapper = shallowMount(MainMenu, {
|
||||||
|
store,
|
||||||
|
mocks: { $route, $router },
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
const ctrlEnter = new KeyboardEvent('keydown', { key: 'Enter', ctrlKey: true })
|
||||||
|
const metaEnter = new KeyboardEvent('keydown', { key: 'Enter', metaKey: true })
|
||||||
|
// Running is enabled and route path is editor
|
||||||
|
document.dispatchEvent(ctrlEnter)
|
||||||
|
expect(state.currentTab.execute.calledOnce).to.equal(true)
|
||||||
|
document.dispatchEvent(metaEnter)
|
||||||
|
expect(state.currentTab.execute.calledTwice).to.equal(true)
|
||||||
|
|
||||||
|
// Running is disabled and route path is editor
|
||||||
|
await wrapper.vm.$set(state, 'schema', null)
|
||||||
|
document.dispatchEvent(ctrlEnter)
|
||||||
|
expect(state.currentTab.execute.calledTwice).to.equal(true)
|
||||||
|
document.dispatchEvent(metaEnter)
|
||||||
|
expect(state.currentTab.execute.calledTwice).to.equal(true)
|
||||||
|
|
||||||
|
// Running is enabled and route path is not editor
|
||||||
|
await wrapper.vm.$set(state, 'schema', [])
|
||||||
|
await wrapper.vm.$set($route, 'path', '/my-queries')
|
||||||
|
document.dispatchEvent(ctrlEnter)
|
||||||
|
expect(state.currentTab.execute.calledTwice).to.equal(true)
|
||||||
|
document.dispatchEvent(metaEnter)
|
||||||
|
expect(state.currentTab.execute.calledTwice).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Ctrl B calls createNewQuery', async () => {
|
||||||
|
const state = {
|
||||||
|
currentTab: {
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
execute: sinon.stub(),
|
||||||
|
tabIndex: 0
|
||||||
|
},
|
||||||
|
tabs: [{ isUnsaved: true }],
|
||||||
|
schema: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state })
|
||||||
|
const $route = { path: '/editor' }
|
||||||
|
|
||||||
|
wrapper = shallowMount(MainMenu, {
|
||||||
|
store,
|
||||||
|
mocks: { $route },
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
sinon.stub(wrapper.vm, 'createNewQuery')
|
||||||
|
|
||||||
|
const ctrlB = new KeyboardEvent('keydown', { key: 'b', ctrlKey: true })
|
||||||
|
const metaB = new KeyboardEvent('keydown', { key: 'b', metaKey: true })
|
||||||
|
document.dispatchEvent(ctrlB)
|
||||||
|
expect(wrapper.vm.createNewQuery.calledOnce).to.equal(true)
|
||||||
|
document.dispatchEvent(metaB)
|
||||||
|
expect(wrapper.vm.createNewQuery.calledTwice).to.equal(true)
|
||||||
|
|
||||||
|
await wrapper.vm.$set($route, 'path', '/my-queries')
|
||||||
|
document.dispatchEvent(ctrlB)
|
||||||
|
expect(wrapper.vm.createNewQuery.calledThrice).to.equal(true)
|
||||||
|
document.dispatchEvent(metaB)
|
||||||
|
expect(wrapper.vm.createNewQuery.callCount).to.equal(4)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Ctrl S calls checkQueryBeforeSave if the tab is unsaved and route path is /editor',
|
||||||
|
async () => {
|
||||||
|
const state = {
|
||||||
|
currentTab: {
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
execute: sinon.stub(),
|
||||||
|
tabIndex: 0
|
||||||
|
},
|
||||||
|
tabs: [{ isUnsaved: true }],
|
||||||
|
schema: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state })
|
||||||
|
const $route = { path: '/editor' }
|
||||||
|
|
||||||
|
wrapper = shallowMount(MainMenu, {
|
||||||
|
store,
|
||||||
|
mocks: { $route },
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
sinon.stub(wrapper.vm, 'checkQueryBeforeSave')
|
||||||
|
|
||||||
|
const ctrlS = new KeyboardEvent('keydown', { key: 's', ctrlKey: true })
|
||||||
|
const metaS = new KeyboardEvent('keydown', { key: 's', metaKey: true })
|
||||||
|
// tab is unsaved and route is /editor
|
||||||
|
document.dispatchEvent(ctrlS)
|
||||||
|
expect(wrapper.vm.checkQueryBeforeSave.calledOnce).to.equal(true)
|
||||||
|
document.dispatchEvent(metaS)
|
||||||
|
expect(wrapper.vm.checkQueryBeforeSave.calledTwice).to.equal(true)
|
||||||
|
|
||||||
|
// tab is saved and route is /editor
|
||||||
|
await wrapper.vm.$set(state.tabs[0], 'isUnsaved', false)
|
||||||
|
document.dispatchEvent(ctrlS)
|
||||||
|
expect(wrapper.vm.checkQueryBeforeSave.calledTwice).to.equal(true)
|
||||||
|
document.dispatchEvent(metaS)
|
||||||
|
expect(wrapper.vm.checkQueryBeforeSave.calledTwice).to.equal(true)
|
||||||
|
|
||||||
|
// tab is unsaved and route is not /editor
|
||||||
|
await wrapper.vm.$set($route, 'path', '/my-queries')
|
||||||
|
await wrapper.vm.$set(state.tabs[0], 'isUnsaved', true)
|
||||||
|
document.dispatchEvent(ctrlS)
|
||||||
|
expect(wrapper.vm.checkQueryBeforeSave.calledTwice).to.equal(true)
|
||||||
|
document.dispatchEvent(metaS)
|
||||||
|
expect(wrapper.vm.checkQueryBeforeSave.calledTwice).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Saves the query when no need the new name',
|
||||||
|
async () => {
|
||||||
|
const state = {
|
||||||
|
currentTab: {
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
execute: sinon.stub(),
|
||||||
|
tabIndex: 0
|
||||||
|
},
|
||||||
|
tabs: [{ id: 1, name: 'foo', isUnsaved: true }],
|
||||||
|
schema: []
|
||||||
|
}
|
||||||
|
const mutations = {
|
||||||
|
updateTab: sinon.stub()
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
const $route = { path: '/editor' }
|
||||||
|
sinon.stub(storedQueries, 'isTabNeedName').returns(false)
|
||||||
|
sinon.stub(storedQueries, 'save').returns({
|
||||||
|
name: 'foo',
|
||||||
|
id: 1,
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
chart: []
|
||||||
|
})
|
||||||
|
|
||||||
|
wrapper = mount(MainMenu, {
|
||||||
|
store,
|
||||||
|
mocks: { $route },
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('#save-btn').trigger('click')
|
||||||
|
|
||||||
|
// check that the dialog is closed
|
||||||
|
expect(wrapper.find('[data-modal="save"]').exists()).to.equal(false)
|
||||||
|
|
||||||
|
// check that the query was saved via storedQueries.save (newName='')
|
||||||
|
expect(storedQueries.save.calledOnceWith(state.currentTab, '')).to.equal(true)
|
||||||
|
|
||||||
|
// check that the tab was updated
|
||||||
|
expect(mutations.updateTab.calledOnceWith(state, sinon.match({
|
||||||
|
index: 0,
|
||||||
|
name: 'foo',
|
||||||
|
id: 1,
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
chart: [],
|
||||||
|
isUnsaved: false
|
||||||
|
}))).to.equal(true)
|
||||||
|
|
||||||
|
// check that 'querySaved' event was triggered on $root
|
||||||
|
expect(createWrapper(wrapper.vm.$root).emitted('querySaved')).to.have.lengthOf(1)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Shows en error when the new name is needed but not specifyied', async () => {
|
||||||
|
const state = {
|
||||||
|
currentTab: {
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
execute: sinon.stub(),
|
||||||
|
tabIndex: 0
|
||||||
|
},
|
||||||
|
tabs: [{ id: 1, name: null, tempName: 'Untitled', isUnsaved: true }],
|
||||||
|
schema: []
|
||||||
|
}
|
||||||
|
const mutations = {
|
||||||
|
updateTab: sinon.stub()
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
const $route = { path: '/editor' }
|
||||||
|
sinon.stub(storedQueries, 'isTabNeedName').returns(true)
|
||||||
|
sinon.stub(storedQueries, 'save').returns({
|
||||||
|
name: 'foo',
|
||||||
|
id: 1,
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
chart: []
|
||||||
|
})
|
||||||
|
|
||||||
|
wrapper = mount(MainMenu, {
|
||||||
|
store,
|
||||||
|
mocks: { $route },
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('#save-btn').trigger('click')
|
||||||
|
|
||||||
|
// check that the dialog is open
|
||||||
|
expect(wrapper.find('[data-modal="save"]').exists()).to.equal(true)
|
||||||
|
|
||||||
|
// find Save in the dialog and click
|
||||||
|
await wrapper
|
||||||
|
.findAll('.dialog-buttons-container button').wrappers
|
||||||
|
.find(button => button.text() === 'Save')
|
||||||
|
.trigger('click')
|
||||||
|
|
||||||
|
// check that we have an error message and dialog is still open
|
||||||
|
expect(wrapper.find('.text-field-error').text()).to.equal('Query name can\'t be empty')
|
||||||
|
expect(wrapper.find('[data-modal="save"]').exists()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Saves the query with a new name', async () => {
|
||||||
|
const state = {
|
||||||
|
currentTab: {
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
execute: sinon.stub(),
|
||||||
|
tabIndex: 0
|
||||||
|
},
|
||||||
|
tabs: [{ id: 1, name: null, tempName: 'Untitled', isUnsaved: true }],
|
||||||
|
schema: []
|
||||||
|
}
|
||||||
|
const mutations = {
|
||||||
|
updateTab: sinon.stub()
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
const $route = { path: '/editor' }
|
||||||
|
sinon.stub(storedQueries, 'isTabNeedName').returns(true)
|
||||||
|
sinon.stub(storedQueries, 'save').returns({
|
||||||
|
name: 'foo',
|
||||||
|
id: 1,
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
chart: []
|
||||||
|
})
|
||||||
|
|
||||||
|
wrapper = mount(MainMenu, {
|
||||||
|
store,
|
||||||
|
mocks: { $route },
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('#save-btn').trigger('click')
|
||||||
|
|
||||||
|
// check that the dialog is open
|
||||||
|
expect(wrapper.find('[data-modal="save"]').exists()).to.equal(true)
|
||||||
|
|
||||||
|
// enter the new name
|
||||||
|
await wrapper.find('.dialog-body input').setValue('foo')
|
||||||
|
|
||||||
|
// find Save in the dialog and click
|
||||||
|
await wrapper
|
||||||
|
.findAll('.dialog-buttons-container button').wrappers
|
||||||
|
.find(button => button.text() === 'Save')
|
||||||
|
.trigger('click')
|
||||||
|
|
||||||
|
// check that the dialog is closed
|
||||||
|
expect(wrapper.find('[data-modal="save"]').exists()).to.equal(false)
|
||||||
|
|
||||||
|
// check that the query was saved via storedQueries.save (newName='foo')
|
||||||
|
expect(storedQueries.save.calledOnceWith(state.currentTab, 'foo')).to.equal(true)
|
||||||
|
|
||||||
|
// check that the tab was updated
|
||||||
|
expect(mutations.updateTab.calledOnceWith(state, sinon.match({
|
||||||
|
index: 0,
|
||||||
|
name: 'foo',
|
||||||
|
id: 1,
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
chart: [],
|
||||||
|
isUnsaved: false
|
||||||
|
}))).to.equal(true)
|
||||||
|
|
||||||
|
// check that 'querySaved' event was triggered on $root
|
||||||
|
expect(createWrapper(wrapper.vm.$root).emitted('querySaved')).to.have.lengthOf(1)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Saves a predefined query with a new name', async () => {
|
||||||
|
const state = {
|
||||||
|
currentTab: {
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
execute: sinon.stub(),
|
||||||
|
tabIndex: 0,
|
||||||
|
isPredefined: true,
|
||||||
|
result: {
|
||||||
|
columns: ['id', 'name'],
|
||||||
|
values: [
|
||||||
|
[1, 'Harry Potter'],
|
||||||
|
[2, 'Drako Malfoy']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
view: 'chart'
|
||||||
|
},
|
||||||
|
tabs: [{ id: 1, name: 'foo', isUnsaved: true, isPredefined: true }],
|
||||||
|
schema: []
|
||||||
|
}
|
||||||
|
const mutations = {
|
||||||
|
updateTab: sinon.stub()
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
const $route = { path: '/editor' }
|
||||||
|
sinon.stub(storedQueries, 'isTabNeedName').returns(true)
|
||||||
|
sinon.stub(storedQueries, 'save').returns({
|
||||||
|
name: 'bar',
|
||||||
|
id: 2,
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
chart: []
|
||||||
|
})
|
||||||
|
|
||||||
|
wrapper = mount(MainMenu, {
|
||||||
|
store,
|
||||||
|
mocks: { $route },
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('#save-btn').trigger('click')
|
||||||
|
|
||||||
|
// check that the dialog is open
|
||||||
|
expect(wrapper.find('[data-modal="save"]').exists()).to.equal(true)
|
||||||
|
|
||||||
|
// check that save-note is visible (save-note is an explanation why do we need a new name)
|
||||||
|
expect(wrapper.find('#save-note').isVisible()).to.equal(true)
|
||||||
|
|
||||||
|
// enter the new name
|
||||||
|
await wrapper.find('.dialog-body input').setValue('bar')
|
||||||
|
|
||||||
|
// find Save in the dialog and click
|
||||||
|
await wrapper
|
||||||
|
.findAll('.dialog-buttons-container button').wrappers
|
||||||
|
.find(button => button.text() === 'Save')
|
||||||
|
.trigger('click')
|
||||||
|
|
||||||
|
// check that the dialog is closed
|
||||||
|
expect(wrapper.find('[data-modal="save"]').exists()).to.equal(false)
|
||||||
|
|
||||||
|
// check that the query was saved via storedQueries.save (newName='bar')
|
||||||
|
expect(storedQueries.save.calledOnceWith(state.currentTab, 'bar')).to.equal(true)
|
||||||
|
|
||||||
|
// check that the tab was updated
|
||||||
|
expect(mutations.updateTab.calledOnceWith(state, sinon.match({
|
||||||
|
index: 0,
|
||||||
|
name: 'bar',
|
||||||
|
id: 2,
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
chart: [],
|
||||||
|
isUnsaved: false
|
||||||
|
}))).to.equal(true)
|
||||||
|
|
||||||
|
// check that 'querySaved' event was triggered on $root
|
||||||
|
expect(createWrapper(wrapper.vm.$root).emitted('querySaved')).to.have.lengthOf(1)
|
||||||
|
|
||||||
|
// We saved predefined query, so the tab will be created again
|
||||||
|
// (because of new id) and it will be without sql result and has default view - table.
|
||||||
|
// That's why we need to restore data and view.
|
||||||
|
// Check that result and view are preserved in the currentTab:
|
||||||
|
expect(state.currentTab.view).to.equal('chart')
|
||||||
|
expect(state.currentTab.result).to.eql({
|
||||||
|
columns: ['id', 'name'],
|
||||||
|
values: [
|
||||||
|
[1, 'Harry Potter'],
|
||||||
|
[2, 'Drako Malfoy']
|
||||||
|
]
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Cancel saving', async () => {
|
||||||
|
const state = {
|
||||||
|
currentTab: {
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
execute: sinon.stub(),
|
||||||
|
tabIndex: 0
|
||||||
|
},
|
||||||
|
tabs: [{ id: 1, name: null, tempName: 'Untitled', isUnsaved: true }],
|
||||||
|
schema: []
|
||||||
|
}
|
||||||
|
const mutations = {
|
||||||
|
updateTab: sinon.stub()
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
const $route = { path: '/editor' }
|
||||||
|
sinon.stub(storedQueries, 'isTabNeedName').returns(true)
|
||||||
|
sinon.stub(storedQueries, 'save').returns({
|
||||||
|
name: 'bar',
|
||||||
|
id: 2,
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
chart: []
|
||||||
|
})
|
||||||
|
|
||||||
|
wrapper = mount(MainMenu, {
|
||||||
|
store,
|
||||||
|
mocks: { $route },
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('#save-btn').trigger('click')
|
||||||
|
|
||||||
|
// check that the dialog is open
|
||||||
|
expect(wrapper.find('[data-modal="save"]').exists()).to.equal(true)
|
||||||
|
|
||||||
|
// find Cancel in the dialog and click
|
||||||
|
await wrapper
|
||||||
|
.findAll('.dialog-buttons-container button').wrappers
|
||||||
|
.find(button => button.text() === 'Cancel')
|
||||||
|
.trigger('click')
|
||||||
|
|
||||||
|
// check that the dialog is closed
|
||||||
|
expect(wrapper.find('[data-modal="save"]').exists()).to.equal(false)
|
||||||
|
|
||||||
|
// check that the query was not saved via storedQueries.save
|
||||||
|
expect(storedQueries.save.called).to.equal(false)
|
||||||
|
|
||||||
|
// check that the tab was not updated
|
||||||
|
expect(mutations.updateTab.called).to.equal(false)
|
||||||
|
|
||||||
|
// check that 'querySaved' event is not listened on $root
|
||||||
|
expect(wrapper.vm.$root.$listeners).to.not.have.property('querySaved')
|
||||||
|
})
|
||||||
|
})
|
||||||
37
tests/components/Pager.spec.js
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import sinon from 'sinon'
|
||||||
|
import { mount } from '@vue/test-utils'
|
||||||
|
import Pager from '@/components/Pager.vue'
|
||||||
|
|
||||||
|
describe('Pager.vue', () => {
|
||||||
|
afterEach(() => {
|
||||||
|
sinon.restore()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('emits input event with a page', async () => {
|
||||||
|
const wrapper = mount(Pager, {
|
||||||
|
propsData: {
|
||||||
|
pageCount: 5
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
// click on 'next page' link
|
||||||
|
await wrapper.find('.paginator-next').trigger('click')
|
||||||
|
expect(wrapper.emitted('input')[0]).to.eql([2])
|
||||||
|
|
||||||
|
// click on the link to page 3 (it has index 2)
|
||||||
|
await wrapper.findAll('.paginator-page-link').at(2).trigger('click')
|
||||||
|
expect(wrapper.emitted('input')[1]).to.eql([3])
|
||||||
|
})
|
||||||
|
|
||||||
|
it('changes the page when value is changed', async () => {
|
||||||
|
const wrapper = mount(Pager, {
|
||||||
|
propsData: {
|
||||||
|
pageCount: 5
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.setProps({ value: 5 })
|
||||||
|
expect(wrapper.emitted('input')[0]).to.eql([5])
|
||||||
|
})
|
||||||
|
})
|
||||||
115
tests/components/Schema.spec.js
Normal file
@@ -0,0 +1,115 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import sinon from 'sinon'
|
||||||
|
import { mount, createLocalVue } from '@vue/test-utils'
|
||||||
|
import Vuex from 'vuex'
|
||||||
|
import Schema from '@/components/Schema.vue'
|
||||||
|
import TableDescription from '@/components/TableDescription.vue'
|
||||||
|
|
||||||
|
const localVue = createLocalVue()
|
||||||
|
localVue.use(Vuex)
|
||||||
|
|
||||||
|
describe('Schema.vue', () => {
|
||||||
|
afterEach(() => {
|
||||||
|
sinon.restore()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Renders DB name on initial', () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
dbName: 'fooDB'
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state })
|
||||||
|
|
||||||
|
// mout the component
|
||||||
|
const wrapper = mount(Schema, { store, localVue })
|
||||||
|
|
||||||
|
// check DB name and schema visibility
|
||||||
|
expect(wrapper.find('.db-name').text()).to.equal('fooDB')
|
||||||
|
expect(wrapper.find('.schema').isVisible()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Schema visibility is toggled when click on DB name', async () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
dbName: 'fooDB'
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state })
|
||||||
|
|
||||||
|
// mout the component
|
||||||
|
const wrapper = mount(Schema, { store, localVue })
|
||||||
|
|
||||||
|
// click and check visibility
|
||||||
|
await wrapper.find('.db-name').trigger('click')
|
||||||
|
expect(wrapper.find('.schema').isVisible()).to.equal(false)
|
||||||
|
await wrapper.find('.db-name').trigger('click')
|
||||||
|
expect(wrapper.find('.schema').isVisible()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Schema filter', async () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
dbName: 'fooDB',
|
||||||
|
schema: [
|
||||||
|
{
|
||||||
|
name: 'foo',
|
||||||
|
columns: [
|
||||||
|
{ name: 'id', type: 'INTEGER' },
|
||||||
|
{ name: 'title', type: 'NVARCHAR(24)' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'bar',
|
||||||
|
columns: [
|
||||||
|
{ name: 'id', type: 'INTEGER' },
|
||||||
|
{ name: 'price', type: 'INTEGER' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'foobar',
|
||||||
|
columns: [
|
||||||
|
{ name: 'id', type: 'INTEGER' },
|
||||||
|
{ name: 'price', type: 'INTEGER' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = mount(Schema, { store, localVue })
|
||||||
|
|
||||||
|
// apply filters and check the list of tables
|
||||||
|
await wrapper.find('#schema-filter input').setValue('foo')
|
||||||
|
let tables = wrapper.findAllComponents(TableDescription)
|
||||||
|
expect(tables).to.have.lengthOf(2)
|
||||||
|
expect(tables.at(0).vm.name).to.equal('foo')
|
||||||
|
expect(tables.at(1).vm.name).to.equal('foobar')
|
||||||
|
|
||||||
|
await wrapper.find('#schema-filter input').setValue('bar')
|
||||||
|
tables = wrapper.findAllComponents(TableDescription)
|
||||||
|
expect(tables).to.have.lengthOf(2)
|
||||||
|
expect(tables.at(0).vm.name).to.equal('bar')
|
||||||
|
expect(tables.at(1).vm.name).to.equal('foobar')
|
||||||
|
|
||||||
|
await wrapper.find('#schema-filter input').setValue('')
|
||||||
|
tables = wrapper.findAllComponents(TableDescription)
|
||||||
|
expect(tables).to.have.lengthOf(3)
|
||||||
|
expect(tables.at(0).vm.name).to.equal('foo')
|
||||||
|
expect(tables.at(1).vm.name).to.equal('bar')
|
||||||
|
expect(tables.at(2).vm.name).to.equal('foobar')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('exports db', async () => {
|
||||||
|
const state = {
|
||||||
|
dbName: 'fooDB',
|
||||||
|
db: {
|
||||||
|
export: sinon.stub().resolves()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state })
|
||||||
|
const wrapper = mount(Schema, { store, localVue })
|
||||||
|
|
||||||
|
await wrapper.findComponent({ name: 'export-icon' }).trigger('click')
|
||||||
|
expect(state.db.export.calledOnceWith('fooDB'))
|
||||||
|
})
|
||||||
|
})
|
||||||
220
tests/components/Splitpanes.spec.js
Normal file
@@ -0,0 +1,220 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import { shallowMount } from '@vue/test-utils'
|
||||||
|
import Splitpanes from '@/components/Splitpanes.vue'
|
||||||
|
|
||||||
|
describe('Splitpanes.vue', () => {
|
||||||
|
it('renders correctly - vertical', () => {
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(Splitpanes, {
|
||||||
|
slots: {
|
||||||
|
leftPane: '<div />',
|
||||||
|
rightPane: '<div />'
|
||||||
|
},
|
||||||
|
propsData: {
|
||||||
|
before: { size: 60, max: 100 },
|
||||||
|
after: { size: 40, max: 100 }
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane')).to.have.lengthOf(2)
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane').at(0).element.style.width).to.equal('60%')
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane').at(1).element.style.width).to.equal('40%')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('renders correctly - horizontal', () => {
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(Splitpanes, {
|
||||||
|
slots: {
|
||||||
|
leftPane: '<div />',
|
||||||
|
rightPane: '<div />'
|
||||||
|
},
|
||||||
|
propsData: {
|
||||||
|
before: { size: 60, max: 100 },
|
||||||
|
after: { size: 40, max: 100 },
|
||||||
|
horizontal: true
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane')).to.have.lengthOf(2)
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane').at(0).element.style.height).to.equal('60%')
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane').at(1).element.style.height).to.equal('40%')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('toggles correctly', async () => {
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(Splitpanes, {
|
||||||
|
slots: {
|
||||||
|
leftPane: '<div />',
|
||||||
|
rightPane: '<div />'
|
||||||
|
},
|
||||||
|
propsData: {
|
||||||
|
before: { size: 60, max: 100 },
|
||||||
|
after: { size: 40, max: 100 }
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('.toggle-btn').trigger('click')
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane').at(0).element.style.width).to.equal('0%')
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane').at(1).element.style.width).to.equal('100%')
|
||||||
|
|
||||||
|
await wrapper.find('.toggle-btn').trigger('click')
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane').at(0).element.style.width).to.equal('60%')
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane').at(1).element.style.width).to.equal('40%')
|
||||||
|
|
||||||
|
await wrapper.findAll('.toggle-btn').at(1).trigger('click')
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane').at(0).element.style.width).to.equal('100%')
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane').at(1).element.style.width).to.equal('0%')
|
||||||
|
|
||||||
|
await wrapper.find('.toggle-btn').trigger('click')
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane').at(0).element.style.width).to.equal('60%')
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane').at(1).element.style.width).to.equal('40%')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('drag - vertical', async () => {
|
||||||
|
const root = document.createElement('div')
|
||||||
|
const place = document.createElement('div')
|
||||||
|
root.style.width = '600px'
|
||||||
|
root.style.height = '500px'
|
||||||
|
root.appendChild(place)
|
||||||
|
document.body.appendChild(root)
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(Splitpanes, {
|
||||||
|
attachTo: place,
|
||||||
|
slots: {
|
||||||
|
leftPane: '<div />',
|
||||||
|
rightPane: '<div />'
|
||||||
|
},
|
||||||
|
propsData: {
|
||||||
|
before: { size: 60, max: 100 },
|
||||||
|
after: { size: 40, max: 100 }
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('.splitpanes-splitter').trigger('mousedown')
|
||||||
|
document.dispatchEvent(new MouseEvent('mousemove', {
|
||||||
|
clientX: 300,
|
||||||
|
clientY: 80
|
||||||
|
}))
|
||||||
|
document.dispatchEvent(new MouseEvent('mouseup'))
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane').at(0).element.style.width).to.equal('50%')
|
||||||
|
wrapper.destroy()
|
||||||
|
root.remove()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('drag - horizontal', async () => {
|
||||||
|
const root = document.createElement('div')
|
||||||
|
const place = document.createElement('div')
|
||||||
|
root.style.width = '600px'
|
||||||
|
root.style.height = '500px'
|
||||||
|
root.appendChild(place)
|
||||||
|
document.body.appendChild(root)
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(Splitpanes, {
|
||||||
|
attachTo: place,
|
||||||
|
slots: {
|
||||||
|
leftPane: '<div />',
|
||||||
|
rightPane: '<div />'
|
||||||
|
},
|
||||||
|
propsData: {
|
||||||
|
before: { size: 10, max: 100 },
|
||||||
|
after: { size: 90, max: 100 },
|
||||||
|
horizontal: true
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.find('.splitpanes-splitter').trigger('mousedown')
|
||||||
|
document.dispatchEvent(new MouseEvent('mousemove', {
|
||||||
|
clientX: 10,
|
||||||
|
clientY: 250
|
||||||
|
}))
|
||||||
|
document.dispatchEvent(new MouseEvent('mouseup'))
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane').at(0).element.style.height).to.equal('50%')
|
||||||
|
wrapper.destroy()
|
||||||
|
root.remove()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('drag - horizontal - touch', async () => {
|
||||||
|
const root = document.createElement('div')
|
||||||
|
const place = document.createElement('div')
|
||||||
|
root.style.width = '600px'
|
||||||
|
root.style.height = '500px'
|
||||||
|
root.appendChild(place)
|
||||||
|
document.body.appendChild(root)
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(Splitpanes, {
|
||||||
|
attachTo: place,
|
||||||
|
slots: {
|
||||||
|
leftPane: '<div />',
|
||||||
|
rightPane: '<div />'
|
||||||
|
},
|
||||||
|
propsData: {
|
||||||
|
before: { size: 10, max: 100 },
|
||||||
|
after: { size: 90, max: 100 },
|
||||||
|
horizontal: true
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
window.ontouchstart = null
|
||||||
|
await wrapper.find('.splitpanes-splitter').trigger('touchstart')
|
||||||
|
const event = new TouchEvent('touchmove')
|
||||||
|
Object.defineProperty(event, 'touches', {
|
||||||
|
value: [{
|
||||||
|
clientX: 10,
|
||||||
|
clientY: 250
|
||||||
|
}],
|
||||||
|
writable: true
|
||||||
|
})
|
||||||
|
document.dispatchEvent(event)
|
||||||
|
document.dispatchEvent(new MouseEvent('touchend'))
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane').at(0).element.style.height).to.equal('50%')
|
||||||
|
wrapper.destroy()
|
||||||
|
root.remove()
|
||||||
|
delete window.ontouchstart
|
||||||
|
})
|
||||||
|
|
||||||
|
it('drag - vertical - touch', async () => {
|
||||||
|
const root = document.createElement('div')
|
||||||
|
const place = document.createElement('div')
|
||||||
|
root.style.width = '600px'
|
||||||
|
root.style.height = '500px'
|
||||||
|
root.appendChild(place)
|
||||||
|
document.body.appendChild(root)
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(Splitpanes, {
|
||||||
|
attachTo: place,
|
||||||
|
slots: {
|
||||||
|
leftPane: '<div />',
|
||||||
|
rightPane: '<div />'
|
||||||
|
},
|
||||||
|
propsData: {
|
||||||
|
before: { size: 60, max: 100 },
|
||||||
|
after: { size: 40, max: 100 }
|
||||||
|
}
|
||||||
|
})
|
||||||
|
window.ontouchstart = null
|
||||||
|
|
||||||
|
await wrapper.find('.splitpanes-splitter').trigger('touchstart')
|
||||||
|
const event = new TouchEvent('touchmove')
|
||||||
|
Object.defineProperty(event, 'touches', {
|
||||||
|
value: [{
|
||||||
|
clientX: 300,
|
||||||
|
clientY: 80
|
||||||
|
}],
|
||||||
|
writable: true
|
||||||
|
})
|
||||||
|
document.dispatchEvent(event)
|
||||||
|
document.dispatchEvent(new MouseEvent('touchend'))
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
expect(wrapper.findAll('.splitpanes-pane').at(0).element.style.width).to.equal('50%')
|
||||||
|
wrapper.destroy()
|
||||||
|
root.remove()
|
||||||
|
delete window.ontouchstart
|
||||||
|
})
|
||||||
|
})
|
||||||
11
tests/components/SqlEditor.spec.js
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import { mount } from '@vue/test-utils'
|
||||||
|
import SqlEditor from '@/components/SqlEditor.vue'
|
||||||
|
|
||||||
|
describe('SqlEditor.vue', () => {
|
||||||
|
it('Emits input event when a query is changed', async () => {
|
||||||
|
const wrapper = mount(SqlEditor)
|
||||||
|
await wrapper.findComponent({ name: 'codemirror' }).vm.$emit('input', 'SELECT * FROM foo')
|
||||||
|
expect(wrapper.emitted('input')[0]).to.eql(['SELECT * FROM foo'])
|
||||||
|
})
|
||||||
|
})
|
||||||
305
tests/components/Tab.spec.js
Normal file
@@ -0,0 +1,305 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import sinon from 'sinon'
|
||||||
|
import { mount } from '@vue/test-utils'
|
||||||
|
import { mutations } from '@/store'
|
||||||
|
import Vuex from 'vuex'
|
||||||
|
import Tab from '@/components/Tab.vue'
|
||||||
|
|
||||||
|
describe('Tab.vue', () => {
|
||||||
|
afterEach(() => {
|
||||||
|
sinon.restore()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Renders passed query', () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
currentTabId: 1
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = mount(Tab, {
|
||||||
|
store,
|
||||||
|
stubs: ['chart'],
|
||||||
|
propsData: {
|
||||||
|
id: 1,
|
||||||
|
initName: 'foo',
|
||||||
|
initQuery: 'SELECT * FROM foo',
|
||||||
|
initChart: [],
|
||||||
|
tabIndex: 0,
|
||||||
|
isPredefined: false
|
||||||
|
}
|
||||||
|
})
|
||||||
|
expect(wrapper.find('.tab-content-container').isVisible()).to.equal(true)
|
||||||
|
expect(wrapper.find('.table-view').isVisible()).to.equal(true)
|
||||||
|
expect(wrapper.find('.table-view .result-before').isVisible()).to.equal(true)
|
||||||
|
expect(wrapper.find('.query-editor').text()).to.equal('SELECT * FROM foo')
|
||||||
|
})
|
||||||
|
|
||||||
|
it("Doesn't render tab when it's not active", () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
currentTabId: 0
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = mount(Tab, {
|
||||||
|
store,
|
||||||
|
stubs: ['chart'],
|
||||||
|
propsData: {
|
||||||
|
id: 1
|
||||||
|
}
|
||||||
|
})
|
||||||
|
expect(wrapper.find('.tab-content-container').isVisible()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("Shows chart when view equals 'chart'", async () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
currentTabId: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = mount(Tab, {
|
||||||
|
store,
|
||||||
|
stubs: ['chart'],
|
||||||
|
propsData: {
|
||||||
|
id: 1
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
expect(wrapper.findComponent({ ref: 'chart' }).vm.visible).to.equal(false)
|
||||||
|
await wrapper.setData({ view: 'chart' })
|
||||||
|
expect(wrapper.find('.table-view').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.findComponent({ ref: 'chart' }).vm.visible).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Is not visible when not active', async () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
currentTabId: 0
|
||||||
|
}
|
||||||
|
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = mount(Tab, {
|
||||||
|
store,
|
||||||
|
stubs: ['chart'],
|
||||||
|
propsData: {
|
||||||
|
id: 1
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
expect(wrapper.find('.tab-content-container').isVisible()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Calls setCurrentTab when becomes active', async () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
currentTabId: 0
|
||||||
|
}
|
||||||
|
sinon.spy(mutations, 'setCurrentTab')
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = mount(Tab, {
|
||||||
|
store,
|
||||||
|
stubs: ['chart'],
|
||||||
|
propsData: {
|
||||||
|
id: 1
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
state.currentTabId = 1
|
||||||
|
expect(mutations.setCurrentTab.calledOnceWith(state, wrapper.vm)).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Update tab state when a query is changed', async () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
tabs: [
|
||||||
|
{ id: 1, name: 'foo', query: 'SELECT * FROM foo', chart: [], isUnsaved: false }
|
||||||
|
],
|
||||||
|
currentTabId: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = mount(Tab, {
|
||||||
|
store,
|
||||||
|
stubs: ['chart'],
|
||||||
|
propsData: {
|
||||||
|
id: 1,
|
||||||
|
initName: 'foo',
|
||||||
|
initQuery: 'SELECT * FROM foo',
|
||||||
|
initChart: [],
|
||||||
|
tabIndex: 0,
|
||||||
|
isPredefined: false
|
||||||
|
}
|
||||||
|
})
|
||||||
|
await wrapper.findComponent({ name: 'SqlEditor' }).vm.$emit('input', ' limit 100')
|
||||||
|
expect(state.tabs[0].isUnsaved).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Shows .result-in-progress message when executing query', async () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
currentTabId: 1,
|
||||||
|
db: {
|
||||||
|
execute () { return new Promise(() => {}) }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
// mount the component
|
||||||
|
const wrapper = mount(Tab, {
|
||||||
|
store,
|
||||||
|
stubs: ['chart'],
|
||||||
|
propsData: {
|
||||||
|
id: 1,
|
||||||
|
initName: 'foo',
|
||||||
|
initQuery: 'SELECT * FROM foo',
|
||||||
|
initChart: [],
|
||||||
|
tabIndex: 0,
|
||||||
|
isPredefined: false
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
wrapper.vm.execute()
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
expect(wrapper.find('.table-view .result-before').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.find('.table-view .result-in-progress').isVisible()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Shows error when executing query ends with error', async () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
currentTabId: 1,
|
||||||
|
db: {
|
||||||
|
execute: sinon.stub().rejects(new Error('There is no table foo'))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
// mount the component
|
||||||
|
const wrapper = mount(Tab, {
|
||||||
|
store,
|
||||||
|
stubs: ['chart'],
|
||||||
|
propsData: {
|
||||||
|
id: 1,
|
||||||
|
initName: 'foo',
|
||||||
|
initQuery: 'SELECT * FROM foo',
|
||||||
|
initChart: [],
|
||||||
|
tabIndex: 0,
|
||||||
|
isPredefined: false
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.vm.execute()
|
||||||
|
expect(wrapper.find('.table-view .result-before').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.find('.table-view .result-in-progress').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.find('.table-preview.error').isVisible()).to.equal(true)
|
||||||
|
expect(wrapper.find('.table-preview.error').text()).to.include('There is no table foo')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Passes result to sql-table component', async () => {
|
||||||
|
const result = {
|
||||||
|
columns: ['id', 'name'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo'],
|
||||||
|
[2, 'bar']
|
||||||
|
]
|
||||||
|
}
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
currentTabId: 1,
|
||||||
|
db: {
|
||||||
|
execute: sinon.stub().resolves(result),
|
||||||
|
getSchema: sinon.stub().resolves({ dbName: '', schema: [] })
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = mount(Tab, {
|
||||||
|
store,
|
||||||
|
stubs: ['chart'],
|
||||||
|
propsData: {
|
||||||
|
id: 1,
|
||||||
|
initName: 'foo',
|
||||||
|
initQuery: 'SELECT * FROM foo',
|
||||||
|
initChart: [],
|
||||||
|
tabIndex: 0,
|
||||||
|
isPredefined: false
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.vm.execute()
|
||||||
|
expect(wrapper.find('.table-view .result-before').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.find('.table-view .result-in-progress').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.find('.table-preview.error').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.findComponent({ name: 'SqlTable' }).vm.dataSet).to.eql(result)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Updates schema after query execution', async () => {
|
||||||
|
const result = {
|
||||||
|
columns: ['id', 'name'],
|
||||||
|
values: []
|
||||||
|
}
|
||||||
|
const newSchema = {
|
||||||
|
dbName: 'fooDb',
|
||||||
|
schema: [
|
||||||
|
{
|
||||||
|
name: 'foo',
|
||||||
|
columns: [
|
||||||
|
{ name: 'id', type: 'INTEGER' },
|
||||||
|
{ name: 'title', type: 'NVARCHAR(30)' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'bar',
|
||||||
|
columns: [
|
||||||
|
{ name: 'a', type: 'N/A' },
|
||||||
|
{ name: 'b', type: 'N/A' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
currentTabId: 1,
|
||||||
|
dbName: 'fooDb',
|
||||||
|
db: {
|
||||||
|
execute: sinon.stub().resolves(result),
|
||||||
|
getSchema: sinon.stub().resolves(newSchema)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
sinon.spy(mutations, 'saveSchema')
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = mount(Tab, {
|
||||||
|
store,
|
||||||
|
stubs: ['chart'],
|
||||||
|
propsData: {
|
||||||
|
id: 1,
|
||||||
|
initName: 'foo',
|
||||||
|
initQuery: 'SELECT * FROM foo; CREATE TABLE bar(a,b);',
|
||||||
|
initChart: [],
|
||||||
|
tabIndex: 0,
|
||||||
|
isPredefined: false
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
await wrapper.vm.execute()
|
||||||
|
expect(state.db.getSchema.calledOnceWith('fooDb')).to.equal(true)
|
||||||
|
expect(mutations.saveSchema.calledOnceWith(state, newSchema)).to.equal(true)
|
||||||
|
})
|
||||||
|
})
|
||||||
38
tests/components/TableDescription.spec.js
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import { shallowMount } from '@vue/test-utils'
|
||||||
|
import TableDescription from '@/components/TableDescription.vue'
|
||||||
|
|
||||||
|
describe('TableDescription.vue', () => {
|
||||||
|
it('Initially the columns are hidden and table name is rendered', () => {
|
||||||
|
const wrapper = shallowMount(TableDescription, {
|
||||||
|
propsData: {
|
||||||
|
name: 'Test table',
|
||||||
|
columns: [
|
||||||
|
{ name: 'id', type: 'number' },
|
||||||
|
{ name: 'title', type: 'nvarchar(24)' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
})
|
||||||
|
expect(wrapper.find('.table-name').text()).to.equal('Test table')
|
||||||
|
expect(wrapper.find('.columns').isVisible()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Columns are visible and correct when click on table name', async () => {
|
||||||
|
const wrapper = shallowMount(TableDescription, {
|
||||||
|
stubs: ['router-link'],
|
||||||
|
propsData: {
|
||||||
|
name: 'Test table',
|
||||||
|
columns: [
|
||||||
|
{ name: 'id', type: 'number' },
|
||||||
|
{ name: 'title', type: 'nvarchar(24)' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
})
|
||||||
|
await wrapper.find('.table-name').trigger('click')
|
||||||
|
|
||||||
|
expect(wrapper.find('.columns').isVisible()).to.equal(true)
|
||||||
|
expect(wrapper.findAll('.column').length).to.equal(2)
|
||||||
|
expect(wrapper.findAll('.column').at(0).text()).to.include('id').and.include('number')
|
||||||
|
expect(wrapper.findAll('.column').at(1).text()).to.include('title').and.include('nvarchar(24)')
|
||||||
|
})
|
||||||
|
})
|
||||||
306
tests/components/Tabs.spec.js
Normal file
@@ -0,0 +1,306 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import sinon from 'sinon'
|
||||||
|
import { shallowMount, mount, createWrapper } from '@vue/test-utils'
|
||||||
|
import { mutations } from '@/store'
|
||||||
|
import Vuex from 'vuex'
|
||||||
|
import Tabs from '@/components/Tabs.vue'
|
||||||
|
|
||||||
|
describe('Tabs.vue', () => {
|
||||||
|
afterEach(() => {
|
||||||
|
sinon.restore()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Renders start guide when there is no opened tabs', () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
tabs: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(Tabs, {
|
||||||
|
store,
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
// check start-guide visibility
|
||||||
|
expect(wrapper.find('#start-guide').isVisible()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Renders tabs', () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
tabs: [
|
||||||
|
{ id: 1, name: 'foo', query: 'select * from foo', chart: [], isUnsaved: false },
|
||||||
|
{ id: 2, name: null, tempName: 'Untitled', query: '', chart: [], isUnsaved: true }
|
||||||
|
],
|
||||||
|
currentTabId: 2
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(Tabs, {
|
||||||
|
store,
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
// check start-guide visibility
|
||||||
|
expect(wrapper.find('#start-guide').isVisible()).to.equal(false)
|
||||||
|
|
||||||
|
// check tabs
|
||||||
|
expect(wrapper.findAllComponents({ name: 'Tab' })).to.have.lengthOf(2)
|
||||||
|
|
||||||
|
const firstTab = wrapper.findAll('.tab').at(0)
|
||||||
|
expect(firstTab.text()).to.include('foo')
|
||||||
|
expect(firstTab.find('.star').isVisible()).to.equal(false)
|
||||||
|
expect(firstTab.classes()).to.not.include('tab-selected')
|
||||||
|
|
||||||
|
const secondTab = wrapper.findAll('.tab').at(1)
|
||||||
|
expect(secondTab.text()).to.include('Untitled')
|
||||||
|
expect(secondTab.find('.star').isVisible()).to.equal(true)
|
||||||
|
expect(secondTab.classes()).to.include('tab-selected')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Selects the tab on click', async () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
tabs: [
|
||||||
|
{ id: 1, name: 'foo', query: 'select * from foo', chart: [], isUnsaved: false },
|
||||||
|
{ id: 2, name: null, tempName: 'Untitled', query: '', chart: [], isUnsaved: true }
|
||||||
|
],
|
||||||
|
currentTabId: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(Tabs, {
|
||||||
|
store,
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
// click on the first tab
|
||||||
|
const firstTab = wrapper.findAll('.tab').at(0)
|
||||||
|
await firstTab.trigger('click')
|
||||||
|
|
||||||
|
// check that first tab is the current now
|
||||||
|
expect(firstTab.classes()).to.include('tab-selected')
|
||||||
|
const secondTab = wrapper.findAll('.tab').at(1)
|
||||||
|
expect(secondTab.classes()).to.not.include('tab-selected')
|
||||||
|
expect(state.currentTabId).to.equal(1)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("Deletes the tab on close if it's saved", async () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
tabs: [
|
||||||
|
{ id: 1, name: 'foo', query: 'select * from foo', chart: [], isUnsaved: false },
|
||||||
|
{ id: 2, name: null, tempName: 'Untitled', query: '', chart: [], isUnsaved: true }
|
||||||
|
],
|
||||||
|
currentTabId: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = mount(Tabs, {
|
||||||
|
store,
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
// click on the close icon of the first tab
|
||||||
|
const firstTabCloseIcon = wrapper.findAll('.tab').at(0).find('.close-icon')
|
||||||
|
await firstTabCloseIcon.trigger('click')
|
||||||
|
|
||||||
|
// check that the only one tab left and it's opened
|
||||||
|
expect(wrapper.findAllComponents({ name: 'Tab' })).to.have.lengthOf(1)
|
||||||
|
|
||||||
|
const firstTab = wrapper.findAll('.tab').at(0)
|
||||||
|
expect(firstTab.text()).to.include('Untitled')
|
||||||
|
expect(firstTab.find('.star').isVisible()).to.equal(true)
|
||||||
|
expect(firstTab.classes()).to.include('tab-selected')
|
||||||
|
})
|
||||||
|
|
||||||
|
it("Doesn't delete tab on close if user cancel closing", async () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
tabs: [
|
||||||
|
{ id: 1, name: 'foo', query: 'select * from foo', chart: [], isUnsaved: false },
|
||||||
|
{ id: 2, name: null, tempName: 'Untitled', query: '', chart: [], isUnsaved: true }
|
||||||
|
],
|
||||||
|
currentTabId: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = mount(Tabs, {
|
||||||
|
store,
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
// click on the close icon of the second tab
|
||||||
|
const secondTabCloseIcon = wrapper.findAll('.tab').at(1).find('.close-icon')
|
||||||
|
await secondTabCloseIcon.trigger('click')
|
||||||
|
|
||||||
|
// check that Close Tab dialog is visible
|
||||||
|
const modal = wrapper.find('[data-modal="close-warn"]')
|
||||||
|
expect(modal.exists()).to.equal(true)
|
||||||
|
|
||||||
|
// find Cancel in the dialog
|
||||||
|
const cancelBtn = wrapper
|
||||||
|
.findAll('.dialog-buttons-container button').wrappers
|
||||||
|
.find(button => button.text() === 'Cancel')
|
||||||
|
|
||||||
|
// click Cancel in the dialog
|
||||||
|
await cancelBtn.trigger('click')
|
||||||
|
|
||||||
|
// check that tab is still opened
|
||||||
|
expect(wrapper.findAllComponents({ name: 'Tab' })).to.have.lengthOf(2)
|
||||||
|
|
||||||
|
// check that the dialog is closed
|
||||||
|
expect(wrapper.find('[data-modal="close-warn"]').exists()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Closes without saving', async () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
tabs: [
|
||||||
|
{ id: 1, name: 'foo', query: 'select * from foo', chart: [], isUnsaved: false },
|
||||||
|
{ id: 2, name: null, tempName: 'Untitled', query: '', chart: [], isUnsaved: true }
|
||||||
|
],
|
||||||
|
currentTabId: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = mount(Tabs, {
|
||||||
|
store,
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
// click on the close icon of the second tab
|
||||||
|
const secondTabCloseIcon = wrapper.findAll('.tab').at(1).find('.close-icon')
|
||||||
|
await secondTabCloseIcon.trigger('click')
|
||||||
|
|
||||||
|
// find 'Close without saving' in the dialog
|
||||||
|
const closeBtn = wrapper
|
||||||
|
.findAll('.dialog-buttons-container button').wrappers
|
||||||
|
.find(button => button.text() === 'Close without saving')
|
||||||
|
|
||||||
|
// click 'Close without saving' in the dialog
|
||||||
|
await closeBtn.trigger('click')
|
||||||
|
|
||||||
|
// check that tab is closed
|
||||||
|
expect(wrapper.findAllComponents({ name: 'Tab' })).to.have.lengthOf(1)
|
||||||
|
const firstTab = wrapper.findAll('.tab').at(0)
|
||||||
|
expect(firstTab.text()).to.include('foo')
|
||||||
|
expect(firstTab.find('.star').isVisible()).to.equal(false)
|
||||||
|
expect(firstTab.classes()).to.include('tab-selected')
|
||||||
|
|
||||||
|
// check that 'saveQuery' event was not emited
|
||||||
|
const rootWrapper = createWrapper(wrapper.vm.$root)
|
||||||
|
expect(rootWrapper.emitted('saveQuery')).to.equal(undefined)
|
||||||
|
|
||||||
|
// check that the dialog is closed
|
||||||
|
expect(wrapper.find('[data-modal="close-warn"]').exists()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Closes with saving', async () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
tabs: [
|
||||||
|
{ id: 1, name: 'foo', query: 'select * from foo', chart: [], isUnsaved: false },
|
||||||
|
{ id: 2, name: null, tempName: 'Untitled', query: '', chart: [], isUnsaved: true }
|
||||||
|
],
|
||||||
|
currentTabId: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = mount(Tabs, {
|
||||||
|
store,
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
// click on the close icon of the second tab
|
||||||
|
const secondTabCloseIcon = wrapper.findAll('.tab').at(1).find('.close-icon')
|
||||||
|
await secondTabCloseIcon.trigger('click')
|
||||||
|
|
||||||
|
// find 'Save and close' in the dialog
|
||||||
|
const closeBtn = wrapper
|
||||||
|
.findAll('.dialog-buttons-container button').wrappers
|
||||||
|
.find(button => button.text() === 'Save and close')
|
||||||
|
|
||||||
|
// click 'Save and close' in the dialog
|
||||||
|
await closeBtn.trigger('click')
|
||||||
|
|
||||||
|
// pretend like saving is completed - trigger 'querySaved' on $root
|
||||||
|
await wrapper.vm.$root.$emit('querySaved')
|
||||||
|
|
||||||
|
// check that tab is closed
|
||||||
|
expect(wrapper.findAllComponents({ name: 'Tab' })).to.have.lengthOf(1)
|
||||||
|
const firstTab = wrapper.findAll('.tab').at(0)
|
||||||
|
expect(firstTab.text()).to.include('foo')
|
||||||
|
expect(firstTab.find('.star').isVisible()).to.equal(false)
|
||||||
|
expect(firstTab.classes()).to.include('tab-selected')
|
||||||
|
|
||||||
|
// check that 'saveQuery' event was emited
|
||||||
|
const rootWrapper = createWrapper(wrapper.vm.$root)
|
||||||
|
expect(rootWrapper.emitted('saveQuery')).to.have.lengthOf(1)
|
||||||
|
|
||||||
|
// check that the dialog is closed
|
||||||
|
expect(wrapper.find('[data-modal="close-warn"]').exists()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Prevents closing a tab of a browser if there is unsaved query', () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
tabs: [
|
||||||
|
{ id: 1, name: 'foo', query: 'select * from foo', chart: [], isUnsaved: false },
|
||||||
|
{ id: 2, name: null, tempName: 'Untitled', query: '', chart: [], isUnsaved: true }
|
||||||
|
],
|
||||||
|
currentTabId: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(Tabs, {
|
||||||
|
store,
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
const event = new Event('beforeunload')
|
||||||
|
sinon.spy(event, 'preventDefault')
|
||||||
|
wrapper.vm.leavingSqliteviz(event)
|
||||||
|
|
||||||
|
expect(event.preventDefault.calledOnce).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("Doesn't prevent closing a tab of a browser if there is unsaved query", () => {
|
||||||
|
// mock store state
|
||||||
|
const state = {
|
||||||
|
tabs: [
|
||||||
|
{ id: 1, name: 'foo', query: 'select * from foo', chart: [], isUnsaved: false }
|
||||||
|
],
|
||||||
|
currentTabId: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
// mount the component
|
||||||
|
const wrapper = shallowMount(Tabs, {
|
||||||
|
store,
|
||||||
|
stubs: ['router-link']
|
||||||
|
})
|
||||||
|
|
||||||
|
const event = new Event('beforeunload')
|
||||||
|
sinon.spy(event, 'preventDefault')
|
||||||
|
wrapper.vm.leavingSqliteviz(event)
|
||||||
|
|
||||||
|
expect(event.preventDefault.calledOnce).to.equal(false)
|
||||||
|
})
|
||||||
|
})
|
||||||
115
tests/csv.spec.js
Normal file
@@ -0,0 +1,115 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import sinon from 'sinon'
|
||||||
|
import csv from '@/csv'
|
||||||
|
import Papa from 'papaparse'
|
||||||
|
|
||||||
|
describe('csv.js', () => {
|
||||||
|
afterEach(() => {
|
||||||
|
sinon.restore()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('getResult with fields', () => {
|
||||||
|
const source = {
|
||||||
|
data: [
|
||||||
|
{ id: 1, name: 'foo' },
|
||||||
|
{ id: 2, name: 'bar' }
|
||||||
|
],
|
||||||
|
meta: {
|
||||||
|
fields: ['id', 'name']
|
||||||
|
}
|
||||||
|
}
|
||||||
|
expect(csv.getResult(source)).to.eql({
|
||||||
|
columns: ['id', 'name'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo'],
|
||||||
|
[2, 'bar']
|
||||||
|
]
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
it('getResult without fields', () => {
|
||||||
|
const source = {
|
||||||
|
data: [
|
||||||
|
[1, 'foo'],
|
||||||
|
[2, 'bar']
|
||||||
|
],
|
||||||
|
meta: {}
|
||||||
|
}
|
||||||
|
expect(csv.getResult(source)).to.eql({
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo'],
|
||||||
|
[2, 'bar']
|
||||||
|
]
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
it('parse resolves', async () => {
|
||||||
|
sinon.stub(Papa, 'parse').callsFake((file, config) => {
|
||||||
|
config.complete({
|
||||||
|
data: [
|
||||||
|
[1, 'foo'],
|
||||||
|
[2, 'bar']
|
||||||
|
],
|
||||||
|
errors: [
|
||||||
|
{
|
||||||
|
type: 'Quotes',
|
||||||
|
code: 'MissingQuotes',
|
||||||
|
message: 'Quote is missed',
|
||||||
|
row: 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'Delimiter',
|
||||||
|
code: 'UndetectableDelimiter',
|
||||||
|
message: 'Comma was used as a standart delimiter',
|
||||||
|
row: 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
meta: {
|
||||||
|
delimiter: ',',
|
||||||
|
linebreak: '\n',
|
||||||
|
aborted: false,
|
||||||
|
truncated: true
|
||||||
|
}
|
||||||
|
})
|
||||||
|
})
|
||||||
|
const file = {}
|
||||||
|
const result = await csv.parse(file)
|
||||||
|
expect(result).to.eql({
|
||||||
|
data: {
|
||||||
|
columns: ['col1', 'col2'],
|
||||||
|
values: [
|
||||||
|
[1, 'foo'],
|
||||||
|
[2, 'bar']
|
||||||
|
]
|
||||||
|
},
|
||||||
|
delimiter: ',',
|
||||||
|
hasErrors: true,
|
||||||
|
messages: [
|
||||||
|
{
|
||||||
|
code: 'MissingQuotes',
|
||||||
|
message: 'Quote is missed',
|
||||||
|
row: 0,
|
||||||
|
type: 'error',
|
||||||
|
hint: 'Edit your CSV so that the field has a closing quote char.'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
code: 'UndetectableDelimiter',
|
||||||
|
message: 'Comma was used as a standart delimiter',
|
||||||
|
row: 0,
|
||||||
|
type: 'info',
|
||||||
|
hint: undefined
|
||||||
|
}
|
||||||
|
]
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
it('parse rejects', async () => {
|
||||||
|
const err = new Error('something went wrong')
|
||||||
|
sinon.stub(Papa, 'parse').callsFake((file, config) => {
|
||||||
|
config.error(err)
|
||||||
|
})
|
||||||
|
const file = {}
|
||||||
|
await expect(csv.parse(file)).to.be.rejectedWith(err)
|
||||||
|
})
|
||||||
|
})
|
||||||
245
tests/database.spec.js
Normal file
@@ -0,0 +1,245 @@
|
|||||||
|
import chai from 'chai'
|
||||||
|
import sinon from 'sinon'
|
||||||
|
import chaiAsPromised from 'chai-as-promised'
|
||||||
|
import initSqlJs from 'sql.js'
|
||||||
|
import database from '@/database'
|
||||||
|
import fu from '@/file.utils'
|
||||||
|
|
||||||
|
chai.use(chaiAsPromised)
|
||||||
|
const expect = chai.expect
|
||||||
|
chai.should()
|
||||||
|
|
||||||
|
const getSQL = initSqlJs()
|
||||||
|
let db
|
||||||
|
|
||||||
|
describe('database.js', () => {
|
||||||
|
beforeEach(() => {
|
||||||
|
db = database.getNewDatabase()
|
||||||
|
})
|
||||||
|
|
||||||
|
afterEach(() => {
|
||||||
|
db.shutDown()
|
||||||
|
sinon.restore()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('creates schema', async () => {
|
||||||
|
const SQL = await getSQL
|
||||||
|
const tempDb = new SQL.Database()
|
||||||
|
tempDb.run(`CREATE TABLE test (
|
||||||
|
col1,
|
||||||
|
col2 integer,
|
||||||
|
col3 decimal(5,2),
|
||||||
|
col4 varchar(30)
|
||||||
|
)`)
|
||||||
|
|
||||||
|
const data = tempDb.export()
|
||||||
|
const buffer = new Blob([data])
|
||||||
|
buffer.name = 'foo.sqlite'
|
||||||
|
|
||||||
|
const { schema, dbName } = await db.loadDb(buffer)
|
||||||
|
expect(dbName).to.equal('foo')
|
||||||
|
expect(schema).to.have.lengthOf(1)
|
||||||
|
expect(schema[0].name).to.equal('test')
|
||||||
|
expect(schema[0].columns[0].name).to.equal('col1')
|
||||||
|
expect(schema[0].columns[0].type).to.equal('N/A')
|
||||||
|
expect(schema[0].columns[1].name).to.equal('col2')
|
||||||
|
expect(schema[0].columns[1].type).to.equal('integer')
|
||||||
|
expect(schema[0].columns[2].name).to.equal('col3')
|
||||||
|
expect(schema[0].columns[2].type).to.equal('decimal(5, 2)')
|
||||||
|
expect(schema[0].columns[3].name).to.equal('col4')
|
||||||
|
expect(schema[0].columns[3].type).to.equal('varchar(30)')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('creates schema with virtual table', async () => {
|
||||||
|
const SQL = await getSQL
|
||||||
|
const tempDb = new SQL.Database()
|
||||||
|
tempDb.run(`
|
||||||
|
CREATE VIRTUAL TABLE test_virtual USING fts4(
|
||||||
|
col1, col2,
|
||||||
|
notindexed=col1, notindexed=col2,
|
||||||
|
tokenize=unicode61 "tokenchars=.+#")
|
||||||
|
`)
|
||||||
|
|
||||||
|
const data = tempDb.export()
|
||||||
|
const buffer = new Blob([data])
|
||||||
|
buffer.name = 'foo.sqlite'
|
||||||
|
|
||||||
|
const { schema } = await db.loadDb(buffer)
|
||||||
|
expect(schema[0].name).to.equal('test_virtual')
|
||||||
|
expect(schema[0].columns[0].name).to.equal('col1')
|
||||||
|
expect(schema[0].columns[0].type).to.equal('N/A')
|
||||||
|
expect(schema[0].columns[1].name).to.equal('col2')
|
||||||
|
expect(schema[0].columns[1].type).to.equal('N/A')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('loadDb throws errors', async () => {
|
||||||
|
const SQL = await getSQL
|
||||||
|
const tempDb = new SQL.Database()
|
||||||
|
tempDb.run('CREATE TABLE test (col1, col2)')
|
||||||
|
|
||||||
|
const data = tempDb.export()
|
||||||
|
const buffer = new Blob([data])
|
||||||
|
buffer.name = 'foo.sqlite'
|
||||||
|
|
||||||
|
sinon.stub(db.pw, 'postMessage').resolves({ error: new Error('foo') })
|
||||||
|
|
||||||
|
await expect(db.loadDb(buffer)).to.be.rejectedWith('foo')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('returns the last query result', async () => {
|
||||||
|
const SQL = await getSQL
|
||||||
|
const tempDb = new SQL.Database()
|
||||||
|
tempDb.run(`
|
||||||
|
CREATE TABLE test (
|
||||||
|
id integer,
|
||||||
|
name varchar(100),
|
||||||
|
faculty varchar(100)
|
||||||
|
);
|
||||||
|
INSERT INTO test (id, name, faculty)
|
||||||
|
VALUES
|
||||||
|
( 1, 'Harry Potter', 'Griffindor'),
|
||||||
|
( 2, 'Draco Malfoy', 'Slytherin');
|
||||||
|
`)
|
||||||
|
|
||||||
|
const data = tempDb.export()
|
||||||
|
const buffer = new Blob([data])
|
||||||
|
buffer.name = 'foo.sqlite'
|
||||||
|
|
||||||
|
await db.loadDb(buffer)
|
||||||
|
const result = await db.execute('SELECT * from test limit 1; SELECT * from test;')
|
||||||
|
expect(result.columns).to.have.lengthOf(3)
|
||||||
|
expect(result.columns).to.eql(['id', 'name', 'faculty'])
|
||||||
|
expect(result.values).to.have.lengthOf(2)
|
||||||
|
expect(result.values[0]).to.eql([1, 'Harry Potter', 'Griffindor'])
|
||||||
|
expect(result.values[1]).to.eql([2, 'Draco Malfoy', 'Slytherin'])
|
||||||
|
})
|
||||||
|
|
||||||
|
it('returns an error', async () => {
|
||||||
|
const SQL = await getSQL
|
||||||
|
const tempDb = new SQL.Database()
|
||||||
|
tempDb.run(`
|
||||||
|
CREATE TABLE test (
|
||||||
|
id integer,
|
||||||
|
name varchar(100),
|
||||||
|
faculty varchar(100)
|
||||||
|
);
|
||||||
|
INSERT INTO test (id, name, faculty)
|
||||||
|
VALUES
|
||||||
|
( 1, 'Harry Potter', 'Griffindor'),
|
||||||
|
( 2, 'Draco Malfoy', 'Slytherin');
|
||||||
|
`)
|
||||||
|
|
||||||
|
const data = tempDb.export()
|
||||||
|
const buffer = new Blob([data])
|
||||||
|
buffer.name = 'foo.sqlite'
|
||||||
|
await db.loadDb(buffer)
|
||||||
|
await expect(db.execute('SELECT * from foo')).to.be.rejectedWith(/^no such table: foo$/)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('creates db', async () => {
|
||||||
|
const data = {
|
||||||
|
columns: ['id', 'name', 'faculty'],
|
||||||
|
values: [
|
||||||
|
[1, 'Harry Potter', 'Griffindor'],
|
||||||
|
[2, 'Draco Malfoy', 'Slytherin']
|
||||||
|
]
|
||||||
|
}
|
||||||
|
const progressHandler = sinon.spy()
|
||||||
|
const progressCounterId = db.createProgressCounter(progressHandler)
|
||||||
|
const { dbName, schema } = await db.createDb('foo', data, progressCounterId)
|
||||||
|
expect(dbName).to.equal('foo')
|
||||||
|
expect(schema).to.have.lengthOf(1)
|
||||||
|
expect(schema[0].name).to.equal('csv_import')
|
||||||
|
expect(schema[0].columns).to.have.lengthOf(3)
|
||||||
|
expect(schema[0].columns[0]).to.eql({ name: 'id', type: 'real' })
|
||||||
|
expect(schema[0].columns[1]).to.eql({ name: 'name', type: 'text' })
|
||||||
|
expect(schema[0].columns[2]).to.eql({ name: 'faculty', type: 'text' })
|
||||||
|
|
||||||
|
const result = await db.execute('SELECT * from csv_import')
|
||||||
|
expect(result.columns).to.eql(data.columns)
|
||||||
|
expect(result.values).to.eql(data.values)
|
||||||
|
|
||||||
|
expect(progressHandler.calledTwice).to.equal(true)
|
||||||
|
expect(progressHandler.firstCall.calledWith(0)).to.equal(true)
|
||||||
|
expect(progressHandler.secondCall.calledWith(100)).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('createDb throws errors', async () => {
|
||||||
|
const data = {
|
||||||
|
columns: ['id', 'name'],
|
||||||
|
values: [
|
||||||
|
[1, 'Harry Potter', 'Griffindor'],
|
||||||
|
[2, 'Draco Malfoy', 'Slytherin']
|
||||||
|
]
|
||||||
|
}
|
||||||
|
const progressHandler = sinon.stub()
|
||||||
|
const progressCounterId = db.createProgressCounter(progressHandler)
|
||||||
|
await expect(db.createDb('foo', data, progressCounterId))
|
||||||
|
.to.be.rejectedWith('column index out of range')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('progressCounters', () => {
|
||||||
|
const firstHandler = sinon.stub()
|
||||||
|
const firstId = db.createProgressCounter(firstHandler)
|
||||||
|
db.worker.dispatchEvent(new MessageEvent('message', {
|
||||||
|
data: {
|
||||||
|
progress: 50,
|
||||||
|
id: firstId
|
||||||
|
}
|
||||||
|
}))
|
||||||
|
expect(firstHandler.calledOnceWith(50)).to.equal(true)
|
||||||
|
|
||||||
|
const secondHandler = sinon.stub()
|
||||||
|
const secondId = db.createProgressCounter(secondHandler)
|
||||||
|
db.worker.dispatchEvent(new MessageEvent('message', {
|
||||||
|
data: {
|
||||||
|
progress: 70,
|
||||||
|
id: secondId
|
||||||
|
}
|
||||||
|
}))
|
||||||
|
expect(firstId).to.not.equals(secondId)
|
||||||
|
expect(secondHandler.calledOnceWith(70)).to.equal(true)
|
||||||
|
|
||||||
|
db.worker.dispatchEvent(new MessageEvent('message', {
|
||||||
|
data: {
|
||||||
|
progress: 80,
|
||||||
|
id: firstId
|
||||||
|
}
|
||||||
|
}))
|
||||||
|
expect(firstHandler.calledTwice).to.equal(true)
|
||||||
|
expect(firstHandler.secondCall.calledWith(80)).to.equal(true)
|
||||||
|
|
||||||
|
db.deleteProgressCounter(firstId)
|
||||||
|
expect(db.importProgresses[firstId]).to.equal(undefined)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('exports db', async () => {
|
||||||
|
sinon.stub(fu, 'exportToFile').resolves()
|
||||||
|
|
||||||
|
// create db with table foo
|
||||||
|
const stmt = `
|
||||||
|
CREATE TABLE foo(id, name);
|
||||||
|
INSERT INTO foo VALUES (1, 'Harry Potter')
|
||||||
|
`
|
||||||
|
let result = await db.execute(stmt)
|
||||||
|
|
||||||
|
// export db to a file
|
||||||
|
await db.export('fooDb.sqlite')
|
||||||
|
expect(fu.exportToFile.called).to.equal(true)
|
||||||
|
|
||||||
|
// get data from export
|
||||||
|
const data = fu.exportToFile.getCall(0).args[0]
|
||||||
|
const file = new Blob([data])
|
||||||
|
file.name = 'fooDb.sqlite'
|
||||||
|
|
||||||
|
// loadDb from exported data
|
||||||
|
const anotherDb = database.getNewDatabase()
|
||||||
|
await anotherDb.loadDb(file)
|
||||||
|
|
||||||
|
// check that new db works and has the same table and data
|
||||||
|
result = await anotherDb.execute('SELECT * from foo')
|
||||||
|
expect(result.columns).to.eql(['id', 'name'])
|
||||||
|
expect(result.values).to.have.lengthOf(1)
|
||||||
|
expect(result.values[0]).to.eql([1, 'Harry Potter'])
|
||||||
|
})
|
||||||
|
})
|
||||||
34
tests/db.utils.spec.js
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import dbUtils from '@/db.utils'
|
||||||
|
|
||||||
|
describe('db.utils.js', () => {
|
||||||
|
it('generateChunks', () => {
|
||||||
|
const arr = ['1', '2', '3', '4', '5']
|
||||||
|
const size = 2
|
||||||
|
const chunks = dbUtils.generateChunks(arr, size)
|
||||||
|
const output = []
|
||||||
|
for (const chunk of chunks) {
|
||||||
|
output.push(chunk)
|
||||||
|
}
|
||||||
|
expect(output[0]).to.eql(['1', '2'])
|
||||||
|
expect(output[1]).to.eql(['3', '4'])
|
||||||
|
expect(output[2]).to.eql(['5'])
|
||||||
|
})
|
||||||
|
|
||||||
|
it('getInsertStmt', () => {
|
||||||
|
const columns = ['id', 'name']
|
||||||
|
expect(dbUtils.getInsertStmt(columns))
|
||||||
|
.to.equal('INSERT INTO csv_import ("id", "name") VALUES (?, ?);')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('getCreateStatement', () => {
|
||||||
|
const columns = ['id', 'name', 'isAdmin', 'startDate']
|
||||||
|
const values = [
|
||||||
|
[1, 'foo', true, new Date()],
|
||||||
|
[2, 'bar', false, new Date()]
|
||||||
|
]
|
||||||
|
expect(dbUtils.getCreateStatement(columns, values)).to.equal(
|
||||||
|
'CREATE table csv_import("id" REAL, "name" TEXT, "isAdmin" INTEGER, "startDate" TEXT);'
|
||||||
|
)
|
||||||
|
})
|
||||||
|
})
|
||||||
108
tests/file.utils.spec.js
Normal file
@@ -0,0 +1,108 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import fu from '@/file.utils'
|
||||||
|
import sinon from 'sinon'
|
||||||
|
|
||||||
|
describe('file.utils.js', () => {
|
||||||
|
afterEach(() => {
|
||||||
|
sinon.restore()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('exportToFile (octet/stream by default)', () => {
|
||||||
|
const spyAnchor = document.createElement('a')
|
||||||
|
sinon.spy(spyAnchor, 'click')
|
||||||
|
sinon.stub(document, 'createElement').returns(spyAnchor)
|
||||||
|
sinon.spy(URL, 'createObjectURL')
|
||||||
|
sinon.spy(URL, 'revokeObjectURL')
|
||||||
|
sinon.spy(window, 'Blob')
|
||||||
|
|
||||||
|
fu.exportToFile('foo', 'foo.txt')
|
||||||
|
|
||||||
|
expect(document.createElement.calledOnceWith('a')).to.equal(true)
|
||||||
|
|
||||||
|
expect(window.Blob.calledOnceWith(['foo'], { type: 'octet/stream' })).to.equal(true)
|
||||||
|
const blob = window.Blob.returnValues[0]
|
||||||
|
expect(URL.createObjectURL.calledOnceWith(blob)).to.equal(true)
|
||||||
|
|
||||||
|
const url = URL.createObjectURL.returnValues[0]
|
||||||
|
expect(spyAnchor.href).to.equal(url)
|
||||||
|
|
||||||
|
expect(spyAnchor.download).to.equal('foo.txt')
|
||||||
|
|
||||||
|
expect(spyAnchor.click.calledOnce).to.equal(true)
|
||||||
|
expect(URL.revokeObjectURL.calledOnceWith(url)).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('exportToFile', () => {
|
||||||
|
const spyAnchor = document.createElement('a')
|
||||||
|
sinon.spy(spyAnchor, 'click')
|
||||||
|
sinon.stub(document, 'createElement').returns(spyAnchor)
|
||||||
|
sinon.spy(URL, 'createObjectURL')
|
||||||
|
sinon.spy(URL, 'revokeObjectURL')
|
||||||
|
sinon.spy(window, 'Blob')
|
||||||
|
|
||||||
|
fu.exportToFile('foo', 'foo.html', 'text/html')
|
||||||
|
|
||||||
|
expect(document.createElement.calledOnceWith('a')).to.equal(true)
|
||||||
|
|
||||||
|
expect(window.Blob.calledOnceWith(['foo'], { type: 'text/html' })).to.equal(true)
|
||||||
|
const blob = window.Blob.returnValues[0]
|
||||||
|
expect(URL.createObjectURL.calledOnceWith(blob)).to.equal(true)
|
||||||
|
|
||||||
|
const url = URL.createObjectURL.returnValues[0]
|
||||||
|
expect(spyAnchor.href).to.equal(url)
|
||||||
|
|
||||||
|
expect(spyAnchor.download).to.equal('foo.html')
|
||||||
|
|
||||||
|
expect(spyAnchor.click.calledOnce).to.equal(true)
|
||||||
|
expect(URL.revokeObjectURL.calledOnceWith(url)).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('importFile', async () => {
|
||||||
|
const spyInput = document.createElement('input')
|
||||||
|
sinon.stub(spyInput, 'click')
|
||||||
|
|
||||||
|
const blob = new Blob(['foo'])
|
||||||
|
Object.defineProperty(spyInput, 'files', {
|
||||||
|
value: [blob],
|
||||||
|
writable: false
|
||||||
|
})
|
||||||
|
|
||||||
|
sinon.stub(document, 'createElement').returns(spyInput)
|
||||||
|
|
||||||
|
setTimeout(() => { spyInput.dispatchEvent(new Event('change')) })
|
||||||
|
|
||||||
|
const data = await fu.importFile()
|
||||||
|
expect(data).to.equal('foo')
|
||||||
|
expect(document.createElement.calledOnceWith('input')).to.equal(true)
|
||||||
|
expect(spyInput.type).to.equal('file')
|
||||||
|
expect(spyInput.accept).to.equal('.json')
|
||||||
|
expect(spyInput.click.calledOnce).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('readFile', () => {
|
||||||
|
sinon.spy(window, 'fetch')
|
||||||
|
|
||||||
|
fu.readFile('./foo.bar')
|
||||||
|
expect(window.fetch.calledOnceWith('./foo.bar')).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('readAsArrayBuffer resolves', async () => {
|
||||||
|
const blob = new Blob(['foo'])
|
||||||
|
const buffer = await fu.readAsArrayBuffer(blob)
|
||||||
|
|
||||||
|
const uint8Array = new Uint8Array(buffer)
|
||||||
|
const text = new TextDecoder().decode(uint8Array)
|
||||||
|
expect(text).to.equal('foo')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('readAsArrayBuffer rejects', async () => {
|
||||||
|
const r = new FileReader()
|
||||||
|
r.readAsArrayBuffer = () => {
|
||||||
|
r.dispatchEvent(new Event('error'))
|
||||||
|
}
|
||||||
|
sinon.stub(window, 'FileReader').returns(r)
|
||||||
|
|
||||||
|
const blob = new Blob(['foo'])
|
||||||
|
await expect(fu.readAsArrayBuffer(blob)).to.be.rejectedWith('Problem parsing input file.')
|
||||||
|
})
|
||||||
|
})
|
||||||
195
tests/hint.spec.js
Normal file
@@ -0,0 +1,195 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import sinon from 'sinon'
|
||||||
|
import { state } from '@/store'
|
||||||
|
import hint, { getHints } from '@/hint'
|
||||||
|
import CM from 'codemirror'
|
||||||
|
|
||||||
|
describe('hint.js', () => {
|
||||||
|
afterEach(() => {
|
||||||
|
sinon.restore()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Calculates table list for hint', () => {
|
||||||
|
// mock store state
|
||||||
|
const schema = [
|
||||||
|
{
|
||||||
|
name: 'foo',
|
||||||
|
columns: [
|
||||||
|
{ name: 'fooId', type: 'INTEGER' },
|
||||||
|
{ name: 'name', type: 'NVARCHAR(20)' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'bar',
|
||||||
|
columns: [
|
||||||
|
{ name: 'barId', type: 'INTEGER' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
sinon.stub(state, 'schema').value(schema)
|
||||||
|
|
||||||
|
// mock showHint and editor
|
||||||
|
sinon.stub(CM, 'showHint')
|
||||||
|
const editor = {
|
||||||
|
getTokenAt () {
|
||||||
|
return {
|
||||||
|
string: 'SELECT',
|
||||||
|
type: 'keyword'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
getCursor: sinon.stub()
|
||||||
|
}
|
||||||
|
|
||||||
|
const clock = sinon.useFakeTimers()
|
||||||
|
hint.show(editor)
|
||||||
|
clock.tick(500)
|
||||||
|
|
||||||
|
expect(CM.showHint.called).to.equal(true)
|
||||||
|
expect(CM.showHint.firstCall.args[2].tables).to.eql({
|
||||||
|
foo: ['fooId', 'name'],
|
||||||
|
bar: ['barId']
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
it("Doesn't show hint when in string or space, or ';'", () => {
|
||||||
|
// mock showHint and editor
|
||||||
|
sinon.stub(CM, 'showHint')
|
||||||
|
const editor = {
|
||||||
|
getTokenAt () {
|
||||||
|
return {
|
||||||
|
string: 'foo',
|
||||||
|
type: 'string'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
getCursor: sinon.stub()
|
||||||
|
}
|
||||||
|
|
||||||
|
const clock = sinon.useFakeTimers()
|
||||||
|
hint.show(editor)
|
||||||
|
clock.tick(500)
|
||||||
|
|
||||||
|
expect(CM.showHint.called).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("Doesn't show hint after space", () => {
|
||||||
|
// mock showHint and editor
|
||||||
|
sinon.stub(CM, 'showHint')
|
||||||
|
const editor = {
|
||||||
|
getTokenAt () {
|
||||||
|
return {
|
||||||
|
string: ' ',
|
||||||
|
type: null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
getCursor: sinon.stub()
|
||||||
|
}
|
||||||
|
|
||||||
|
const clock = sinon.useFakeTimers()
|
||||||
|
hint.show(editor)
|
||||||
|
clock.tick(500)
|
||||||
|
|
||||||
|
expect(CM.showHint.called).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("Doesn't show hint after ';'", () => {
|
||||||
|
// mock showHint and editor
|
||||||
|
sinon.stub(CM, 'showHint')
|
||||||
|
const editor = {
|
||||||
|
getTokenAt () {
|
||||||
|
return {
|
||||||
|
string: ';',
|
||||||
|
type: 'punctuation'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
getCursor: sinon.stub()
|
||||||
|
}
|
||||||
|
|
||||||
|
const clock = sinon.useFakeTimers()
|
||||||
|
hint.show(editor)
|
||||||
|
clock.tick(500)
|
||||||
|
|
||||||
|
expect(CM.showHint.called).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('getHints returns [ ] if there is only one option and the token is already completed with this option', () => {
|
||||||
|
// mock CM.hint.sql and editor
|
||||||
|
sinon.stub(CM.hint, 'sql').returns({ list: [{ text: 'SELECT' }] })
|
||||||
|
const editor = {
|
||||||
|
getTokenAt () {
|
||||||
|
return {
|
||||||
|
string: 'select',
|
||||||
|
type: 'keyword'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
getCursor: sinon.stub()
|
||||||
|
}
|
||||||
|
|
||||||
|
const hints = getHints(editor, {})
|
||||||
|
expect(hints.list).to.eql([])
|
||||||
|
})
|
||||||
|
|
||||||
|
it('getHints returns hints as is when there are more than one option', () => {
|
||||||
|
// mock CM.hint.sql and editor
|
||||||
|
const list = [
|
||||||
|
{ text: 'SELECT' },
|
||||||
|
{ text: 'ST' }
|
||||||
|
]
|
||||||
|
sinon.stub(CM.hint, 'sql').returns({ list })
|
||||||
|
const editor = {
|
||||||
|
getTokenAt () {
|
||||||
|
return {
|
||||||
|
string: 'se',
|
||||||
|
type: 'keyword'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
getCursor: sinon.stub()
|
||||||
|
}
|
||||||
|
|
||||||
|
const hints = getHints(editor, {})
|
||||||
|
expect(hints.list).to.eql(list)
|
||||||
|
|
||||||
|
sinon.restore()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('getHints returns hints as is when there only one option but the token is not cpmpleted', () => {
|
||||||
|
// mock CM.hint.sql and editor
|
||||||
|
const list = [{ text: 'SELECT' }]
|
||||||
|
sinon.stub(CM.hint, 'sql').returns({ list })
|
||||||
|
const editor = {
|
||||||
|
getTokenAt () {
|
||||||
|
return {
|
||||||
|
string: 'sele',
|
||||||
|
type: 'keyword'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
getCursor: sinon.stub()
|
||||||
|
}
|
||||||
|
|
||||||
|
const hints = getHints(editor, {})
|
||||||
|
expect(hints.list).to.eql(list)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('tables is empty object when schema is null', () => {
|
||||||
|
// mock store state
|
||||||
|
sinon.stub(state, 'schema').value(null)
|
||||||
|
|
||||||
|
// mock showHint and editor
|
||||||
|
sinon.stub(CM, 'showHint')
|
||||||
|
const editor = {
|
||||||
|
getTokenAt () {
|
||||||
|
return {
|
||||||
|
string: 'SELECT',
|
||||||
|
type: 'keyword'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
getCursor: sinon.stub()
|
||||||
|
}
|
||||||
|
|
||||||
|
const clock = sinon.useFakeTimers()
|
||||||
|
hint.show(editor)
|
||||||
|
clock.tick(500)
|
||||||
|
|
||||||
|
expect(CM.showHint.called).to.equal(true)
|
||||||
|
expect(CM.showHint.firstCall.args[2].tables).to.eql({})
|
||||||
|
})
|
||||||
|
})
|
||||||
108
tests/splitter.spec.js
Normal file
@@ -0,0 +1,108 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import sinon from 'sinon'
|
||||||
|
import splitter from '@/splitter'
|
||||||
|
|
||||||
|
describe('splitter.js', () => {
|
||||||
|
afterEach(() => {
|
||||||
|
sinon.restore()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('getCurrentMouseDrag', () => {
|
||||||
|
const container = document.createElement('div')
|
||||||
|
container.style.width = '100px'
|
||||||
|
container.style.height = '100px'
|
||||||
|
container.style.position = 'fixed'
|
||||||
|
container.style.top = '10px'
|
||||||
|
container.style.left = '20px'
|
||||||
|
|
||||||
|
document.body.appendChild(container)
|
||||||
|
|
||||||
|
const event = new MouseEvent('mousemove', {
|
||||||
|
clientX: 70,
|
||||||
|
clientY: 80
|
||||||
|
})
|
||||||
|
|
||||||
|
const mouseDrag = splitter.getCurrentMouseDrag(event, container)
|
||||||
|
expect(mouseDrag.x).to.equal(50)
|
||||||
|
expect(mouseDrag.y).to.equal(70)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('getCurrentDragPercentage - horisontal', () => {
|
||||||
|
sinon.stub(splitter, 'getCurrentMouseDrag').returns({ x: 50, y: 70 })
|
||||||
|
|
||||||
|
const event = {}
|
||||||
|
const isHorisontal = true
|
||||||
|
const container = document.createElement('div')
|
||||||
|
container.style.width = '200px'
|
||||||
|
container.style.height = '140px'
|
||||||
|
|
||||||
|
document.body.appendChild(container)
|
||||||
|
|
||||||
|
const dragPercentage = splitter.getCurrentDragPercentage(event, container, isHorisontal)
|
||||||
|
expect(dragPercentage).to.equal(50)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('getCurrentDragPercentage - vertical', () => {
|
||||||
|
sinon.stub(splitter, 'getCurrentMouseDrag').returns({ x: 50, y: 70 })
|
||||||
|
|
||||||
|
const event = {}
|
||||||
|
const isHorisontal = false
|
||||||
|
const container = document.createElement('div')
|
||||||
|
container.style.width = '200px'
|
||||||
|
container.style.height = '140px'
|
||||||
|
|
||||||
|
document.body.appendChild(container)
|
||||||
|
|
||||||
|
const dragPercentage = splitter.getCurrentDragPercentage(event, container, isHorisontal)
|
||||||
|
expect(dragPercentage).to.equal(25)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('calculateOffset', () => {
|
||||||
|
sinon.stub(splitter, 'getCurrentDragPercentage').returns(25)
|
||||||
|
|
||||||
|
const event = {}
|
||||||
|
const container = {}
|
||||||
|
|
||||||
|
const splitterInfo = {
|
||||||
|
container,
|
||||||
|
paneBeforeMax: 70,
|
||||||
|
paneAfterMax: 80,
|
||||||
|
isHorisontal: true
|
||||||
|
}
|
||||||
|
const offset = splitter.calculateOffset(event, splitterInfo)
|
||||||
|
|
||||||
|
expect(offset).to.equal(25)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('calculateOffset prevents dragging beyond paneBefore max', () => {
|
||||||
|
sinon.stub(splitter, 'getCurrentDragPercentage').returns(75)
|
||||||
|
|
||||||
|
const event = {}
|
||||||
|
const container = {}
|
||||||
|
const splitterInfo = {
|
||||||
|
container,
|
||||||
|
paneBeforeMax: 70,
|
||||||
|
paneAfterMax: 80,
|
||||||
|
isHorisontal: true
|
||||||
|
}
|
||||||
|
const offset = splitter.calculateOffset(event, splitterInfo)
|
||||||
|
|
||||||
|
expect(offset).to.equal(70)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('calculateOffset prevents dragging beyond paneAfter max', () => {
|
||||||
|
sinon.stub(splitter, 'getCurrentDragPercentage').returns(10)
|
||||||
|
|
||||||
|
const event = {}
|
||||||
|
const container = {}
|
||||||
|
const splitterInfo = {
|
||||||
|
container,
|
||||||
|
paneBeforeMax: 70,
|
||||||
|
paneAfterMax: 80,
|
||||||
|
isHorisontal: true
|
||||||
|
}
|
||||||
|
const offset = splitter.calculateOffset(event, splitterInfo)
|
||||||
|
|
||||||
|
expect(offset).to.equal(20)
|
||||||
|
})
|
||||||
|
})
|
||||||
171
tests/sql.spec.js
Normal file
@@ -0,0 +1,171 @@
|
|||||||
|
import chai from 'chai'
|
||||||
|
import sinon from 'sinon'
|
||||||
|
import chaiAsPromised from 'chai-as-promised'
|
||||||
|
import initSqlJs from 'sql.js'
|
||||||
|
import Sql from '@/sql'
|
||||||
|
chai.use(chaiAsPromised)
|
||||||
|
const expect = chai.expect
|
||||||
|
chai.should()
|
||||||
|
|
||||||
|
const getSQL = initSqlJs()
|
||||||
|
|
||||||
|
describe('sql.js', () => {
|
||||||
|
afterEach(() => {
|
||||||
|
sinon.restore()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('returns a query result', async () => {
|
||||||
|
const SQL = await getSQL
|
||||||
|
const tempDb = new SQL.Database()
|
||||||
|
tempDb.run(`
|
||||||
|
CREATE TABLE test (
|
||||||
|
id integer,
|
||||||
|
name varchar(100),
|
||||||
|
faculty varchar(100)
|
||||||
|
);
|
||||||
|
INSERT INTO test (id, name, faculty)
|
||||||
|
VALUES
|
||||||
|
( 1, 'Harry Potter', 'Griffindor'),
|
||||||
|
( 2, 'Draco Malfoy', 'Slytherin');
|
||||||
|
`)
|
||||||
|
|
||||||
|
const data = tempDb.export()
|
||||||
|
const sql = await Sql.build()
|
||||||
|
sql.open(data)
|
||||||
|
const result = sql.exec('SELECT * from test')
|
||||||
|
expect(result).to.have.lengthOf(1)
|
||||||
|
expect(result[0].columns).to.eql(['id', 'name', 'faculty'])
|
||||||
|
expect(result[0].values).to.have.lengthOf(2)
|
||||||
|
expect(result[0].values[0]).to.eql([1, 'Harry Potter', 'Griffindor'])
|
||||||
|
expect(result[0].values[1]).to.eql([2, 'Draco Malfoy', 'Slytherin'])
|
||||||
|
})
|
||||||
|
|
||||||
|
it('throws an error if query is empty', async () => {
|
||||||
|
const SQL = await getSQL
|
||||||
|
const tempDb = new SQL.Database()
|
||||||
|
tempDb.run(`
|
||||||
|
CREATE TABLE test (
|
||||||
|
id integer,
|
||||||
|
name varchar(100),
|
||||||
|
faculty varchar(100)
|
||||||
|
);
|
||||||
|
INSERT INTO test (id, name, faculty)
|
||||||
|
VALUES
|
||||||
|
( 1, 'Harry Potter', 'Griffindor'),
|
||||||
|
( 2, 'Draco Malfoy', 'Slytherin');
|
||||||
|
`)
|
||||||
|
|
||||||
|
const data = tempDb.export()
|
||||||
|
const sql = await Sql.build()
|
||||||
|
sql.open(data)
|
||||||
|
expect(() => { sql.exec() }).to.throw('exec: Missing query string')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('imports', async () => {
|
||||||
|
const data = {
|
||||||
|
columns: ['id', 'name'],
|
||||||
|
values: [
|
||||||
|
[1, 'Harry Potter'],
|
||||||
|
[2, 'Draco Malfoy'],
|
||||||
|
[3, 'Hermione Granger'],
|
||||||
|
[4, 'Ron Weasley']
|
||||||
|
]
|
||||||
|
}
|
||||||
|
const progressCallback = sinon.stub()
|
||||||
|
const progressCounterId = 1
|
||||||
|
const sql = await Sql.build()
|
||||||
|
sql.import(data.columns, data.values, progressCounterId, progressCallback, 2)
|
||||||
|
const result = sql.exec('SELECT * from csv_import')
|
||||||
|
expect(result).to.have.lengthOf(1)
|
||||||
|
expect(result[0].columns).to.eql(['id', 'name'])
|
||||||
|
expect(result[0].values).to.have.lengthOf(4)
|
||||||
|
expect(result[0].values[0]).to.eql([1, 'Harry Potter'])
|
||||||
|
expect(result[0].values[1]).to.eql([2, 'Draco Malfoy'])
|
||||||
|
expect(result[0].values[2]).to.eql([3, 'Hermione Granger'])
|
||||||
|
expect(result[0].values[3]).to.eql([4, 'Ron Weasley'])
|
||||||
|
|
||||||
|
expect(progressCallback.calledThrice).to.equal(true)
|
||||||
|
expect(progressCallback.getCall(0).args[0]).to.eql({ progress: 0, id: 1 })
|
||||||
|
expect(progressCallback.getCall(1).args[0]).to.eql({ progress: 50, id: 1 })
|
||||||
|
expect(progressCallback.getCall(2).args[0]).to.eql({ progress: 100, id: 1 })
|
||||||
|
})
|
||||||
|
|
||||||
|
it('exports', async () => {
|
||||||
|
const sql = await Sql.build()
|
||||||
|
sql.exec(`
|
||||||
|
CREATE TABLE test (
|
||||||
|
id integer,
|
||||||
|
name varchar(100),
|
||||||
|
faculty varchar(100)
|
||||||
|
);
|
||||||
|
INSERT INTO test (id, name, faculty)
|
||||||
|
VALUES
|
||||||
|
( 1, 'Harry Potter', 'Griffindor'),
|
||||||
|
( 2, 'Draco Malfoy', 'Slytherin');
|
||||||
|
`)
|
||||||
|
const data = sql.export()
|
||||||
|
const anotherSql = await Sql.build()
|
||||||
|
anotherSql.open(data)
|
||||||
|
const result = anotherSql.exec('SELECT * from test')
|
||||||
|
expect(result).to.have.lengthOf(1)
|
||||||
|
expect(result[0].columns).to.eql(['id', 'name', 'faculty'])
|
||||||
|
expect(result[0].values).to.have.lengthOf(2)
|
||||||
|
expect(result[0].values[0]).to.eql([1, 'Harry Potter', 'Griffindor'])
|
||||||
|
expect(result[0].values[1]).to.eql([2, 'Draco Malfoy', 'Slytherin'])
|
||||||
|
})
|
||||||
|
|
||||||
|
it('closes', async () => {
|
||||||
|
const sql = await Sql.build()
|
||||||
|
|
||||||
|
// nothing breaks if close empty db
|
||||||
|
sql.close()
|
||||||
|
|
||||||
|
sql.exec(`
|
||||||
|
CREATE TABLE test (
|
||||||
|
id integer,
|
||||||
|
name varchar(100)
|
||||||
|
);
|
||||||
|
INSERT INTO test (id, name)
|
||||||
|
VALUES
|
||||||
|
( 1, 'Harry Potter'),
|
||||||
|
( 2, 'Draco Malfoy');
|
||||||
|
`)
|
||||||
|
expect(sql.db.db).to.not.equal(null)
|
||||||
|
sql.close()
|
||||||
|
expect(sql.db.db).to.equal(null)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('overwrites', async () => {
|
||||||
|
const sql = await Sql.build()
|
||||||
|
sql.exec(`
|
||||||
|
CREATE TABLE test (
|
||||||
|
id integer,
|
||||||
|
name varchar(100)
|
||||||
|
);
|
||||||
|
INSERT INTO test (id, name)
|
||||||
|
VALUES
|
||||||
|
( 1, 'foo'),
|
||||||
|
( 2, 'bar');
|
||||||
|
`)
|
||||||
|
|
||||||
|
let result = sql.exec('SELECT * from test')
|
||||||
|
expect(result[0].values).to.have.lengthOf(2)
|
||||||
|
|
||||||
|
const data = {
|
||||||
|
columns: ['id', 'name'],
|
||||||
|
values: [
|
||||||
|
[1, 'Harry Potter'],
|
||||||
|
[2, 'Draco Malfoy'],
|
||||||
|
[3, 'Hermione Granger'],
|
||||||
|
[4, 'Ron Weasley']
|
||||||
|
]
|
||||||
|
}
|
||||||
|
// rewrite the database by import
|
||||||
|
sql.import(data.columns, data.values, 1, sinon.stub(), 2)
|
||||||
|
result = sql.exec('SELECT * from csv_import')
|
||||||
|
expect(result[0].values).to.have.lengthOf(4)
|
||||||
|
|
||||||
|
// test table oesn't exists anymore: the db was overwritten
|
||||||
|
expect(() => { sql.exec('SELECT * from test') }).to.throw('no such table: test')
|
||||||
|
})
|
||||||
|
})
|
||||||
441
tests/store.spec.js
Normal file
@@ -0,0 +1,441 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import sinon from 'sinon'
|
||||||
|
import { mutations, actions } from '@/store'
|
||||||
|
const {
|
||||||
|
saveSchema,
|
||||||
|
updateTab,
|
||||||
|
deleteTab,
|
||||||
|
setCurrentTabId,
|
||||||
|
setCurrentTab,
|
||||||
|
updatePredefinedQueries,
|
||||||
|
setDb
|
||||||
|
} = mutations
|
||||||
|
|
||||||
|
const { addTab } = actions
|
||||||
|
|
||||||
|
describe('mutations', () => {
|
||||||
|
it('setDb', () => {
|
||||||
|
const state = {
|
||||||
|
db: { shutDown: sinon.spy() }
|
||||||
|
}
|
||||||
|
|
||||||
|
const oldDb = state.db
|
||||||
|
const db = {}
|
||||||
|
setDb(state, db)
|
||||||
|
expect(state.db).to.equal(db)
|
||||||
|
expect(oldDb.shutDown.calledOnce).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('saveSchema', () => {
|
||||||
|
const state = {}
|
||||||
|
|
||||||
|
const schema = [
|
||||||
|
{
|
||||||
|
name: 'table1',
|
||||||
|
columns: [
|
||||||
|
{ name: 'id', type: 'INTEGER' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
saveSchema(state, {
|
||||||
|
dbName: 'test',
|
||||||
|
schema
|
||||||
|
})
|
||||||
|
expect(state.dbName).to.equal('test')
|
||||||
|
expect(state.schema).to.eql(schema)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('updateTab (save)', () => {
|
||||||
|
const tab = {
|
||||||
|
id: 1,
|
||||||
|
name: 'test',
|
||||||
|
tempName: null,
|
||||||
|
query: 'SELECT * from foo',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: true,
|
||||||
|
isPredefined: false
|
||||||
|
}
|
||||||
|
|
||||||
|
const newTab = {
|
||||||
|
index: 0,
|
||||||
|
id: 1,
|
||||||
|
name: 'new test',
|
||||||
|
query: 'SELECT * from bar',
|
||||||
|
isUnsaved: false
|
||||||
|
}
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
tabs: [tab]
|
||||||
|
}
|
||||||
|
|
||||||
|
updateTab(state, newTab)
|
||||||
|
expect(state.tabs[0].id).to.equal(1)
|
||||||
|
expect(state.tabs[0].name).to.equal('new test')
|
||||||
|
expect(state.tabs[0].tempName).to.equal(null)
|
||||||
|
expect(state.tabs[0].query).to.equal('SELECT * from bar')
|
||||||
|
expect(state.tabs[0].isUnsaved).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('updateTab (save predefined)', () => {
|
||||||
|
const tab = {
|
||||||
|
id: 1,
|
||||||
|
name: 'test',
|
||||||
|
tempName: null,
|
||||||
|
query: 'SELECT * from foo',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: true,
|
||||||
|
isPredefined: true
|
||||||
|
}
|
||||||
|
|
||||||
|
const newTab = {
|
||||||
|
index: 0,
|
||||||
|
id: 2,
|
||||||
|
name: 'new test',
|
||||||
|
query: 'SELECT * from bar',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: false
|
||||||
|
}
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
tabs: [tab],
|
||||||
|
currentTabId: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
updateTab(state, newTab)
|
||||||
|
expect(state.tabs).to.have.lengthOf(1)
|
||||||
|
expect(state.currentTabId).to.equal(2)
|
||||||
|
expect(state.tabs[0].id).to.equal(2)
|
||||||
|
expect(state.tabs[0].name).to.equal('new test')
|
||||||
|
expect(state.tabs[0].query).to.equal('SELECT * from bar')
|
||||||
|
expect(state.tabs[0].isUnsaved).to.equal(false)
|
||||||
|
expect(state.tabs[0].isPredefined).to.equal(undefined)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('updateTab (rename)', () => {
|
||||||
|
const tab = {
|
||||||
|
id: 1,
|
||||||
|
name: 'test',
|
||||||
|
tempName: null,
|
||||||
|
query: 'SELECT * from foo',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: true
|
||||||
|
}
|
||||||
|
|
||||||
|
const newTab = {
|
||||||
|
index: 0,
|
||||||
|
id: 1,
|
||||||
|
name: 'new test'
|
||||||
|
}
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
tabs: [tab]
|
||||||
|
}
|
||||||
|
|
||||||
|
updateTab(state, newTab)
|
||||||
|
expect(state.tabs).to.have.lengthOf(1)
|
||||||
|
expect(state.tabs[0].id).to.equal(1)
|
||||||
|
expect(state.tabs[0].name).to.equal('new test')
|
||||||
|
expect(state.tabs[0].query).to.equal('SELECT * from foo')
|
||||||
|
expect(state.tabs[0].isUnsaved).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('updateTab (changes detected)', () => {
|
||||||
|
const tab = {
|
||||||
|
id: 1,
|
||||||
|
name: 'test',
|
||||||
|
tempName: null,
|
||||||
|
query: 'SELECT * from foo',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: false,
|
||||||
|
isPredefined: true
|
||||||
|
}
|
||||||
|
|
||||||
|
const newTab = {
|
||||||
|
index: 0,
|
||||||
|
isUnsaved: true
|
||||||
|
}
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
tabs: [tab]
|
||||||
|
}
|
||||||
|
|
||||||
|
updateTab(state, newTab)
|
||||||
|
expect(state.tabs).to.have.lengthOf(1)
|
||||||
|
expect(state.tabs[0].id).to.equal(1)
|
||||||
|
expect(state.tabs[0].name).to.equal('test')
|
||||||
|
expect(state.tabs[0].query).to.equal('SELECT * from foo')
|
||||||
|
expect(state.tabs[0].isUnsaved).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('deleteTab (opened, first)', () => {
|
||||||
|
const tab1 = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
tempName: null,
|
||||||
|
query: 'SELECT * from foo',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: false
|
||||||
|
}
|
||||||
|
|
||||||
|
const tab2 = {
|
||||||
|
id: 2,
|
||||||
|
name: 'bar',
|
||||||
|
tempName: null,
|
||||||
|
query: 'SELECT * from bar',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: false
|
||||||
|
}
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
tabs: [tab1, tab2],
|
||||||
|
currentTabId: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
deleteTab(state, 0)
|
||||||
|
expect(state.tabs).to.have.lengthOf(1)
|
||||||
|
expect(state.tabs[0].id).to.equal(2)
|
||||||
|
expect(state.currentTabId).to.equal(2)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('deleteTab (opened, last)', () => {
|
||||||
|
const tab1 = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
tempName: null,
|
||||||
|
query: 'SELECT * from foo',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: false
|
||||||
|
}
|
||||||
|
|
||||||
|
const tab2 = {
|
||||||
|
id: 2,
|
||||||
|
name: 'bar',
|
||||||
|
tempName: null,
|
||||||
|
query: 'SELECT * from bar',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: false
|
||||||
|
}
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
tabs: [tab1, tab2],
|
||||||
|
currentTabId: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
deleteTab(state, 1)
|
||||||
|
expect(state.tabs).to.have.lengthOf(1)
|
||||||
|
expect(state.tabs[0].id).to.equal(1)
|
||||||
|
expect(state.currentTabId).to.equal(1)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('deleteTab (opened, in the middle)', () => {
|
||||||
|
const tab1 = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
tempName: null,
|
||||||
|
query: 'SELECT * from foo',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: false
|
||||||
|
}
|
||||||
|
|
||||||
|
const tab2 = {
|
||||||
|
id: 2,
|
||||||
|
name: 'bar',
|
||||||
|
tempName: null,
|
||||||
|
query: 'SELECT * from bar',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: false
|
||||||
|
}
|
||||||
|
|
||||||
|
const tab3 = {
|
||||||
|
id: 3,
|
||||||
|
name: 'foobar',
|
||||||
|
tempName: null,
|
||||||
|
query: 'SELECT * from foobar',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: false
|
||||||
|
}
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
tabs: [tab1, tab2, tab3],
|
||||||
|
currentTabId: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
deleteTab(state, 1)
|
||||||
|
expect(state.tabs).to.have.lengthOf(2)
|
||||||
|
expect(state.tabs[0].id).to.equal(1)
|
||||||
|
expect(state.tabs[1].id).to.equal(3)
|
||||||
|
expect(state.currentTabId).to.equal(3)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('deleteTab (opened, single)', () => {
|
||||||
|
const tab1 = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
tempName: null,
|
||||||
|
query: 'SELECT * from foo',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: false
|
||||||
|
}
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
tabs: [tab1],
|
||||||
|
currentTabId: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
deleteTab(state, 0)
|
||||||
|
expect(state.tabs).to.have.lengthOf(0)
|
||||||
|
expect(state.currentTabId).to.equal(null)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('deleteTab (not opened)', () => {
|
||||||
|
const tab1 = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
tempName: null,
|
||||||
|
query: 'SELECT * from foo',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: false
|
||||||
|
}
|
||||||
|
|
||||||
|
const tab2 = {
|
||||||
|
id: 2,
|
||||||
|
name: 'bar',
|
||||||
|
tempName: null,
|
||||||
|
query: 'SELECT * from bar',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: false
|
||||||
|
}
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
tabs: [tab1, tab2],
|
||||||
|
currentTabId: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
deleteTab(state, 1)
|
||||||
|
expect(state.tabs).to.have.lengthOf(1)
|
||||||
|
expect(state.tabs[0].id).to.equal(1)
|
||||||
|
expect(state.currentTabId).to.equal(1)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('setCurrentTabId', () => {
|
||||||
|
const state = {
|
||||||
|
currentTabId: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
setCurrentTabId(state, 2)
|
||||||
|
expect(state.currentTabId).to.equal(2)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('setCurrentTab', () => {
|
||||||
|
const state = {
|
||||||
|
currentTab: { id: 1 }
|
||||||
|
}
|
||||||
|
|
||||||
|
setCurrentTab(state, { id: 2 })
|
||||||
|
expect(state.currentTab).to.eql({ id: 2 })
|
||||||
|
})
|
||||||
|
|
||||||
|
it('updatePredefinedQueries (single)', () => {
|
||||||
|
const query = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
chart: {},
|
||||||
|
createdAt: '2020-11-07T20:57:04.492Z'
|
||||||
|
}
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
|
||||||
|
updatePredefinedQueries(state, query)
|
||||||
|
expect(state.predefinedQueries).to.eql([query])
|
||||||
|
})
|
||||||
|
|
||||||
|
it('updatePredefinedQueries (array)', () => {
|
||||||
|
const queries = [{
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
query: 'SELECT * FROM foo',
|
||||||
|
chart: {},
|
||||||
|
createdAt: '2020-11-07T20:57:04.492Z'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 2,
|
||||||
|
name: 'bar',
|
||||||
|
query: 'SELECT * FROM bar',
|
||||||
|
chart: {},
|
||||||
|
createdAt: '2020-11-07T20:57:04.492Z'
|
||||||
|
}]
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
|
||||||
|
updatePredefinedQueries(state, queries)
|
||||||
|
expect(state.predefinedQueries).to.eql(queries)
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
describe('actions', () => {
|
||||||
|
it('addTab adds new blank tab', async () => {
|
||||||
|
const state = {
|
||||||
|
tabs: [],
|
||||||
|
untitledLastIndex: 0
|
||||||
|
}
|
||||||
|
|
||||||
|
const id = await addTab({ state })
|
||||||
|
expect(state.tabs[0].id).to.eql(id)
|
||||||
|
expect(state.tabs[0].name).to.eql(null)
|
||||||
|
expect(state.tabs[0].tempName).to.eql('Untitled')
|
||||||
|
expect(state.tabs[0].isUnsaved).to.eql(true)
|
||||||
|
expect(state.untitledLastIndex).to.equal(1)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('addTab adds tab from saved queries', async () => {
|
||||||
|
const state = {
|
||||||
|
tabs: [],
|
||||||
|
untitledLastIndex: 0
|
||||||
|
}
|
||||||
|
const tab = {
|
||||||
|
id: 1,
|
||||||
|
name: 'test',
|
||||||
|
tempName: null,
|
||||||
|
query: 'SELECT * from foo',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: false
|
||||||
|
}
|
||||||
|
await addTab({ state }, tab)
|
||||||
|
expect(state.tabs[0]).to.eql(tab)
|
||||||
|
expect(state.untitledLastIndex).to.equal(0)
|
||||||
|
})
|
||||||
|
|
||||||
|
it("addTab doesn't add anything when the query is already opened", async () => {
|
||||||
|
const tab1 = {
|
||||||
|
id: 1,
|
||||||
|
name: 'test',
|
||||||
|
tempName: null,
|
||||||
|
query: 'SELECT * from foo',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: false
|
||||||
|
}
|
||||||
|
|
||||||
|
const tab2 = {
|
||||||
|
id: 2,
|
||||||
|
name: 'bar',
|
||||||
|
tempName: null,
|
||||||
|
query: 'SELECT * from bar',
|
||||||
|
chart: {},
|
||||||
|
isUnsaved: false
|
||||||
|
}
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
tabs: [tab1, tab2],
|
||||||
|
untitledLastIndex: 0
|
||||||
|
}
|
||||||
|
|
||||||
|
await addTab({ state }, tab1)
|
||||||
|
expect(state.tabs).to.have.lengthOf(2)
|
||||||
|
expect(state.untitledLastIndex).to.equal(0)
|
||||||
|
})
|
||||||
|
})
|
||||||
267
tests/storedQueries.spec.js
Normal file
@@ -0,0 +1,267 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import sinon from 'sinon'
|
||||||
|
import storedQueries from '@/storedQueries.js'
|
||||||
|
import fu from '@/file.utils'
|
||||||
|
|
||||||
|
describe('storedQueries.js', () => {
|
||||||
|
beforeEach(() => {
|
||||||
|
localStorage.removeItem('myQueries')
|
||||||
|
})
|
||||||
|
|
||||||
|
afterEach(() => {
|
||||||
|
sinon.restore()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('getStoredQueries returns emplty array when storage is empty', () => {
|
||||||
|
const queries = storedQueries.getStoredQueries()
|
||||||
|
expect(queries).to.eql([])
|
||||||
|
})
|
||||||
|
|
||||||
|
it('updateStorage and getStoredQueries', () => {
|
||||||
|
const data = [
|
||||||
|
{ id: 1 },
|
||||||
|
{ id: 2 }
|
||||||
|
]
|
||||||
|
storedQueries.updateStorage(data)
|
||||||
|
const queries = storedQueries.getStoredQueries()
|
||||||
|
expect(queries).to.eql(data)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('duplicateQuery', () => {
|
||||||
|
const now = new Date()
|
||||||
|
const nowPlusMinute = new Date(now.getTime() + 60 * 1000)
|
||||||
|
const base = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
query: 'SELECT * from foo',
|
||||||
|
chart: [],
|
||||||
|
createdAt: new Date(2021, 0, 1),
|
||||||
|
isPredefined: true
|
||||||
|
}
|
||||||
|
|
||||||
|
const copy = storedQueries.duplicateQuery(base)
|
||||||
|
expect(copy).to.have.property('id').which.not.equal(base.id)
|
||||||
|
expect(copy).to.have.property('name').which.equal(base.name + ' Copy')
|
||||||
|
expect(copy).to.have.property('query').which.equal(base.query)
|
||||||
|
expect(copy).to.have.property('chart').which.eql(base.chart)
|
||||||
|
expect(copy).to.have.property('createdAt').which.within(now, nowPlusMinute)
|
||||||
|
expect(copy).to.not.have.property('isPredefined')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('isTabNeedName returns false when the query has a name and is not predefined', () => {
|
||||||
|
const tab = {
|
||||||
|
initName: 'foo'
|
||||||
|
}
|
||||||
|
expect(storedQueries.isTabNeedName(tab)).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('isTabNeedName returns true when the query has no name and is not predefined', () => {
|
||||||
|
const tab = {
|
||||||
|
initName: null,
|
||||||
|
tempName: 'Untitled'
|
||||||
|
}
|
||||||
|
expect(storedQueries.isTabNeedName(tab)).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('isTabNeedName returns true when the qiery is predefined', () => {
|
||||||
|
const tab = {
|
||||||
|
initName: 'foo',
|
||||||
|
isPredefined: true
|
||||||
|
}
|
||||||
|
|
||||||
|
expect(storedQueries.isTabNeedName(tab)).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('serialiseQueries', () => {
|
||||||
|
const queryList = [
|
||||||
|
{
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
query: 'SELECT from foo',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-11-03T14:17:49.524Z',
|
||||||
|
isPredefined: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 2,
|
||||||
|
name: 'bar',
|
||||||
|
query: 'SELECT from bar',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-12-03T14:17:49.524Z'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
|
const str = storedQueries.serialiseQueries(queryList)
|
||||||
|
const parsedJson = JSON.parse(str)
|
||||||
|
|
||||||
|
expect(parsedJson).to.have.lengthOf(2)
|
||||||
|
expect(parsedJson[1]).to.eql(queryList[1])
|
||||||
|
expect(parsedJson[0].id).to.equal(queryList[0].id)
|
||||||
|
expect(parsedJson[0].name).to.equal(queryList[0].name)
|
||||||
|
expect(parsedJson[0].query).to.equal(queryList[0].query)
|
||||||
|
expect(parsedJson[0].chart).to.eql(queryList[0].chart)
|
||||||
|
expect(parsedJson[0].createdAt).to.eql(queryList[0].createdAt)
|
||||||
|
expect(parsedJson[0].chart).to.not.have.property('isPredefined')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('deserialiseQueries return array for one query', () => {
|
||||||
|
const str = `
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"name": "foo",
|
||||||
|
"query": "select * from foo",
|
||||||
|
"chart": [],
|
||||||
|
"createdAt": "2020-11-03T14:17:49.524Z"
|
||||||
|
}
|
||||||
|
`
|
||||||
|
const query = storedQueries.deserialiseQueries(str)
|
||||||
|
expect(query).to.eql([JSON.parse(str)])
|
||||||
|
})
|
||||||
|
|
||||||
|
it('deserialiseQueries generates new id to avoid duplication', () => {
|
||||||
|
storedQueries.updateStorage([{ id: 1 }])
|
||||||
|
const str = `[
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"name": "foo",
|
||||||
|
"query": "select * from foo",
|
||||||
|
"chart": [],
|
||||||
|
"createdAt": "2020-11-03T14:17:49.524Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"name": "bar",
|
||||||
|
"query": "select * from bar",
|
||||||
|
"chart": [],
|
||||||
|
"createdAt": "2020-11-04T14:17:49.524Z"
|
||||||
|
}
|
||||||
|
]`
|
||||||
|
|
||||||
|
const queries = storedQueries.deserialiseQueries(str)
|
||||||
|
const parsedStr = JSON.parse(str)
|
||||||
|
expect(queries[1]).to.eql(parsedStr[1])
|
||||||
|
expect(queries[0].id).to.not.equal(parsedStr[0].id)
|
||||||
|
expect(queries[0]).to.have.property('id')
|
||||||
|
expect(queries[0].id).to.not.equal(parsedStr[0].id)
|
||||||
|
expect(queries[0].name).to.equal(parsedStr[0].name)
|
||||||
|
expect(queries[0].query).to.equal(parsedStr[0].query)
|
||||||
|
expect(queries[0].chart).to.eql(parsedStr[0].chart)
|
||||||
|
expect(queries[0].createdAt).to.equal(parsedStr[0].createdAt)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('importQueries', async () => {
|
||||||
|
const str = `
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"name": "foo",
|
||||||
|
"query": "select * from foo",
|
||||||
|
"chart": [],
|
||||||
|
"createdAt": "2020-11-03T14:17:49.524Z"
|
||||||
|
}
|
||||||
|
`
|
||||||
|
sinon.stub(fu, 'importFile').returns(Promise.resolve(str))
|
||||||
|
const queries = await storedQueries.importQueries()
|
||||||
|
|
||||||
|
expect(queries).to.eql([JSON.parse(str)])
|
||||||
|
})
|
||||||
|
|
||||||
|
it('readPredefinedQueries', async () => {
|
||||||
|
const str = `
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"name": "foo",
|
||||||
|
"query": "select * from foo",
|
||||||
|
"chart": [],
|
||||||
|
"createdAt": "2020-11-03T14:17:49.524Z"
|
||||||
|
}
|
||||||
|
`
|
||||||
|
sinon.stub(fu, 'readFile').returns(Promise.resolve(new Response(str)))
|
||||||
|
const queries = await storedQueries.readPredefinedQueries()
|
||||||
|
expect(fu.readFile.calledOnceWith('./queries.json')).to.equal(true)
|
||||||
|
expect(queries).to.eql(JSON.parse(str))
|
||||||
|
})
|
||||||
|
|
||||||
|
it('save adds new query in the storage', () => {
|
||||||
|
const now = new Date()
|
||||||
|
const nowPlusMinute = new Date(now.getTime() + 60 * 1000)
|
||||||
|
const tab = {
|
||||||
|
id: 1,
|
||||||
|
query: 'select * from foo',
|
||||||
|
chart: [],
|
||||||
|
initName: null,
|
||||||
|
$refs: {
|
||||||
|
chart: {
|
||||||
|
getChartStateForSave () {
|
||||||
|
return ['chart']
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
const value = storedQueries.save(tab, 'foo')
|
||||||
|
expect(value.id).to.equal(tab.id)
|
||||||
|
expect(value.name).to.equal('foo')
|
||||||
|
expect(value.query).to.equal(tab.query)
|
||||||
|
expect(value.chart).to.eql(['chart'])
|
||||||
|
expect(value).to.have.property('createdAt').which.within(now, nowPlusMinute)
|
||||||
|
const queries = storedQueries.getStoredQueries()
|
||||||
|
expect(JSON.stringify(queries)).to.equal(JSON.stringify([value]))
|
||||||
|
})
|
||||||
|
|
||||||
|
it('save updates existing query in the storage', () => {
|
||||||
|
const tab = {
|
||||||
|
id: 1,
|
||||||
|
query: 'select * from foo',
|
||||||
|
chart: [],
|
||||||
|
initName: null,
|
||||||
|
$refs: {
|
||||||
|
chart: {
|
||||||
|
getChartStateForSave () {
|
||||||
|
return ['chart']
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const first = storedQueries.save(tab, 'foo')
|
||||||
|
|
||||||
|
tab.initName = 'foo'
|
||||||
|
tab.query = 'select * from foo'
|
||||||
|
storedQueries.save(tab)
|
||||||
|
const queries = storedQueries.getStoredQueries()
|
||||||
|
const second = queries[0]
|
||||||
|
expect(queries).has.lengthOf(1)
|
||||||
|
expect(second.id).to.equal(first.id)
|
||||||
|
expect(second.name).to.equal(first.name)
|
||||||
|
expect(second.query).to.equal(tab.query)
|
||||||
|
expect(second.chart).to.eql(['chart'])
|
||||||
|
expect(new Date(second.createdAt).getTime()).to.equal(first.createdAt.getTime())
|
||||||
|
})
|
||||||
|
|
||||||
|
it("save adds a new query with new id if it's based on predefined query", () => {
|
||||||
|
const now = new Date()
|
||||||
|
const nowPlusMinute = new Date(now.getTime() + 60 * 1000)
|
||||||
|
const tab = {
|
||||||
|
id: 1,
|
||||||
|
query: 'select * from foo',
|
||||||
|
chart: [],
|
||||||
|
initName: 'foo predefined',
|
||||||
|
$refs: {
|
||||||
|
chart: {
|
||||||
|
getChartStateForSave () {
|
||||||
|
return ['chart']
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
isPredefined: true
|
||||||
|
}
|
||||||
|
storedQueries.save(tab, 'foo')
|
||||||
|
|
||||||
|
const queries = storedQueries.getStoredQueries()
|
||||||
|
expect(queries).has.lengthOf(1)
|
||||||
|
expect(queries[0]).to.have.property('id').which.not.equal(tab.id)
|
||||||
|
expect(queries[0].name).to.equal('foo')
|
||||||
|
expect(queries[0].query).to.equal(tab.query)
|
||||||
|
expect(queries[0].chart).to.eql(['chart'])
|
||||||
|
expect(new Date(queries[0].createdAt)).to.be.within(now, nowPlusMinute)
|
||||||
|
})
|
||||||
|
})
|
||||||
30
tests/time.spec.js
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import time from '@/time'
|
||||||
|
|
||||||
|
describe('time.js', () => {
|
||||||
|
it('getPeriod', () => {
|
||||||
|
// 1.01.2021 13:00:00 000
|
||||||
|
let start = new Date(2021, 0, 1, 13, 0, 0, 0)
|
||||||
|
|
||||||
|
// 3.01.2021 22:15:20 500
|
||||||
|
let end = new Date(2021, 0, 3, 22, 15, 20, 500)
|
||||||
|
|
||||||
|
expect(time.getPeriod(start, end)).to.equal('2 d 9 h 15 m 20 s 500 ms')
|
||||||
|
|
||||||
|
// 1.01.2021 13:00:00 000
|
||||||
|
start = new Date(2021, 0, 1, 13, 0, 0, 0)
|
||||||
|
|
||||||
|
// 1.01.2021 22:00:20 000
|
||||||
|
end = new Date(2021, 0, 1, 22, 0, 20, 0)
|
||||||
|
|
||||||
|
expect(time.getPeriod(start, end)).to.equal('9 h 20 s')
|
||||||
|
|
||||||
|
// 1.01.2021 13:00:00 000
|
||||||
|
start = new Date(2021, 0, 1, 13, 0, 0, 0)
|
||||||
|
|
||||||
|
// 1.01.2021 13:00:00 45
|
||||||
|
end = new Date(2021, 0, 1, 13, 0, 0, 45)
|
||||||
|
|
||||||
|
expect(time.getPeriod(start, end)).to.equal('45 ms')
|
||||||
|
})
|
||||||
|
})
|
||||||
46
tests/tooltips.spec.js
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import { mount } from '@vue/test-utils'
|
||||||
|
import tooltipMixin from '@/mixins/tooltips.js'
|
||||||
|
|
||||||
|
describe('tooltips.js', () => {
|
||||||
|
it('tooltip is hidden in initial', () => {
|
||||||
|
const component = {
|
||||||
|
template: '<div :style="tooltipStyle"></div>',
|
||||||
|
mixins: [tooltipMixin]
|
||||||
|
}
|
||||||
|
const wrapper = mount(component)
|
||||||
|
expect(wrapper.find('div').isVisible()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('tooltipStyle is correct when showTooltip', async () => {
|
||||||
|
const component = {
|
||||||
|
template: '<div :style="tooltipStyle"></div>',
|
||||||
|
mixins: [tooltipMixin]
|
||||||
|
}
|
||||||
|
const wrapper = mount(component)
|
||||||
|
await wrapper.vm.showTooltip(new MouseEvent('mouseover', {
|
||||||
|
clientX: 10,
|
||||||
|
clientY: 20
|
||||||
|
}))
|
||||||
|
expect(wrapper.vm.tooltipStyle).to.eql({
|
||||||
|
visibility: 'visible',
|
||||||
|
top: '8px',
|
||||||
|
left: '22px'
|
||||||
|
})
|
||||||
|
expect(wrapper.find('div').isVisible()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('tooltip is not visible after hideTooltip', async () => {
|
||||||
|
const component = {
|
||||||
|
template: '<div :style="tooltipStyle"></div>',
|
||||||
|
mixins: [tooltipMixin]
|
||||||
|
}
|
||||||
|
const wrapper = mount(component)
|
||||||
|
await wrapper.vm.showTooltip(new MouseEvent('mouseover', {
|
||||||
|
clientX: 10,
|
||||||
|
clientY: 20
|
||||||
|
}))
|
||||||
|
await wrapper.vm.hideTooltip()
|
||||||
|
expect(wrapper.find('div').isVisible()).to.equal(false)
|
||||||
|
})
|
||||||
|
})
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
/* import { expect } from 'chai'
|
|
||||||
import { shallowMount } from '@vue/test-utils'
|
|
||||||
import HelloWorld from '@/components/HelloWorld.vue'
|
|
||||||
|
|
||||||
describe('HelloWorld.vue', () => {
|
|
||||||
it('renders props.msg when passed', () => {
|
|
||||||
const msg = 'new message'
|
|
||||||
const wrapper = shallowMount(HelloWorld, {
|
|
||||||
propsData: { msg }
|
|
||||||
})
|
|
||||||
expect(wrapper.text()).to.include(msg)
|
|
||||||
})
|
|
||||||
})
|
|
||||||
*/
|
|
||||||
import { expect } from 'chai'
|
|
||||||
import initSqlJs from 'sql.js'
|
|
||||||
import db from '@/dataBase.js'
|
|
||||||
|
|
||||||
describe('dataBase.js', () => {
|
|
||||||
it('creates schema', () => {
|
|
||||||
const config = {
|
|
||||||
locateFile: filename => `js/sql-wasm.wasm`
|
|
||||||
}
|
|
||||||
return initSqlJs(config)
|
|
||||||
.then(SQL => {
|
|
||||||
const dataBase = new SQL.Database()
|
|
||||||
dataBase.run('CREATE TABLE test (col1, col2);')
|
|
||||||
|
|
||||||
const data = dataBase.export()
|
|
||||||
const buffer = new Blob([data])
|
|
||||||
return db.loadDb(buffer)
|
|
||||||
})
|
|
||||||
.then(schema => {
|
|
||||||
expect(schema.length).to.equal(1)
|
|
||||||
expect(schema[0][0]).to.equal('test')
|
|
||||||
expect(schema[0][1]).to.equal('CREATE TABLE test (col1, col2)')
|
|
||||||
})
|
|
||||||
})
|
|
||||||
})
|
|
||||||
913
tests/views/MyQueries.spec.js
Normal file
@@ -0,0 +1,913 @@
|
|||||||
|
import { expect } from 'chai'
|
||||||
|
import sinon from 'sinon'
|
||||||
|
import { mount, shallowMount } from '@vue/test-utils'
|
||||||
|
import Vuex from 'vuex'
|
||||||
|
import MyQueries from '@/views/MyQueries.vue'
|
||||||
|
import storedQueries from '@/storedQueries'
|
||||||
|
import { mutations } from '@/store'
|
||||||
|
import fu from '@/file.utils'
|
||||||
|
|
||||||
|
describe('MyQueries.vue', () => {
|
||||||
|
afterEach(() => {
|
||||||
|
sinon.restore()
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Shows start-guide message if there are no saved and predefined queries', () => {
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([])
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([])
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const mutations = {
|
||||||
|
updatePredefinedQueries: sinon.stub()
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
const wrapper = shallowMount(MyQueries, { store })
|
||||||
|
|
||||||
|
expect(wrapper.find('#start-guide').exists()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Renders the list on saved or predefined queries', async () => {
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([
|
||||||
|
{ id: 0, name: 'hello_world', query: '', chart: [], createdAt: '2020-03-08T19:57:56.299Z' }
|
||||||
|
])
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([
|
||||||
|
{ id: 1, name: 'foo', query: '', chart: [], createdAt: '2020-11-03T19:57:56.299Z' },
|
||||||
|
{ id: 2, name: 'bar', query: '', chart: [], createdAt: '2020-12-04T18:53:56.299Z' }
|
||||||
|
])
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
const wrapper = shallowMount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
expect(wrapper.find('#start-guide').exists()).to.equal(false)
|
||||||
|
expect(wrapper.find('#toolbar-btns-import').isVisible()).to.equal(true)
|
||||||
|
expect(wrapper.find('#toolbar-btns-export').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.find('#toolbar-btns-delete').isVisible()).to.equal(false)
|
||||||
|
|
||||||
|
const rows = wrapper.findAll('tbody tr')
|
||||||
|
expect(rows).to.have.lengthOf(3)
|
||||||
|
expect(rows.at(0).findAll('td').at(0).text()).to.contains('hello_world')
|
||||||
|
expect(rows.at(0).findAll('td').at(1).text()).to.equals('8 March 2020 20:57')
|
||||||
|
expect(rows.at(1).findAll('td').at(0).text()).to.equals('foo')
|
||||||
|
expect(rows.at(1).findAll('td').at(1).text()).to.equals('3 November 2020 20:57')
|
||||||
|
expect(rows.at(2).findAll('td').at(0).text()).to.equals('bar')
|
||||||
|
expect(rows.at(2).findAll('td').at(1).text()).to.equals('4 December 2020 19:53')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Filters the list of queries', async () => {
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([
|
||||||
|
{ id: 0, name: 'hello_world', query: '', chart: [], createdAt: '2020-03-08T19:57:56.299Z' }
|
||||||
|
])
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([
|
||||||
|
{ id: 1, name: 'foo', query: '', chart: [], createdAt: '2020-11-03T19:57:56.299Z' },
|
||||||
|
{ id: 2, name: 'bar', query: '', chart: [], createdAt: '2020-12-04T18:53:56.299Z' }
|
||||||
|
])
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
const wrapper = mount(MyQueries, { store })
|
||||||
|
await wrapper.find('#toolbar-search input').setValue('OO')
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
const rows = wrapper.findAll('tbody tr')
|
||||||
|
expect(rows).to.have.lengthOf(1)
|
||||||
|
expect(rows.at(0).findAll('td').at(0).text()).to.equals('foo')
|
||||||
|
expect(rows.at(0).findAll('td').at(1).text()).to.contains('3 November 2020 20:57')
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Predefined query has a badge', async () => {
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([
|
||||||
|
{ id: 0, name: 'hello_world', query: '', chart: [], createdAt: '2020-03-08T19:57:56.299Z' }
|
||||||
|
])
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([
|
||||||
|
{ id: 1, name: 'foo', query: '', chart: [], createdAt: '2020-11-03T19:57:56.299Z' }
|
||||||
|
])
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
const wrapper = shallowMount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
const rows = wrapper.findAll('tbody tr')
|
||||||
|
expect(rows.at(0).find('td .badge').exists()).to.equals(true)
|
||||||
|
expect(rows.at(1).find('td .badge').exists()).to.equals(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Exports one query', async () => {
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([])
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([
|
||||||
|
{ id: 1, name: 'foo', query: '', chart: [], createdAt: '2020-11-03T19:57:56.299Z' }
|
||||||
|
])
|
||||||
|
sinon.stub(storedQueries, 'serialiseQueries').returns('I am a serialized query')
|
||||||
|
sinon.stub(fu, 'exportToFile')
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
const wrapper = mount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
await wrapper.findComponent({ name: 'ExportIcon' }).find('svg').trigger('click')
|
||||||
|
expect(fu.exportToFile.calledOnceWith('I am a serialized query', 'foo.json')).to.equals(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Duplicates a query', async () => {
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([])
|
||||||
|
const queryInStorage = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-11-03T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([queryInStorage])
|
||||||
|
sinon.stub(storedQueries, 'updateStorage')
|
||||||
|
const newQuery = {
|
||||||
|
id: 2,
|
||||||
|
name: 'foo copy',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-12-03T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'duplicateQuery').returns(newQuery)
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
const wrapper = mount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
await wrapper.findComponent({ name: 'CopyIcon' }).find('svg').trigger('click')
|
||||||
|
|
||||||
|
expect(storedQueries.duplicateQuery.calledOnceWith(queryInStorage)).to.equals(true)
|
||||||
|
|
||||||
|
const rows = wrapper.findAll('tbody tr')
|
||||||
|
expect(rows).to.have.lengthOf(2)
|
||||||
|
expect(rows.at(1).findAll('td').at(0).text()).to.equals('foo copy')
|
||||||
|
expect(rows.at(1).findAll('td').at(1).text()).to.contains('3 December 2020 20:57')
|
||||||
|
expect(storedQueries.updateStorage.calledOnceWith(sinon.match([queryInStorage, newQuery])))
|
||||||
|
.to.equals(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Makes the copy of the query selected if all queries were selected before duplication',
|
||||||
|
async () => {
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([])
|
||||||
|
const queryInStorage = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-11-03T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([queryInStorage])
|
||||||
|
sinon.stub(storedQueries, 'updateStorage')
|
||||||
|
const newQuery = {
|
||||||
|
id: 2,
|
||||||
|
name: 'foo copy',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-12-03T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'duplicateQuery').returns(newQuery)
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
const wrapper = mount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
await wrapper.findComponent({ ref: 'mainCheckBox' }).find('.checkbox-container').trigger('click')
|
||||||
|
await wrapper.findComponent({ name: 'CopyIcon' }).find('svg').trigger('click')
|
||||||
|
|
||||||
|
const checkboxes = wrapper.findAllComponents({ ref: 'rowCheckBox' })
|
||||||
|
expect(checkboxes.at(0).vm.checked).to.equals(true)
|
||||||
|
expect(checkboxes.at(1).vm.checked).to.equals(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Opens a query', async () => {
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([])
|
||||||
|
const queryInStorage = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-11-03T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([queryInStorage])
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const actions = { addTab: sinon.stub().resolves(1) }
|
||||||
|
sinon.spy(mutations, 'setCurrentTabId')
|
||||||
|
const $router = { push: sinon.stub() }
|
||||||
|
const store = new Vuex.Store({ state, mutations, actions })
|
||||||
|
|
||||||
|
const wrapper = shallowMount(MyQueries, {
|
||||||
|
store,
|
||||||
|
mocks: { $router }
|
||||||
|
})
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
await wrapper.find('tbody tr').trigger('click')
|
||||||
|
|
||||||
|
expect(actions.addTab.calledOnce).to.equals(true)
|
||||||
|
expect(actions.addTab.getCall(0).args[1]).to.equals(queryInStorage)
|
||||||
|
await actions.addTab.returnValues[0]
|
||||||
|
expect(mutations.setCurrentTabId.calledOnceWith(state, 1)).to.equals(true)
|
||||||
|
expect($router.push.calledOnceWith('/editor')).to.equals(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Rename is not available for predefined queries', async () => {
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([
|
||||||
|
{ id: 0, name: 'hello_world', query: '', chart: [], createdAt: '2020-03-08T19:57:56.299Z' }
|
||||||
|
])
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([])
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
const wrapper = mount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
expect(wrapper.findComponent({ name: 'RenameIcon' }).exists()).to.equals(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Renames a query', async () => {
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([])
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([
|
||||||
|
{ id: 1, name: 'foo', query: '', chart: [], createdAt: '2020-11-03T19:57:56.299Z' }
|
||||||
|
])
|
||||||
|
sinon.stub(storedQueries, 'updateStorage')
|
||||||
|
const state = {
|
||||||
|
tabs: [{ id: 1, name: 'foo' }],
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
const wrapper = mount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
// click Rename icon in the grid
|
||||||
|
await wrapper.findComponent({ name: 'RenameIcon' }).find('svg').trigger('click')
|
||||||
|
|
||||||
|
// check that rename dialog is open
|
||||||
|
expect(wrapper.find('[data-modal="rename"]').exists()).to.equal(true)
|
||||||
|
|
||||||
|
// check that input is filled by the current query name
|
||||||
|
expect(wrapper.find('.dialog-body input').element.value).to.equals('foo')
|
||||||
|
|
||||||
|
// change the name
|
||||||
|
await wrapper.find('.dialog-body input').setValue('bar')
|
||||||
|
|
||||||
|
// find Rename in the dialog and click
|
||||||
|
await wrapper
|
||||||
|
.findAll('.dialog-buttons-container button').wrappers
|
||||||
|
.find(button => button.text() === 'Rename')
|
||||||
|
.trigger('click')
|
||||||
|
|
||||||
|
// check that the name in the grid is changed
|
||||||
|
expect(wrapper.find('tbody tr td').text()).to.equals('bar')
|
||||||
|
|
||||||
|
// check that storage is updated
|
||||||
|
expect(storedQueries.updateStorage.calledOnceWith(sinon.match([{
|
||||||
|
id: 1,
|
||||||
|
name: 'bar',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-11-03T19:57:56.299Z'
|
||||||
|
}]))).to.equals(true)
|
||||||
|
|
||||||
|
// check that coresponding tab also changed the name
|
||||||
|
expect(state.tabs[0].name).to.equals('bar')
|
||||||
|
|
||||||
|
// check that rename dialog is closed
|
||||||
|
expect(wrapper.find('[data-modal="rename"]').exists()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Shows an error if try to rename to empty string', async () => {
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([])
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([
|
||||||
|
{ id: 1, name: 'foo', query: '', chart: [], createdAt: '2020-11-03T19:57:56.299Z' }
|
||||||
|
])
|
||||||
|
sinon.stub(storedQueries, 'updateStorage')
|
||||||
|
const state = {
|
||||||
|
tabs: [{ id: 1, name: 'foo' }],
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
const wrapper = mount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
// click Rename icon in the grid
|
||||||
|
await wrapper.findComponent({ name: 'RenameIcon' }).find('svg').trigger('click')
|
||||||
|
|
||||||
|
// change the name
|
||||||
|
await wrapper.find('.dialog-body input').setValue('')
|
||||||
|
|
||||||
|
// find Rename in the dialog and click
|
||||||
|
await wrapper
|
||||||
|
.findAll('.dialog-buttons-container button').wrappers
|
||||||
|
.find(button => button.text() === 'Rename')
|
||||||
|
.trigger('click')
|
||||||
|
|
||||||
|
expect(wrapper.find('.dialog-body .text-field-error').text())
|
||||||
|
.to.equals("Query name can't be empty")
|
||||||
|
// check that rename dialog is still open
|
||||||
|
expect(wrapper.find('[data-modal="rename"]').exists()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Imports queries', async () => {
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([])
|
||||||
|
const queryInStorage = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-11-03T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([queryInStorage])
|
||||||
|
sinon.stub(storedQueries, 'updateStorage')
|
||||||
|
const importedQuery = {
|
||||||
|
id: 2,
|
||||||
|
name: 'bar',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-12-03T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'importQueries').resolves([importedQuery])
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
const wrapper = shallowMount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
// click Import
|
||||||
|
await wrapper.find('#toolbar-btns-import').trigger('click')
|
||||||
|
|
||||||
|
const rows = wrapper.findAll('tbody tr')
|
||||||
|
expect(rows).to.have.lengthOf(2)
|
||||||
|
expect(rows.at(1).findAll('td').at(0).text()).to.equals('bar')
|
||||||
|
expect(rows.at(1).findAll('td').at(1).text()).to.equals('3 December 2020 20:57')
|
||||||
|
expect(storedQueries.updateStorage.calledOnceWith(
|
||||||
|
sinon.match([queryInStorage, importedQuery])
|
||||||
|
)).to.equals(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Imported queries are selected if master check box is checked', async () => {
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([])
|
||||||
|
const queryInStorage = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-11-03T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([queryInStorage])
|
||||||
|
sinon.stub(storedQueries, 'updateStorage')
|
||||||
|
const importedQuery = {
|
||||||
|
id: 2,
|
||||||
|
name: 'bar',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-12-03T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'importQueries').resolves([importedQuery])
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
const wrapper = mount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
// click on master checkbox
|
||||||
|
await wrapper.findComponent({ ref: 'mainCheckBox' }).find('.checkbox-container').trigger('click')
|
||||||
|
|
||||||
|
// click Import
|
||||||
|
await wrapper.find('#toolbar-btns-import').trigger('click')
|
||||||
|
|
||||||
|
const checkboxes = wrapper.findAllComponents({ ref: 'rowCheckBox' })
|
||||||
|
expect(checkboxes.at(0).vm.checked).to.equals(true)
|
||||||
|
expect(checkboxes.at(1).vm.checked).to.equals(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Deletion is not available for predefined queries', async () => {
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([
|
||||||
|
{ id: 0, name: 'hello_world', query: '', chart: [], createdAt: '2020-03-08T19:57:56.299Z' }
|
||||||
|
])
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([])
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
const wrapper = mount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
expect(wrapper.findComponent({ name: 'DeleteIcon' }).exists()).to.equals(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Delete a query', async () => {
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([])
|
||||||
|
const foo = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-11-03T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
const bar = {
|
||||||
|
id: 2,
|
||||||
|
name: 'bar',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-11-03T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([foo, bar])
|
||||||
|
sinon.stub(storedQueries, 'updateStorage')
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
tabs: [{ id: 1 }, { id: 2 }],
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
const wrapper = mount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
// click Delete icon in the first row of the grid
|
||||||
|
await wrapper.findComponent({ name: 'DeleteIcon' }).find('svg').trigger('click')
|
||||||
|
|
||||||
|
// check that delete dialog is open
|
||||||
|
expect(wrapper.find('[data-modal="delete"]').exists()).to.equal(true)
|
||||||
|
|
||||||
|
// check the message in the dialog
|
||||||
|
expect(wrapper.find('.dialog-body').text()).to.contains('"foo"?')
|
||||||
|
|
||||||
|
// find Delete in the dialog and click
|
||||||
|
await wrapper
|
||||||
|
.findAll('.dialog-buttons-container button').wrappers
|
||||||
|
.find(button => button.text() === 'Delete')
|
||||||
|
.trigger('click')
|
||||||
|
|
||||||
|
// check the rows in the grid
|
||||||
|
expect(wrapper.findAll('tbody tr')).to.have.lengthOf(1)
|
||||||
|
expect(wrapper.findAll('tbody tr').at(0).find('td').text()).to.equals('bar')
|
||||||
|
|
||||||
|
// check that deleted query was also deleted from tabs
|
||||||
|
expect(state.tabs).to.have.lengthOf(1)
|
||||||
|
expect(state.tabs[0].id).to.equals(2)
|
||||||
|
|
||||||
|
// check that storage is updated
|
||||||
|
expect(storedQueries.updateStorage.calledOnceWith(sinon.match([bar]))).to.equals(true)
|
||||||
|
|
||||||
|
// check that delete dialog is closed
|
||||||
|
expect(wrapper.find('[data-modal="delete"]').exists()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Group operations are available when there are checked rows', async () => {
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([
|
||||||
|
{ id: 0, name: 'hello_world', query: '', chart: [], createdAt: '2020-03-08T19:57:56.299Z' }
|
||||||
|
])
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([
|
||||||
|
{ id: 1, name: 'foo', query: '', chart: [], createdAt: '2020-11-03T19:57:56.299Z' }
|
||||||
|
])
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
const wrapper = mount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
expect(wrapper.find('#toolbar-btns-export').isVisible()).to.equal(false)
|
||||||
|
expect(wrapper.find('#toolbar-btns-delete').isVisible()).to.equal(false)
|
||||||
|
|
||||||
|
const rows = wrapper.findAll('tbody tr')
|
||||||
|
|
||||||
|
// Select a predefined query
|
||||||
|
await rows.at(0).find('.checkbox-container').trigger('click')
|
||||||
|
expect(wrapper.find('#toolbar-btns-export').isVisible()).to.equal(true)
|
||||||
|
expect(wrapper.find('#toolbar-btns-delete').isVisible()).to.equal(false)
|
||||||
|
|
||||||
|
// Select also not predefined query
|
||||||
|
await rows.at(1).find('.checkbox-container').trigger('click')
|
||||||
|
expect(wrapper.find('#toolbar-btns-export').isVisible()).to.equal(true)
|
||||||
|
expect(wrapper.find('#toolbar-btns-delete').isVisible()).to.equal(true)
|
||||||
|
|
||||||
|
// Uncheck a predefined query
|
||||||
|
await rows.at(0).find('.checkbox-container').trigger('click')
|
||||||
|
expect(wrapper.find('#toolbar-btns-export').isVisible()).to.equal(true)
|
||||||
|
expect(wrapper.find('#toolbar-btns-delete').isVisible()).to.equal(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Exports a group of queries', async () => {
|
||||||
|
const predefinedQuery = {
|
||||||
|
id: 0,
|
||||||
|
name: 'hello_world',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-03-08T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([predefinedQuery])
|
||||||
|
const queryInStore = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-03-08T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([queryInStore, {
|
||||||
|
id: 2,
|
||||||
|
name: 'bar',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-03-08T19:57:56.299Z'
|
||||||
|
}])
|
||||||
|
|
||||||
|
sinon.stub(storedQueries, 'serialiseQueries').returns('I am a serialized queries')
|
||||||
|
sinon.stub(fu, 'exportToFile')
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
const wrapper = mount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
const rows = wrapper.findAll('tbody tr')
|
||||||
|
|
||||||
|
// Select queries
|
||||||
|
await rows.at(0).find('.checkbox-container').trigger('click')
|
||||||
|
await rows.at(1).find('.checkbox-container').trigger('click')
|
||||||
|
|
||||||
|
await wrapper.find('#toolbar-btns-export').trigger('click')
|
||||||
|
|
||||||
|
expect(storedQueries.serialiseQueries.calledOnceWith(
|
||||||
|
sinon.match([predefinedQuery, queryInStore])
|
||||||
|
)).to.equals(true)
|
||||||
|
|
||||||
|
expect(
|
||||||
|
fu.exportToFile.calledOnceWith('I am a serialized queries', 'My sqliteviz queries.json')
|
||||||
|
).to.equals(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Exports all queries', async () => {
|
||||||
|
const predefinedQuery = {
|
||||||
|
id: 0,
|
||||||
|
name: 'hello_world',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-03-08T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([predefinedQuery])
|
||||||
|
const queryInStore = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-03-08T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([queryInStore])
|
||||||
|
|
||||||
|
sinon.stub(storedQueries, 'serialiseQueries').returns('I am a serialized queries')
|
||||||
|
sinon.stub(fu, 'exportToFile')
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
const wrapper = mount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
await wrapper.findComponent({ ref: 'mainCheckBox' }).find('.checkbox-container')
|
||||||
|
.trigger('click')
|
||||||
|
|
||||||
|
await wrapper.find('#toolbar-btns-export').trigger('click')
|
||||||
|
|
||||||
|
expect(storedQueries.serialiseQueries.calledOnceWith(
|
||||||
|
sinon.match([predefinedQuery, queryInStore])
|
||||||
|
)).to.equals(true)
|
||||||
|
|
||||||
|
expect(
|
||||||
|
fu.exportToFile.calledOnceWith('I am a serialized queries', 'My sqliteviz queries.json')
|
||||||
|
).to.equals(true)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Deletes a group of queries', async () => {
|
||||||
|
const predefinedQuery = {
|
||||||
|
id: 0,
|
||||||
|
name: 'hello_world',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-03-08T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([predefinedQuery])
|
||||||
|
const foo = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-03-08T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
const bar = {
|
||||||
|
id: 2,
|
||||||
|
name: 'bar',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-03-08T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
const baz = {
|
||||||
|
id: 3,
|
||||||
|
name: 'baz',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-03-08T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([foo, bar, baz])
|
||||||
|
|
||||||
|
sinon.stub(storedQueries, 'updateStorage')
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
tabs: [{ id: 1 }, { id: 2 }, { id: 0 }, { id: 3 }],
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
const wrapper = mount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
const rows = wrapper.findAll('tbody tr')
|
||||||
|
|
||||||
|
// Select queries (don't select predefined queries)
|
||||||
|
await rows.at(1).find('.checkbox-container').trigger('click')
|
||||||
|
await rows.at(2).find('.checkbox-container').trigger('click')
|
||||||
|
|
||||||
|
await wrapper.find('#toolbar-btns-delete').trigger('click')
|
||||||
|
|
||||||
|
// check that delete dialog is open
|
||||||
|
expect(wrapper.find('[data-modal="delete"]').exists()).to.equal(true)
|
||||||
|
|
||||||
|
// check the message in the dialog
|
||||||
|
expect(wrapper.find('.dialog-body').text())
|
||||||
|
.to.contains('Are you sure you want to delete 2 queries?')
|
||||||
|
|
||||||
|
// find Delete in the dialog and click
|
||||||
|
await wrapper
|
||||||
|
.findAll('.dialog-buttons-container button').wrappers
|
||||||
|
.find(button => button.text() === 'Delete')
|
||||||
|
.trigger('click')
|
||||||
|
|
||||||
|
// check the rows in the grid
|
||||||
|
expect(wrapper.findAll('tbody tr')).to.have.lengthOf(2)
|
||||||
|
expect(wrapper.findAll('tbody tr').at(0).find('td').text()).to.contains('hello_world')
|
||||||
|
expect(wrapper.findAll('tbody tr').at(1).find('td').text()).to.equals('baz')
|
||||||
|
|
||||||
|
// check that deleted query was also deleted from tabs
|
||||||
|
expect(state.tabs).to.have.lengthOf(2)
|
||||||
|
expect(state.tabs[0].id).to.equals(0)
|
||||||
|
expect(state.tabs[1].id).to.equals(3)
|
||||||
|
|
||||||
|
// check that storage is updated
|
||||||
|
expect(storedQueries.updateStorage.calledOnceWith(sinon.match([baz]))).to.equals(true)
|
||||||
|
|
||||||
|
// check that delete dialog is closed
|
||||||
|
expect(wrapper.find('[data-modal="delete"]').exists()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Ignores predefined queries during deletion', async () => {
|
||||||
|
const predefinedQuery = {
|
||||||
|
id: 0,
|
||||||
|
name: 'hello_world',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-03-08T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([predefinedQuery])
|
||||||
|
const foo = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-03-08T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
const bar = {
|
||||||
|
id: 2,
|
||||||
|
name: 'bar',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-03-08T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([foo, bar])
|
||||||
|
sinon.stub(storedQueries, 'updateStorage')
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
tabs: [],
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
const wrapper = mount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
const rows = wrapper.findAll('tbody tr')
|
||||||
|
|
||||||
|
// Select queries (select also predefined queries)
|
||||||
|
await rows.at(0).find('.checkbox-container').trigger('click')
|
||||||
|
await rows.at(1).find('.checkbox-container').trigger('click')
|
||||||
|
|
||||||
|
await wrapper.find('#toolbar-btns-delete').trigger('click')
|
||||||
|
|
||||||
|
// check that delete dialog is open
|
||||||
|
expect(wrapper.find('[data-modal="delete"]').exists()).to.equal(true)
|
||||||
|
|
||||||
|
// check the message in the dialog
|
||||||
|
expect(wrapper.find('.dialog-body').text())
|
||||||
|
.to.contains('Are you sure you want to delete 1 query?')
|
||||||
|
|
||||||
|
expect(wrapper.find('.dialog-body #note').isVisible()).to.equals(true)
|
||||||
|
|
||||||
|
// find Delete in the dialog and click
|
||||||
|
await wrapper
|
||||||
|
.findAll('.dialog-buttons-container button').wrappers
|
||||||
|
.find(button => button.text() === 'Delete')
|
||||||
|
.trigger('click')
|
||||||
|
|
||||||
|
// check the rows in the grid
|
||||||
|
expect(wrapper.findAll('tbody tr')).to.have.lengthOf(2)
|
||||||
|
expect(wrapper.findAll('tbody tr').at(0).find('td').text()).to.contains('hello_world')
|
||||||
|
expect(wrapper.findAll('tbody tr').at(1).find('td').text()).to.equals('bar')
|
||||||
|
|
||||||
|
// check that storage is updated
|
||||||
|
expect(storedQueries.updateStorage.calledOnceWith(sinon.match([bar]))).to.equals(true)
|
||||||
|
|
||||||
|
// check that delete dialog is closed
|
||||||
|
expect(wrapper.find('[data-modal="delete"]').exists()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Deletes all queries ignoring predefined ones', async () => {
|
||||||
|
const predefinedQuery = {
|
||||||
|
id: 0,
|
||||||
|
name: 'hello_world',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-03-08T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([predefinedQuery])
|
||||||
|
const foo = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-03-08T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
const bar = {
|
||||||
|
id: 2,
|
||||||
|
name: 'bar',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-03-08T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([foo, bar])
|
||||||
|
sinon.stub(storedQueries, 'updateStorage')
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
tabs: [],
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
const wrapper = mount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
await wrapper.findComponent({ ref: 'mainCheckBox' }).find('.checkbox-container')
|
||||||
|
.trigger('click')
|
||||||
|
|
||||||
|
await wrapper.find('#toolbar-btns-delete').trigger('click')
|
||||||
|
|
||||||
|
// check that delete dialog is open
|
||||||
|
expect(wrapper.find('[data-modal="delete"]').exists()).to.equal(true)
|
||||||
|
|
||||||
|
// check the message in the dialog
|
||||||
|
expect(wrapper.find('.dialog-body').text())
|
||||||
|
.to.contains('Are you sure you want to delete 2 queries?')
|
||||||
|
|
||||||
|
expect(wrapper.find('.dialog-body #note').isVisible()).to.equals(true)
|
||||||
|
|
||||||
|
// find Delete in the dialog and click
|
||||||
|
await wrapper
|
||||||
|
.findAll('.dialog-buttons-container button').wrappers
|
||||||
|
.find(button => button.text() === 'Delete')
|
||||||
|
.trigger('click')
|
||||||
|
|
||||||
|
// check the rows in the grid
|
||||||
|
expect(wrapper.findAll('tbody tr')).to.have.lengthOf(1)
|
||||||
|
expect(wrapper.findAll('tbody tr').at(0).find('td').text()).to.contains('hello_world')
|
||||||
|
|
||||||
|
// check that storage is updated
|
||||||
|
expect(storedQueries.updateStorage.calledOnceWith(sinon.match([]))).to.equals(true)
|
||||||
|
|
||||||
|
// check that delete dialog is closed
|
||||||
|
expect(wrapper.find('[data-modal="delete"]').exists()).to.equal(false)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('Main checkbox', async () => {
|
||||||
|
sinon.stub(storedQueries, 'readPredefinedQueries').resolves([])
|
||||||
|
const foo = {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-03-08T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
const bar = {
|
||||||
|
id: 2,
|
||||||
|
name: 'bar',
|
||||||
|
query: '',
|
||||||
|
chart: [],
|
||||||
|
createdAt: '2020-03-08T19:57:56.299Z'
|
||||||
|
}
|
||||||
|
sinon.stub(storedQueries, 'getStoredQueries').returns([foo, bar])
|
||||||
|
|
||||||
|
const state = {
|
||||||
|
predefinedQueries: []
|
||||||
|
}
|
||||||
|
const store = new Vuex.Store({ state, mutations })
|
||||||
|
|
||||||
|
const wrapper = mount(MyQueries, { store })
|
||||||
|
await storedQueries.readPredefinedQueries.returnValues[0]
|
||||||
|
await storedQueries.getStoredQueries.returnValues[0]
|
||||||
|
await wrapper.vm.$nextTick()
|
||||||
|
|
||||||
|
const mainCheckBox = wrapper.findComponent({ ref: 'mainCheckBox' })
|
||||||
|
// Select all with main checkbox
|
||||||
|
await mainCheckBox.find('.checkbox-container').trigger('click')
|
||||||
|
|
||||||
|
const checkboxes = wrapper.findAllComponents({ ref: 'rowCheckBox' })
|
||||||
|
expect(checkboxes.at(0).vm.checked).to.equals(true)
|
||||||
|
expect(checkboxes.at(1).vm.checked).to.equals(true)
|
||||||
|
|
||||||
|
// Uncheck first row - main checkbox bocomes not checked
|
||||||
|
await wrapper.find('tbody tr .checkbox-container').trigger('click')
|
||||||
|
expect(mainCheckBox.vm.checked).to.equals(false)
|
||||||
|
|
||||||
|
// Select all again ...
|
||||||
|
await mainCheckBox.find('.checkbox-container').trigger('click')
|
||||||
|
// ... and uncheck all
|
||||||
|
await mainCheckBox.find('.checkbox-container').trigger('click')
|
||||||
|
expect(checkboxes.at(0).vm.checked).to.equals(false)
|
||||||
|
expect(checkboxes.at(0).vm.checked).to.equals(false)
|
||||||
|
})
|
||||||
|
})
|
||||||