Michael Lange
|
62dbb27365
|
Move distribution bar styleguide material to a component
|
2018-01-17 09:04:00 -08:00 |
|
Michael Lange
|
78d1671253
|
Move button styleguide material to a component
|
2018-01-17 09:04:00 -08:00 |
|
Michael Lange
|
44b8f97d39
|
Fix syntax highlighting in the styleguide
|
2018-01-17 09:04:00 -08:00 |
|
Michael Lange
|
cff01570d6
|
Fix a class name bug in the distribution bar
|
2018-01-17 09:04:00 -08:00 |
|
Michael Lange
|
f8e563ba71
|
A new place to put styles only the styleguide uses
|
2018-01-17 09:04:00 -08:00 |
|
Michael Lange
|
4605d95f39
|
Update the ember-freestyle dep
|
2018-01-17 09:04:00 -08:00 |
|
Michael Lange
|
856b01148b
|
Run prettier on all files
Since prettier updated, some files have out of date formatting.
|
2018-01-17 09:04:00 -08:00 |
|
Michael Lange
|
bd3550ff31
|
Upgrade lint-staged
|
2018-01-17 09:04:00 -08:00 |
|
Michael Lange
|
de54ba7e36
|
Upgrade stale deps
|
2018-01-17 09:04:00 -08:00 |
|
Michael Lange
|
01102b24f7
|
Remove unused ui travis config
|
2018-01-17 09:04:00 -08:00 |
|
Michael Lange
|
e2ffbc0e4c
|
Add chrome to Travis
|
2018-01-17 09:04:00 -08:00 |
|
Michael Lange
|
7526295e88
|
Use ember-test-selectors for integration tests
|
2018-01-17 09:03:59 -08:00 |
|
Michael Lange
|
14adc01f68
|
Upgrade testing related dependencies
|
2018-01-17 09:03:59 -08:00 |
|
Michael Lange
|
efbe0c1faf
|
Switch from phantomjs to headless chrome
|
2018-01-17 09:03:59 -08:00 |
|
Michael Lange
|
4c36907505
|
Use data-test- selectors in acceptance tests
|
2018-01-17 09:03:59 -08:00 |
|
Michael Lange
|
96752ec100
|
Adds the ember-test-selectors addon
|
2018-01-17 09:03:59 -08:00 |
|
Michael Lange
|
0f06032fd7
|
Upgrade ember-cli-sass
|
2018-01-17 09:03:59 -08:00 |
|
Michael Lange
|
13e63ea1d5
|
Strengthen the .tag override selector
In 0.5.2, Bulma excludes the body element from the selector to work around
an issue with Wordpress.
|
2018-01-17 09:03:59 -08:00 |
|
Michael Lange
|
85dff27e5d
|
Remap $info to $blue
Bulma defaults $info to $cyan in 0.6.0
|
2018-01-17 09:03:59 -08:00 |
|
Michael Lange
|
8228c45ba6
|
Specify color overrides in navbar
Bulma 0.5.2 introduced color modifiers for navbar
|
2018-01-17 09:03:59 -08:00 |
|
Michael Lange
|
16522058b4
|
Upgrade bulma to latest (0.6.1)
|
2018-01-17 09:03:59 -08:00 |
|
Michael Lange
|
10a9370289
|
Replace nav with navbar
Bulma introduced navbar while deprecating nav in 0.4.3
Bulma removed deprecated nav in 0.6.0
|
2018-01-17 09:03:59 -08:00 |
|
Michael Lange
|
dbdbde4f9a
|
Replace custom breadcrumbs CSS with new Bulma provided CSS
|
2018-01-17 09:03:59 -08:00 |
|
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 |
|