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

merge vos2 feature branch #565

Merged
merged 255 commits into from
Apr 3, 2024
Merged

merge vos2 feature branch #565

merged 255 commits into from
Apr 3, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 6, 2023

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

Commits on Apr 13, 2023

  1. incomplete node iterator

    pdowler committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2cdd2de View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. working node child iterator

    pdowler committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    7905cc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    283fb18 View commit details
    Browse the repository at this point in the history
  2. fix and test use of Node.parentID

    add checksum verification to NodeDAO tests
    pdowler committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    d47e896 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    59e86b1 View commit details
    Browse the repository at this point in the history
  2. vault: implement more NodePersistenceImpl methods

    add TODO
    pdowler committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    34bfcd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8082aab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87c68bb View commit details
    Browse the repository at this point in the history
  5. update TODO

    pdowler committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    41dc8dc View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    0af5c9c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #502 from pdowler/vos2

    initial cadc-inventory-db impl and vault database init
    pdowler authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    89b0908 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. vault: TODO updates

    pdowler authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    2512aa3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. vault: update README

    pdowler committed May 2, 2023
    Configuration menu
    Copy the full SHA
    39f51ea View commit details
    Browse the repository at this point in the history
  2. add vault to repo README

    pdowler committed May 2, 2023
    Configuration menu
    Copy the full SHA
    83381d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #503 from pdowler/vos2

    update READMEs
    pdowler authored May 2, 2023
    Configuration menu
    Copy the full SHA
    c842e42 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. update for Node API changes

    pdowler committed May 31, 2023
    Configuration menu
    Copy the full SHA
    c542400 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #511 from pdowler/vos2

    update for Node API changes
    pdowler authored May 31, 2023
    Configuration menu
    Copy the full SHA
    4af6232 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

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

Commits on Jun 16, 2023

  1. Checkpoint

    Adrian Damian authored and Adrian Damian committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    dc1e726 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    805cea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a8e354 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    8c892f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    642c4b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebc861c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5403a9a View commit details
    Browse the repository at this point in the history
  5. typo

    pdowler committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    5092f91 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Intermidiate commit

    Adrian Damian authored and Adrian Damian committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e1f47b5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'vos2' of https://github.com/pdowler/storage-inventory i…

    …nto CADC-12179
    Adrian Damian authored and Adrian Damian committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    09e351f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a576479 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Merge branch 'vos2' of https://github.com/pdowler/storage-inventory i…

    …nto CADC-12179
    Adrian Damian authored and Adrian Damian committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    0478212 View commit details
    Browse the repository at this point in the history
  2. Fixed small issues

    Adrian Damian authored and Adrian Damian committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    fa011e0 View commit details
    Browse the repository at this point in the history
  3. cadc-inventory-db: add connection.close() calls in NodeIterator to re…

    …turn con to pool
    
    also added to ArtifactIterator for completness, but disabled by default because
    they are currently used in a non-pool way (critwall, ratik, tantar)
    pdowler committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    3fb9201 View commit details
    Browse the repository at this point in the history
  4. debug->info in test code

    pdowler committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ed3fa61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf26dde View commit details
    Browse the repository at this point in the history
  6. Merge branch 'vos2' of https://github.com/pdowler/storage-inventory i…

    …nto CADC-12179
    Adrian Damian authored and Adrian Damian committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    8099661 View commit details
    Browse the repository at this point in the history
  7. Re-factored the library

    Adrian Damian authored and Adrian Damian committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ce0898f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #522 from pdowler/vos2

    recreate vault NodePersistence PR
    pdowler authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d310158 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Small fixes

    Adrian Damian authored and Adrian Damian committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    5b4e272 View commit details
    Browse the repository at this point in the history
  2. Small fixes

    Adrian Damian authored and Adrian Damian committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1c885d7 View commit details
    Browse the repository at this point in the history
  3. Renamed cadc-vos-server dependency

    Adrian Damian authored and Adrian Damian committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a2c63e8 View commit details
    Browse the repository at this point in the history
  4. Fixed bug

    Adrian Damian authored and Adrian Damian committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d364005 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Merge pull request #523 from andamian/CADC-12179

    Vault updates after cadc-vos-server actions refactored (CADC-12360)
    pdowler authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8eef18b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6ca6ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b45eaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3efead8 View commit details
    Browse the repository at this point in the history
  5. vault: update dependencies

    pdowler committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    60651cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0531edc View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 9, 2023

  1. vault: formatting

    pdowler committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4f455a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Merge pull request #525 from pdowler/vos2

    vault updates
    pdowler authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d4eab62 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    679b3ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62645da View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Merge pull request #526 from pdowler/vos2

    fix and adapt for vospace lib changes
    pdowler authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    fcaa3d1 View commit details
    Browse the repository at this point in the history
  2. vault: fix imports

    pdowler committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8962bde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e59dde2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    f875645 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #530 from pdowler/vos2

    merge master
    pdowler authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5544cc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0420a6b View commit details
    Browse the repository at this point in the history
  4. vault: fix class cast issue with ident cache in iterator

    delete(Node) now rejects deleting non-empty container
    untested: delete(node) also delete Artifact and generate DeletedArtifactEvent
    pdowler committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1c26961 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Changed type of group sets in Node to GroupURI

    Adrian Damian authored and Adrian Damian committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e6ef466 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Merge pull request #531 from andamian/CADC-12708

    Changed type of group sets in Node to GroupURI
    pdowler authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c6dc837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f68e859 View commit details
    Browse the repository at this point in the history
  3. cadc-inventory-db: fix NodeDAO.lock for subclass support

    add NodeDAO.isEmpty(ContainerNode) to support check in delete code
    pdowler committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ddde9d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3f51aa View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Merge pull request #532 from pdowler/vos2

    vault node deletion
    pdowler authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    dc55e9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2911e7b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #533 from pdowler/vos2

    vault-quota: README and design doc
    pdowler authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    39df738 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Update Design.md

    pdowler authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e15cbd0 View commit details
    Browse the repository at this point in the history
  2. Update Design.md

    pdowler authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    07d759f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    5336389 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #534 from pdowler/vos2

    vault-quota: update design doc with some validate ideas
    pdowler authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1f2a51b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Support for recursive deletes

    Adrian Damian authored and Adrian Damian committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    dec5ed8 View commit details
    Browse the repository at this point in the history
  2. Support for recursive deletes

    Adrian Damian authored and Adrian Damian committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    ec7120a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Support for permissions testing

    Adrian Damian authored and Adrian Damian committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e578637 View commit details
    Browse the repository at this point in the history
  2. Checkstyle fixes

    Adrian Damian authored and Adrian Damian committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    eed7742 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Moved recursive delete functionality in library

    Adrian Damian authored and Adrian Damian committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    71a5002 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Rename the vault auth group and cert file in int tests

    Adrian Damian authored and Adrian Damian committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3c0c00e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Re-work after code review

    Adrian Damian authored and Adrian Damian committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8baeee3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Merge pull request #539 from andamian/CADC-12729

    Support for permissions testing (CADC-12729)
    pdowler authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f33274b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e15cdb4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #538 from andamian/CADC-12558

    Support for recursive node deletes (CADC-12558)
    pdowler authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f028e45 View commit details
    Browse the repository at this point in the history
  4. merge and tweak

    pdowler committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9463d1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    353ba22 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #540 from pdowler/vos2

    minor tweaks to vault
    pdowler authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a02ded8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e982e7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #541 from pdowler/vos2

    vault: add props to immutable props list
    pdowler authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9b5c2f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Support for recursive props

    Adrian Damian authored and Adrian Damian committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    17fd2aa View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    0dab0cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b1d4d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Dec 8, 2023

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

