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

RUN-551: Vue conversion of job option editor #8922

Merged
merged 167 commits into from
Mar 18, 2024
Merged

RUN-551: Vue conversion of job option editor #8922

merged 167 commits into from
Mar 18, 2024

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    d135de4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff7fdc9 View commit details
    Browse the repository at this point in the history
  3. i18n updates

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3b9b6f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acd8f0a View commit details
    Browse the repository at this point in the history
  5. Updates

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1dcd316 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68cc9d2 View commit details
    Browse the repository at this point in the history
  7. fix: label text and spacing

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    047ce39 View commit details
    Browse the repository at this point in the history
  8. option name validation

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4f64280 View commit details
    Browse the repository at this point in the history
  9. fix: button spacing

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5397094 View commit details
    Browse the repository at this point in the history
  10. add option validation

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    7f13e85 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6bb7676 View commit details
    Browse the repository at this point in the history
  12. parse value list if not set

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6fd08b4 View commit details
    Browse the repository at this point in the history
  13. Add undo/redo

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5d31cc1 View commit details
    Browse the repository at this point in the history
  14. add i18n

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    cac0136 View commit details
    Browse the repository at this point in the history
  15. prop types

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    eca3574 View commit details
    Browse the repository at this point in the history
  16. optional fields

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    161581b View commit details
    Browse the repository at this point in the history
  17. basic tests

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    458e389 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5b1702e View commit details
    Browse the repository at this point in the history
  19. call file opt validation

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4f62855 View commit details
    Browse the repository at this point in the history
  20. update openapi annotation

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ff88a22 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    aa1cba8 View commit details
    Browse the repository at this point in the history
  22. fix: field name

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1069c17 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0135c1a View commit details
    Browse the repository at this point in the history
  24. correct field for new ui

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b2e4fa3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7059cfe View commit details
    Browse the repository at this point in the history
  26. cleanup

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    dfa6c15 View commit details
    Browse the repository at this point in the history
  27. fix: missing field

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e87d18a View commit details
    Browse the repository at this point in the history
  28. fix test

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    44f75b8 View commit details
    Browse the repository at this point in the history
  29. remove experiment

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    7391ea5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f251571 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6097970 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7e403c1 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5602ed9 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    6993805 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    1f3db67 View commit details
    Browse the repository at this point in the history
  36. add schema declaration

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    240a8cc View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    70bf665 View commit details
    Browse the repository at this point in the history
  38. missing javadoc

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4919ce1 View commit details
    Browse the repository at this point in the history
  39. define a prototype object

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    091abd2 View commit details
    Browse the repository at this point in the history
  40. required field

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ab997e0 View commit details
    Browse the repository at this point in the history
  41. cleanup

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e407658 View commit details
    Browse the repository at this point in the history
  42. correct input field names to canonical map names

    translate validation messages to canonical field names on output from API
    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    220e96a View commit details
    Browse the repository at this point in the history
  43. move class definition

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    07ebdff View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0be9e6f View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    ea276ad View commit details
    Browse the repository at this point in the history
  46. fix: validation of valuesUrl on import

    * an invalid URL for valuesUrl would cause exception instead of actual validation result
    * change the fromMap to use data binding to correctly handle invalid format
    * copy errors during definition creation so that early binding errors propagate to validation phase
    *
    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    027781c View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    fff9f08 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    2f2b784 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    8ca70ee View commit details
    Browse the repository at this point in the history
  50. update API description

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    045f78a View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    53c1714 View commit details
    Browse the repository at this point in the history
  52. show validation errors for defaultStoragePath

    add field to datatype
    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    efa97b6 View commit details
    Browse the repository at this point in the history
  53. test for scheduled job

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f9293d6 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    a4d0650 View commit details
    Browse the repository at this point in the history
  55. change url validation

    * remove default `url: true` validation, which does not function the same way as simple URL creation test
    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ba64f28 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    2d06e8f View commit details
    Browse the repository at this point in the history
  57. fix comment

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    7316089 View commit details
    Browse the repository at this point in the history
  58. cleanup: prettier reformat

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a51a444 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    3fd0f1a View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    b3726a6 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    6d0e089 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    08a14b9 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    859697c View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    7d32850 View commit details
    Browse the repository at this point in the history
  65. add vuedraggable

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8b0483f View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    0060433 View commit details
    Browse the repository at this point in the history
  67. update i18n

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    51912d1 View commit details
    Browse the repository at this point in the history
  68. enable nextUI checkbox in job edit page, use interceptor to set param…

    … for certain ScheduledExecution actions
    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d7fb6df View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    e97168e View commit details
    Browse the repository at this point in the history
  70. update i18n

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5b588f7 View commit details
    Browse the repository at this point in the history
  71. move file

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f41429d View commit details
    Browse the repository at this point in the history
  72. cleanup: unused

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4a3162f View commit details
    Browse the repository at this point in the history
  73. fix: title

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f3576fe View commit details
    Browse the repository at this point in the history
  74. move and update tests

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6d8cf85 View commit details
    Browse the repository at this point in the history
  75. update i18n keys

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3dbc78a View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    5d8e138 View commit details
    Browse the repository at this point in the history
  77. tests for OptionItem

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4f9d9d6 View commit details
    Browse the repository at this point in the history
  78. update tests for OptionView

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    cfb231e View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    678c5e3 View commit details
    Browse the repository at this point in the history
  80. classes for testing

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3fa175c View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    a96f72d View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    ca472d3 View commit details
    Browse the repository at this point in the history
  83. remove unneeded computed

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6a2f908 View commit details
    Browse the repository at this point in the history
  84. fix: return value

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5491703 View commit details
    Browse the repository at this point in the history
  85. add target for watching

    gschueler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d55b033 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. cleanup: unused

    gschueler committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    d5932b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    801dbc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd7eb5e View commit details
    Browse the repository at this point in the history
  4. typescript fixes

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

