Commit Graph

266 Commits

Author SHA1 Message Date
Jack Pearkes d58b5b2780 ui: call tags "service tags" 2014-06-03 14:36:37 -04:00
Jack Pearkes d6efab6c69 ui: show tags on node view 2014-06-03 13:53:22 -04:00
Jack Pearkes 0cd0c8a6e5 ui: condense entire layout, remove middle gap, kv condense 2014-06-03 11:32:22 -04:00
Jack Pearkes 1b8a5a1e78 ui: action bar layout adjustments, "no results" text 2014-06-02 12:40:52 -04:00
Jack Pearkes 534dc72d5a ui: filter nodes/services by passing/failing statuses 2014-06-02 12:05:13 -04:00
Jack Pearkes 0e3c262e53 ui: default to condensed view, add secondary actions 2014-06-02 11:49:01 -04:00
Jack Pearkes 54b6e1e049 ui: fix list border radi 2014-06-02 10:50:24 -04:00
Jack Pearkes a94ef9d529 ui: initial pass at filtering and condensed view for nodes/services 2014-06-02 10:35:46 -04:00
Jack Pearkes 7cab1c3c4c ui: add condensed node view 2014-05-30 14:26:11 -04:00
Andrew Watson b0236a8f08 Minor Typo 2014-05-29 15:15:13 -04:00
Jack Pearkes ea8761a50e ui: add a create key shortcut into breadcrumbs
this fixes #100
2014-05-16 13:38:45 -07:00
William Tisäter dc01e0a145 Fix parentKey transitions to root
Previously, deleting a key in `/dc1/kv/` would transition to
`/dc1/kv//` on success. A refresh at this stage would lead to `404`,
this commit will fix this and generate the correct route key in a
helper function.
2014-05-05 21:32:39 +02:00
Jack Pearkes 9e08d2bc69 ui: actually render an error message, hide delete on root
cc/ @tiwilliam
2014-05-05 10:20:57 -04:00
William Tisäter 700d304d15 Rename `KvHelpController` to `KvBaseController` 2014-05-05 16:09:18 +02:00
William Tisäter 570728f6b0 Drop duplicate isLoading set to false 2014-05-05 16:09:18 +02:00
William Tisäter f4c4b5ace8 Transition to nearest parent on key delete 2014-05-05 16:09:18 +02:00
William Tisäter a730174f0c Clean up root check 2014-05-05 16:09:18 +02:00
William Tisäter e174d1062c Redirect to correct root path when deleting keys 2014-05-05 16:09:18 +02:00
William Tisäter 21ad67fc4f Revert modifications to `getParentAndGrandparent` 2014-05-05 16:09:18 +02:00
William Tisäter 14649c1398 Add delete folder button to web UI 2014-05-05 16:09:18 +02:00
William Tisäter acc36c297f Add cancel button to key edit 2014-05-05 01:03:47 +02:00
Jack Pearkes b9ed600069 Merge pull request #119 from tiwilliam/dash-in-keys
Allow keys with dashes in web UI
2014-05-04 17:37:17 -04:00
William Tisäter 3852bef667 Rename root variable 2014-05-04 23:07:41 +02:00
William Tisäter 227daf1fea Allow using dashes in keys 2014-05-04 23:05:00 +02:00
William Tisäter daa2558fa1 Fix broken paths to vendor minified JS 2014-05-04 12:29:22 +02:00
Jack Pearkes 1c26327fae ui: pre-minify JS libs 2014-05-02 14:08:47 -04:00
darron froese e347a19a6a Fix typo. 2014-05-02 06:41:02 -06:00
Jack Pearkes 6017268ec4 ui: fix responsiveness for medium-sm screens 2014-05-01 17:22:16 -04:00
Mitchell Hashimoto 246e7e14e0 ui: delete backup files 2014-05-01 12:45:15 -07:00
Mitchell Hashimoto dcc11e4726 ui: slight typo in makefile 2014-05-01 12:44:18 -07:00
Mitchell Hashimoto c45029e038 ui: README 2014-05-01 12:43:49 -07:00
Mitchell Hashimoto 68a3f422b4 ui: Automatically replace assets 2014-05-01 12:43:16 -07:00
Jack Pearkes 22bfd53294 ui: improve build instructions 2014-05-01 15:34:25 -04:00
Jack Pearkes ab69329d74 ui: fix dc # of failing checks 2014-05-01 13:19:43 -04:00
Jack Pearkes 993b892761 ui: add panelbar helper 2014-05-01 13:15:33 -04:00
Jack Pearkes 4f7fbf6a58 ui: see warning as failing 2014-05-01 12:52:03 -04:00
Jack Pearkes 9cefcf8c04 ui: fix index page to show sleect 2014-05-01 12:48:29 -04:00
Jack Pearkes a17fd1a89a ui: show services and then checks 2014-05-01 12:35:01 -04:00
Jack Pearkes 03ed065655 ui: hide dropdown when activating route 2014-05-01 12:25:12 -04:00
Jack Pearkes e38aa0d8de ui: hide dropdown after switching dc 2014-05-01 12:21:59 -04:00
Jack Pearkes c93d93f09b ui: fix link to services in header nav 2014-05-01 12:17:06 -04:00
Jack Pearkes 4716fe17a0 ui: more loading indicators 2014-05-01 12:17:06 -04:00
Jack Pearkes b7c93a9f96 ui: loading 2014-05-01 12:17:06 -04:00
Jack Pearkes 2edf16c188 ui: fix datacenter route typo 2014-05-01 12:17:05 -04:00
Jack Pearkes 595af2deb1 ui: better error handling 2014-05-01 11:40:14 -04:00
Jack Pearkes d1fd682e55 ui: clean with makefile 2014-05-01 11:39:56 -04:00
Jack Pearkes 7d727ce01c ui: add default js path for dist 2014-05-01 11:32:40 -04:00
Jack Pearkes 01490554d7 ui: pre fixes, dist build changes 2014-05-01 11:31:56 -04:00
Jack Pearkes 9f4cb04bf2 ui: ignore compiled js, dist 2014-05-01 11:22:30 -04:00
Jack Pearkes 098928baa0 ui: update ember, dist steps 2014-05-01 11:21:55 -04:00
Jack Pearkes 767cdaa168 ui: mobile improvements 2014-05-01 10:40:31 -04:00
Jack Pearkes 17a1c12e8d ui: better error handling 2014-05-01 10:25:38 -04:00
Jack Pearkes 6f77bc93a4 ui: refactor kv controllers, finish multi-dc support 2014-05-01 10:00:36 -04:00
Jack Pearkes 1648031339 ui: improve mobile view 2014-04-30 23:44:32 -04:00
Jack Pearkes 0b9847ab96 ui: more fixes around the readme 2014-04-30 23:44:31 -04:00
Jack Pearkes 5b59a81103 ui: update readme 2014-04-30 23:44:31 -04:00
Jack Pearkes 716064c8d9 ui: button default focus states 2014-04-30 23:44:31 -04:00
Jack Pearkes 5015650e5b ui: bump down the size on the health check name under service 2014-04-30 23:44:31 -04:00
Jack Pearkes bdd71dee33 ui: error pages, help text 2014-04-30 23:44:31 -04:00
Jack Pearkes 0544a7cf76 ui: refresh node list after create 2014-04-30 23:44:31 -04:00
Jack Pearkes b3a18fdb4a ui: fix edit view breadcrumbs 2014-04-30 23:44:31 -04:00
Jack Pearkes 23dc417055 ui: handle "folders", directory browsing with parents 2014-04-30 23:44:31 -04:00
Jack Pearkes 3e1bc7dbad ui: fix nesting KV 2014-04-30 23:44:30 -04:00
Jack Pearkes d78b202464 ui: datacenter support, kv fixes 2014-04-30 23:44:30 -04:00
Jack Pearkes df6ff7d4bf ui: fix makefile 2014-04-30 23:44:30 -04:00
Jack Pearkes 993e4319be ui: use parent/grandparent keys for key creation 2014-04-30 23:44:30 -04:00
Jack Pearkes 91b7adc678 ui: handle empty kv index 2014-04-30 23:44:30 -04:00
Jack Pearkes 3329cc3846 ui: refactor controllers, routes to use promise hash, comments 2014-04-30 23:44:30 -04:00
Jack Pearkes ee1eefc997 ui: kv wire to API 2014-04-30 23:44:30 -04:00
Jack Pearkes 0ceb28a2bd ui: use a promise hash for nodes 2014-04-30 23:44:30 -04:00
Jack Pearkes 0a2be77e44 ui: wire up kv 2014-04-30 23:44:30 -04:00
Jack Pearkes dc1c421338 ui: wire up services, nodes, checks 2014-04-30 23:44:29 -04:00
Jack Pearkes 640027e10d ui: more ui / focus / animation states 2014-04-30 23:44:29 -04:00
Jack Pearkes f5e4bd83d8 ui: more animations, fix container layout for kv 2014-04-30 23:44:29 -04:00
Jack Pearkes 09e419c1ec ui: experiment with the vertical line 2014-04-30 23:44:29 -04:00
Jack Pearkes 193e30a79e ui: add delete key functionality 2014-04-30 23:44:29 -04:00
Jack Pearkes a554f0815a ui: new key for padding 2014-04-30 23:44:29 -04:00
Jack Pearkes 9577a63e91 ui: add support for creating/validating keys 2014-04-30 23:44:29 -04:00
Jack Pearkes c21a6c5e1a ui: kv styling and active states 2014-04-30 23:44:29 -04:00
Jack Pearkes caadc2ce42 ui: lighten button border primary 2014-04-30 23:44:28 -04:00
Jack Pearkes 1e4b492a96 ui: kv updates and improved active list view 2014-04-30 23:44:28 -04:00
Jack Pearkes 8999812c56 ui: show address and properly depend on Checks 2014-04-30 23:44:28 -04:00
Jack Pearkes af10fb355e ui: better kv parent navigation 2014-04-30 23:44:28 -04:00
Jack Pearkes 8d4290868e ui: kv load from url 2014-04-30 23:44:28 -04:00
Jack Pearkes 75589782ef ui: properly nest kv resources 2014-04-30 23:44:28 -04:00
Jack Pearkes 52d8a28592 ui: further k/v improvements 2014-04-30 23:44:28 -04:00
Jack Pearkes 7f912dc0c9 ui: basic k/v layout 2014-04-30 23:43:59 -04:00
Jack Pearkes 89714a6dae ui: more mobile work 2014-04-30 23:43:58 -04:00
Jack Pearkes 9d4b3c3897 ui: add dcs to index 2014-04-30 23:43:58 -04:00
Jack Pearkes 6b2022b780 ui: light up the nav, aggregate checks 2014-04-30 23:43:58 -04:00
Jack Pearkes 524cce902c ui: styles, simpler active state 2014-04-30 23:43:58 -04:00
Jack Pearkes 0a21314e60 ui: link to panels, drop actions 2014-04-30 23:43:58 -04:00
Jack Pearkes b5718ac23b ui: refactor file structure 2014-04-30 23:43:58 -04:00
Jack Pearkes 62955c5b97 ui: add kv to nav, embed 2014-04-30 23:43:58 -04:00
Jack Pearkes b1ad6faabe ui: more refactoring for nested resources 2014-04-30 23:43:58 -04:00
Jack Pearkes 4f467aec8c ui: refactor nodes as embedded resource 2014-04-30 23:43:58 -04:00
Jack Pearkes 6a4887ec8e ui: refactor services, dc to be nested resources 2014-04-30 23:43:58 -04:00
Jack Pearkes 24f7317ba7 ui: link-to for list items, active state 2014-04-30 23:43:57 -04:00
Jack Pearkes 61908dae5e ui: clickable nodes in list 2014-04-30 23:43:57 -04:00
Jack Pearkes 0449428e20 ui: improved fixtures 2014-04-30 23:43:57 -04:00
Jack Pearkes d87e722d61 ui: improve comments 2014-04-30 23:43:57 -04:00
Jack Pearkes 6494600e70 ui: nodes fixtures revision 2014-04-30 23:43:57 -04:00
Jack Pearkes a624deb90e ui: add nodes 2014-04-30 23:43:57 -04:00
Jack Pearkes ab3ffa7653 ui: tags, service fixture changes 2014-04-30 23:43:57 -04:00
Jack Pearkes a727bbe790 ui: basic styles for check list 2014-04-30 23:43:57 -04:00
Jack Pearkes bcdce24314 ui: more work on loading data for /services 2014-04-30 23:43:57 -04:00
Jack Pearkes a65ec76738 ui: add comments to application so far 2014-04-30 23:43:57 -04:00
Jack Pearkes 9dc755e4e8 ui: initial ember application 2014-04-30 23:43:57 -04:00
Jack Pearkes 50343d9417 ui: smaller font in list list's 2014-04-30 23:43:56 -04:00
Armon Dadgar 285c27baca ui: Use relative import paths 2014-04-30 23:43:56 -04:00
Jack Pearkes ec004dd062 ui: lead-in info for style guide 2014-04-30 23:43:56 -04:00
Jack Pearkes 88a176343e ui: more improvements to the style guide 2014-04-30 23:43:56 -04:00
Jack Pearkes 693cdf47b3 ui: progress on style guide 2014-04-30 23:43:56 -04:00
Jack Pearkes 9b7e834adf ui: add base ember 2014-04-30 23:43:55 -04:00
Jack Pearkes e564d9681f ui: use a /static directory 2014-04-30 23:43:55 -04:00
Jack Pearkes 7e890dc45b ui: initial commit 2014-04-30 23:43:55 -04:00