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.
  1. 17 May, 2022 2 commits
  2. 16 May, 2022 2 commits
    • M. Mert Yıldıran's avatar
      Spawn only two Goroutines per TCP stream (#1062) · bfa834e8
      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: default avatarNimrod 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: default avatarNimrod Gilboa Markevich <59927337+nimrod-up9@users.noreply.github.com>
      bfa834e8
    • David Levanon's avatar
      Feature/limit fd to address map (#1078) · 5c012641
      David Levanon authored
      
      * limit fd to address map
      
      * limit fd to address map
      Co-authored-by: default avatargadotroee <55343099+gadotroee@users.noreply.github.com>
      5c012641
  3. 15 May, 2022 5 commits
  4. 14 May, 2022 2 commits
  5. 11 May, 2022 4 commits
    • leon-up9's avatar
      match selectlist ui (#1077) · 414e5cfe
      leon-up9 authored
      * insert filter and header to selectlist
      
      * handle single select
      
      * rename search var
      
      * font size changed
      414e5cfe
    • RoyUP9's avatar
      Fixed oas query (#1076) · 2fac0009
      RoyUP9 authored
      2fac0009
    • M. Mert Yıldıran's avatar
      Fix acceptance tests failures caused by fetch 50 and a race in the tests (#1074) · 36d59ede
      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`...
      36d59ede
    • AmitUp9's avatar
      TRA-4513_grpc heading overlap request size (#1075) · ac53508a
      AmitUp9 authored
      * screen resolution changes
      
      * fix window width to not overlap between headlines
      ac53508a
  6. 10 May, 2022 2 commits
    • leon-up9's avatar
      UI/servicemap-dynamic-protocol-filters (#1072) · e24c1825
      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 <>
      e24c1825
    • leon-up9's avatar
      UI/Service-map-GUI-improvements (#1055) · b2830f13
      leon-up9 authored
      * filters visble on click
      
      * servicemap layout
      
      * headers added
      Icon changed
      
      * flex removed , we have max size for filter
      
      * added mixins
      
      * search input caption
      
      * PR commemts
      
      * changed colors to variables
      
      * lint fix
      small buttom style fix
      
      Co-authored-by: Leon <>
      b2830f13
  7. 09 May, 2022 1 commit
  8. 08 May, 2022 4 commits
  9. 04 May, 2022 1 commit
  10. 03 May, 2022 1 commit
  11. 02 May, 2022 6 commits
  12. 01 May, 2022 4 commits
  13. 28 Apr, 2022 5 commits
    • M. Mert Yıldıran's avatar
      Refactor `tap` module to achieve synchronously closing other protocol... · d3e6a69d
      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...
      d3e6a69d
    • AmitUp9's avatar
      ed9e162a
    • Igor Gov's avatar
      Fix: remove agent unused go dependency (#1050) · 4e22e775
      Igor Gov authored
      4e22e775
    • AmitUp9's avatar
      searchable dropdown added to oas modal (#1044) · 3978ace4
      AmitUp9 authored
      * searchable dropdown added to oas modal
      
      * remove unnecessary attribute from autocomplete
      
      * move css to sass file
      3978ace4
    • Igor Gov's avatar
      Introducing eslint (#1048) · e71a12d3
      Igor Gov authored
      * Introducing eslint
      e71a12d3
  14. 27 Apr, 2022 1 commit