Jai Bhagat
db9d62dcfa
fix: handle case for async relationships
2021-12-21 07:46:27 -05:00
Jai Bhagat
b996834af1
fix: resolve parent on job still issue with alloc job async relationship
2021-12-21 07:46:27 -05:00
Jai Bhagat
b1002d6839
feat: create trigger component
...
Create Trigger Component and deprecate Breadcrumb-Utils pattern.
2021-12-21 07:46:25 -05:00
Jai Bhagat
126c4dfa56
fix: delete old breadcrumbs and replace with bucket
2021-12-21 07:45:24 -05:00
Jai Bhagat
dcc9aa18ad
fix: delete state from routes and move to controllers and add renderless component to templates
2021-12-21 07:45:12 -05:00
Jai Bhagat
67e6cec66b
feat: create bucket service to register, deregister and store breadcrumbs
2021-12-21 07:42:26 -05:00
Jai
0ec5db432f
Merge pull request #11578 from hashicorp/f-ui/clickable-links-allocs
...
clickable links in allocations chart
2021-12-20 10:08:01 -05:00
Jai
ca8af7314a
Merge pull request #11545 from hashicorp/f-ui/add-alloc-filters-on-table
...
Add Allocation Filters in Client View
2021-12-18 09:39:53 -05:00
Jai
296a29f0dd
Merge pull request #11544 from hashicorp/f-ui/add-filters-to-allocs
...
Add filters to Allocations
2021-12-18 09:38:28 -05:00
Luiz Aoqui
a8c9676c99
ui: fix action call to set filter query param
2021-12-17 20:41:53 -05:00
Luiz Aoqui
efd05eaa54
ui: fix volume serializer tests
2021-12-17 20:23:28 -05:00
Luiz Aoqui
e6ee0619c0
ui: fix allocation serializer tests
2021-12-17 20:02:59 -05:00
Luiz Aoqui
ad80c84aff
ui: fix job allocation filter by status, remove version filter, and add tests
2021-12-17 19:50:43 -05:00
Luiz Aoqui
f8709ff55a
ui: fix file formating
2021-12-17 19:47:25 -05:00
Luiz Aoqui
770bb0534a
ui: fix linting
2021-12-17 18:55:41 -05:00
Luiz Aoqui
1d773d0d9e
ui: fix task group alloc filter and add tests
2021-12-17 18:49:47 -05:00
Luiz Aoqui
648b71c96a
ui: display empty message in the client details page if there are no allocations to show
2021-12-17 18:49:47 -05:00
Luiz Aoqui
6112620590
ui: fix client details page alloc status filter and replace task group with namespace and job
2021-12-17 18:49:42 -05:00
Jai
c0add56610
fix: more descriptive parameters in sort function
...
Co-authored-by: Luiz Aoqui <luiz@hashicorp.com >
2021-12-17 09:46:29 -05:00
Jai
a8854bc3a8
fix: remove eslint disable indent
2021-12-17 09:36:42 -05:00
Jai Bhagat
094c1912f9
feat: add sliceClick to job-page/summary
2021-12-16 11:24:03 -05:00
Jai Bhagat
c6dd71322a
chore: prettify job-page/summary
2021-12-16 11:23:05 -05:00
Luiz Aoqui
147d97145b
ui: revert default mirage scenario to topoMedium and set product links in all scenarios ( #11649 )
2021-12-08 19:13:22 -05:00
Luiz Aoqui
f54a89177a
UI: Add tests for prodcut links ( #11645 )
2021-12-07 19:51:17 -05:00
Michael Klein
d061c3d485
ui: cleanup server start script package.json ( #11622 )
2021-12-07 09:01:25 -05:00
Tim Gross
216d4f8644
ui: change Consul/Vault base URL field name ( #11589 )
...
Give ourselves some room for extension in the UI configuration block
by naming the field `ui_url`, which will let us have an `api_url`.
Fix the template path to ensure we're getting the right value from the
API.
2021-11-30 13:20:29 -05:00
Jai Bhagat
b394859aed
fix: add job version filter
2021-11-23 18:24:01 -05:00
Jai Bhagat
d1ff1cb82f
fix: filter callbacks use different param
2021-11-23 17:57:35 -05:00
Jai Bhagat
ae8320cb1c
feat: 🎸 add consul and vault links to global header
2021-11-22 16:59:22 -05:00
Jai Bhagat
53e43acad3
feat: add filters to alloc table in task group view
2021-11-20 15:07:27 -05:00
Jai Bhagat
bd2558d507
fix: re-order multiselect and search boxes
2021-11-20 14:48:28 -05:00
Jai Bhagat
02aae77cb8
feat: add taskgroup filter to alloc table
2021-11-20 12:18:02 -05:00
Jai Bhagat
727ca28212
feat: add filter client allocations table
2021-11-20 11:22:48 -05:00
Jai Bhagat
c3f14395f8
disable eslint for indentation
2021-11-20 10:49:31 -05:00
Jai Bhagat
c351e68bed
feat: add taskgroup filter to alloc
2021-11-20 10:30:48 -05:00
Jai Bhagat
14206f4c4f
feat: add client status filter
2021-11-20 10:21:28 -05:00
Jai Bhagat
dc3c0b134a
feat: add status filter to allocations
2021-11-20 10:04:15 -05:00
Tim Gross
55c29fbf50
api: return 404 for alloc FS list/stat endpoints ( #11482 )
...
* api: return 404 for alloc FS list/stat endpoints
If the alloc filesystem doesn't have a file requested by the List
Files or Stat File API, we currently return a HTTP 500 error with the
expected "file not found" error message. Return a HTTP 404 error
instead.
* update FS Handler
Previously the FS handler would interpret a 500 status as a 404
in the adapter layer by checking if the response body contained
the text or is the response status
was 500 and then throw an error code for 404.
Co-authored-by: Jai Bhagat <jaybhagat841@gmail.com >
2021-11-17 11:15:07 -05:00
Luiz Aoqui
8e7c00b899
ui: upgrade xterm 4.10.0 -> 4.15.0 and xterm-addon-fit 0.3.0 -> 0.5.0
2021-11-05 18:09:20 -04:00
Luiz Aoqui
fa198833e7
ui: upgrade testem 3.2.0 -> 3.6.0
2021-11-05 18:09:19 -04:00
Luiz Aoqui
551e3940ca
ui: upgrade sass 1.32.6 -> 1.43.4
2021-11-05 18:09:19 -04:00
Luiz Aoqui
6525cea274
ui: upgrade qunit-dom 1.6.0 -> 2.0.0
2021-11-05 18:09:18 -04:00
Luiz Aoqui
f0f2fe1e0d
ui: upgrade query-string 5.1.1 -> 7.0.1
2021-11-05 18:09:18 -04:00
Luiz Aoqui
56e2a7b3d0
ui: upgrade pretender 3.4.3 -> 3.4.7
2021-11-05 18:09:17 -04:00
Luiz Aoqui
7f2788de6a
ui: upgrade lru_map 0.3.3 -> 0.4.1
2021-11-05 18:09:17 -04:00
Luiz Aoqui
434ae2b30a
ui: upgrade lint-staged 10.5.3 -> 11.2.6
2021-11-05 18:09:17 -04:00
Luiz Aoqui
0612060cf7
ui: upgrade glob 4.5.3 -> 7.2.0
2021-11-05 18:09:16 -04:00
Luiz Aoqui
dbfeefb89b
ui: minor fixes
2021-11-05 18:09:16 -04:00
Luiz Aoqui
f53ae4b4fe
ui: upgrade flat 4.1.1 -> 5.0.2
2021-11-05 18:09:16 -04:00
Luiz Aoqui
5fbea9142f
ui: fix after ugrading d3-selection
2021-11-05 18:09:15 -04:00