-
-
Notifications
You must be signed in to change notification settings - Fork 647
Add Evidence Management Dashboard #5057
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
Draft
rudransh-shrivastava
wants to merge
59
commits into
OWASP:feature/bod-candidate-transparency
Choose a base branch
from
rudransh-shrivastava:feature/bod-claim-dash-cherry-claim-2
base: feature/bod-candidate-transparency
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+6,821
−54
Draft
Changes from 52 commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
b4f565b
cherry pick claim related files
rudransh-shrivastava 731811c
display spinner when fetching data, show toast for reorder, fixes
rudransh-shrivastava 1af6996
backend: update claim mutations to return claim object
rudransh-shrivastava bd4a54a
select claim/claims in mutations
rudransh-shrivastava e80f85e
avoid refetching queries on mutation, use returned claim object
rudransh-shrivastava a15bf82
add timeout to toasts
rudransh-shrivastava ab08b9c
remove unused queries temporarily
rudransh-shrivastava 3d5f326
reduce queries network calls by merging queries
rudransh-shrivastava 625db7b
use status enum instead of strings
rudransh-shrivastava 867c94f
add claim type
rudransh-shrivastava 974318e
backend: add has_evidence
rudransh-shrivastava 3d65c52
add has evidence label
rudransh-shrivastava 88af465
add unit tests for bod dashboard page
rudransh-shrivastava b5e6c6d
add tests
rudransh-shrivastava 497af6c
add e2e tests
rudransh-shrivastava 00ae269
undo backend change
rudransh-shrivastava 79d1a7c
bot comments
rudransh-shrivastava bb605c7
bot comments
rudransh-shrivastava 93a7d07
improve skip condition
rudransh-shrivastava 6370b08
backend: annotate has_evidence
rudransh-shrivastava 4157b4e
Merge branch 'feature/bod-candidate-transparency' into feature/bod-cl…
rudransh-shrivastava f0112e9
apply bot comments
rudransh-shrivastava d68477c
improve breadcrumbs
rudransh-shrivastava 7b56553
backend: add test for annotate has evidence
rudransh-shrivastava 6fe2194
update code
rudransh-shrivastava c6ea05b
apply bot suggestions
rudransh-shrivastava fd34abb
fix tests
rudransh-shrivastava 6fbd993
improve test coverage
rudransh-shrivastava 8f4fe72
fix e2e test
rudransh-shrivastava 640208f
fmt frontend files
rudransh-shrivastava 55466a9
fix sonar qube and bot issues
rudransh-shrivastava b502f9b
fix double click on keypress
rudransh-shrivastava ee4005b
update code
rudransh-shrivastava bcc61fa
add disableAnimation to Button
rudransh-shrivastava 9c34d81
cherry pick evidence related files
rudransh-shrivastava 2caede4
update pnpm lock
rudransh-shrivastava 29097a0
add back missing query and generate
rudransh-shrivastava a2073d2
fix skip: condition
rudransh-shrivastava 4808531
remove refetchQueries and use mutation returned object
rudransh-shrivastava 1c3c434
fix validation by removing .
rudransh-shrivastava 1ba8581
fix isSyncing bug
rudransh-shrivastava 3eff335
move access denied display up
rudransh-shrivastava 719325c
fix titles
rudransh-shrivastava 71fa26b
update code
rudransh-shrivastava abc3ec6
remove double queries
rudransh-shrivastava 1de83ec
add unit tests
rudransh-shrivastava 2c6eb8b
add e2e tests
rudransh-shrivastava bebd592
bot comments
rudransh-shrivastava 7642e6e
fix packages
rudransh-shrivastava 1971106
claim: improvements to claim related code
rudransh-shrivastava f84694a
claim: add annotate to single node query
rudransh-shrivastava 73a00d6
apply bot suggestions
rudransh-shrivastava c076ec0
claim: bot comments
rudransh-shrivastava e782776
update status to use enum
rudransh-shrivastava 251b0c3
fix tests
rudransh-shrivastava 26b1cc4
show toast on download file error
rudransh-shrivastava 23f9e2f
clear errors when file is selected
rudransh-shrivastava 018cdfe
bot comments
rudransh-shrivastava e196122
clear mocks before use
rudransh-shrivastava File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| export const authCookies = [ | ||
| { | ||
| name: 'csrftoken', | ||
| value: 'abc123', | ||
| domain: 'localhost', | ||
| path: '/', | ||
| }, | ||
| { | ||
| name: 'nest.session-id', | ||
| value: 'test-session-id', | ||
| domain: 'localhost', | ||
| path: '/', | ||
| }, | ||
| { | ||
| name: 'next-auth.csrf-token', | ||
| value: 'test-csrf-token', | ||
| domain: 'localhost', | ||
| path: '/', | ||
| }, | ||
| { | ||
| name: 'next-auth.callback-url', | ||
| value: '/', | ||
| domain: 'localhost', | ||
| path: '/', | ||
| }, | ||
| { | ||
| name: 'next-auth.session-token', | ||
| value: 'test-session-token', | ||
| domain: 'localhost', | ||
| path: '/', | ||
| }, | ||
| ] |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.