This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 11 Oct, 2021 1 commit
  2. 04 Oct, 2021 1 commit
  3. 01 Oct, 2021 4 commits
  4. 10 Sep, 2021 1 commit
  5. 09 Sep, 2021 3 commits
  6. 08 Sep, 2021 8 commits
  7. 07 Sep, 2021 4 commits
  8. 06 Sep, 2021 1 commit
  9. 04 Sep, 2021 2 commits
  10. 03 Sep, 2021 3 commits
  11. 02 Sep, 2021 2 commits
    • Isabel Suchanek's avatar
      events: fix wildcard namespace handling (#10935) · 1eea499b
      Isabel Suchanek authored
      This fixes a bug in the event stream API where it currently interprets
      namespace=* as an actual namespace, not a wildcard. When Nomad parses
      incoming requests, it sets namespace to default if not specified, which
      means the request namespace will never be an empty string, which is what
      the event subscription was checking for. This changes the conditional
      logic to check for a wildcard namespace instead of an empty one.
      
      It also updates some event tests to include the default namespace in the
      subscription to match current behavior.
      
      Fixes #10903
      1eea499b
    • Kevin Wang's avatar
      9ba1a2fb
  12. 01 Sep, 2021 4 commits
  13. 31 Aug, 2021 6 commits