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

Feature 1436 storage and indexing #1695

Merged
merged 215 commits into from
Sep 28, 2023
Merged

Commits on Mar 1, 2022

  1. Development docs for storage and indexing refactor.

    See issue #1436 and and #1364.
    mbjones committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    c80d5d2 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

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

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    86a279b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74c793f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e0182e View commit details
    Browse the repository at this point in the history
  4. Add plantuml jar to maven dependencies.

    Currently unused by tooling -- need way to connect Makefile to use this jar.
    mbjones committed May 11, 2022
    Configuration menu
    Copy the full SHA
    c28a0e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    390be06 View commit details
    Browse the repository at this point in the history
  6. Second pass at component diagram.

    Indexing components added, along with RabbitMQ and Ceph.
    mbjones committed May 11, 2022
    Configuration menu
    Copy the full SHA
    6eb3bde View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e61228a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee83280 View commit details
    Browse the repository at this point in the history
  9. Add indexing sequence diagrams

    Issue #1436 Add indexing sequence diagrams to storage subsystem document.
    gothub committed May 11, 2022
    Configuration menu
    Copy the full SHA
    dd1855c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    6620839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52470a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dba8bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5db336f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Changed proposed seq to show async calls to workers.

    The actual worker process itself should also be asyn but is not shown that way currently.
    mbjones committed May 13, 2022
    Configuration menu
    Copy the full SHA
    b37504c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34b13c1 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

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

Commits on May 18, 2022

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

Commits on Jun 10, 2022

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

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    5e316b4 View commit details
    Browse the repository at this point in the history
  2. Remove the list of fields from the index submit method. The list was …

    …only for the event log indexing, which is not used anymore.
    taojing2002 committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    8757d9d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    321a85a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d917396 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fee2d5f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    591ebd7 View commit details
    Browse the repository at this point in the history
  2. Add the method to get the file path.

    Add a junit class for the IndexGenerator class.
    taojing2002 committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    49ab0fa View commit details
    Browse the repository at this point in the history
  3. Add a log statement with the index task information such as the ident…

    …ifier, index type and file path.
    taojing2002 committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    84a2ce3 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

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

Commits on Jun 24, 2022

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

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    6f73c5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1725e3a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

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

Commits on Jul 14, 2022

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

Commits on Jul 29, 2022

  1. Remove the code to set basicQos since this value is set only on the c…

    …onsumer part, not the producer part.
    taojing2002 committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    0775a7a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. The relative path for the object in the message is changed to be base…

    …d on the property application.datafilepath or application.documentpath.
    taojing2002 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f871a53 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    1ecb4ba View commit details
    Browse the repository at this point in the history
  2. Add the code to make sure the singleton class will initialize the ins…

    …tance again in the getInstance method if it failed in the previous try.
    taojing2002 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    bd3164a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

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

Commits on Sep 3, 2022

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

Commits on Oct 6, 2022

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

Commits on Oct 28, 2022

  1. Moutn details for FS.

    mbjones committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    e7f4aa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

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

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    bcf500e View commit details
    Browse the repository at this point in the history
  2. Modify physical layout proposal.

    New proposal is to use content checksums for data files, and checksums
    of PID values for system metadata files.
    mbjones committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    9d34232 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d128f4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9643b78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5b7528 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01a4bf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

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

Commits on Nov 8, 2022

  1. Updated storage description to use dedicated sysmeta directory.

    Also added an example of the sysmeta file format and header.
    mbjones committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    960dfe8 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

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

Commits on Nov 16, 2022

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

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    4d824aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05016ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5c97c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Edited HashStore API table.

    Based on conversation about API at the 2023-01-24 dev call.
    mbjones committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    fcd2e36 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

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

Commits on Jan 30, 2023

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

Commits on Jan 31, 2023

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

Commits on Feb 6, 2023

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

Commits on Feb 13, 2023

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

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    0e87212 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature-1436-storage-and-indexing' of https://github.co…

    …m/nceas/metacat into feature-1436-storage-and-indexing
    taojing2002 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0a0ac19 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

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

Commits on Feb 22, 2023

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

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    6ae6e07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    588ec9e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

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

Commits on Feb 25, 2023

  1. Remove Hazelcast.

    taojing2002 committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    6d1612c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

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

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    3017211 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2194c9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5768b29 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    80679ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef24c57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08fe743 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    8e2f0e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cb04b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa24155 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    563f034 View commit details
    Browse the repository at this point in the history
  2. Use ArrayList to replace Vector for the lockedIds. Since we manually …

    …lock the code to access the lockedIds list, it can use non-thread-safe ArrayList for better performance.
    taojing2002 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    a502167 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

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

Commits on Mar 20, 2023

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

Commits on Mar 30, 2023

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

Commits on Apr 3, 2023

  1. In the delete access rules method, the db connection will be reused. …

    …So it can be rolled back.
    taojing2002 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    e86f4be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    828a630 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c99236 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

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

Commits on Apr 7, 2023

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

Commits on Apr 12, 2023

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

