-
Notifications
You must be signed in to change notification settings - Fork 16
UI: clean-up replication #167
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3876bba to
d89b76b
Compare
Contributor
Author
|
Hey @mzymta may I ask for your review here as well? Thank you 🙂 |
d89b76b to
3a29d8e
Compare
Contributor
Author
|
Hey @mzymta if you find the time: can you please take a look at the PR? Thank you! |
mzymta
reviewed
Feb 2, 2026
ui/src/components/chorus/replications/ReplicationActionsCell/ReplicationActionsCell.vue
Outdated
Show resolved
Hide resolved
ui/src/components/chorus/replications/ReplicationActionsCell/ReplicationActionsCell.vue
Outdated
Show resolved
Hide resolved
ui/src/components/chorus/replications/ReplicationActionsCell/ReplicationActionsCell.vue
Outdated
Show resolved
Hide resolved
ui/src/components/chorus/replications/ReplicationBucketCell/ReplicationBucketCell.vue
Outdated
Show resolved
Hide resolved
ui/src/components/chorus/replications/ReplicationBucketCell/ReplicationBucketCell.vue
Outdated
Show resolved
Hide resolved
3a29d8e to
6e92cdb
Compare
Contributor
Author
|
Hey @mzymta, Thank you for your review and feedback! I addressed all of your comment. Could you please take another look? Thank you! |
mzymta
reviewed
Feb 4, 2026
ui/src/components/chorus/replications/ReplicationActionsCell/ReplicationActionsCell.vue
Outdated
Show resolved
Hide resolved
- Update ReplicationsList & chorusReplicationsStore to reflect changes - Add two new properties to ChorusReplication object: idStr & ReplicationType - Create new ReplicationBucketCell to show from & to bucket information - Fix ReplicationDirectionCell to show from & to storage information again - Fix user & storage filter - Fix bucket replication deletion - Fix pause/resume replication - Fix replication creation - Add more details to error message if replication creation failed - Fix status column - Remove replication bytes information because the value is no longer available Signed-off-by: Tatjana Dehler <tatjana.dehler@clyso.com>
Signed-off-by: Tatjana Dehler <tatjana.dehler@clyso.com>
6e92cdb to
e381136
Compare
mzymta
approved these changes
Feb 4, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Related Issue
Link to the GitHub issue (if applicable): #154
Checklist
Signed-off-byline to certify agreement with the Developer Certificate of Origin (DCO).make testpassingNote: By submitting this PR, you agree to license your contributions under the Apache 2.0 License and follow our Code of Conduct.