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

Tjmadonna/523 epicollections #526

Merged
merged 15 commits into from
Nov 21, 2024
Merged

Tjmadonna/523 epicollections #526

merged 15 commits into from
Nov 21, 2024

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    6f2d910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b88a5af View commit details
    Browse the repository at this point in the history
  3. Adding checks for epicollections in endpoints #523

    This adds checks for the epicollection entity type in the create entity,
    update entity, and doi redirect endpoints.
    tjmadonna committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8b5e5ef View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    02f246a View commit details
    Browse the repository at this point in the history
  2. Add validator for collection entities #523

    This commit adds a validator for collection and epicollection entities.
    The validator checks if each given entity_uuid exists and (for
    epicollections) is a dataset.
    tjmadonna committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ad9e523 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    ccb6eb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a97ef3 View commit details
    Browse the repository at this point in the history
  3. Fixing external process creation action check #523

    This commit clears up the logic in the validate_creation_action.
    tjmadonna committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2471a5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28958a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0091fa3 View commit details
    Browse the repository at this point in the history
  6. Updating link_collection_to_entities to properly remove all entity ty…

    …pes from existing collection before updating based on entity_uuids list
    maxsibilla committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0fd0e67 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    8b81e57 View commit details
    Browse the repository at this point in the history
  2. Adding epicollections to collection endpoint #523

    This commit updates the GET collections/<id>/entities endpoint to
    support epicollections
    tjmadonna committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    95e0766 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85bf520 View commit details
    Browse the repository at this point in the history
  4. Reverting README edit

    maxsibilla committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f2825b2 View commit details
    Browse the repository at this point in the history