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 Dec, 2021 4 commits
-
-
M. Mert Yildiran authored
-
M. Mert Yildiran authored
-
M. Mert Yildiran authored
Revert "TRA-4017 Bring back `getOldEntries` method using fetch API and always start streaming from now (#518)" This reverts commit 9f1e3116.
-
M. Mert Yıldıran authored
* Remove unnecessary fields and split `service` into `src.name` and `dst.name` * Don't fall back to IP address but instead display `[Unresolved]` text * Fix the CSS issues in the plus icon position and replace the separator `->` text with `SwapHorizIcon`
-
- 12 Dec, 2021 1 commit
-
-
M. Mert Yıldıran authored
-
- 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
-
- 09 Dec, 2021 2 commits
-
-
Igor Gov authored
Co-authored-by:
Igor Gov <igor.govorov1@gmail.com>
-
Igor Gov authored
-
- 08 Dec, 2021 2 commits
-
-
M. Mert Yıldıran authored
-
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 `EntriesL...
-
- 07 Dec, 2021 1 commit
-
-
M. Mert Yıldıran authored
-
- 04 Dec, 2021 1 commit
-
-
M. Mert Yıldıran authored
-
- 02 Dec, 2021 2 commits
-
-
David Levanon authored
-
Igor Gov authored
-
- 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 3 commits
-
-
M. Mert Yıldıran authored
* Add `Queryable` component to show a green circle and use it in `EntryViewLine` * Refactor `Queryable` component * Use the `Queryable` component `EntryDetailed` * Use the `Queryable` component `Summary` * Instead of passing the style to `Queryable`, pass the children components directly * Make `useTooltip = true` by default in `Queryable` * Refactor a lot of styling to achieve using `Queryable` in `Protocol` component * Migrate the last queryable elements in `EntryListItem` to `Queryable` component * Fix some of the styling issues * Make horizontal `Protocol` `Queryable` too * Remove unnecessary child constants * Revert some of the changes in 2a93f365f5c815dde16e97ac84a835c2ac9016de * Fix rest of the styling issues * Fix one more styling issue * Update the screenshots and text in the cheatsheet according to the change * Use `let` not `var` * Add missing dependenci...
-
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
-
M. Mert Yıldıran authored
Fix the selected entry behavior by propagating the `focusedEntryId` through WebSocket (before #452) TRA-3983 (#513) * Revert the select entry behavior into its original state RACING! (before #452) [TRA-3983 alternative 3] * Remove the remaining `forceSelect`(s) * Add a missing `focusedEntryId` prop * Fix the race condition * Propagate the `focusedEntryId` through WebSocket to prevent racing
-
- 28 Nov, 2021 1 commit
-
-
M. Mert Yıldıran authored
-
- 26 Nov, 2021 1 commit
-
-
M. Mert Yıldıran authored
-
- 25 Nov, 2021 2 commits
-
-
M. Mert Yıldıran authored
* Add HTTP2 Over Cleartext (H2C) support * Remove a parameter which is a remnant of debugging
-
M. Mert Yıldıran authored
-
- 24 Nov, 2021 1 commit
-
-
Igor Gov authored
-
- 23 Nov, 2021 4 commits
-
-
David Levanon authored
* add response body to the error in case of failure * fix typo + make inline condition
-
Nimrod Gilboa Markevich authored
Use one channel for events instead of three separate channels by event type
-
David Levanon authored
Co-authored-by:
gadotroee <55343099+gadotroee@users.noreply.github.com>
-
Nimrod Gilboa Markevich authored
prevPodPhase does not take into account the fact that there may be more than one tapper pod. Therefore it is not clear what its value represents. It is only used in a debug print. It is not worth the effort to fix for that one debug print. Co-authored-by:
gadotroee <55343099+gadotroee@users.noreply.github.com>
-
- 22 Nov, 2021 6 commits
-
-
M. Mert Yıldıran authored
-
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
-
M. Mert Yıldıran authored
* Remove the extra negation on `nodefrag` flag's value * Support IPv4 fragmentation and IPv6 at the same time * Re-enable `nodefrag` flag
-
M. Mert Yıldıran authored
Co-authored-by:
gadotroee <55343099+gadotroee@users.noreply.github.com>
-
Nimrod Gilboa Markevich authored
Print warning event related to mizu k8s resources. In non-daemon print to CLI. In Daemon print to API-Server logs.
-
Alon Girmonsky authored
-
- 21 Nov, 2021 6 commits
-
-
Igor Gov authored
-
David Levanon authored
* discover envoy pids using cluster ips * add istio flag to cli + rename mtls flag to istio * add istio.md to docs * Fixing typos * Fix minor typos and grammer in docs Co-authored-by:
Nimrod Gilboa Markevich <nimrod@up9.com>
-
RoyUP9 authored
-
gadotroee authored
-
M. Mert Yıldıran authored
* Ignore gob files * Remove `*.db` from `.gitignore`
-
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
-