generated from aboutcode-org/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Expose new scan queue to many workers #49 #290
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pombredanne
changed the title
Scan queue and process update #49
Expose new scan queue to many workers #49
Feb 15, 2024
JonoYang
force-pushed
the
49-scan-queue-update
branch
3 times, most recently
from
February 22, 2024 00:11
f225076
to
0ed31d6
Compare
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Create test for ScannableURI API Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Update tests Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
force-pushed
the
49-scan-queue-update
branch
from
February 27, 2024 02:19
0ed31d6
to
c4a7d52
Compare
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Guard scan_queue API endpoint Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
9 tasks
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Do not overwrite spdx license fields as these are generated * set Package fields to be nullable Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Test to see if package data can be updated from indexing Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
force-pushed
the
49-scan-queue-update
branch
from
March 18, 2024 19:00
c41dda0
to
b0b8ddd
Compare
* Add tests for validate_uuid * Test for missing scan_status in update_status Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
force-pushed
the
49-scan-queue-update
branch
from
March 19, 2024 01:43
560368e
to
5de9076
Compare
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
force-pushed
the
49-scan-queue-update
branch
from
March 19, 2024 01:48
5de9076
to
6fbd43b
Compare
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
force-pushed
the
49-scan-queue-update
branch
from
March 19, 2024 02:09
254edd1
to
6e6f3b9
Compare
* Update quotes Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
force-pushed
the
49-scan-queue-update
branch
from
March 19, 2024 02:23
6e6f3b9
to
abb6439
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JonoYang LGTM
Signed-off-by: Jono Yang <jyang@nexb.com>
TG1999
approved these changes
Mar 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds a new endpoint that exposes the scanning queue pending requests.
The design is exposed in #236
The client side is in aboutcode-org/scancode.io#1078
The original issue that started this work is at #49