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
  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
      Unverified
      414e5cfe
    • RoyUP9's avatar
      Fixed oas query (#1076) · 2fac0009
      RoyUP9 authored
      Unverified
      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`
      
      * #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
      Unverified
      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
      Unverified
      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 <>
      Unverified
      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 <>
      Unverified
      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 `checksum`, `nooptcheck` and `ignorefsmerr` flags
      
      * Define a bunch of interfaces and don't export any new structs from `tap/api`
      
      * Keep the interfaces in `tap/api` but move the structs to `tap/tcp`
      
      * Fix the unit tests by depending on `github.com/up9inc/mizu/tap`
      
      * Use the modified `tlsEmitter`
      
      * Define `TlsChunk` interface and make `tlsReader` implement `TcpReader`
      
      * Remove unused fields in `tlsReader`
      
      * Define `ReassemblyStream` interface and separate `gopacket` specififc fields to `tcpReassemblyStream` struct
      
      Such that make `tap/api` don't depend on `gopacket`
      
      * Remove the unused fields
      
      * Make `tlsPoller` implement `TcpStream` interface and remove the call to `NewTcpStreamDummy` method
      
      * Remove unused fields from `tlsPoller`
      
      * Remove almost all of the setter methods in `TcpReader` and `TcpStream` interface and remove `TlsChunk` interface
      
      * Revert "Revert "Remove `GOGC` environment variable from tapper""
      
      This reverts commit ab2b9a80.
      
      * Revert "Bring back `debug.FreeOSMemory()` call"
      
      This reverts commit 1cce863b.
      
      * Remove excess comment
      
      * Fix acceptance tests (`logger` module) #run_acceptance_tests
      
      * Bring back `github.com/patrickmn/go-cache`
      
      * Fix `NewTcpStream` method signature
      
      * Put `tcpReader` and `tcpStream` mocks into protocol dissectors to remove `github.com/up9inc/mizu/tap` dependency
      
      * Fix AMQP tests
      
      * Revert 960ba644
      
      * Revert `go.mod` and `go.sum` files in protocol dissectors
      
      * Fix the comment position
      
      * Revert `AppStatsInst` change
      
      * Fix indent
      
      * Fix CLI build
      
      * Fix linter error
      
      * Fix error msg
      
      * Revert some of the changes in `chunk.go`
      Unverified
      d3e6a69d
    • AmitUp9's avatar
    • Igor Gov's avatar
      Fix: remove agent unused go dependency (#1050) · 4e22e775
      Igor Gov authored
      Unverified
      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
      Unverified
      3978ace4
    • Igor Gov's avatar
      Introducing eslint (#1048) · e71a12d3
      Igor Gov authored
      * Introducing eslint
      Unverified
      e71a12d3
  14. 27 Apr, 2022 1 commit