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.
- 18 Nov, 2021 3 commits
-
-
M. Mert Yildiran authored
-
M. Mert Yildiran authored
Fixes the issues in `limit` and `rlimit` helpers that occur when they are on the left operand of a binary expression.
-
Nimrod Gilboa Markevich authored
Currently shared/kubernetes/watch.go:FilteredWatch only watches pods. This PR makes it reusable for other types of resources. This is done in preparation for watching k8s events.
-
- 17 Nov, 2021 6 commits
-
-
M. Mert Yıldıran authored
* Prevent the crash on client-side in case of `text` being undefined in `FancyTextDisplay` * Use `String(text)` instead
-
M. Mert Yıldıran authored
-
M. Mert Yıldıran authored
* Sync entries in batches just as before (using `uploadIntervalSec` parameter) * Replace `lastTimeSynced` value with `time.Time{}` Since it will be overwritten by the very first iteration.
-
M. Mert Yıldıran authored
-
RamiBerm authored
* Update common.go and tapRunner.go * Update common.go
-
RamiBerm authored
* Update tapRunner.go, permissions-all-namespaces-daemon.yaml, and 2 more files... * Update tapRunner.go * Update tapRunner.go and permissions-ns-daemon.yaml * Update tapRunner.go * Update tapRunner.go * Update tapRunner.go
-
- 16 Nov, 2021 9 commits
-
-
M. Mert Yıldıran authored
* Update the UI screenshots * Update `mizu-ui.png`
-
RamiBerm authored
* WIP * Update tapRunner.go * Update tapRunner.go
-
RamiBerm authored
* Update tapRunner.go and tapConfig.go * Update tapConfig.go * Revert "Update tapConfig.go" This reverts commit 5c7c02c4ab652a84878d2555426413ff25c8aa70.
-
M. Mert Yıldıran authored
-
RoyUP9 authored
-
RamiBerm authored
* Update main.go, status_controller.go, and 2 more files... * Update status_controller.go and mizuTapperSyncer.go
-
RoyUP9 authored
-
Igor Gov authored
-
RoyUP9 authored
-
- 15 Nov, 2021 5 commits
-
-
M. Mert Yıldıran authored
Also fix the `elapsedTime` for Redis.
-
M. Mert Yıldıran authored
-
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
-
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.
-
- 14 Nov, 2021 2 commits
- 11 Nov, 2021 5 commits
-
-
Nimrod Gilboa Markevich authored
-
RoyUP9 authored
-
RoyUP9 authored
-
M. Mert Yıldıran authored
* Fix the CSS issues in the cheatsheet modal * Change the Sass variable names
-
M. Mert Yıldıran authored
-
- 10 Nov, 2021 4 commits
-
-
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.
-
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
-
M. Mert Yıldıran authored
-
M. Mert Yıldıran authored
-
- 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...
-
- 08 Nov, 2021 4 commits
-
-
gadotroee authored
-
RamiBerm authored
-
RamiBerm authored
* Update README.md, tapRunner.go, and 4 more files... * Update testsUtils.go * Update proxy.go * Update README.md, testsUtils.go, and 3 more files... * Update testsUtils.go and provider.go
-
RamiBerm authored
* 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
-
- 07 Nov, 2021 1 commit
-
-
David Levanon authored
* 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>
-