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 Feb, 2022 1 commit
  2. 09 Jan, 2022 1 commit
  3. 28 Dec, 2021 1 commit
  4. 21 Nov, 2021 1 commit
  5. 16 Nov, 2021 1 commit
  6. 11 Nov, 2021 1 commit
  7. 10 Nov, 2021 1 commit
    • M. Mert Yıldıran's avatar
      Fix the acceptance tests after the merger of #279 (#443) · 1ee8fb62
      M. Mert Yıldıran authored
      * Enable acceptance tests
      
      * Fix the acceptance tests
      
      * Move `--headless` from `getDefaultCommandArgs` to `getDefaultTapCommandArgs`
      
      * Fix rest of the failing acceptance tests
      
      * Revert "Enable acceptance tests"
      
      This reverts commit 3f919e865a1133784a917442eb7fd8ca421ce017.
      
      * Revert "Revert "Enable acceptance tests""
      
      This reverts commit c0bfe54b70fa257060e43f7dd25abe8279d23f85.
      
      * Ignore `--headless` in `mizu view`
      
      * Make all non-informative things informative
      
      * Remove `github.com/stretchr/testify` dependency from the acceptance tests
      
      * Move the helper methods `waitTimeout` and `checkDBHasEntries` from `tap_test.go` to `testsUtils.go`
      
      * Split `checkDBHasEntries` method into `getDBEntries` and `assertEntriesAtLeast` methods
      
      * Revert "Revert "Revert "Enable acceptance tests"""
      
      This reverts commit c13342671c43640edd4680cdc403b6b3bbac3d7e.
      
      * Revert "Revert "Revert "Revert "Enable acceptance tests""""
      
      This reverts commit 0f8c436926bb6e633504d90145698b2c85f12011.
      
      * Make `getDBEntries` and `checkEntriesAtLeast` methods return errors instead
      
      * Revert "Revert "Revert "Revert "Revert "Enable acceptance tests"""""
      
      This reverts commit 643fdde009fa1775663f594c16aee63a3684dd28.
      1ee8fb62
  8. 04 Nov, 2021 1 commit
    • RamiBerm's avatar
      TRA-3842 daemon mode (#427) · a3ec5d14
      RamiBerm authored
      * Update config.go, tapConfig.go, and models.go
      
      * WIP
      
      * Update go.sum
      
      * Update tapRunner.go
      
      * Update tap.go
      
      * WIP
      
      * WIP
      
      * Update Dockerfile, main.go, and 2 more files...
      
      * WIP
      
      * Update utils.go, tapClusterResourceManagement.go, and utils.go
      
      * Merge branch 'develop'
      
      * Update metadata_controller.go, utils.go, and 2 more files...
      
      * Update main.go, utils.go, and tapRunner.go
      
      * Update tapRunner.go
      
      * Update config.go, config.go, and models.go
      
      * Update main.go, main.go, and stats_provider_test.go
      
      * Update provider.go
      
      * bug fixes
      
      * Update main.go, metadata_controller.go, and 13 more files...
      
      * Update metadata_controller.go, status_controller.go, and 4 more files...
      
      * Update main.go, config.go, and 3 more files...
      
      * Update tapRunner.go
      
      * Update config.go, stats_provider_test.go, and consts.go
      a3ec5d14
  9. 01 Nov, 2021 1 commit
    • RamiBerm's avatar
      TRA-3868 move tapped pod watch and tapper updating to shared (#416) · 655626bc
      RamiBerm authored
      * WIP
      
      * WIP
      
      * WIP
      
      * WIP
      
      * WIP
      
      * Update tapRunner.go and k8sTapManager.go
      
      * Update cleanRunner.go, common.go, and 8 more files...
      
      * Update common.go, tapConfig.go, and 2 more files...
      
      * Update config.go, config.go, and 5 more files...
      
      * Update tapRunner.go, config.go, and 7 more files...
      
      * Update cleanRunner.go, logs.go, and 2 more files...
      
      * Update k8sTapManager.go, provider.go, and watch.go
      
      * Update go.sum, go.mod, and go.sum
      
      * Update go.mod and go.sum
      
      * Update go.mod, go.sum, and 2 more files...
      
      * Revert "Update go.mod, go.sum, and 2 more files..."
      
      This reverts commit 81403113.
      
      * Update funcWrappers.go, tapRunner.go, and 4 more files...
      
      * Update main.go, tapRunner.go, and mizuTapperSyncer.go
      655626bc
  10. 28 Oct, 2021 2 commits
  11. 19 Oct, 2021 1 commit
    • M. Mert Yıldıran's avatar
      Add OAS contract monitoring support (#325) · 145e7cda
      M. Mert Yıldıran authored
      * Add OAS contract monitoring support
      
      * Pass the contract failure reason to UI
      
      * Fix the issues related to contract validation
      
      * Fix rest of the issues in the UI
      
      * Add documentation related to contract monitoring feature
      
      * Fix a typo in the docs
      
      * Unmarshal to `HTTPRequestResponsePair` only if the OAS validation is enabled
      
      * Fix an issue caused by the merge commit
      
      * Slightly change the logic in the `validateOAS` method
      
      Change the `contractText` value to `No Breaches` or `Breach` and make the text `white-space: nowrap`.
      
      * Retrieve and display the failure reason for both request and response
      
      Also display the content of the contract/OAS file in the UI.
      
      * Display the OAS under `CONTRACT` tab with syntax highlighting
      
      Also fix the styling in the entry feed.
      
      * Remove `EnforcePolicyFileDeprecated` constant
      
      * Log the other errors as well
      
      * Get context from caller instead
      
      * Define a type for the contract status and make it...
      145e7cda
  12. 11 Oct, 2021 1 commit
  13. 07 Oct, 2021 2 commits
  14. 06 Oct, 2021 1 commit
  15. 23 Sep, 2021 1 commit
  16. 22 Sep, 2021 1 commit
  17. 19 Sep, 2021 1 commit
  18. 06 Sep, 2021 1 commit
  19. 02 Sep, 2021 1 commit
    • M. Mert Yıldıran's avatar
      Refactor Mizu, define an extension API and add new protocols: AMQP, Kafka (#224) · 366c1d0c
      M. Mert Yıldıran authored
      * Separate HTTP related code into `extensions/http` as a Go plugin
      
      * Move `extensions` folder into `tap` folder
      
      * Move HTTP files into `tap/extensions/lib` for now
      
      * Replace `orcaman/concurrent-map` with `sync.Map`
      
      * Remove `grpc_assembler.go`
      
      * Remove `github.com/up9inc/mizu/tap/extensions/http/lib`
      
      * Add a build script to automatically build extensions from a known path and load them
      
      * Start to define the extension API
      
      * Implement the `run()` function for the TCP stream
      
      * Add support of defining multiple ports to the extension API
      
      * Set the extension name inside the extension
      
      * Declare the `Dissect` function in the extension API
      
      * Dissect HTTP request from inside the HTTP extension
      
      * Make the distinction of outbound and inbound ports
      
      * Dissect HTTP response from inside the HTTP extension
      
      * Bring back the HTTP request-response pair matcher
      
      * Return a `*api.RequestResponsePair` ...
      366c1d0c
  20. 12 Aug, 2021 2 commits
  21. 11 Aug, 2021 1 commit
  22. 10 Aug, 2021 1 commit
  23. 09 Aug, 2021 1 commit
  24. 08 Aug, 2021 1 commit
  25. 05 Aug, 2021 2 commits
  26. 04 Aug, 2021 1 commit
    • Selton Fiuza's avatar
      Feature/tra 3349 validation rules merged with develop (#148) · dea223bf
      Selton Fiuza authored
      * Implemented validation rules, based on: https://up9.atlassian.net/browse/TRA-3349
      
      * Color on Entry based on rules
      
      * Background red/green based on rules
      
      * Change flag --validation-rules to --test-rules
      
      * rules tab UI updated
      
      * rules tab font and background-color is changed for objects
      
      * Merged with develop
      
      * Fixed compilation issues.
      
      * Renamed fullEntry -> harEntry where appropriate.
      
      * Change green/red logic
      
      * Update models.go
      
      * Fix latency bug and alignment
      
      * Merge Conflicts fix
      
      * Working after merge
      
      * Working on Nimrod comments
      
      * Resolving conflicts
      
      * Resolving conflicts
      
      * Resolving conflicts
      
      * Nimrod Comments pt.3
      
      * Log Error on configmap creation if the user doesn't have permission.
      
      * Checking configmap permission to ignore --test-rules
      
      * Revert time for mizu to get ready
      
      * Nimrod comments pt 4 && merge develop pt3
      
      * Nimrod comments pt 4 && merge develop pt3
      
      * Const rul...
      dea223bf
  27. 03 Aug, 2021 1 commit