Vincent Fiduccia
31ea3b138e
Eslint changes new nuxt defaults want
2020-05-28 14:22:52 -07:00
Vincent Fiduccia
4d7142e560
WindowManager for container logs and shell
2020-05-12 03:15:12 -07:00
Nancy Butler
f9ce86791c
masthead
2020-04-28 13:03:53 -07:00
lvuch
d628c0cf41
start of masthead changes
2020-04-21 15:32:55 -07:00
Vincent Fiduccia
153ac7dcda
Drop recent types
2020-04-20 14:33:41 -07:00
Vincent Fiduccia
794025d506
Handle loading errors better
2020-04-20 14:13:09 -07:00
Cody Jackson
fea71ffae2
Refactored YAML editing to better support parameters
...
We needed a way to support arbitrarily complex parameters in both
type and nesting level. As a temporary solution I enabled the user
to toggle between a key value component and a yaml editor.
To enable this I refactored ResourceYaml into a composable YamlEditor
component that can be used elsewhere.
rancher/dashboard#388
rancher/dashboard#380
2020-04-15 09:53:24 -07:00
Vincent Fiduccia
2bc21b885a
Support auto theme with prefers-color-scheme
2020-04-14 15:58:31 -07:00
lvuch
1d053a0340
454
2020-03-31 16:07:58 -07:00
Vincent Fiduccia
7fee03ad61
Project/NS view, bugs, namespaced vs cluster filter, ?limit= query parm
2020-03-30 02:57:50 -07:00
Vincent Fiduccia
dca9b3e689
Bugs
2020-03-27 16:47:47 -07:00
Vincent Fiduccia
457489f814
Navigation, take 6.. action
2020-03-26 16:49:20 -07:00
Vincent Fiduccia
6580a6522a
Merge pull request #416 from vincent99/master
...
User Prefs, fix rehydrateAll for multiple stores
2020-03-24 19:45:06 -07:00
Vincent Fiduccia
b113a00f90
Merge pull request #413 from lvuch/lh-0320
...
nav polish
2020-03-24 18:04:42 -07:00
Vincent Fiduccia
676dbd22a9
Use userpreference to save prefs
2020-03-24 16:03:43 -07:00
Vincent Fiduccia
b44930605b
Fix clicking on jump menu
2020-03-20 21:00:00 -07:00
lvuch
33b77bd12c
profile menu
2020-03-20 10:51:38 -07:00
lvuch
43e6133638
401
2020-03-19 15:29:28 -07:00
Cody Jackson
60647843f5
Ensure typeconfigs are applied before type-map getters are used
...
This ensures that the type configuration is available before resourceDetail looks up custom edits or details.
2020-03-19 14:27:29 -07:00
Vincent Fiduccia
72f803da00
Bugs
2020-03-19 01:19:17 -07:00
Nancy Butler
42abbcaa25
wm positioning
2020-03-18 15:03:16 -07:00
Vincent Fiduccia
fab595d82f
Project picker/filter, standalone steve
2020-03-17 23:07:33 -07:00
Vincent Fiduccia
e67c77dcc6
More type caching
2020-03-13 15:29:56 -07:00
Vincent Fiduccia
1cf6374bd8
Start favorites
2020-03-12 19:59:47 -07:00
Vincent Fiduccia
7782b54166
Start jump to / basic/favorite/recent nav
2020-03-12 12:07:12 -07:00
Vincent Fiduccia
3742637779
Watch schemas, reorganize nav
2020-03-12 02:42:15 -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
1d81de8fc6
Move tree to vuex state
2020-03-07 03:42:40 -07:00
Vincent Fiduccia
684457db11
Better standaone Steve support
2020-03-07 03:42:40 -07:00
Vincent Fiduccia
d9a8cafab5
Support nesting types for Gatekeeper
2020-03-05 17:27:50 -07:00
Nancy Butler
09ec9c4405
ingress detail
...
add ingress to side nav
2020-03-04 15:07:20 -07:00
Vincent Fiduccia
df549f851d
Start bottom tabbed window manager
2020-03-03 13:45:42 -07:00
Vincent Fiduccia
919d69c482
API Grouping
2020-02-27 14:40:06 -07:00
Lauren Harden
ebb14a5e00
Merge branch 'master' into lh-0226
2020-02-27 13:32:33 -07:00
lvuch
2105433200
321
2020-02-27 13:30:35 -07:00
Vincent Fiduccia
d1c301b458
Bugs
2020-02-26 17:51:21 -07:00
Vincent Fiduccia
0042b8202b
Make workloads show up
2020-02-25 13:36:57 -07:00
Nancy Butler
5fb903ba78
new nav
2020-02-24 10:45:31 -07:00
Vincent Fiduccia
bd0bd00841
Move the rest of friendly to type-config
2020-02-20 15:46:40 -07:00
Vincent Fiduccia
5ad1971a03
Reorganize loading generic vs custom views
2020-02-20 11:11:23 -07:00
Vincent Fiduccia
aee09b12fa
Almost working left nav
2020-02-20 11:11:22 -07:00
Vincent Fiduccia
a3574d14fc
Header, start nav reorg
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
lvuch
282153cb17
307 fixes
2020-02-14 13:43:58 -07:00
Westly Wright
a4659f3f5d
Add Cluster and Global Roles pages
...
rancher/dashboard#271
sort props
add RBAC Roles package and routes
depluralize roles types
Add IconIsDefault formatter
Add IconIsDefault storybook
Add tabbed to rbac resource view
data & header changes for RBAC package
roles detail view and changes
wip updates
cluster role detail view
refactor dir structure for rbac routes
refactor roles routes again
add deatil componets to role details
more details
update rio-detail header to use methood to go back
we should tie into the router for this stuff as it has a better idea of where
we've been and thus should be less bug prone and more generic.
remove deleted component
add cluster role and global role edit pages
more refactoring
add header to rbactable
fix rule verb/target parsing logic
update git ignore
refactor some component names
comments
2020-02-11 14:37:52 -07:00
Westly Wright
da186d5759
Add Storybookjs ( #285 )
...
* update deps
* Add storybookjs and setup config
* Change scss import paths to absolute paths for Storybook to work
* Add storybookjs centered addon
* Add storybookjs backgrounds and tweak body styles
* Add storybookjs docs addon
* Enable better nesting config
* add design systems
* Change app css import location
* package update
* roll back to previous lint versions for upgrade error & fix lint err
2020-01-17 10:09:11 -07:00
Nancy Butler
4adeeb304e
hide app mesh if meshsummary endpoint returns 500
2020-01-16 15:00:43 -07:00
Westly Wright
f457335c4d
expose cluster package dropdown, add namespace as child of cluster
2020-01-16 09:35:03 -07:00
Nancy Butler
88e8a5d88c
user list page
2020-01-15 10:58:51 -07:00