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. 14 Dec, 2021 4 commits
  2. 12 Dec, 2021 1 commit
  3. 10 Dec, 2021 1 commit
  4. 09 Dec, 2021 2 commits
  5. 08 Dec, 2021 2 commits
    • M. Mert Yıldıran's avatar
    • 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...
      9f1e3116
  6. 07 Dec, 2021 1 commit
  7. 04 Dec, 2021 1 commit
  8. 02 Dec, 2021 2 commits
  9. 01 Dec, 2021 1 commit
    • M. Mert Yıldıran's avatar
      Bring back `GetEntries` HTTP endpoint (#515) · c47959db
      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
      c47959db
  10. 30 Nov, 2021 3 commits
    • M. Mert Yıldıran's avatar
      Add `Queryable` component to show a green add circle icon for the queryable UI elements (#512) · af557f70
      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...
      af557f70
    • M. Mert Yıldıran's avatar
      Handle unexpected socket close and replace the default `rlimit(100)` filter... · b745f659
      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
      b745f659
    • M. Mert Yıldıran's avatar
      Fix the selected entry behavior by propagating the `focusedEntryId` through... · 873f2525
      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
      873f2525
  11. 28 Nov, 2021 1 commit
  12. 26 Nov, 2021 1 commit
  13. 25 Nov, 2021 2 commits
  14. 24 Nov, 2021 1 commit
  15. 23 Nov, 2021 4 commits
  16. 22 Nov, 2021 6 commits
  17. 21 Nov, 2021 6 commits
  18. 19 Nov, 2021 1 commit