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

chore: replace datalayer ids with uuids #1630

Merged
merged 14 commits into from
Mar 5, 2024
Merged

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    6b7efda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c46f59e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5fd72f View commit details
    Browse the repository at this point in the history
  4. chore: fix tests

    almet committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    1415f96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d18a32b View commit details
    Browse the repository at this point in the history
  6. chore: update migrations

    almet committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f869d77 View commit details
    Browse the repository at this point in the history
  7. chore: ruff format

    almet committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    99d7b8a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff48707 View commit details
    Browse the repository at this point in the history
  9. chore: fetch datalayer index name before dropping it.

    This can be helpful in situations where the name of the index is not known, as it can be with pre 1.0 deployed instance.
    
    This commit also generates the UUIDs directly using an SQL statement.
    almet committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    51889f3 View commit details
    Browse the repository at this point in the history
  10. chore: enhance naming in tests

    almet committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ffe7f18 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9648c8b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f82897f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    1b41ff0 View commit details
    Browse the repository at this point in the history
  2. chore: factorize json.dumps in an util function.

    In order to use the Django JSON Encoder by default.
    almet committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b0c1f56 View commit details
    Browse the repository at this point in the history