Commit Graph

15 Commits

Author SHA1 Message Date
Neil MacDougall e98c2c87f5 Fix ember 'Go Home' link on not-found page 2022-04-11 22:39:37 +01:00
Westly Wright c6cf2fb50d
Upgrade Ember to latest stable release
upgrade to 3.5

upgrade to 3.6

upgrade to ember 3.7

upgrades for 3.7

package upgrades

eslint changes

upgrade to 3.8

HanlderInfos deprecation

logger deprecations

shadowed block param deps

route fixes

upgrade engines and add workaround for infinite loop query params

refresh issue

ember-engines/ember-engines number 614

update read me
2019-03-25 13:22:38 -07:00
Westly Wright d06fa63502
router deprecation 2018-08-15 09:24:40 -07:00
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
Westly Wright 8b10cb04ff
new modules and imports 2017-11-07 10:14:13 -07:00
lvuch 7745c8531d header and font 2017-01-05 11:08:50 -07:00
lvuch 04d0fbdd3c merge conflicts 2017-01-05 11:03:05 -07:00
Westly Wright bfea49208f Updates to digital ocean machine driver to get real data (#778)
rancher/rancher#4168

Fix issues with tab selection on load balancer

rancher/rancher#5377
2016-07-14 15:47:38 -07:00
Westly Wright 85cbe6f77c Update intl to have a fall back langauge
Add static fall backs for error pages incase transitions dont load
update readme
add supported locales link to read me
2016-05-23 11:59:43 -07:00
Westly Wright 9532ae9710 Updates and bug fixes for i18n (#653) 2016-05-12 15:28:38 -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 311fc47239 More Swarm 2016-03-16 00:50:09 -07:00
Westly Wright 19c9444e87 Remove some disabled properties to match the ux of audit-logs ux
(rancher/rancher#3306)

Add project url to catalog template if it exists
rancher/rancher#3897

Swap row link for name link in process logs table in prep for more changes coming

Add external links to resource type on Process Logs

Add 404 handler and route
rancher/rancher#1506

Add stack description on stack detail page
 Also fix color issue with host descriptions
rancher/rancher#555

Remove tooltip from container-dot, add tooltip to host container name
rancher/rancher#1415

Add 10 min timer to authenticated to check for github auth token expire
rancher/rancher#255

Add link to rancher AMIs for amazon to ec2 add host
rancher/rancher#1520

Add option to use non-secure http for github enterprise auth
rancher/rancher#1410
2016-03-15 13:11:59 -07:00