Michael Lange
1905d8ad71
Support multi-dimensional data in LineChart
...
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.
2021-03-08 15:41:03 -08:00
Michael Lange
c8778248ab
Add chart color scales in scss
2021-03-08 15:41:03 -08:00
Michael Lange
a7ae8e468b
Document HAnnotations + LineChart with a story
2021-03-08 15:41:03 -08:00
Michael Lange
ed7447af81
Yield HAnnotations through LineChart
2021-03-08 15:41:03 -08:00
Michael Lange
1c29f4688d
New HAnnotations chart primitive
2021-03-08 15:41:03 -08:00
Tim Gross
2a2e36690a
docs: swap master for main in Nomad repo
2021-03-08 14:26:31 -05:00
Michael Schurter
454e8d0693
Merge pull request #10135 from hashicorp/b-fix-log
...
client: fix task name logging
2021-03-08 10:27:29 -08:00
Kris Hicks
3a35521cf5
docs: Update sample JSON in Create Job API ( #10108 )
...
This is maybe a more realistic job that someone would actually submit
via the API; it more closely aligns with the example job from `nomad
job init`.
It's also been updated to use group network and service definitions.
2021-03-08 10:06:28 -08:00
Michael Schurter
15e3d61e59
client: fix task name logging
2021-03-08 09:15:02 -08:00
Tim Gross
4c4ea23e6f
docs/artifact: clarify git:: prefix usage for private repos
2021-03-08 10:55:32 -05:00
Tim Gross
648977e233
docs: clarify mount source path in filesystem docs
2021-03-08 10:20:30 -05:00
Tim Gross
38a017e06e
docs: required capabilities on Linux
2021-03-08 10:20:18 -05:00
Tim Gross
213cf0301d
docs: remove stale release guide
...
The release process has been in the `nomad-releases` private repo rather than
this one for quite a while now. Should be safe to remove this.
2021-03-08 10:01:11 -05:00
Tim Gross
d983d79ec2
docs: changelog entry for extra docker labels
2021-03-08 09:06:53 -05:00
Adrian Todorov
47e1cb11df
driver/docker: add extra labels ( job name, task and task group name)
2021-03-08 08:59:52 -05:00
Luiz Aoqui
899237eeca
Merge pull request #10119 from hashicorp/docs-autoscaler-drain-timeout
...
docs: hightlight different default node drain deadline when using the Autoscaler
2021-03-05 14:27:56 -05:00
Luiz Aoqui
352725fe8a
docs: hightlight different default node drain deadline when using the Autoscaler
2021-03-04 16:51:07 -05:00
Michael Schurter
281abd1ac0
Merge pull request #10118 from hashicorp/docs-secmodel
...
docs: remove stray mention that namespaces are ent
2021-03-04 11:50:22 -08:00
Michael Schurter
c660ea5dd1
docs: remove stray mention that namespaces are ent
...
namespaces are oss
2021-03-04 10:57:10 -08:00
Noel Quiles
e49b15d570
[Website] Updates to homepage, highlighting features ( #10019 )
...
* Impl: base structure
* Impl: ComparisonItem/component bg color
* Style comparison items
* CSS: Typography/spacing pass
* Theme detailCta
* Callouts: content pass
* Impl: Logo grid section
* Add proper logos to logoGrid
* Hack: override button colors w/Nomad
* Link enhancements
* Clean up comments
* Revert link wrapping changes
* Remove paragraph after Why Nomad
* Add available links
* GitHub logo to GitLab
* Move callouts to just under Why Nomad? for A ver.
* Test comment to see if Vercel picks up this commit
2021-03-03 17:42:34 -05:00
Drew Bailey
08f02ecf3b
fix typo ( #10112 )
2021-03-03 15:16:57 -05:00
Drew Bailey
e5a854017c
adds issue templates for bugs and features, links to discuss, learn guides ( #10111 )
...
* adds issue templates for bugs and features, links to discuss and learn guides
* fix smart quotes
2021-03-03 14:59:57 -05:00
Drew Bailey
c06ed22be1
remove v1-v2 varlink references ( #10110 )
...
* remove v1-v2 varlink references
* Update website/content/docs/drivers/podman.mdx
Co-authored-by: Tim Gross <tgross@hashicorp.com>
* fix code snippet
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2021-03-03 13:59:32 -05:00
Buck Doyle
523d868f4c
Fix rendering of DAS interstitial components ( #10094 )
...
With the Ember update, when the will-destroy action is called
to check the element height, its height is already zero. That
seems strange but I didn’t look into it any further, as
using did-insert to store the element lets us check its height
before any other actions when a processing button is pressed.
2021-03-01 09:46:22 -06:00
Mahmood Ali
ff8d67fae2
Merge pull request #9935 from hashicorp/e2e-segment-e2e-clusters
...
e2e: segment e2e clusters
2021-03-01 09:23:21 -05:00
Andrea Simonini
1fe9561ec8
Fixed typos
2021-03-01 08:16:00 -05:00
James Rasell
e215b4cfd8
Merge pull request #10100 from fredwangwang/patch-1
...
update policy.mdx -- fixing strategy name
2021-03-01 08:45:28 +01:00
Huan Wang
f133f4c7fe
update policy.mdx -- fixing strategy name
2021-02-26 21:32:00 -07:00
Luiz Aoqui
f7abdf2ba1
Merge pull request #9908 from hashicorp/docs-autoscaler-node-drain-ignore-system-jobs
...
document Autoscaler `node_drain_ignore_system_jobs` configuration
2021-02-26 18:41:56 -05:00
Luiz Aoqui
fd20ebbd11
Merge pull request #10062 from hashicorp/docs-autoscaler-sighup
...
docs: expand Autoscaler SIGHUP documentation
2021-02-26 18:31:24 -05:00
Luiz Aoqui
1bf3d2feb4
docs: add node_drain_ignore_system_jobs to Autoscaler GCP plugin
2021-02-26 18:30:45 -05:00
Luiz Aoqui
38c23e9577
docs: document Autoscaler node_drain_ignore_system_jobs configuration
2021-02-26 18:29:41 -05:00
James Rasell
c3058b8b08
docs: add Nomad Autoscaler GPC MIG target plugin detail. ( #10090 )
...
Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
2021-02-26 17:21:09 +01:00
Seth Hoenig
97f5904fa6
Merge pull request #10071 from Ilhicas/connect-upstream-local-bind-address
...
consul/connect: enable setting local_bind_address in upstream
2021-02-26 08:03:40 -06:00
Andre Ilhicas
30c840e88e
consul/connect: enable setting local_bind_address in upstream
2021-02-26 11:47:00 +00:00
Andre Ilhicas
f45fc6c899
consul/connect: enable setting local_bind_address in upstream
2021-02-26 11:37:31 +00:00
Michael Lange
b5f8a3eb93
Merge pull request #10087 from hashicorp/f-ui/line-chart-contextual
...
UI: Line Chart contextual components
2021-02-25 14:47:10 -08:00
Dave May
cd506cb887
Handle Consul API URL protocol mismatch ( #10082 )
2021-02-25 08:22:44 -05:00
Michael Lange
9095b7b81e
Prevent -1 dimension errors in LineChart
2021-02-24 19:28:14 -08:00
Michael Lange
7e4ecd5955
Update LineChart stories to use contextual component interface
2021-02-24 18:58:01 -08:00
Michael Lange
f1041fb6e1
Include the named-blocks polyfill compiler in the storybook babel options
2021-02-24 18:58:01 -08:00
Michael Lange
9c73d03332
Use named-blocks and contextual components to reduce the responsibility of LineChart
...
Now chart primitives are partially applied by LineChart but the
invocations are left to the caller.
2021-02-24 18:58:01 -08:00
Michael Lange
a270fd1eba
Bring in the ember-named-blocks polyfill
...
Since some chart elements need to be rendered in the svg and others need
to be outside, we need some form of conditional yielding. This is the
cleanest implementation of this pattern and it will also ship with ember
in 3.25.
2021-02-24 18:58:00 -08:00
Michael Lange
b2ea3d495a
Bring back the active annotation logic to the v-annotations primitive
2021-02-24 18:58:00 -08:00
Michael Lange
417416ca7d
Move curve logic into the area primitive
2021-02-24 18:58:00 -08:00
Michael Lange
0a1ce429fc
Merge pull request #10069 from hashicorp/f-ui/line-chart-decomposed
...
UI: Line chart decomposed
2021-02-24 09:58:02 -08:00
Seth Hoenig
903195cd8e
Merge pull request #10085 from hashicorp/docs-cl
...
docs: add two community PRs to changelog
2021-02-24 10:22:01 -06:00
Seth Hoenig
194dc9ff4a
docs: add two community PRs to changelog
2021-02-24 10:21:34 -06:00
Seth Hoenig
29d0e45961
Merge pull request #10075 from mr-karan/fix/parse_service
...
fix: parse_service: return err instead of panic
2021-02-24 10:14:55 -06:00
Drew Bailey
86d9e1ff90
Merge pull request #9955 from hashicorp/on-update-services
...
Service and Check on_update configuration option (readiness checks)
2021-02-24 10:11:05 -05:00