Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add CI job to act as a canary for testing against latest dependencies #12472

Merged
merged 30 commits into from
Apr 20, 2022

Commits on Apr 14, 2022

  1. WIP pip install from wheel job

    David Robertson committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    7667444 View commit details
    Browse the repository at this point in the history
  2. Try to run action?

    David Robertson committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    b28c551 View commit details
    Browse the repository at this point in the history
  3. Try to run postgres tests too

    David Robertson committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    0a591a1 View commit details
    Browse the repository at this point in the history
  4. Install package whoopsie

    David Robertson committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    6715324 View commit details
    Browse the repository at this point in the history
  5. sytest?

    David Robertson committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    96e228d View commit details
    Browse the repository at this point in the history
  6. Changelog

    David Robertson committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    ea9cf7f View commit details
    Browse the repository at this point in the history
  7. sytest on postgres too

    David Robertson committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    da400f1 View commit details
    Browse the repository at this point in the history
  8. Trypy mypy

    David Robertson committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    094f310 View commit details
    Browse the repository at this point in the history
  9. Notes and fixes

    David Robertson committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    5b2ddcc View commit details
    Browse the repository at this point in the history
  10. Actually upgrade packages

    David Robertson committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    3fbcf54 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Clarify comment

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    David Robertson and clokep authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    52cce2c View commit details
    Browse the repository at this point in the history
  2. Commit to running mypy in this job

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    David Robertson and clokep authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    293c1ee View commit details
    Browse the repository at this point in the history
  3. Make sure we poetry run pip

    We want to modify the package versions in poetry's venv
    David Robertson committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    efda082 View commit details
    Browse the repository at this point in the history
  4. Paranoia: single pip invocation

    David Robertson committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    76aca20 View commit details
    Browse the repository at this point in the history
  5. Try to only update runtime packages, not dev deps

    David Robertson committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    93652a0 View commit details
    Browse the repository at this point in the history
  6. Comment justifying strategy

    David Robertson committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    e6b786e View commit details
    Browse the repository at this point in the history
  7. Debug: why is mypy not reading config?

    David Robertson committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    643444d View commit details
    Browse the repository at this point in the history
  8. Back to export

    David Robertson committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    71ab574 View commit details
    Browse the repository at this point in the history
  9. Another attempt

    David Robertson committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    54e9dd6 View commit details
    Browse the repository at this point in the history
  10. No, we really should use pip

    because otherwise we're not going to get upper bounds and exclusions
    from pyproject.toml
    David Robertson committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    522906c View commit details
    Browse the repository at this point in the history
  11. Confirm uninstall

    David Robertson committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    0c22165 View commit details
    Browse the repository at this point in the history
  12. Try just using poetry

    David Robertson committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    9d1ead3 View commit details
    Browse the repository at this point in the history
  13. try beta poetry

    David Robertson committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    c841847 View commit details
    Browse the repository at this point in the history
  14. Update comment

    David Robertson committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    715fb1b View commit details
    Browse the repository at this point in the history
  15. Typo fix

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    David Robertson and clokep authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    d0819a9 View commit details
    Browse the repository at this point in the history
  16. Try trial without installing in editable mode

    David Robertson committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    54d368c View commit details
    Browse the repository at this point in the history
  17. Another attempt at trial

    David Robertson committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    0b57eb9 View commit details
    Browse the repository at this point in the history
  18. Third attempt at trial

    David Robertson committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    81b98b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Update job description comment

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    David Robertson and clokep authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    36ef3c2 View commit details
    Browse the repository at this point in the history
  2. Enable the issue-raiser; remove debug

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    David Robertson and clokep authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    b2f6da2 View commit details
    Browse the repository at this point in the history