Commit Graph

2331 Commits

Author SHA1 Message Date
Westly Wright 1616b54aa4
remove other missing apis 2019-10-07 12:05: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
Westly Wright c253ebc33e
Merge pull request #3408 from westlywright/catalog.app.answer.sync
[2.3.2] Parse yaml answers from project level app & edit as yaml
2019-10-02 14:01:26 -07:00
Westly Wright 7004f1e500
Merge pull request #3407 from codyrancher/cloud-credential
[2.3.2] Add # Node Templates column to cloud credentials
2019-10-02 14:01:04 -07:00
Westly Wright 0ef600f737
Merge pull request #3405 from westlywright/issue.21099
[2.3.2] Dynamically change version label on node dashboard
2019-10-02 14:00:17 -07:00
Cody Jackson 16fc847790 Fix linter warnings 2019-10-02 13:49:17 -07:00
Westly Wright d145445d25
Upgrade ember-intl to latest version
remove prototype extension

Remove translations from engines

The motivation behind this change stems from this issue ember-intl issues/797
and the current implmentation of engine support in ember-intl. The translations
essentially get bundled twice. Until ember-intl removes the second bundle it
makes sense to keep the translations in the main ui file.
2019-10-02 13:46:37 -07:00
Westly Wright c50db32ad7
Parse yaml answers from project level app & edit as yaml
The answers preview tab on the catalog launch page for project level apps did
not sync answer changes when editing the answers from the yaml view because the
answers string was not watching nor was it fetching the yaml values for answers

rancher/rancher#20087
2019-10-01 13:44:08 -07:00
Westly Wright 1c30a15ee1
general cleanup 2019-10-01 09:00:56 -07:00
Westly Wright 5fce14597a
Dynamically change version label on node dashboard for dock/contd
Checks the os info to see if its docker or container d and display the
appropriate label in each case.

rancher/rancher#21099
2019-10-01 09:00:56 -07:00
loganhz 7d95ae8849 Fix hpa detail page issue 2019-10-01 06:03:09 +01:00
Westly Wright ee6bbc24a5
expose non-required name param on workload port mapping
when deploying workloads with an Istio sidecar the port maps require a specific
name to be entered by the user, http. I've exposed the name param  but do not
autofill the name, this will be a documentation concern.

rancher/rancher#23105
2019-09-27 15:27:38 -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
loganhz 33cf620675 Fix label missing issue
https://github.com/rancher/rancher/issues/22913
2019-09-19 11:46:20 +08:00
Cody Jackson 348c1c38e2 Hide unsupported storage providers
We want to make it more difficult to use unsupported storage providers
to reduce the likelihood of a user accidently using one of these
storage providers.

rancher/rancher#22895
2019-09-17 16:49:12 -07:00
Cody Jackson 0cee042ed9 Improve the mobile sub-navigation UX
In the navigation menu when a user attempted to open a sub-menu the
entire navigation menu instantly closed. To resolve this we now listen
to the router willTransition event to close the navigation rather than
a willRender invocation.

The sub-menu was also overlapping other menu items because it had an
absolute position. To resolve this we now give the sub-menu a static
position.

