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

EVEREST-1514 | [CLI] use helm chart for install/upgrade/uninstall #825

Draft
wants to merge 107 commits into
base: main
Choose a base branch
from

Commits on Nov 4, 2024

  1. Clean up

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    385e2f1 View commit details
    Browse the repository at this point in the history
  2. Add helm package

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f73ee80 View commit details
    Browse the repository at this point in the history
  3. Add constants

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c8f0d79 View commit details
    Browse the repository at this point in the history
  4. Update go modules

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    369dd8f View commit details
    Browse the repository at this point in the history
  5. WIP

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    372d055 View commit details
    Browse the repository at this point in the history
  6. Core installation works

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5331758 View commit details
    Browse the repository at this point in the history
  7. WIP: dry-run flag

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4d675b3 View commit details
    Browse the repository at this point in the history
  8. Big refactor

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0cb28c4 View commit details
    Browse the repository at this point in the history
  9. Remove dry-run for now

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8910f3a View commit details
    Browse the repository at this point in the history
  10. Add uninstall/upgrade

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f6b0072 View commit details
    Browse the repository at this point in the history
  11. More refactoring

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5536742 View commit details
    Browse the repository at this point in the history
  12. Improvements!

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c15828c View commit details
    Browse the repository at this point in the history
  13. Make Helm Install idempotent

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    081246c View commit details
    Browse the repository at this point in the history
  14. Add DB namespaces code

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5786768 View commit details
    Browse the repository at this point in the history
  15. Add --repository flag

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ca87683 View commit details
    Browse the repository at this point in the history
  16. update comment

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    209547f View commit details
    Browse the repository at this point in the history
  17. update comments

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a2ee542 View commit details
    Browse the repository at this point in the history
  18. Openshift support

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0849c66 View commit details
    Browse the repository at this point in the history
  19. Add --helm-set flag

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    27bde2c View commit details
    Browse the repository at this point in the history
  20. improvements

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9167836 View commit details
    Browse the repository at this point in the history
  21. formatting

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0c2aeea View commit details
    Browse the repository at this point in the history
  22. linting

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5201b42 View commit details
    Browse the repository at this point in the history
  23. cleanup and support for devel

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2d130f2 View commit details
    Browse the repository at this point in the history
  24. more cleanup

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7b30240 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Remove DetectEnvironment, use GetClusterType

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c3504d0 View commit details
    Browse the repository at this point in the history
  2. gke support

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    de233cb View commit details
    Browse the repository at this point in the history
  3. WIP

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    aa472c1 View commit details
    Browse the repository at this point in the history
  4. WIP

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    42b30f1 View commit details
    Browse the repository at this point in the history
  5. more improvements

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7c50e01 View commit details
    Browse the repository at this point in the history
  6. refactor values logic

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c084dff View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. added logging

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5abf9aa View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. big refactors

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d88017c View commit details
    Browse the repository at this point in the history
  2. renaming

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e76ecbf View commit details
    Browse the repository at this point in the history
  3. fix values

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    758a741 View commit details
    Browse the repository at this point in the history
  4. Update uninstallation

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    019afe6 View commit details
    Browse the repository at this point in the history
  5. more improvements

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    73eda18 View commit details
    Browse the repository at this point in the history
  6. more cleanup

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0ac4c2e View commit details
    Browse the repository at this point in the history
  7. more clean-up and improvements

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e051b2b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. add tests and cleanyp

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f4975c2 View commit details
    Browse the repository at this point in the history
  2. more checks

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    df586ef View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. wip

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    712f54e View commit details
    Browse the repository at this point in the history
  2. refactor without FS

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    ed92bb6 View commit details
    Browse the repository at this point in the history
  3. minor nits

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    bfa89f4 View commit details
    Browse the repository at this point in the history
  4. clean-up

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    71b9c3b View commit details
    Browse the repository at this point in the history
  5. refactor

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    664a3b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. tests

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    83eaf0c View commit details
    Browse the repository at this point in the history
  2. update comments

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    707a27e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. working on upgrade

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3d6a419 View commit details
    Browse the repository at this point in the history
  2. support upgrade

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7a8cad3 View commit details
    Browse the repository at this point in the history
  3. comments

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    517174e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e72e066 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    6983bfe View commit details
    Browse the repository at this point in the history
  2. cleanup and comments

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ecd0922 View commit details
    Browse the repository at this point in the history
  3. linting

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    52d7737 View commit details
    Browse the repository at this point in the history
  4. refactors, comments and fixes

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    207fc86 View commit details
    Browse the repository at this point in the history
  5. fix helm test

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1ee325f View commit details
    Browse the repository at this point in the history
  6. formatting

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3c26401 View commit details
    Browse the repository at this point in the history
  7. linters

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    888f6f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a53f95 View commit details
    Browse the repository at this point in the history
  9. go mod tidy

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    91007b5 View commit details
    Browse the repository at this point in the history
  10. fix test

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2bdde73 View commit details
    Browse the repository at this point in the history
  11. fix test

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1f4178a View commit details
    Browse the repository at this point in the history
  12. fix header

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f7c571c View commit details
    Browse the repository at this point in the history
  13. fix kubeconfig path

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5acd1c5 View commit details
    Browse the repository at this point in the history
  14. update modules

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c746acb View commit details
    Browse the repository at this point in the history
  15. refactor install

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    96dbe20 View commit details
    Browse the repository at this point in the history
  16. cleanup unused Kubernetes interface methods

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8a3fed0 View commit details
    Browse the repository at this point in the history
  17. more cleanup

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3367957 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    60ad01e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. update dev chart

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d13e6cd View commit details
    Browse the repository at this point in the history
  2. fix workflow

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b19f89d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df98acb View commit details
    Browse the repository at this point in the history
  4. wip: fixing cli tests

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a6d5359 View commit details
    Browse the repository at this point in the history
  5. add retries

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    34aafa5 View commit details
    Browse the repository at this point in the history
  6. go mod tidy

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ea75683 View commit details
    Browse the repository at this point in the history
  7. remove todo

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    fae3e74 View commit details
    Browse the repository at this point in the history
  8. move retries

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7db534f View commit details
    Browse the repository at this point in the history
  9. typo

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    576e9b9 View commit details
    Browse the repository at this point in the history
  10. fix logging

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1df2c45 View commit details
    Browse the repository at this point in the history
  11. fix cli tests

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3bff98a View commit details
    Browse the repository at this point in the history
  12. fix tests

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    605a9d1 View commit details
    Browse the repository at this point in the history
  13. update cli tests

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e097984 View commit details
    Browse the repository at this point in the history
  14. fix values

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f8a7fa6 View commit details
    Browse the repository at this point in the history
  15. fix cli test

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    34b65f0 View commit details
    Browse the repository at this point in the history
  16. fix nil pointer error

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5c046f8 View commit details
    Browse the repository at this point in the history
  17. fix cli tests

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9f75387 View commit details
    Browse the repository at this point in the history
  18. change openshift logic

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d97d0ff View commit details
    Browse the repository at this point in the history
  19. linting

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5700e20 View commit details
    Browse the repository at this point in the history
  20. remove k8s version check, helm does it for us

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    dc87e3e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

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

