Buck Doyle
8950626c55
UI: Update Mirage to 1.1.2 ( #6166 )
2019-09-26 13:47:07 -05:00
Buck Doyle
34603b8bdf
UI: Add IPv6 bracket-wrapping to network serializer ( #6007 )
...
This addresses the issue raised by @pznamensky in #5966 .
2019-07-30 16:58:01 -05:00
Buck Doyle
354b4c830f
UI: Remove ember-native-dom-helpers ( #5959 )
...
This also includes migration of some tests to async.
2019-07-23 14:40:32 -05:00
Buck Doyle
90c9b89b5e
UI: Add page titles ( #5924 )
...
This uses ember-page-title to add dynamic page titles throughout the
route hierarchy. When there’s more than one region, the current
current region is added before the final entry of “- Nomad”.
2019-07-17 15:02:58 -05:00
Buck Doyle
9322dfc46f
UI: Add copy button for client/allocation UUIDs ( #5926 )
...
The button shows a success icon and tooltip on click, and resets
after two seconds.
2019-07-15 12:14:32 -05:00
Buck Doyle
4aae981699
Add ember-qunit-nice-errors ( #5869 )
...
This shows the entire assertion that’s failing. This is
especially useful in combination with page objects.
For an assertion like this:
assert.equal(PageLayout.flashMessages.length, 1)
The failure displayed normally is just “failed” with the
expected of 1 and the result of undefined. With this addon,
the expected and result remain the same, but “failed” is
replaced with the text of the assertion.
The typical way to address this is to supply the optional
final argument to the assertion function that customises the
failure message. That still works with this addon, but most
of the time it becomes unnecessary.
2019-06-21 14:12:28 -05:00
Conor Mongey
9ab4ef52c0
Converts ANSI terminal codes to HTML in logs
2019-05-02 21:47:23 +01:00
Michael Lange
12d7bab720
Upgrade ember-concurrency
2019-04-10 14:54:38 -07:00
Michael Lange
b27c088918
Major upgrade, ember-cli-sass; swiches to sass-dart
2019-04-10 14:54:38 -07:00
Michael Lange
2a11d2904f
Upgrade third party packages
2019-04-10 14:54:37 -07:00
Michael Lange
353a491527
Upgrade eslint to v5
2019-04-10 14:54:37 -07:00
Michael Lange
733fbb83b0
Upgrade ember addons
2019-04-10 14:54:37 -07:00
Michael Lange
c723f3f02b
Manually upgrade fringe dependencies
2019-04-10 14:54:37 -07:00
Michael Lange
499435d7c7
Auto-upgrade packages
2019-04-10 14:54:36 -07:00
Michael Lange
346a55a093
Address the Ember.Logger deprecations
2019-04-10 14:54:35 -07:00
Michael Lange
b6b2fd2114
Address the copy/copyable deprecation
2019-04-10 14:54:35 -07:00
Michael Lange
3c51579498
Upgrade miscellaneous packages
2019-04-10 14:54:34 -07:00
Michael Lange
e17a12aba8
Upgrade ember-power-select
2019-04-10 14:54:32 -07:00
Michael Lange
3c31bbf393
Critical peer dependency upgrades
2019-04-10 14:54:31 -07:00
Michael Lange
6dc560519d
Upgrade to Ember 3.0
2019-04-10 14:46:54 -07:00
Michael Lange
a9fd8517d1
Fix deprecations
2019-04-10 14:46:53 -07:00
Michael Lange
602df55ae0
Add the ember-responsive addon
2019-04-10 10:34:10 -05:00
Michael Schurter
d74755900e
Generate files for 0.9.0-beta3 release
2019-02-26 09:44:49 -08:00
Michael Lange
f4813d49ba
Remove unused bourbon dependency
2018-11-01 14:37:39 -07:00
Michael Lange
fcf22fdbc4
New LRUMap dep
2018-09-17 15:55:48 -07:00
Michael Lange
1530eed9f7
Bring in new d3 dependencies
2018-09-07 09:55:39 -07:00
Michael Lange
f41f814b49
Remove the old json viewer
2018-08-13 17:04:15 -07:00
Michael Lange
2b4bab875d
Introduce ivy-codemirror
2018-08-13 17:03:20 -07:00
Michael Lange
4cc17c7292
Add object spread
2018-08-06 11:02:21 -07:00
Michael Lange
25d1bc2d6a
Add the ember-cli-page-object dependency
2018-07-10 11:28:59 -07:00
Michael Lange
a526eab044
Merge pull request #4468 from hashicorp/f-ui-styleguide-progress
...
UI: Fill out the styleguide
2018-07-06 16:03:41 -07:00
Michael Lange
ff5a4ae6df
Switch ember-browserify out for ember-auto-import
2018-07-06 13:38:37 -07:00
Michael Lange
aef3da0b4e
Add ember-cli-funnel dependency
2018-07-03 17:37:29 -07:00
Michael Lange
6dd0840553
Spread the driver health love throughout job models
2018-05-25 10:15:23 -07:00
Michael Lange
4774a16bcd
Merge pull request #4201 from hashicorp/f-ui-fuzzy-job-search
...
UI: fuzzy and tokenized job search
2018-05-05 09:56:15 -07:00
Alex Dadgar
43192cefae
generated files
2018-04-26 16:28:58 -07:00
Michael Lange
8e410c01fb
Bring fuse.js back
2018-04-23 14:58:01 -07:00
Michael Lange
9331a02e67
Upgrade ember-cli-mirage
2018-04-17 10:28:58 -07:00
Alex Dadgar
af81349dbe
Generated files
2018-03-30 16:14:40 -07:00
Michael Lange
e192d0a69d
Upgrade to Ember 2.18
2018-03-28 14:57:03 -07:00
Michael Schurter
86ccdb9115
Fix generating static assets
...
Broke due to a change in go-bindata-assetfs
2018-03-19 15:52:38 -07:00
Michael Lange
512ff08c8a
Update the ember-freestyle dep
2018-01-17 09:04:00 -08:00
Michael Lange
420cfa4444
Upgrade lint-staged
2018-01-17 09:04:00 -08:00
Michael Lange
47a2c2ffbf
Upgrade stale deps
2018-01-17 09:04:00 -08:00
Michael Lange
af0fc0f9ef
Upgrade testing related dependencies
2018-01-17 09:03:59 -08:00
Michael Lange
797a3fd483
Adds the ember-test-selectors addon
2018-01-17 09:03:59 -08:00
Michael Lange
8c742b254b
Upgrade ember-cli-sass
2018-01-17 09:03:59 -08:00
Michael Lange
2c0875d7e3
Upgrade bulma to latest (0.6.1)
2018-01-17 09:03:59 -08:00
Michael Lange
93c3b82e6d
Upgrade Bulma to 5.0
2018-01-17 09:03:58 -08:00
Michael Lange
df41a77625
Upgrade various minor dependencies
2018-01-17 09:02:04 -08:00
Michael Lange
26866b611c
Upgrade ember-browserify to 1.2
2018-01-17 09:02:04 -08:00
Michael Lange
eb91e88038
Upgrade Ember CLI Mirage to 0.4.1
2018-01-17 09:02:04 -08:00
Michael Lange
f731809b9b
Upgrade to Ember Data 2.17
2018-01-17 09:02:04 -08:00
Michael Lange
70f66fe0e3
Upgrade to ember-cli 2.17 and ember 2.17
2018-01-17 09:02:04 -08:00
Michael Lange
73e70f6931
Add ember-concurrency dependency
2017-11-21 11:22:41 -08:00
Alex Dadgar
68c0d8a77a
add static ui assets
2017-10-25 17:01:26 -07:00
Michael Lange
22ca0125c1
Add query-string as a dependency
2017-10-23 17:42:35 -07:00
Michael Lange
19b2ac4858
Remove fuse as a dependency
2017-10-18 19:45:12 -07:00
Michael Lange
1601b0d4fd
Add ember-power-select
2017-10-11 13:45:03 -07:00
Michael Lange
e1d199c696
Add ember-inline-svg dependencies.
2017-10-02 17:02:57 -07:00
Michael Lange
819baa5deb
Switch to native dom helpers
2017-09-26 11:59:41 -07:00
Alex Dadgar
e5ec915ac3
sync
2017-09-19 10:08:23 -05:00