Commit Graph

139 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 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 867518f083
Fix bug in ember-shortcuts and use new api instead of removed one 2019-10-09 12:11:36 -07:00
Cody Jackson 6718c4886e Addressing a number of ember deprecations
- Moved from Ember.$() to importing jquery.
- Moved from fn().on() to on(fn())
- Moved from fn().observes() to observer(fn())

This got /g/clusters from 27 warnings to 5 warnings for me.
2019-10-03 10:53:36 -07:00
loganhz 8eb27507a6 Show available instances types only for Aliyun ecs
https://github.com/rancher/rancher/issues/22111
2019-08-10 21:16:51 +08:00
Vincent Fiduccia 166825f8ae
Proxy bundled drivers 2019-08-02 11:50:11 -07:00
lvuch eb98a00665 istio WIP 2019-07-30 13:34:31 -07:00
Vincent Fiduccia aa96ad7112
Only update navTree if something actually changed 2019-07-24 11:58:58 -07:00
lvuch e82b585434 18502 placeholder focus 2019-07-18 10:00:12 -07:00
Eric Tokatlian 0670441dbc Fixes requests from review 2019-07-08 10:27:23 -07:00
Vincent Fiduccia 20fdee61f1
Show containerd version/icon on nodes 2019-03-12 13:05:51 -07:00
Westly Wright d2e030b3c3
bump icons 2019-02-20 17:40:22 -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 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 05408648c3
New EKS fields 2018-07-30 13:58:00 -07:00
Westly Wright 424f954c1b
bug fixes for azure ad 2018-06-13 11:33:59 -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 291fe231a5
second run through and clean up for dropdowns 2018-05-03 17:19:44 -07:00
Westly Wright f8dadaaf16
variable width user-dropdown 2018-05-01 15:58:22 -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 e3d835b18c Enable user to use up/down key to select pipeline variables 2018-04-09 17:10:24 +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
vimniky c46a9a4d5c Mount alert & logging on main app
alert bugfix

displayName --> name, status.type --> alertState
2018-02-22 16:16:24 +08:00
Vincent Fiduccia c55217335e
Secrets 2017-12-29 18:44:59 -07:00
Vincent Fiduccia 46dd00a382
Better json sanitizing
- Fix infinite loop parsing unquoted string
- Strip trailing commase
2017-10-02 18:35:39 -07:00
loganhz 32fc054007 Expose metadata field in add service and edit service pages 2017-09-28 16:42:41 +08:00
Vincent Fiduccia d12549e6bc
Drop dagre 2017-09-19 12:56:53 -07:00
Vincent Fiduccia 02f37fb77b
Reload projects to get cluster default/system 2017-09-05 10:51:24 -07:00
lvuch 0506b5a66c dropdown fix 2017-08-29 10:57:28 -07:00
Vincent Fiduccia 09d4dd52e5
Ugly env menu 2017-08-18 17:11:22 -07:00
Vincent Fiduccia 4ec678ee41
Page containers, show sysetm services in dropdown 2017-06-02 00:08:16 -07:00
lvuch 4278d2ba9e btn fix 2017-05-30 16:41:58 -07:00
Vincent Fiduccia 9a151a96eb
Icons 2017-05-30 16:24:23 -07:00
lvuch 994cc70235 volumes on add container 2017-05-30 16:04:44 -07:00
Vincent Fiduccia 56db2d8cce
Bug fixes 2017-05-29 14:36:07 -07:00
lvuch b9d44f31ce add container 2017-05-25 16:38:13 -07:00
Vincent Fiduccia 71ae6d1d34
Split env/env templates 2017-05-24 12:31:15 -07:00
lvuch c9a446f236 spark lines and dropdown spacing 2017-05-17 09:53:14 -07:00
Vincent Fiduccia 71fb02f705
scale/scheduling interaction 2017-05-16 01:18:12 -07:00
Westly Wright cb7cc38e2f
Cloud Plans changes and bug fixes 2017-04-20 18:25:20 -07:00
Westly Wright f76f708b97
wip for mark favorite 2017-04-10 13:18:48 -07:00
Vincent Fiduccia 8001fbcb46
Stack picker 2017-04-06 16:51:17 -07:00
lvuch 6df52c06e4 more host 2017-03-30 11:44:05 -07:00
Vincent Fiduccia 25c2eb95a7
tweaks 2017-03-29 17:08:25 -07:00
lvuch d708a40280 user menu fix 2017-03-21 08:50:00 -07:00