Commit Graph

28 Commits

Author SHA1 Message Date
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
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
loganhz bff992035b Fix ingress issue
https://github.com/rancher/rancher/issues/23461
2019-12-16 15:55:48 +08:00
loganhz dd035a4c7b Fix the issue that users have to refresh the page to see the ingress detail page 2019-01-27 06:21:26 +08:00
loganhz a94b0ed5f0 Fix ingress path issue
https://github.com/rancher/rancher/issues/17622
2019-01-26 07:24:23 +08:00
loganhz d59da85e45 Use array for ingress rule path
https://github.com/rancher/rancher/issues/17529
2019-01-25 09:07:17 -07:00
loganhz 91c4a27f1b Ingress issue 2018-11-17 08:26:08 +08:00
loganhz c8ed933365 Fix service port ingress issue
https://github.com/rancher/rancher/issues/15809
2018-11-17 08:05:10 +08:00
Westly Wright d2a5242f89
Cleanup ingress detail page and its components a bit more 2018-10-04 12:22:37 -07:00
Vincent Fiduccia 93f922b92d
eslint --fix 2018-07-20 11:47:19 -07:00
Vincent Fiduccia 0686d4840d
Revert part of eslint fix 2018-07-16 17:50:16 -07:00
Westly Wright 877ed1f522
More lint files changes (see lib) 2018-07-11 14:06:27 -07:00
Vincent Fiduccia 27cb17e50b
xip.io ingress 2018-04-27 21:35:32 -07:00
Vincent Fiduccia 44035df0c1
Lint fixes 2018-04-25 01:07:00 -07:00
loganhz e0110661ef Fix ingress port issue 2018-04-16 19:16:59 +08:00
loganhz be14a9e0f0 Fix null issue 2018-04-16 18:48:31 +08:00
loganhz 2eac2cf523 Fix ingress issue
https://github.com/rancher/rancher/issues/11936
2018-04-16 18:30:49 +08:00
loganhz 62354d9a6d Fix ingress validate issue
https://github.com/rancher/rancher/issues/12478
2018-04-08 15:10:08 +08:00
Vincent Fiduccia 7c8ecfc723
concat-str -> concat 2018-03-21 10:58:37 -07:00
loganhz 87e4b9c6a9 Fix ingress issue
https://github.com/rancher/rancher/issues/11651
2018-03-03 13:53:04 +08:00
loganhz 94f98fa526 Fix ingress port validation issue
https://github.com/rancher/rancher/issues/11822
2018-03-02 17:20:42 +08:00
loganhz 97675671b3 Fix ingress detail page issue
https://github.com/rancher/rancher/issues/11836
2018-03-02 16:38:02 +08:00
loganhz d31b5d8862 Fix ingress with empty path issue 2018-03-02 16:38:02 +08:00
loganhz 483b11dff5 Remove required mark for target and ports
https://github.com/rancher/rancher/issues/11824
2018-03-02 16:38:02 +08:00
loganhz cc2a1feb7a Fix ingress certificate and detail page issue
https://github.com/rancher/rancher/issues/11753
2018-03-01 16:26:15 +08:00
loganhz e65a312691 Fix ingress detail page issue
https://github.com/rancher/rancher/issues/11063
2018-01-25 18:03:43 +08:00
loganhz 8113207491 Update ingress detail page 2018-01-05 15:29:59 +08:00
loganhz aaa30cf8ef Implement add ingress page 2018-01-05 10:12:48 +08:00