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

CI #116

Merged
merged 42 commits into from
Mar 1, 2024
Merged

CI #116

merged 42 commits into from
Mar 1, 2024

Commits on Feb 28, 2024

  1. We're not using mypy anymore

    ekiefl committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    47b7ee6 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Make pyright conversion official

    - I had been using it in my IDE, but now it's going to be part of CI
    ekiefl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    638c6ec View commit details
    Browse the repository at this point in the history
  2. First test with CI

    ekiefl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c9ca5fe View commit details
    Browse the repository at this point in the history
  3. CODEOWNERS file

    - Granting myself global ownership
    ekiefl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    08cd1c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2d0860 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3dd1c7 View commit details
    Browse the repository at this point in the history
  6. change order of importance

    ekiefl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    987658c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab51a45 View commit details
    Browse the repository at this point in the history
  8. touchup

    ekiefl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7945348 View commit details
    Browse the repository at this point in the history
  9. Only test in pooltool/

    ekiefl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    073ce89 View commit details
    Browse the repository at this point in the history
  10. continue-on-error for all checks

    - check black and isort formatting
    ekiefl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6a14b87 View commit details
    Browse the repository at this point in the history
  11. Change test order

    ekiefl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f25f52e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    61edc01 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f7c41da View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0f3b2d5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    412b4df View commit details
    Browse the repository at this point in the history
  16. Update output

    ekiefl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3e71f03 View commit details
    Browse the repository at this point in the history
  17. remove pyright from pyproject

    ekiefl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7b7e142 View commit details
    Browse the repository at this point in the history
  18. Testing

    ekiefl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ae4e91a View commit details
    Browse the repository at this point in the history
  19. New idea

    ekiefl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e4a34a7 View commit details
    Browse the repository at this point in the history
  20. Another attempt

    ekiefl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0f301d3 View commit details
    Browse the repository at this point in the history
  21. test

    ekiefl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5e9ab9a View commit details
    Browse the repository at this point in the history
  22. test

    ekiefl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a1d7daa View commit details
    Browse the repository at this point in the history
  23. test

    ekiefl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    27d2e0f View commit details
    Browse the repository at this point in the history
  24. Finish CI job formatting for now

    - main job will fail if any of the other jobs fail
    ekiefl committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0d7595a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Fix all ruff complaints

    ekiefl committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    14bc57c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1542baa View commit details
    Browse the repository at this point in the history
  3. Touchup

    ekiefl committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    10b7ac4 View commit details
    Browse the repository at this point in the history
  4. Modernize error module

    ekiefl committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a52a1c2 View commit details
    Browse the repository at this point in the history
  5. Add types for terminal module

    ekiefl committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    04d5b15 View commit details
    Browse the repository at this point in the history
  6. Clean up pyright complaints

    ekiefl committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b9ffa72 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20ed90c View commit details
    Browse the repository at this point in the history
  8. Celebrate if CI tests pass

    ekiefl committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e0c6fe4 View commit details
    Browse the repository at this point in the history
  9. Fix doc format

    ekiefl committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b075092 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c0e56f View commit details
    Browse the repository at this point in the history
  11. Add verbosity

    ekiefl committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bc79742 View commit details
    Browse the repository at this point in the history
  12. add diff

    ekiefl committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5f7f413 View commit details
    Browse the repository at this point in the history
  13. Bump ruff

    ekiefl committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7823432 View commit details
    Browse the repository at this point in the history
  14. test

    ekiefl committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7fee828 View commit details
    Browse the repository at this point in the history
  15. Add versions

    ekiefl committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cde9545 View commit details
    Browse the repository at this point in the history
  16. asdf

    ekiefl committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bbf5af4 View commit details
    Browse the repository at this point in the history
  17. test

    ekiefl committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a3bf7c6 View commit details
    Browse the repository at this point in the history