Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.com/gitlab-org/build/omnibus-mirror/consul.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Feb 22, 2024
  2. Feb 21, 2024
  3. Feb 20, 2024
  4. Feb 16, 2024
  5. Feb 14, 2024
  6. Feb 13, 2024
  7. Feb 12, 2024
  8. Feb 09, 2024
  9. Feb 07, 2024
  10. Feb 06, 2024
  11. Feb 05, 2024
  12. Feb 02, 2024
  13. Feb 01, 2024
  14. Jan 31, 2024
  15. Jan 30, 2024
  16. Jan 29, 2024
  17. Jan 28, 2024
  18. Jan 26, 2024
  19. Jan 25, 2024
    • Luke Kysow's avatar
      Change logging of registered v2 resource endpoints to add /api prefix (#20355) · f1801836
      Luke Kysow authored
      Change logging of registered v2 resource endpoints to add /api prefix (#20352)
      
      * Change logging of registered v2 resource endpoints to add /api prefix
      
      Previous:
      
          agent.http: Registered resource endpoint: endpoint=/demo/v1/executive
      
      New:
      
          agent.http: Registered resource endpoint: endpoint=/api/demo/v1/executive
      
      This reduces confusion when attempting to call the APIs after looking at
      the logs.
      f1801836
  20. Jan 24, 2024
  21. Jan 23, 2024
    • Tauhid Anjum's avatar
      Backport of NET-5824 Exported services api (#20015) (#20315) · a7362db2
      Tauhid Anjum authored
      NET-5824 Exported services api (#20015)
      
      * Exported services api implemented
      
      * Tests added, refactored code
      
      * Adding server tests
      
      * changelog added
      
      * Proto gen added
      
      * Adding codegen changes
      
      * changing url, response object
      
      * Fixing lint error by having namespace and partition directly
      
      * Tests changes
      
      * refactoring tests
      
      * Simplified uniqueness logic for exported services, sorted the response in order of service name
      
      * Fix lint errors, refactored code
      a7362db2
  22. Jan 22, 2024
  23. Jan 19, 2024
  24. Jan 18, 2024
    • John Maguire's avatar
      NET-3860 - [Supportability] consul troubleshoot CLI for verifying por… (#20261) · ec8d1f75
      John Maguire authored
      
      NET-3860 - [Supportability] consul troubleshoot CLI for verifying ports (#18329)
      
      * init
      
      * udp
      
      * added support for custom port
      
      * removed grpc
      
      * rename constants
      
      * removed udp
      
      * added change log
      
      * fix synopsis
      
      * pr comment chagnes
      
      * make private
      
      * added tests
      
      * added one more test case
      
      * defer close results channel
      
      * removed unwanted comment
      
      * licence update
      
      * updated docs
      
      * fix indent
      
      * fix path
      
      * example update
      
      * Update website/content/commands/troubleshoot/ports.mdx
      
      
      
      * Update website/content/commands/troubleshoot/ports.mdx
      
      
      
      * Update command/troubleshoot/ports/troubleshoot_ports.go
      
      
      
      * Update website/content/commands/troubleshoot/ports.mdx
      
      
      
      * Update website/content/commands/troubleshoot/index.mdx
      
      
      
      * Update command/troubleshoot/ports/troubleshoot_ports.go
      
      
      
      * Update command/troubleshoot/ports/troubleshoot_ports.go
      
      
      
      * Update website/content/commands/troubleshoot/ports.mdx
      
      
      
      * Update website/content/commands/troubleshoot/ports.mdx
      
      
      
      * Update website/content/commands/troubleshoot/ports.mdx
      
      
      
      * pr comment resolved
      
      ---------
      
      Co-authored-by: default avatarAshesh Vidyut <134911583+absolutelightning@users.noreply.github.com>
      Co-authored-by: default avatartrujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
      ec8d1f75
  25. Jan 17, 2024