Commit Graph

118 Commits

Author SHA1 Message Date
Richard Cox 29eb284f54 ember-cli-update --run-codemods 2024-07-30 15:27:49 +01:00
Westly Wright d3d78e87c8
Upgrade Ember & Dependencies for LTS support >3.12
There are changes required for the ember upgrade but additional changes
for individual libs are also present. Commit has been squashed, see
individual commits if needed.

There are a bunch of HBS changes as well. These are to deal with a
couple new rules and there impact is low. The button one has bitten us a
few time so this seemed great to add IMO.

update ember 3.12.4

ember 3.13

fixes for new eslint rules

ember 3.13->3.14

ember3.14->3.16

ember3.16->3.20

3.20 lint rules

yarn upgrade

update ember-optional-feature

update deps that can go to patch versions

upgrade major versions that are possible

update ansi_up

only reset term var if we're not destroying

prevents new ember 'same computation' error

update async

upgrade dot-object

new-catalog - add set to deal with new warning
marked-down - drop call into next to ensure its called at the correct time

upgrade ember-assign

update ember-cli-clipboard

remove unused & deprecated ember-cli-release

remove unused drag-drop lib

use set on tracked prop

update ember-flatpickr && cli-test-loader

upgrade ember-href-to

update filesaver

update liquid-fire and ipaddr

upgrade jsondiffpatch

upgrade marked

upgrade semver

update xterm

Update ember-basic-dropdown

the library has changed quite a bit and no longer provides an addon for the content-item where we handling the click event to close the dropdown,
thus click events must be added manually to the items being clicked to close the dropdown.

udpate dompurify

fix page header project styles

Bump ember api store, remove npm-run-all

Autofix button types from hbs linting

this change looks large but only adds `type` button to any buttons that dont have a type, which should help to reduce weird side effects

more hbs lint changes for no-negate-condition

turned off a couple rules that could be too much to test right now
2020-10-07 16:52:22 -07:00
Vincent Fiduccia 1fe33392d8
Move fleet to global 2020-09-17 01:28:45 -07:00
Vincent Fiduccia 2591e188a3
First login & Dashboard switch bugs 2020-08-31 15:28:59 -07:00
Vincent Fiduccia 84c4aa4464
Dashboard bugs 2020-08-28 17:57:54 -07:00
Vincent Fiduccia 2586041b1d
Update dashboard link when cluster readiness changes 2020-07-21 12:41:42 -07:00
Vincent Fiduccia cab66d85e3
Only show dashboard on ready clusters 2020-03-30 16:41:17 -07:00
Vincent Fiduccia 5a0e5c7d3d
Fix dashbaord link for prod build 2020-02-24 12:29:30 -07:00
Vincent Fiduccia 0bc2e1241d
Add toggle to dashboard if Steve is enabled 2020-02-20 16:20:09 -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
Cody Jackson 0cee042ed9 Improve the mobile sub-navigation UX
In the navigation menu when a user attempted to open a sub-menu the
entire navigation menu instantly closed. To resolve this we now listen
to the router willTransition event to close the navigation rather than
a willRender invocation.

The sub-menu was also overlapping other menu items because it had an
absolute position. To resolve this we now give the sub-menu a static
position.

rancher/rancher#21914
2019-09-16 16:03:47 -07:00
Vincent Fiduccia aa96ad7112
Only update navTree if something actually changed 2019-07-24 11:58:58 -07:00
Westly Wright 0e03164224
Header menu tabbing
Add tabbing handler logic for js dropdown menus. this also removes all top level
nav links for menus only, normal header links function correctly.

rancher/rancher#16709

Add up/down arrow actions for hover dropdown component

correct page-header-project & user-nav arrow nav

pass assign helper down to login engine for langauge dropdown comp

Add arrow key handler page-header-project menu

