generated from aboutcode-org/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 30
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
scan queue API redesign #504
Comments
JonoYang
added a commit
that referenced
this issue
Jul 20, 2024
* Handle webhook response from scancode.io Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 22, 2024
* Handle webhook response from scancode.io Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 24, 2024
* Handle webhook response from scancode.io Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 24, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 24, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 24, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 26, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 29, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 30, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 30, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 31, 2024
* We are going to use user.id for now to avoid migration issues Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 31, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 31, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 31, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 31, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 31, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 31, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 31, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 31, 2024
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Jul 31, 2024
* Add docstring for index_package_scan Signed-off-by: Jono Yang <jyang@nexb.com>
We now have the API endpoint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the scan queue API has two endpoints:
/api/scan_queue/get_next_download_url/
/api/scan_queue/update_status/
The worker gets the next download url from
/api/scan_queue/get_next_download_url/
and then performs a scan on it, then uses the/api/scan_queue/update_status/
to send back results or to indicate a failure.It may be more logical to organize the scan queue API such that the
update_status
functions are actions on the scannable_uri instances themselves.The text was updated successfully, but these errors were encountered: