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

Add collapsible areas for Test Plan Versions History page #794

Merged
merged 32 commits into from
Oct 18, 2023
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d2599d5
Fix bug that would allow testPlanVersion to be updated to RECOMMENDED…
howard-e Aug 21, 2023
cc1ec2d
Refine raise an issue behavior (#753)
alflennik Aug 24, 2023
e31ecab
Fix for test results not being automatically saved when navigating th…
howard-e Aug 24, 2023
3357740
Filter and sort functionality for Data Management table (#750)
stalgiag Aug 28, 2023
232f0d0
Explicitly support 'DEPRECATED' phase for `TestPlanVersion.phase` (#749)
howard-e Aug 28, 2023
8c85daa
Ensure only reports marked as final are displayed on /embed/reports/<…
howard-e Aug 29, 2023
3f64387
Fix test
howard-e Aug 29, 2023
3ed8eac
Update failing test
howard-e Aug 29, 2023
f3823b0
Adjust semantic structure on Data Management Page (#752)
howard-e Aug 29, 2023
452f9bb
Adjust BasicModal to support AtAndBrowserDetailsModal closing
howard-e Aug 29, 2023
a3b8dbe
Stop assign menu dropdown from creating unintended bottom space with …
howard-e Aug 29, 2023
112d948
Formatting
howard-e Aug 29, 2023
fffdb62
Close #755
howard-e Aug 30, 2023
b3366b3
Close #754
howard-e Aug 30, 2023
66267cc
Remove superfluous header from TestPlanReportStatusDialog (#766)
stalgiag Aug 30, 2023
15f22da
Revise required reports conditions (#764)
howard-e Aug 30, 2023
58920b0
Update Version History Page (#767)
howard-e Sep 6, 2023
04c15f6
Update date format used in aria-label
howard-e Sep 7, 2023
cfde565
Make version history a drop down
Paul-Clue Sep 25, 2023
bfdc284
comment out unused variable
Paul-Clue Sep 26, 2023
6bd041e
Fix responsiveness
Paul-Clue Sep 28, 2023
045d78c
Remove comments and logs
Paul-Clue Oct 2, 2023
6e6b435
Merge branch 'main' into callapsable-version-history
howard-e Oct 3, 2023
3cbbb4f
Changes after merge
howard-e Oct 3, 2023
04c74e3
Fix icon color
Paul-Clue Oct 3, 2023
cda2097
Fix padding for timeline heading
Paul-Clue Oct 3, 2023
30af5fd
Fix console errors and delete comments
Paul-Clue Oct 12, 2023
45d84d1
Fix errors in the browser console
Paul-Clue Oct 13, 2023
32796f9
Fix conflicts that caused error
Paul-Clue Oct 16, 2023
5f56367
Implement required changes from review
Paul-Clue Oct 17, 2023
2b8b280
Merge branch 'main' into callapsable-version-history
Paul-Clue Oct 18, 2023
11d45a4
Merge branch 'main' into callapsable-version-history
Paul-Clue Oct 18, 2023
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
Prev Previous commit
Next Next commit
Ensure only reports marked as final are displayed on /embed/reports/<…
…pattern>
howard-e committed Aug 29, 2023
commit 8c85daac915140421bfd14e29c631656f207bb05
1 change: 1 addition & 0 deletions server/apps/embed.js
Original file line number Diff line number Diff line change
@@ -46,6 +46,7 @@ const queryReports = async () => {
}
testPlanReports(
testPlanVersionPhases: [CANDIDATE, RECOMMENDED]
isFinal: true
) {
id
metrics