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. 14 Feb, 2022 2 commits
  2. 13 Feb, 2022 2 commits
  3. 10 Feb, 2022 8 commits
  4. 09 Feb, 2022 6 commits
  5. 08 Feb, 2022 7 commits
    • M. Mert Yıldıran's avatar
      Add `test-lint` Makefile rule (#777) · 0865b6e3
      M. Mert Yıldıran authored
      0865b6e3
    • M. Mert Yıldıran's avatar
      Improve request-response matching and fix some interface conversion errors (#778) · a42a0cd0
      M. Mert Yıldıran authored
      * Add a PCAP based testbed
      
      * Fix typos
      
      * Download PCAPs from the Google Cloud bucket
      
      * Add a Python script to automate the PCAP testbed
      
      * Dump the test suite into a file named `suite.json`
      
      * Serialize entries separately
      
      * Dissect individual TCP streams one by one through separate PCAP files
      
      * Improve the reliability a little bit
      
      * Ditch the individual TCP streams idea
      
      * Fix some issues in Kafka
      
      * Print the total number of packets and TCP streams
      
      * Fix an interface conversion error in AMQP
      
      * Print the total number of returning items from the dissectors
      
      * Print the total number of returning items from the dissectors really
      
      * Fix a possible race condition
      
      * Do atomic increments just to be sure
      
      * Print the total number of Redis `Dissect` calls
      
      * Improve the request-response matching in Redis by including the TCP stream ID
      
      * Update the request-response pair matching key format in HTTP and Kafka
      
      * Rearrange the test suite
      
      * Add more queries to the test suite
      
      * Remove the debug prints
      
      * Add the assertions
      
      * Close the WebSocket connection faster
      
      * Make `MIZU_TEST` enviroment variable a shared constant
      
      * Add `test-lint` rule
      
      * Fix several issues in Kafka
      
      * Update the test suite
      
      * Add more queries
      
      * Fix the `test-lint` rule
      
      * Exit only after PCAP EOF
      
      * Add more queries
      
      * Update `suite.json`
      
      * Make the tests more stable
      
      * Revert the bad changes
      
      * Run `go mod tidy` on `tap/`
      a42a0cd0
    • RamiBerm's avatar
      TRA-4263 revert extensible routing (#774) · 145004fe
      RamiBerm authored
      * Update main.go, extensions.go, and 2 more files...
      
      * Update config_routes.go, entries_routes.go, and 7 more files...
      145004fe
    • RamiBerm's avatar
      TRA-4263 extensibility refactor (#770) · 0a4674ea
      RamiBerm authored
      * Refactor routers
      
      * refactor extension loading
      
      * refactor server creation code
      
      * Update main.go
      0a4674ea
    • Igor Gov's avatar
    • Igor Gov's avatar
    • Igor Gov's avatar
      Moving to go 1.17 (#766) · 98ca1b28
      Igor Gov authored
      * Updating to go1.17
      98ca1b28
  6. 07 Feb, 2022 4 commits
  7. 06 Feb, 2022 5 commits
  8. 03 Feb, 2022 2 commits
  9. 02 Feb, 2022 4 commits