Commits on Dec 11, 2023

  1. Small updates

    Adrian Damian authored and Adrian Damian committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f1d4a63 View commit details
    Browse the repository at this point in the history
  2. Updated dependencies

    Adrian Damian authored and Adrian Damian committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0debf14 View commit details
    Browse the repository at this point in the history
  3. Rework after code review

    Adrian Damian authored and Adrian Damian committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f858aca View commit details
    Browse the repository at this point in the history
  4. Merge pull request #543 from andamian/CADC-12562

    Recursive properties (CADC-12562)
    pdowler authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    fc2c7ab View commit details
    Browse the repository at this point in the history
  5. move transfer negotiation code from raven to cadc-inventory-server

    port to cadc-vos-2.0 API
    pdowler committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4b3e284 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7cf6750 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    234c073 View commit details
    Browse the repository at this point in the history
  8. cadc-inventory-db: add KeyPairDAO

    to support persistence of pre-auth key pairs in raven and vault
    pdowler committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ff50827 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. vault: uws subpackage

    pdowler committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a66a21d View commit details
    Browse the repository at this point in the history
  2. ProtocolsGenerator ctor change

    changes key files to an already instantiated TokenTool
    pdowler committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1db9f37 View commit details
    Browse the repository at this point in the history
  3. change ProtocolsGenerator API

    incomplete vault synctrans implementation
    pdowler committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    fed6c9b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    0f194e8 View commit details
    Browse the repository at this point in the history
  2. rename some sql files

    pdowler committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ff3281f View commit details
    Browse the repository at this point in the history
  3. checkstyle fix

    pdowler committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    595fda8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9a37cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bb8441 View commit details
    Browse the repository at this point in the history
  6. oops: add new files

    pdowler committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    540ccdb View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    34ea368 View commit details
    Browse the repository at this point in the history
  2. Intial version

    Adrian Damian authored and Adrian Damian committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a8bc98f View commit details
    Browse the repository at this point in the history
  3. Small update

    Adrian Damian authored and Adrian Damian committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7139143 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2775f23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8328264 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53bb955 View commit details
    Browse the repository at this point in the history
  7. Re-work after code review

    Adrian Damian authored and Adrian Damian committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    19f09f8 View commit details
    Browse the repository at this point in the history
  8. Fixed typo

    Adrian Damian authored and Adrian Damian committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0d811ea View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Merge pull request #546 from andamian/CADC-12946

    `raven` generates and persists pre-auth keys (CADC 12946)
    pdowler authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a848fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eb72c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b261935 View commit details
    Browse the repository at this point in the history
  4. add reg logging to minoc

    pdowler committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7e87b28 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. warn to debug in lib

    pdowler committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    23a5a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54abbbb View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    8110acc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f7ba0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b810036 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f40969 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Merge pull request #547 from pdowler/vos2

    integrate work for vault transfer negotiation and magic preauth keys
    pdowler authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c61721d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

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

