Michael Lange
|
6b63576c15
|
Data modeling for node drain and scheduling eligibility
|
2018-05-30 11:27:20 -07:00 |
|
Michael Lange
|
d178825484
|
Merge pull request #4294 from hashicorp/f-ui-driver-health-checking
UI: Driver health checking
|
2018-05-25 12:00:11 -07:00 |
|
Michael Lange
|
930a6ead53
|
Tag node events with the driver when available
|
2018-05-25 11:48:49 -07:00 |
|
Michael Lange
|
c875d1490f
|
Display driver attributes without the superfluous driver and driver name section
|
2018-05-25 10:15:25 -07:00 |
|
Michael Lange
|
1a55f18085
|
Spread the driver health love throughout job models
|
2018-05-25 10:15:23 -07:00 |
|
Michael Lange
|
8fa044a52a
|
Add driver status accordion section to the client detail page
|
2018-05-25 10:15:23 -07:00 |
|
Michael Lange
|
d2810bbaf4
|
Show driver summary on the client detail page
|
2018-05-25 10:15:22 -07:00 |
|
Michael Lange
|
bc6467c6ae
|
Data modeling for node events and node drivers
|
2018-05-25 10:15:22 -07:00 |
|
Michael Lange
|
1f83916058
|
Remodel task-group-deployment-summary to property use PlacedCanaries
|
2018-05-23 13:12:52 -07:00 |
|
Michael Lange
|
5952cafccb
|
Reschedule events timeline for the alloc detail page
|
2018-05-04 19:36:54 -07:00 |
|
Michael Lange
|
52c5806819
|
Add WaitUntil and followUpEvaluation
|
2018-05-04 19:36:54 -07:00 |
|
Michael Lange
|
8d18997b1c
|
Add follow up eval relationship to allocation
|
2018-05-04 19:36:54 -07:00 |
|
Michael Lange
|
901ba35ac5
|
Add shortId properties to reschedule events model
|
2018-05-04 19:36:54 -07:00 |
|
Michael Lange
|
0344715ece
|
Modeling alloc reschedule events
|
2018-05-04 19:36:54 -07:00 |
|
Michael Lange
|
67f2fa1734
|
Add new model action for stopping a job
|
2018-04-19 14:22:04 -07:00 |
|
Michael Lange
|
4361043718
|
Read the task event message from the DisplayMessage prop
|
2018-03-28 12:52:02 -07:00 |
|
Michael Lange
|
286b3d9671
|
Refactor the way allocation stats are fetched
No longer treat it as a property for relationship, just ephemeral
data that can be fetched on demand.
|
2018-03-22 14:34:13 -07:00 |
|
Michael Lange
|
b4fe0324cf
|
Alias the right property
|
2018-03-20 16:41:18 -07:00 |
|
Michael Lange
|
9e961fe0ef
|
Ensure the task group is present whenever an allocation row is rendered
|
2018-03-15 14:03:14 -07:00 |
|
Michael Lange
|
415c6a0d3c
|
Use the job-summary information available from the jobs list
|
2018-03-15 10:28:34 -07:00 |
|
Michael Lange
|
a1e34f0258
|
Only show the placement failures section if there is a blocked eval
|
2018-03-08 14:14:55 -08:00 |
|
Michael Lange
|
220790f3fa
|
Merge pull request #3936 from hashicorp/f-ui-polling
UI: Live updating views
|
2018-03-08 13:27:02 -08:00 |
|
Michael Lange
|
18782dd07b
|
Refactor job summary to a relationship
Now that blocking queries are going to be in play, We can no longer
pretend the two requests are one, since they have independent nomad
indices.
|
2018-03-02 16:21:13 -08:00 |
|
Michael Lange
|
054bb87eaf
|
Merge pull request #3908 from hashicorp/f-ui-route-client-requests-through-server
UI: Take advantage of client request tunneling
|
2018-03-02 15:58:27 -08:00 |
|
Michael Lange
|
39f9914733
|
Get client stats through the server agent
|
2018-02-26 12:23:47 -08:00 |
|
Michael Lange
|
1283b1c908
|
Refactor node meta table
- Use existing serializer and components
- Add acceptance test
- Add empty state
|
2018-02-06 18:56:49 -08:00 |
|
Or Tzabary
|
7136a0c12f
|
Meta params table in Client view
|
2018-02-06 18:04:57 -08:00 |
|
Michael Lange
|
35f388a712
|
Trim the parent job prefix off the child job names when displaying them
|
2018-02-06 10:53:52 -08:00 |
|
Michael Lange
|
d264c43eae
|
State periodic or parameterized as the job type when applicable
|
2018-02-06 10:53:52 -08:00 |
|
Michael Lange
|
52380527b2
|
Add ability to force a periodic job launch
|
2018-02-06 10:53:51 -08:00 |
|
Michael Lange
|
81273dca98
|
Bring payload in from the job api response
|
2018-02-06 10:53:50 -08:00 |
|
Michael Lange
|
c6369a6ccb
|
Computed a template type for a job
This is a composite of scheduler type, batch variations, and children v.
template
|
2018-02-05 20:13:58 -08:00 |
|
Michael Lange
|
0c50472bb5
|
Model the parent/child relationship in jobs
|
2018-02-05 20:13:58 -08:00 |
|
John Cowen
|
6c6e373640
|
Remove vaultError, failedSibling and messagePassthru
1. `vaultError` and `failedSibling` are safe to remove see
https://github.com/hashicorp/nomad/blob/64e9cf9/nomad/structs/structs.go#L3979-L3986
|
2018-01-26 13:37:20 +00:00 |
|
John Cowen
|
61d7f93a29
|
Make task-events use the message from the API rather than hardcoded
The api has changed to send through a message for task-events. Use that
instead of rendering a message from within js dependent on the task
event type
|
2018-01-19 15:38:57 +00:00 |
|
Michael Lange
|
2e19c2d877
|
Use the new ember modules imports
Generated with a codemode:
https://github.com/ember-cli/ember-modules-codemod
|
2018-01-17 09:02:04 -08:00 |
|
Michael Lange
|
534376ac62
|
Don't dot twice after an @each
|
2018-01-17 09:02:03 -08:00 |
|
Michael Lange
|
e982951f98
|
Use ModifyTime instead of ModifyIndex
|
2017-12-06 10:17:12 -08:00 |
|
Michael Lange
|
0af56f3af4
|
Associate jobs, task groups, and evaluations
|
2017-11-29 20:12:12 -08:00 |
|
Michael Lange
|
c72cb2ee4f
|
Models evaluation data
|
2017-11-29 20:12:12 -08:00 |
|
Michael Lange
|
ad6307933c
|
Revert "UI Placement failures""
This reverts commits
141ecd8d91
d2d838c2de
8099db4336
86262b3cef
eb4104ec52
0e0e23e238
6d45658d77
b52a8176e8
|
2017-11-29 20:03:39 -08:00 |
|
Michael Lange
|
d2d838c2de
|
Associate jobs, task groups, and evaluations
|
2017-11-29 16:30:33 -08:00 |
|
Michael Lange
|
141ecd8d91
|
Models evaluation data
|
2017-11-29 16:30:33 -08:00 |
|
Michael Lange
|
b3dc7364c5
|
Remold the allocation detail and task detail pages
Now that there is a task detail page, some of the content from
the allocation detail page is better suited there.
|
2017-11-14 11:08:51 -08:00 |
|
Michael Lange
|
d820c72142
|
Update allocation detail page to look like job and node
|
2017-11-14 11:05:29 -08:00 |
|
Michael Lange
|
1f4b61f074
|
Merge pull request #3428 from hashicorp/b-ui-missed-the-deployment-allocs
Add modified and version headers to deployment allocation table
|
2017-10-25 10:31:20 -07:00 |
|
Michael Lange
|
b010638724
|
Merge pull request #3439 from hashicorp/b-ui-hide-deployments-tab-based-on-type
Don't show the deployments tab for non-service jobs
|
2017-10-24 16:39:47 -07:00 |
|
Michael Lange
|
6e3eb5ff3f
|
Don't show the deployments tab for non-service jobs
They can't have deployments, so the link makes no sense.
|
2017-10-24 12:35:29 -07:00 |
|
Michael Lange
|
c20b9c5a82
|
Make sure to treat the namespace Name as the ID
|
2017-10-23 17:42:36 -07:00 |
|
Michael Lange
|
91ed1d5f6d
|
Treat namespace and job name as a composite primary key
|
2017-10-23 17:42:36 -07:00 |
|