Commit Graph

66 Commits

Author SHA1 Message Date
Westly Wright 5dc0e43b25
Update Ember 3.24
This puts back the fixes from the revert with the exception of ember-concurrency
Something in the internals of this is breaking when we iframe into the vue dashboard.
Reverting this particular change fixes it. Since this was not a required change but a nicety I've decided to revert until I have more time to investigate.
2021-06-21 10:48:45 -07:00
Westly Wright 29103e4f2f
Revert "Ember LTS and Dependency Upgrades" 2021-06-18 12:46:15 -07:00
Westly Wright 1feb2118a7
v3.20.2...v3.21.2
v3.21.2...v3.24.0

update node 10 -> 12 lts

audit updates

hide link-to-external when switching scopes

this action causes the route info to be unavailable to the current route lookup before we transition out of the alert lib
2021-06-17 15:53:11 -07:00
Neil MacDougall 2f55f5d506 Embedding support bug fixes 2021-05-21 15:31:29 +01:00
Neil MacDougall 4e103c18b6 Improvements and enhancements to support embedding in dashboard UI 2021-05-14 11:53:39 +01:00
Neil MacDougall df136e0d3a Add ability to hide elements when embedded 2021-05-06 09:56:02 +01:00
Neil MacDougall 0ddcea51ab Add support for Embedding in the Dashboard UI 2021-05-06 09:56:02 +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 72a60c44ea Improve and fix supported storage filtering
Editing was failing when an existing unsupported storage type had
already been used and the ferature flag unsupported-storage-drivers
was false. Adding a volume as part of a workload was also broken
when attempting to use an unsupported storage type.

To remedy this I decided to refactor the code and make the filtering
happen explicitly only for the dropdowns.

I also decided to make feature checking reusable and either to use
by adding a service to check if a flag is enabled.

rancher/rancher#22895
rancher/rancher#22998
2019-09-20 17:13:47 -07:00
ellisbenjamin 28a9f5b31e Linode uses cloud credentials and meta proxy
https://github.com/rancher/rancher/issues/21838

