Westly Wright
ac05472921
Revert "Make unhandled exceptions display the fail whale"
2020-02-04 09:46:40 -07:00
Cody Jackson
333fb9da40
Make unhandled exceptions display the fail whale
...
Anytime we have an unhandled exception we will now navigate to the
fail whale page.
rancher/rancher#25198
2020-02-03 16:17:53 -07:00
Cody Jackson
6718c4886e
Addressing a number of ember deprecations
...
- Moved from Ember.$() to importing jquery.
- Moved from fn().on() to on(fn())
- Moved from fn().observes() to observer(fn())
This got /g/clusters from 27 warnings to 5 warnings for me.
2019-10-03 10:53:36 -07: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
3df948e9ab
Add cloud credentials page, resource, and add modal
...
WIP
WIP
WIP
cleanup
2019-02-11 17:37:05 -07:00
Vincent Fiduccia
691ffc38e5
Switch to @rancher/ember-api-store
2019-01-10 16:44:35 -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
Westly Wright
24256cff3d
fixes that prevent 'lint --fix' from running completely
2018-06-29 17:20:46 -07:00
Vincent Fiduccia
ce4d300604
Active links ( rancher/rancher#13481 )
2018-05-14 14:08:25 -07:00
Westly Wright
5e6c056864
Upgrade ember -> 3.1
...
also linting errors
2018-05-09 11:24:36 -07:00
Westly Wright
291fe231a5
second run through and clean up for dropdowns
2018-05-03 17:19:44 -07:00
Vincent Fiduccia
1e8eff845f
Rearrange upgrade options
2018-03-04 00:25:42 -07:00
loganhz
a7058ddf8e
Fix nav menu issue
...
https://github.com/rancher/rancher/issues/11737
2018-03-01 21:20:40 +08:00
Vincent Fiduccia
b377ca65d1
More run command, autocomplete, nodes detected
2018-02-06 10:41:13 -07:00
Vincent Fiduccia
0012e40cc3
Don't send redundant Authorization header
2018-02-01 14:59:45 -07:00
Vincent Fiduccia
c762ca23fb
API Keys
2018-01-22 22:22:11 -07:00
Vincent Fiduccia
c08b1e7e5d
goToPrevious for global routes
2018-01-20 18:22:41 -07:00
Vincent Fiduccia
c55217335e
Secrets
2017-12-29 18:44:59 -07:00
Westly Wright
95c8989bb0
Move app config to service to consumers
2017-12-20 18:16:22 -07:00
Vincent Fiduccia
6c6ecb5c5d
Convert to v3
2017-12-05 00:39:55 -07:00
Vincent Fiduccia
f2386a4ae7
Almost a containers page
2017-11-17 18:08:34 -07:00
Vincent Fiduccia
544c921a48
Load against new APIs
2017-11-17 02:24:08 -07:00
Westly Wright
0b4991d84c
Clusterstore fixes
2017-11-15 14:23:48 -07:00
Westly Wright
f46735689a
Add cluster store
2017-11-14 12:43:03 -07:00
Westly Wright
8b10cb04ff
new modules and imports
2017-11-07 10:14:13 -07:00
Westly Wright
e9a4e10ecc
wip upgrades for 2.14
2017-10-30 09:51:34 -07:00
Vincent Fiduccia
095943c9ff
Clusters
2017-08-15 15:13:36 -07:00
Vincent Fiduccia
2ea81bf3dd
Fix service upgrade, add sidekick action
2017-08-10 17:02:26 -07:00
Westly Wright
542491ba81
Update to nav-header dropdown active highlighting
2017-04-21 11:41:47 -07:00
Westly Wright
cb7cc38e2f
Cloud Plans changes and bug fixes
2017-04-20 18:25:20 -07:00
Vincent Fiduccia
36e86a712e
Reorganize nav
2017-03-20 14:57:28 -07:00
Vincent Fiduccia
c09a6b6e0b
Less bootstrap
2017-01-06 10:48:59 -07:00
Vincent Fiduccia
cfec4833d5
Webhooks ( #954 )
...
* Webhook receivers
2016-12-27 16:33:04 -07:00
Vincent Fiduccia
67ac2232f4
destroyed or destroying
2016-11-14 15:50:45 -07:00
Westly Wright
cc84df2659
resolve issues with touch laptops
...
Fix init of memory limit value on hosts
rancher/rancher#6548
Preserve memory reservation value on clone
rancher/rancher#6549
Fix missing grid lines
rancher/rancher#6425
Update driver mixin for new name fields
rancher/rancher#6313
inject ember-shortcuts to components to disable shift+L in the shell
2016-11-09 16:30:20 -07:00
Westly Wright
606f2ae2da
Update github auth to use new v1-auth service
2016-10-12 17:29:14 -07:00
Vincent Fiduccia
cfb5953b9a
this._state === destroying -> this.isDestroyed
2016-10-03 20:58:19 -07:00
Vincent Fiduccia
fb215b27f9
Moar Performance
2016-10-03 20:58:16 -07:00
Vincent Fiduccia
3e70d8135f
Service log ( #836 )
...
* Service log
2016-09-07 16:23:40 -07:00
Vincent Fiduccia
99a5aa69d2
Clusterip, disable stacks for 1.2
2016-07-15 15:48:01 -07:00
Vincent Fiduccia
c32ad6d0d1
Variable width viewport ( rancher/rancher#5007 )
2016-06-29 17:20:19 -07:00
Vincent Fiduccia
51ba6440c2
Load IntlPolyfill for Safari ( rancher/rancher#5058 , rancher/rancher#5092 )
2016-06-17 01:02:04 -07:00
Vincent Fiduccia
968a152811
Mesos stuff, remove active-link wrapper
2016-05-02 10:26:17 -07:00
Vincent Fiduccia
e10069b6b5
Bump store
2016-04-20 11:14:48 -07:00
Vincent Fiduccia
8c82538d00
store vs userStore fixes
2016-04-14 18:10:33 -07:00
Vincent Fiduccia
674123ffde
Split into store vs userStore
2016-04-14 18:07:14 -07:00
Vincent Fiduccia
ff19f1b2dc
Fix back to host routing
2016-03-14 13:03:35 -07:00
Westly Wright
ce0b1b1179
Upgrade Ember to 2.3 and refactor to remove deprecations.
2016-03-02 11:03:15 -07:00