Luiz Aoqui
f8d723bfdf
ui: upgrade d3-axis 1.0.12 -> 3.0.0
2021-11-05 18:09:11 -04:00
Luiz Aoqui
745058b04b
ui: upgrade d3-array 2.11.0 -> 3.1.1
2021-11-05 18:09:11 -04:00
Luiz Aoqui
73be54badc
ui: upgrade core-js 3.0.0 -> 3.19.1
2021-11-05 18:09:11 -04:00
Luiz Aoqui
4290a9a5ef
up: upgrade code-js 2.6.12 -> 3.0.0
2021-11-05 18:09:10 -04:00
Luiz Aoqui
6b3dbae50f
ui: upgrade codemirror 5.59.2 -> 5.63.3
2021-11-05 18:09:10 -04:00
Luiz Aoqui
d911c38395
ui: upgrade bulma 0.8.2 -> 0.9.3
2021-11-05 18:09:10 -04:00
Luiz Aoqui
8acfa33818
ui: upgrade bulma 0.7.5 -> 0.8.2
2021-11-05 18:09:09 -04:00
Luiz Aoqui
b4fb4b055d
ui: upgrade bulma 0.6.1 -> 0.7.5
2021-11-05 18:09:09 -04:00
Luiz Aoqui
6a99ae87fb
ui: update babel-loader 8.2.2 -> 8.2.3
2021-11-05 18:09:08 -04:00
Luiz Aoqui
8003bb0d7e
ui: upgrade anser 1.4.10 -> 2.1.0
2021-11-05 18:09:08 -04:00
Luiz Aoqui
ac838f1646
upgrade @hashicorp/structure-icons 1.8.1 -> 1.9.2
2021-11-05 18:09:07 -04:00
Luiz Aoqui
3d39b0147b
ui: upgrade @ember/optional-features 1.3.0 -> 2.0.0
2021-11-05 18:09:07 -04:00
Luiz Aoqui
fa2bd4a9fe
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
pangratz
82726052b6
chore: upgrade ember-data to 3.24
2021-11-04 16:27:42 +01:00
pangratz
e885298566
chore: upgrade ember-data to 3.20
2021-11-04 16:27:42 +01:00
pangratz
c533e03153
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
7d175edcec
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
pangratz
5c99b9cdc4
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
Luiz Aoqui
4c10d4740d
ui: update task group alloc summary chart to use new SummaryLegendItem component ( #11375 )
2021-10-25 11:14:01 -04:00
Luiz Aoqui
f729ba5df4
ui: persist node drain settings ( #11368 )
2021-10-22 10:51:31 -04:00
Luiz Aoqui
f88dc37fc2
ui: display Nomad version in the Clients and Servers table ( #11366 )
2021-10-22 10:33:06 -04:00
Luiz Aoqui
5653d28c23
ui: use get to access job meta value ( #11370 )
2021-10-22 10:05:48 -04:00
Luiz Aoqui
ae3d059f96
ui: update favicon ( #11371 )
2021-10-22 09:40:38 -04:00
Luiz Aoqui
d599c63c9c
ui: create tooltip component ( #11363 )
2021-10-21 13:12:33 -04:00
Luiz Aoqui
f757f619f3
ui: set * as the default namespace selector ( #11357 )
2021-10-21 10:24:07 -04:00
Luiz Aoqui
6412e77cbc
ui: add client name tooltip when displaying client ID in tables ( #11358 )
2021-10-21 10:23:06 -04:00
Luiz Aoqui
d4c3989e2a
Update job details box ( #11288 )
2021-10-12 16:36:10 -04:00
Jai
0564f9fa68
System Batch UI, Client Status Bar Chart and Client Tab page view ( #11078 )
2021-10-07 17:11:38 -04:00
Michael Lange
b9937dfc38
Migrate: New hierarchical separator
2021-10-06 14:05:32 -07:00
Michael Lange
90eabb6955
Migrate decorator to new file layout
2021-10-06 14:05:32 -07:00
Michael Lange
51d2873c3d
Override the app rootURL for storybook
...
Hopefully this work gets merged into ember-cli-storybook. For the time
being, we get a fork instead.
2021-10-06 14:05:32 -07:00
Michael Lange
95d4af91f2
Storybook for ember workaround
2021-10-06 14:05:32 -07:00
Michael Lange
5385021b2c
Upgrade Storybook configuration for v6
2021-10-06 14:05:32 -07:00
Michael Lange
f9bc9ca6f7
Upgrade storybook from 5 to 6
2021-10-06 11:06:57 -07:00
dependabot[bot]
573ebd5cf4
build(deps): bump postcss from 7.0.35 to 7.0.36 in /ui ( #10771 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 7.0.35 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.36 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 19:44:11 -04:00
dependabot[bot]
8bbae4e622
build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 in /ui ( #10737 )
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
---
updated-dependencies:
- dependency-name: hosted-git-info
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 19:43:23 -04:00
dependabot[bot]
fd2a429055
build(deps): bump ws from 7.4.3 to 7.4.6 in /ui ( #10669 )
...
Bumps [ws](https://github.com/websockets/ws ) from 7.4.3 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.4.3...7.4.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 19:40:31 -04:00
dependabot[bot]
5676ab2504
build(deps): bump ssri from 6.0.1 to 6.0.2 in /ui ( #10398 )
...
Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 19:39:12 -04:00
dependabot[bot]
d0084ff299
build(deps): bump path-parse from 1.0.6 to 1.0.7 in /ui ( #11028 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 18:01:59 -04:00
dependabot[bot]
4eb3ca8948
build(deps): bump url-parse from 1.5.1 to 1.5.3 in /ui ( #11030 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 17:59:45 -04:00
Luiz Aoqui
cf7675a376
ui: set the job namespace when redirecting after the job is dispatched ( #11141 )
2021-09-07 12:27:33 -04:00
Luiz Aoqui
ea47fa7d90
ui: set namespace when looking for and displaying children jobs ( #11110 )
2021-09-01 14:40:25 -04:00
Luiz Aoqui
f59fa9850a
ui: add missing pipe separator in parameterized and periodic jobs ( #11020 )
2021-08-10 13:48:20 -04:00
Jai
c86f30d7f1
Merge pull request #10666 from hashicorp/b-ui/search-namespaces
...
ui: Fix fuzzy search namespace-handling
2021-08-10 13:13:20 -04:00
Jai Bhagat
00df085e71
edit hierarchy to lead with namespace before job
2021-08-10 10:35:36 -04:00
Luiz Aoqui
8e33fc5503
ui: only dipslay "Dispatch Job" button on parameterized jobs ( #11019 )
2021-08-09 17:49:08 -04:00
Luiz Aoqui
332dc88101
ui: fix job dispatch page when job doesn't have any meta fields ( #10934 )
2021-08-03 13:50:43 -04:00
Jai Bhagat
2649d19668
edit fuzzy search callback logic
...
Namespaces are set-up in Nomad to be an object that has an id property.
However, namespaces actually don't have that shape. Our search was expecting
a namespace object, but we actually don't have a namespace assigned to jobs
in our config and namespace is set to null. Normally, these namespaces would
be set to default, but that would require us to refactor our Mirage config
if we wanted to assert that namespaces are 'default' and not null. So this is
a bandaid solution.
2021-07-26 17:25:43 -04:00
Jai Bhagat
d3bf10335a
Merge remote-tracking branch 'origin/main' into b-ui/search-namespaces
2021-07-22 15:16:30 -04:00
Jai Bhagat
18ddb2d344
edit namespace property in handlebar file to use computed property in component
2021-07-22 11:43:45 -04:00