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.
- 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
-
- 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 `EntriesL...
-
- 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.
-
- 27 Oct, 2021 1 commit
-
-
RamiBerm authored
* debug mizu * Update clean.go, cleanRunner.go, and tapRunner.go * Update tapRunner.go * Update cleanRunner.go * Update tapRunner.go Co-authored-by:
Rami Berman <rami.berman@up9.com>
-
- 22 Jul, 2021 1 commit
-
-
nimrod-up9 authored
* Renamed aggregator -> apiServer. * Format errors with container names. * Renamed collector -> apiServer. * Rephrased help messages. * Moved api -> agent. * Continue renameing api -> agent in Makefile and Dockerfiles.
-
- 20 Jul, 2021 1 commit
-
-
RamiBerm authored
-
- 24 May, 2021 1 commit
-
-
RamiBerm authored
-
- 23 May, 2021 1 commit
-
-
RamiBerm authored
-
- 11 May, 2021 1 commit
-
-
RamiBerm authored
-
- 10 May, 2021 2 commits
- 04 May, 2021 1 commit
-
-
lirazyehezkel authored
* no message * infinite scroll + new ws implementation * no message * scrolling top * fetch button * more Backend changes * fix go mod and sum * mire fixes against develop * unused code * small ui refactor Co-authored-by:
Roee Gadot <roee.gadot@up9.com>
-
- 03 May, 2021 1 commit
-
-
gadotroee authored
* makefile fixes - docker build * readme update, CLI usage fix * added chmod * typo * run example incorreect in makefile * no message * no message * no message Co-authored-by:
Alex Haiut <alex@up9.com>
-
- 02 May, 2021 1 commit
-
-
gadotroee authored
* no message * no message
-
- 29 Apr, 2021 1 commit
-
-
Roee Gadot authored
-
- 28 Apr, 2021 6 commits
-
-
RamiBerm authored
-
Roee Gadot authored
-
RamiBerm authored
-
gadotroee authored
* no message * no message
-
Roee Gadot authored
-
gadotroee authored
* no message * add clean api command
-
- 22 Apr, 2021 1 commit
-
-
Roee Gadot authored
-