Commit Graph

32 Commits

Author SHA1 Message Date
Neil MacDougall c658fbc160 FIx fleet link when embedded 2021-06-14 17:45:18 +01:00
Neil MacDougall 8a1fc4ddba Revert import reorgs 2021-05-14 12:00:29 +01:00
Neil MacDougall 4e103c18b6 Improvements and enhancements to support embedding in dashboard UI 2021-05-14 11:53:39 +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 2ed359e694
Fix redirecting to dashboard 2020-08-28 18:15:03 -07:00
Vincent Fiduccia 46610de6f5
Logging, Monitoring, CIS banners 2020-08-28 17:57:54 -07:00
Westly Wright 74a38baed1
Remove `forceReload` param from getAllClusters & getAllProjects
We shouldn't need this param any longer and including it ensure that a new call
is made on every launch click. This is fine at small scale but will start to
slow everything down when at scale.

rancher/rancher#25024
rancher/rancher#25026
2020-01-28 15:18:22 -07:00
Westly Wright 663c13ccc9
Add S3 Etcd Backup & Restore API to UI
refector legacy local etcd backup & restore api to use new api

rancher/rancher#16797

Add s3backup config to rke clusters advanced options

Add 'restore from backup' action on RKE clusters

add backups list page

add cluster switching handling for backups

WIP

cleaup for review
2019-01-21 13:48:46 -07:00
Vincent Fiduccia 93f922b92d
eslint --fix 2018-07-20 11:47:19 -07:00
Vincent Fiduccia 0686d4840d
Revert part of eslint fix 2018-07-16 17:50:16 -07:00
Westly Wright 877ed1f522
More lint files changes (see lib) 2018-07-11 14:06:27 -07:00
loganhz a5529b77d4 Fix cluster ws issue
https://github.com/rancher/rancher/issues/12432
2018-04-16 18:30:49 +08:00
Vincent Fiduccia 5d8835218a
Container shell/logs popout 2018-03-02 16:24:32 -07:00
Vincent Fiduccia 7612247dc3
Fix double meta/subscribe connect 2018-01-23 23:32:45 -07:00
Vincent Fiduccia e3caf8d9ba
Refactor cluster/project subscription connections, page scope 2018-01-19 12:40:28 -07:00
Vincent Fiduccia 0d99257d38
Reduce cluster store usage 2018-01-16 18:01:19 -07:00
Westly Wright 00ef5ab262
get,set 2018-01-03 11:14:43 -07:00
Westly Wright 00eb6bd354
Delete cluster was loading the wrong global scope on complete 2018-01-03 11:09:02 -07:00
Vincent Fiduccia eaf39a50b2
Split subscribe into 2 sockets 2017-12-26 16:31:02 -07:00
Vincent Fiduccia a10d68c5db
jshint 2017-12-26 16:07:32 -07:00
Westly Wright 95c8989bb0
Move app config to service to consumers 2017-12-20 18:16:22 -07:00
Westly Wright bf2a24398c
bug fixes 2017-12-14 11:06:56 -07:00
Vincent Fiduccia 1f45f6d6c7
3-store monte 2017-12-05 00:39:55 -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 16b93ba2cc
bugs 2017-11-15 16:46:28 -07:00
Westly Wright b2448beaf7
user-store changes 2017-11-15 15:58:42 -07:00
Westly Wright 0b4991d84c
Clusterstore fixes 2017-11-15 14:23:48 -07:00
Westly Wright a58a60fa3b
more refactors for stores 2017-11-15 10:27:09 -07:00
Westly Wright f46735689a
Add cluster store 2017-11-14 12:43:03 -07:00
Westly Wright a9952ce5d0
Refactor projects service 2017-11-13 16:32:33 -07:00