Commit Graph

119 Commits

Author SHA1 Message Date
Westly Wright 5dc0e43b25
Update Ember 3.24
This puts back the fixes from the revert with the exception of ember-concurrency
Something in the internals of this is breaking when we iframe into the vue dashboard.
Reverting this particular change fixes it. Since this was not a required change but a nicety I've decided to revert until I have more time to investigate.
2021-06-21 10:48:45 -07:00
Westly Wright 29103e4f2f
Revert "Ember LTS and Dependency Upgrades" 2021-06-18 12:46:15 -07:00
Westly Wright 1feb2118a7
v3.20.2...v3.21.2
v3.21.2...v3.24.0

update node 10 -> 12 lts

audit updates

hide link-to-external when switching scopes

this action causes the route info to be unavailable to the current route lookup before we transition out of the alert lib
2021-06-17 15:53:11 -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 d145445d25
Upgrade ember-intl to latest version
remove prototype extension

Remove translations from engines

The motivation behind this change stems from this issue ember-intl issues/797
and the current implmentation of engine support in ember-intl. The translations
essentially get bundled twice. Until ember-intl removes the second bundle it
makes sense to keep the translations in the main ui file.
2019-10-02 13:46:37 -07:00
Westly Wright 5f572f3674
Upgrade Ember to 3.12
Remove ember object and use regular object instead

Found durning upgrade to 3.12, I'm not sure why we'd even need to declare an
ember object for this return anyway.

Get the current cluster's id from scope servervice

Found durning upgrade to 3.12, not sure how this ever worked as I looked on live
and it was failing but the system didn't explode on 3.8. In 3.12
transistion.params is undefined and the whole system explodes. We were never
passing the queryparams so they wouldn't have come through. I changed this so we
fetched the current cluster id from the scope service and everything seems to
work correctly.

Ensure that accordion items only try to expand once during the init

Found durning upgrade to 3.12, expanded was being double rendered.

lint fix

test fixes

lint
2019-10-02 13:33:15 -07:00
Vincent Fiduccia 9b82a8b8a4
Proxy to HA install fixes 2019-05-06 13:28:21 -07:00
Westly Wright c6cf2fb50d
Upgrade Ember to latest stable release
upgrade to 3.5

upgrade to 3.6

upgrade to ember 3.7

upgrades for 3.7

package upgrades

eslint changes

upgrade to 3.8

HanlderInfos deprecation

logger deprecations

shadowed block param deps

route fixes

upgrade engines and add workaround for infinite loop query params

refresh issue

ember-engines/ember-engines number 614

update read me
2019-03-25 13:22:38 -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
Westly Wright 1b2a622473
Missed what seemed to be a critical update to the testem.js file 3.3 2018-08-16 15:06:54 -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 9505a6f068
Start reorganizing add-cluster 2018-02-13 10:41:07 -07:00
Vincent Fiduccia 4f64bbc5eb
Start supporting authProviders 2018-02-02 23:41:41 -07:00
Vincent Fiduccia 24cf1bcb43
Default to https 30443 2018-01-28 19:20:37 -08:00
Vincent Fiduccia 8ff662ebfa
Kubeconfig is required 2018-01-24 01:42:16 -07:00
Vincent Fiduccia cbaaed1555
Cluster import, identicon, SSL server proxy 2018-01-23 20:56:14 -07:00
Vincent Fiduccia e4d3f14b31
Cluster subscribe 2017-12-28 14:16:00 -07:00
Vincent Fiduccia eaf39a50b2
Split subscribe into 2 sockets 2017-12-26 16:31:02 -07:00
Westly Wright 95c8989bb0
Move app config to service to consumers 2017-12-20 18:16:22 -07:00
Vincent Fiduccia dd062ddd32
Move proxy 2017-12-13 17:24:18 -07:00
Vincent Fiduccia cf0ceba3e3
Catalog support 2017-12-12 03:44:43 -07:00
Vincent Fiduccia c4c624f67a
More moving 2017-12-05 02:26:11 -07:00
Vincent Fiduccia 1f45f6d6c7
3-store monte 2017-12-05 00:39:55 -07:00
Vincent Fiduccia 6c6ecb5c5d
Convert to v3 2017-12-05 00:39:55 -07:00
Vincent Fiduccia c28f50659a
Workload deploy 2017-11-29 14:18:14 -07:00
Vincent Fiduccia 544c921a48
Load against new APIs 2017-11-17 02:24:08 -07:00
Westly Wright 991a785688
update package 2017-10-30 09:51:34 -07:00
Westly Wright 6c3f56e3e6
upgrade fixes for 2.16 2017-10-30 09:51:34 -07:00
Westly Wright e9a4e10ecc
wip upgrades for 2.14 2017-10-30 09:51:34 -07:00
Vincent Fiduccia 86b5e88c81
AuditLog sorting, polling, actions 2017-10-16 10:58:58 -07:00
Vincent Fiduccia 4ed83887a0
Remove baseURL 2017-10-11 01:01:08 -07:00
Vincent Fiduccia 9dc21de057
I can't believe it's not kubectl 2017-09-19 16:14:55 -07:00
Vincent Fiduccia 0b9b827c4f
Kubernetes dashboard 2017-09-19 12:17:22 -07:00
Vincent Fiduccia fcca907153
Hide cluster stats, disable auth 2017-09-18 17:15:00 -07:00
Vincent Fiduccia 1c31c892f3
Switch to API v3 2017-08-09 17:55:24 -07:00
Vincent Fiduccia 05bd283d3c
rmrf swarm and mesos 2017-07-31 15:22:36 -07:00
Vincent Fiduccia fdd829ecf3
Sidekick upgrade 2017-07-17 16:28:26 -07:00
Vincent Fiduccia 4c0bcf6915
Host tweaks 2017-06-05 01:23:28 -07:00
Vincent Fiduccia 4ec678ee41
Page containers, show sysetm services in dropdown 2017-06-02 00:08:16 -07:00
Vincent Fiduccia 71ae6d1d34
Split env/env templates 2017-05-24 12:31:15 -07:00
Vincent Fiduccia 04cce2a66b
Tweaks 2017-04-21 13:50:25 -07:00
Westly Wright 0d68b93c58
more fixes for upgrade 2017-03-30 15:53:51 -07:00
Westly Wright e72149e7f8
remove jshint ref 2017-03-30 15:04:36 -07:00
Westly Wright 927a3bad97
updates for eslint 2017-03-30 14:58:44 -07:00
Vincent Fiduccia 26c293813d
K8s dashboard 2017-03-28 02:04:12 -07:00
Vincent Fiduccia e609e7c1f6
Nested search 2017-03-04 16:48:02 -07:00
Vincent Fiduccia 2f18583006
Portainer UI 2017-03-04 02:41:50 -07:00
Westly Wright 083db0eec7
updates for caas payments 2017-02-23 15:14:40 -07:00
Westly Wright 2fa6790d3d
Add stripe user inputs and token fetch 2017-02-23 15:14:40 -07:00