Commits on Nov 15, 2024

  1. wip

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3a27f34 View commit details
    Browse the repository at this point in the history
  2. add tests

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b580e7f View commit details
    Browse the repository at this point in the history
  3. update chart

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ed975db View commit details
    Browse the repository at this point in the history
  4. wip: big refactors

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    93cf668 View commit details
    Browse the repository at this point in the history
  5. wip: more refactor

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f877695 View commit details
    Browse the repository at this point in the history
  6. more refactoring

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0b59acb View commit details
    Browse the repository at this point in the history
  7. big refactor

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c1bc927 View commit details
    Browse the repository at this point in the history
  8. fix cleanup

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3ca1471 View commit details
    Browse the repository at this point in the history
  9. add test

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    119eea5 View commit details
    Browse the repository at this point in the history
  10. refactor in progress

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e3f442f View commit details
    Browse the repository at this point in the history
  11. more refactor

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    37704e1 View commit details
    Browse the repository at this point in the history
  12. linting

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7a7266d View commit details
    Browse the repository at this point in the history
  13. more refactor

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0c3e7d3 View commit details
    Browse the repository at this point in the history
  14. fix message

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8fec0f6 View commit details
    Browse the repository at this point in the history
  15. Add step for uninstalling CRDs

    Signed-off-by: Mayank Shah <[email protected]>
    mayankshah1607 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    828ee3d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

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