-
Notifications
You must be signed in to change notification settings - Fork 25
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
artifact-manager
needs to be better structured
#305
Labels
area/artifact-manager
Relates to the `artifact-manager` maven module
kind/refactor
Refactoring of existing features
lang/java
Related to Java Code
triage/accepted
The issue was accepted and will be done
Milestone
Comments
Michaelpalacce
added
lang/java
Related to Java Code
area/artifact-manager
Relates to the `artifact-manager` maven module
triage/needed
Needs to be discussed by project maintainers
kind/refactor
Refactoring of existing features
labels
Jul 11, 2024
This was referenced Jul 11, 2024
Closed
@akantchev this will not be a breaking change, correct? If so do we need to have the |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Michaelpalacce
added
triage/accepted
The issue was accepted and will be done
and removed
triage/needed
Needs to be discussed by project maintainers
Stale
labels
Aug 16, 2024
9 tasks
Michaelpalacce
added a commit
that referenced
this issue
Jan 14, 2025
…on components (#581) * refactor: Moved `ConfigurationVraNg` to new place Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * fix: `AbstractIacMojo` import for Configuration vrang Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * refactor: Moved models Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * refactor!: Moved VRANG Stores Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * refactor!: Moved the rest clients and helpers Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * refactor!: Moved tests to correct place Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * docs: Added a notice for aria migration Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * test: Fixed package Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * style(lint): A bunch of lint changes. Disabled VisibilityModifier rule Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * style(lint): Lint fixes Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * style(lint): Clearning out linting issues Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * fix: Imports Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * style(lint): Final lint issues Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * style(lint): Don't know what the linter wants at this point.. Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * fix: build docs Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * fix: Docs build Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * docs: Added release docs Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * refator(aria-automation): Updated path Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> * Update common/artifact-manager/src/main/java/com/vmware/pscoe/iac/artifact/IMPORTANT.md Co-authored-by: Venelin Bakalov <bakalovv@vmware.com> Signed-off-by: Stefan Genov <sgenov@vmware.com> * Update docs/versions/latest/Release.md Co-authored-by: Venelin Bakalov <bakalovv@vmware.com> Signed-off-by: Stefan Genov <sgenov@vmware.com> --------- Signed-off-by: Stefan Genov <stefan.genov@broadcom.com> Signed-off-by: Stefan Genov <sgenov@vmware.com> Co-authored-by: Venelin Bakalov <bakalovv@vmware.com>
VenelinBakalov
added a commit
that referenced
this issue
Jan 17, 2025
…mponents [artifact-manager,plugins,installer] (#305) Restructure Aria Operations components
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/artifact-manager
Relates to the `artifact-manager` maven module
kind/refactor
Refactoring of existing features
lang/java
Related to Java Code
triage/accepted
The issue was accepted and will be done
Description
The structure of
artifact-manager
needs to be refactored to be better structured. Currently there is almost no structure and classes are added to random places.Examples
store
folder hasfilters
, I'd assume that different stores should be put hereStore classes not under
store
folderSpecial structure for vRLI under
rest/client
, but no other clients presentMisplaced models
Proposal
artifact-new
this is just a placeholder, the sameartifact
folder should be used.common
folder contains any common components that can be used by the other archetypesThe text was updated successfully, but these errors were encountered: