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

API for object pagination, count(*) #288

Merged
merged 93 commits into from
Apr 26, 2022
Merged

API for object pagination, count(*) #288

merged 93 commits into from
Apr 26, 2022

Commits on Jan 4, 2022

  1. bumping version number

    silvanheller committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    7805260 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d10d914 View commit details
    Browse the repository at this point in the history
  3. Implemented visual-text co-embedding extraction of full video segment…

    …s rather than only the most representative frame.
    Spiess authored and silvanheller committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    201edae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ecf39a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f774eb9 View commit details
    Browse the repository at this point in the history
  6. Removed unused and empty JavaDoc.

    Spiess authored and silvanheller committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    e442ec5 View commit details
    Browse the repository at this point in the history
  7. Removed unused commented code.

    Spiess authored and silvanheller committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    8a2ff57 View commit details
    Browse the repository at this point in the history
  8. Fixed JavaDoc errors.

    Spiess authored and silvanheller committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    0d9e982 View commit details
    Browse the repository at this point in the history
  9. Raised source and target language compatibility to Java 9.

    This is required since FFMpegAudioDecoder and TechnicalVideoMetadataExtractor use Math.floorDiv, which is a function only available since Java 9.
    Spiess authored and silvanheller committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    6a2c5cd View commit details
    Browse the repository at this point in the history
  10. Raised source and target language compatibility to Java 11 (LTS).

    Due to popular demand.
    Spiess authored and silvanheller committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    4b2e801 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ef8d793 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cea3083 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Merge master into dev

    # Conflicts:
    #	build.gradle
    #	cineast-core/src/main/java/org/vitrivr/cineast/core/features/VisualTextCoEmbedding.java
    lucaro committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    baa963e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

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

Commits on Jan 24, 2022

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

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    7d557b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d11ca23 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    946381b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b2d4c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Corrected query.

    ppanopticon committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    38fa477 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

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

Commits on Feb 2, 2022

  1. Merge branch 'feature/PoseQueries' of https://github.com/vitrivr/cineast

     into feature/PoseQueries
    
    # Conflicts:
    #	cineast-core/src/main/java/org/vitrivr/cineast/core/features/SkeletonPose.java
    lucaro committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    6524d81 View commit details
    Browse the repository at this point in the history
  2. Added missing alias for distance column.

    Ralph Gasser committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    36acbb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

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

Commits on Feb 4, 2022

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

Commits on Feb 7, 2022

  1. Merge tag 'v3.7.0' into feature/PoseQueries

    # Conflicts:
    #	cineast-core/src/main/java/org/vitrivr/cineast/core/db/cottontaildb/CottontailEntityCreator.java
    #	cineast-core/src/main/java/org/vitrivr/cineast/core/db/cottontaildb/CottontailSelector.java
    #	cineast-core/src/main/java/org/vitrivr/cineast/core/db/cottontaildb/CottontailWrapper.java
    #	cineast-core/src/main/java/org/vitrivr/cineast/core/db/cottontaildb/CottontailWriter.java
    #	cineast-core/src/test/java/org/vitrivr/cineast/core/db/cottontaildb/CottontailIntegrationTest.java
    #	cineast-core/src/test/java/org/vitrivr/cineast/core/db/cottontaildb/CottontailMetadataTest.java
    #	cineast-runtime/src/main/java/org/vitrivr/cineast/standalone/cli/CineastCli.java
    #	cineast-runtime/src/main/java/org/vitrivr/cineast/standalone/cli/OptimizeEntitiesCommand.java
    #	cineast-runtime/src/main/java/org/vitrivr/cineast/standalone/cli/db/LSC21TemporalUpdateCommand.java
    #	gradle.properties
    lucaro committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    7f716ab View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Fixed post-merge issues

    lucaro committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    14cf627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7967139 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    84888c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e6740e View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/dev' into dev

    # Conflicts:
    #	build.gradle
    #	cineast-core/src/main/java/org/vitrivr/cineast/core/db/cottontaildb/CottontailWrapper.java
    lucaro committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    c179dab View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Merge remote-tracking branch 'origin/master' into dev

    # Conflicts:
    #	cineast-core/src/main/java/org/vitrivr/cineast/core/db/cottontaildb/CottontailWrapper.java
    silvanheller committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    f2ae89d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94dce82 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

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

