Skip to content

Epic/support dynamo db #144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
Dec 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a0783f3
feat: add dynamodb svg
ChenChunShenG19 Dec 7, 2024
4b535db
feat: update connect dialog and list to support build connection to d…
ChenChunShenG19 Dec 14, 2024
195603c
feat: update typo
ChenChunShenG19 Dec 14, 2024
9ed2366
feat: update type issue and store connect to storeApi.set
ChenChunShenG19 Dec 22, 2024
6329674
feat: fix type issue in save connection
ChenChunShenG19 Dec 22, 2024
96b0c90
feat: add new feature to switch manage page based on connection type
ChenChunShenG19 Dec 22, 2024
6ae15a1
feat: encapsulating logic in saveConnection and display error message…
ChenChunShenG19 Dec 22, 2024
0806062
feat: resolve type issue
ChenChunShenG19 Dec 22, 2024
f584992
feat: resolve save issue
ChenChunShenG19 Dec 22, 2024
79949be
feat: resolve message and lang
ChenChunShenG19 Dec 22, 2024
8fae80c
feat: remove useless import
ChenChunShenG19 Dec 22, 2024
c70d3e1
feat: revert some useless change
ChenChunShenG19 Dec 22, 2024
3e419a5
feat: import version detect
ChenChunShenG19 Dec 22, 2024
57c1bb3
feat: revert fetch Cluster
ChenChunShenG19 Dec 22, 2024
44339ef
feat: revert
ChenChunShenG19 Dec 22, 2024
bab7260
feat: remove dynamo db
ChenChunShenG19 Dec 22, 2024
b993823
feat: aDD
ChenChunShenG19 Dec 22, 2024
75d4d2b
feat: update layout for connection page
ChenChunShenG19 Dec 24, 2024
f6db218
feat: refactor connect and connection list layout
ChenChunShenG19 Dec 25, 2024
4609121
feat: move new connection to a floating-add-button
ChenChunShenG19 Dec 25, 2024
6f79e5c
feat: add a new right border
ChenChunShenG19 Dec 25, 2024
db7325c
feat: adapt connect list to theme change
ChenChunShenG19 Dec 26, 2024
0b1d4e9
feat: lint import
ChenChunShenG19 Dec 26, 2024
a3b2008
feat: update interface to types
ChenChunShenG19 Dec 26, 2024
21ab129
feat: fix small issue
ChenChunShenG19 Dec 26, 2024
81e10a5
feat: revert main
ChenChunShenG19 Dec 26, 2024
7739b07
feat: revert main
ChenChunShenG19 Dec 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ declare module 'vue' {
NCard: typeof import('naive-ui')['NCard']
NCollapse: typeof import('naive-ui')['NCollapse']
NCollapseItem: typeof import('naive-ui')['NCollapseItem']
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
NDataTable: typeof import('naive-ui')['NDataTable']
NDialogProvider: typeof import('naive-ui')['NDialogProvider']
NDivider: typeof import('naive-ui')['NDivider']
NDropdown: typeof import('naive-ui')['NDropdown']
NEllipsis: typeof import('naive-ui')['NEllipsis']
NEmpty: typeof import('naive-ui')['NEmpty']
NForm: typeof import('naive-ui')['NForm']
NFormItem: typeof import('naive-ui')['NFormItem']
NFormItemRow: typeof import('naive-ui')['NFormItemRow']
Expand All @@ -33,26 +31,25 @@ declare module 'vue' {
NInputGroup: typeof import('naive-ui')['NInputGroup']
NInputGroupLabel: typeof import('naive-ui')['NInputGroupLabel']
NInputNumber: typeof import('naive-ui')['NInputNumber']
NLoadingBarProvider: typeof import('naive-ui')['NLoadingBarProvider']
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
NList: typeof import('naive-ui')['NList']
NListItem: typeof import('naive-ui')['NListItem']
NModal: typeof import('naive-ui')['NModal']
NNotificationProvider: typeof import('naive-ui')['NNotificationProvider']
NP: typeof import('naive-ui')['NP']
NPopover: typeof import('naive-ui')['NPopover']
NProgress: typeof import('naive-ui')['NProgress']
NRadio: typeof import('naive-ui')['NRadio']
NRadioGroup: typeof import('naive-ui')['NRadioGroup']
NScrollbar: typeof import('naive-ui')['NScrollbar']
NSelect: typeof import('naive-ui')['NSelect']
NSpace: typeof import('naive-ui')['NSpace']
NSplit: typeof import('naive-ui')['NSplit']
NSwitch: typeof import('naive-ui')['NSwitch']
NTabPane: typeof import('naive-ui')['NTabPane']
NTabs: typeof import('naive-ui')['NTabs']
NTag: typeof import('naive-ui')['NTag']
NText: typeof import('naive-ui')['NText']
NThing: typeof import('naive-ui')['NThing']
NTooltip: typeof import('naive-ui')['NTooltip']
NUpload: typeof import('naive-ui')['NUpload']
NUploadDragger: typeof import('naive-ui')['NUploadDragger']
PathBreadcrumb: typeof import('./src/components/PathBreadcrumb.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterMain: typeof import('./src/components/RouterMain.vue')['default']
Expand Down
211 changes: 209 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.1",
"vite": "^5.3.1",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.0.22"
}
}
1 change: 1 addition & 0 deletions src/assets/svg/dynamoDB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading