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

Feat/refactor tests #25

Merged
merged 19 commits into from
Mar 5, 2024
Merged

Feat/refactor tests #25

merged 19 commits into from
Mar 5, 2024

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    0f1da88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d12b257 View commit details
    Browse the repository at this point in the history
  3. refactor(test): combine test classes to parameterized test, with a ma…

    …ven profile for running backend test (skipped by default).
    cmhulbert committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6a28479 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    493bd2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cf3440 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78f0a0e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. fix: AWS KVA needs to keep track of the path from the bucket root to …

    …the container root. Constructor's updated accordingly.
    
    - uri() method improvements and bugfixes
    cmhulbert committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    cca9f86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44f1045 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. test: replace MockUriTest with AmazonS3UtilsTest

    * former is no longer relevant
    bogovicj committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7ef137f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. style: formatting

    docs:  containerUri doc
    cmhulbert committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    85b1424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8704c79 View commit details
    Browse the repository at this point in the history
  3. feat: deprecate old reader

    cmhulbert committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    eb30815 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8379ec8 View commit details
    Browse the repository at this point in the history
  5. fix(test): occassionally there are erroneous NoSuchBucket errors when…

    … Backend tests are run. In that case, try and skip with a warning, instead of failing.
    cmhulbert committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    933905e View commit details
    Browse the repository at this point in the history
  6. chore: comment change

    cmhulbert committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    87341f1 View commit details
    Browse the repository at this point in the history
  7. fix(test): this test works in IntelliJ and Eclipse, but not when run …

    …directly from maven? Ignore for now
    cmhulbert committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5d4728e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. chore: bump n5 version

    cmhulbert committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5d24c58 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    af4bcc0 View commit details
    Browse the repository at this point in the history
  2. style: remove whitespace

    cmhulbert committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e9e84e6 View commit details
    Browse the repository at this point in the history