Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Add a GetExpand trait for initializing Expand objects in our tasks #3553

Merged
merged 36 commits into from
Oct 19, 2023

Commits on Oct 12, 2023

  1. Release 8.7.1 (hotfix) (#3459)

    * Remove the retention policy setting (#3452)
    
    ---------
    
    Co-authored-by: Cheick Keita <chkeita@microsoft.com>
    2 people authored and kananb committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    6a2ad0f View commit details
    Browse the repository at this point in the history
  2. Revert "Release 8.7.1 (hotfix) (#3459)" (#3468)

    This reverts commit c69deed.
    AdamL-Microsoft authored and kananb committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    bab4256 View commit details
    Browse the repository at this point in the history
  3. Add a ToExpand trait

    kananb committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    6c5f985 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e61ac5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1dbd8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f553c0c View commit details
    Browse the repository at this point in the history
  7. Fix import issues

    kananb committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    aa7415f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0ac5e3 View commit details
    Browse the repository at this point in the history
  9. Implement tests for merge task

    kananb committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5a83b09 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d15ab70 View commit details
    Browse the repository at this point in the history
  11. Resolve merge conflict

    kananb committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    66ef8a3 View commit details
    Browse the repository at this point in the history
  12. Undo comment

    kananb committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5925b97 View commit details
    Browse the repository at this point in the history
  13. Update comments

    kananb committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    19715c0 View commit details
    Browse the repository at this point in the history
  14. Undo unintentional changes

    kananb committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    27792f4 View commit details
    Browse the repository at this point in the history
  15. Add missing newline

    kananb committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c3ca50e View commit details
    Browse the repository at this point in the history
  16. Fix build checks

    kananb committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    245117a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d35e767 View commit details
    Browse the repository at this point in the history
  18. Fix linux test imports

    kananb committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    de995b6 View commit details
    Browse the repository at this point in the history
  19. Fix indented line

    kananb committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b0e4163 View commit details
    Browse the repository at this point in the history
  20. Fix build checks

    kananb committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    63b36cb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    367a3e3 View commit details
    Browse the repository at this point in the history
  22. Format code

    kananb committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3fe1098 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7f0a510 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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

Commits on Oct 18, 2023

  1. Upgrade proptest version

    kananb committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    fecaee4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa30c68 View commit details
    Browse the repository at this point in the history
  3. Remove the GetExpand trait

    kananb committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9337a78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc00e56 View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    kananb committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d907473 View commit details
    Browse the repository at this point in the history
  6. Remove unused import

    kananb committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    304c737 View commit details
    Browse the repository at this point in the history
  7. Fix PR comments (see full message for details)

    - Stop initializing target_exe in get_expand() for the dotnet coverage task
      since it's overwritten when the expander is used.
     - Expand the inputs field from the generic merge task as generated_inputs.
    kananb committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d9a86b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d63377 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    a0743dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9f8b22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbd6f26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d859cbb View commit details
    Browse the repository at this point in the history