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

feat(api): add provider to asset and to asset scan #726

Merged
merged 2 commits into from
Oct 4, 2023

Conversation

paralta
Copy link
Contributor

@paralta paralta commented Sep 29, 2023

Description

Last change to close Issue #637, blocked by PR #714 (only last 2 commits are actually for the current PR).

Please find feature design details in discussion #581.

  • Each Asset can be found by different Providers, therefore the asset object needs a providers field to track the list of providers where it was found.
  • Once created, an Asset Scan needs to be assigned a Provider which will be responsible for picking it up, therefore the asset scan object needs a provider field to track it.

Type of Change

[ ] Bug Fix
[x] New Feature
[ ] Breaking Change
[ ] Refactor
[ ] Documentation
[ ] Other (please describe)

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

@paralta paralta self-assigned this Sep 29, 2023
@paralta paralta added the component:api Issues related to API label Sep 29, 2023
@paralta paralta linked an issue Sep 29, 2023 that may be closed by this pull request
api/openapi.yaml Outdated Show resolved Hide resolved
api/openapi.yaml Outdated Show resolved Hide resolved
@paralta paralta force-pushed the issue637-add-provider-to-asset branch from d35b0ed to 968ac4d Compare October 2, 2023 14:58
@paralta paralta changed the title feat(api): add provider ids to asset and to asset scan feat(api): add provider to asset and to asset scan Oct 2, 2023
@paralta paralta force-pushed the issue637-add-provider-to-asset branch from 968ac4d to ed3629b Compare October 3, 2023 14:48
@paralta paralta removed the blocked label Oct 3, 2023
@paralta paralta marked this pull request as ready for review October 3, 2023 14:53
@paralta paralta requested a review from a team as a code owner October 3, 2023 14:53
@paralta paralta requested a review from Tehsmash October 3, 2023 14:53
@paralta paralta force-pushed the issue637-add-provider-to-asset branch from ed3629b to 4db6a8c Compare October 3, 2023 16:28
@paralta paralta force-pushed the issue637-add-provider-to-asset branch from 4db6a8c to d8ebdb0 Compare October 4, 2023 10:40
@paralta
Copy link
Contributor Author

paralta commented Oct 4, 2023

@Tehsmash can you please review this one? it is blocked with your change request

@paralta paralta added this pull request to the merge queue Oct 4, 2023
Merged via the queue into main with commit 6f6a3d1 Oct 4, 2023
20 checks passed
@paralta paralta deleted the issue637-add-provider-to-asset branch October 4, 2023 15:29
@chrisgacsal chrisgacsal mentioned this pull request Nov 6, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:api Issues related to API
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Create new API objects
3 participants