Releases: valkey-io/valkey-admin
Releases · valkey-io/valkey-admin
0.1.0
What's Changed
- restructure project to include two apps by @ravjotbrar in #1
- Add docker files and getting started guide by @ravjotbrar in #2
- Fix layout by @ravjotbrar in #3
- Add test data to Valkey Server by @ravjotbrar in #4
- Improve sidebar and UI by @nassery318 in #5
- added dynamic extendable sidebar for better UI by @nassery318 in #6
- Improve connection UI and features by @nassery318 in #7
- Transform custom middleware into rxjs epics by @ravjotbrar in #8
- added connection edit functionality and extended the sidebar with new… by @nassery318 in #9
- Change connection slices by @ravjotbrar in #10
- fixed the sidebar jumping issue, improved connection padding and othe… by @nassery318 in #12
- implemented dark mode across the application and added custom tw colors by @nassery318 in #14
- Linting rules by @ali-sadri in #15
- fixed ui related comments by @nassery318 in #16
- Logic for multiple valkey connections by @ravjotbrar in #13
- showing toast when connection is succeful or failed by @nassery318 in #18
- Render dashboard based on connectionId by @ravjotbrar in #19
- Switched docker compose to a cluster of 3 nodes with replicas by @arseny-kostenko in #20
- Make populate.mjs more parallel by @arseny-kostenko in #22
- implementing initial end to end stages of key browser by @nassery318 in #21
- Implement get single key info by @nassery318 in #23
- extending the key information and improving the key browser display by @nassery318 in #24
- implemented key deletion with UNLINK and custom delete modal by @nassery318 in #26
- Boilerplate observability server by @arseny-kostenko in #25
- get inner elements for different key types and display in key browser by @nassery318 in #27
- Add vscode level linting by @ArgusLi in #28
- Update Valkey cluster from 7000 to 7001 by @ArgusLi in #30
- Fix port in cluster init script by @ravjotbrar in #31
- Add linting pipeline and fix all linting errors in project by @ravjotbrar in #29
- Delete connection logic by @ravjotbrar in #32
- Add new keys - String & Hash by @nassery318 in #33
- Add more key types by @nassery318 in #34
- make the send command ui uniform with the rest of the app by @nassery318 in #36
- Edit and update key elements by @nassery318 in #37
- Update set and list key types by @nassery318 in #38
- Send command improvements by @arseny-kostenko in #39
- Refactor key details to smaller components by @nassery318 in #40
- added search & filtering for keys by @nassery318 in #41
- Add clusterSlice and cluster compatibility by @ravjotbrar in #35
- Build dashboard UI and add metrics + Search and Filtering by @nassery318 in #42
- Make dashboard metrics cluster compatible by @ravjotbrar in #43
- Add build dmg feature by @ArgusLi in #44
- build a donut chart for key types and memory usage per each key type by @nassery318 in #45
- add proper highlight effects to selected keys by @nassery318 in #47
- Add error visibility when a connection request is rejected by @ravjotbrar in #48
- Create script to setup and run cluster by @ArgusLi in #46
- Revert "Create script to setup and run cluster" by @ArgusLi in #49
- Create script to deploy cluster and update instructions by @ArgusLi in #50
- Add dark mode compatibility with initial connections page by @ravjotbrar in #51
- removed free memory metric from dashboard by @nassery318 in #52
- add broken websocket detection and show user a Toast by @nassery318 in #53
- Fix bug when parsing custom command response and refactor by @ravjotbrar in #55
- Implement reconnect and retry when web socket is disconnected by @nassery318 in #54
- Replace Master/Slave with Primary/Replica in cluster topology by @alexey-temnikov in #58
- building the retry and reconnect functionality for valkey instances by @nassery318 in #57
- Fix parsing bug by @ravjotbrar in #59
- Create monitor fetcher in valkey metrics server by @ravjotbrar in #56
- implement a new cluster topology and cluster navigation dropdown by @nassery318 in #61
- Fix leading comma in donut chart by @ravjotbrar in #71
- revamped the connection layout and added the cluster grouping by @nassery318 in #68
- Add tooltips to accordion heads by @nassery318 in #69
- Add hotkeys filtering and file streaming by @ravjotbrar in #70
- Add endpoint to start and stop monitor by @ravjotbrar in #72
- bug fix: invalid command causing valkey disconnect by @nassery318 in #75
- Add a redirect and fix sidebar connections route by @ravjotbrar in #74
- improve UX for cluster nodes and add connect capability to cluster to… by @nassery318 in #76
- Refactor monitoring under hotkeys endpoint by @ravjotbrar in #77
- Fix bug with MONITOR by @ravjotbrar in #78
- Integrate metrics into Electron app by @ArgusLi in #79
- Add query param for hotkeys by @ravjotbrar in #80
- Pass metrics uri to backend by @ArgusLi in #81
- Extract action handlers and clean up server's index.ts by @arseny-kostenko in #82
- Add check for info data before rendering by @ravjotbrar in #83
- add cluster and instance aliases along with edit capability and stori… by @nassery318 in #84
- Integrate hotkeys endpoint with backend by @ravjotbrar in #85
- implemented functionality of slow logs from server to frontend by @nassery318 in #87
- Get hotkeys for all cluster nodes by @ravjotbrar in #86
- changed keyBrowser and sendCommand icons by @nassery318 in #88
- Add formatting rule for spacing around operators by @ravjotbrar in #89
- Added metadata collection for metrics by @arseny-kostenko in #92
- added hot keys to the monitoring view and refactored the monitoring page by @nassery318 in #90
- Make slowlogs cluster compatible by @ravjotbrar in #93
- Fix Fluctuating key count by @ArgusLi in #91
- Fix bug with cluster data by @ravjotbrar in #94
- Added collector-rx and calculate-hot-keys test by @arseny-kostenko in #95
- enriched the hotkeys with size and ttl and showing key contents by @nassery318 in #96
- improved the hot keys ui and slow logs ui to ensure consistency by @nassery318...