Commit Graph

27 Commits

Author SHA1 Message Date
Vincent Fiduccia e61761e8ce
Don't produce a dotfile-hidden images list 2021-02-24 14:55:26 -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
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 54725f2022
eslint --fix 2018-06-29 17:20:46 -07:00
Vincent Fiduccia b52d10d775
rel attributes 2018-06-27 16:57:06 -07:00
Sebastiaan van Steenis 4478e18f56 Fix links to components in about modal 2018-06-27 16:00:37 +02:00
Westly Wright ddfaf0ed0a
reorg shared components 2018-05-09 11:24:35 -07:00
Westly Wright c5b822bfe9
movin on up 2017-11-03 15:54:33 -07:00
lvuch ec3b6d6222 ui issues found by tani 2017-04-11 10:46:22 -07:00
Vincent Fiduccia 92d62bd407
Fix modals 2017-02-03 15:42:27 -07:00
Vincent Fiduccia 73c9627663
Secrets 2017-01-27 02:24:46 -07:00
lvuch 751d49329b bg btn 2017-01-05 11:08:50 -07:00
Westly Wright 986668a4e6 Fix typo
rancher/rancher#6336

Update shibboleth login for to deal with errors better

refactor focus action on edit driver modal

rancher/rancher#6337

refactor init procedures for catalog launch

rancher/rancher#6296

add new idp logout link

refactor some modal designs

rancher/rancher#6345

Add local validate description

rancher/rancher#6362
2016-10-21 16:25:08 -07:00
Westly Wright 606f2ae2da Update github auth to use new v1-auth service 2016-10-12 17:29:14 -07:00
Westly Wright 47b9871fdd bug fixes 2016-10-03 20:58:19 -07:00
Westly Wright ddcd4a7569 Update ember to 2.9-beta.4 and bring in lacsso modals 2016-10-03 20:57:57 -07:00
lvuch bd54a88025 small screen about page 4858 2016-05-20 11:20:49 -07:00
Vincent Fiduccia 4da5d33a7a Use new machine driver resources 2016-05-17 12:15:11 -07:00
lauren Vuchetich 380f54fbdf rest of components (#657) 2016-05-13 15:42:24 -07:00
Vincent Fiduccia 015f3a693f Machine Driver fixes (#603)
* Machine Driver fixes

- Github activate must set setting on userStore
- Custom driver doesn't really need to extend driver
- Fix custom driver when new registrationToken needs to be created
- Add Machine driver needs to use userStore
- Wait for custom driver UI JS/CSS in beforeModel so custom UIs can load consistently
- CSP rules localhost:3000 custom UI host

* Show UI URL on drivers

* Use isRancher instead of isPrivateLabel

`{{#if settings.isRancher}}` will fail-safely if you forget to include
`settings.` or the injection or type something wrong, rather than
`{{#unless settings.isPrivateLabel}}` failing and showing Rancher stuff.

* Load UI and CSS through proxy if not local

* Remove unused helpers
2016-04-18 18:35:14 -07:00
Vincent Fiduccia 1782db23e4 PL support 2016-02-02 16:17:10 -07:00
Edward Marshall e28eb645c5 rancherio > rancher fixes 2015-12-18 14:58:56 +00:00
Vincent Fiduccia 9a43c8550e Tweaks 2015-11-11 17:52:38 -07:00
Vincent Fiduccia 61cbb70eb0 Support airgap install with all local resources 2015-09-15 18:06:00 -07:00
Vincent Fiduccia b09c5a2530 Ember 1.13: Container logs & shell 2015-07-06 17:00:03 -07:00
Vincent Fiduccia 84b64bc259 Ember 1.13: About screen, deprecate cattle.* 2015-07-05 20:07:51 -07:00