Neil MacDougall
3d53503e93
Catch resource not found on ResourceDetail view
2021-07-16 13:14:39 +01:00
Richard Cox
f56bf0cfa2
Get PR into mergeable state
...
- Remove install cluster specific comments, handle in anothe PR
- Revert install cluster via template change, handle in another PR
2021-07-13 15:48:29 +01:00
Richard Cox
272e32550d
Fix first set of issues related to blank cluster
2021-07-09 17:43:57 +01:00
Vincent Fiduccia
bbefcaf1b6
rm -rf Rio
2021-07-02 02:10:02 -04:00
Cody Jackson
33d6918188
Migrating Projects from Ember to Vue
...
rancher/dashboard#2500
2021-05-17 08:49:54 -07:00
Vincent Fiduccia
5d3723a712
Merge pull request #2931 from vincent99/ember-iframe
...
Ember Iframing
2021-05-08 02:47:22 -07:00
Vincent Fiduccia
d23c601d36
Add "import" realMode, send imports to ember
2021-05-08 02:42:44 -07:00
Vincent Fiduccia
fafa6406d2
Show the right create/import cluster options
2021-05-08 01:48:40 -07:00
Vincent Fiduccia
d821f7a6dd
More shortkeys
2021-05-06 18:54:05 -07:00
Vincent Fiduccia
1008a913ea
Detail masthead spacing when there's a banner
2021-05-05 16:49:18 -07:00
Nancy Butler
c60284e454
preserve hash on table query param change
2021-03-15 07:50:30 -07:00
Richard Cox
86dcda596b
Merge pull request #2373 from richard-cox/fix-create-on-refresh
...
Fix `Create` on custom create resource pages after page refresh
2021-03-05 09:23:42 +00:00
Richard Cox
9028e48712
Convert api key feature's calls and model from new steve to old norman
...
- As per conversation the newer steve api is not ready and only supports admins
- Calls for list and delete now use norman tokes and not steve management.cattle.io.token
- Supporting components have been updated to use the different model
- Also fixed a bug where tokens with +1 month expiry times would cause exceptions
2021-02-25 21:35:24 +00:00
Richard Cox
69881b1ae6
Fix `Create` on custom create resource pages after page refresh
...
- Only an issue with SSR and on refresh (nav to create page works fine)
- Caused by ResourceDetail `value` object not being a proxy
- Looks like `__rehydrate` was stripped from both by delete obj.__rehydrate in `plugins/steve/index.js`
- Not sure how this reference is carried across server/client boundry. Needs more investigation
2021-02-22 18:48:09 +00:00
Neil MacDougall
3c704b0343
Merge remote-tracking branch 'upstream/master' into api-keys
2021-02-22 08:56:17 +00:00
Richard Cox
b0df45baa9
Merge pull request #2344 from codyrancher/constraint-clone
...
Enable models to override their cleanForNew method
2021-02-19 11:35:26 +00:00
Cody Jackson
9394ea05a4
Enable models to override their cleanForNew method
...
Constraints were failing to clone because cleanForNew didn't remove `this.constraint` which casued the save method to attempt to save the existing constraint instead of creating a new constraint.
This enables models to be able to create their own cleanForNew method to remove custom props if necessary.
rancher/dashboard#2341
2021-02-18 12:17:56 -07:00
Nancy Butler
034a3754d2
fix edit oauth config
2021-02-12 10:08:01 -07:00
Neil MacDougall
b039d7e481
Fix issue with route warning and parent link on create page
2021-01-27 09:24:16 +00:00
Vincent Fiduccia
7a09df35b7
Something resembling provisioning
2021-01-15 12:59:56 -07:00
Vincent Fiduccia
9819c11e0b
Pick cluster, driver, credential, AWS client
2021-01-15 12:59:54 -07:00
Vincent Fiduccia
24660e05b1
Auth Provider as catalog-style boxes
2020-12-29 16:05:54 -07:00
Vincent Fiduccia
5304375640
Github auth config, pluggable login component
2020-12-22 14:43:26 -07:00
Vincent Fiduccia
119687c842
Fix yaml edit from form
2020-12-10 00:16:39 -07:00
Nancy Butler
297eea3a50
scheduled scan bugs
2020-12-07 12:12:28 -07:00
Nancy Butler
ce74a1450e
cleanForNew in resourcedetail clone mode
...
clean yaml *after* creating it
2020-12-04 14:23:21 -07:00
Vincent Fiduccia
604cfccfc1
Remove the rest of resourceDetail asyncData, fetch fixes
...
- parentOverrides now part of type-map/configureType to set and type-map/optionsFor to get.
- Remove asyncData from resourceDetail flow
- Rehydrate fetch() data
2020-12-02 03:31:25 -07:00
Nancy Butler
821364951b
call applyDefaults
2020-12-01 10:31:26 -07:00
Vincent Fiduccia
8746ab077c
Form component props standardizing
2020-12-01 01:09:24 -07:00
Vincent Fiduccia
936f54da24
fetch vs asyncData, moreDetails, parentOverride, pod moredetails
2020-11-30 23:28:21 -07:00
Vincent Fiduccia
e01e75bf2f
Detail/Config/YAML toggle
2020-11-30 23:16:38 -07:00
Cody Jackson
95976411ba
Adding alertmanager Receiver type
...
To support receiver types I made it so that we can spoof types which
have any form we specify here in the UI. It will be useful for alertmanager
Routes and I think it could also be useful for things like OPA constraints
and workloads if we wish to update those.
rancher/dashboard#1238
2020-10-23 10:43:57 -07:00
Westly Wright
c7f385de27
Add resource subtype to masthead
...
Some resources like Service and Secret have a type but also a Subtype. This exposes the mechanism to set that from the resource.
rancher/dashboard#1073
2020-10-13 09:11:56 -07:00
Nancy Butler
97cb41366e
fix pod detailtop
2020-10-05 10:07:57 -07:00
Westly Wright
fd922642d6
Add a managed by warning when editing resources with matching labels
...
rancher/dashboard#992
2020-09-29 16:38:56 -07:00
Nancy Butler
f504bf739e
various workload fixes
2020-09-28 13:55:29 -07:00
Vincent Fiduccia
53b6dacd8c
Logging Flow form
2020-09-27 19:44:05 -07:00
Vincent Fiduccia
6c20492ddf
Git repo resources & non-ready, general conditions & events
2020-09-22 14:25:49 -07:00
Vincent Fiduccia
3d86690f68
Fleet
2020-09-21 03:33:07 -07:00
Vincent Fiduccia
9ad62bf02a
More fleet
2020-09-16 04:25:39 -07:00
Vincent Fiduccia
85bac4e869
Nav changes for fleet
2020-09-10 03:00:18 -07:00
lvuch
33984ca71e
workload tab cleanup
2020-08-18 12:09:12 -07:00
Cody Jackson
fc0f099179
Switched existing code to use FileSelector
2020-08-10 15:08:53 -07:00
Vincent Fiduccia
e4e07ef890
Merge pull request #968 from mantis-toboggan-md/workload-no-wizard
...
Update workload create flow
2020-08-06 15:55:03 -07:00
Nancy Butler
fa7e1afa39
fix CruResource
...
put CruResource in Workload
show/hide tabs
tab scrolling behavior
masthead nameDisplay
2020-08-05 15:39:49 -07:00
lvuch
112bee60eb
sortable table
2020-08-05 14:00:43 -07:00
Vincent Fiduccia
2f2625a471
Start supporting multi chart install
2020-08-04 11:10:13 -07:00
Nancy Butler
98ebfb6760
workload wizard pr feedback
2020-07-29 15:55:05 -07:00
Nancy Butler
07fbfd7963
use params.resource as type in workload list/edit
2020-07-29 09:33:34 -07:00
Vincent Fiduccia
0ef5d19650
Repo edit
2020-07-27 19:13:05 -07:00