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. 04 Jul, 2022 3 commits
  2. 03 Jul, 2022 4 commits
    • leon-up9's avatar
      Ui/replay demo notes (#1180) · 57078517
      leon-up9 authored
      * close ws on open
      
      * chech if json before parsing
      
      * setting defualt tab reponse and missing dep
      
      * remove redundant
      
      * space
      
      * PR fixes
      
      * remove redundant
      
      * changed order
      
      * Revert "remove redundant"
      
      This reverts commit 2f0bef5d3378b62120e53625cb2b12d95a73747e.
      
      * revert order change
      
      * changes
      
      * change
      
      * changes
      
      Co-authored-by: Leon <>
      57078517
    • AmitUp9's avatar
      fix select in traffic stats ui (#1179) · b4bc0963
      AmitUp9 authored
      b4bc0963
    • lirazyehezkel's avatar
      TRA-4622 Remove rules feature UI (#1178) · 302333b4
      lirazyehezkel authored
      
      * Removed policy rules (validation rules) feature
      
      * updated test pcap
      
      * Remove rules
      
      * fix replay in rules
      Co-authored-by: default avatarRoy Island <roy@up9.com>
      Co-authored-by: default avatarRoyUP9 <87927115+RoyUP9@users.noreply.github.com>
      Co-authored-by: default avatarRoee Gadot <roee.gadot@up9.com>
      302333b4
    • leon-up9's avatar
      Ui/TRA-4607 - replay mizu requests (#1165) · 13ed8eb5
      leon-up9 authored
      * modal & keyValueTable added
      
      * added pulse animation
      KeyValueTable Behavior improved
      CodeEditor addded
      
      * style changed
      
      * codeEditor styling
      support query params
      
      * send request data
      
      * finally stop loading
      
      * select width
      
      * methods and requesr format
      
      * icon changed & moved near request tab
      
      * accordions added and response presented
      
      * 2 way params biding
      
      * remove redundant
      
      * host path fixed
      
      * fix path input
      
      * icon styles
      
      * fallback for format body
      
      * refresh button
      
      * changes
      
      * remove redundant
      
      * closing tag
      
      * capitilized character
      
      * PR comments
      
      * removed props
      
      * small changes
      
      * color added to reponse data
      
      Co-authored-by: Leon <>
      13ed8eb5
  3. 30 Jun, 2022 2 commits
  4. 29 Jun, 2022 2 commits
  5. 28 Jun, 2022 2 commits
  6. 26 Jun, 2022 4 commits
  7. 23 Jun, 2022 2 commits
  8. 22 Jun, 2022 1 commit
  9. 21 Jun, 2022 2 commits
  10. 20 Jun, 2022 1 commit
    • M. Mert Yıldıran's avatar
      Add ARM64 support to eBPF (#1151) · f9a9c05f
      M. Mert Yıldıran authored
      * Define and use `BPF_CFLAGS` environment variable
      
      * Add eBPF dependencies to `builder-from-amd64-to-arm64v8` and `builder-native-base`
      
      * Add eBPF dependencies to `builder-from-arm64v8-to-amd64`
      
      * Only compile x86 arch of Capstone for x86 target
      
      * Build and install `libbpf` from source
      
      * Fix `builder-from-arm64v8-to-amd64`
      
      * Add `BPF_TARGET` environment variable
      
      * Fix the eBPF verifier error on ARM64
      
      * Fix `go_crypto_tls_ex_uprobe`
      
      * Fix the check
      
      * #run_acceptance_tests
      
      * Fix the build script
      
      * Include ARM64 files
      
      * Bring back `x86.o`
      
      * Generate both endianness
      
      * Fix Dockerfile
      
      * #run_acceptance_tests
      
      * Determine the endianness on runtime if it's possible in Go (default little-endian) #run_acceptance_tests
      
      * Revert "Determine the endianness on runtime if it's possible in Go (default little-endian) #run_acceptance_tests"
      
      This reverts commit a2c83c6040a6c26b9f005dc8e3cec46764956494.
      
      * Remove big-endian files #run_...
      f9a9c05f
  11. 19 Jun, 2022 4 commits
  12. 16 Jun, 2022 3 commits
  13. 14 Jun, 2022 1 commit
  14. 13 Jun, 2022 2 commits
  15. 12 Jun, 2022 4 commits
    • M. Mert Yıldıran's avatar
      Update Basenine hashes (#1138) · 1f70eab0
      M. Mert Yıldıran authored
      1f70eab0
    • M. Mert Yıldıran's avatar
      Upgrade Basenine to `v0.8.3` (#1137) · ea499190
      M. Mert Yıldıran authored
      * Upgrade Basenine to `v0.8.3`
      
      * #run_acceptance_tests
      ea499190
    • M. Mert Yıldıran's avatar
      Add Go `crypto/tls` eBPF tracer for TLS connections (#1120) · 2ad4838c
      M. Mert Yıldıran authored
      * Run `go generate tls_tapper.go`
      
      * Add `golang_uprobes.c`
      
      * Add Golang hooks and offsets
      
      * Add `golangConnection` struct and implement `pollGolangReadWrite` method
      
      * Upgrade `github.com/cilium/ebpf` version to `v0.8.1`
      
      * Fix the linter error
      
      * Move map related stuff to `maps.h` and run `go generate tls_tapper.go`
      
      * Remove unused parameter
      
      * Add an environment variable to test Golang locally
      
      * Replace `Libssl` occurrences with `Ssllib` for consistency
      
      * Fix exe path finding
      
      * Temporarily disable OpenSSL
      
      * Fix the mixed offsets and dissection preparation
      
      * Change the read symbol from `net/http.(*persistConn).Read` to `crypto/tls.(*Conn).Read`
      
      * Remove `len` and `cap` fields
      
      * Fix the indent
      
      * Fix the read data address
      
      * Make `golang_dial_writes` key `__u64` and include the PID
      
      * Fix the read data address one more time
      
      * Temporarily disable the PCAP capture
      
      * Add a uprobe for `net/http.(*g...
      2ad4838c
    • lirazyehezkel's avatar
      TRA-4276 Folder structure refactor (#1131) · e41488ef
      lirazyehezkel authored
      * mizu-common folder structure refactor
      
      * no message
      
      * change images import from absolute to relative
      
      * relative sass imports
      
      * no message
      
      * remove tgz
      
      * spinner style
      e41488ef
  16. 08 Jun, 2022 1 commit
    • AmitUp9's avatar
      TRA-4596_Update material UI to v5 (#1132) · 533fb71b
      AmitUp9 authored
      * install @mui v5 and change imports
      
      * upgrade MUI v5 in mizu community
      
      * package-lock of mizu community and ui-common
      
      * fix ui-common path
      
      * #run_acceptance_tests
      
      * remove comment
      
      * cr fixes
      533fb71b
  17. 06 Jun, 2022 2 commits