Michael Lange
|
d458ae7e4e
|
Update variable names
|
2018-01-17 09:03:58 -08:00 |
|
Michael Lange
|
2c7cb11a72
|
Default to 100% wide tables
Bulma 0.5.0 makes tables auto by default and adds the
full-width modifier.
|
2018-01-17 09:03:58 -08:00 |
|
Michael Lange
|
72d5359de4
|
Upgrade Bulma to 5.0
|
2018-01-17 09:03:58 -08:00 |
|
Michael Lange
|
c65fff82ca
|
Shuffle around styles to better organize around net new code and bulma overrides
|
2018-01-17 09:03:58 -08:00 |
|
Michael Lange
|
54e083538e
|
Remove the MODEL_FACTORY_INJECTIONS cruft
|
2018-01-17 09:02:05 -08: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
|
46783e1813
|
Run ember out of node_modules
This locks the version to what's described in package.json
|
2018-01-17 09:02:04 -08:00 |
|
Michael Lange
|
8100dc94e4
|
Update the reason why the router service is still not used
|
2018-01-17 09:02:04 -08:00 |
|
Michael Lange
|
c5c2c2bd14
|
Upgrade various minor dependencies
|
2018-01-17 09:02:04 -08:00 |
|
Michael Lange
|
53e60500f3
|
Upgrade ember-browserify to 1.2
|
2018-01-17 09:02:04 -08:00 |
|
Michael Lange
|
e892d48608
|
Upgrade Ember CLI Mirage to 0.4.1
|
2018-01-17 09:02:04 -08:00 |
|
Michael Lange
|
cb3e4a3905
|
Never use native fetch when mirage is enabled
Unfortunately, Mirage/Pretender don't support fetch
|
2018-01-17 09:02:04 -08:00 |
|
Michael Lange
|
5a94a50074
|
Upgrade to Ember Data 2.17
|
2018-01-17 09:02:04 -08:00 |
|
Michael Lange
|
cbf883a9a6
|
Upgrade to ember-cli 2.17 and ember 2.17
|
2018-01-17 09:02:04 -08:00 |
|
Michael Lange
|
d53849d2a5
|
Disambiguate what to do with the child task for the task logger
linked tasks are killed when the parent task is killed.
|
2018-01-17 09:02:04 -08:00 |
|
Michael Lange
|
fbdf3ed3cb
|
Don't warn intentional errors in tests
It's too noisy
|
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
|
e482a9927f
|
Never fetch a job with null as the namespace
|
2018-01-17 09:02:03 -08:00 |
|
Michael Schurter
|
4c859dc0aa
|
Include credentials in fetch requests
Fixes #3701
Relevant spec section:
https://fetch.spec.whatwg.org/#concept-request-credentials-mode
|
2018-01-08 12:18:03 -08:00 |
|
Michael Lange
|
bd23d4989b
|
Lock down nodejs version
The new Travis Trusty image uses node 8 (latest LTS) as the default.
Node 8 is incompatible with some modules used for the UI.
|
2017-12-15 10:50:06 -08:00 |
|
Michael Lange
|
b09974e221
|
Merge pull request #3631 from hashicorp/b-ui-expand-definition
UI Show full job definition by default
|
2017-12-07 14:42:01 -08:00 |
|
Michael Lange
|
a78a2e333c
|
Merge pull request #3607 from hashicorp/f-ui-modify-time-over-modify-index
UI Use ModifyTime instead of ModifyIndex in allocation lists
|
2017-12-07 14:25:28 -08:00 |
|
Michael Lange
|
f75123026d
|
Expand the entire job definition by default
|
2017-12-07 14:06:51 -08:00 |
|
Michael Lange
|
5acb3e8c6f
|
Merge pull request #3621 from hashicorp/b-ui-timezones
UI: Drop timezones from timestamps
|
2017-12-06 14:16:08 -08:00 |
|
Michael Lange
|
289b52aa21
|
Merge pull request #3623 from hashicorp/f-ui-warn-uncaught-exceptions
UI: Warn uncaught exceptions to console
|
2017-12-06 14:11:22 -08:00 |
|
Michael Lange
|
b1cc6280b0
|
Make sure the code element within a cli-window takes the full height
|
2017-12-06 13:36:18 -08:00 |
|
Michael Lange
|
19d900e896
|
A short guide for proxying to a different nomad cluster
when developing the UI
|
2017-12-06 12:38:38 -08:00 |
|
Michael Lange
|
ee7faa5561
|
Warn errors in prod
|
2017-12-06 10:33:03 -08:00 |
|
Michael Lange
|
e982951f98
|
Use ModifyTime instead of ModifyIndex
|
2017-12-06 10:17:12 -08:00 |
|
Michael Lange
|
a034708196
|
Remove UTC timezone tag
|
2017-12-05 19:12:18 -08:00 |
|
Michael Lange
|
b4ee45a2d6
|
Acceptance tests for evaluations
|
2017-11-29 20:12:45 -08:00 |
|
Michael Lange
|
46d25b771c
|
Fixes an off by one bug in the ipv6 generator function
Sigh.
|
2017-11-29 20:12:13 -08:00 |
|
Michael Lange
|
98fb10f9ad
|
Mirage magic for evaluations
|
2017-11-29 20:12:13 -08:00 |
|
Michael Lange
|
f30772556e
|
Be clear about what the placment failures number next to task groups is
|
2017-11-29 20:12:12 -08:00 |
|
Michael Lange
|
a7b0541676
|
List placement failures on the job detail page
|
2017-11-29 20:12:12 -08:00 |
|
Michael Lange
|
3f3b31614c
|
Add a table of evaluations to the job detail page
|
2017-11-29 20:12: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
|
b52a8176e8
|
Acceptance tests for evaluations
|
2017-11-29 19:46:28 -08:00 |
|
Michael Lange
|
6d45658d77
|
Fixes an off by one bug in the ipv6 generator function
Sigh.
|
2017-11-29 19:46:27 -08:00 |
|
Michael Lange
|
0e0e23e238
|
Mirage magic for evaluations
|
2017-11-29 16:30:33 -08:00 |
|
Michael Lange
|
eb4104ec52
|
Be clear about what the placment failures number next to task groups is
|
2017-11-29 16:30:33 -08:00 |
|
Michael Lange
|
86262b3cef
|
List placement failures on the job detail page
|
2017-11-29 16:30:33 -08:00 |
|
Michael Lange
|
8099db4336
|
Add a table of evaluations to the job detail page
|
2017-11-29 16:30:33 -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
|
981c34ba84
|
Explain the magical logging constant
|
2017-11-21 15:05:28 -08:00 |
|
Michael Lange
|
cca4bc94e0
|
Move the stream support check to the stream logger
|
2017-11-21 14:57:19 -08:00 |
|
Michael Lange
|
d930180c06
|
Unit tests for the log util
|
2017-11-21 11:22:43 -08:00 |
|