-
-
Notifications
You must be signed in to change notification settings - Fork 22
Gitlab intergration #346
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
Open
jwienold413145
wants to merge
21
commits into
DependencyTrack:main
Choose a base branch
from
lmco:gitlab-intergration
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Gitlab intergration #346
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
Signed-off-by: Ephraim Mensah <[email protected]>
Signed-off-by: Ephraim Mensah <[email protected]>
Signed-off-by: Ephraim Mensah <[email protected]>
Signed-off-by: Ephraim Mensah <[email protected]>
Signed-off-by: Ephraim Mensah <[email protected]>
Signed-off-by: Johnny Mayer <[email protected]>
Styling and formatting Signed-off-by: emeremikwu-lm <[email protected]>
Signed-off-by: Allen Shearin <[email protected]>
…unction Signed-off-by: Allen Shearin <[email protected]>
Signed-off-by: Allen Shearin <[email protected]>
Signed-off-by: Allen Shearin <[email protected]>
Signed-off-by: Alexis Lamb <[email protected]>
Signed-off-by: Alexis Lamb <[email protected]>
#4) Signed-off-by: Allen Shearin <[email protected]>
* feat: adding gitlab key field Signed-off-by: jmayer-lm <[email protected]> * fix: rename to Gitlab JWKS Path Signed-off-by: jmayer-lm <[email protected]> --------- Signed-off-by: jmayer-lm <[email protected]>
Signed-off-by: Allen Shearin <[email protected]>
* refactor: convert mounted lifecycle method to async/await for improved readability and error handling Signed-off-by: emeremikwu-lm <[email protected]> * feat: implement user management enhancements with caching and improved UI structure Signed-off-by: emeremikwu-lm <[email protected]> * refactor: enhance permission selection handling with async/await and enabled permission multiselect. Signed-off-by: emeremikwu-lm <[email protected]> * revert: tab layout Signed-off-by: emeremikwu-lm <[email protected]> * fix: add text-ellipsis class to apiKey maskedKey for improved display Signed-off-by: emeremikwu-lm <[email protected]> * refactor: permissions multselect prepopulation and cleanup Signed-off-by: emeremikwu-lm <[email protected]> * refactor: cleanup Signed-off-by: emeremikwu-lm <[email protected]> * feat: enhance user role management with error handling and loading indicators Signed-off-by: emeremikwu-lm <[email protected]> * feat: add confirmation prompts for suspending and deleting own account Signed-off-by: emeremikwu-lm <[email protected]> * refactor: cleanup and i18n translations Signed-off-by: emeremikwu-lm <[email protected]> * refactor: cleanup Signed-off-by: emeremikwu-lm <[email protected]> * refactor: add userType parameter to team membership and permission management methods Signed-off-by: emeremikwu-lm <[email protected]> * refactor: update labels in user details views Signed-off-by: emeremikwu-lm <[email protected]> * fix: correct query parameter name for user type in API endpoint Signed-off-by: emeremikwu-lm <[email protected]> * refactor: locale sorting Signed-off-by: emeremikwu-lm <[email protected]> * refactor: rename UserRolesTable to UserProjectRolesTable across components Signed-off-by: emeremikwu-lm <[email protected]> * refactor: comment cleanup Signed-off-by: emeremikwu-lm <[email protected]> --------- Signed-off-by: emeremikwu-lm <[email protected]>
* fix(Auth and Roles): update project role removal logic to use current project roles Signed-off-by: emeremikwu-lm <[email protected]> * fix: tiered view for GitLab Integration page Signed-off-by: johnny mayer <[email protected]> * feat(GitLab Integration): add audience and topics management with multiselect Signed-off-by: emeremikwu-lm <[email protected]> * refactor(Auth and Roles): refactor fix for role selection/delete desync issue Signed-off-by: emeremikwu-lm <[email protected]> --------- Signed-off-by: emeremikwu-lm <[email protected]> Signed-off-by: johnny mayer <[email protected]> Co-authored-by: johnny mayer <[email protected]>
Signed-off-by: Alexis Lamb <[email protected]>
* fix(auth and roles): update deleteRole method to use correct endpoint and emit delete event Signed-off-by: Emmanuel Meremikwu <[email protected]> * fix(gitlab integration): simplify button markup in card footer Signed-off-by: Emmanuel Meremikwu <[email protected]> * feat(auth and roles): enhance table with pagination and inline search features Signed-off-by: Emmanuel Meremikwu <[email protected]> * refactor: cleanup Signed-off-by: Emmanuel Meremikwu <[email protected]> * fix: correct typo in Polish translation for trust boundary Signed-off-by: Emmanuel Meremikwu <[email protected]> * refactor: refactor inline search and pagination for user project roles table Signed-off-by: Emmanuel Meremikwu <[email protected]> * refactor: comment and unnecessary logic cleanup Signed-off-by: Emmanuel Meremikwu <[email protected]> * refactor: update table options for pagination and inline search functionality Signed-off-by: Emmanuel Meremikwu <[email protected]> * refactor: gitlab integration reorganization Signed-off-by: Emmanuel Meremikwu <[email protected]> * refactor: cleanup css styles and remove unused i18n Signed-off-by: Emmanuel Meremikwu <[email protected]> * Update src/views/components/UserProjectRolesTable.vue Co-authored-by: Allen Shearin <[email protected]> Signed-off-by: emeremikwu-lm <[email protected]> * refactor: update labels in GitLab integration and enhance CopyField styling Signed-off-by: Emmanuel Meremikwu <[email protected]> * refactor: reorganize LDAP, Managed, and OIDC user management views - Reverted LDAP, Managed, and OIDC vue components back to single file components. - Created a new UserDetails.vue component to handle user details for LDAP, Managed, and OIDC users. - Removed userManagementMixin. - Unified user detail logic and UI, using a userType prop to handle differences between user types. - Updated API endpoint handling and conditional rendering for managed-user-specific fields. - Improved maintainability by consolidating similar logic and removing duplication. Signed-off-by: Emmanuel Meremikwu <[email protected]> * Update UserDetails.vue Removed unused function loadUserManagementData Signed-off-by: emeremikwu-lm <[email protected]> --------- Signed-off-by: Emmanuel Meremikwu <[email protected]> Signed-off-by: emeremikwu-lm <[email protected]> Co-authored-by: Allen Shearin <[email protected]>
…itlab-intergration
|
Trying to clean up and make it easier to review and merge work done in 318. |
|
@nscuro we moved the work to this PR to simplify things. Could we look into reviewing it and possibly getting it merged? |
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.
Description
Adds frontend changes for GItLab Integration. both project Sync and bom upload
Related to DependencyTrack/hyades-apiserver#1325
Documentation PR: DependencyTrack/hyades#1821
Addressed Issue
Additional Details
Checklist