-
Notifications
You must be signed in to change notification settings - Fork 12
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
Implement persistent findings storage - Part 2 #493
Merged
andream16
merged 12 commits into
main
from
andream16/feature/saas-610/implement-findings-storage-gateway-reader-and-writer/pt-2
Dec 16, 2024
Merged
Implement persistent findings storage - Part 2 #493
andream16
merged 12 commits into
main
from
andream16/feature/saas-610/implement-findings-storage-gateway-reader-and-writer/pt-2
Dec 16, 2024
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
andream16
force-pushed
the
andream16/feature/saas-610/implement-findings-storage-gateway-reader-and-writer/pt-2
branch
6 times, most recently
from
December 10, 2024 16:51
fc15309
to
116374d
Compare
andream16
force-pushed
the
andream16/feature/saas-610/implement-findings-storage-gateway-reader-and-writer/pt-2
branch
4 times, most recently
from
December 11, 2024 17:46
cf64439
to
20c6c27
Compare
andream16
changed the title
[WIP] - Implement persistent findings storage - Part 2
Implement persistent findings storage - Part 2
Dec 12, 2024
andream16
requested review from
northdpole,
ptzianos,
dlicheva and
PTruscott
December 12, 2024 10:01
andream16
commented
Dec 12, 2024
andream16
commented
Dec 12, 2024
andream16
commented
Dec 12, 2024
andream16
commented
Dec 12, 2024
andream16
commented
Dec 12, 2024
andream16
commented
Dec 12, 2024
andream16
commented
Dec 12, 2024
andream16
commented
Dec 12, 2024
andream16
commented
Dec 12, 2024
andream16
commented
Dec 12, 2024
dlicheva
reviewed
Dec 12, 2024
andream16
force-pushed
the
andream16/feature/saas-610/implement-findings-storage-gateway-reader-and-writer/pt-2
branch
from
December 15, 2024 17:51
f526951
to
6e073da
Compare
andream16
force-pushed
the
andream16/feature/saas-610/implement-findings-storage-gateway-reader-and-writer/pt-2
branch
3 times, most recently
from
December 15, 2024 18:16
f2dbb96
to
fc988ae
Compare
andream16
commented
Dec 15, 2024
andream16
commented
Dec 15, 2024
dlicheva
reviewed
Dec 16, 2024
PTruscott
approved these changes
Dec 16, 2024
dlicheva
reviewed
Dec 16, 2024
dlicheva
reviewed
Dec 16, 2024
dlicheva
approved these changes
Dec 16, 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.
Looks good to me! I've only added some optional comments.
ptzianos
approved these changes
Dec 16, 2024
PTruscott
reviewed
Dec 16, 2024
sdk/component/store/remote/postgresql/sqlc/migrations/20241209103854_findings_table.sql
Show resolved
Hide resolved
…ty type and storages. # Conflicts: # sdk/component/conf.go # sdk/component/runner.go
# Conflicts: # sdk/component/store/local/store.go # sdk/component/store/local/storer_test.go
andream16
force-pushed
the
andream16/feature/saas-610/implement-findings-storage-gateway-reader-and-writer/pt-2
branch
from
December 16, 2024 12:34
fc988ae
to
66e95b1
Compare
dlicheva
approved these changes
Dec 16, 2024
andream16
deleted the
andream16/feature/saas-610/implement-findings-storage-gateway-reader-and-writer/pt-2
branch
December 16, 2024 12:40
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.
Will open it once I refactor some things based on changes in schema.
Part 2 of #492.
How to review these changes
Q/A