Commit Graph

46 Commits

Author SHA1 Message Date
Vincent Fiduccia 93f922b92d
eslint --fix 2018-07-20 11:47:19 -07:00
Vincent Fiduccia 54725f2022
eslint --fix 2018-06-29 17:20:46 -07:00
Vincent Fiduccia c08b1e7e5d
goToPrevious for global routes 2018-01-20 18:22:41 -07:00
Vincent Fiduccia 7e87d2ee14
Fix link on mpty nodes page 2017-12-12 03:44:43 -07:00
Vincent Fiduccia 1f45f6d6c7
3-store monte 2017-12-05 00:39:55 -07:00
Westly Wright 9dab1727f4
remove undeeded routes 2017-12-01 10:33:46 -07:00
Vincent Fiduccia dfec793090
Move manage cluster 2017-11-30 03:32:31 -07:00
Westly Wright a9952ce5d0
Refactor projects service 2017-11-13 16:32:33 -07:00
Westly Wright 8b10cb04ff
new modules and imports 2017-11-07 10:14:13 -07:00
Vincent Fiduccia 295cfb14e6
Move new host to per-cluster 2017-08-18 14:12:31 -07:00
Vincent Fiduccia b9b92c54d2
Basic cluster page 2017-08-17 22:19:54 -07:00
Vincent Fiduccia 1448c5b352
Move project edit code 2017-08-16 13:11:57 -07:00
lvuch f4feffed6c admin cleanup and start sidekick 2017-07-19 11:12:58 -07:00
lvuch e1e3395db9 more help 2017-07-17 11:25:00 -07:00
lvuch df421a173b help page 2017-07-15 12:56:47 -07:00
lvuch 51640ea1ed start help 2017-07-15 12:56:47 -07:00
lvuch d63dd27834 class fix 2017-04-12 15:48:46 -07:00
Vincent Fiduccia 1ead333560
format-html-message -> t htmlSafe=true 2017-04-04 17:53:57 -07:00
lvuch c7b3ec7942 couple more alerts 2017-03-23 08:15:45 -07:00
Vincent Fiduccia 5bd8380a4e
Containers vs Services 2017-03-15 14:46:45 -07:00
Vincent Fiduccia ffd50935b4
Bugs 2017-03-10 12:35:52 -07:00
lvuch 5889a1e60a remove class well 2017-02-14 10:21:48 -07:00
lvuch 7622c537e4 bg btn 2017-01-05 11:08:50 -07:00
lvuch f7cfdc442d conflict resolve 2017-01-05 11:08:50 -07:00
lvuch 751d49329b bg btn 2017-01-05 11:08:50 -07:00
lvuch 04d0fbdd3c merge conflicts 2017-01-05 11:03:05 -07:00
Vincent Fiduccia 36d83bf551 Update docs links 2016-12-30 11:24:44 -07:00
Vincent Fiduccia e6b2384fd1 Refactor service dropdown (#957)
* Add clearfix to all the headers

* Refactor service dropdowns into one component

* Webhook bugs (rancher/rancher#7215, rancher/rancher#7214, rancher/rancher#7212)
2016-12-28 15:45:58 -07:00
Vincent Fiduccia bf148a8db4 HA cluster status page 2016-12-08 20:14:50 -07:00
Vincent Fiduccia b1d0cccb0e Volume/mount/storagepool/backup/snapshot performance 2016-11-19 00:45:00 -07:00
Westly Wright 44887b54e9 Refactor catalog item question css
rancher/rancher#6364

Change logic around retain ip on upgrade

rancher/rancher#5410

Refactor retainIp prop on services

@vincent99 and I had a discussion. Since retainIp is a service level
setting it does not make sense (nor did it ever work) to have retainIp
on sidekicks. So the setting has been removed from that screen. Additionally
since an upgrade does not modify the service but rather the launch config
turning Retain IP on/off during the upgrade does not work. The new requirement
is to disable the checkbox during an upgrade. The upgrade should retain the
origianl value.

rancher/rancher#5410

add password validate desc to local auth config page

rancher/rancher#6362

Change the way stack graph handles route transitions

rancher/rancher#6343

Prevent user from selecting a new catalog template

until the previous one loads

rancher/rancher#6166

Ensure ext service only shows the label outlet

rancher/rancher#5927

Remove double hr element when service doesnt have image

rancher/rancher#5850

Refactor how machine driver icons are displayed

rancher/rancher#5738

Add new fields to ldap config

rancher/rancher#3875
2016-10-27 13:47:23 -07:00
Vincent Fiduccia 07dafbc99a Fix help page for forum software changes 2016-09-08 15:08:43 -07:00
Vincent Fiduccia 135f27e350 Help link, disconnected color (#823) 2016-08-16 21:18:48 -07:00
lauren Vuchetich ee4f480ef2 0712issues (#777)
* rancher/rancher#5128 part one

* list style

* header fixes based on new style to under h3

* reduce space between abc
2016-07-14 12:08:06 -07:00
Vincent Fiduccia 55eda79ec0 Bug fixes (#676)
* Bug fixes

* fix mesos links
2016-05-19 17:07:17 -07:00
Vincent Fiduccia ebae7a6f66 Bugs (#651)
* Bugs

* Bugs
2016-05-11 20:13:03 -07:00
Vincent Fiduccia f9a0c3cff6 Lang, header, merge fixes (#632)
* Fixes

* Lang, header, merge fixes
2016-05-02 17:36:17 -07:00
Vincent Fiduccia 43e8b839ee i18n to master (#629)
* Add ember-intl (#612)
* Refactor pages to use new ember-intl (#628)
2016-05-02 12:17:49 -07:00
lauren Vuchetich c1da32be7e Styleguide (#613) 2016-05-02 12:06:18 -07:00
Vincent Fiduccia 015f3a693f Machine Driver fixes (#603)
* Machine Driver fixes

- Github activate must set setting on userStore
- Custom driver doesn't really need to extend driver
- Fix custom driver when new registrationToken needs to be created
- Add Machine driver needs to use userStore
- Wait for custom driver UI JS/CSS in beforeModel so custom UIs can load consistently
- CSP rules localhost:3000 custom UI host

* Show UI URL on drivers

* Use isRancher instead of isPrivateLabel

`{{#if settings.isRancher}}` will fail-safely if you forget to include
`settings.` or the injection or type something wrong, rather than
`{{#unless settings.isPrivateLabel}}` failing and showing Rancher stuff.

* Load UI and CSS through proxy if not local

* Remove unused helpers
2016-04-18 18:35:14 -07:00
Vincent Fiduccia 7e7a79f281 Promote catalog tab from sub to top-level nav 2016-03-09 10:41:23 -07:00
Vincent Fiduccia 97dcd4098b Ember 2.x fixes 2016-03-03 11:37:11 -07:00
Westly Wright f631c662c1 Remove subpod collapse functionality
Refactor theme toggler to use actions not click
rancher/rancher#3546

Add confirmation for deactivating stacks and services
rancher/rancher#3532

Add new hover over top nav -> display sub-nav functionality

Refactor admin processes to use run.later rather then setInterval

Fix right click issue on tooltips with action menus
* Reset the resource-actions model so the next time a right click occurs the menu will show
2016-02-23 15:58:10 -07:00
deniseschannon 078692161d Updated to Docker 1.9.1+ 2016-02-22 13:29:53 -08:00
Vincent Fiduccia be04df203c Select project on admin/api tab, fix audit log sort 2016-02-16 11:14:41 -07:00
Vincent Fiduccia ab1d1e53d0 More replication controller 2016-02-12 11:13:35 -07:00