Luiz Aoqui
fc3a92102a
ui: upgrade dependency d3-transition 1.3.2 -> 3.0.1
2021-11-05 18:09:14 -04:00
Luiz Aoqui
5d8e08dd7a
ui: upgrade dependency d3-time-format 2.3.0 -> 4.0.0
2021-11-05 18:09:14 -04:00
Luiz Aoqui
e21dd8c256
ui: fix tests broken by d3-format upgrade
2021-11-05 18:09:13 -04:00
Luiz Aoqui
6cdc5f349a
ui: upgrade dependency d3-shape 1.3.7 -> 3.0.1
2021-11-05 18:09:13 -04:00
Luiz Aoqui
2288f33e38
ui: fix tests broken by d3-format upgrade
2021-11-05 18:09:13 -04:00
Luiz Aoqui
b876b4cad2
ui: upgrade d3-scale 1.0.7 -> 4.0.2
2021-11-05 18:09:12 -04:00
Luiz Aoqui
2f2c65e546
ui: upgrade d3-format 1.4.5 -> 3.0.1
2021-11-05 18:09:12 -04:00
Luiz Aoqui
0c6d95c59c
ui: upgrade d3-axis 1.0.12 -> 3.0.0
2021-11-05 18:09:11 -04:00
Luiz Aoqui
b5329b3b5f
ui: upgrade d3-array 2.11.0 -> 3.1.1
2021-11-05 18:09:11 -04:00
Luiz Aoqui
eda0ef7aff
ui: upgrade core-js 3.0.0 -> 3.19.1
2021-11-05 18:09:11 -04:00
Luiz Aoqui
d47a9f7226
up: upgrade code-js 2.6.12 -> 3.0.0
2021-11-05 18:09:10 -04:00
Luiz Aoqui
f9ce6cc536
ui: upgrade codemirror 5.59.2 -> 5.63.3
2021-11-05 18:09:10 -04:00
Luiz Aoqui
86f246e251
ui: upgrade bulma 0.8.2 -> 0.9.3
2021-11-05 18:09:10 -04:00
Luiz Aoqui
5496aa9461
ui: upgrade bulma 0.7.5 -> 0.8.2
2021-11-05 18:09:09 -04:00
Luiz Aoqui
4bbf6fce8d
ui: upgrade bulma 0.6.1 -> 0.7.5
2021-11-05 18:09:09 -04:00
Luiz Aoqui
54870d99ea
ui: update babel-loader 8.2.2 -> 8.2.3
2021-11-05 18:09:08 -04:00
Luiz Aoqui
d532479dbc
ui: upgrade anser 1.4.10 -> 2.1.0
2021-11-05 18:09:08 -04:00
Luiz Aoqui
a96d43c1ba
upgrade @hashicorp/structure-icons 1.8.1 -> 1.9.2
2021-11-05 18:09:07 -04:00
Luiz Aoqui
0bf0410f3b
ui: upgrade @ember/optional-features 1.3.0 -> 2.0.0
2021-11-05 18:09:07 -04:00
Luiz Aoqui
31dd87a05a
ui: upgrade @babel/plugin-proposal-object-rest-spread @babel/plugin-transform-member-expression-literals 7.12.1 -> 7.16.0
2021-11-05 18:09:06 -04:00
Tim Gross
73e3b15305
build: bump go version to 1.17.3 ( #11461 )
2021-11-05 15:34:24 -04:00
Jai
4e5014ca33
Merge pull request #11447 from pangratz/upgrade-ember-data-and-model-fragments
...
Upgrade ember data to 3.24 and model fragments to 5.0.0-beta.2
2021-11-05 11:46:16 -04:00
James Rasell
99955eb80f
Merge pull request #11426 from hashicorp/b-set-dereg-eval-priority-correctly
...
rpc: set the deregistration eval priority to the job priority.
2021-11-05 15:53:10 +01:00
James Rasell
2cc661c523
Merge pull request #11429 from hashicorp/b-set-scale-eval-priority-correctly
...
rpc: set the job scale eval priority to the job priority.
2021-11-05 15:52:31 +01:00
Alessandro De Blasis
07c670fdc0
cli: show `host_network` in `nomad status` ( #11432 )
...
Enhance the CLI in order to return the host network in two flavors
(default, verbose) of the `node status` command.
Fixes : #11223 .
Signed-off-by: Alessandro De Blasis <alex@deblasis.net>
2021-11-05 09:02:46 -04:00
James Rasell
503f201415
Merge pull request #11444 from hashicorp/b-update-apidocs-alloclist-sample-resp
...
docs: update API alloc list sample response to be current.
2021-11-05 08:09:23 +01:00
Florian Apolloner
ef88795af3
Added a `-hcl2-strict` flag to allow for lenient hcl variable parsing. ( #11284 )
...
Co-authored-by: James Rasell <jrasell@hashicorp.com>
2021-11-04 16:33:09 +01:00
pangratz
baabf1cb7f
chore: upgrade ember-data to 3.24
2021-11-04 16:27:42 +01:00
pangratz
4623d7d2d0
chore: upgrade ember-data to 3.20
2021-11-04 16:27:42 +01:00
pangratz
021adc5af2
chore: upgrade ember-data to 3.16 (and ember-data-model-fragments to 5.0.0-beta.2)
2021-11-04 16:27:42 +01:00
pangratz
0fdedc344b
fix: ensure reloading an allocation doesn't result in an infinite loop
...
`allocation.reload()` has differnt semantics for reloading, as it will
reload the record in the background and immediately resolve [1].
By using the stores' findRecord and specifying `backgroundReload:
false`, we make sure we await the response from the server and hereby
have the complete record once we continue in the code.
Using `allocation.reoad()` causes and infinite loop when we upgrade
ember-data to 3.16 (and model fragments to 5.0.0-beta.2).
[1] This is, unless `shouldBackgroundReload` on the adapter returns
false, but it's true by default.
2021-11-04 16:27:40 +01:00
James Rasell
674761436e
Merge pull request #11165 from hashicorp/b-gh-11149
...
jobspec2: ensure consistent error handling between var-file & var.
2021-11-04 16:24:00 +01:00
pangratz
0978685e71
test: ensure we return a valid JSON response
...
An empty string is not a valid JSON response which is expected by this
endpoint.
2021-11-04 16:07:06 +01:00
James Rasell
1f4f216e8f
Merge pull request #11446 from hashicorp/b-fixup-11167-changelog
...
changelog: fixup entry extension for #11167
2021-11-04 15:53:58 +01:00
James Rasell
4125e13698
changelog: add entry for #11165
2021-11-04 15:35:02 +01:00
James Rasell
2b866b1d34
changelog: fixup entry extension for #11167
2021-11-04 15:28:34 +01:00
Mahmood Ali
4fc6e50782
Raft Debugging Improvements ( #11414 )
2021-11-04 10:16:12 -04:00
James Rasell
992abe6597
Merge pull request #11333 from hashicorp/assareh-patch-1
...
exactly one of ingress, terminating, or mesh must be configured
2021-11-04 11:13:04 +01:00
James Rasell
01ecb5b9ce
docs: update API alloc list same response to be current.
2021-11-04 10:22:21 +01:00
Michael Schurter
3718557041
Merge pull request #11416 from hashicorp/f-rejected-info
...
core: bump rejected plans from debug -> info
2021-11-03 16:49:28 -07:00
Michael Schurter
ef3fc79225
Merge pull request #11334 from hashicorp/f-chroot-skip-allocdir
...
client: never embed alloc_dir in chroot
2021-11-03 16:48:09 -07:00
Jamie Finnigan
2d95e95802
Remove example associated with deprecated nomad-spark ( #11441 )
2021-11-03 16:44:26 -07:00
Mike Nomitch
469b0ed7c2
Merge pull request #11440 from sara-gawlinski/patch-1
...
Update alert-banner.js
2021-11-03 16:18:09 -07:00
sara-gawlinski
2b3807bf58
Update alert-banner.js
...
Add banner for Nomad Packs for Pack contest
2021-11-03 17:15:28 -05:00
Kevin Wang
ca1691a941
chore: react-subnav ( #11437 )
2021-11-03 17:06:38 -04:00
Charlie Voiselle
71643263a6
Parse `job > group > consul` block in HCL1 ( #11423 )
2021-11-03 13:49:32 -04:00
Luiz Aoqui
4fb5b8b6e7
docs: update podman driver documentation ( #11300 )
2021-11-03 11:07:44 -04:00
Luiz Aoqui
5be6710216
add `/s/port-plan-failure` redirect and link to in in plan reject log message
2021-11-02 20:43:54 -04:00
Luiz Aoqui
5d204c8ced
Revert "Return SchedulerConfig instead of SchedulerConfigResponse struct ( #10799 )" ( #11433 )
2021-11-02 17:42:52 -04:00
James Rasell
163f2eadd0
Merge pull request #11425 from hashicorp/b-add-timeout-consul-docs
...
docs: document Consul timeout config parameter.
2021-11-02 15:28:34 +01:00