-
Notifications
You must be signed in to change notification settings - Fork 23
Create November 13, 2025 Release #1646
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
howard-e
wants to merge
17
commits into
releases
Choose a base branch
from
development
base: releases
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.
Draft
Conversation
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
* Spike on DB automation supporting AT version * Cleanup, update snaps * Undo accidental delete, banner in snapshots * Fix quoting mistake in schema * AtAndBrowserDetailsModal prettier bug * Add tests * Update documentation * Remove deprecated const
…1592) * Remove rest results from test queue query * server side caching for test plans * fix: remove unneeded draftTestPlanRuns from query * Delayed report rerun load with caching * Unnecessary fetch in test plan report status dialog * cache-first TestQueue * Aggressive Apollo caching * code splitting, lazy loading, don't query tests when not needed * remove query of User.at in TestQueue * do not query collection job for percent poll * don't query testPlanReportStatuses, TestQueue * Cache first TestQueue * webpack prefetching * report level fetch/refetch, TestQueue * report level fetch/refetch, TestQueue * Cleanup, lint * Delay git property load until disclosure open * Handle cache resolution on report rows * Better total scenario count resolver * Update snapshots * Delay fetching full testPlanReports * Use dataloader, honor attributes in test plan resolver * Fix TestQueue.test * Adjust assigntesterdropdown * Fix on hold * Refetch report rows on assign tester through ManageBotRunDialog, graphql test update * Wait for refetch in TestRun e2e test * Update snapshots * More waits for secondary load in the TestRun.e2e * Refetch collection job on cancel * Handle delayed row fetch in conditional render for feature table * Don't use eval click in TestRun.e2e. * TestRun.e2e don't attempt click if el not found * ReportRerun, wait for table with tab loads * Update webpack.prod.js * Correct version sorting * Add atversion to row query * refetch row after delay on start bot run in report * Update snaps * Update snapshots * Handle reload at subroute with Tab better * Fix tests after merge, update snaps * Update snapshots
* Update reports pages to display trend reports on candidate page and also display minimum and exact AT version information where applicable * Fix Reports e2e test
…1643) * fix: populate test plan versions and filter on first disclosure open * Don't rely on TestPlanVersion.title because of future chance of mismatch --------- Co-authored-by: Howard Edwards <[email protected]>
* Clearly note instructions on running the setup script across review pages and TestRenderer * Revert aria-at branch to master
…t initial reports (#1649) * fix: allow add test plans disclosure to add test plan versions without initial reports * Update snapshots
Since directory names now include a /. eg. 'alert' -> 'apg/alert' and those directory names have gotten directly used in this selector. The / isn't valid for document.querySelector(). This ensures it is properly escaped.
* Add missing testResultsLength to TEST_QUEUE_EXPANDED_ROW_QUERY * Update snapshots * Update mocks * Ignore addViewerResolver error if not critical * Fix not being able to close mark as final dialog
…effects expected mutations (#1653) * Omit new fields for negativeSideEffects from conflicts comparison * Support update and deletion of negativeSideEffects since new encoding id process * Include migration to update previously submitted mismatched failed and untestable results across runs * Add missing testPlanReportId to migration
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.
Includes the following changes:
vendors.txtto dictate Vendor id in seeder #1621aria-at-appandaria-atinteract throughimport-tests#1642querySelectorcall when deleting Test Queue reports #1647RECOMMENDEDand restore negative side effects expected mutations #1653, which addresses Test plans can't be moved from candidate to recommended on staging #1652