Westly Wright
b8ae49352b
hide local cluster from header & global clusters list if hide local true
...
if the new setting hide-local-cluster exists and is true we will hide the local cluster in the UI. this doesnt prevent api access.
additionally if the setting is true and a user attempts to navigate directly to a cluster or project route we will redirect them to the authenticated index route which redirects to global admin.
rancher/rancher#29325
2020-10-22 16:04:31 -07:00
Westly Wright
d632ced4fc
move finishSwitchToProject to after model like it is for clusters
...
if we place the finishSwitchToProject in the setupController then the loading of
the routes is not delayed and we can break initializers that are looking for the
project id.
2020-01-03 15:33:21 -07:00
loganhz
2e50a798a0
Support Istio Gateway
2019-10-25 10:10:05 +08:00
n313893254
46455494fc
1.Istio disable UX change 2.Fix menu bug 3.Fix cluster istio bug
2019-08-05 14:25:19 +08:00
loganhz
db2488602f
Support virtual service and destination rule
2019-07-23 10:50:20 +08:00
n313893254
2a480cfa98
Add project-istio as graph and metrics parent route
2019-07-23 10:50:20 +08: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
Westly Wright
14ac752f84
Merge pull request #2546 from loganhz/service
...
Add advanced section for Service Discovery
2019-01-10 10:05:39 -07:00
loganhz
4dbb7ffdf5
Simplify enable cluster monitoring page
...
https://github.com/rancher/rancher/issues/17306
2019-01-08 22:49:47 +08:00
loganhz
1ed161e60c
Use service instead of dnsRecord
2019-01-04 11:37:37 +08:00
loganhz
176b3d4946
Fix catalog routing issue
...
https://github.com/rancher/rancher/issues/17089
2018-12-13 15:04:21 +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
loganhz
4087478a6a
Update pipeline
2018-08-23 20:39:44 -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
loganhz
806feda069
Preserve project level route
...
https://github.com/rancher/rancher/issues/8486
2018-06-03 20:29:46 +08:00
loganhz
4f24c28b4d
Fix env from source issue
2018-04-24 18:08:27 +08:00
Vincent Fiduccia
f51358571e
Ingress
2018-04-24 02:49:16 -07:00
Vincent Fiduccia
e711c0f46d
Import YAML
2018-04-20 19:47:10 -07:00
Vincent Fiduccia
9aa493068f
Shortcut keys
2018-03-29 15:37:38 -07:00
Vincent Fiduccia
198e42cae2
Workload volumes, part 1
2018-03-22 04:42:30 -07:00
Vincent Fiduccia
5d8835218a
Container shell/logs popout
2018-03-02 16:24:32 -07:00
Vincent Fiduccia
6d42cea5e9
Stuff
2018-02-13 17:09:11 -07:00
Vincent Fiduccia
2e67688308
Rename machine* to node*
2018-02-13 10:41:07 -07:00
loganhz
e65a312691
Fix ingress detail page issue
...
https://github.com/rancher/rancher/issues/11063
2018-01-25 18:03:43 +08:00
Vincent Fiduccia
dc36db77eb
Maybe this time
2018-01-19 15:34:17 -07:00
Vincent Fiduccia
e3caf8d9ba
Refactor cluster/project subscription connections, page scope
2018-01-19 12:40:28 -07:00
Vincent Fiduccia
b0af676d82
User role details
2018-01-12 13:15:51 -07:00
Vincent Fiduccia
006d7aa12b
Registries
2018-01-05 01:59:37 -07:00
loganhz
aaa30cf8ef
Implement add ingress page
2018-01-05 10:12:48 +08:00
Vincent Fiduccia
db8d792a18
Secrets, host fixes
2017-12-28 13:19:51 -07:00
Vincent Fiduccia
eaf39a50b2
Split subscribe into 2 sockets
2017-12-26 16:31:02 -07:00
Vincent Fiduccia
1f45f6d6c7
3-store monte
2017-12-05 00:39:55 -07:00
Westly Wright
9dab1727f4
remove undeeded routes
2017-12-01 10:33:46 -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
Vincent Fiduccia
12ae29afbf
Start reorganizing pages for multiple top-level navs
2017-10-16 10:58:58 -07:00
Vincent Fiduccia
0cd45ec46c
Group by none/service/stack
2017-08-29 12:08:35 -07:00
Vincent Fiduccia
b9b92c54d2
Basic cluster page
2017-08-17 22:19:54 -07:00
Vincent Fiduccia
1448c5b352
Move project edit code
2017-08-16 13:11:57 -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
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
Vincent Fiduccia
b2d8e25874
Kubernetes waiting/store tweaks
2016-10-07 10:55:48 -07:00
Vincent Fiduccia
75335e3c8f
Load less stuff on init, more in parallel
2016-10-03 20:58:16 -07:00
Vincent Fiduccia
fb215b27f9
Moar Performance
2016-10-03 20:58:16 -07:00
Vincent Fiduccia
699a87ca4b
Bugs, Mesos page ( #648 )
2016-05-11 00:31:55 -07:00
Vincent Fiduccia
968a152811
Mesos stuff, remove active-link wrapper
2016-05-02 10:26:17 -07:00
Vincent Fiduccia
a6ec7d653b
wip
2016-04-29 14:14:20 -07:00