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. 18 Nov, 2021 3 commits
  2. 17 Nov, 2021 6 commits
  3. 16 Nov, 2021 9 commits
  4. 15 Nov, 2021 5 commits
  5. 14 Nov, 2021 2 commits
  6. 11 Nov, 2021 5 commits
  7. 10 Nov, 2021 4 commits
    • 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
    • M. Mert Yıldıran's avatar
      Fix the `Analysis` button's style into its original state (#447) · eb61831a
      M. Mert Yıldıran authored
      * Fix the `Analysis` button's style into its original state
      
      * Fix the MUI button style into its original state
      eb61831a
    • M. Mert Yıldıran's avatar
    • M. Mert Yıldıran's avatar
      Remove the `Reconnect` button (#444) · b970640e
      M. Mert Yıldıran authored
      b970640e
  8. 09 Nov, 2021 1 commit
    • M. Mert Yıldıran's avatar
      Migrate from SQLite to Basenine and introduce a new filtering syntax (#279) · d2fe3f66
      M. Mert Yıldıran authored
      * Fix the OOMKilled error by calling `debug.FreeOSMemory` periodically
      
      * Remove `MAX_NUMBER_OF_GOROUTINES` environment variable
      
      * Change the line
      
      * Increase the default value of `TCP_STREAM_CHANNEL_TIMEOUT_MS` to `10000`
      
      * Write the client and integrate to the new real-time database
      
      * Refactor the WebSocket implementaiton for `/ws`
      
      * Adapt the UI to the new filtering system
      
      * Fix the rest of the issues in the UI
      
      * Increase the buffer of the scanner
      
      * Implement accessing single records
      
      * Increase the buffer of another scanner
      
      * Populate `Request` and `Response` fields of `MizuEntry`
      
      * Add syntax highlighting for the query
      
      * Add database to `Dockerfile`
      
      * Fix some issues
      
      * Update the `realtime_dbms` Git module commit hash
      
      * Upgrade Gin version and print the query string
      
      * Revert "Upgrade Gin version and print the query string"
      
      This reverts commit aa09f904...
      d2fe3f66
  9. 08 Nov, 2021 4 commits
  10. 07 Nov, 2021 1 commit