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.
- 08 May, 2022 2 commits
-
-
lirazyehezkel authored
-
lirazyehezkel authored
* Fix outgoing filter * fix labels
-
- 04 May, 2022 1 commit
-
-
gadotroee authored
-
- 03 May, 2022 1 commit
-
-
AmitUp9 authored
* changed icon * close icon postion * linter fixes * make onSelectedOASService as callback function * removing lint warning * small fix Co-authored-by: Leon <>
-
- 02 May, 2022 6 commits
-
-
David Levanon authored
* avoid chunks with invalid address * tls tapper should distict between pids * prettfy tls verbose log and tls key * support tls from multi threads + duplicate calls to the same target * introduce fdCache and user address pair as tls key * remove unused comment * fix merge conflicts * use lru for fdcache * pr fixes - renaming * fix conflict issue
-
M. Mert Yıldıran authored
* Revert "Revert "Bring back `debug.FreeOSMemory()` call"" This reverts commit 69538cb7e3f4bf5ab0385667bb49acbe41f9a4b2. * Revert "Revert "Revert "Remove `GOGC` environment variable from tapper""" This reverts commit 3d9f37ab4bbb880c0428826877d02d317a0c478f. * Revert "Revert "Revert "Revert "Remove `GOGC` environment variable from tapper"""" This reverts commit 58ff0607ffd7d9ba1a9432355b1f93f68d067866. Co-authored-by:
gadotroee <55343099+gadotroee@users.noreply.github.com>
-
gadotroee authored
-
M. Mert Yıldıran authored
* Add from ARM64 to AMD64 cross-compilation support to the agent image * Replace `RUN`s with `&&` Co-authored-by:
gadotroee <55343099+gadotroee@users.noreply.github.com>
-
M. Mert Yıldıran authored
* Add GraphQL detection * Change the abbreviation to `GQL` * Fix the `TestMacros` test case * Try to fix the security issues reported by Snyk * Run `go mod tidy` in `agent` directory * Upgrade `golang.org/x/crypto` * Downgrade `golang.org/x/crypto` * Downgrade `golang.org/x/crypto` * Downgrade `golang.org/x/crypto` * Upgrade to `github.com/vektah/gqlparser/v2 v2.4.2` * Run `go mod tidy` * Replace `github.com/vektah/gqlparser/v2` with its fork `github.com/mertyildiran/gqlparser/v2` to fix the vulns * Upgrade the `github.com/mertyildiran/gqlparser/v2 v2.4.6` * Don't upgrade `golang.org/x/net`
-
gadotroee authored
-
- 01 May, 2022 4 commits
-
-
M. Mert Yıldıran authored
-
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 `checks...
-
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 3 commits
-
-
gadotroee authored
-
lirazyehezkel authored
Co-authored-by:
leon-up9 <97597983+leon-up9@users.noreply.github.com>
-
gadotroee authored
-