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.
- 20 Oct, 2021 18 commits
-
-
David Levanon authored
Merge branch 'feature/tapper-refactor-i/diagnose-package' of https://github.com/up9inc/mizu into feature/tapper-refactor-i/source-package
-
David Levanon authored
-
David Levanon authored
-
David Levanon authored
-
David Levanon authored
Merge branch 'feature/tapper-refactor-i/extract-stats-function-out' of https://github.com/up9inc/mizu into feature/tapper-refactor-i/internal-tapper-stats
-
David Levanon authored
Merge branch 'feature/tapper-refactor-i/tcp-packet-source-and-assembler' of https://github.com/up9inc/mizu into feature/tapper-refactor-i/extract-stats-function-out
-
https://github.com/up9inc/mizuDavid Levanon authored
Merge branch 'develop' of https://github.com/up9inc/mizu into feature/tapper-refactor-i/tcp-packet-source-and-assembler
-
David Levanon authored
-
David Levanon authored
-
David Levanon authored
-
RoyUP9 authored
-
David Levanon authored
Merge branch 'feature/tapper-refactor-i/tcp-packet-source-and-assembler' of https://github.com/up9inc/mizu into feature/tapper-refactor-i/extract-stats-function-out
-
David Levanon authored
-
RamiBerm authored
Co-authored-by:
Rami Berman <rami.berman@up9.com>
-
David Levanon authored
Merge branch 'feature/tapper-refactor-i/tcp-packet-source-and-assembler' of https://github.com/up9inc/mizu into feature/tapper-refactor-i/extract-stats-function-out
-
https://github.com/up9inc/mizuDavid Levanon authored
Merge branch 'develop' of https://github.com/up9inc/mizu into feature/tapper-refactor-i/tcp-packet-source-and-assembler
-
David Levanon authored
* add passive-tapper main tester (#353) * add passive-tapper main tester * add errors to go.sum of mizu agent * disable host mode for tester - to avoid filterAuthorities * rename main to tester * build extenssions as part of the tester launch * add a README to the tester * solving go.mod and .sum conflicts with addition of go-errors * trivial warning fixes (#354) * add passive-tapper main tester * trivial warning fixes * add errors to go.sum of mizu agent * disable host mode for tester - to avoid filterAuthorities * tcp streams map (#355) * add passive-tapper main tester * trivial warning fixes * add errors to go.sum of mizu agent * tcp streams map * disable host mode for tester - to avoid filterAuthorities * set tcp streams map for tcp stream factory * change rlog to mizu logger * errors map (#356) * add passive-tapper main tester * trivial warning fixes * add errors to go.sum of mizu agent * ...
-
RoyUP9 authored
-
- 19 Oct, 2021 18 commits
-
-
David Levanon authored
Merge branch 'feature/tapper-refactor-i/tcp-packet-source-and-assembler' of https://github.com/up9inc/mizu into feature/tapper-refactor-i/extract-stats-function-out
-
David Levanon authored
-
David Levanon authored
-
David Levanon authored
make struts private at this point - planning to move some packages to their own package so we can utilize encapsulation
-
David Levanon authored
introduce tcp_assembler and tcp_packet_source - the motivation is to split the actual packet sources from the assembler, so we can have a single thread for the assembly which is separated from packet source threads
-
David Levanon authored
* add passive-tapper main tester * trivial warning fixes * add errors to go.sum of mizu agent * tcp streams map * disable host mode for tester - to avoid filterAuthorities * set tcp streams map for tcp stream factory * errors map * move own ips to tcp stream factory * fix ownips compilation issue
-
David Levanon authored
* add passive-tapper main tester * trivial warning fixes * add errors to go.sum of mizu agent * tcp streams map * disable host mode for tester - to avoid filterAuthorities * set tcp streams map for tcp stream factory * errors map * move own ips to tcp stream factory
-
David Levanon authored
* add passive-tapper main tester * trivial warning fixes * add errors to go.sum of mizu agent * tcp streams map * disable host mode for tester - to avoid filterAuthorities * set tcp streams map for tcp stream factory * errors map * change int to uint - errorsmap * change from int to uint * Change errorsMap.nErrors to uint. * change errors map to mizu logger instead of rlog * init mizu logger in tester + fix errormap declaration Co-authored-by:
Nimrod Gilboa Markevich <nimrod@up9.com>
-
David Levanon authored
* add passive-tapper main tester * trivial warning fixes * add errors to go.sum of mizu agent * tcp streams map * disable host mode for tester - to avoid filterAuthorities * set tcp streams map for tcp stream factory * change rlog to mizu logger
-
David Levanon authored
* add passive-tapper main tester * trivial warning fixes * add errors to go.sum of mizu agent * disable host mode for tester - to avoid filterAuthorities
-
David Levanon authored
* add passive-tapper main tester * add errors to go.sum of mizu agent * disable host mode for tester - to avoid filterAuthorities * rename main to tester * build extenssions as part of the tester launch * add a README to the tester * solving go.mod and .sum conflicts with addition of go-errors
-
RoyUP9 authored
-
M. Mert Yıldıran authored
-
M. Mert Yıldıran authored
* Remove `github.com/romana/rlog` dependency completely * Comment out all the unnecessary logging in the protocol extensions * Remove commented out all the unnecessary logging lines * Remove two more lines related to logging
-
RamiBerm authored
* Update watch.go and debounce.go * Update debounce.go * Update watch.go * Update watch.go * Update watch.go * Update watch.go * Update watch.go Co-authored-by:
Rami <rami@rami-work>
-
M. Mert Yıldıran authored
* Add OAS contract monitoring support * Pass the contract failure reason to UI * Fix the issues related to contract validation * Fix rest of the issues in the UI * Add documentation related to contract monitoring feature * Fix a typo in the docs * Unmarshal to `HTTPRequestResponsePair` only if the OAS validation is enabled * Fix an issue caused by the merge commit * Slightly change the logic in the `validateOAS` method Change the `contractText` value to `No Breaches` or `Breach` and make the text `white-space: nowrap`. * Retrieve and display the failure reason for both request and response Also display the content of the contract/OAS file in the UI. * Display the OAS under `CONTRACT` tab with syntax highlighting Also fix the styling in the entry feed. * Remove `EnforcePolicyFileDeprecated` constant * Log the other errors as well * Get context from caller instead * Define a type for the contract status and make it...
-
M. Mert Yıldıran authored
Set the default log level for Agent to `INFO` and raise it to `DEBUG` if `dump-logs=true` is provided (#373) * Set the default log level for Agent to `INFO` and change it to `DEBUG` if `dump-logs=true` is provided * Remove `Trace` method and replace its calls with `Debug` * Export logging levels from `logger` by defining functions * Revert "Export logging levels from `logger` by defining functions" This reverts commit e554e40f4a16f07bf7b1f2ee4a7d2544a5a5a19d. * Run `go mod tidy` on agent * Define a method named `determineLogLevel`
-
RoyUP9 authored
-
- 18 Oct, 2021 2 commits
-
-
M. Mert Yıldıran authored
-
M. Mert Yıldıran authored
* Fix the `go.mod` of `acceptanceTests` * Enable acceptance tests * Revert "Enable acceptance tests" This reverts commit e21c527e69237fed85af4564384b9236a829e4f2.
-
- 17 Oct, 2021 2 commits
-
-
M. Mert Yıldıran authored
-
M. Mert Yıldıran authored
Move the `8899` integer and string literals into a `const` named `DefaultApiServerPort` in `shared` (#367)
-