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.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 10 Mar, 2021 11 commits
-
-
James Rasell authored
agent: return req error if prometheus metrics are disabled.
-
Mahmood Ali authored
The expose handler hook must handle if the submitted job is invalid. Without this validation, the rpc handler panics on invalid input. Co-authored-by:
Tim Gross <tgross@hashicorp.com>
-
James Rasell authored
Co-authored-by:
Tim Gross <tgross@hashicorp.com>
-
Tim Gross authored
Includes swapping the previously documented `-login` flag for `-authenticate` to align better with Waypoint.
-
Tim Gross authored
Endpoints for requesting and exchanging one-time tokens via the HTTP API. Includes documentation updates.
-
Tim Gross authored
-
Tim Gross authored
RPC endpoints for the user-driven APIs (`UpsertOneTimeToken` and `ExchangeOneTimeToken`) and token expiration (`ExpireOneTimeTokens`). Includes adding expiration to the periodic core GC job.
-
Tim Gross authored
The `OneTimeToken` struct is to support the `nomad ui -login` command. This changeset adds the struct to the Nomad state store.
-
Tim Gross authored
-
Michael Lange authored
UI: Line Chart new primitives and tooltip refactor
-
Michael Lange authored
As @backspace pointed out, we're processing a bunch of other stuff anyway, so might as well process the active state there too where it's more likely to be expected.
-
- 09 Mar, 2021 15 commits
-
-
Mahmood Ali authored
Update to Golang 1.16
-
Tim Gross authored
-
Mahmood Ali authored
Golang 1.16 added better support for installing tools, without updating go.mod files: https://blog.golang.org/go116-module-changes#TOC_4. .
-
Mahmood Ali authored
-
Mahmood Ali authored
Maintaining patch versions is burdensome, and historical info is already present in git history.
-
Tim Gross authored
-
Tim Gross authored
-
Sylvain Corsini authored
-
James Rasell authored
-
James Rasell authored
-
James Rasell authored
If the user has disabled Prometheus metrics and a request is sent to the metrics endpoint requesting Prometheus formatted metrics, then the request should fail.
-
Dave May authored
-
Michael Lange authored
Some charts intentionally don't yield a tooltip to show the possibility.
-
Michael Lange authored
It is now required to use the one yielded by the :after named block.
-
Michael Lange authored
-
- 08 Mar, 2021 14 commits
-
-
Michael Lange authored
-
Michael Lange authored
Under a new Charts/Primitives section in Storybook
-
Michael Lange authored
This also required re-ordering the SCSS imports since this depends on colors introduced by bulma.
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
Expect this to be set on the visual yielded components directly
-
Michael Lange authored
When a @dataProp is provided, the LineChart component assumes data is an array of data series. It will map by the data prop and flatten to compute the domains of the data.
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-