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

System Admin has right to create, manage (enable, disable), and delete extended metadata types via user interface #1999 #2010

Merged
merged 26 commits into from
Oct 17, 2024

Commits on Oct 4, 2024

  1. System Admin has right to create, manage (enable, disable), and delet…

    …e extended metadata types via user interface #1999
    whomingbird committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d4b4f24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d29cd98 View commit details
    Browse the repository at this point in the history
  3. add unit tests for emt_extractor

    add functional tests for extended_metadata_types_controller
    whomingbird committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b9c42bf View commit details
    Browse the repository at this point in the history
  4. add test

    whomingbird committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    aa553cf View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix test

    whomingbird committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c07ebfe View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. The extended metadata type can be deleted if there are no existing ex…

    …tended metadata instances based on it.
    whomingbird committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    524f47c View commit details
    Browse the repository at this point in the history
  2. The nested extended metadata type can not be deleted if it has been l…

    …inked by other Extended metadata types.
    whomingbird committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    97b2323 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ec24a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fix EmtExtractorTest

    whomingbird committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c981a93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b6c644 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1b37d2 View commit details
    Browse the repository at this point in the history
  4. better javascript

    whomingbird committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8ee6b8a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Create the extended_metadata_supported_types method inside Seek::Util…

    … to iterate over all models and check if they`supports_extended_metadata?`
    
    Return the list of models that do.
    whomingbird committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0647b35 View commit details
    Browse the repository at this point in the history
  2. fix test

    whomingbird committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    551ab2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55e2248 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c60ebe View commit details
    Browse the repository at this point in the history
  5. update style

    whomingbird committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7e52ede View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cb4fc4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    4dcefd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c65398 View commit details
    Browse the repository at this point in the history
  3. rescue NameError

    whomingbird committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    09f1687 View commit details
    Browse the repository at this point in the history
  4. update json schema, remove predefined enum values for `supported_type…

    …` and add programmatic validation
    whomingbird committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    168d58a View commit details
    Browse the repository at this point in the history
  5. remove predefined enum values for attribute.type in schema and add …

    …programmatic validation
    whomingbird committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d29e83c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    8d29371 View commit details
    Browse the repository at this point in the history
  2. merge main branch

    whomingbird committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    eb0dc22 View commit details
    Browse the repository at this point in the history
  3. code style consistency

    whomingbird committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    bdf0203 View commit details
    Browse the repository at this point in the history