Commit Graph

42 Commits

Author SHA1 Message Date
Neil MacDougall cbb88bee09 Embedding; Hide system project notice when embedded 2021-05-27 09:31:27 +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
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
loganhz ee77d56730 Show warning in system project
https://github.com/rancher/rancher/issues/15081
2018-08-22 17:12:17 +08: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
loganhz 0360d2fa10 Group by node 2018-03-28 14:11:18 +08:00
loganhz ce22f37a3f Fix eslint issues 2018-03-23 12:36:24 +08:00
Vincent Fiduccia f21df11799
persistent volume claims 2018-03-20 02:32:44 -07:00
Vincent Fiduccia 899f1c5958
Remove construction 2018-03-07 12:30:51 -07:00
Vincent Fiduccia c1acedaf10
Bugs 2018-03-02 16:24:32 -07:00
Vincent Fiduccia 90625f4cd5
Redo node-drivers, part one 2018-02-14 03:03:31 -07:00
Vincent Fiduccia 6d42cea5e9
Stuff 2018-02-13 17:09:11 -07:00
loganhz e3dfe8622a Remove unused code 2018-01-25 19:01:56 +08:00
Vincent Fiduccia 68e7d4e767
Projects construction warning 2018-01-23 20:56:49 -07:00
Vincent Fiduccia 006d7aa12b
Registries 2018-01-05 01:59:37 -07:00
Vincent Fiduccia fb05b14e5f
Bugs 2017-12-18 23:48:05 -07:00
Vincent Fiduccia 21608a84f5
More deploy pod/workflow, reference/hasMany tracking 2017-11-27 03:59:47 -07:00
Vincent Fiduccia f2386a4ae7
Almost a containers page 2017-11-17 18:08:34 -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
loganhz bffdc75cc9 put view choice in user preference 2017-10-01 15:36:52 +08:00
Vincent Fiduccia e8ef022974
No simple mode 2017-09-19 10:27:33 -07:00
Vincent Fiduccia ded28fce1e
Watch for hosts to appear for cluster welcome 2017-09-08 14:39:22 -07:00
Vincent Fiduccia 0fd864d02c
Fix sidekick scale 2017-09-05 10:51:25 -07:00
Vincent Fiduccia 0cd45ec46c
Group by none/service/stack 2017-08-29 12:08:35 -07:00
Vincent Fiduccia c7eb6c3490
Don't create default cluster, group containers 2017-08-29 12:08:35 -07:00
Vincent Fiduccia d31a1d1b67
Move hosts to cluster-level 2017-08-17 22:19:55 -07:00
Vincent Fiduccia 095943c9ff
Clusters 2017-08-15 15:13:36 -07:00
Vincent Fiduccia bafe6bc1af
Orchestration welcome 2017-07-31 15:22:36 -07:00
Vincent Fiduccia cec69bd20a
More volumes 2017-07-31 15:22:35 -07:00
Westly Wright 889e216fa9
Revert commit that broke display by stack switching
Apparently I didn't test this when I changed it. Saw that it was broken today so
I reverted the change that was made by cbf93808cb
2017-07-31 08:54:02 -07:00
Westly Wright cbf93808cb
Change variable type 2017-07-21 20:44:38 -07:00
Westly Wright e03bf941ac
Change defualt containers view to show stacks
rancher/rancher#9251
2017-07-21 15:31:36 -07:00
Vincent Fiduccia e98790aa04
Unify stack group/filtering for all Container views 2017-07-06 15:53:27 -07:00
Westly Wright ada4622985
Fix tests and remove pretty json from input-host 2017-03-24 10:42:55 -07:00
Vincent Fiduccia a8aad41750
Renaming madness 2017-03-20 23:53:23 -07:00
Vincent Fiduccia 2a10611de9 WIP: Orchestration ready/waiting page 2016-04-29 14:14:20 -07:00
James Oliver 172841fc86 Add Mesos environment (#604)
* Add mesos environment option
2016-04-19 13:32:46 -07:00
Vincent Fiduccia 64541dc2fa Swarm support 2016-03-15 23:53:41 -07:00
Vincent Fiduccia 42be7b2595 YAML comes back as JSON now 2016-02-23 10:42:46 -07:00
Vincent Fiduccia be386b477b More K8s support 2016-02-11 12:31:12 -07:00