Commit Graph

25 Commits

Author SHA1 Message Date
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 1d9c866989
Add width param to ident block to account for smaller width parents
rancher/rancher#17410
2019-05-13 14:31:08 -07:00
loganhz 918d36b549 Fix the missing name issue for azure ad
https://github.com/rancher/rancher/issues/18425
2019-03-29 08:49:04 +08:00
loganhz e05a63a5cd Add a space after the full name and before the username
https://github.com/rancher/rancher/issues/16679
2019-01-09 12:26:43 +08:00
n313893254 a34bc3b7c6 Member list is cutting off on screen
https://github.com/rancher/rancher/issues/16818
2018-12-14 18:35:59 +08: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
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
Westly Wright 8ffac483eb
Remove old user loading and priming code since search works now
rancher/rancher#14257
rancher/rancher#14245
2018-06-28 17:03:53 -07:00
Westly Wright 7f7d695af8
Add error message when identityBlock is unable to fetch user data
rancher/rancher#13675
2018-05-23 16:56:20 -07:00
Westly Wright b47c9e9027
missing identity blocks for site access 2018-05-09 11:24:34 -07:00
Westly Wright f8dadaaf16
variable width user-dropdown 2018-05-01 15:58:22 -07:00
Westly Wright ad09e05ac5
add user login name to identity block when displaying fname lname
rancher/rancher#12374
2018-04-26 15:16:00 -07:00
Westly Wright 2f6feed88d
Show correct type for AD users in identityBlock
rancher/rancher#12374
2018-04-09 17:15:08 -07:00
Vincent Fiduccia 3deab53a23
Principal bugs 2018-03-07 11:05:50 -07:00
Vincent Fiduccia 2e2dc1744f
Identity picking, github search 2018-03-06 21:25:11 -07:00
Vincent Fiduccia 48667d42c0
Display type 2018-03-06 14:43:44 -07:00
Westly Wright d2ad5c051c
github round 3 2018-02-16 09:42:14 -07:00
loganhz 0d6e666b2c Fix login username issue 2018-01-18 17:43:34 +08:00
loganhz 42258edaf1 Show user id and user name in page header
https://github.com/rancher/rancher/issues/10921
2018-01-18 14:48:59 +08:00
Vincent Fiduccia 6c6ecb5c5d
Convert to v3 2017-12-05 00:39:55 -07:00
Westly Wright 9df14bb7b2
Move audit logs to global admin 2017-11-07 12:07:32 -07:00
Westly Wright 8b10cb04ff
new modules and imports 2017-11-07 10:14:13 -07:00
Westly Wright c5b822bfe9
movin on up 2017-11-03 15:54:33 -07:00