Commits on Jan 12, 2024

  1. vault: fix date related node properties

    fix bug in remove artifact node props
    pdowler committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    17587ca View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Merge pull request #548 from pdowler/vos2

    DataNode date prop fix
    pdowler authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    c890930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6270d40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0d980f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    d6e9d12 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #549 from pdowler/vos2

    bug fix for immutable property handling
    pdowler authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    240fff8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. vault: add support for separate nodes and inventory pools

    added inventory table init
    pdowler committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8ffe5e1 View commit details
    Browse the repository at this point in the history
  2. log.warn -> debug

    pdowler committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    84120f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5229b10 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

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

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    179ff9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61146cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c645b73 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Merge pull request #550 from pdowler/vos2

    vault: add support for separate nodes and inventory pools
    pdowler authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e6c9593 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07380e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 25, 2024

  1. minoc: made filename override only work in head/get

    maybe not require banning colon from path components of artifact.uri
    pdowler committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9e1f725 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c59a88 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    c3e515d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdada9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afe0eec View commit details
    Browse the repository at this point in the history
  4. update vault README

    pdowler committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    fe6c2c7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #551 from pdowler/vos2

    minoc: filename override mechanism
    pdowler authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4b17635 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    ab0972f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c8b94a View commit details
    Browse the repository at this point in the history
  3. tweaks to vault-quota/Design

    pdowler committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d13dfde View commit details
    Browse the repository at this point in the history
  4. Merge pull request #552 from pdowler/vos2

    minor tweak to artifact uri validation
    pdowler authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    2fae9d0 View commit details
    Browse the repository at this point in the history
  5. cadc-inventory-0.10.0

    pdowler committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0a5345d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #553 from pdowler/vos2

    cadc-inventory-0.10.0
    pdowler authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    71664dc View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Added the files end point

    Adrian Damian authored and Adrian Damian committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    fa98d3c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Ready for code review

    Adrian Damian authored and Adrian Damian committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    3fc90a6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'vos2' of https://github.com/opencadc/storage-inventory

    …into CADC-12561
    Adrian Damian authored and Adrian Damian committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    701e01f View commit details
    Browse the repository at this point in the history
  3. Skipped incomplete test

    Adrian Damian authored and Adrian Damian committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    cf1f6f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Changes after code review

    Adrian Damian authored and Adrian Damian committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    268b55c View commit details
    Browse the repository at this point in the history
  2. fix cadc-test-vos dependency

    pdowler authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    62c5b19 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #554 from andamian/CADC-12561

    Added the `files` end point (CADC-12651)
    pdowler authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c5a468a View commit details
    Browse the repository at this point in the history
  4. merge

    pdowler committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6795629 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Required changes to make production vostools work

    Adrian Damian authored and Adrian Damian committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    adbc699 View commit details
    Browse the repository at this point in the history
  2. Reworked

    Adrian Damian authored and Adrian Damian committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5495a66 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #555 from andamian/regression

    Make `vault` work with existing `vostools`
    pdowler authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    45a5f76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab6c940 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. adapt base Entity for library ctor changes

    minoc: implement readable and writable config to override state implied by trust
    pdowler committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    fe4a210 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. cadc-inventory-db: add instanceID to HarvestState

    improve handling of generic Class-table mapping and SQLGenerator ctors
    rename the SI InitDatabase class to InitDatabaseSI
    pdowler committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    2f39d9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef87e13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    438284e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8227999 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    460269e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70ecf9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e990724 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb484a6 View commit details
    Browse the repository at this point in the history
  9. critwall: adapt to cadc-inventory-db refactoring

    port to cadc-vos-2.0
    pdowler committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1b692bc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f197591 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bd7e186 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. update vault-quota/Design

    pdowler committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    479b0b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    76d975d View commit details
    Browse the repository at this point in the history
  2. raven: restore test db config

    pdowler committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ddd87e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. vault: fix for test dao setup

    pdowler committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    86c5079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba76c2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93b0860 View commit details
    Browse the repository at this point in the history
  4. add vospace upgrade file

    pdowler committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4bad11d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    94d395e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ab48e3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #556 from pdowler/vos2

    changes in cadc-inventory-db to support using HarvestState in vault
    pdowler authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    3081552 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    0f65ab9 View commit details
    Browse the repository at this point in the history
  2. update dependencies

    pdowler committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b68b237 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44a1c29 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. updates to vault-quota design

    pdowler committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3cd0dfd View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. vault bytesUsed rework

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

