1. 27 Oct, 2018 1 commit
    • Fix label suggestions for multi-line aggregation queries · 2a4a1938
      No label suggestions were being returned for multi-line aggregation
      contexts because the parsed selector string does not see the full
      context before a `by` or `without` clause.
      
      This solution stitches together all text nodes that comprise the query
      editor to ensure the selector has sufficient context to generate
      suggestions.
      
      Also, an additional workaround has been included to ensure range vector
      syntax does not disrupt label suggestions in aggregation contexts.
      
      Related: #12890
      Michael Huynh committed
  2. 26 Oct, 2018 7 commits
  3. 25 Oct, 2018 17 commits
  4. 24 Oct, 2018 15 commits