Commit Graph

121 Commits

Author SHA1 Message Date
Neil MacDougall 64f7fb1961 Remove use of JsZip 2024-09-09 16:22:31 +01:00
Richard Cox 29eb284f54 ember-cli-update --run-codemods 2024-07-30 15:27:49 +01:00
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
Nancy Butler bc710929a6 remove leading white spaces 2021-07-21 11:13:45 -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 4fc2d9e52c
Update docs base logic for 2.5+
Addeded docsBase to translations that were missing it as well.

rancher/rancher#31860
2021-04-20 14:07:14 -07: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 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
Westly Wright 0bfa0317de
more banner changes
rancher/rancher#29179
2020-09-27 11:29:46 -07:00
Westly Wright b32ae4f491
prevent pipeline limits that aren't numbers from being saved
rancher/rancher#21608
2019-12-19 16:47:21 -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
n313893254 832f5b9544 Fix project member navigating to Project Pipeline Settings issue
https://github.com/rancher/rancher/issues/21362
2019-09-11 11:41:53 +08:00
Vincent Fiduccia c6725b503a
Merge pull request #3207 from loganhz/pipeline
Fix pipeline missing branch issue
2019-08-15 10:57:56 -07:00
loganhz 95d691f6b8 Pipeline missing branch issue
https://github.com/rancher/rancher/issues/22049
2019-08-08 14:13:27 +08:00
lvuch 873e9abf79 empty table text and login screen 2019-08-07 15:32:02 -07:00
Vincent Fiduccia 57912df026
Unused allTemplates 2019-08-01 12:59:00 -07:00
Vincent Fiduccia e77ad9afdf
You are in a maze of twisty catalog logic, all slightly different 2019-08-01 10:30:34 -07:00
brx 25f2cc717e Changes wrong wording of repositry in templates and language files 2019-07-29 23:16:51 +02:00
n313893254 9e00bfb592 Fix Configuring pipeline authentication failed
https://github.com/rancher/rancher/issues/21520
2019-07-22 15:15:39 +08:00
loganhz 079f0f2b10 Add trans for pipeline saving error 2019-06-28 09:24:20 +08:00
loganhz f79f361f80 Fix typo 2019-06-27 16:56:49 +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
loganhz 4884a52841 Make alert group recipients as non-required field
https://github.com/rancher/rancher/issues/18616
2019-05-02 10:45:58 +08:00
Westly Wright be29dbe159
add resource limits doc link to monitoring page
rancher/rancher#19392
2019-04-04 11:27:40 -07: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
Westly Wright 5ef1323a11
Merge pull request #2735 from loganhz/p2
Fix text issue
2019-03-08 09:13:54 -07:00
loganhz 88533ba599 Fix text issue
https://github.com/rancher/rancher/issues/18702
2019-03-07 16:46:47 -07:00
loganhz 8ecc5ccd53 Reset client id and secret when switch between pages 2019-03-07 15:24:22 -07:00
loganhz fe5cbad8d3 Support request and limit for pipeline executor
https://github.com/rancher/rancher/issues/17569
2019-02-01 09:08:06 +08:00
loganhz 9217fbadb4 Fix pipeline deploy catalog issue
https://github.com/rancher/rancher/issues/17685
2019-01-29 15:02:58 +08:00
loganhz 4f640ed68e Rename catalog field to catalogTemplate in pipeline
https://github.com/rancher/rancher/issues/17277
2019-01-10 14:38:31 +08:00
loganhz f8b2cdc6a6 Support configuring custom CA root certificate in pipeline
https://github.com/rancher/rancher/issues/17314
2019-01-09 14:16:44 +08:00
loganhz 323d390441 Fix pipeline catalog issue
https://github.com/rancher/rancher/issues/16154
2019-01-06 21:54:07 +08:00
loganhz 3ebea09a4d Fix pipeline publish catalog validation issue
https://github.com/rancher/rancher/issues/17234
2018-12-27 17:56:37 +08:00
loganhz 03948131c7 Fix the issue that user can see other projects' catalog in pipeline
https://github.com/rancher/rancher/issues/17242
2018-12-27 17:32:59 +08:00
loganhz dfd33c2a39 Fix project/cluster level catalog issue in pipeline
https://github.com/rancher/rancher/issues/17243
2018-12-27 17:23:32 +08:00
loganhz 8342a2eadf Remove the default values for git author and email 2018-12-20 12:11:42 +08:00
loganhz fa85557816 Catalog integration in Pipeline
rancher/rancher#16154
2018-12-20 10:11:14 +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 23ceb02106 Fix typo 2018-11-30 23:05:14 +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
loganhz 714f49ab91 Improve code 2018-11-26 21:34:50 -08:00
loganhz 5a974847b0 Support Bitbucket
https://github.com/rancher/rancher/issues/15700
2018-11-26 21:34:50 -08:00
lvuch ec754bed5a nav item boxes add label and reconfig image 2018-10-31 11:51:48 -07: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
loganhz 5227e73f8a Remove linkify for commit message
https://github.com/rancher/rancher/issues/15722
2018-09-25 08:32:43 +08:00
loganhz 6190db8347 Capitalize text for clone stage 2018-09-12 12:02:33 +08:00
loganhz 6f7e4423d0 Support pipeline log fullscreen mode 2018-09-05 16:11:03 +08:00
loganhz 5822568b82 Update link style in pipeline log 2018-09-05 15:53:44 +08:00