Skip to content

Commit

Permalink
[BACKPORT 2024.2][#22710][#22707] yugabyted: Update voyager migration…
Browse files Browse the repository at this point in the history
…s list landing page.

Summary:
Original commit: [[ 9beb6dc | 9beb6dc ]] / [[ #22834 | #22834 ]]

* Update migration list UI to the new design

* Add support for archiving/unarchiving migrations

* Formatting

* Update no migration page UI

* update migrations list page

* remove migrate database button from menu bar if migrations exist

* fix issue where migration details api is missing data, and incorrect migration progress

* fix refresh button

* move IP addresses to top

* remove os, disk, export dir from voyager instance column

* rename rowStruct variable and function names
Jira: DB-11621, DB-11618

Test Plan: Manual tests

Reviewers: nikhil

Reviewed By: nikhil

Subscribers: yugabyted-dev, djiang

Differential Revision: https://phorge.dev.yugabyte.com/D38641
  • Loading branch information
djiang9001 committed Oct 4, 2024
1 parent 93daf63 commit 70a7ea2
Show file tree
Hide file tree
Showing 40 changed files with 3,554 additions and 1,817 deletions.
1 change: 1 addition & 0 deletions .arclint
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"(^yugabyted-ui/.*/go[.]mod)",
"(^yugabyted-ui/.*/go[.]sum)",
"(^yugabyted-ui/ui/src/api/)",
"(^yugabyted-ui/ui/src/assets/)",
"(^yugabyted-ui/ui/src/translations/)",
"(^thirdparty/thirdparty_src_checksums[.]txt$)",
"(^java/yb-client/src/test/java/org/yb/client/TestYBClient[.]java$)",
Expand Down
3 changes: 1 addition & 2 deletions yugabyted-ui/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"version": "detect"
}
},
"ignorePatterns": ["build/*", "src/types/*", "src/api/*", "snowpack.config.js"],
"ignorePatterns": ["src/assets/*","build/*", "src/types/*", "src/api/*", "snowpack.config.js"],
"rules": {
"indent": ["error", 2, { "SwitchCase": 1 }],
"linebreak-style": ["error", "unix"],
Expand Down Expand Up @@ -85,4 +85,3 @@
},
"reportUnusedDisableDirectives": true
}

Loading

0 comments on commit 70a7ea2

Please sign in to comment.