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. 13 Dec, 2021 3 commits
  2. 10 Dec, 2021 5 commits
    • Nomad Release Bot's avatar
      Release v1.2.3 · 55e5c49b
      Nomad Release Bot authored
      55e5c49b
    • Nomad Release bot's avatar
      Generate files for 1.2.3 release · a79efc84
      Nomad Release bot authored
      a79efc84
    • Tim Gross's avatar
      docs: add 1.2.3 to changelog · 45a5b22b
      Tim Gross authored
      45a5b22b
    • Tim Gross's avatar
      golang security update 1.17.5 · 9439d7a8
      Tim Gross authored
      9439d7a8
    • Tim Gross's avatar
      evaluations list pagination and filtering (#11648) · 972708aa
      Tim Gross authored
      API queries can request pagination using the `NextToken` and `PerPage`
      fields of `QueryOptions`, when supported by the underlying API.
      
      Add a `NextToken` field to the `structs.QueryMeta` so that we have a
      common field across RPCs to tell the caller where to resume paging
      from on their next API call. Include this field on the `api.QueryMeta`
      as well so that it's available for future versions of List HTTP APIs
      that wrap the response with `QueryMeta` rather than returning a simple
      list of structs. In the meantime callers can get the `X-Nomad-NextToken`.
      
      Add pagination to the `Eval.List` RPC by checking for pagination token
      and page size in `QueryOptions`. This will allow resuming from the
      last ID seen so long as the query parameters and the state store
      itself are unchanged between requests.
      
      Add filtering by job ID or evaluation status over the results we get
      out of the state store.
      
      Parse the query parameters of the `Eval.List` API into the arguments
      expected for filtering in the RPC call.
      972708aa
  3. 09 Dec, 2021 5 commits
  4. 08 Dec, 2021 1 commit
  5. 07 Dec, 2021 9 commits
  6. 06 Dec, 2021 2 commits
    • Kevin Wang's avatar
      feat: `backport.yml` (#11613) · 9b72f4fc
      Kevin Wang authored
      9b72f4fc
    • Tim Gross's avatar
      scheduler: config option to reject job registration (#11610) · 2c3db7ee
      Tim Gross authored
      During incident response, operators may find that automated processes
      elsewhere in the organization can be generating new workloads on Nomad
      clusters that are unable to handle the workload. This changeset adds a
      field to the `SchedulerConfiguration` API that causes all job
      registration calls to be rejected unless the request has a management
      ACL token.
      2c3db7ee
  7. 03 Dec, 2021 1 commit
  8. 02 Dec, 2021 3 commits
  9. 01 Dec, 2021 2 commits
  10. 30 Nov, 2021 4 commits
  11. 29 Nov, 2021 3 commits
  12. 26 Nov, 2021 2 commits