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.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 14 Apr, 2022 1 commit
-
-
M. Mert Yıldıran authored
-
- 13 Apr, 2022 1 commit
-
-
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...
-
- 29 Mar, 2022 1 commit
-
-
Igor Gov authored
* Build ui-common always locally
-
- 26 Mar, 2022 2 commits
-
-
Adrian Gąsior authored
* Updated Dockerfile and fixed typo in Makefile * PR request * added small hotfix to basenine
-
M. Mert Yıldıran authored
Bump the version to `0.6.6` and fix the index shift bug that occurs after database truncation (#931)
-
- 21 Mar, 2022 1 commit
-
-
M. Mert Yıldıran authored
* Add `/db/flush` and `/db/reset` API endpoints * Handle the unmarshalling errors better in the WebSocket * Handle Basenine connection error better in the WebSocket * Upgrade to Basenine `v0.6.5` * Fix the duplicated `StartTime` state Co-authored-by:
gadotroee <55343099+gadotroee@users.noreply.github.com>
-
- 15 Mar, 2022 2 commits
-
-
RoyUP9 authored
-
M. Mert Yıldıran authored
Upgrade to Basenine `v0.6.3`, add `xml` and time helpers, make `xml` and `json` helpers available in `redact` helper (#891) * Upgrade to Basenine `v0.6.2`, add `xml` helper, make `xml` and `json` helpers available in `redact` helper * URL encode the query * Upgrade to Basenine `v0.6.3`
-
- 02 Mar, 2022 2 commits
-
-
M. Mert Yıldıran authored
-
M. Mert Yıldıran authored
* Add the ability to set the insertion filter into CLI * Resolve the conflict * Upgrade Basenine to `v0.5.0` and check the insertion filter against syntax errors inside CLI * Upgrade Basenine to `v0.5.1` * Update the sums
-
- 21 Feb, 2022 1 commit
-
-
M. Mert Yıldıran authored
-
- 13 Feb, 2022 1 commit
-
-
M. Mert Yıldıran authored
-
- 10 Feb, 2022 1 commit
-
-
M. Mert Yıldıran authored
Co-authored-by:
Igor Gov <iggvrv@gmail.com>
-
- 08 Feb, 2022 1 commit
-
-
Igor Gov authored
* Updating to go1.17
-
- 06 Feb, 2022 1 commit
-
-
Igor Gov authored
Co-authored-by:
Igor Gov <igor.govorov1@gmail.com>
-
- 01 Feb, 2022 1 commit
-
-
Igor Gov authored
Co-authored-by:
Igor Gov <igor.govorov1@gmail.com>
-
- 27 Jan, 2022 1 commit
-
-
M. Mert Yıldıran authored
* TRA-4235 Revert "Move Basenine binary into a separate container" * Deploy the same agent image as a separate container for Basenine Co-authored-by:
Igor Gov <iggvrv@gmail.com>
-
- 26 Jan, 2022 1 commit
-
-
gadotroee authored
(based on https://github.com/up9inc/mizu/pull/692/files)
-
- 25 Jan, 2022 1 commit
-
-
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...
-
- 24 Jan, 2022 2 commits
- 20 Jan, 2022 1 commit
-
-
lirazyehezkel authored
* upgrade node-sass * upgrade axios * update dockerfile Co-authored-by:
gadotroee <55343099+gadotroee@users.noreply.github.com>
-
- 09 Jan, 2022 1 commit
-
-
M. Mert Yıldıran authored
* Move Basenine binary into a separate container * Set `WorkingDir` to `shared.DataDirPath` in the `basenine` container * Use `consts.go` to set the Basenine image and port * Bring back the `net-wait-go` usage to prevent startup failures
-
- 06 Jan, 2022 1 commit
-
-
Igor Gov authored
Co-authored-by:
Igor Gov <igor.govorov1@gmail.com>
-
- 19 Dec, 2021 1 commit
-
-
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:
gadotroee <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:
gadotroee <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) ...
-
- 16 Dec, 2021 1 commit
-
-
M. Mert Yıldıran authored
Update the "Started listening at" timestamp and `queriedTotal` state based on database truncation (#533)
-
- 10 Dec, 2021 1 commit
-
-
M. Mert Yıldıran authored
* Include milliseconds information into the timestamps in the UI * Upgrade Basenine version from `0.2.16` to `0.2.17` * Increase the `width` of timestamp
-
- 08 Dec, 2021 1 commit
-
-
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
-
- 01 Dec, 2021 1 commit
-
-
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
-
- 30 Nov, 2021 1 commit
-
-
M. Mert Yıldıran authored
Handle unexpected socket close and replace the default `rlimit(100)` filter with `leftOff(-1)` filter (#508) * Handle unexpected socket close and replace the default `rlimit(100)` filter with `leftOff(-1)` filter * Rename `dontClear` parameter to `resetEntriesBuffer` and remove negation
-
- 22 Nov, 2021 1 commit
-
-
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
-
- 21 Nov, 2021 1 commit
-
-
M. Mert Yıldıran authored
-
- 19 Nov, 2021 1 commit
-
-
M. Mert Yıldıran authored
* Upgrade Basenine version from `0.2.9` to `0.2.10` Fixes the issues in `limit` and `rlimit` helpers that occur when they are on the left operand of a binary expression. * Upgrade the client hash to latest
-
- 15 Nov, 2021 2 commits
-
-
M. Mert Yıldıran authored
Fixes `limit` helper being not finished because of lack of meta updates.
-
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
-
- 09 Nov, 2021 1 commit
-
-
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...
-
- 07 Nov, 2021 1 commit
-
-
M. Mert Yıldıran authored
Also fix a runtime error that happens when the API server's version is not a valid SemVer.
-
- 04 Nov, 2021 1 commit
-
-
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
-
- 28 Oct, 2021 2 commits
-
-
Alex Haiut authored
-
Alex Haiut authored
-