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

Deprecate ReservationUnitPricing fields #1317

Merged
merged 11 commits into from
Oct 25, 2024

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    81327ad View commit details
    Browse the repository at this point in the history
  2. Deprecate ReservationUnitPricing.status field

    - Add `is_activated_on_begins` field
    - Refactor codebase to figure out the active price from the `begins`-field
    - Block publishing a reservation unit with invalid pricings
    ranta authored and matti-lamppu committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    912caa7 View commit details
    Browse the repository at this point in the history
  3. Deprecate ReservationUnitPricing.pricing_type field

    - Refactor codebase to figure out the pricing type from the `highest_price`-field
    ranta authored and matti-lamppu committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ab87d5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83ed070 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9dac0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6fa5d6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1df0c16 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b072c61 View commit details
    Browse the repository at this point in the history
  9. Prevent deletion of past pricings when omitting them from the request

    - Pricings that became active today are also prevented from deletion, but not prevented from modification
    ranta authored and matti-lamppu committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0c89b7d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a8f52dd View commit details
    Browse the repository at this point in the history
  11. Fix issues after rebase

    matti-lamppu committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    930e2ab View commit details
    Browse the repository at this point in the history