Commit Graph

91 Commits

Author SHA1 Message Date
Neil MacDougall 8ea634e414 Change main font to Lato 2021-05-21 15:33:02 +01:00
Westly Wright e56fb69396
EKS Launch Templates
rancher/rancher#30613

Initial seperation of the node instance info and group info EKS v2

Template versions

inputs enabled for eks launch templates

build files

Resource instance tags

resource template cleanup

lint fix

dont disable gpu or spot during create

launch template pr feedback

Add example user data and removal on save logic
2021-01-26 15:52:24 -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 3d13864e53
Amazon EKS V2
error handler

wip - dev for aws cloud creds

wip - refactor aws login

wip - kms key

wip - encrypt secrets

wip - private access & vpcs

wip - translations and formatting

wip - more cleanup

remove unneeded code

wip - node groups

add ability to disable value label

fix double import, fix double negative disable add button and expose
addbuttonenabled

clean up public access and node groups

cleanup variable names and default config

eks regions

wip - eks v2 select

differentiate v1/2 amazon eks providers

clean up node groups, translations

unionize top errors

Consolidate aws util statics

WIP - Import/Cloud Creds

tweak cloud cred events for eks driver

WIP new import selector

drop unneeded variables eks import

kms keys cleanup

allow user to enter if the kms keys call fails

firefox styles

drop vpc selection and group subnets by vpcs

import cluster name input if allClusters fails to load from eks

make eks import a bit more dynamic

fix bug in driver eks for default subnet

more imported cleanup

eks v2 edit

eks v2 vendors

remove use cloud creds temp branchs

push current version to version choices if it doesnt exist

eks v2 rename cloudcred param

fix eks v2 versions

clean up for pr
2020-07-22 16:09:14 -07:00
Westly Wright 60a68824d5
Add back source maps for dev and fix tests flag to reduce build time 2019-10-04 15:53:45 -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
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 568b86244d
fixup 2018-12-18 14:10:06 -07:00
Westly Wright 355c329ebf
Add query string version to all engine assets
rancher/rancher#16472
2018-12-17 17:07:04 -07:00
loganhz 00950d11d4 Support Aliyun/Tencent/Huawe hosted k8s
rancher/rancher#16809
2018-12-05 10:29:32 +08:00
Westly Wright 2dad09f97a
Amazon EKS session token bugs
rancher/rancher#16418
rancher/rancher#16420
rancher/rancher#16421
rancher/rancher#16423
rancher/rancher#16425
2018-11-05 12:39:04 -07:00
Westly Wright e07a923db4
Removed alias and import xterm correctly
rancher/rancher#16095
2018-10-11 16:37:56 -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
Max Schmitt 08c13b8234 bump Xterm.js to v3.7 2018-09-27 17:57:51 +02:00
Westly Wright b869310aab
error handling azure aks 2018-09-06 13:08:09 -07:00
Westly Wright b5c6f6aef1
WIP - Azure Driver Changes 2018-09-06 13:08:09 -07:00
Westly Wright cb1b2b2e78
Add new RKE Defaults Setting
rancher/rancher#15111
2018-08-28 10:41:05 -07:00
Westly Wright f777cf1589
remove nested components to make using custom drivers (ui-skel) easy 2018-08-15 14:05:20 -07:00
Westly Wright 05408648c3
New EKS fields 2018-07-30 13:58:00 -07:00
Vincent Fiduccia 93f922b92d
eslint --fix 2018-07-20 11:47:19 -07:00
Vincent Fiduccia 54725f2022
eslint --fix 2018-06-29 17:20:46 -07:00
loganhz 9ca256956d Fix rollback issue
https://github.com/rancher/rancher/issues/13819
https://github.com/rancher/rancher/issues/13820
2018-06-03 21:27:08 +08:00
Westly Wright da7aed2b36
fix vender import order 2018-05-09 12:26:21 -07:00
Westly Wright f4d2e21b8b
remove bower dependecies 2018-05-09 11:25:23 -07:00
loganhz 7428ca8574 Update Aliyun ECS node driver 2018-05-09 21:47:01 +08:00
Westly Wright f4ad0eb89a
Replace bs dropdowns with ember-basic-dropdown 2018-05-03 17:19:44 -07:00
Aaron e0367544f5 Add action `Edit As Yaml ` 2018-04-17 18:56:56 +08:00
Aaron 0748314e71 Add action `downloadYaml`
Add  ` { label: 'action.downloadYaml',       icon: 'icon icon-download',           action: 'downloadYaml',         enabled: true, bulkable: true }`  to availableActions to achieve download Yaml
notice: when download multiple files, it will download all the files as a zip file.
2018-04-11 22:33:16 +08:00
Aaron 5d667f4bf0 User can use pre-can environment variables in Pipeline
Related issue https://github.com/rancher/rancher/issues/11934
2018-03-30 20:24:53 +08:00
Aaron 15199a6a6a Add pipeline 2018-02-23 09:52:38 +08:00
Westly Wright 183c392c8d
new markdown 2018-02-21 14:13:13 -07:00
Vincent Fiduccia 12ae29afbf
Start reorganizing pages for multiple top-level navs 2017-10-16 10:58:58 -07:00
loganhz 32fc054007 Expose metadata field in add service and edit service pages 2017-09-28 16:42:41 +08:00
Vincent Fiduccia 6a0c3233aa
Service revision diff display 2017-09-06 11:29:20 -07:00
Vincent Fiduccia c59f588972
rm virtualmachine 2017-08-28 12:35:18 -07:00
Vincent Fiduccia 4107eb629e
Bugs, cleanup unused 2017-08-12 21:56:49 -07:00
Vincent Fiduccia e40aad871c
K8s import 2017-08-07 11:54:31 -07:00
Vincent Fiduccia 29e7cb41b2
Service log 2017-05-24 14:41:35 -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 4ab5f4b36e
Updates for ember 2.12 2017-03-29 19:03:45 -07:00
Vincent Fiduccia 6fbca89320 Merge pull request #1079 from loganhz/master
upgrade xterm and make container shell larger
2017-03-24 11:09:37 -07:00
Vincent Fiduccia a8aad41750
Renaming madness 2017-03-20 23:53:23 -07:00
loganhz fece8d1619 upgrade xterm and make container shell larger 2017-03-17 08:24:46 +08:00
Vincent Fiduccia 199d45da50
remove form-control-static, container new-edit 2017-02-08 15:37:44 -07:00
Vincent Fiduccia 8e1ac47e2c
Cleanup & header 2017-02-03 15:08:25 -07:00
Vincent Fiduccia 0f905826e0
Grand unified lacsso theory 2017-01-31 23:35:26 -07:00
Vincent Fiduccia 2344ee596c
jquery.cookie not used 2017-01-30 12:26:17 -07:00
Westly Wright 875d7d6300
Added bootstrap dropdown back in until we bake our own 2017-01-26 12:02:29 -07:00
Vincent Fiduccia c09a6b6e0b Less bootstrap 2017-01-06 10:48:59 -07:00