Skip to content
Snippets Groups Projects
  1. May 03, 2019
  2. May 02, 2019
  3. May 01, 2019
  4. Apr 29, 2019
  5. Apr 25, 2019
  6. Apr 17, 2019
  7. 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
  8. Apr 11, 2019
  9. Apr 10, 2019
  10. Apr 02, 2019
  11. Mar 29, 2019
    • Edward Welch's avatar
      Change hpcloud tailer library to poll mode to workaround bugs in the event... · c9948233
      Edward Welch authored
      Change hpcloud tailer library to poll mode to workaround bugs in the event driven code within the library
      Had to rework tests with some waits for messages because polling is slower
      There are several longer sleeps in the promtail_test which are not ideal and have been marked with FIXME to remove once we have a better solution
      c9948233
  12. Mar 27, 2019
  13. Mar 20, 2019
  14. Mar 15, 2019
  15. Mar 07, 2019
  16. Mar 06, 2019
  17. Mar 05, 2019
    • Ed's avatar
      Adding a configurable timeout for calls to the loki server. (#368) · 19260d44
      Ed authored
      Adding a configurable timeout for calls to the loki server.
      Updating promtail test to set sane defaults for all configurations and then override for testing.
      Removing .idea folder from .gitignore, we should encourage people (and myself) to use global ignore for IDE configs
      19260d44
  18. Mar 04, 2019
  19. Feb 25, 2019
  20. Feb 20, 2019
  21. Feb 18, 2019
  22. Feb 14, 2019
  23. Feb 13, 2019
    • Ed's avatar
      Adding a sync() function to filetarget (#293) · f6d0857d
      Ed authored
      * Adding a sync() function to filetarget which runs on a timer to catch any events missed by fsnotify
      
      * moving where we mark the final position to avoid a race condition exposed in testing, we want to stop the tailer before shutting down our tailer loop
      
      * Fix changes from PR and refactor to remove circular imports and make config consistent
      
      * Adding an "integration" type unit test which tests promtail as a whole
      
      * fixing a bunch of imports I munged
      moved tailer to its own file
      refactoring filetarget to make synclogic easier to follow and reused as much as possible
      f6d0857d
  24. Feb 12, 2019
Loading