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

Support dots in claim names #95

Merged
merged 7 commits into from
May 2, 2024

Commits on May 1, 2024

  1. ✅ [#94] Add test for desired behaviour

    Also updated the existing tests for the new expected data
    structure.
    sergei-maertens committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f8fdb18 View commit details
    Browse the repository at this point in the history
  2. ✨ [#94] Update glom queries to use path bits

    The glom properties now expect a list of strings as path bits,
    rather than a single string with periods signifying a level
    of nesting.
    
    Old: foo.bar
    New: [foo, bar]
    sergei-maertens committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e0c51af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21a910d View commit details
    Browse the repository at this point in the history
  4. 🗃️ [#94] Set up new/custom DB field to configure claims

    The field abstracts away the underlying ArrayField usage.
    
    A data migration is included that copies the existing
    configuration into the new format.
    sergei-maertens committed May 1, 2024
    Configuration menu
    Copy the full SHA
    08802a3 View commit details
    Browse the repository at this point in the history
  5. 🗃️ [#94] 'Rename' original fields

    Drop the old fields and rename the new ones to the old field names
    sergei-maertens committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c391ccb View commit details
    Browse the repository at this point in the history
  6. 💚 [#94] Update broken tests

    Tests no longer reflected the current implementation.
    sergei-maertens committed May 1, 2024
    Configuration menu
    Copy the full SHA
    308e228 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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