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 numeric inconsistencies #716

Merged
merged 26 commits into from
Aug 13, 2024
Merged

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
    0e72a92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c9022f View commit details
    Browse the repository at this point in the history
  3. 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
  2. Configuration menu
    Copy the full SHA
    3d80923 View commit details
    Browse the repository at this point in the history
  3. Changed numDirectDescendants to numDescendants. NumDescendants and Nu…

    …mHierarchicalDescendants are now integer instead of string and uses DefinedFields.
    henrietteharmse committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4fd061b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30bf4fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    386d6f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Improved logging of JSON2RDF to printout ontologyId when writing of o…

    …ntology fails. Used slf4j instead of System.out.
    henrietteharmse committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5741625 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5dfa14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80ae2f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb90669 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

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