Commit Graph

78 Commits

Author SHA1 Message Date
Vincent Fiduccia 565520c47a
Fleet clustergroup creaet 2020-09-04 03:46:01 -07:00
Vincent Fiduccia d8b80c4f9d
Fix resource state ignoring metadata.state.error 2020-08-27 15:37:31 -07:00
Vincent Fiduccia ed0dfc7366
Useless check 2020-08-26 03:21:25 -07:00
Cody Jackson cf4794c057 Updating how we filter labels and annotations
- Replace prefix and contain lists with regex lists
- Allow each resource to override the filtering by overriding labelsToIgnoreRegexes/annotationsToIgnoreRegexes
- Hide the labels and annotations both from the view and edit of Labels and DetailTop components
- Allow users to modify filtered labels and annotations by entering them manually

rancher/dashboard#556
2020-08-20 11:47:58 -07:00
Vincent Fiduccia 89dadef222
Bugs 2020-08-11 01:39:20 -07:00
Vincent Fiduccia 2f2625a471
Start supporting multi chart install 2020-08-04 11:10:13 -07:00
Vincent Fiduccia d2858c97b7
Just the actual changes from #929 2020-07-31 20:32:47 -07:00
Vincent Fiduccia 2a746d0503
Bugs, app detail, chart refresh, app nav 2020-07-29 23:02:57 -07:00
Vincent Fiduccia bdc77008c6
App bugs 2020-07-24 00:56:50 -07:00
Vincent Fiduccia 464eac6d5c
Show helm logs after launching 2020-07-22 05:11:45 -07:00
Vincent Fiduccia d96f359aeb
More apps 2020-07-22 03:56:06 -07:00
Vincent Fiduccia 12202a0aa8
App launch wizard 2020-07-22 03:56:06 -07:00
Vincent Fiduccia 0206a088ca
More states 2020-07-22 03:55:42 -07:00
Vincent Fiduccia 3a6f3d07fc
Install Chart 2020-07-22 03:55:41 -07:00
Vincent Fiduccia d50ab5ec70
i18n support for type names, combine singular&pluralLabelFor 2020-07-22 03:55:41 -07:00
Vincent Fiduccia 5c666e4eee
Remove from store on delete that returns 204 2020-07-22 03:55:41 -07:00
Vincent Fiduccia 78430cfc00
Steve relationships, watch id/selector, start find by selector 2020-07-16 18:24:01 -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
Vincent Fiduccia 75c3e9104e
More dynamic products, MCM 2020-07-15 00:11:51 -07:00
Vincent Fiduccia ba5fba343d
Product switcher 2020-07-10 11:26:00 -07:00
Vincent Fiduccia 94cb6a49d7
Use individual lodash modules 2020-07-10 11:25:45 -07:00
Westly Wright 69452c7154
review feedback 2020-06-15 11:55:16 -07:00
Westly Wright 96c951f262
Adds client side validation
Supports basic scalar types string, int, bool, array etc
Supports custom validation logic

Adds initial service validations
Adds additional error processing logic to better parse Kubernetes api errors

Fixes some minor bugs found while writing custom validtion for service

rancher/dashboard#189
2020-06-15 08:57:35 -07:00
Nancy Butler 6d352f9beb do not clean yamls for create 2020-06-09 13:27:45 -07:00
Nancy Butler 58c269ec0d pr feedback 2020-06-08 08:55:43 -07:00
Nancy Butler 30632f1eb9 pod detail 2020-06-08 08:55:43 -07:00
Vincent Fiduccia d17f79576b
Rio fixes 2020-06-04 16:06:15 -07:00
Vincent Fiduccia 03d0f8d32b
Group by ns/project labels 2020-06-02 16:10:00 -07:00
lvuch 9855f34c21 543 2020-06-01 13:15:37 -07:00
Vincent Fiduccia 2265c3f34d
LoadDeps -> fetch 2020-05-30 03:14:00 -07:00
Vincent Fiduccia 31ea3b138e
Eslint changes new nuxt defaults want 2020-05-28 14:22:52 -07:00
Nancy Butler 1bde772cf2 yaml in generic detail 2020-05-26 09:47:40 -07:00
Vincent Fiduccia d8d3f8120f
Add existing record to store on create, not on edit 2020-05-19 17:54:01 -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
Vincent Fiduccia 603b2fcd8b
Merge pull request #654 from vincent99/master
Queue updates from subscribe and apply once per second
2020-05-14 13:36:41 -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 2ecc94b9e2 . 2020-05-14 12:51:28 -07:00
Vincent Fiduccia bdac6f07a2
Queue updates from subscribe and apply once per second 2020-05-14 12:43:48 -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
Westly Wright a2ac4eb9cf
refactor all current action checks into instance methods
so they can be overridden
2020-04-27 12:28:35 -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
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
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 e67273da07
Only show yaml actions if yaml is available
rancher/dashboard#510
2020-04-20 10:07:51 -07:00
Cody Jackson 178d2cfe1a Switch consumption gauge percentage graphic
Switched the percentage circle over to the percentage bar to fit the new
design.

Also decoupling the Delete option from type-map/isEditable

rancher/dashboard#415
2020-04-15 13:23:07 -07:00
Cody Jackson 8e15841d81 Enabling the ability to mark types and both immutable and unCreatable
This is to support special types like Node where the user shouldn't be able
to create the resource through normal means.

rancher/dashboard#507
2020-04-15 11:12:18 -07:00