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

chore: add library functions supporting new component command #10

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

cmars
Copy link
Contributor

@cmars cmars commented Jul 25, 2023

Library functions supporting an upcoming component command, which will support bulk tagging large amounts of projects in an org to define software components according to rules.

These functions define the rules schema and execution as filters which will operate over extended project resource attributes.

An API client layer is introduced, which will initially be used for the new component command, but intended for use in other commands with followup refactoring. The API client layer supports automatic backoff retries with jitter, so that large bulk operations are not trivially disrupted by network issues or rate limits.

pyproject.toml Outdated Show resolved Hide resolved
Library functions supporting an upcoming `component` command, which will
support bulk tagging large amounts of projects in an org to define
software components according to rules.

These functions define the rules schema and execution as filters which
will operate over extended project resource attributes.

An API client layer is introduced, which will initially be used for the
new `component` command, but intended for use in other commands with
followup refactoring. The API client layer supports automatic backoff
retries with jitter, so that large bulk operations are not trivially
disrupted by network issues or rate limits.
@EricFernandezSnyk EricFernandezSnyk merged commit cf167fc into snyk-labs:main Jul 26, 2023
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.

2 participants