Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
5ec252f
docs: add request history design spec
slverma Jul 16, 2026
140ec76
docs: fix history spec to restore raw config, not resolved values
slverma Jul 16, 2026
c42c91b
docs: correct CHANGELOG convention note in history spec
slverma Jul 16, 2026
ea47f05
docs: add request history implementation plan
slverma Jul 16, 2026
2229ff1
feat: add HistoryEntry type and relative-time helper
slverma Jul 16, 2026
253bedd
feat: add HistoryManager for capped, truncated request history storage
slverma Jul 16, 2026
d548d06
fix: truncate history bodies by UTF-8 byte length, not character count
slverma Jul 16, 2026
275cbbd
feat: record request history on every send and wire HistoryManager th…
slverma Jul 16, 2026
478db70
feat: add shared HistoryEntryList component and history styles
slverma Jul 16, 2026
12d806e
feat: add per-request History tab to the request editor
slverma Jul 16, 2026
563e388
feat: handle global history messages (list, delete, clear, restore) i…
slverma Jul 16, 2026
5bd1783
feat: add global History section to the sidebar
slverma Jul 16, 2026
3a13b8a
docs: mark request history roadmap item done
slverma Jul 16, 2026
df9584f
fix: cross-notify sidebar and open panels on history delete/clear, fi…
slverma Jul 16, 2026
9c9ca04
fix: add margin between History toggle and header actions row in sidebar
slverma Jul 16, 2026
10e598d
fix: pin .btn-primary to a fixed height so New Collection and Clear A…
slverma Jul 16, 2026
f9d3f3a
docs: add design spec for moving global history to an editor panel
slverma Jul 16, 2026
509e0fc
docs: add implementation plan for the history editor panel refactor
slverma Jul 16, 2026
b3ce00c
ref: extract history operations onto SidebarProvider as public methods
slverma Jul 16, 2026
4622741
feat: add HistoryEditorProvider and a new history webview bundle
slverma Jul 16, 2026
a47995d
feat: wire restlab.openHistory command and notify the History panel o…
slverma Jul 16, 2026
16bc457
feat: replace in-sidebar history list with a button that opens the Hi…
slverma Jul 16, 2026
c5ca51c
docs: add design spec for history enable/disable toggle
slverma Jul 17, 2026
321734e
docs: add implementation plan for the history opt-out toggle
slverma Jul 17, 2026
e4b15b5
feat: add a globalState-backed enable/disable flag for request history
slverma Jul 17, 2026
a36dffa
feat: add a toggle in the History panel to pause/resume request recor…
slverma Jul 17, 2026
147364c
copy: rename history toggle label to "Keep recording"
slverma Jul 17, 2026
76f5d7f
copy: swap 'recording' for 'tracking' in history toggle copy
slverma Jul 17, 2026
5025897
copy: rename history toggle to 'Enable History' / 'History is paused'
slverma Jul 17, 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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All notable changes to the REST Lab extension will be documented in this file.

## Future Roadmap

- [ ] Request history
- [x] Request history
- [ ] Pre-request scripts
- [ ] Test scripts / assertions
- [ ] Code generation (JS fetch, Python requests, curl, etc.)
Expand Down
Loading