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

DM-43101: Add exposure.can_see_sky metadata field #979

Merged
merged 19 commits into from
Mar 28, 2024
Merged

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    ee0a04d View commit details
    Browse the repository at this point in the history
  2. Refresh pre-commit

    timj committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2bf7801 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3010ad7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30c48ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93dabcd View commit details
    Browse the repository at this point in the history
  6. Use isinstance with |

    timj committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0305f38 View commit details
    Browse the repository at this point in the history
  7. Skip a test if this package is not pip installed

    scons does not (yet) install standard python package metadata so
    this test can fail if you have safir installed.
    timj committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d8e5bc4 View commit details
    Browse the repository at this point in the history
  8. Use tuple rather than Tuple

    timj committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c8bc1f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eca9638 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f84bb0f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    52cce0f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b18afdf View commit details
    Browse the repository at this point in the history
  13. Archive new universe as v7

    timj committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    640ee31 View commit details
    Browse the repository at this point in the history
  14. Add news fragment

    timj committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4258eea View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6fc7a84 View commit details
    Browse the repository at this point in the history
  16. Remove Union in simple type aliases

    After discussion with Jim Bosch we have agreed that multi-line
    type aliases can include Union for clarity and as a result of
    that the UP007 warning is now ignored.
    timj committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2b78d31 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0b18518 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a788d0e View commit details
    Browse the repository at this point in the history
  19. Fix Butler.get() type signature

    This was missing from a previous ticket.
    timj committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    54901b4 View commit details
    Browse the repository at this point in the history