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.
- 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`
-
- 02 Sep, 2021 1 commit
-
-
M. Mert Yıldıran authored
* Separate HTTP related code into `extensions/http` as a Go plugin * Move `extensions` folder into `tap` folder * Move HTTP files into `tap/extensions/lib` for now * Replace `orcaman/concurrent-map` with `sync.Map` * Remove `grpc_assembler.go` * Remove `github.com/up9inc/mizu/tap/extensions/http/lib` * Add a build script to automatically build extensions from a known path and load them * Start to define the extension API * Implement the `run()` function for the TCP stream * Add support of defining multiple ports to the extension API * Set the extension name inside the extension * Declare the `Dissect` function in the extension API * Dissect HTTP request from inside the HTTP extension * Make the distinction of outbound and inbound ports * Dissect HTTP response from inside the HTTP extension * Bring back the HTTP request-response pair matcher * Return a `*api.RequestResponsePair` ...
-
- 04 May, 2021 1 commit
-
-
lirazyehezkel authored
* no message * infinite scroll + new ws implementation * no message * scrolling top * fetch button * more Backend changes * fix go mod and sum * mire fixes against develop * unused code * small ui refactor Co-authored-by:
Roee Gadot <roee.gadot@up9.com>
-
- 03 May, 2021 1 commit
-
-
nimrod-up9 authored
* Pass HARs between tap and api via channel. * Fixed make docker commad. * Various fixes. * Added .DS_Store to .gitignore. * Parse flags in Mizu main instead of in tap_output.go. * Use channel to pass HAR by default instead of files.
-
- 28 Apr, 2021 2 commits
-
-
Alex Haiut authored
* minor fixes * makefile fixes - docker build * minor fix in Makefile Co-authored-by:
Alex Haiut <alex@up9.com>
-
nimrod-up9 authored
* Added tap. * Ignore build directories. * Added tapper build to Makefile.
-
- 22 Apr, 2021 1 commit
-
-
Roee Gadot authored
-
- 20 Apr, 2021 1 commit
-
-
up9-github authored
-
- 19 Apr, 2021 1 commit
-
-
Alex Haiut authored
-