Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Commit b3a9f5e

Browse files
authored
fix: simplify schema sampling screen COMPASS-4154 (#158)
* fix: sampling help url * remove count from sampling message * align electron version * update electron to 6.1.7 * wip: simplify schema analysis * wip: remove dead code * wip: remove outdated state * remove react storybook and avoid conflicts on link * remove travis * use updated dataservice * extract schema analysis, remove sampling step from UI * make karma tests work * test schema analyisis * readd outdated banner * only set outdated if state was complete * switch analysis states to constants
1 parent 28b7c88 commit b3a9f5e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1896
-5434
lines changed

.depcheckrc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ ignores: [
33
"actions",
44
"components",
55
"modules",
6-
"storybook",
76
"plugin",
87
"babel-cli",
98
"babel-minify",
@@ -15,10 +14,16 @@ ignores: [
1514
"karma-electron",
1615
"karma-sourcemap-loader",
1716
"karma-webpack",
17+
"karma-chai",
18+
"karma-chai-sinon",
19+
"karma-mocha",
20+
"karma-mocha-reporter",
21+
"karma-sinon",
1822
"pre-commit",
1923
"resolve",
2024
"webpack-bundle-analyzer",
2125
"webpack-cli",
2226
"webpack-sources",
23-
"file-loader"
27+
"file-loader",
28+
"mongodb-schema"
2429
]

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}],
88
"react/no-multi-comp": "off",
99
"no-unused-vars": "error",
10-
"no-use-before-define": "off",
10+
"no-use-before-define": "error",
1111
"camelcase": "off"
1212
}
1313
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ coverage/
1111
.nyc_output
1212
*.swp
1313
src/assets/fonts/akzid*
14+
.env

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ scripts/
1313
src/
1414
test/
1515
.zuul.yml
16-
.storybook/
1716
.nyc_output/
1817
coverage/
1918
lib/

.storybook/config.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

.storybook/decorators/componentPreview/ComponentPreview.jsx

Lines changed: 0 additions & 33 deletions
This file was deleted.

.storybook/decorators/componentPreview/ComponentPreview.less

Lines changed: 0 additions & 31 deletions
This file was deleted.

.storybook/decorators/componentPreview/index.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

.storybook/decorators/page/PageDecorator.jsx

Lines changed: 0 additions & 12 deletions
This file was deleted.

.storybook/decorators/page/PageDecorator.less

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)