Skip to content

feat(ui): Add credentials add/edit foundation#209

Merged
s0nea merged 2 commits into
clyso:mainfrom
s0nea:wip/storage-credentials-set
May 20, 2026
Merged

feat(ui): Add credentials add/edit foundation#209
s0nea merged 2 commits into
clyso:mainfrom
s0nea:wip/storage-credentials-set

Conversation

@s0nea

@s0nea s0nea commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

Pull Request

Description

Add the foundation to add and edit credentials:

  • Routing setup
  • Type definitions
  • API service
  • Store definition

Related Issue

Link to the GitHub issue (if applicable): #[issue number]

Checklist

Note: By submitting this PR, you agree to license your contributions under the Apache 2.0 License and follow our Code of Conduct.

@s0nea s0nea force-pushed the wip/storage-credentials-set branch 6 times, most recently from 9a525e6 to 1d4830e Compare May 4, 2026 14:29
@s0nea s0nea marked this pull request as ready for review May 4, 2026 14:30
@s0nea s0nea force-pushed the wip/storage-credentials-set branch 2 times, most recently from edcfcc3 to f907cd6 Compare May 7, 2026 08:05
@s0nea s0nea force-pushed the wip/storage-credentials-set branch from f907cd6 to 703f84d Compare May 18, 2026 10:31
Comment thread ui/src/components/chorus/credentials/CredentialsTile/CredentialsTile.vue Outdated
);

async function initSetCredentialPage(storageName: string, alias?: string) {
state.isLoading = true;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't we also reset the hasError value to false here?

Comment thread ui/src/stores/chorusSetCredentialStore.ts Outdated
Comment thread ui/src/pages/ChorusSetCredentialPage/ChorusSetCredentialPage.vue Outdated
s0nea added 2 commits May 20, 2026 10:06
Add the foundation to add and edit credentials:
- Routing setup
- Type definitions
- API service
- Store definition

Signed-off-by: Tatjana Dehler <tatjana.dehler@clyso.com>
On-behalf-of: SAP t.dehler@sap.com
Remove async from the $reset functions because they don't contain
asynchronous calls.

Signed-off-by: Tatjana Dehler <tatjana.dehler@clyso.com>
On-behalf-of: SAP t.dehler@sap.com
@s0nea s0nea force-pushed the wip/storage-credentials-set branch from fc06be5 to a814c41 Compare May 20, 2026 08:07
@s0nea s0nea merged commit f7ac386 into clyso:main May 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants