Commit Graph

100 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 b65a7104bd cert issuer and notAfter in secret detail view 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 4e6632096e Making a number of OPA fixes
- Constraint YAML cancel button will take you back to the constraint
page.
- Updated the mastheads of constraint and template.
- Constraint Create as Yaml now works
- Constraints and templates can be cloned now.

rancher/rancher#523
rancher/rancher#622
rancher/rancher#398
2020-05-18 18:21:26 -07:00
Nancy Butler a26f61b904 use js-yaml parsing and resource proxy obj for yaml edit/clone
map _type->type in create-yaml

use link for yaml instead of parsing JSON
2020-05-14 12:52:01 -07:00
Nancy Butler 8d157dce80 pr feedback
fix private key on edit mode
2020-05-14 12:31:08 -07:00
Nancy Butler a6e800b83b hide edit options for service account token secrets 2020-05-14 12:31:08 -07:00
Nancy Butler 9e95b3b9ad fix linkFor error on create retry
add/remove resources reactively
2020-05-14 12:31:08 -07:00
Vincent Fiduccia 654073a7bf
Merge pull request #649 from codyrancher/cm-404
Remove custom VueRouter.resolve
2020-05-14 03:09:44 -07:00
Cody Jackson 36fe9c0b85 Adding node cordon badging
https://github.com/rancher/dashboard/issues/241#issuecomment-626209671
2020-05-13 17:52:47 -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 4d7142e560
WindowManager for container logs and shell 2020-05-12 03:15:12 -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 d55403ba7d
pull clusters k8s version from correct location 2020-04-28 14:53:39 -07:00
Westly Wright d98ffb4585
Better parsing for a cluster provider info
rancher/dashboard#478
2020-04-28 14:36:32 -07:00
Vincent Fiduccia 842b11e5ab
Merge pull request #565 from mantis-toboggan-md/bugfix-secrets
secrets bugfixes
2020-04-28 13:08:00 -05:00
Nancy Butler 434fa7c1b8 fix type dropdown 2020-04-27 15:31:30 -07:00
Westly Wright 22182006d8
Move can delete check to instance method and override cluster check
rancher/dashboard#530
2020-04-27 12:18:06 -07:00
Vincent Fiduccia 19648c0cd3
Merge pull request #555 from codyrancher/no-console
Enabling no-console rule for eslint
2020-04-26 14:52:36 -05:00
Vincent Fiduccia ad866d1984
Merge pull request #553 from mantis-toboggan-md/bugfix-secrets
fix secret typeDisplay
2020-04-26 14:49:55 -05:00
Nancy Butler eab4e22427 fix secret typeDisplay 2020-04-24 15:28:04 -07:00
Vincent Fiduccia aea0c281ea
Merge pull request #546 from mantis-toboggan-md/bugfix-secrets
Bugfix secrets
2020-04-24 13:37:32 -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
Westly Wright 8a7de9e12a
remove full download action object and just change the enabled param 2020-04-24 10:41:45 -07:00
Cody Jackson 00476e5cb9 Enabling no-console rule for eslint
This will automate checking for stray console errors so they don't need to be
checked for in PRs.
2020-04-24 10:37:10 -07:00
Westly Wright 24ae765ad7
add download yaml action for OPA
only downloads the spec of the app

rancher/dashboard#451
2020-04-24 10:33:03 -07:00
Westly Wright 7dd2d318e7
fix k8s version refactor bug 2020-04-23 11:49:08 -07:00
Westly Wright 89057e7c1c
k8s clusters dont have a config to pull a name from
if we dont have one we shouldn't blow up. instead display imported as we do in
classic rancher ui

rancher/dashboard#529
2020-04-22 16:19:32 -07:00
Cody Jackson 6d3543f111 App model specialization and OPA Gatekeeper menu items
When working on adding 'Add Constraint' and 'Add Template' to the
OPA Gatekeeper page I noticed that there wasn't a good way to
create custom models for specific chart app types. To fix this I went
ahead and made it so that we can load app models from the
'models/apps' directory and merge that with the 'models/app' model.
I think this will be useful for future apps like istio.

rancher/dashboard#391
2020-04-21 17:11:54 -07:00
Nancy Butler fb26c1b7ca add description to WL detail
refactor nodeAffinity in workload create
2020-04-20 09:36:52 -07:00
Vincent Fiduccia 22f4ef977b
Unify Resource(Detail|Yaml) headers and behaviors 2020-04-14 16:16:10 -07:00
Nancy Butler 654aa72163 workload action menu 2020-04-09 11:27:18 -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 4469de0159
Merge branch 'master' into master 2020-03-30 22:11:55 -07:00
Vincent Fiduccia e467958a63
Bugs 2020-03-30 21:52:24 -07:00
Cody Jackson 681ae70c55 Adding a messaging to constraint template deletion
We don't want the user to delete constraint templates if the templates
are being used by existing constraints. This provides a message and
disables the delete button if the user attempts to delete a template
that's currently in use.

rancher/dashboard#375
2020-03-30 14:48:07 -07:00
Vincent Fiduccia 7fee03ad61
Project/NS view, bugs, namespaced vs cluster filter, ?limit= query parm 2020-03-30 02:57:50 -07:00
Westly Wright 1862a81be6
feedback from pr review 2020-03-23 12:52:37 -07:00
Westly Wright 149f2213e8
Cluster Detail Overview
rancher/dashboard#350
2020-03-23 09:36:55 -07:00
Vincent Fiduccia fab595d82f
Project picker/filter, standalone steve 2020-03-17 23:07:33 -07:00
Westly Wright 798f82e979
Fix edit issues after rebase 2020-03-11 10:11:14 -07:00
Westly Wright a2741cb37f
Refactor modes and adding edit action to Gatekeeper 2020-03-11 10:09:23 -07:00
Vincent Fiduccia a8d75a2091
nav-tree -> type-map, remove versions from all the types and filenames 2020-03-10 17:33:53 -07:00
Vincent Fiduccia 39494daaeb
Fix live updating of nav tree 2020-03-10 13:43:32 -07:00
Vincent Fiduccia d9a8cafab5
Support nesting types for Gatekeeper 2020-03-05 17:27:50 -07:00
Vincent Fiduccia 0042b8202b
Make workloads show up 2020-02-25 13:36:57 -07:00
Vincent Fiduccia 19239b5212
More unified nav, less friendly mapping 2020-02-20 11:11:23 -07:00
Vincent Fiduccia 2ca2e706ef
More type mapping 2020-02-20 11:11:23 -07:00
Vincent Fiduccia aee09b12fa
Almost working left nav 2020-02-20 11:11:22 -07:00