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

Implement controlled list manager and reference datatype #10541 #10569

Merged
merged 529 commits into from
Jul 11, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 20, 2024

  1. Simplify copy

    jacobtylerwalls committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f4492b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eebbe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2192acf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9a4bd0 View commit details
    Browse the repository at this point in the history
  5. Remove % padding

    jacobtylerwalls committed May 20, 2024
    Configuration menu
    Copy the full SHA
    68d271a View commit details
    Browse the repository at this point in the history
  6. Remove magic height

    jacobtylerwalls committed May 20, 2024
    Configuration menu
    Copy the full SHA
    36cac54 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77b4700 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e5122e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5340333 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    eb41755 View commit details
    Browse the repository at this point in the history
  2. fixup! "Squash

    jacobtylerwalls committed May 21, 2024
    Configuration menu
    Copy the full SHA
    19b499a View commit details
    Browse the repository at this point in the history
  3. Factor out <TreeRow>

    jacobtylerwalls committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a7fbbc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    528ca37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5314b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2572147 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3847aac View commit details
    Browse the repository at this point in the history
  8. Copy splash icon CSS

    jacobtylerwalls committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2d46998 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    02f5088 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cee7755 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    564ef94 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9cce931 View commit details
    Browse the repository at this point in the history
  13. Update comment

    jacobtylerwalls committed May 21, 2024
    Configuration menu
    Copy the full SHA
    61c4178 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    74231ab View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    7718ef9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7251808 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c8f5de View commit details
    Browse the repository at this point in the history
  4. nit #10883

    johnatawnclementawn committed May 22, 2024
    Configuration menu
    Copy the full SHA
    71a0d8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc2d3c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6def92f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6870c4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d72c719 View commit details
    Browse the repository at this point in the history
  9. LabelEditor -> ValueEditor, add note capability

    Factor out <ItemHeader>
    jacobtylerwalls committed May 22, 2024
    Configuration menu
    Copy the full SHA
    25379a4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ab3437f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a68b7aa View commit details
    Browse the repository at this point in the history
  12. fixup! Save notes

    jacobtylerwalls committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d36589f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    74bd851 View commit details
    Browse the repository at this point in the history
  14. nit #10883

    johnatawnclementawn committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e2a2c3e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    36c7b80 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e7465f6 View commit details
    Browse the repository at this point in the history
  17. feedback nits #10848

    johnatawnclementawn committed May 22, 2024
    Configuration menu
    Copy the full SHA
    eca6de5 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    b6d2b51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4686fe1 View commit details
    Browse the repository at this point in the history
  3. nit

    chiatt committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d463622 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6c50ed View commit details
    Browse the repository at this point in the history
  5. Remove duplicate line

    chiatt committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a49ec9a View commit details
    Browse the repository at this point in the history
  6. Remove redundant ternary

    chiatt committed May 23, 2024
    Configuration menu
    Copy the full SHA
    34617b7 View commit details
    Browse the repository at this point in the history
  7. Handle for undefined lists

    chiatt committed May 23, 2024
    Configuration menu
    Copy the full SHA
    864e13a View commit details
    Browse the repository at this point in the history
  8. Remove unnecessary method

    chiatt committed May 23, 2024
    Configuration menu
    Copy the full SHA
    93ee214 View commit details
    Browse the repository at this point in the history
  9. nit

    chiatt committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0a24b5c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #10968 from archesproject/ref_datatype_cleanup

    Refinements to reference datatype
    chrabyrd authored May 23, 2024
    Configuration menu
    Copy the full SHA
    fa6a1e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bba6f9f View commit details
    Browse the repository at this point in the history
  12. Add back toast life

    jacobtylerwalls committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8160426 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2dc1199 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8b79c1e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9e319c0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ad0ef77 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8979f0a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    74e5da7 View commit details
    Browse the repository at this point in the history
  19. Fix label in banner

    jacobtylerwalls committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1abcade View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    cf2bb2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49cce22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b6afac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b45b171 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb9d05d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f36f4f View commit details
    Browse the repository at this point in the history
  7. Reduce margin

    jacobtylerwalls committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2970fba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0c0710 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f221b4f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e4eae4b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    4e5280d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e28155 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd3f759 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98adbb8 View commit details
    Browse the repository at this point in the history
  5. nit #10883

    johnatawnclementawn committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f652b36 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f86c08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69fc9ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8b3d0b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41dde2a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    36505a2 View commit details
    Browse the repository at this point in the history
  11. nit #10883

    johnatawnclementawn committed May 29, 2024
    Configuration menu
    Copy the full SHA
    99f3a08 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ff55f49 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    df3821a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9937005 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    19bf861 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6480606 View commit details
    Browse the repository at this point in the history
  3. Trim spaces

    jacobtylerwalls committed May 30, 2024
    Configuration menu
    Copy the full SHA
    528eabd View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. fixup! Save notes

    jacobtylerwalls committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c40992f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a03157 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0e7180 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce8b65e View commit details
    Browse the repository at this point in the history
  5. Factor out <MoveRow>

    jacobtylerwalls committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6ab902e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93aeb5a View commit details
    Browse the repository at this point in the history
  7. Improve multi-delete

    jacobtylerwalls committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ccea2cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b02270b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6af3e49 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    92994cc View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    360eb41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bd6edb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c10b3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8044256 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bac06e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f98bf81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb740ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce0e85c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0470d15 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b05c62 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d930606 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6d6fbd2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    79f6e94 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    0552f70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a21cb6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    124c3f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    467ec48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a58f24d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    c286907 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3634099 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c91fb37 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    5b46b68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a201ff1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c2a4fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb34e46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db2b710 View commit details
    Browse the repository at this point in the history
  6. Remove double cast

    jacobtylerwalls committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1517cd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7478373 View commit details
    Browse the repository at this point in the history
  8. Naming nits

    jacobtylerwalls committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b1b01ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc19e9e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    296a002 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d0b0d78 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e67d808 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    026fd41 View commit details
    Browse the repository at this point in the history
  14. Improve utils names

    jacobtylerwalls committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    496880e View commit details
    Browse the repository at this point in the history
  15. Adjust import order

    jacobtylerwalls committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    87cb538 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5de1f21 View commit details
    Browse the repository at this point in the history
  17. Avoid 1000 constant

    jacobtylerwalls committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3447e79 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    fbefa91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f96a22c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b35623b View commit details
    Browse the repository at this point in the history
  4. nit #10883

    johnatawnclementawn committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9b5408d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99d9795 View commit details
    Browse the repository at this point in the history
  6. Cover PATCH methods

    jacobtylerwalls committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    91de3ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    413c57c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ac7b4c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b7808d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b4e16e5 View commit details
    Browse the repository at this point in the history
  11. fixup! Move deletion

    jacobtylerwalls committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1302c2a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    df10979 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c6f8cd8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e9907e1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2c6d296 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6cef57b View commit details
    Browse the repository at this point in the history
  17. Improve duck-typing

    jacobtylerwalls committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ac900e3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0ba0217 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e237727 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a383a34 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8854fb9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3244e38 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b06a75b View commit details
    Browse the repository at this point in the history
  24. Simplify client state

    jacobtylerwalls committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    012ce76 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    1ecd939 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a4e7a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d7d411 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cfcba8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ddccb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed283a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa50e46 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f71456 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5bb543b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    779a4fd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b6ecd95 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cb36cc4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1890e50 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a8e450d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1f3bd47 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    439216c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2ec831b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    249ae8a View commit details
    Browse the repository at this point in the history
  19. 1 Configuration menu
    Copy the full SHA
    9334930 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    7188db5 View commit details
    Browse the repository at this point in the history
  2. Revert "Add test data for CLM CLI tests #10883"

    This reverts commit 7188db5.
    johnatawnclementawn committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7af4440 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24871ba View commit details
    Browse the repository at this point in the history
  4. nit #10848

    johnatawnclementawn committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    460e01a View commit details
    Browse the repository at this point in the history
  5. Factor out querysets

    jacobtylerwalls committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    471a22c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    adb0daa View commit details
    Browse the repository at this point in the history
  7. Add coverage

    jacobtylerwalls committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2567239 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    004f543 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    5ff6b98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9599a80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f134858 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Fix value/label confusion in reference select widget

    The reference select widget doesn't care (for now)
    about scope notes, images, etc. It immediately filters
    all values to just labels and stores it on item.labels.
    jacobtylerwalls committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    790dbcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a436449 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    96cb9ec View commit details
    Browse the repository at this point in the history
  2. Clean up imports

    jacobtylerwalls committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1315367 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2842230 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7928ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f584e89 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    3c0ef0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12ce9df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5ab303 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a73a264 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e9beb1 View commit details
    Browse the repository at this point in the history
  6. nit #10848

    johnatawnclementawn committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    dfb7ae0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge pull request #10927 from archesproject/10883_migrate_collection…

    …s_to_controlled_lists
    
    #10883 Add function for ETL from Collections to Controlled Lists
    johnatawnclementawn authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ae8981c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10882 from archesproject/10848_support_controlled…

    …_lists_in_arches_packages
    
    #10848 Support controlled lists in arches packages
    johnatawnclementawn authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    aabc4d6 View commit details
    Browse the repository at this point in the history
  3. let -> const

    jacobtylerwalls committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4251152 View commit details
    Browse the repository at this point in the history
  4. Fix key -> keyup typo

    jacobtylerwalls committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9896cde View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    1e40ec2 View commit details
    Browse the repository at this point in the history
  2. Fix typescript issues

    jacobtylerwalls committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    81ca9d0 View commit details
    Browse the repository at this point in the history
  3. Standardize icons

    jacobtylerwalls committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    aa8b8d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74c055e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22a8ab3 View commit details
    Browse the repository at this point in the history
  6. Reduce test verbosity

    jacobtylerwalls committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0df502a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18696a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    720dd16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4eb600 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5fe1ae0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    efecc3d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    e7c57e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    359517a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53896cc View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    60e96de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a78bd6e View commit details
    Browse the repository at this point in the history
  3. Remove ill-advised feature to collapse other lists

    Not appropriate if the list being collapsed lies above
    jacobtylerwalls committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0c7babc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5d7608 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8bb74f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57efe61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2f3315 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    2b2b036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6726096 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6955250 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    a136371 View commit details
    Browse the repository at this point in the history
  2. Use nodeIsList util

    jacobtylerwalls committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    19259b7 View commit details
    Browse the repository at this point in the history
  3. Improve typing

    jacobtylerwalls committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    345f754 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    341b5db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4639af6 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Shorten try blocks

    jacobtylerwalls committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a85f3f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c5ee69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a30b62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ad25c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    419d409 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc14e27 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

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

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    da2b974 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea60f9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fa11b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72aa381 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Inherit from APIBase

    jacobtylerwalls committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a26e142 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

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