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

Report Rerun feature #1348

Open
wants to merge 57 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
cd40748
spike on refresh feature
stalgiag Feb 7, 2025
bb1a2ae
Post results to new test plan runs
stalgiag Feb 11, 2025
206d397
Cleanup inline requires in atuomation-scheduler test
stalgiag Feb 11, 2025
ae660b4
Disentangle circular dependency
stalgiag Feb 11, 2025
063d038
Further refactor to separate concerns further, prevent circ dependencies
stalgiag Feb 11, 2025
06f2c3f
Resolve missing function, add createCollectionJobsFromPreviousVersion…
stalgiag Feb 11, 2025
2089579
First pass, testing assertion copying behavior
stalgiag Feb 11, 2025
25e65e3
Simplify createCollectionJobsFromPreviousVersion integration test
stalgiag Feb 12, 2025
fee0837
Better algorithm for determining whether run is refreshable
stalgiag Feb 12, 2025
0b2d937
Additional test coverage for new implementation
stalgiag Feb 12, 2025
3e9338f
No refresh if not runs with applicable results
stalgiag Feb 13, 2025
1535ec7
Clean up, rename to createCollectionJobsFromPreviousAtVersion
stalgiag Feb 13, 2025
836bbdd
No minimumAtVersion for cloned report
stalgiag Feb 13, 2025
d3c4e02
Remove unnecessary version validation in scheduleCollectionJobResolver
stalgiag Feb 13, 2025
70bbf60
Merge branch 'development' into refresh-runs-at-version
stalgiag Feb 13, 2025
219ec1a
Update snaps
stalgiag Feb 13, 2025
7c3b19e
Updates snaps
stalgiag Feb 13, 2025
c8d5987
Fix snap merge issue
stalgiag Feb 13, 2025
43f984c
Resolve addtl snap merge issue
stalgiag Feb 13, 2025
c66f528
Working verdict copying
stalgiag Feb 19, 2025
d998e43
Correct auto finalization behavior on refresh
stalgiag Feb 20, 2025
61571af
Also test that report is not finalized when not all output is the same
stalgiag Feb 20, 2025
cf631fc
Mock UI
stalgiag Feb 24, 2025
2466bd1
First pass at tabbed panel
stalgiag Mar 7, 2025
0a8f950
Remove excessive aria-attributes
stalgiag Mar 7, 2025
c45c623
No bottom border on Test Queue page
stalgiag Mar 7, 2025
966f898
Rename to re-run, support multiple older versions
stalgiag Mar 11, 2025
7af63e8
Mobile styles, additional renames
stalgiag Mar 11, 2025
e1de504
First pass at connecting UI to backend
stalgiag Mar 18, 2025
2e47a28
partially working
stalgiag Mar 18, 2025
4da778e
return report instead
stalgiag Mar 18, 2025
349ab29
style changes when no re-runs available
stalgiag Mar 18, 2025
3b95418
simplification
stalgiag Mar 18, 2025
630dfa4
Fix historical validation code
stalgiag Mar 19, 2025
f34a901
Working verdict copying
stalgiag Mar 19, 2025
e5ef5f1
Update tests
stalgiag Mar 19, 2025
64abf84
Updates for tests
stalgiag Mar 19, 2025
f158615
break up component
stalgiag Mar 19, 2025
e3d7d12
Merge branch 'development' into ui-refresh-runs
stalgiag Mar 19, 2025
65a4d46
Snaps
stalgiag Mar 19, 2025
e2cb12b
First pass at persistent update events
stalgiag Mar 20, 2025
336cdcb
simpler model for UpdateEvents
stalgiag Mar 20, 2025
2d405de
Remove unecessary announcement element, renames
stalgiag Mar 20, 2025
59fb084
More focused rename
stalgiag Mar 20, 2025
8d8d312
Update Event for verdict copying/finalization
stalgiag Mar 20, 2025
57aa62b
updates for tests
stalgiag Mar 20, 2025
a7bf517
Auto increment identity and ignore vscode settings
stalgiag Mar 21, 2025
fe08155
e2e test for ReportRerun
stalgiag Mar 21, 2025
423a10c
UpdateEvent service and model tests
stalgiag Mar 21, 2025
9a8e8a1
simplify errors in automationcontroller
stalgiag Mar 21, 2025
0a4dd5a
Revert odd changes to CHANGELOG
stalgiag Mar 21, 2025
1c4f5a2
cleanup
stalgiag Mar 21, 2025
d6ba48e
Swap wait for network idle with more precise wait target in AtVersion…
stalgiag Mar 21, 2025
8ebf0fb
Try to address flakiness in server tests
stalgiag Mar 21, 2025
229a4ff
Longer timeout for flakey tests in CI
stalgiag Mar 22, 2025
5ed79c0
Silence warnings, report rerun test simplification
stalgiag Mar 22, 2025
c711871
Set UpdateEvent Sequence in test dump
stalgiag Mar 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,6 @@ client/resources

#temp files for import-tests
server/scripts/import-tests/tmp

#IDE settings
.vscode/settings.json
Loading
Loading