* link open in a new tab
* fixed double toast
* added const
* javiers new icon
* epbg img fix
* pkg update
* changed import
* formated
Co-authored-by: Leon <>
* Make `EntryTitle` component responsive
* useRequetTextByWidth added
* renamed
Co-authored-by: M. Mert Yildiran <mehmet@up9.com>
Co-authored-by: Leon <>
* information icon added
* new icon and position
* icon changed
* new Ver
* space removed
Co-authored-by: Adam Kol <adam@up9.com>
Co-authored-by: Leon <>
Update tappers via websocket instead of by env var. This way the DaemonSet doesn't have to be applied just to notify the tappers that the tap targets changed. The number of tapper restarts is reduced. The DaemonSet still gets applied when there is a need to add/remove a tapper from a node.
* Define `ReadProgress` struct and update `Dissector` interface such that the `bufio.Reader` progress can be learned on item emitting
* Display the `requestSize` and `responseSize` fields in the UI
* Update the tests
* publish ui-common version 1.0.130 and bump to this version in ui/package.json file
Co-authored-by: gadotroee <55343099+gadotroee@users.noreply.github.com>
Co-authored-by: Roee Gadot <roee.gadot@up9.com>
* Add `/db/flush` and `/db/reset` API endpoints
* Handle the unmarshalling errors better in the WebSocket
* Handle Basenine connection error better in the WebSocket
* Upgrade to Basenine `v0.6.5`
* Fix the duplicated `StartTime` state
Co-authored-by: gadotroee <55343099+gadotroee@users.noreply.github.com>
* Define `Capture` type and expect it as an argument in `Dissect` method
* Add an indicator for the eBPF sourced entries
* Fix the Go lint error
* Fix the logic in the UI
* Update the expected JSONs
* Add TODOs
* Add `UndefinedCapture` constant
* Define `CaptureTypes` enum
* initial commit
* removing files
* after pr
* move StatusBar to common
* last changes from dev
* update common-ui
* webSocket was added to TrafficViewerApi
* useWS
* actionButtons added to TrafficV
* comment clean
* api clean up
* api clean up
* statusbar position changed
* Checkbox changed
* AnalyzeButton exported to common
* CustomModal added from Ent
* oas modal exported to common
* removed redundant
* oasmodal usage
* es6 function
* api changed
* removed react-scripts
Co-authored-by: Leon <>
* Upgrade to Basenine `v0.6.2`, add `xml` helper, make `xml` and `json` helpers available in `redact` helper
* URL encode the query
* Upgrade to Basenine `v0.6.3`
* Always derive the summary and method fields from the entry in the database on read
* Update the expected JSONs in the protocol unit tests
* Add test cases for `Summarize` method
* Remove unused `GetEntry` method, `DataUnmarshaler` struct and `UnmarshalData` method
* Temporarily enable the acceptance tests
* Temporarily disable Slack notification on failure
* Update the Cypress tests
* Fix an issue in Redis
* Fix a typo and the Cypress tests
* Revert "Temporarily disable Slack notification on failure"
This reverts commit cad1901ea4.
* Revert "Temporarily enable the acceptance tests"
This reverts commit bad7706c9b.