Skip to content

Commit 9cfaef2

Browse files
authored
Epic (22412): batch subscription (#449)
Merge pull request #449 Epic (22412): batch subscription * chore(22412): update Cypress * Merge pull request #439 eat(22552): Create infrastructure and UX for batch creation of subscriptions * feat(22552): add batch mode CTA to designated array-based properties * feat(22552): add hook for steps management * feat(22552): add stepper * feat(22552): add placeholder for data source upload * feat(22552): add placeholder for column matching * feat(22552): add placeholder for subscription validation * feat(22552): add modal with stepper to the CTA trigger * feat(22552): update translations * feat(22552): add support for step completion * test(22552): add tests * refactor(22552): refactor renderer for steps * feat(22552): refactor stepper to support final confirmation step * fix(22552): fix prev/next conditions * test(22552): add tests * refactor(22552): fix translations * test(22552): add tests * Merge pull request #440 * Merge pull request #442 feat(22559): Add data validation step * add generic type to PollingInput for the PollingContext (#445) * Merge pull request #446 * chore(22412): update Cypress * Merge pull request #439 * refactor(22559): add display options for the navigation bar elements * refactor(22559): add support for row selection * fix(22559): fix footer layout * refactor(22559): update layout of the modal footer * fix(22559): fix bug with value of subscription * fix(22559): add table-based rendering of the subscriptions * fix(22559): fix table layout * fix(22559): fix table error message * fix(22559): fix delete disable state and title * fix(22559): fix error detection * fix(22559): fix layout * fix(22559): fix translations * fix(22559): export type and add subscriptions to store * refactor(22559): update completion checks * feat(22559): update store with all valid subscription * fix(22559): fix data display * fix(22559): fix aria label * fix(22559): linting * chore(22559): rename file * chore(22559): cleaning * Merge branch 'epic/22412/batch-subscription' into feat/22559/data-val… * chore(22559): linting * test(22559): fix test * test(22559): fix test * chore(22559): fix enum * chore(22559): fix names * chore(22559): fix typo * Merge pull request #448 * fix rebase
1 parent e5f27dd commit 9cfaef2

37 files changed

+2486
-680
lines changed
4.65 KB
Binary file not shown.

hivemq-edge/src/frontend/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"@tiptap/suggestion": "^2.2.4",
5858
"@types/d3-array": "^3.0.7",
5959
"@types/d3-hierarchy": "^3.1.3",
60+
"@types/json-schema": "^7.0.15",
6061
"@uidotdev/usehooks": "^2.4.1",
6162
"@vitest/coverage-v8": "^1.5.3",
6263
"axios": "^1.6.8",
@@ -69,13 +70,15 @@
6970
"form-data": "^4.0.0",
7071
"framer-motion": "^10.12.21",
7172
"i18next": "^23.11.3",
73+
"immutable-json-patch": "^6.0.1",
7274
"luxon": "^3.3.0",
7375
"mermaid": "^10.8.0",
7476
"monaco-editor": "^0.47.0",
7577
"mqtt-match": "^3.0.0",
7678
"protobufjs": "^7.2.6",
7779
"react": "^18.2.0",
7880
"react-dom": "^18.2.0",
81+
"react-dropzone": "^14.2.3",
7982
"react-hook-form": "^7.43.9",
8083
"react-hotkeys-hook": "^4.5.0",
8184
"react-i18next": "^14.1.1",
@@ -84,6 +87,7 @@
8487
"reactflow": "^11.11.3",
8588
"tippy.js": "^6.3.7",
8689
"uuid": "^9.0.1",
90+
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
8791
"zustand": "^4.4.7"
8892
},
8993
"devDependencies": {
@@ -104,7 +108,7 @@
104108
"@vitest/coverage-istanbul": "^1.5.3",
105109
"@vitest/ui": "^1.5.3",
106110
"axe-core": "^4.9.0",
107-
"cypress": "^13.8.1",
111+
"cypress": "^13.10.0",
108112
"cypress-axe": "^1.5.0",
109113
"cypress-each": "^1.14.0",
110114
"cypress-terminal-report": "^6.0.2",

0 commit comments

Comments
 (0)