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. 14 Apr, 2022 1 commit
  2. 13 Apr, 2022 1 commit
    • gadotroee's avatar
      Upgrade Basenine version to `v0.7.1` (#984) · 3ed9bc1e
      gadotroee authored
      * Basenine MongoDB mess
      
      * Fix more
      
      * Fix the `mongodb` container arguments
      
      * Add Basenine ARM64 binary
      
      * Make the changes related to `leftOff` becoming a string value
      
      * Make `leftOffTop` state string
      
      * Handle `CloseConnection` in `Fetch`
      
      * Upgrade Basenine to `0.7.0`
      
      * Revert the changes in `package.json` and `package-lock.json`
      
      * Fix the `Dockerfile`
      
      * Remove the binaries
      
      * Increase the Basenine up deadline to 20 seconds
      
      * Revert the changes in `shared/kubernetes/provider.go`
      
      * Fix the OAS generator tests
      
      * Protect from race condition
      
      * Fix mutexes
      
      * Fix unlock
      
      * Fix logging data types
      
      * Try to stabilize the tests
      
      * Remove the `replace` statement
      
      * revert the change the done in https://github.com/up9inc/mizu/pull/984/commits/2899414f2b82ed8fdb2e84a7b6aa00f8e8b8f5e0 to not change the leftOff
      
      * Change `leftOffBottom` empty string default value to `latest`
      
      * Upgrade Basenine to `0.7.1`
      
      * Handle t...
      3ed9bc1e
  3. 29 Mar, 2022 1 commit
  4. 26 Mar, 2022 2 commits
  5. 21 Mar, 2022 1 commit
  6. 15 Mar, 2022 2 commits
  7. 02 Mar, 2022 2 commits
  8. 21 Feb, 2022 1 commit
  9. 13 Feb, 2022 1 commit
  10. 10 Feb, 2022 1 commit
  11. 08 Feb, 2022 1 commit
  12. 06 Feb, 2022 1 commit
  13. 01 Feb, 2022 1 commit
  14. 27 Jan, 2022 1 commit
  15. 26 Jan, 2022 1 commit
  16. 25 Jan, 2022 1 commit
    • M. Mert Yıldıran's avatar
      Add ARM64 and cross-compilation support to the agent image (#659) · a9a61edd
      M. Mert Yıldıran authored
      * modified Dockerfile to work for both amd64 (Intel) and arm64 (M1)
      
      * added changelog
      
      * Update `Dockerfile` to have `ARCH` build argument
      
      * Remove `docs/CHANGES.md`
      
      * Upgrade the Basenine version from `v0.3.0` to `v0.4.6`
      
      * Update `publish.yml` to have `ARCH` build argument
      
      * Switch `BasenineImageRepo` to Docker Hub
      
      * Have separate build arguments for `ARCH` and `GOARCH`
      
      * Upgrade the Basenine version from `v0.4.6` to `v0.4.10`
      
      * Oops forgot to update the 10th duplicated shell script
      
      * Fix the oopsie and reduce duplications
      
      * Fix `Dockerfile`
      
      * Fix the incompatibility issue between Go plugins and gold linker in Alpine inside `Dockerfile`
      
      * Fix `asm: xxhash_amd64.s:120: when dynamic linking, R15 is clobbered by a global variable access` error
      
      * Update `Dockerfile` to have cross-compilation on an AMD64 machine
      
      Also revert changes in the shell scripts
      
      * Delete `debug.Dockerfile`
      
      * Create a cus...
      a9a61edd
  17. 24 Jan, 2022 2 commits
  18. 20 Jan, 2022 1 commit
  19. 09 Jan, 2022 1 commit
  20. 06 Jan, 2022 1 commit
  21. 19 Dec, 2021 1 commit
    • Igor Gov's avatar
      Develop -> main (#544) · 72f47536
      Igor Gov authored
      
      * Add support of listening to multiple netns (#418)
      
      * multiple netns listen - initial commit
      
      * multiple netns listen - actual work
      
      * remove redundant log line
      
      * map /proc of host to tapper
      
      * changing kubernetes provider again after big conflict
      
      * revert node-sass version back to 5.0.0
      
      * Rename host_source to hostSource
      Co-authored-by: default avatargadotroee <55343099+gadotroee@users.noreply.github.com>
      
      * PR fixes - adding comment + typos + naming conventions
      
      * go fmt + making procfs read only
      
      * setns back to the original value after packet source initialized
      Co-authored-by: default avatargadotroee <55343099+gadotroee@users.noreply.github.com>
      
      * TRA-3842 daemon acceptance tests (#429)
      
      * Update tap_test.go and testsUtils.go
      
      * Update tap_test.go
      
      * Update testsUtils.go
      
      * Update tap_test.go and testsUtils.go
      
      * Update tap_test.go and testsUtils.go
      
      * Update testsUtils.go
      
      * Update tap_test.go
      
      * gofmt
      
      * TRA-3913 support mizu via expose service (#440)
      ...
      72f47536
  22. 16 Dec, 2021 1 commit
  23. 10 Dec, 2021 1 commit
  24. 08 Dec, 2021 1 commit
    • M. Mert Yıldıran's avatar
      TRA-4017 Bring back `getOldEntries` method using fetch API and always start... · 9f1e3116
      M. Mert Yıldıran authored
      TRA-4017 Bring back `getOldEntries` method using fetch API and always start streaming from now (#518)
      
      * Bring back `getOldEntries` method using fetch API
      
      * Determine no more data on top based on `leftOff` value
      
      * Remove `entriesBuffer` state
      
      * Always open WebSocket with some `leftOff` value
      
      * Rename `leftOff` state to `leftOffBottom`
      
      * Don't set the `focusedEntryId` through WebSocket if the WebSocket is closed
      
      * Call `setQueriedCurrent` with addition
      
      * Close WebSocket upon reaching to top
      
      * Open WebSocket upon snapping to bottom
      
      * Close the WebSocket on snap broken event instead
      
      * Set queried current value to zero upon filter submit
      
      * Upgrade `react-scrollable-feed-virtualized` version and use `scrollToIndex` function
      
      * Change the footer text format
      
      * Improve no more data top logic
      
      * Fix `closeWebSocket()` call logic in `onSnapBrokenEvent` and handle `data.meta` being `null` in `getOldEntries`
      
      * Fix the issues around fetching old records
      
      * Clean up `EntriesList.module.sass`
      
      * Decrement initial `leftOffTop` value by `2`
      
      * Fix the order of `incomingEntries` in `getOldEntries`
      
      * Request `leftOffTop - 1` from `fetchEntries`
      
      * Limit the front-end total entries fetched through WebSocket count to `10000`
      
      * Lose the UI performance gain that's provided by #452
      
      * Revert "Fix the selected entry behavior by propagating the `focusedEntryId` through WebSocket (before #452) TRA-3983 (#513)"
      
      This reverts commit 873f2525.
      
      * Fix the issues caused by 09371f14
      
      * Upgrade Basenine version from `0.2.13` to `0.2.14`
      
      * Upgrade Basenine version from `0.2.14` to `0.2.15`
      
      * Fix the condition of "Fetch old records" button visibility
      
      * Upgrade Basenine version from `0.2.15` to `0.2.16` and fix the UI code related to fetching old records
      
      * Make `newEntries` constant
      9f1e3116
  25. 01 Dec, 2021 1 commit
    • M. Mert Yıldıran's avatar
      Bring back `GetEntries` HTTP endpoint (#515) · c47959db
      M. Mert Yıldıran authored
      * Bring back `GetEntries` HTTP endpoint
      
      * Upgrade Basenine version from `0.2.12` to `0.2.13`
      
      * Accept negative `leftOff` value
      
      * Remove `max`es from the validations
      
      * Make `timeoutMs` optional
      
      * Update the route comment
      
      * Add `EntriesResponse` struct
      c47959db
  26. 30 Nov, 2021 1 commit
  27. 22 Nov, 2021 1 commit
    • M. Mert Yıldıran's avatar
      Make the `gRPC` and `HTTP/2` distinction (#492) · 12ca3d87
      M. Mert Yıldıran authored
      * Remove the extra negation on `nodefrag` flag's value
      
      * Support IPv4 fragmentation and IPv6 at the same time
      
      * Set `Method` and `StatusCode` fields correctly for `HTTP/2`
      
      * Replace unnecessary `grpc` naming with `http2`
      
      * Make the `gRPC` and `HTTP/2` distinction
      
      * Fix the macros of `http` extension
      
      * Fix the macros of other protocol extensions
      
      * Update the method signature of `Represent`
      
      * Fix the `HTTP/2` support
      
      * Fix some minor issues
      
      * Upgrade Basenine version from `0.2.10` to `0.2.11`
      
      Sorts macros before expanding them and prioritize the long macros.
      
      * Don't regex split the gRPC method name
      
      * Re-enable `nodefrag` flag
      12ca3d87
  28. 21 Nov, 2021 1 commit
  29. 19 Nov, 2021 1 commit
  30. 15 Nov, 2021 2 commits
    • M. Mert Yıldıran's avatar
      Upgrade Basenine version from `0.2.8` to `0.2.9` (#465) · ad574956
      M. Mert Yıldıran authored
      Fixes `limit` helper being not finished because of lack of meta updates.
      ad574956
    • 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
  31. 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
  32. 07 Nov, 2021 1 commit
  33. 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
  34. 28 Oct, 2021 2 commits