Skip to content
Snippets Groups Projects
  1. May 06, 2019
  2. May 05, 2019
    • Ed's avatar
      using the timestamp from the log file might lead to undesired behavior as it... · fe53924f
      Ed authored
      using the timestamp from the log file might lead to undesired behavior as it could be way in the past or future depending on the clock for the source system generating the logs.  Given that it's compared to the servers time.Now() when looking for idle chunks it's probably best to use the server time when setting the value. (#546)
      
      fe53924f
  3. May 03, 2019
  4. May 02, 2019
  5. May 01, 2019
  6. Apr 30, 2019
  7. Apr 29, 2019
  8. Apr 26, 2019
  9. Apr 25, 2019
  10. Apr 24, 2019
  11. Apr 23, 2019
  12. Apr 17, 2019
  13. Apr 16, 2019
  14. Apr 12, 2019
    • Sandeep Sukhani's avatar
      Move live log tailing behind websocket on server (#439) · 1f1706f4
      Sandeep Sukhani authored
      * Move live log tailing behind websocket on server
      
      Live log tailing now requires client to just open a websocket and keep listening to it for getting live logs for matching query
      
      * Fixed linting errors
      
      * Unexported tailQuery querier method
      
      * Added a delay in querying of logs to not miss delayed entries
      
      * Renamed variable for better readability
      
      * Some code refactoring suggested in PR review
      
      * Fixed linter errors
      
      * Code refactoring requested in PR review
      
      * Disabling linting for writeHTTPErrorResponse since same value for an input is being passed from all function calls for now
      
      * Removed a function which already existed
      
      * Improved printing of log entries using cli and some other code refactoring
      
      * Checking no-labels flag before printing log stream while tailing
      1f1706f4
Loading