change focus style for trigger links
2019-05-01 14:30:59 -07:00
Westly Wright aaa3e07bd6
move to right queue 2018-08-15 09:24:40 -07:00
Westly Wright 922f8a554f
double render issue resolved 2018-08-15 09:24:40 -07:00
Westly Wright 7d3f982cc9
WIP 2018-08-15 09:24:39 -07:00
Vincent Fiduccia 10be169925
Remove CaaS, fix PL 2018-07-25 10:39:59 -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 70cb375d23
Fix hover dropdown not closing issues
rancher/rancher#13491
2018-05-16 15:33:54 -07:00
Westly Wright 5e6c056864
Upgrade ember -> 3.1
also linting errors
2018-05-09 11:24:36 -07:00
Westly Wright ddfaf0ed0a
reorg shared components 2018-05-09 11:24:35 -07:00
Westly Wright bc1158f2b2
chnage nav tree push to initializer 2017-11-08 15:23:20 -07:00
Westly Wright 8b10cb04ff
new modules and imports 2017-11-07 10:14:13 -07:00
Westly Wright e430592b6b
fixed page header 2017-11-06 11:50:42 -07:00
Westly Wright c5b822bfe9
movin on up 2017-11-03 15:54:33 -07:00
Westly Wright 16ff0c5e24
adding global admin engine 2017-10-31 12:18:21 -07:00
Westly Wright 17936288e9
add global admin 2017-10-30 16:37:54 -07:00
Vincent Fiduccia 56380831c0
Start Cluster hosts page 2017-10-18 17:24:51 -07:00
Vincent Fiduccia 12ae29afbf
Start reorganizing pages for multiple top-level navs 2017-10-16 10:58:58 -07:00
Vincent Fiduccia 32e8e915b0
Move Env dropdown to left 2017-10-16 10:58:58 -07:00
Westly Wright 0be470d35c
Fix dropdowns for actions menus, hover menues both desktop and mobile 2017-08-25 16:51:54 -07:00
Vincent Fiduccia 43a196225a
Random k8s status 2017-08-20 17:55:32 -05:00
Vincent Fiduccia 05bd283d3c
rmrf swarm and mesos 2017-07-31 15:22:36 -07:00
lvuch 5d0672d104 nav 2017-06-19 08:49:58 -07:00
Vincent Fiduccia e12ae6540b
Bugs, catalog-per-env 2017-05-16 01:18:12 -07:00
Vincent Fiduccia fd2f55f60b
Fix shift-L for toggling language 2017-05-01 11:31:32 -07:00
Westly Wright c00f0e32b3
Update catalog filters to pull from DB rather then settings 2017-03-20 09:00:23 -07:00
Vincent Fiduccia 169dfd3366
Stuff 2017-02-03 15:13:53 -07:00
Vincent Fiduccia 8e1ac47e2c
Cleanup & header 2017-02-03 15:08:25 -07:00
Vincent Fiduccia 9eaebb1ab9 Trim down k8s 2017-01-06 17:09:55 -07:00
Vincent Fiduccia b19a14080b Tags 2016-11-14 15:50:46 -07:00
Vincent Fiduccia 1ac76b2759 More infra stacks 2016-10-27 15:55:17 -07:00
Vincent Fiduccia b1d69c5b60 Add Project Template 2016-10-27 15:55:03 -07:00
Vincent Fiduccia 22671bccb5 Reorganize waiting pages 2016-10-07 10:55:48 -07:00
Vincent Fiduccia 3f5a182469 Read orchestration string on project instead of k8s/mesos/swarm flag
Fix supported flag reading
2016-10-03 22:23:23 -07:00
Vincent Fiduccia 32ccefadf3 Read supported orchestation tags 2016-10-03 22:22:28 -07:00
Vincent Fiduccia 99a5aa69d2 Clusterip, disable stacks for 1.2 2016-07-15 15:48:01 -07:00
Westly Wright 78aecba2a9 Ember 2.6 upgrade (#766)
Refactor login views

Refactor out application view

Refactor out environments/new view

Refactor out k8s-tab view

Refactor out k8s rc and pods view

Refactor out k8s service view

Refactor out graph view to component

update components that use "didInitAttrs" for deprecation
2016-07-06 12:40:37 -07:00
Vincent Fiduccia e220e378a8 Subscribe logging, orchestation state fixes (#672)
* Better logging for socket/subscribe

* Fix waiting page/orchestration issues

* Activate machine driver on create
2016-05-19 11:58:26 -07:00