rancher/rancher#21914
2019-09-16 16:03:47 -07:00
loganhz 9f8acf0d39 Show Kubernetes events in UI 2019-09-12 14:44:30 +08:00
Vincent Fiduccia b625771b61
Search text should always return an object so that it works when subFields is conditonal 2019-09-11 11:20:18 -07:00
loganhz 8a825860a1 Support search in apps and multi-cluster apps list page 2019-09-11 20:32:43 +08:00
Vincent Fiduccia 22d87be703
Merge pull request #3342 from loganhz/events
Fix expand all issue
2019-09-11 02:08:19 -07:00
loganhz 5d5a8521ad Fix expand all issue 2019-09-11 08:38:27 +08:00
张浩 d95adf4404 Show related workloads in secret detail page 2019-09-10 10:01:32 +08:00
张浩 3e96c324e0 Show related workloads in config map detail page 2019-09-10 10:01:32 +08:00
张浩 b6bdc15505 Show related workloads in PVC detail page 2019-09-10 10:01:32 +08:00
loganhz 33ca4cc0fc Fix no scope missing issue 2019-09-07 09:49:40 +08:00
n313893254 c5ad8086d5 Template Lint 2019-09-06 11:12:12 +08:00
n313893254 257d0e39b3 Move download Image list to Version pop-up
https://github.com/rancher/rancher/issues/22664
2019-09-06 11:12:03 +08:00
Vincent Fiduccia 102f44be4f
Merge pull request #3323 from loganhz/taints
Show k8s role taints and remove unschedule label
2019-09-03 10:00:52 -07:00
Vincent Fiduccia 01b07bdd9a
Fix azure required fields, rke templates option location 2019-08-30 17:49:20 -07:00
loganhz 67ca2a4e0f Show k8s role taints and remove unschedule label 2019-08-31 08:25:07 +08:00
Vincent Fiduccia 19d60c3aa5
Merge pull request #3294 from n313893254/22348
[2.3.0] Add SendResolved field to Notifier
2019-08-30 12:26:00 -07:00
lvuch 59d3ffb8d4 cluster template to rke template 2019-08-29 21:31:20 -07:00
n313893254 b729c60853 Add SendResolved field to Notifier
https://github.com/rancher/rancher/issues/17962
2019-08-30 11:01:30 +08:00
Vincent Fiduccia 0d6516d1b4
Merge pull request #3290 from cCloudSky/previouslog
[UI] add previous log support
2019-08-29 14:05:08 -07:00
Vincent Fiduccia 5adef71585
Previous as a checkbox 2019-08-29 14:01:14 -07:00
n313893254 16054bac69 Lint 2019-08-28 17:13:52 +08:00
n313893254 d9007dfcf9 Show ability to add taints based on the cluster's TaintSupport capability
https://github.com/rancher/rancher/issues/22424
2019-08-28 17:08:24 +08:00
n313893254 390ff0bcee Fix tolerations set are not seen on the workload in Edit workload page
https://github.com/rancher/rancher/issues/22458
2019-08-28 17:00:15 +08:00
Vincent Fiduccia 71f9c44c4d
Merge branch 'master' into labels 2019-08-27 13:20:04 -07:00
Vincent Fiduccia badf32e040
Merge pull request #3293 from n313893254/22351
Fix unable to edit workload scheduling rule in UI
2019-08-27 13:16:45 -07:00
loganhz 774b998c2f Fix node label issue 2019-08-26 13:21:05 +08:00
n313893254 9b5d8e461e Fix Proxy URL is null
https://github.com/rancher/rancher/issues/22144
2019-08-25 20:36:48 +08:00
n313893254 c5269056d7 Unable to edit workload scheduling rule in UI
https://github.com/rancher/rancher/issues/22351
2019-08-24 14:39:48 +08:00
Zhiyu Wang 21dd34dab8 adjust struct
Signed-off-by: Zhiyu Wang <cloudsky.newbis@gmail.com>
2019-08-23 16:44:57 +08:00
Zhiyu Wang 5a2b33f8ce listen previous change
Signed-off-by: Zhiyu Wang <cloudsky.newbis@gmail.com>
2019-08-23 16:38:14 +08:00
Zhiyu Wang 75906b372c fix lint
Signed-off-by: Zhiyu Wang <cloudsky.newbis@gmail.com>
2019-08-23 16:28:49 +08:00
Zhiyu Wang 1d17e3388f add previous log support
Signed-off-by: Zhiyu Wang <cloudsky.newbis@gmail.com>
2019-08-23 15:39:34 +08:00
Vincent Fiduccia a353a21a58
Revert "[RFE] Add Edit Project link from within project views"
This reverts commit 88c89e5799.
2019-08-21 15:34:12 -07:00
Vincent Fiduccia 441dce79ec
Merge pull request #3257 from n313893254/21345
Add Edit Project link from within project views
2019-08-21 15:21:46 -07:00
n313893254 88c89e5799 [RFE] Add Edit Project link from within project views
https://github.com/rancher/rancher/issues/21345
2019-08-21 11:20:51 +08:00