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. 01 Jul, 2021 2 commits
  2. 30 Jun, 2021 5 commits
  3. 29 Jun, 2021 2 commits
  4. 27 Jun, 2021 2 commits
    • nimrod-up9's avatar
      Fix crash when there are no pods matching the regex (#85) · c59aadb2
      nimrod-up9 authored
      * Removed done todo.
      
      * Error when trying to apply tapper-daemonset with 0 pods in affinity.
      
      * Reorder imports.
      
      * Create/update mizu tappers if there are tapped pods. Delete if there are no tapped pods.
      
      * Skip deletion if tapper daemonset is not installed.
      
      * Renamed createMizuTappers -> updateMizuTappers.
      
      * Renamed IsDaemonSetApplied -> CheckDaemonSetExists.
      
      * Skip deletion if pod / service is not installed.
      
      * Fixed: Inverted logic.
      
      * Rename.
      
      * Fixed compilation bugs.
      
      * Warn if no pods are found. Suggest changing the namespace.
      
      * Use consts.
      
      * Removed empty line.
      c59aadb2
    • nimrod-up9's avatar
      Refactoring (#84) · 6aaee4b5
      nimrod-up9 authored
      * Only use one channel for filtering HARs.
      
      * Only check if dest is service ip if message is outgoing.
      
      * Parse direction flag on input.
      
      * Renamed filterHarHeaders -> filterHarItems.
      
      * Fixed compilation bugs.
      6aaee4b5
  5. 24 Jun, 2021 1 commit
    • nimrod-up9's avatar
      TRA-3317 Tap and show outbound traffic (#83) · 6f47ad86
      nimrod-up9 authored
      * Tap outgoing: If --anydirection flag is passed with HOST_MODE, tap by source IP.
      
      * Moved ConnectionInfo from http_matcher to http_reader.
      
      * Generalized shouldTap in stream factory to get more properties.
      
      * tap reports IsOutgoing property of tcp connection.
      
      * gofmt.
      
      * CLI instructs tapper to tap outgoing connections.
      
      * API saves IsOutgoing to DB and passes it to UI.
      
      * Add a visual marker in the HAR list for outgoing messages.
      
      * Fixed: Swapped src and dst.
      
      * Resolver keeps a list of all ClusterIP services.
      
      * Do not save HARs with destination ClusterIP services.
      
      * CLI accepts flag that controls traffic direction.
      
      * Indicate incoming/outgoing with icon instead of with border color.
      
      * Fixed: Didn't filter messages to services in aggregator.
      
      * Clearer syntax around the direction icon. Added title text.
      
      * Fixed width around direction icon.
      
      * Less repetition.
      
      * Removed TODO.
      
      * Renamed incoming -> ingoing.
      
      * More verbose title text to image.
      
      * Switched routine order for readability.
      6f47ad86
  6. 21 Jun, 2021 7 commits
  7. 20 Jun, 2021 1 commit
  8. 17 Jun, 2021 1 commit
  9. 15 Jun, 2021 1 commit
  10. 14 Jun, 2021 1 commit
    • nimrod-up9's avatar
      TRA-3212 Passive-Tapper and Mizu share code (#70) · 135b1a5e
      nimrod-up9 authored
      * Use log in tap package instead of fmt.
      
      * Moved api/pkg/tap to root.
      
      * Added go.mod and go.sum for tap.
      
      * Added replace for shared.
      
      * api uses tap module instead of tap package.
      
      * Removed dependency of tap in shared by moving env var out of tap.
      
      * Fixed compilation bugs.
      
      * Fixed: Forgot to export struct field HostMode.
      
      * Removed unused flag.
      
      * Close har output channel when done.
      
      * Moved websocket out of mizu and into passive-tapper.
      
      * Send connection details over har output channel.
      
      * Fixed compilation errors.
      
      * Removed unused info from request response cache.
      
      * Renamed connection -> connectionID.
      
      * Fixed rename bug.
      
      * Export setters and getters for filter ips and ports.
      
      * Added tap dependency to Dockerfile.
      
      * Uncomment error messages.
      
      * Renamed `filterIpAddresses` -> `filterAuthorities`.
      
      * Renamed ConnectionID -> ConnectionInfo.
      
      * Fixed: Missed one replace.
      135b1a5e
  11. 08 Jun, 2021 1 commit
  12. 07 Jun, 2021 4 commits
  13. 06 Jun, 2021 4 commits
  14. 03 Jun, 2021 1 commit
  15. 02 Jun, 2021 1 commit
  16. 01 Jun, 2021 6 commits