-
Notifications
You must be signed in to change notification settings - Fork 3
Frontend feat/credentials #106
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
- Added AddCredentialDialog component for creating new cloud credentials. - Created columns definition for displaying cloud credentials in a table. - Added English localization for credentials management. - Developed CredentialsService for API interactions related to cloud credentials. - Defined TypeScript types for cloud providers and credentials. - Implemented form validation and error handling for credential creation. - Integrated loading states and error messages in the UI. - Added functionality for searching and managing cloud credentials.
…aths for roles, teams, and users - Centralized API routes under /api prefix in index.ts - Updated route paths in roles, teams, and users to remove /api prefix - Enhanced CloudCredentialsService to include user information in credential responses - Updated frontend components to handle new credential detail view and manage actions - Added new CredentialDetail.vue view for displaying credential details - Implemented user permissions for managing cloud credentials - Updated translations for credential detail view
…ogic - Deleted `columns.ts`, `GitHubIcon.vue`, `IconCommunity.vue`, `IconDocumentation.vue`, `IconEcosystem.vue`, `IconSupport.vue`, and `IconTooling.vue` as they were no longer needed. - Introduced `CredentialsTable.vue` to encapsulate credential display logic and improve code organization. - Updated `Credentials.vue` to utilize the new `CredentialsTable` component, simplifying the view logic. - Enhanced `CredentialDetail.vue` with dropdown actions for editing and updating credentials. - Added new translation keys for credential actions in `credentials.ts`. - Cleaned up unused imports and variables across various components.
…tial retrieval and success message handling
…t and enhancing search functionality
…g Dockerfile, workflows, and banner to use dynamic versioning
…, response validation, and error handling
…lude '/api' prefix for consistency
- Added endpoints for managing team members including: - Get team members - Add team member - Update member role - Remove team member - Transfer team ownership - Enhanced existing team retrieval to include role information and member count. - Introduced new schemas for team member management and responses. - Updated TeamService with methods for member management, role updates, and ownership transfers. - Added validation to ensure proper permissions and constraints on team operations.
…eam member addition logic
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.
No description provided.