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.
- 02 Jun, 2022 1 commit
-
-
AmitUp9 authored
* Major npm packages update * npm i command added to dockerfile * globally install npm new version * remove the packages lock file copy * package-lock commit and dockerfile revert changes * space removal Co-authored-by:
Roee Gadot <roee.gadot@up9.com>
-
- 01 Jun, 2022 1 commit
-
-
gadotroee authored
-
- 31 May, 2022 1 commit
-
-
AmitUp9 authored
-
- 30 May, 2022 2 commits
- 29 May, 2022 1 commit
-
-
Igor Gov authored
* Trigger mizu ent stg deployment on release
-
- 26 May, 2022 1 commit
-
-
AmitUp9 authored
-
- 25 May, 2022 1 commit
-
-
AmitUp9 authored
* #run_acceptance_tests * added new line to the end of the file * #run_acceptance_tests * linter fix * more linter issues fix
-
- 24 May, 2022 4 commits
-
-
AmitUp9 authored
* number of lines state added * added useEffect to update to showLineNubers state dynamically * small cr fixes
-
AmitUp9 authored
-
Nimrod Gilboa Markevich authored
-
leon-up9 authored
Co-authored-by: Leon <>
-
- 22 May, 2022 3 commits
-
-
RoyUP9 authored
-
Nimrod Gilboa Markevich authored
-
Nimrod Gilboa Markevich authored
-
- 19 May, 2022 5 commits
-
-
Nimrod Gilboa Markevich authored
-
David Levanon authored
-
M. Mert Yıldıran authored
* Fix `checkFilterByMethod` in acceptance tests * #run_acceptance_tests * Add `numberOfRecords` parameter to test specs #run_acceptance_tests * Fix the values #run_acceptance_tests * Fix the values #run_acceptance_tests * Fix #run_acceptance_tests * #run_acceptance_tests * Reduce value duplication #run_acceptance_tests Co-authored-by:
gadotroee <55343099+gadotroee@users.noreply.github.com> Co-authored-by:
Roee Gadot <roee.gadot@up9.com>
-
gadotroee authored
-
M. Mert Yıldıran authored
* Call `SetProtocol` in AMQP faster and remove `GetProtocol` method * #run_acceptance_tests * Remove the unused fields from the test mocks #run_acceptance_tests
-
- 18 May, 2022 3 commits
-
-
Nimrod Gilboa Markevich authored
* Add gin-contrib/pprof dependency * Run pprof server on agent with --profiler flag * Add --profiler flag to cli * Fix error message * Print cpu usage percentage * measure cpu of current pid instead of globaly on the system * Add scripts to plot performance * Plot packetsCount in analysis * Concat to DataFrame * Plot in turbo colorscheme * Make COLORMAP const * Fix rss units * Reduce code repetition by adding function for plotting * Allow grouping based on filenames * Temporary: Marked with comments where to disable code for experiments * Add newline at end of file * Add tap.cpuprofile flag. Change memprofile flag to tap.memprofile * create tapper modes for debugging using env vars * Fix rss plot units (MB instead of bytes) * Remove comment * Add info to plot script * Remove tap.cpumemprofile. Rename tap.memprofile to memprofile * Remove unused import * Remove whitespaces Co-authored-by:
M. Mert Yıldıran <mehmet@up9.com> * Remove whitespaces Co-authored-by:
M. Mert Yıldıran <mehmet@up9.com> * Remove whitespaces Co-authored-by:
M. Mert Yıldıran <mehmet@up9.com> * Remove whitespaces Co-authored-by:
M. Mert Yıldıran <mehmet@up9.com> * Remove whitespaces Co-authored-by:
M. Mert Yıldıran <mehmet@up9.com> * Remove whitespaces Co-authored-by:
M. Mert Yıldıran <mehmet@up9.com> * Rename debug env vars * Create package for debug env vars, read each env var once * Run go mod tidy * Increment MatchedPairs before emitting * Only count cores once * Count virtual and physical cores * Add dbgctl replace in cli * Fix lint: Check return values * Add tap/dbgctl to test-lint make rule * Replace tap/dbgctl in all modules * #run_acceptance_tests * Copy dbgctl module to docker image * Debug/profile tapper benchmark (#1093) * add mizu debug env to avoid all extensions * add readme + run_tapper_benchmark.sh * temporary change branch name * fix readme * fix MIZU_BENCHMARK_CLIENTS_COUNT env * change tap target to tcp stream * track live tcp streams * pr fixes * rename tapperPacketsCount to ignored_packets_count * change mizu tapper to mizu debugg Co-authored-by:
David Levanon <dvdlevanon@gmail.com> Co-authored-by:
M. Mert Yıldıran <mehmet@up9.com>
-
David Levanon authored
* stop tapping self tapper traffic * run go mod tidy * allow to explicitly ignore ports * remove unused code * remove shared from tap + go mod tidy * move ignroe ports to tapper * rename TapperPacketsCount to IgnoredPacketsCount * don't check null - go is smart * remove nil check
-
lirazyehezkel authored
-
- 17 May, 2022 3 commits
-
-
M. Mert Yıldıran authored
* Fix `checkFilter` method in the acceptance tests * #run_acceptance_tests * Remove duplicate assertion #run_acceptance_tests
-
M. Mert Yıldıran authored
* Fix a `nil pointer dereference` error that occurs in `tcpReader`'s `Read` method * #run_acceptance_tests * #run_acceptance_tests * Revert "Fix a `nil pointer dereference` error that occurs in `tcpReader`'s `Read` method" This reverts commit ccef6cb3931d0de6f3636e753eb82d045144392d. * Fix the race condition using locks #run_acceptance_tests
-
M. Mert Yıldıran authored
* Handle the wait for fetch in acceptance tests better * #run_acceptance_tests * Fix the error #run_acceptance_tests * Fix `waitForFetchAndPause` and `checkFilter` #run_acceptance_tests * Fix the tests #run_acceptance_tests
-
- 16 May, 2022 2 commits
-
-
M. Mert Yıldıran authored
* Spawn only two Goroutines per TCP stream * Fix the linter error * Use `isProtocolIdentified` method instead * Fix the `Read` method of `tcpReader` * Remove unnecessary `append` * Copy to buffer only a message is received * Remove `exhaustBuffer` field and add `rewind` function * Rename `buffer` field to `pastData` * Update tap/tcp_reader.go Co-authored-by:
Nimrod Gilboa Markevich <59927337+nimrod-up9@users.noreply.github.com> * Use `copy` instead of assignment * No lint * #run_acceptance_tests * Fix `rewind` #run_acceptance_tests * Fix the buffering algorithm #run_acceptance_tests * Add `TODO` * Fix the problems in AMQP and Kafka #run_acceptance_tests * Use `*bytes.Buffer` instead of `[]api.TcpReaderDataMsg` #run_acceptance_tests * Have a single `*bytes.Buffer` * Revert "Have a single `*bytes.Buffer`" This reverts commit fad96a28. * Revert "Use `*bytes.Buffer` instead of `[]api.TcpReaderDataMsg` #run_acceptance_tests" This reverts commit 0fc70bff . * Fix the early timing out issue #run_acceptance_tests * Remove `NewBytes()` method * Update the `NewTcpReader` method signature #run_acceptance_tests * #run_acceptance_tests * #run_acceptance_tests * #run_acceptance_tests Co-authored-by:
Nimrod Gilboa Markevich <59927337+nimrod-up9@users.noreply.github.com>
-
David Levanon authored
* limit fd to address map * limit fd to address map Co-authored-by:
gadotroee <55343099+gadotroee@users.noreply.github.com>
-
- 15 May, 2022 5 commits
-
-
Igor Gov authored
* Removing elastic dump experimental feature
-
RoyUP9 authored
-
leon-up9 authored
* selectList sticky header * selectList changed & servicemap adapted * ignore eslint Co-authored-by: Leon <> Co-authored-by:
AmitUp9 <96980485+AmitUp9@users.noreply.github.com>
-
M. Mert Yıldıran authored
* Fix the Kafka `ApiKey` query and add `ApiKeyName` field (human-readable `ApiKey`) * Update the dataset for Kafka unit tests * #run_acceptance_tests
-
RoyUP9 authored
-
- 14 May, 2022 2 commits
-
-
M. Mert Yıldıran authored
-
M. Mert Yıldıran authored
-
- 11 May, 2022 4 commits
-
-
leon-up9 authored
* insert filter and header to selectlist * handle single select * rename search var * font size changed
-
RoyUP9 authored
-
M. Mert Yıldıran authored
* #run_acceptance_tests * Wait 4 seconds after filter submission #run_acceptance_tests * Revert "Wait 4 seconds after filter submission #run_acceptance_tests" This reverts commit 3c20ccfc. * Upgrade Basenine version to `v0.8.2` #run_acceptance_tests * #run_acceptance_tests * Revert "Revert "Wait 4 seconds after filter submission #run_acceptance_tests"" This reverts commit f0c59515. * Reduce the delay to 2 seconds #run_acceptance_tests * Use `cy.wait()` instead of `setTimeout` * #run_acceptance_tests * Increase it to 4 seconds #run_acceptance_tests * #run_acceptance_tests * Wait for a second and pause the stream to preserve the DOM #run_acceptance_tests * Wait in a better place #run_acceptance_tests * Wait `pause-icon` to disappear #run_acceptance_tests * Wait one more second #run_acceptance_tests * Fix `setup.sh` * #run_acceptance_tests * Fix the place of `npm i` call * #run_acceptance_tests * Fix the other workflow as well #run_acceptance_tests * Fix the workflows once more * #run_acceptance_tests * Don't ignore `*/cypress/support` #run_acceptance_tests * Do `npm i` in `setup.sh` #run_acceptance_tests * Wait for at least 4 seconds #run_acceptance_tests * #run_acceptance_tests * Fix #run_acceptance_tests * Comment #run_acceptance_tests * Fix `{alt+enter}` to `{ctrl+enter}` and update the `checkFilter` and `deeperCheck` method signatures #run_acceptance_tests * #run_acceptance_tests * #run_acceptance_tests * Extract it to a function #run_acceptance_tests * Remove `cypress-wait-until` * Revert `.gitignore` #run_acceptance_tests
-
AmitUp9 authored
* screen resolution changes * fix window width to not overlap between headlines
-
- 10 May, 2022 1 commit
-
-
leon-up9 authored
* filters visble on click * servicemap layout * headers added Icon changed * flex removed , we have max size for filter * selection only from edges * caption changed * removed duplicated code * changes Co-authored-by: Leon <>
-