Commit Graph

43 Commits

Author SHA1 Message Date
Vincent Fiduccia 31ea3b138e
Eslint changes new nuxt defaults want 2020-05-28 14:22:52 -07:00
Nancy Butler 9e6c5c56fa show cert cn instea of issuer 2020-05-21 16:44:08 -07:00
Nancy Butler 7793ce5407 secret translations 2020-05-21 16:44:08 -07:00
Nancy Butler 99b7d23735 show cert issuer and expiration in secret list 2020-05-21 16:44:08 -07:00
Cody Jackson b148470fa0 Fix create buttons
Create buttons were still using a relative url instead of a location.
This switches over to locations so we don't get end up with
/dashboard/dashboard/

rancher/dashboard#657
2020-05-15 11:32:07 -07:00
Westly Wright 435c4204c1
move default service types list to types 2020-05-14 12:11:51 -07:00
Westly Wright d881603d95
add external name service targets logic 2020-05-14 12:11:51 -07:00
Westly Wright 7e5038e298
add keyvalue formatter 2020-05-14 12:11:51 -07:00
Westly Wright 557b5a8327
add service targets formatter 2020-05-14 12:11:51 -07:00
Westly Wright e98ba3d65e
Add service list page and update headers 2020-05-14 12:11:48 -07:00
Cody Jackson ed1ea6373f Remove custom VueRouter.resolve
replace and push both work  as intended. You can
specify a a full url  if you don't want to have the baseUrl
prepended. Better yet, if you're navigating within
the app it's better to specify a location.

The custom resolve was actually breakinging a huge
amount of links in the app which was caused 404s if a
user attempted to open a link in a new tab. Most things appeared to work presumably because vue-router
was handling the page switches instead of the browser.

rancher/dashboard#643
2020-05-13 17:44:20 -07:00
Vincent Fiduccia 16a51b9045
Merge pull request #626 from codyrancher/new-ingress
Updating Ingress to implement new requirements
2020-05-13 12:02:43 -07:00
Cody Jackson dfb3ed18bd Updating Ingress to implement new requirements
rancher/dashboard#272
2020-05-12 16:38:13 -07:00
Cody Jackson 2417c11cd3 Adding translations for constraints and nodes 2020-05-12 09:24:04 -07:00
Vincent Fiduccia 4d7142e560
WindowManager for container logs and shell 2020-05-12 03:15:12 -07:00
Vincent Fiduccia 04b3ae12ae
Merge pull request #624 from lvuch/lh-0507
node detail, scroll helper
2020-05-08 11:14:26 -07:00
lvuch 660b871ba6 lint fix 2020-05-07 19:38:47 -07:00
lvuch 9a1d3d6f72 620 598 2020-05-07 19:28:49 -07:00
Cody Jackson 0d1969048f Updating the Node pages to reflect the new requirements
rancher/dashboard#241
2020-05-06 10:22:11 -07:00
Westly Wright 702284ca11
remove unneeded style imports 2020-05-01 09:50:30 -07:00
Nancy Butler b8a996c43f revert NameNsDescription and filter annotations, labels in create-edit-view 2020-04-24 12:04:15 -07:00
Nancy Butler 6249c766ab placeholder visibility
secret type display in edit form

add custom secret types

description as prop in namens

secret styling

service account link in list view for service acct token secrets
2020-04-24 12:04:15 -07:00
Cody Jackson 4014751a1b Fixing up ingress pages
- Fixed a number of unhandled exceptions
- Fixes some issues with rules vs backend property references
- Made pages more consistent with mocks

rancher/dashboard#272
2020-04-21 10:27:30 -07:00
Westly Wright 46bae959ae
Storybook updates
storybook configuration

remove backgrounds for themes addon

update storybook deps

Convert design system stories to mdx

fix qoutes

fix name on consumption gauge story

Clean up stories

clean up stories

Stubbed stories

Welcome stories

upgrade to @next storybook version and remove strbk@addon-centered

add tbd

remove stories

Add knobs

remove stubbed stories

Knobs in percentage circle

storybook buttons example

Minor storybook updates
2020-04-08 10:30:42 -07:00
Westly Wright 63779a1d1a
Cluster dashboard overview feedback
Add exact to type (link) component

Live data format for events

Pretty cluster providers

Add ago suffix to LiveDate

