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. 09 Jan, 2022 1 commit
  2. 16 Dec, 2021 1 commit
  3. 10 Dec, 2021 1 commit
  4. 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 `EntriesL...
      Unverified
      9f1e3116
  5. 01 Dec, 2021 1 commit
  6. 30 Nov, 2021 1 commit
  7. 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
      Unverified
      12ca3d87
  8. 21 Nov, 2021 1 commit
  9. 19 Nov, 2021 1 commit
  10. 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.
      Unverified
      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
      Unverified
      618cb3a4
  11. 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...
      Unverified
      d2fe3f66
  12. 07 Nov, 2021 1 commit
  13. 27 Oct, 2021 1 commit
  14. 22 Jul, 2021 1 commit
  15. 20 Jul, 2021 1 commit
  16. 24 May, 2021 1 commit
    • RamiBerm's avatar
      WIP · 24dba9e8
      RamiBerm authored
      24dba9e8
  17. 23 May, 2021 1 commit
    • RamiBerm's avatar
      WIP · c3e993bb
      RamiBerm authored
      c3e993bb
  18. 11 May, 2021 1 commit
  19. 10 May, 2021 2 commits
  20. 04 May, 2021 1 commit
  21. 03 May, 2021 1 commit
  22. 02 May, 2021 1 commit
  23. 29 Apr, 2021 1 commit
  24. 28 Apr, 2021 6 commits
  25. 22 Apr, 2021 1 commit