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. 16 Nov, 2021 1 commit
  2. 15 Nov, 2021 3 commits
    • Rami Berman's avatar
      Merge branch 'develop' · 86ac8308
      Rami Berman authored
      Conflicts:
      	cli/cmd/root.go
      	cli/cmd/tapRunner.go
      	cli/config/configStruct.go
      	cli/config/configStructs/tapConfig.go
      86ac8308
    • M. Mert Yıldıran's avatar
      Optimize UI entry feed performance (#452) · 618cb3a4
      M. Mert Yıldıran authored
      * Optimize the React code for feeding the entries
      
      By building `EntryItem` only once and updating the `entries` state on meta query messages.
      
      * Upgrade `react-scrollable-feed-virtualized` version from `1.4.3` to `1.4.8`
      
      * Fix the `isSelected` state
      
      * Set the query text before deciding the background to prevent lags while typing
      
      * Upgrade Basenine version from `0.2.6` to `0.2.7`
      
      * Set the query background color only if the query is same after the HTTP request and use `useEffect` instead
      
      * Upgrade Basenine version from `0.2.7` to `0.2.8`
      
      * Use `CancelToken` of `axios` instead of trying to check the query state
      
      * Turn `updateQuery` function into a state hook
      
      * Update the macro for `http`
      
      * Do the `source.cancel()` call in `axios.CancelToken`
      
      * Reduce client-side logging
      618cb3a4
    • M. Mert Yıldıran's avatar
      Ignore `SNYK-JS-JSONSCHEMA-1920922` (#462) · 2582b7a6
      M. Mert Yıldıran authored
      Dependency tree:
      `node-sass@5.0.0 > node-gyp@7.1.2 > request@2.88.2 > http-signature@1.2.0 > jsprim@1.4.1 > json-schema@0.2.3`
      
      `node-sass` should fix it first.
      2582b7a6
  3. 14 Nov, 2021 2 commits
  4. 11 Nov, 2021 5 commits
  5. 10 Nov, 2021 5 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
    • Rami Berman's avatar
  6. 09 Nov, 2021 3 commits
    • 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
    • Rami Berman's avatar
      Update tapConfig.go · 3e4b5603
      Rami Berman authored
      3e4b5603
    • Rami Berman's avatar
      WIP · 4908ee36
      Rami Berman authored
      4908ee36
  7. 08 Nov, 2021 5 commits
  8. 07 Nov, 2021 5 commits
  9. 04 Nov, 2021 4 commits
    • RamiBerm's avatar
      fix rbac error crash (#432) · a20f8359
      RamiBerm authored
      a20f8359
    • RamiBerm's avatar
      Fix clean again (#431) · 9a9e5fda
      RamiBerm authored
      * Revert "Fix mizu clean (#430)"
      
      This reverts commit 57cd7a36.
      
      * Update cleanRunner.go and tapRunner.go
      9a9e5fda
    • RamiBerm's avatar
      Fix mizu clean (#430) · 57cd7a36
      RamiBerm authored
      57cd7a36
    • 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
  10. 03 Nov, 2021 2 commits
  11. 02 Nov, 2021 1 commit
  12. 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
  13. 31 Oct, 2021 1 commit
    • RamiBerm's avatar
      TRA-3860 create main configmap for agent and tappers (#410) · 35dbd5fd
      RamiBerm authored
      
      * WIP
      
      * Update options.go and serializable_regexp.go
      
      * Update go.sum, go.sum, and 4 more files...
      
      * Update go.sum, go.sum, and 4 more files...
      
      * Update config.go and serializable_regexp.go
      
      * Update config.go, config.json, and test.go
      
      * Update tapRunner.go and provider.go
      
      * Update provider.go
      
      * Update tapRunner.go and provider.go
      
      * Update config.json and test.go
      
      * Update contract_validation.go, config.go, and 2 more files...
      
      * Update main.go
      
      * Update rulesHTTP.go
      
      * Update config.go, size_enforcer.go, and 5 more files...
      
      * Update config.go and config.go
      Co-authored-by: default avatarRami Berman <rami.berman@up9.com>
      35dbd5fd
  14. 28 Oct, 2021 2 commits