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-43103: Add ObservationInfo.can_see_sky property #73

Merged
merged 14 commits into from
Mar 28, 2024
Merged

Commits on Mar 26, 2024

  1. Modernize ruff configuration

    timj committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b544a59 View commit details
    Browse the repository at this point in the history
  2. Add base can_see_sky property

    timj committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0b90da0 View commit details
    Browse the repository at this point in the history
  3. Fixes founds by ruff

    timj committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    05357cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58f915e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cc3426 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f1f019 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b8ba30 View commit details
    Browse the repository at this point in the history
  8. Use newer codecov action

    timj committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c9ba902 View commit details
    Browse the repository at this point in the history
  9. Allow default output stream to be None

    This lets click override stdout for testing, which it can't
    do if sys.stdout is forced to be the default.
    timj committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    04a786f View commit details
    Browse the repository at this point in the history
  10. Remove internal errstream parameter and replace with logging

    Defaulting to sys.stderr hides it from click. Rather than
    trying to use click.echo replace it with a logger (which
    will default to using sys.stderr).
    timj committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e2071a6 View commit details
    Browse the repository at this point in the history
  11. Fix logger usage in main cli

    timj committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    bf3657e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    c1a5825 View commit details
    Browse the repository at this point in the history
  2. Add some coverage configuration

    This will stop it complaining about some lines that are never
    going to be hit in a test.
    timj committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9dc425e View commit details
    Browse the repository at this point in the history