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
* 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
(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