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. 11 Nov, 2021 6 commits
  2. 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 reve...
      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
  3. 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.
      
      * Use WebSocket's itself to query instead of the query string
      
      * Fix some errors related to conversion to HAR
      
      * Fix the issues caused by the latest merge
      
      * Fix the build error
      
      * Fix PR validation GitHub workflow
      
      * Replace the git submodule with latest Basenine version `0.1.0`
      
      Remove `realtime_client.go` and use the official client library `github.com/up9inc/basenine/client/go` instead.
      
      * Move Basenine host and port constants to `shared` module
      
      * Reliably execute and wait for Basenine to become available
      
      * Upgrade Basenine version
      
      * Properly close WebSocket and data channel
      
      * Fix the issues caused by the recent merge commit
      
      * Clean up the TypeScript code
      
      * Update `.gitignore`
      
      * Limit the database size
      
      * Add `Macros` method signature to `Dissector` interface and set the macros provided by the protocol extensions
      
      * Run `go mod tidy` on `agent`
      
      * Upgrade `github.com/up9inc/basenine/client/go` version
      
      * Implement a mechanism to update the query using click events in the UI and use it for protocol macros
      
      * Update the query on click to timestamps
      
      * Fix some issues in the WebSocket and channel handling
      
      * Update the query on clicks to status code
      
      * Update the query on clicks to method, path and service
      
      * Update the query on clicks to is outgoing, source and destination ports
      
      * Add an API endpoint to validate the query against syntax errors
      
      * Move the query background color state into `TrafficPage`
      
      * Fix the logic in `setQuery`
      
      * Display a toast message in case of a syntax error in the query
      
      * Remove a call to `fmt.Printf`
      
      * Upgrade Basenine version to `0.1.3`
      
      * Fix an issue related to getting `MAX_ENTRIES_DB_BYTES` environment variable
      
      * Have the `path` key in request details, in HTTP
      
      * Rearrange the HTTP headers for the querying
      
      * Do the same thing for `cookies` and `queryString`
      
      * Update the query on click to table elements
      
      Add the selectors for `TABLE` type representations in HTTP extension.
      
      * Update the query on click to `bodySize` and `elapsedTime` in `EntryTitle`
      
      * Add the selectors for `TABLE` type representations in AMQP extension
      
      * Add the selectors for `TABLE` type representations in Kafka extension
      
      * Add the selectors for `TABLE` type representations in Redis extension
      
      * Define a struct in `tap/api.go` for the section representation data
      
      * Add the selectors for `BODY` type representations
      
      * Add `request.path` to the HTTP request details
      
      * Change the summary string's field name from `path` to `summary`
      
      * Introduce `queryable` CSS class for queryable UI elements and underline them on hover
      
      * Instead of `N requests` at the bottom, make it `Displaying N results (queried X/Y)` and live update the values
      
      Upgrade Basenine version to `0.2.0`.
      
      * Verify the sha256sum of Basenine executable inside `Dockerfile`
      
      * Pass the start time to web UI through WebSocket and always show the `EntriesList` footer
      
      * Pipe the `stderr` of Basenine as well
      
      * Fix the layout issues related to `CodeEditor` in the UI
      
      * Use the correct `shasum` command in `Dockerfile`
      
      * Upgrade Basenine version to `0.2.1`
      
      * Limit the height of `CodeEditor` container
      
      * Remove `Paused` enum `ConnectionStatus` in UI
      
      * Fix the issue caused by the recent merge
      
      * Add the filtering guide (cheatsheet)
      
      * Update open cheatsheet button's title
      
      * Update cheatsheet content
      
      * Remove the old SQLite code, adapt the `--analyze` related code to Basenine
      
      * Change the method signature of `NewEntry`
      
      * Change the method signature of `Represent`
      
      * Introduce `HTTPPair` field in `MizuEntry` specific to HTTP
      
      * Remove `Entry`, `EntryId` and `EstimatedSizeBytes` fields from `MizuEntry`
      
      Also remove the `getEstimatedEntrySizeBytes` method.
      
      * Remove `gorm.io/gorm` dependency
      
      * Remove unused `sensitiveDataFiltering` folder
      
      * Increase the left margin of open cheatsheet button
      
      * Add `overflow: auto` to the cheatsheet `Modal`
      
      * Fix `GetEntry` method
      
      * Fix the macro for gRPC
      
      * Fix an interface conversion in case of AMQP
      
      * Fix two more interface conversion errors in AMQP
      
      * Make the `syncEntriesImpl` method blocking
      
      * Fix a grammar mistake in the cheatsheet
      
      * Adapt to the changes in the recent merge commit
      
      * Improve the cheatsheet text
      
      * Always display the timestamp in `en-US`
      
      * Upgrade Basenine version to `0.2.2`
      
      * Fix the order of closing Basenine connections and channels
      
      * Don't close the Basenine channels at all
      
      * Upgrade Basenine version to `0.2.3`
      
      * Set the initial filter to `rlimit(100)`
      
      * Make Basenine persistent
      
      * Upgrade Basenine version to `0.2.4`
      
      * Update `debug.Dockerfile`
      
      * Fix a failing test
      
      * Upgrade Basenine version to `0.2.5`
      
      * Revert "Do not show play icon when disconnected (#428)"
      
      This reverts commit 8af2e562.
      
      * Upgrade Basenine version to `0.2.6`
      
      * Make all non-informative things informative
      
      * Make `100` a constant
      
      * Use `===` in JavaScript no matter what
      
      * Remove a forgotten `console.log`
      
      * Add a comment and update the `query` in `syncEntriesImpl`
      
      * Don't call `panic` in `GetEntry`
      
      * Replace `panic` calls in `startBasenineServer` with `logger.Log.Panicf`
      
      * Remove unnecessary `\n` characters in the logs
      d2fe3f66
  4. 08 Nov, 2021 4 commits
  5. 07 Nov, 2021 5 commits
  6. 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
  7. 03 Nov, 2021 2 commits
  8. 02 Nov, 2021 1 commit
  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. 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
  11. 28 Oct, 2021 7 commits
  12. 27 Oct, 2021 2 commits
  13. 26 Oct, 2021 2 commits