consul/ui-v2/app
John Cowen 4ebd70e6cd
UI: Fixes healthy node listing resize on large portrait screens (#4564)
1. Split the resizing functionality of into a separate mixin to be
shared across components
2. Add basic integration tests to prove that everything is getting
called through out the lifetime of the app. I decided against unit
testing as there isn't really any isolated logic to be tested, more
checking that things are being called in the correct order etc i.e. the
integration is correct.

Adds assertion to with-resizing so its obvious to override `resize`
2018-08-24 12:35:52 +02:00
..
adapters UI - Refactor Adapter.handleResponse (#4398) 2018-07-30 17:55:44 +01:00
components UI: Fixes healthy node listing resize on large portrait screens (#4564) 2018-08-24 12:35:52 +02:00
controllers Use `some` for the tags search instead of munging and searching 2018-07-18 18:15:03 +01:00
helpers Adds filtering to the KV listing page 2018-06-12 11:24:35 +01:00
mixins UI: Fixes healthy node listing resize on large portrait screens (#4564) 2018-08-24 12:35:52 +02:00
models Tests and comments regarding the previous 2 commits 2018-07-05 13:43:03 +01:00
routes Instead of rewriting the API call, use ember to rewrite the URL 2018-07-11 10:44:37 +01:00
serializers Tie up real endpoints 2018-06-25 12:25:15 -07:00
services UI - Refactor Adapter.handleResponse (#4398) 2018-07-30 17:55:44 +01:00
styles UI: Fixes healthy node listing resize on large portrait screens (#4564) 2018-08-24 12:35:52 +02:00
templates Show the Service.IP address instead of the Node.IP address in detail 2018-07-18 13:37:14 +01:00
utils Don't clone prev, there's no need 2018-07-06 13:09:23 +01:00
validations Remove validation for presence of KV values 2018-07-05 13:33:02 +01:00
app.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00
index.html Find a way to test pre-ember load 2018-06-15 13:56:45 +01:00
resolver.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00
router.js WIP: First draft intentions 2018-06-25 12:25:14 -07:00