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.
- 18 Mar, 2021 1 commit
-
-
Tim Gross authored
-
- 10 Mar, 2021 14 commits
-
-
Tim Gross authored
Removing the incorrect prefix matching from `CSIVolumeByID` breaks prefix matching in the command line client. Add the required elements for prefix matching to the commands and API.
-
Tim Gross authored
Callers of `CSIVolumeByID` are generally assuming they should receive a single volume. This potentially results in feasibility checking being performed against the wrong volume if a volume's ID is a prefix substring of other volume (for example: "test" and "testing").
-
Tim Gross authored
When multiple CSI volumes are requested, the feasibility check could return early for read/write volumes with free claims, even if a later volume in the request was not feasible for any other reason (including not existing at all). This can result in random failure to fail feasibility checking, depending on how the map of volumes was being ordered at runtime. Remove the early return from the feasibility check. Add a test to verify that missing volumes in the map will cause a failure; this test will not catch a regression every test run because of the random map ordering, but any failure will be caught over the course of several CI runs.
-
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 10 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.
-