Commits on Feb 12, 2022

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

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    178a16a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58bfb3b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

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

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    f17f94c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    341ac14 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Merge remote-tracking branch 'origin/vbs-22' into feature/PoseQueries

    # Conflicts:
    #	cineast-core/src/main/java/org/vitrivr/cineast/core/db/cottontaildb/CottontailSelector.java
    lucaro committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    930e5dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    899dd45 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    a2a1f67 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into feature/PoseQueries

    # Conflicts:
    #	cineast-api/src/main/java/org/vitrivr/cineast/api/messages/query/QueryTermType.java
    #	cineast-core/src/main/java/org/vitrivr/cineast/core/data/Grid.java
    #	cineast-core/src/main/java/org/vitrivr/cineast/core/data/Position.java
    #	cineast-core/src/main/java/org/vitrivr/cineast/core/data/UniqueElementGrid.java
    #	cineast-core/src/main/java/org/vitrivr/cineast/core/db/cottontaildb/CottontailWriter.java
    #	cineast-runtime/src/main/java/org/vitrivr/cineast/standalone/cli/ImportCommand.java
    #	cineast-runtime/src/main/java/org/vitrivr/cineast/standalone/cli/TextRetrievalCommand.java
    silvanheller committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    3c310fd View commit details
    Browse the repository at this point in the history
  3. reformatting imports

    silvanheller committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    a102100 View commit details
    Browse the repository at this point in the history
  4. fixing main

    silvanheller committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    11e1795 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    0cbbc08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    391ed57 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    df5d9f0 View commit details
    Browse the repository at this point in the history
  2. Added MergingPoseDetector

    lucaro committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    7e5f446 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    0314539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0412021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    592696c View commit details
    Browse the repository at this point in the history
  4. Minor cleanup in SkeletonPose

    lucaro committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    92a71b4 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/master' into dev

    # Conflicts:
    #	cineast-api/src/main/java/org/vitrivr/cineast/api/messages/query/TemporalQuery.java
    #	cineast-core/src/main/java/org/vitrivr/cineast/core/temporal/TemporalScoring.java
    lucaro committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    4df6743 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dev' into feature/PoseQueries

    # Conflicts:
    #	cineast-core/src/main/java/org/vitrivr/cineast/core/db/cottontaildb/CottontailEntityCreator.java
    #	cineast-runtime/src/main/java/org/vitrivr/cineast/standalone/cli/db/LSC21TemporalUpdateCommand.java
    lucaro committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    de5c217 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0838fef View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    ab8090c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14b2ccb View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    563f78a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e22fba4 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    db31f71 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    6da78f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0d69f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd89578 View commit details
    Browse the repository at this point in the history
  5. fixing query-id name

    silvanheller committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    f4b1e04 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    87e1983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49b73ab View commit details
    Browse the repository at this point in the history
  3. updating openapi specs

    silvanheller committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    7014a4b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. bumping version

    silvanheller committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    6cdd6ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80481f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19ca74b View commit details
    Browse the repository at this point in the history
  4. bumping version

    silvanheller committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    59d5b34 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. re-generating openapi

    silvanheller committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    0301b11 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/PoseQueries' into get-limit-skip

    # Conflicts:
    #	build.gradle
    #	docs/openapi.json
    silvanheller committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    f3e6e0e View commit details
    Browse the repository at this point in the history
  3. re-generating openapi

    silvanheller committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    8a73254 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee2f54e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a435c71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e65970e View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feature/PoseQueries' into get-limit-skip

    # Conflicts:
    #	cineast-core/src/main/java/org/vitrivr/cineast/core/db/cottontaildb/CottontailEntityCreator.java
    silvanheller committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    df8f915 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa70d91 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feature/PoseQueries' into get-limit-skip

    # Conflicts:
    #	cineast-core/src/main/java/org/vitrivr/cineast/core/db/cottontaildb/CottontailEntityCreator.java
    silvanheller committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    3e8b1a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9591b8a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

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

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    871e522 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9df3aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75bcd9f View commit details
    Browse the repository at this point in the history
  4. re-generating openapi

    silvanheller committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    3b156d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c736dfc View commit details
    Browse the repository at this point in the history
  6. re-generating openapi

    silvanheller committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    3cf3b1b View commit details
    Browse the repository at this point in the history
  7. cleanup, improving example config, fixing bugs which caused default e…

    …xtraction to not correctly resolve
    silvanheller committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    6b4b41b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Merge remote-tracking branch 'origin/master' into get-limit-skip

    # Conflicts:
    #	build.gradle
    #	cineast-api/src/main/java/org/vitrivr/cineast/api/rest/resolvers/FileSystemThumbnailResolver.java
    #	docs/openapi.json
    silvanheller committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    890cc8d View commit details
    Browse the repository at this point in the history