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.
- 28 Sep, 2021 1 commit
-
-
M. Mert Yildiran authored
-
- 27 Sep, 2021 1 commit
-
-
lirazyehezkel authored
-
- 25 Sep, 2021 1 commit
-
-
M. Mert Yıldıran authored
* Omit the `RULES` tab if the policy rules feature is inactive (WIP) * Propagate the boolean value `isRulesEnabled` from file read error to UI * Remove the debug log
-
- 24 Sep, 2021 1 commit
-
-
M. Mert Yıldıran authored
* Omit the `RESPONSE` tab and `elapsedTime` if the `response` is empty * Use the `hidden` attribute instead
-
- 23 Sep, 2021 6 commits
-
-
Nimrod Gilboa Markevich authored
-
M. Mert Yıldıran authored
* Bring in the files * Add request-response pair matcher for Redis * Implement the `Represent` method * Update `representGeneric` method signature * Don't export `IntToByteArr` * Remove unused `newRedisInputStream` method * Return the errors as string * Adapt to the latest change in the `develop`
-
M. Mert Yıldıran authored
-
RoyUP9 authored
-
M. Mert Yıldıran authored
-
M. Mert Yıldıran authored
-
- 22 Sep, 2021 5 commits
- 20 Sep, 2021 3 commits
-
-
M. Mert Yıldıran authored
* Fix some errors related to conversion to HAR * Fix the build error * Fix the variable name * Change to `Errorf`
-
Igor Gov authored
-
RoyUP9 authored
-
- 19 Sep, 2021 4 commits
-
-
Selton Fiuza authored
-
M. Mert Yıldıran authored
* Run acceptance tests on pull request * Take `options.DisableRedaction` into account * Log `defaultTapConfig` * Pass the `SENSITIVE_DATA_FILTERING_OPTIONS` to tapper daemon set too * Revert "Run acceptance tests on pull request" This reverts commit ad79f1418f2e5587f2c1282fd994415a17eeaf2f.
-
M. Mert Yıldıran authored
* Fix the OOMKilled error by calling `debug.FreeOSMemory` periodically * Remove `MAX_NUMBER_OF_GOROUTINES` environment variable * Change the line * Increase the default value of `TCP_STREAM_CHANNEL_TIMEOUT_MS` to `10000`
-
RoyUP9 authored
-
- 18 Sep, 2021 2 commits
-
-
M. Mert Yıldıran authored
* Bring back the sensitive data filtering feature * Add `// global` comment
-
Selton Fiuza authored
* Fix rules * Not reay, error on running * Empty dissector Rules() * almost working * Finally, fixed * undo changes on agent/pkg/utils/har.go * fix not showing service on rules detail * Update tap/api/api.go Co-authored-by:
gadotroee <55343099+gadotroee@users.noreply.github.com> * Update agent/pkg/controllers/entries_controller.go Co-authored-by:
gadotroee <55343099+gadotroee@users.noreply.github.com> * Update agent/pkg/controllers/entries_controller.go Co-authored-by:
gadotroee <55343099+gadotroee@users.noreply.github.com> * unwrap Data * Fix bug off using more than one latency rule that always get the first. * fix json type, decoding base64 before unmarshal * Run `go mod tidy` on `cli/go.sum` * Fix the linting issues * Remove a `FIXME` comment * Remove a CSS rule * Adapt `ruleNumberText` CSS class to the design language of the UI * Fix an issue in the UI related to `rule.Latency` slipping out * Removed unecessa...
-
- 15 Sep, 2021 1 commit
-
-
Igor Gov authored
-
- 14 Sep, 2021 2 commits
- 13 Sep, 2021 4 commits
-
-
M. Mert Yıldıran authored
Move `stats_tracker.go` into the extension API and increment `MatchedPairs` from inside the `Emit` method (#272) * Move `stats_tracker.go` into the extension API and increment `MatchedPairs` from inside the `Emit` method * Replace multiple `sync.Mutex`(es) with low-level atomic memory primitives
-
M. Mert Yıldıran authored
Make `ScrollableFeed` virtualized by replacing `react-scrollable-feed` with `react-scrollable-feed-virtualized` (#268) * Make `ScrollableFeed` virtualized by replacing `react-scrollable-feed` with `react-scrollable-feed-virtualized` * fix get new entries button * Fix the not populated `Protocol` struct in case of `GetEntries` endpoint is called Co-authored-by:
Liraz Yehezkel <lirazy@up9.com>
-
M. Mert Yıldıran authored
* Fix the JSON style to camelCase and rename `CONTRIBUTE.md` to `CONTRIBUTING.md` * Move `CONTRIBUTING.md` to `.github/` directory
-
M. Mert Yıldıran authored
-
- 12 Sep, 2021 2 commits
-
-
RoyUP9 authored
-
M. Mert Yıldıran authored
* Close the hanging TCP message channels after a dynamically aligned timeout (base `10000` milliseconds) * Bring back `source.Lazy` * Add a one more `sync.Map.Delete` call * Improve the formula by taking base Goroutine count into account * Reduce duplication * Include the dropped TCP streams count into the stats tracker and print a debug log whenever it happens * Add `superIdentifier` field to `tcpStream` to check if it has identified Also stop the other protocol dissectors if a TCP stream identified by a protocol. * Take one step forward in fixing the channel closing issue (WIP) Add `sync.Mutex` to `tcpReader` and make the loops reference based. * Fix the channel closing issue * Improve the accuracy of the formula, log better and multiply `baseStreamChannelTimeoutMs` by 100 * Remove `fmt.Printf` * Replace `runtime.Gosched()` with `time.Sleep(1 * time.Millisecond)` * Close the channels of other protocols in case of an identification * Simplify the logic * Replace the formula with hard timeout 5000 milliseconds and 4000 maximum number of Goroutines
-
- 11 Sep, 2021 1 commit
-
-
M. Mert Yıldıran authored
* Fix the build error in PR validation (temp) * Set Go version to 1.16 * Revert "Fix the build error in PR validation (temp)" This reverts commit 4cb613251cc50f7366284172ba09181af0c6d68a.
-
- 09 Sep, 2021 1 commit
-
-
M. Mert Yıldıran authored
* Permanently resolve the memory exhaustion in AMQP Introduce; - `MEMORY_PROFILING_DUMP_PATH` - `MEMORY_PROFILING_TIME_INTERVAL` environment variables and make `startMemoryProfiler` method more parameterized. * Fix a leak in HTTP * Revert "Fix a leak in HTTP" This reverts commit 9d46820ff3730bc5ef80f90243a42b12e8f695fb. * Set maximum AMQP message size to 16MB * Set `GOGC` to 12800 * Remove some commented out lines and an unnecessary `else if`
-
- 08 Sep, 2021 1 commit
-
-
Igor Gov authored
-
- 07 Sep, 2021 1 commit
-
-
M. Mert Yıldıran authored
-
- 06 Sep, 2021 3 commits