Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
d206d94
feat(web): add metrics API endpoint for server monitoring
Apr 21, 2026
ecbd5fd
feat(web): add static content serving with cache headers
Apr 21, 2026
a7ae21d
feat(web): add /api/config endpoint for configuration API
Apr 21, 2026
c45bf5c
Merge remote branch and add /api/config endpoint
Apr 21, 2026
d2aa196
feat: add embedded HTTP web server with Axum framework
Apr 21, 2026
989b01e
feat(web): add DELETE /api/kv/delete endpoint for key-value operations
Apr 21, 2026
3802275
feat(web): implement /api/config endpoint with HTTP handlers
Apr 21, 2026
f5155f7
test(e2e): add homepage UI layout and branding tests
Apr 21, 2026
21eea5f
feat(api): add /api/health endpoint for server health monitoring
Apr 21, 2026
295e443
feat(dashboard): add real-time metrics dashboard with config panel
Apr 21, 2026
3da49b2
test(e2e): add Memcached protocol reference section tests
Apr 21, 2026
06c499d
test(e2e): add dark/light theme toggle tests
Apr 21, 2026
a83f8de
feat(try-it-out): add interactive forms for GET, SET, DELETE operations
Apr 21, 2026
0ff3487
feat(web): add responsive design with comprehensive media queries
Apr 21, 2026
014ec8e
feat(accessibility): add WCAG 2.1 AA accessibility compliance
Apr 21, 2026
a20fd41
feat(a11y): add WCAG 2.1 AA accessibility compliance
Apr 21, 2026
62cf616
test(web): add concurrent user handling tests (Scenario 16)
Apr 21, 2026
9127017
fix(tests): update try_it_out accessibility tests for proper label pa…
Apr 21, 2026
a202797
feat(web): add error handling for invalid requests and edge cases
Apr 21, 2026
4d59853
test(web): add API response format consistency tests (Scenario 18)
Apr 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
**/*.rs.bk
.something/
Loading