1. 09 Jan, 2025 1 commit
    • Brad Davidson's avatar
      Move request handlers out of server package · 2e4e7cf2
      Brad Davidson authored
      The servers package, and router.go in particular, had become quite
      large. Address this by moving some things out to separate packages:
      * http request handlers all move to pkg/server/handlers.
      * node password bootstrap auth handler goes into pkg/nodepassword with
        the other nodepassword code.
      
      While we're at it, also be more consistent about calling variables that
      hold a config.Control struct or reference `control` instead of `config` or `server`.
      Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
      2e4e7cf2
  2. 08 Jan, 2025 3 commits
  3. 07 Jan, 2025 5 commits
  4. 03 Jan, 2025 1 commit
  5. 20 Dec, 2024 6 commits
  6. 19 Dec, 2024 1 commit
  7. 18 Dec, 2024 1 commit
  8. 16 Dec, 2024 1 commit
  9. 12 Dec, 2024 1 commit
  10. 11 Dec, 2024 1 commit
  11. 10 Dec, 2024 5 commits
  12. 06 Dec, 2024 12 commits
  13. 05 Dec, 2024 1 commit
  14. 04 Dec, 2024 1 commit