Commits on Mar 5, 2024

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

Commits on Mar 8, 2024

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

Commits on Mar 9, 2024

  1. Initial version

    Adrian Damian authored and Adrian Damian committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    91868b3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'vos2' of https://github.com/pdowler/storage-inventory i…

    …nto CADC-13214
    Adrian Damian authored and Adrian Damian committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    4bd306e View commit details
    Browse the repository at this point in the history
  3. Updated after pulling upstream updates

    Adrian Damian authored and Adrian Damian committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    3fed596 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. vault: ArtifactSync init

    intTest enable
    pdowler committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    2387d3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1cade9 View commit details
    Browse the repository at this point in the history
  3. always close() connections in iterator.close()

    minor bug fix for iterator query gen
    pdowler committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6c2ff85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c1602e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7548471 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

    remove junk from TransferTest
    pdowler committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    819d68f View commit details
    Browse the repository at this point in the history
  3. rework: remove unused imports

    pdowler committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    22718c8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #557 from pdowler/vos2

    cadc-inventory-db update to support node size metadata and workflow
    pdowler authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    347773c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4273146 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc2a19d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #560 from pdowler/vos2

    vault doc improvements
    pdowler authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e0ce694 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'vos2' of https://github.com/opencadc/storage-inventory

    …into CADC-13214
    Adrian Damian authored and Adrian Damian committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    022ae46 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Initial version

    Adrian Damian authored and Adrian Damian committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4dde678 View commit details
    Browse the repository at this point in the history
  2. Rework after code review

    Adrian Damian authored and Adrian Damian committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    43f98bd View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Merge pull request #561 from andamian/CADC-13214

    Data size synchronization worker (CADC 13214)
    pdowler authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    742bc6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a62b1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f374cc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #562 from pdowler/vos2

    moved ArtifactSyncWorker to vospace pkg
    pdowler authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1853e77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6dd4bb1 View commit details
    Browse the repository at this point in the history
  6. vault: update DataNode.bytesUsed from artifact in get

    use transaction and lock node before update in move
    pdowler committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5276e40 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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

Commits on Mar 20, 2024

  1. update image versions

    pdowler committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ba3bd5c View commit details
    Browse the repository at this point in the history
  2. cadc-inventory and cadc-inventory-db versions 1.0.0

    inventory and vospace DDL version 1.0.0
    remove intermediate vospace DDL upgrade
    minoc: fix pubkey loading bug
    pdowler committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3ca9577 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a72987 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d762437 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    5bb6d74 View commit details
    Browse the repository at this point in the history
  2. import cleanup

    pdowler committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    209a95e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af92038 View commit details
    Browse the repository at this point in the history
  4. vault code cleanup

    pdowler committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f737dee View commit details
    Browse the repository at this point in the history
  5. DataNodeSizeSync logging in machine readable format

    move info logging from DataNodeSizeWorker to DataNodeSizeSync
    pdowler committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c2c650b View commit details
    Browse the repository at this point in the history
  6. vault: machine-readable logging in DataNodeSizeSync

    incremental lookback in DataNodeSizeWorker
    pdowler committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0c4c36e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    7aa2a80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6bb379 View commit details
    Browse the repository at this point in the history
  3. vault: cleanup and doc update

    pdowler committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    419ef83 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    15b86dd View commit details
    Browse the repository at this point in the history
  2. CADC-13234 update ringhold to query with configured namespace and uri…

    … buckets instead of select clause.
    jburke-cadc committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b53037b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. rework after review

    pdowler committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8c91699 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adbadf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4780012 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Merge pull request #563 from pdowler/vos2

    integrate ArtifactSyncWorker
    pdowler authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    bf7c302 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0748e9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    593bb1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0f5f27 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #564 from jburke-cadc/CADC-13234

    CADC-13234 fix ringhold for ArtifactDAO API change
    pdowler authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1cf7ea5 View commit details
    Browse the repository at this point in the history