tweak events headers

remove unneeded suffix

change to unhealthy nodes

only show constraints with violations on overview

ignore tern port files

overview detail gatekeeper disabled bugs

Update percentage bar to take in percentage value

tweak exponents and fix issue wiht max/min

change cluster events default sort

update comments for defaultSortby

cluster infobox feedback

Pass nodes down to InfoBoxCluster to parse only worker nodes info

fix engine config translations

node counts infobox cluster

alignment issues

review feedback

lint warnings
2020-04-02 11:17:22 -07:00
Vincent Fiduccia 7fee03ad61
Project/NS view, bugs, namespaced vs cluster filter, ?limit= query parm 2020-03-30 02:57:50 -07:00
Vincent Fiduccia 1e3e1b600f
SortableTable Pagination 2020-03-25 20:10:29 -07:00
Nancy Butler bb7429bd9c ingress list 2020-03-04 15:09:18 -07:00
Nancy Butler 09ec9c4405 ingress detail
add ingress to side nav
2020-03-04 15:07:20 -07:00
Cody Jackson 1265853652 Implement the view, create and edit pages for constraints
This implementst the view, create and edit pages for the
gatekeeper constraints. The constraint templates weren't
touched since we intend to only use the yaml editor.

rancher/dashboard#307
2020-03-02 12:43:39 -07:00
Nancy Butler b77fad0eec endpoints in workload list instead of ports
focus on name field in NameNSDescription initially

focus type field when value from resource added

remove button for values from resource
2020-02-27 12:59:20 -07:00
Nancy Butler 055c67c235 define workload ports, view ports in workload list 2020-02-26 16:39:15 -07:00
Nancy Butler ff66f63cba workload detail
workload create/edit bugfixes
2020-02-26 09:37:19 -07:00
Vincent Fiduccia fb69306221
Age columns, fix prefs page 2020-02-21 18:19:34 -07:00
Westly Wright a4659f3f5d
Add Cluster and Global Roles pages
rancher/dashboard#271

sort props

add RBAC Roles package and routes

depluralize roles types

Add IconIsDefault formatter

Add IconIsDefault storybook

Add tabbed to rbac resource view

data & header changes for RBAC package

roles detail view and changes

wip updates

cluster role detail view

refactor dir structure for rbac routes

refactor roles routes again

add deatil componets to role details

more details

update rio-detail header to use methood to go back

we should tie into the router for this stuff as it has a better idea of where
we've been and thus should be less bug prone and more generic.

remove deleted component

add cluster role and global role edit pages

more refactoring

add header to rbactable

fix rule verb/target parsing logic

update git ignore

refactor some component names

comments
2020-02-11 14:37:52 -07:00
Nancy 205b468523 remove console log from sortabletable headers
added click-expand component for big table values

 minor chage to secrets list view

fix external link formatter

 radio button/group accessibility

 namensdescription restyle

create secrets
2020-01-30 17:46:22 -07:00
Cody Jackson 1c15f5ee85 Defining stories for some components
I also refactored PercentageBar so that it can  be a resusable
component. The reusable component is then thinly wrapped by
the formatter.
2020-01-20 13:40:42 -07:00
Westly Wright 50c3492b2d
revert css path change and correctly import scss files in storybook 2020-01-20 10:59:58 -07:00
Westly Wright da186d5759
Add Storybookjs (#285)
* update deps

* Add storybookjs and setup config

* Change scss import paths to absolute paths for Storybook to work

* Add storybookjs centered addon

* Add storybookjs backgrounds and tweak body styles

* Add storybookjs docs addon

* Enable better nesting config

* add design systems

* Change app css import location

* package update

* roll back to previous lint versions for upgrade error & fix lint err
2020-01-17 10:09:11 -07:00
Westly Wright 12b13365bd
Merge pull request #276 from codyrancher/node
Adding the 'node' list and detail view
2020-01-17 08:38:53 -07:00
Cody Jackson deb638f636 Adding the 'node' list and detail views
rancher/dashboard#262
2020-01-16 11:47:10 -07:00
Nancy Butler 2fdc1b6c5a router list view links to targets 2020-01-16 11:40:25 -07:00
Vincent Fiduccia c31f9b27ef
Move /components/cru -> /edit and /components/detail to /detail 2019-12-12 17:21:51 -07:00