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

April 29, 2024 Production Release #1063

Merged
merged 4 commits into from
Apr 29, 2024
Merged

April 29, 2024 Production Release #1063

merged 4 commits into from
Apr 29, 2024

Commits on Apr 10, 2024

  1. feat: Enhance copy results functionality (#967)

    Addresses #935 by resolving several issues identified with the current test results copying process.
    
    * Supports preserving results of a test even when a command has been removed, added or updated between test versions.
    * Previously, if an older test plan report was marked as final, the newly created test plan report would also be marked as final. Instead, the newly created test plan report will always be created as final to allow test administrators to be able to make changes if required and mark as final again, if appropriate.
    * Adds support for copying results from an advanced phase instead of just the phase being overwritten. For eg. results would only be copied from DRAFT if the older version is currently in DRAFT but wouldn't have if the older version was in CANDIDATE. This is now being done.
    * Now allows results to be copied if adding to Test Queue for a specific combination and an older version exists with that combination that also has valid results. Previously this was only supported by the using the 'Advance to Phase' button on the Data Management page. But if for whatever reason, a report's combination was missed there would be no way to now get that result back. This allows for the result to be included again when adding to the Test Queue with a dialog pop up for an admin to confirm if they want to make a new report or copy the old results (if any exists).
    howard-e authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3a4d3c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    8b46827 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge pull request #1062 from w3c/development

    April 29, 2024 Release
    howard-e authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    47f9f51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e8c47b View commit details
    Browse the repository at this point in the history