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. 19 Oct, 2021 8 commits
    • David Levanon's avatar
      trivial warning fixes (#354) · dd370051
      David Levanon authored
      * add passive-tapper main tester
      
      * trivial warning fixes
      
      * add errors to go.sum of mizu agent
      
      * disable host mode for tester - to avoid filterAuthorities
      dd370051
    • David Levanon's avatar
      add passive-tapper main tester (#353) · 75a10fb7
      David Levanon authored
      * add passive-tapper main tester
      
      * add errors to go.sum of mizu agent
      
      * disable host mode for tester - to avoid filterAuthorities
      
      * rename main to tester
      
      * build extenssions as part of the tester launch
      
      * add a README to the tester
      
      * solving go.mod and .sum conflicts with addition of go-errors
      75a10fb7
    • M. Mert Yıldıran's avatar
    • M. Mert Yıldıran's avatar
      Remove `github.com/romana/rlog` dependency completely (#374) · 29ba963c
      M. Mert Yıldıran authored
      * Remove `github.com/romana/rlog` dependency completely
      
      * Comment out all the unnecessary logging in the protocol extensions
      
      * Remove commented out all the unnecessary logging lines
      
      * Remove two more lines related to logging
      29ba963c
    • RamiBerm's avatar
      TRA-3803 handle k8s watch timeouts (#372) · 0473181f
      RamiBerm authored
      
      * Update watch.go and debounce.go
      
      * Update debounce.go
      
      * Update watch.go
      
      * Update watch.go
      
      * Update watch.go
      
      * Update watch.go
      
      * Update watch.go
      Co-authored-by: default avatarRami <rami@rami-work>
      0473181f
    • 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 its values enum-like
      
      * Remove an unnecessary `if` statement
      
      * Validate OAS in the CLI before passing it to Agent
      
      * Get rid of the `github.com/ghodss/yaml` dependency in `loadOAS` by using `LoadFromData`
      
      * Fix an artifact from the merge conflict
      145e7cda
    • M. Mert Yıldıran's avatar
      Set the default log level for Agent to `INFO` and raise it to `DEBUG` if... · b7ff0765
      M. Mert Yıldıran authored
      Set the default log level for Agent to `INFO` and raise it to `DEBUG` if `dump-logs=true` is provided (#373)
      
      * Set the default log level for Agent to `INFO` and change it to `DEBUG` if `dump-logs=true` is provided
      
      * Remove `Trace` method and replace its calls with `Debug`
      
      * Export logging levels from `logger` by defining functions
      
      * Revert "Export logging levels from `logger` by defining functions"
      
      This reverts commit e554e40f4a16f07bf7b1f2ee4a7d2544a5a5a19d.
      
      * Run `go mod tidy` on agent
      
      * Define a method named `determineLogLevel`
      b7ff0765
    • RoyUP9's avatar
      3aafbd7e
  2. 18 Oct, 2021 2 commits
  3. 17 Oct, 2021 5 commits
  4. 15 Oct, 2021 2 commits
  5. 14 Oct, 2021 1 commit
  6. 13 Oct, 2021 3 commits
  7. 12 Oct, 2021 3 commits
  8. 11 Oct, 2021 5 commits
  9. 10 Oct, 2021 1 commit
  10. 09 Oct, 2021 1 commit
  11. 08 Oct, 2021 1 commit
  12. 07 Oct, 2021 7 commits
  13. 06 Oct, 2021 1 commit