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

V2 api inconsistencies #712

Merged
merged 15 commits into from
Aug 8, 2024
Merged

V2 api inconsistencies #712

merged 15 commits into from
Aug 8, 2024

Commits on Aug 5, 2024

  1. Added fields HAS_DIRECT_PARENTS, HAS_DIRECT_CHILDREN, HAS_HIERARCHICA…

    …L_PARENTS, HAS_HIERARCHICAL_CHILDREN, IMPORTED, IS_DEFNING_ONTOLOGY.
    henrietteharmse committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    f62016c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e85b44f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7fb630 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddacd9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4a691a View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/dev' into v2-api-inconsistencies

    # Conflicts:
    #	ols-shared/src/main/java/uk/ac/ebi/ols/shared/DefinedFields.java
    henrietteharmse committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d48ce18 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Changed hasDirectParent to hasDirectParents to match with hasDirectCh…

    …ildren naming convention. hasDirectParents is now boolean and uses DefinedFields.
    henrietteharmse committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4c8ac4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d84434 View commit details
    Browse the repository at this point in the history
  3. Changed hasHierarchicalParent to hasHierarchicalParents. hasHierarchi…

    …calParents is now boolean and uses DefinedFields.
    henrietteharmse committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a747fe3 View commit details
    Browse the repository at this point in the history
  4. Renamed enpoint /ontologies/{onto}/classes/{class}/instances to /onto…

    …logies/{onto}/classes/{class}/individuals.
    henrietteharmse committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    eefda1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b51dec0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f2b46b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd5e02a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 8, 2024

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