Co-authored-by: phillc <15082+phillc@users.noreply.github.com>
2019-08-09 14:18:18 -04:00
n313893254 657435625b Remove github service 2019-07-22 15:15:56 +08:00
Eric Tokatlian 0670441dbc Fixes requests from review 2019-07-08 10:27:23 -07:00
Eric Tokatlian dfac8fb538 Adds google auth 2019-07-03 11:18:33 -07:00
Logan 039eb879cd Support HPA (#3015)
* Support HPA

* Fix comments

* fix merge issue

* bug fix
2019-06-03 09:45:10 -07:00
Logan 74bbe0171e Registry and Istio (#3014)
* Add vendors for istio

* Add istio lib

* Add kiali UI vendor

* Expose components in shared lib

* Istio css

* Support kiali graph in Rancher UI

* Show traffic metrics from istio

* Enable istio in cluster level

* Toggle for istio sidecar auto injection

* Support add istio config

* Reuse catalog for istio config

* Support enable global registry in local cluster

* Rename traffic rule

* Not upgrade template version for istio

* Fix istio project level routing issue

* Fix comments

* Bug fix

* Add kiali copyright

* App name is not required in schema

* Use cytoscape dagre from npm

* Bug fix

* Hide traffic rule
2019-06-03 09:44:28 -07:00
loganhz d69d07469e Support upgrade monitoring
https://github.com/rancher/rancher/issues/20304
2019-05-22 07:14:07 +08:00
Westly Wright b2db7f3773
refactor cloud-keys to cloud-credentials 2019-02-21 12:37:57 -07:00
Westly Wright 2af8a5e489
add manage keys/templates buttons on respective pages
rancher/rancher#18083
2019-02-16 08:30:53 -07:00
Westly Wright c957f662c2
Add partial support for cloud key validation
rancher/rancher#18037

add amazon key validation
2019-02-16 08:31:24 -07:00
Westly Wright 6a03df02d0
Global DNS & Multi Cluster App Routes and Components
Add Global DNS providers and re-org global dns page

update providers routes and translations

global dns providers add page mock

Hookup Global DNS Provider api

Hookup Global DNS Entry API

Update multi-cluster-app for new api

add targets to multi-cluster-apps creation

Multi cluster app component for list page

launch route upgrade button and clone

clone name

styles and clean up

add multi-cluster targets and projects to gdns

add project ids to dns entries index

address feedback from review
2019-01-21 15:14:58 -07:00
n313839254 8d29baf107 Alerting
https://github.com/rancher/rancher/issues/15707
2018-12-06 12:45:31 +08: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 5fbee6ecf5 UI support for pipeline notification config
https://github.com/rancher/rancher/issues/15666
2018-11-29 20:55:12 -08:00
Westly Wright 4ace4f0411
Flip the lazy loading switch for all engines and remove browserify
loading overlay would stick on login sometimes

first update for auto importer

add required unsafe eval

remove project level xterm loading

ansi up

lazy-load dot-object

lazy load marked

Move logger models out of logging engine, it prevents lazy loading

add auto-importer config to logging

semver & json2yaml

lazy load pretty cron

lazy load shell quote

bug - typo in function name

remove debugger

lint and bugs

add shellquote constant to deal with undef error

Remove async from global and load module properly

add ignore file for silver-searcher

auto-import d3 lib

auto-import Identicon

auto-import jquery growl

update jsondiffpatch and auto-import

Remove unneeded voids

ember-auto-load jszip

pipeline bug

Refactor verify-auth route for lazy engines

auto-import to all engines/addons

auto-import momentjs

auto-import yaml

auto-import file-saver

update globals

bugs

review changes

yarn lock

move bable option back into the right place

bug fixes

decouple dependencies for nodes engine

decouple dependencies for global-admin

decouple dependencies for login engine

decouple dependencies for alerts engine

decouple dependencies for logging engine

decouple dependencies for pipeline engine

Lint sync and fix

review bugs

updates for rebase
2018-10-11 12:03:44 -07:00
Westly Wright dfb90c4796
move node drivers to engine 2018-08-15 14:05:19 -07:00
Vincent Fiduccia 54725f2022
eslint --fix 2018-06-29 17:20:46 -07:00
Vincent Fiduccia a041c39833
Merge pull request #1884 from loganhz/route
Preserve route
2018-06-27 17:01:07 -07:00
Westly Wright 2c30c2b750
share services and lint 2018-06-12 15:25:19 -07:00
Westly Wright 9ec9209c8a
azure ad service to engines 2018-06-12 15:18:35 -07:00
loganhz 806feda069 Preserve project level route
https://github.com/rancher/rancher/issues/8486
2018-06-03 20:29:46 +08:00
Aaron e0367544f5 Add action `Edit As Yaml ` 2018-04-17 18:56:56 +08:00
Westly Wright 6d9cc84a33
refactor sever-url set into its own route and always check on load 2018-03-23 15:20:06 -07:00
Westly Wright beeeaf0c19
refactor update password into its own route 2018-03-23 11:33:09 -07:00
Vincent Fiduccia 5d8835218a
Container shell/logs popout 2018-03-02 16:24:32 -07:00
Aaron 4882f8d5de Fix bug https://github.com/rancher/rancher/issues/11733 2018-03-01 15:07:16 +08:00
Aaron 15199a6a6a Add pipeline 2018-02-23 09:52:38 +08:00
vimniky c46a9a4d5c Mount alert & logging on main app
alert bugfix

displayName --> name, status.type --> alertState
2018-02-22 16:16:24 +08:00
Westly Wright 4a48c148bb
renaming 2018-01-18 13:44:03 -07:00
Westly Wright 38591aec39
Add member roles to cluster level 2018-01-18 13:44:03 -07:00
Westly Wright 3be7b7f816
Temp fix for node detail links 2018-01-11 14:50:28 -07:00
Westly Wright f801ff5a02
more fixes for edit project 2018-01-02 15:41:01 -07:00
Westly Wright 82d3781d07
User changes 2017-12-20 18:16:22 -07:00
Westly Wright 95c8989bb0
Move app config to service to consumers 2017-12-20 18:16:22 -07:00
Westly Wright a41b436734
change password rework 2017-12-20 18:16:22 -07:00
Westly Wright a72f3c916f
login logoff working 2017-12-16 21:23:20 -07:00
Vincent Fiduccia 6c6ecb5c5d
Convert to v3 2017-12-05 00:39:55 -07:00
Vincent Fiduccia 6f9ee1c74f
Move more 2017-11-30 03:35:21 -07:00
Vincent Fiduccia dfec793090
Move manage cluster 2017-11-30 03:32:31 -07:00
loganhz f1a9fa20b3 Refactor add-role 2017-11-24 00:38:01 +08:00
loganhz 85d44bdcdb Add resource-actions into global-admin 2017-11-23 14:58:35 +08:00