Commit Graph

38 Commits

Author SHA1 Message Date
Neil MacDougall ea8c527b2d Update docs base for dev builds to 2.6 2022-07-13 11:48:07 +01:00
Westly Wright b03a32f89d
change docs base for master head versions to go to 2.5
rancher/rancher#32258
2021-06-11 11:35:36 -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 b8ae49352b
hide local cluster from header & global clusters list if hide local true
if the new setting hide-local-cluster exists and is true we will hide the local cluster in the UI. this doesnt prevent api access.
additionally if the setting is true and a user attempts to navigate directly to a cluster or project route we will redirect them to the authenticated index route which redirects to global admin.

rancher/rancher#29325
2020-10-22 16:04:31 -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
Matt Nikkel 4286630fb0
Ensure no exceptions are thrown when handling UI banners
Any exceptions during JSON parsing are now handled; fields are checked
for being a string; logic was slightly consolidated.
2020-08-21 12:47:42 -04:00
Westly Wright a427b345af Expose new ui setting for issues email link
rancher/rancher#27047
2020-05-22 15:08:45 -07:00
Westly Wright 2509327067
Add new classifier banner component
rancher/rancher#25694

add ui-banners to allowed settings

move banners to settings

refactor names on settings component

update ui-banners translation text
2020-04-21 14:34:24 -07:00
Westly Wright d977669d40
Add 2.x fallback for telemetry docs link if on master
rancher/rancher#25600
2020-02-28 14:53:31 -07:00
Vincent Fiduccia 6f7d5368c6
Agree to eula on first login 2020-02-21 17:34:54 -07:00
Westly Wright 79082877c0
Add cluster enforcement setting to service 2019-07-22 09:50:01 -07:00
Vincent Fiduccia d8370e7240
Consider *-head and *-rcN dev builds 2019-07-03 13:12:54 -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
Vincent Fiduccia 2ec7c74097
Remove access line from git template 2018-09-11 10:56:22 -07:00
Westly Wright fe9845d357
fix property extensions 2018-08-28 14:30:25 -07:00
Westly Wright 1c8d5d7b25
Add code mirror and code blocks for edit default rke settings
rancher/rancher#15111
2018-08-28 14:17:40 -07:00
Vincent Fiduccia 108a27ac79
Telemetry 2018-07-30 12:26:05 -07:00
Vincent Fiduccia 10be169925
Remove CaaS, fix PL 2018-07-25 10:39:59 -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 80c6e05cac
Docs link (rancher/rancher#13415) 2018-05-14 11:41:58 -07:00
loganhz 6646329b22 Fix setting issue
https://github.com/rancher/rancher/issues/13205
2018-05-10 23:12:24 +08:00
loganhz 11ad14acc7 Show proper error messages when update settings
https://github.com/rancher/rancher/issues/13205
2018-05-04 16:58:14 +08:00
Westly Wright 6d9cc84a33
refactor sever-url set into its own route and always check on load 2018-03-23 15:20:06 -07:00
Vincent Fiduccia 1b9cd1b2d2
Settings 2018-01-23 13:37:41 -07:00
Vincent Fiduccia e3caf8d9ba
Refactor cluster/project subscription connections, page scope 2018-01-19 12:40:28 -07:00
Westly Wright 95c8989bb0
Move app config to service to consumers 2017-12-20 18:16:22 -07:00
Vincent Fiduccia dde5651723
Turn on local auth 2017-12-13 16:26:41 -07:00
Vincent Fiduccia cf0ceba3e3
Catalog support 2017-12-12 03:44:43 -07:00
Vincent Fiduccia 6c6ecb5c5d
Convert to v3 2017-12-05 00:39:55 -07:00
Vincent Fiduccia 1557886023
Cleanup 2017-12-03 01:27:02 -07:00
Vincent Fiduccia 544c921a48
Load against new APIs 2017-11-17 02:24:08 -07:00
Westly Wright 3fe7500330
remove serivce name 2017-11-13 16:32:33 -07:00
Westly Wright a9952ce5d0
Refactor projects service 2017-11-13 16:32:33 -07:00
Westly Wright 007c3426f1
move auth pages 2017-11-07 16:29:09 -07:00
Westly Wright 8b10cb04ff
new modules and imports 2017-11-07 10:14:13 -07:00
Westly Wright f15a33bf8a
Move start movine shared services, utilies, and components
moving all common functionality to shared umbrella in-repo-addon
2017-10-30 09:51:35 -07:00