Commits on Apr 14, 2023

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

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    7751687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ec9603 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    649973d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6a68bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    971e5bc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    4a3e4ba View commit details
    Browse the repository at this point in the history
  2. Fix typo

    doulikecookiedough authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    9ce04b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c4d348 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecce569 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

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

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    971abf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    093dadb View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

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

Commits on Jul 12, 2023

  1. Fixed a typo.

    taojing2002 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    aa935ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    078fa76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08c28e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    028f447 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47e40b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    3b78b36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    765b2cc View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    52fbeac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93d713e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc5c3e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    5c4fd74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b23a9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d80f44d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Add the new parameter to determine if we should modify the modificati…

    …on date in the create method.
    taojing2002 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0d2bb53 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    7d92ff4 View commit details
    Browse the repository at this point in the history
  2. We don't update the modification date of the system metadata since th…

    …e change is centerized.
    taojing2002 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a13b3f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fdc0a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

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

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    0d58a8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d9bccc View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

Commits on Jul 27, 2023

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

Commits on Aug 7, 2023

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

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    5402b2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c40c6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2db87c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

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

Commits on Aug 15, 2023

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

Commits on Aug 18, 2023

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

Commits on Aug 21, 2023

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

Commits on Aug 23, 2023

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

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    028e1ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a94b21 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

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

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    0b81300 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7925560 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b75b434 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2aebc53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be351b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75bbfb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

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

Commits on Sep 13, 2023

  1. Updated the DIP oackage layout image, and added link to dip-noodling.

     Please enter the commit message for your changes. Lines starting
    mbjones committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f9fbd38 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

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

Commits on Sep 19, 2023

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

Commits on Sep 20, 2023

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

Commits on Sep 21, 2023

  1. typo fixes

    artntek committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    264f56b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56e6ede View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    901cb95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8375bd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cd64ad View commit details
    Browse the repository at this point in the history
  6. more commented code

    artntek committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6a1a9e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8df8f92 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f5dc0d View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feature-1436-storage-and-indexing' of github.com:NCEAS/…

    …metacat into feature-1436-storage-and-indexing
    artntek committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ea6fb39 View commit details
    Browse the repository at this point in the history
  10. removed old header comments

    artntek committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1c923cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f68d692 View commit details
    Browse the repository at this point in the history
  12. reformat, del commented code

    artntek committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d1f29ec View commit details
    Browse the repository at this point in the history
  13. reformat, del commented code

    artntek committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    3992a1f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Revert MetacatHandler changes to avoid whitespace conflicts for Jing'…

    …s other branch
    
    This reverts commit 5cd64ad.
    artntek committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    177b798 View commit details
    Browse the repository at this point in the history
  2. Revert DocumentImpl changes (2 of 2) to avoid whitespace conflicts fo…

    …r Jing's other branch
    
    This reverts commit 6a1a9e3.
    artntek committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d87d8d8 View commit details
    Browse the repository at this point in the history
  3. Revert DocumentImpl changes (2 of 2) to avoid whitespace conflicts fo…

    …r Jing's other branch
    
    This reverts commit 56e6ede.
    artntek committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    51bd73f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    607972b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd8d90e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e231b7f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. whitespace only

    artntek committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8cb5b2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dd5cc7 View commit details
    Browse the repository at this point in the history
  3. whitespace only

    artntek committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    95f242d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f33c5b9 View commit details
    Browse the repository at this point in the history
  5. whitespace only

    artntek committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    72d7bf9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    810d9b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e041531 View commit details
    Browse the repository at this point in the history
  8. Remove the properties related to hazelcast.

    Remove the commented out rabitmq properties.
    taojing2002 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    dbdddbd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    909a2ec View commit details
    Browse the repository at this point in the history
  10. Merge branch 'feature-1436-storage-and-indexing' of https://github.co…

    …m/nceas/metacat into feature-1436-storage-and-indexing
    taojing2002 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    14caf1e View commit details
    Browse the repository at this point in the history
  11. whitespace only

    artntek committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    cecbd01 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5950b35 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'feature-1436-storage-and-indexing' of github.com:NCEAS/…

    …metacat into feature-1436-storage-and-indexing
    artntek committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    107de17 View commit details
    Browse the repository at this point in the history
  14. whitespace only

    artntek committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    691f25c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    56c7b23 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fa552c8 View commit details
    Browse the repository at this point in the history
  17. minor edits

    artntek committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    88c01ac View commit details
    Browse the repository at this point in the history
  18. whitespace only

    artntek committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c1eed7f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4d9d4e2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b834d76 View commit details
    Browse the repository at this point in the history
  21. whitespace only

    artntek committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b47d520 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    88f8fb2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    080240a View commit details
    Browse the repository at this point in the history
  24. Add a comment to indicate the time regenerating index task use the de…

    …fault time zone in the host.
    taojing2002 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d98fdbf View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    4076925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8e4f59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa01366 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19b495e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96b2157 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bdcec7 View commit details
    Browse the repository at this point in the history
  7. Fixed an issue that a property was splitted into two strings.

    Removed some commented out code.
    taojing2002 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0831c90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64caace View commit details
    Browse the repository at this point in the history
  9. added test-fast target

    artntek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    61cbe89 View commit details
    Browse the repository at this point in the history