This project is mirrored from https://gitee.com/mirrors/Mizu.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 01 May, 2022 3 commits
-
-
M. Mert Yıldıran authored
Fix the request-response matcher maps iteration in `clean()` method and share the streams map with the TLS tapper (#1059) * Fix `panic: interface conversion: api.RequestResponseMatcher is nil, not *http.requestResponseMatcher` error Also fix the request-response matcher maps iteration in `clean()` method. * Fix the mocks in the unit tests * Remove unnecessary fields from `tlsPoller` and implement `SetProtocol` method * Use concrete types in `tap` package * Share the streams map with the TLS tapper * Check interface conversion error
-
AmitUp9 authored
-
David Levanon authored
-
- 28 Apr, 2022 5 commits
-
-
M. Mert Yıldıran authored
Refactor `tap` module to achieve synchronously closing other protocol dissectors upon identification (#1026) * Remove `tcpStreamWrapper` struct * Refactor `tap` module and move some of the code to `tap/api` module * Move `TrafficFilteringOptions` struct to `shared` module * Change the `Dissect` method signature to have `*TcpReader` as an argument * Add `CloseOtherProtocolDissectors` method and use it to synchronously close the other protocol dissectors * Run `go mod tidy` in `cli` module * Rename `SuperIdentifier` struct to `ProtoIdentifier` * Remove `SuperTimer` struct * Bring back `CloseTimedoutTcpStreamChannels` method * Run `go mod tidy` everywhere * Remove `GOGC` environment variable from tapper * Fix the tests * Bring back `debug.FreeOSMemory()` call * Make `CloseOtherProtocolDissectors` method mutexed * Revert "Remove `GOGC` environment variable from tapper" This reverts commit cfc2484b. * Bring back the removed `checksum`, `nooptcheck` and `ignorefsmerr` flags * Define a bunch of interfaces and don't export any new structs from `tap/api` * Keep the interfaces in `tap/api` but move the structs to `tap/tcp` * Fix the unit tests by depending on `github.com/up9inc/mizu/tap` * Use the modified `tlsEmitter` * Define `TlsChunk` interface and make `tlsReader` implement `TcpReader` * Remove unused fields in `tlsReader` * Define `ReassemblyStream` interface and separate `gopacket` specififc fields to `tcpReassemblyStream` struct Such that make `tap/api` don't depend on `gopacket` * Remove the unused fields * Make `tlsPoller` implement `TcpStream` interface and remove the call to `NewTcpStreamDummy` method * Remove unused fields from `tlsPoller` * Remove almost all of the setter methods in `TcpReader` and `TcpStream` interface and remove `TlsChunk` interface * Revert "Revert "Remove `GOGC` environment variable from tapper"" This reverts commit ab2b9a80. * Revert "Bring back `debug.FreeOSMemory()` call" This reverts commit 1cce863b. * Remove excess comment * Fix acceptance tests (`logger` module) #run_acceptance_tests * Bring back `github.com/patrickmn/go-cache` * Fix `NewTcpStream` method signature * Put `tcpReader` and `tcpStream` mocks into protocol dissectors to remove `github.com/up9inc/mizu/tap` dependency * Fix AMQP tests * Revert 960ba644 * Revert `go.mod` and `go.sum` files in protocol dissectors * Fix the comment position * Revert `AppStatsInst` change * Fix indent * Fix CLI build * Fix linter error * Fix error msg * Revert some of the changes in `chunk.go`
-
AmitUp9 authored
-
Igor Gov authored
-
AmitUp9 authored
* searchable dropdown added to oas modal * remove unnecessary attribute from autocomplete * move css to sass file
-
Igor Gov authored
* Introducing eslint
-
- 27 Apr, 2022 2 commits
-
-
M. Mert Yıldıran authored
-
M. Mert Yıldıran authored
Make `logger` a separate module such that don't depend on `shared` module as a whole for logging (#1047) * Make `logger` a separate module such that don't depend on `shared` module as a whole for logging * Update `Dockerfile`
-
- 26 Apr, 2022 2 commits
-
-
lirazyehezkel authored
-
David Levanon authored
-
- 25 Apr, 2022 2 commits
-
-
David Levanon authored
-
gadotroee authored
-
- 24 Apr, 2022 8 commits
-
-
leon-up9 authored
Co-authored-by: Leon <>
-
leon-up9 authored
* filter graph when refresh * change to const * listen only for getServicesForFilter Co-authored-by: Leon <> Co-authored-by:
Igor Gov <iggvrv@gmail.com>
-
Igor Gov authored
# Conflicts: # ui-common/package.json # ui-common/src/components/TrafficViewer/EntryListItem/EntryListItem.module.sass # ui-common/src/components/TrafficViewer/EntryListItem/EntryListItem.tsx # ui/package.json # ui/src/components/Pages/TrafficPage/TrafficPage.tsx # ui/src/components/ServiceMapModal/ServiceMapModal.tsx # ui/src/components/ServiceMapModal/ServiceMapOptions.ts
-
RoyUP9 authored
-
Igor Gov authored
-
leon-up9 authored
* LoadingOverlay z-index * resizable max width servicemap edges background color * z-index as overlay Co-authored-by: Leon <>
-
leon-up9 authored
height for horizontal scroll like in Ent Co-authored-by: Leon <> Co-authored-by:
lirazyehezkel <61656597+lirazyehezkel@users.noreply.github.com>
-
M. Mert Yıldıran authored
-
- 20 Apr, 2022 4 commits
-
-
lirazyehezkel authored
-
RoyUP9 authored
-
lirazyehezkel authored
-
AmitUp9 authored
* note added and formatting added * showing message on ui instead of console error
-
- 19 Apr, 2022 8 commits
-
-
gadotroee authored
-
lirazyehezkel authored
Co-authored-by:
leon-up9 <97597983+leon-up9@users.noreply.github.com>
-
gadotroee authored
-
M. Mert Yıldıran authored
-
M. Mert Yıldıran authored
* Upgrade Basenine to `0.7.3` * Bring back `github.com/patrickmn/go-cache` that's removed by `go mod tidy`
-
leon-up9 authored
* Link component * change defualt use * PR comments Co-authored-by: Leon <>
-
Igor Gov authored
-
gadotroee authored
* update test files paths
-
- 18 Apr, 2022 3 commits
-
-
David Levanon authored
* add namespace to tls - initial commit * add tls namespace to mizu entry
-
M. Mert Yıldıran authored
-
M. Mert Yıldıran authored
TRA-4501 Don't panic in case of a Basenine connection error and try to reconnect with 3 seconds intervals (#1012) * Don't panic in case of a Basenine connection error and try to reconnect with 3 seconds intervals * More improvements
-
- 17 Apr, 2022 3 commits
-
-
M. Mert Yıldıran authored
TRA-4494 Remove all non-functional `OutboundLink` code that was providing `/status/recentTLSLinks` endpoint (#1008) * Remove non-critical TLS detected log that causes `slice bounds out of range` error * Remove all non-functional `OutboundLink` code that was providing `/status/recentTLSLinks` endpoint * Fix more unused code
-
lirazyehezkel authored
-
lirazyehezkel authored
-