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

Test to support custom field sources. #2146

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2022

  1. Test to support custom field sources.

    Using string-backed struct as a custom object.
    Currently works with `CustomId` and `CustomId?`. Does not yet work with `CustomId[]`.
    elexisvenator committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    b13f394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c86410d View commit details
    Browse the repository at this point in the history
  3. test loading documents

    elexisvenator committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    9da627c View commit details
    Browse the repository at this point in the history
  4. tests for IsOneOf()

    elexisvenator committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    fdc7b40 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    8de3802 View commit details
    Browse the repository at this point in the history
  2. Remove string operator

    Doesnt serve a purpose for the tests
    elexisvenator committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    42d0b14 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Configuration menu
    Copy the full SHA
    0b184b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e270c7 View commit details
    Browse the repository at this point in the history