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

Cluster nodename feature 20221124 clone #88

Open
wants to merge 74 commits into
base: unstable
Choose a base branch
from

Commits on Sep 12, 2022

  1. Add hostname variable

    hwware committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    eaba03c View commit details
    Browse the repository at this point in the history
  2. Update cluster.c

    hwware committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    e56dd20 View commit details
    Browse the repository at this point in the history
  3. Update cluster.c

    hwware committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    cc966d2 View commit details
    Browse the repository at this point in the history
  4. Update cluster.c

    hwware committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    03305ef View commit details
    Browse the repository at this point in the history
  5. Update cluster.c

    hwware committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    1a05cc9 View commit details
    Browse the repository at this point in the history
  6. Update cluster.c

    hwware committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f9fe792 View commit details
    Browse the repository at this point in the history
  7. Update cluster.c

    hwware committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    6909563 View commit details
    Browse the repository at this point in the history
  8. Update cluster.c

    hwware committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    ae5f628 View commit details
    Browse the repository at this point in the history
  9. Check node name

    hwware committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f7d6091 View commit details
    Browse the repository at this point in the history
  10. Update cluster.c

    hwware committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    6210da7 View commit details
    Browse the repository at this point in the history
  11. Update cluster.c

    hwware committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    5e298fa View commit details
    Browse the repository at this point in the history
  12. Add help for nodename

    hwware committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    8755fa8 View commit details
    Browse the repository at this point in the history
  13. Update cluster.c

    hwware committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    1b98683 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4778b52 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7e79752 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    750365e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Added nodename support to extension (#61)

    * Added nodename extension
    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    da6c6bd View commit details
    Browse the repository at this point in the history
  2. Update src/cluster.c

    Co-authored-by: Madelyn Olson <34459052+madolson@users.noreply.github.com>
    hwware and madolson committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f113b4b View commit details
    Browse the repository at this point in the history
  3. Update cluster.c

    Fix indentation
    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    9a42c24 View commit details
    Browse the repository at this point in the history
  4. Add hostname variable

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c95884a View commit details
    Browse the repository at this point in the history
  5. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    02da336 View commit details
    Browse the repository at this point in the history
  6. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    acba403 View commit details
    Browse the repository at this point in the history
  7. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    306f548 View commit details
    Browse the repository at this point in the history
  8. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    fb7bc2c View commit details
    Browse the repository at this point in the history
  9. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    fcf2ac0 View commit details
    Browse the repository at this point in the history
  10. Check node name

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4414c6b View commit details
    Browse the repository at this point in the history
  11. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    309b0b8 View commit details
    Browse the repository at this point in the history
  12. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    21baa54 View commit details
    Browse the repository at this point in the history
  13. Add help for nodename

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ea70482 View commit details
    Browse the repository at this point in the history
  14. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    1d65f2e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7e0396a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    54979c9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ca8d2d5 View commit details
    Browse the repository at this point in the history
  18. Added nodename support to extension (#61)

    * Added nodename extension
    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    b706820 View commit details
    Browse the repository at this point in the history
  19. Update cluster.c

    Fix indentation
    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3ee0fd4 View commit details
    Browse the repository at this point in the history
  20. Cluster nodename feature add sds option (#67)

    * Add sds option
    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f3d7aee View commit details
    Browse the repository at this point in the history
  21. Cluster nodename feature rebase (#68)

    Update code according to comments
    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ec6a43a View commit details
    Browse the repository at this point in the history
  22. Add hostname variable

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    84b590c View commit details
    Browse the repository at this point in the history
  23. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    62e9999 View commit details
    Browse the repository at this point in the history
  24. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    40b3748 View commit details
    Browse the repository at this point in the history
  25. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    404021e View commit details
    Browse the repository at this point in the history
  26. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    2c89c98 View commit details
    Browse the repository at this point in the history
  27. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c129c8c View commit details
    Browse the repository at this point in the history
  28. Check node name

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    b8f44eb View commit details
    Browse the repository at this point in the history
  29. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    156de8c View commit details
    Browse the repository at this point in the history
  30. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    09153db View commit details
    Browse the repository at this point in the history
  31. Add help for nodename

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    63e3148 View commit details
    Browse the repository at this point in the history
  32. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    7a0f2f0 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ca18558 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3fa2f2a View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    96f691d View commit details
    Browse the repository at this point in the history
  36. Added nodename support to extension (#61)

    * Added nodename extension
    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    2fb3669 View commit details
    Browse the repository at this point in the history
  37. Update cluster.c

    Fix indentation
    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c314554 View commit details
    Browse the repository at this point in the history
  38. Add hostname variable

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    34abbd4 View commit details
    Browse the repository at this point in the history
  39. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    5eef972 View commit details
    Browse the repository at this point in the history
  40. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    28c25a1 View commit details
    Browse the repository at this point in the history
  41. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    5e7ab2e View commit details
    Browse the repository at this point in the history
  42. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    6ad79a2 View commit details
    Browse the repository at this point in the history
  43. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    5a7c93a View commit details
    Browse the repository at this point in the history
  44. Check node name

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c8e32d1 View commit details
    Browse the repository at this point in the history
  45. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    40a3213 View commit details
    Browse the repository at this point in the history
  46. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    e971b0a View commit details
    Browse the repository at this point in the history
  47. Add help for nodename

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    8664e8d View commit details
    Browse the repository at this point in the history
  48. Update cluster.c

    hwware committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d3b59f3 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    928287a View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    ea16074 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    705e2bf View commit details
    Browse the repository at this point in the history
  2. Added nodename support to extension (#61)

    * Added nodename extension
    hwware committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    10aa024 View commit details
    Browse the repository at this point in the history
  3. Update cluster.c

    Fix indentation
    hwware committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    6be4507 View commit details
    Browse the repository at this point in the history
  4. Cluster nodename feature add sds option (#67)

    * Add sds option
    hwware committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    0b755be View commit details
    Browse the repository at this point in the history
  5. Cluster nodename feature rebase (#68)

    Update code according to comments
    hwware committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    29206e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c3bc1f View commit details
    Browse the repository at this point in the history
  7. rebase on 09-14

    hwware committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    6269b54 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. update some errors

    hwware committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    a696086 View commit details
    Browse the repository at this point in the history