Commit Graph

152 Commits

Author SHA1 Message Date
Cody Jackson 6564d1349c Inform the user that Logging, CIS Scans, Istio and Pipelines aren't supported in k8s 1.21+
https://github.com/rancher/dashboard/issues/3589
2021-08-04 11:28:18 -07:00
Lauren Harden fce4e2de9f
iframe issues in vue from ember (#4690)
* 3370

* fix

* 33449

* 33450

* 33469

* lint

* spacing in hbs

* manual tidy part 1

* fixes part 2

* Fix reformatting issues

* Fix more formatting changes

* More formatting fixes

* Fix more formatting

* Fix test due to style changes

Co-authored-by: Neil MacDougall <nmacdougall@suse.com>
2021-07-15 09:36:49 +01:00
Lauren Harden 85ad5adb0b
theme changes for vue (#4655)
* theme changes for vue WIP

* banners

* header fixes

* rm blarp

* avatar fix

* table and header fixes

* table fix

* modal

* fix annotation

* right button headers

* accordion

* header color fixes

* banner fix
2021-06-30 09:45:00 -07:00
Westly Wright 13eb0ec0b1
ensure on the round trip back to logging form edit that fields update
rancher/rancher#31149
2021-02-17 09:42:48 -07:00
Westly Wright b949387d8c
fluent requires weight to be a number, on the round trip back cast 2 int
rancher/rancher#31184
2021-02-10 17:02:03 -07:00
Westly Wright 1eafa94e55
remove the schedule wrapper from logging update
this was preventing the value from udpating correctly
additionally while debugging I found that the formatValue method was getting called numerous times because of observers so I throttled the call

rancher/rancher#31149
2021-02-10 17:01:56 -07:00
n313893254 5af4c4668a Synchronize logging form to file
https://github.com/rancher/rancher/issues/29562
2020-10-16 16:04:14 +08: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
Westly Wright 24ac9d0721
Handle gitVersion check when cluster is provisioning
if the cluster is provisioning the git version will be undefined
2020-09-28 10:18:39 -07:00
Westly Wright b95399afeb
Only show cluster explorer links if the cluster is ready
this prevents the user being sent to a non-existant page

rancher/rancher#29199
2020-09-28 10:18:36 -07:00
Denise Schannon c4ea789f79 Change from info to warning for deprecation banners. Updated istio isnt enabled banner to info to match monitoring. 2020-09-26 11:14:34 -07:00
Vincent Fiduccia 46610de6f5
Logging, Monitoring, CIS banners 2020-08-28 17:57:54 -07:00
n313893254 297054ad33 Fix logging test bug
https://github.com/rancher/rancher/issues/27695
2020-06-23 17:32:09 +08:00
loganhz 454d039349 Hide Windows logging warning in k8s 1.18 2020-05-20 17:23:22 +08:00
Westly Wright 3f14f59133
Fix broken jquery targeting
rancher/rancher#24960
2020-01-28 15:56:28 -07:00
Westly Wright 004a9286ee
Pass logging config down to logging targets for json parsing
rancher/rancher#24367
2019-12-16 11:22:26 -07:00
Westly Wright 80ebfb3a04
code cleanup and update to angle bracket components 2019-12-06 14:32:33 -07:00
Westly Wright 1e040aa320
Expose enableJSONParsing on logging configs (cluster&project)
rancher/rancher#24367
2019-12-06 14:18:35 -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 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
Vincent Fiduccia 813d328a55
Update en-us.yaml 2019-08-29 09:22:34 -07:00
DoubleSheep f187cad9c8
Revert "Add configurations for multi-line loggging" 2019-08-28 10:54:32 +08:00
xiaolu hong b5cadafcb7 update zh-hans 2019-08-22 01:24:17 +08:00
n313893254 a5b958e181 Template Lint 2019-08-20 15:01:19 +08:00
n313893254 c48f594c67 Add configurations for multi-line loggging
https://github.com/rancher/rancher/issues/22194
2019-08-20 11:47:30 +08:00
n313893254 8e1a85bd2a stash 2019-08-06 16:58:46 +08:00
n313893254 fa2d2d485c Add Client key and certificate in fluentd normal mode
https://github.com/rancher/rancher/issues/18437
2019-08-06 16:58:46 +08:00
n313893254 a047d2db9b Template Lint 2019-08-05 15:59:53 +08:00
n313893254 c832f12676 Make sure FluentServer.weight is int
https://github.com/rancher/rancher/issues/20640
2019-08-05 15:57:26 +08:00
loganhz 95a0ea5bbe Add warning for logging 2019-08-02 06:21:42 +08:00
n313893254 519210d651 Windows disabeld 2019-08-02 06:20:26 +08:00
n313893254 618972d3fb Fix click save button again, logging config disappear
https://github.com/rancher/rancher/issues/21426
2019-07-10 18:29:48 +08:00
n313893254 5b3d6b182b Fix Fluentd target logging cert disappear after click test button
https://github.com/rancher/rancher/issues/17782
2019-06-16 20:18:26 +08:00
loganhz 9551e81cbc Fix findAll filter issue in alerting and logging
https://github.com/rancher/rancher/issues/19599
2019-04-26 16:28:24 +08:00
loganhz b70660e1d2 Fix logging action issue 2019-04-17 12:54:27 +08:00
Westly Wright 46e96c801a
Fix send action deprecations
send action deprecation warnings for form-key-value component

update all cancel actions

deprecations for ns quota component and action menu item

deprecations and formatting

sendAction deprecation form-node-selctor & formatting

sendAction deprecations for cru-persistent-volume & formatting

sendAction deprecations for form-scoped-roles & formatting

sendAction deprecations for telemetry-opt & formatting

sendAction deprecations for table-rows & formatting

sendAction deprecations for server-url & formatting

sendAction deprecations for cru-config-map & formatting

sendAction deprecations for workload-row & formatting

sendAction deprecations for cru-volume & formatting

sendAction deprecations for cru-persistent-volume-claim & formatting

fix issue with declaring dynmic keys on component.

sendAction deprecations for form-healthcheck & formatting

sendAction deprecations for node-selector-row & formatting

sendAction deprecations for new-edit-ingress & formatting

sendAction deprecations for form-node-affinity & formatting

sendAction deprecations for form-key-to-path & formatting

sendAction deprecations for new-catalog & formatting

sendAction deprecations for cru-storage-class & formatting

sendAction deprecations for project-resource-quota & formatting

sendAction deprecations for input-files & formatting

sendAction deprecations for node-row & formatting

sendAction deprecations for input-command & formatting

sendAction deprecations for form-ports

sendAction deprecations for new-edit & formatting

sendAction deprecations for form-image

sendAction deprecations for form-volume-row & formatting

sendAction deprecations for form-volumes & formatting

sendAction deprecations for form-scale & formatting

sendAction deprecations for container-logs & formatting

sendAction deprecations for cru-volume-claim-template

sendAction deprecations for pod-row & formatting

sendAction deprecations for source-custom-log-path & formatting

sendAction deprecations for step mixin & formatting

sendAction deprecations for pipeline-codemirror & formatting

sendAction deprecations for build-step & formatting

sendAction deprecations for build-stage & formatting

sendAction deprecations for pipeline-env-from & formatting

sendAction deprecations for log-view & formatting

sendAction deprecations for bitbucketserver-setting & formatting

sendAction deprecations for bitbucketcloud-setting & formatting

sendAction deprecations for form-recipient-item & formatting

sendAction deprecations for pipeline-selector-row & formatting

sendAction deprecations for policy-row & formatting

sendAction deprecations for other-role-row & formatting

sendAction deprecations for role-rule-row & formatting

sendAction deprecations for new-multi-cluster-app & formatting

sendAction deprecations for driver-digitalocean & formatting

sendAction deprecations for project-alert-row & formatting

sendAction deprecations for form-recipient-item & formatting

sendAction deprecations for cluster-alert-row & formatting

sendAction deprecations for alert-select & formatting

sendAction deprecations for storage-class-provisioner & formatting

sendAction deprecations for cluster-driver mixin

sendAction deprecations for node-driver mixin

sendAction deprecations for view-new-edit mixin

sendAction deprecations for host-registration & formatting

sendAction deprecations for form-labels-annotations & formatting

sendAction deprecations for huawei-user-labels & formatting

sendAction deprecations for form-user-labels & formatting

sendAction deprecations for principal-search & formatting

sendAction deprecations for form-namespace & formatting

sendAction deprecations for input-paste & formatting

sendAction deprecations for catalog-index & formatting

sendAction deprecations for searchable-select & formatting

sendAction deprecations for hover-dropdown & formatting

sendAction deprecations for container-shell & formatting

sendAction deprecations for input-yaml & formatting

sendAction deprecations for input-text-file & formatting

sendAction deprecations for sortable-thead & formatting

sendAction deprecations for form-ingress-rows & formatting

sendAction deprecations for input-password & formatting

sendAction deprecations for input-identity & formatting

sendAction deprecations for form-count & formatting

sendAction deprecations for form-members & formatting

sendAction deprecations for outside-click & formatting

sendAction deprecations for input-slider & formatting

sendAction deprecations for metrics-action & formatting

sendAction deprecations for banner-message & formatting

sendAction deprecations for driver-rke & formatting

sendAction deprecations for driver-import & formatting

sendAction deprecations for form-value-array & formatting

sendAction deprecations for cru-node-pools & formatting

sendAction deprecations for cru-cluster & formatting

sendAction deprecations for logging/new-edit & formatting

sendAction deprecations for login-x components & formatting
2019-03-29 10:58:08 -07:00
n313893254 9877a882bb Remove gauge outline and dots
https://github.com/rancher/rancher/issues/19249
2019-03-29 11:24:53 +08:00
XiaoluHong 71e4350fde
update zh-hans 2019-03-25 15:25:37 -07:00
XiaoluHong e91cb90f3f update zh-hans 2019-03-12 13:03:30 +08:00
n313893254 51f952463b Logging placeholder port is incorrect
https://github.com/rancher/rancher/issues/18708
2019-03-08 10:27:25 +08:00
n313893254 8a0399375b Fix logging issue about swtich project
https://github.com/rancher/rancher/issues/18551
https://github.com/rancher/rancher/issues/18570
2019-03-05 15:54:58 +08:00
n313893254 1bd6c9d5a4 Fix switch to other projects logging, display wrong config
https://github.com/rancher/rancher/issues/18541
2019-03-04 16:33:42 +08:00
XiaoluHong 78716010d8 update zh-hans 2019-03-02 20:59:20 +08:00
n313893254 d7464d334f Fix logging adavance mode issue
https://github.com/rancher/rancher/issues/18476

https://github.com/rancher/rancher/issues/18479
2019-03-01 14:29:03 +08:00
Westly Wright 7fa1288cd8
Merge pull request #2703 from n313893254/18397
Fix ES and Splunk page slide up  after click save and test
2019-02-28 09:10:58 -07:00
n313893254 558fa0bb21 Fix elasticsearch will save fucntion
https://github.com/rancher/rancher/issues/18397
2019-02-28 15:28:53 +08:00
n313893254 496947e841 Fix splunk will save
https://github.com/rancher/rancher/issues/18397
2019-02-28 11:50:44 +08:00
n313893254 419cdb64dc Delete 'client_cert_key' when caChange
https://github.com/rancher/rancher/issues/18394
2019-02-28 09:52:49 +08:00
n313893254 ee5fae210a Fix fluentd client cert path and client key path.
https://github.com/rancher/rancher/issues/18374
2019-02-27 10:32:24 +08:00
n313893254 8213952cff Fix Logging does not clear the cache
https://github.com/rancher/rancher/issues/18220
2019-02-26 15:45:10 +08:00