Skip to content
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

Add Virtual Objects #479

Merged
merged 34 commits into from
Jun 20, 2024
Merged

Add Virtual Objects #479

merged 34 commits into from
Jun 20, 2024

Conversation

helderbetiol
Copy link
Collaborator

@helderbetiol helderbetiol commented Jun 13, 2024

Description

Adds Virtual Object functionality to CLI, API and APP. It also includes:

  • Rename all endpoint that had - replacing it by _ to be coherent with the API categories and collections.
  • Force remove network from a tenant when deleting it.
  • Complex search field on select objects page.

Fixes #476, #473

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Local test

@helderbetiol helderbetiol linked an issue Jun 13, 2024 that may be closed by this pull request
* feat(api) replace - by _

To be uniform with collections and category fields

* feat(api) implement virtual objs

* fix(back) force remove network on delete tenant

* feat(cli) add virtual objs

* feat(app) add virtual objs

* feat(app) add translations

* fix(cli) replace - by _

* fix(cli) replace - by _

* fix(api) get phierarchy with vobj

* fix(api) vobj always with tags

* feat(cli) add layers to virtual

* feat(api) adjustments for virtual

* fix(cli) tests

* fix(api) tests

* refactor(api) simplify validateParent

* refactor(cli) simplify name change on virtual root

* refactor(cli) simplify layer FromObjects

* refactor(cli) simplify update vlinks

* feat(cli) add +vobj tests

* feat(cli) add vlink update test

* feat(cli) test ls vobj

* feat(api) update test and doc

* refactor(api) improve Cognitive Complexity

* fix(api) fix tests
@helderbetiol helderbetiol linked an issue Jun 19, 2024 that may be closed by this pull request
Copy link

@helderbetiol helderbetiol merged commit 77ce4a9 into main Jun 20, 2024
12 checks passed
@helderbetiol helderbetiol deleted the feat476-virtual-objects branch June 20, 2024 13:53
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.

Add virtual objects Add complex filter to APP
1 participant