Michael Lange
f04b646dcb
Test coverage for line chart annotations
2020-08-05 12:02:22 -07:00
Michael Lange
51a5209459
Story for line chart annotations
2020-08-05 12:02:22 -07:00
Michael Lange
9465fc6d9d
Add annotations to the line chart component
2020-08-05 12:02:22 -07:00
Michael Lange
7360adba00
Make the default time series date format for line chart more useful
2020-08-05 12:02:21 -07:00
Chris Baker
a2a727b02e
Merge pull request #8583 from hashicorp/cgbaker-patch-1
...
Update CHANGELOG.md
2020-07-31 11:16:48 -05:00
Chris Baker
b0f8041add
Update CHANGELOG.md
...
Co-authored-by: Mahmood Ali <mahmood@hashicorp.com >
2020-07-31 11:14:13 -05:00
Chris Baker
eb6e34f72d
Update CHANGELOG.md
...
Co-authored-by: Mahmood Ali <mahmood@hashicorp.com >
2020-07-31 11:13:40 -05:00
Chris Baker
79b89070b8
Update CHANGELOG.md
...
label in changelog listed wrong issue number
2020-07-31 11:05:53 -05:00
Drew Bailey
fcb869b37b
ignore VAULT_NAMESPACE ( #8581 )
...
VAULT_NAMESPACE in 0.12.1 and previous versions is already ignored. \n revert change that used it as a default since it will break oss users
2020-07-31 10:33:21 -04:00
Tim Gross
3b2f70bdb2
csi/e2e: add 2nd controller for node drain testing ( #8573 )
2020-07-31 08:03:49 -04:00
Buck Doyle
4c8083746c
Add linting for acceptance accessibility audits ( #8570 )
...
This makes use of the PR I recently had merged to eslint-plugin-ember-a11y-testing
to add linting that ensures an accessibility audit is called at least once per acceptance
test file. When I have added linting for component tests, it can apply there too.
I added exclusions for the filesystem browser tests, which are covered by behaviors/fs
and for the search test which will involve significant overrides to Ember Power Select
default templates.
2020-07-30 12:40:05 -05:00
James Rasell
bb039f588c
Merge pull request #8555 from hashicorp/remove-size-detail-from-docs-homepage
...
docs: remove Nomad binary size from README and website.
2020-07-30 19:20:23 +02:00
Mahmood Ali
e57c252e50
Handle Scaling Policies in Job Plan endpoint ( #8567 )
...
Fixes https://github.com/hashicorp/nomad/issues/8544
This PR fixes a bug where using `nomad job plan ...` always report no change if the submitted job contain scaling.
The issue has three contributing factors:
1. The plan endpoint doesn't populate the required scaling policy ID; unlike the job register endpoint
2. The plan endpoint suppresses errors on job insertion - the job insertion fails here, because the scaling policy is missing the required ID
3. The scheduler reports no update necessary when the relevant job isn't in store (because the insertion failed)
This PR fixes the first two factors. Changing the scheduler to be more strict might make sense, but may violate some idempotency invariant or make the scheduler more brittle.
2020-07-30 12:27:36 -04:00
Michael Lange
ac7fed90fc
Merge pull request #8569 from hashicorp/d/update-scale-request-params
...
Docs: Update Reason to Message in the job scale docs
2020-07-30 09:18:18 -07:00
Michael Lange
71c25b0f38
Merge pull request #8568 from hashicorp/b-ui/scale-post-message
...
Use the correct Message property instead of Reason in scale POST request
2020-07-30 09:13:15 -07:00
Michael Lange
8829123702
Update Reason to Message in the job scale docs
2020-07-30 09:06:08 -07:00
Michael Lange
45e1c652c6
Use the correct Message property instead of Reason in scale POST request
...
Also use a more informative default message (one that includes the new
count)
2020-07-30 08:43:15 -07:00
Michael Lange
1205387f83
Merge pull request #8563 from hashicorp/b-ui/missing-job-distribution-chart-texture
...
UI: Restore striped texture used in the job distribution bar
2020-07-30 08:20:48 -07:00
Buck Doyle
37178a4faf
Add documentation for job name parameter ( #8566 )
2020-07-30 10:13:39 -05:00
Buck Doyle
281caa8927
Change capitalisation
...
Co-authored-by: Tim Gross <tgross@hashicorp.com >
2020-07-30 10:09:47 -05:00
Buck Doyle
16fdf8f3ff
Add documentation for job name parameter
2020-07-30 10:03:50 -05:00
Buck Doyle
2645932c72
Fix placement invocations ( #8558 )
2020-07-30 09:56:58 -05:00
Buck Doyle
11fb89d8d7
Change job search navigation to use id ( #8560 )
...
This fixes #8548 . It was a significant oversight to use the
name instead of the id!
2020-07-30 09:10:08 -05:00
Tim Gross
a63c4fb39d
e2e/csi: update EFS plugin test to use v1.0 ( #8562 )
2020-07-30 08:41:48 -04:00
Michael Lange
59d4531922
Remove now superfluous svg-patterns.js component file
2020-07-29 22:55:16 -07:00
Michael Lange
2f1106aca8
Move the svg-patterns template into the component dir
2020-07-29 22:54:30 -07:00
Michael Lange
de817be65d
Merge pull request #8551 from hashicorp/f-ui/scaling-observability
...
UI: Scaling observability
2020-07-29 22:38:12 -07:00
Michael Lange
75aa9cebe3
Add scaling observability feature to the changelog
2020-07-29 22:27:54 -07:00
Michael Lange
a45f316b25
Add a tooltip to explain the count change icons
2020-07-29 19:30:00 -07:00
Michael Lange
f041e081c0
Fix scale and summary adapters to correct live reloading
2020-07-29 19:26:32 -07:00
Michael Lange
a5031913b0
Assert that the scale up/down indicator is not shown when the count is null
2020-07-29 19:26:32 -07:00
Michael Lange
b0830f5305
Integration tests for the scale-events-accordion component
2020-07-29 19:26:32 -07:00
Michael Lange
193dc7a697
Refactor scale events into their own component
2020-07-29 19:26:32 -07:00
Michael Lange
cc44bc41e5
Acceptance tests for scaling events
2020-07-29 19:07:24 -07:00
Michael Lange
9008694ab7
Make scale event properties more conditional and serialized correctly
2020-07-29 19:07:24 -07:00
Michael Lange
9c5a2b5dd5
Present scaling events on the job task group page
2020-07-29 19:07:24 -07:00
Michael Lange
4e01b2c35e
Load and watch the job scale endpoint on the task group page
2020-07-29 19:07:24 -07:00
Michael Lange
9d43e66c99
Finish modeling behaviors within job scale events
2020-07-29 19:07:24 -07:00
Michael Lange
87a67023f9
New fluid height modifier for the json viewer
2020-07-29 19:07:24 -07:00
Michael Lange
5f2cdd17c1
Refactor job summary adapter to use the namespace ID base class
2020-07-29 19:07:24 -07:00
Michael Lange
5f2dee8225
Model job scaling and events in Mirage
2020-07-29 19:07:24 -07:00
Michael Lange
2f5cbbffa3
Data modeling for job scale and scale events
2020-07-29 19:07:24 -07:00
Michael Schurter
a85ab50f69
Merge pull request #8554 from hashicorp/docs-vault-revoke-batch
...
docs: add #8553 to changelog
2020-07-29 14:48:43 -07:00
Michael Schurter
5708237fe9
docs: add #8553 to changelog
...
Fix some capitalization too.
2020-07-29 14:33:20 -07:00
Seth Hoenig
d245908718
Merge pull request #8443 from hashicorp/x-cnb
...
consul/connect: add support for bridge networks with connect native tasks
2020-07-29 09:43:47 -05:00
Seth Hoenig
1918c2d026
consul/connect: fixup some spelling, comments, consts
2020-07-29 09:26:01 -05:00
Seth Hoenig
b54fe19723
consul/connect: organize lock & fields in http/grpc socket hooks
2020-07-29 09:26:01 -05:00
Seth Hoenig
6c6f3d9fae
consul/connect: optimze grpc socket hook check for bridge network first
2020-07-29 09:26:01 -05:00
Seth Hoenig
8ec3aa1716
consul/connect: add support for bridge networks with connect native tasks
...
Before, Connect Native Tasks needed one of these to work:
- To be run in host networking mode
- To have the Consul agent configured to listen to a unix socket
- To have the Consul agent configured to listen to a public interface
None of these are a great experience, though running in host networking is
still the best solution for non-Linux hosts. This PR establishes a connection
proxy between the Consul HTTP listener and a unix socket inside the alloc fs,
bypassing the network namespace for any Connect Native task. Similar to and
re-uses a bunch of code from the gRPC listener version for envoy sidecar proxies.
Proxy is established only if the alloc is configured for bridge networking and
there is at least one Connect Native task in the Task Group.
Fixes #8290
2020-07-29 09:26:01 -05:00
Drew Bailey
28fe440f55
update changelog for enterprise vault namespacesp ( #8542 )
...
* update changelog for enterprise vault namespacesp
* Update CHANGELOG.md
Co-authored-by: Seth Hoenig <shoenig@hashicorp.com >
Co-authored-by: Seth Hoenig <shoenig@hashicorp.com >
2020-07-29 09:45:35 -04:00