Commit Graph

35 Commits

Author SHA1 Message Date
Catherine Luse 1cfb7a195b Can upgrade legacy apps after upgrading to v2.6.3 2021-12-16 00:40:38 -07:00
Westly Wright e676ce806f
send cluster id instead of cluster name
rancher/rancher#29774
2020-12-04 10:23:53 -07:00
Westly Wright c5d18a650c
Add clusterName qp to fetchTemplate call
in order to get a fresh version list of compat k8s version for this cluster
2020-11-25 11:30:21 -07: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 df20ca2d5b
Unused var 2019-09-18 17:43:38 -07:00
loganhz efcc47bd82 Remove rancherVersion in its requests
https://github.com/rancher/rancher/issues/22921
2019-09-18 11:56:17 +08:00
Vincent Fiduccia e77ad9afdf
You are in a maze of twisty catalog logic, all slightly different 2019-08-01 10:30:34 -07:00
Westly Wright f8ce43bf2a
Add allTemplates logic to catalog service
Add's the allTemplates object which uses the live templates store
Catalog index uses this now instead of the model passed down so that the catalog
index live updates as it should.

rancher/rancher#19301
2019-05-06 16:23:10 -07:00
Westly Wright 75f2a5f274
Remove route action to load all MC App template versions
only load the versions we need

rancher/rancher#17790
2019-01-31 14:45:08 -07:00
Westly Wright 4981240e6c
filter catalog categories by cluster and project
rancher/rancher#17279
2019-01-03 12:35:38 -07:00
loganhz b46b1cebb3 Live metrics for cluster/node/workload/pod/container
https://github.com/rancher/rancher/issues/15703
https://github.com/rancher/rancher/issues/15705
2018-12-04 18:50:34 +08:00
n313893254 268c3ec566 'Refresh' button did not change waring icon when respond is 200
https://github.com/rancher/rancher/issues/16662
2018-11-20 16:50:13 +08:00
Westly Wright cdba3b14ba
correctly load catalog data from global store 2018-10-22 09:59:19 -07:00
Westly Wright 4895c20ed7
Add Cluster and Project level catalogs
rancher/rancher#15104
rancher/rancher#15106
2018-10-17 14:03:49 -07:00
loganhz 9000328a73 Fix the issue that user can not deploy catalog item 2018-08-24 15:51:19 +08: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
Westly Wright 5e6c056864
Upgrade ember -> 3.1
also linting errors
2018-05-09 11:24:36 -07:00
loganhz c70353a107 Reload catalog cache if needed
https://github.com/rancher/rancher/issues/12835
2018-04-24 18:08:26 +08:00
loganhz 47a9ff6c34 Fix catalog filter issue 2018-04-24 18:08:26 +08:00
loganhz 74196d437e Update catalog 2018-04-20 09:16:00 +08:00
Vincent Fiduccia 536d3f55d3
Lint 2018-04-09 17:23:24 -07:00
Westly Wright d2e3d3c836
Prevent catalog page uncaught errors
If an app was launched and the subsequent catalog is removed fetchAppTemplates
would fail because of the fail-fast style of all. swtiched to use allSettled
2018-04-06 09:38:57 -07:00
Vincent Fiduccia 6f9b8190c7
lint 2018-03-19 15:27:03 -07:00
Westly Wright 6255cdedf1
move action to catalog service where it belongs 2018-03-03 23:28:17 -07:00
Vincent Fiduccia 8c485bdcdd
Catalog cleanup, exoscale 2018-02-26 21:39:30 -07:00
Vincent Fiduccia e3caf8d9ba
Refactor cluster/project subscription connections, page scope 2018-01-19 12:40:28 -07:00
Westly Wright 95c8989bb0
Move app config to service to consumers 2017-12-20 18:16:22 -07:00
Vincent Fiduccia cf0ceba3e3
Catalog support 2017-12-12 03:44:43 -07:00
Westly Wright b2448beaf7
user-store changes 2017-11-15 15:58:42 -07:00
Westly Wright 3fe7500330
remove serivce name 2017-11-13 16:32:33 -07:00
Westly Wright a9952ce5d0
Refactor projects service 2017-11-13 16:32:33 -07:00
Westly Wright 8b10cb04ff
new modules and imports 2017-11-07 10:14:13 -07:00
Westly Wright f15a33bf8a
Move start movine shared services, utilies, and components
moving all common functionality to shared umbrella in-repo-addon
2017-10-30 09:51:35 -07:00