You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add endpoint
* Update logging
* Add run configs
* Fix printly
* Fix precommit
* fix typo in function name
* SSE plumbing
* observer pattern
* rm nil check
* Add toggle for new "events" section on SPA.
* modes for SPA
* Revert "modes for SPA"
This reverts commit 0774bfc.
* Revert "Add toggle for new "events" section on SPA."
This reverts commit 4a251b4.
* update git ignore
* rename app to flagpage
* finish multi-page refactor
* Revert "finish multi-page refactor"
This reverts commit 62b25bf.
* Revert "rename app to flagpage"
This reverts commit 9731ced.
* add buttons to swap
* Add event splitting
* Switch to raw message
* initial stream page
* Add kind selection
* take event rendering to be its own component
* list
* add basic tabularization of summary events
* more context types
* add react router
* clean up buttons to be dropdown
* add feature events to list
* fix refresh without dev server
* Add basic sql for event writting
* Add query
* Add debug session
* Add event store
* Add query
* remove random text
* enable feature events to be visible based on if a flag is overridden or not
* Add sqllite writter
* ui improvements
* make feature events more visible
* clean up link column
* add pagination for debug events
* Add enpoint for debug sessions
* dark mode css
* Fix data parsing
* streaming css
* Fix linting
* add streaming button
* timestamp fallback
* rename key to target
* refactor events table
* hideButtonSometimes
* Up the limit
* remove limit
* Vibes
* Vibes: add debug sessions page
* remove per event filtering
* more parsing of context kinds
* remove back link for debug session
* css
* bigger boxes
* handle empty list
* Add debug session deletion
* Add delete endpoint
* Handle debug sessions
* copy button improvements
* Clean up empty debug session on startup
* add filter for debug session page
* Don't log json raw message
* new search
* remove explicit any
* more lint
* better types
* lint
* lint
* more test
* TS
* dist
* prettier
* Fix sql semantics
* Add overrides
* remove run configs
* fix clipboard link
* dist
* Docs
* Move event base
* Move events api to its own package because its a cross-cutting concern
* Use launchdpad components for everything
* Fix debug sessions page zero state crash
* Use event timestamps over now() where possible
* Heading > h3
* Fix issue where some pages dont re-render
Resolves an issue where viewing a debug session and then going back in
history caused pages to stop re-rendering
* Linter
* Revive the favicon by skipping SPA for /ui/*.svg
* Remove log spam
---------
Co-authored-by: Mori Bellamy <mbellamy@launchdarkly.com>
Co-authored-by: Tom Varney <tvarney@launchdarkly.com>
Co-authored-by: Brian Van Staalduine <1323225+brianvans@users.noreply.github.com>
0 commit comments