Commit Graph

23 Commits

Author SHA1 Message Date
Vincent Fiduccia 7b3d1b8f68
Remember highest resourceVersion and use on subscribe restart 2021-08-19 14:48:09 -07:00
Vincent Fiduccia 840e9127d9
Watch server version, subscribe fixes 2021-08-09 19:01:03 -07:00
Richard Cox 9b448ce0bd Fix issue where searching the second time for principals resulted in missing principal resource names
- 1st call to v3/principals?action=search --> rancher/loadMulti - new principals for store, new proxy objects
- 2nd call to v3/principals?action=search --> rancher/loadMulti - existing principals in store, load updates object by deleting all existing props (like _name) and applying new (that didn't contain _name)
2021-06-15 13:13:25 +01:00
Vincent Fiduccia d12079875a
/v3/settings to /v1/management.cattle.io.setting
- /v3 doesn't exist if multi-cluster-management is disabled
- Use /v1/management.cattle.io.settings everywhere instead of /v3
- It now returns the public set of settings if retrieve with no auth, so
  the store needs to remember that even though we loaded "all" of them
that wasn't really ALL of them so that the full list gets loaded after
auth.
- Use new x-api-cattle-auth header to determine authentication state if present
- Use SETTINGS.* constants consistently
- `brand` -> `ui-brand` for consistency
- `eula-accepted=true` -> `eula-agreed=<timestamp>` to match Ember
2021-05-20 16:48:45 -07:00
Vincent Fiduccia 14862b2924
Subscribe reload on too old error 2020-09-30 05:05:52 -07:00
Vincent Fiduccia f5d51c1ba7
More reactive store updates 2020-09-26 02:39:12 -07:00
Vincent Fiduccia e984e15595
Load schema change events correctly / update product menu when schemas change 2020-09-14 04:00:32 -07:00
Vincent Fiduccia c599a81bd9
Clear catalog store on cluster change 2020-09-03 20:59:50 -07:00
Nancy Butler 5afecb00dc view mode for EnvVars 2020-08-25 08:57:38 -07:00
Vincent Fiduccia 78430cfc00
Steve relationships, watch id/selector, start find by selector 2020-07-16 18:24:01 -07:00
Vincent Fiduccia 31ea3b138e
Eslint changes new nuxt defaults want 2020-05-28 14:22:52 -07:00
Vincent Fiduccia 71f3b8cdec
store.getters gets reassigned as stores register, so proxy steve's context.rootGetters so that it's always the full list of them 2020-05-20 15:26:04 -07:00
Vincent Fiduccia bdac6f07a2
Queue updates from subscribe and apply once per second 2020-05-14 12:43:48 -07:00
Cody Jackson dfb3ed18bd Updating Ingress to implement new requirements
rancher/dashboard#272
2020-05-12 16:38:13 -07:00
Vincent Fiduccia 191cb7ca6e
Continue moving workloads 2020-04-14 16:16:10 -07:00
Vincent Fiduccia 09c05e3541
Fix rehydrateAll for multiple stores 2020-03-24 18:02:49 -07:00
Vincent Fiduccia 543bce9a40
Resource start/stop loop, intl key exists 2020-03-22 16:26:22 -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 3742637779
Watch schemas, reorganize nav 2020-03-12 02:42:15 -07:00
Vincent Fiduccia 11cf66afcc
Fix socket reconnect, resource save() should return proxy that is in store 2020-03-10 13:45:05 -07:00
Nancy Butler 6eba4f6eff workload create/edit
workload list individually;
2020-02-24 09:45:00 -07:00
Vincent Fiduccia aee09b12fa
Almost working left nav 2020-02-20 11:11:22 -07:00
Vincent Fiduccia e762c15eb2
Split management vs selected cluster store, queue subscribe frames, norman->steve 2020-02-20 11:07:14 -07:00