Commit Graph

36 Commits

Author SHA1 Message Date
Cody Jackson 825fec9267 Adding a SecretSelector 2020-09-14 17:26:47 -07:00
Vincent Fiduccia 9683712293
Use default slot for CruResource form content instead of "define" 2020-09-10 03:00:18 -07:00
Cody Jackson 1c232cc0c2 Updating Ingress to make use of CruResource
rancher/dashboard#839
2020-08-24 15:22:43 -07:00
Cody Jackson 501a2bf8d8 Adding a tooltip to target service
- Added a tooltip to LabeledInput and LabeledSelect
- We now show the warning border and tooltip when a target service doesn't exist

https://github.com/rancher/dashboard/pull/816#issuecomment-655670728
2020-08-21 16:26:11 -07:00
Cody Jackson 94ebf0783e Updating ingress page to include new requests
- Enable freeform target service
- Add status support to LabeledSelect
- Indicate that the target service isn't one of the existing options with LabeledSelect warning status
- Update text

https://github.com/rancher/dashboard/issues/272#issuecomment-642436439
2020-08-20 15:12:01 -07:00
lvuch 33984ca71e workload tab cleanup 2020-08-18 12:09:12 -07:00
lvuch d9df3a1ac0 lint fix 2020-07-29 10:33:13 -07:00
lvuch 8681d7d24e 667 one more fix 2020-07-29 10:26:41 -07:00
lvuch 73d72e2ed9 667 fixes 2020-07-29 10:26:41 -07:00
Cody Jackson a20acbed5f Making ingress path editable
Path could be created but not edited. update() wasn't being called from the path input field.

There was also an issue with calling Object.keys on a potentially undefined object that was resolved.

rancher/dashboard#756
2020-07-22 12:31:58 -07:00
Vincent Fiduccia 49447e96ff
Merge pull request #828 from codyrancher/masthead-update
Masthead update
2020-07-16 18:19:45 -07:00
Cody Jackson ece87754c5 Masthead update
rancher/dashboard#817
2020-07-15 14:24:29 -07:00
lvuch c739a51c81 ingress span 2020-07-15 13:20:07 -07:00
lvuch dccd3b6701 667 2020-07-15 12:35:29 -07:00
lvuch 7b21c44fa9 785 spacing issues 2020-07-15 10:56:28 -07:00
Cody Jackson 71ba6f5cfe Updating the way we display rules on the ingress list and detail pages
- Accounts for undefined hosts and paths
- Accounts for wildcards in hosts
- Accounts for protocol+host+paths not being a url
- Removes links from paths on the detail page

rancher/dashboard#762
2020-07-09 09:14:39 -07:00
Cody Jackson 290dc0005f Appropriately filter serviceTargets for ingress page
We should only show the service targets that are in the current
resource's namespace.

rancher/dashboard#757
2020-06-30 12:24:19 -07:00
Vincent Fiduccia 1e90379ea0
Merge pull request #752 from lvuch/lh-0709
cluster switcher dropdown fix
2020-06-12 17:27:32 -07:00
Cody Jackson 73bb1c2132 Fix tls cert options on the ingress pages
It looks like a failed merge removed the TLS_CERT. This resulted
in all of the certs getting filtered out and not displayed as options.

rancher/dashboard#753
2020-06-12 12:50:50 -07:00
lvuch f85a9fde08 create resource page tune up 2020-06-11 15:47:05 -07:00
lvuch 324c350e3e lint fix 2020-06-11 15:01:16 -07:00
lvuch b0319e31f7 resource detail page clean up. spacing and headers 2020-06-11 14:19:48 -07:00
Cody Jackson 827f4b5a3f Implementing the new Ingress requirements and bugfixes
rancher#272
2020-06-08 09:55:45 -07:00
Vincent Fiduccia 2265c3f34d
LoadDeps -> fetch 2020-05-30 03:14:00 -07:00
lvuch bc31166d8c ingress edit 2020-05-29 14:16:25 -07:00
Vincent Fiduccia 31ea3b138e
Eslint changes new nuxt defaults want 2020-05-28 14:22:52 -07:00
Cody Jackson dfb3ed18bd Updating Ingress to implement new requirements
rancher/dashboard#272
2020-05-12 16:38:13 -07:00
Vincent Fiduccia 8bf1f45bca
Merge pull request #536 from codyrancher/template-switcher
Disable editing a constraint's constraint template
2020-04-26 14:46:41 -05:00
Cody Jackson ab70740ff9 Disable editing a constraint's constraint template
Editing a constraint's constraint template would require us to delete
the existing constraint and create a new one transactionally. Since
the backend doesn't support this transaction of we're disabling the ability
to edit which template is being used.

I also noticed a number of inconcictencies and poor behaviors
with the LabeledSelect component so I went ahead and made
it consistent with LabeledInput.
- The search field switched to a color distinct from the rest of the container
  when disabled and hovered.
- There wasn't a focus outline.
- The size was slightly different because it was in a container
- There was a distinct background color around the arrow indicator

rancher/dashboard#433
2020-04-24 16:25:01 -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
Vincent Fiduccia 191cb7ca6e
Continue moving workloads 2020-04-14 16:16:10 -07:00
Nancy Butler 582594dc24 fix WL save URL
fix WL return to list view

add schedule for cronjob

remove check for Table response
2020-03-20 15:17:23 -07:00
Vincent Fiduccia 72f803da00
Bugs 2020-03-19 01:19:17 -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