Commits on Feb 23, 2024

  1. wip: selenium tests

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

Commits on Feb 27, 2024

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

    gschueler committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    450f386 View commit details
    Browse the repository at this point in the history
  3. add types

    gschueler committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3b2f877 View commit details
    Browse the repository at this point in the history
  4. operation move test

    gschueler committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a3f9454 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fe2d05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b11034 View commit details
    Browse the repository at this point in the history
  7. cleanup: remove async

    gschueler committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f9ec500 View commit details
    Browse the repository at this point in the history
  8. test operationInsert

    gschueler committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    96c1824 View commit details
    Browse the repository at this point in the history
  9. test operation

    gschueler committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c9a9be1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d93d304 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. fix: sortIndex not set after manual operation

    * call operation method
    gschueler committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ef18a9a View commit details
    Browse the repository at this point in the history
  2. fix: validation errors not shown for some fields

    correct field name to match
    gschueler committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    59996ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    090e68a View commit details
    Browse the repository at this point in the history
  4. cleanup: valuesType watch

    gschueler committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d4fced8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9f7594 View commit details
    Browse the repository at this point in the history
  6. remove ignorerest

    gschueler committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b96efa5 View commit details
    Browse the repository at this point in the history
  7. fix test

    gschueler committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8cb87fe View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    5ca661a View commit details
    Browse the repository at this point in the history
  2. add todo note

    gschueler committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c496708 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    672df32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4992708 View commit details
    Browse the repository at this point in the history
  5. fix: job search result test

    gschueler committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f3c6246 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    846aba0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    2522a04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20ebb2c View commit details
    Browse the repository at this point in the history
  3. fix test

    gschueler committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6464fbb View commit details
    Browse the repository at this point in the history
  4. fix selector in next ui

    gschueler committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    951c4f3 View commit details
    Browse the repository at this point in the history
  5. fix test

    gschueler committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    81de41f View commit details
    Browse the repository at this point in the history
  6. fix: storage test

    gschueler committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2cfeb08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04602f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7db9044 View commit details
    Browse the repository at this point in the history
  9. validate name max length

    gschueler committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3f529d7 View commit details
    Browse the repository at this point in the history
  10. add maxlength

    gschueler committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9766f36 View commit details
    Browse the repository at this point in the history
  11. max length error message

    gschueler committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    dd92ad8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    14a0a5c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    99a0d8e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e151fba View commit details
    Browse the repository at this point in the history
  15. test updates

    gschueler committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6bef4c1 View commit details
    Browse the repository at this point in the history
  16. selector fix

    gschueler committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e53752c View commit details
    Browse the repository at this point in the history
  17. fix test for secure option

    gschueler committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c7c0a32 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. pass index

    gschueler committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7260e45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c591a0 View commit details
    Browse the repository at this point in the history
  3. fix selector used

    gschueler committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3fa0102 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    c7594eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53b31ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb2df8a View commit details
    Browse the repository at this point in the history
  4. fix spacing for buttons

    gschueler committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ea39c15 View commit details
    Browse the repository at this point in the history
  5. add revertall behavior

    gschueler committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7a49c30 View commit details
    Browse the repository at this point in the history
  6. fix: revert all test

    gschueler committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e56c3a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70cdd24 View commit details
    Browse the repository at this point in the history
  8. cleanup validation

    gschueler committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c539983 View commit details
    Browse the repository at this point in the history
  9. test input type

    gschueler committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    79af193 View commit details
    Browse the repository at this point in the history
  10. cleanup prototype data

    gschueler committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d1a8113 View commit details
    Browse the repository at this point in the history
  11. test option.valuesType

    gschueler committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    aea04ba View commit details
    Browse the repository at this point in the history
  12. reorder assignment

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

Commits on Mar 6, 2024

  1. test remote validation

    gschueler committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ab965c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. update validation message

    gschueler committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6298a26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9d0867 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d24884a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e486596 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd4dc12 View commit details
    Browse the repository at this point in the history
  6. cleanup: logic

    gschueler committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    43e94f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8a50a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07ed6ab View commit details
    Browse the repository at this point in the history
  9. cleanup: format

    gschueler committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fd05b3c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a1e2e11 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1206ab5 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    d378f97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bd578b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5d2f1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    670a6e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1696ade View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    449162e View commit details
    Browse the repository at this point in the history
  7. fix, add jobWasScheduled

    gschueler committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ea7a493 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    afdb066 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Mar 18, 2024

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