Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v6.2.1 cherry picks #17294

Merged
merged 12 commits into from
May 27, 2019
Merged

v6.2.1 cherry picks #17294

merged 12 commits into from
May 27, 2019

Commits on May 27, 2019

  1. Explore: Fixes filtering in Prometheus queries when clicking in Table (

    …#17083)
    
    Fixes: #17071
    (cherry picked from commit fdd421e)
    hugohaggmark authored and marefr committed May 27, 2019
    Configuration menu
    Copy the full SHA
    4c09c33 View commit details
    Browse the repository at this point in the history
  2. Build: Fix filter for building msi during release (#17236)

    (cherry picked from commit 972df40)
    briangann authored and marefr committed May 27, 2019
    Configuration menu
    Copy the full SHA
    c222d8e View commit details
    Browse the repository at this point in the history
  3. Singlestat: fixes issue with value placement and line wraps (#17249)

    Fixes #17237
    (cherry picked from commit 6acc7d3)
    torkelo authored and marefr committed May 27, 2019
    Configuration menu
    Copy the full SHA
    dc13655 View commit details
    Browse the repository at this point in the history
  4. Tech: Update jQuery to 3.4.1 (#17290)

    Fixes #17289
    
    Special notes for your reviewer:
    Updates jQuery to 3.4.1 (from 3.4.0) to fix the jQuery bug: https://blog.jquery.com/2019/05/01/jquery-3-4-1-triggering-focus-events-in-ie-and-finding-root-elements-in-ios-10/
    (cherry picked from commit df6a491)
    timbutler authored and marefr committed May 27, 2019
    Configuration menu
    Copy the full SHA
    01eb4b1 View commit details
    Browse the repository at this point in the history
  5. release v6.2.1

    marefr committed May 27, 2019
    Configuration menu
    Copy the full SHA
    0f0a661 View commit details
    Browse the repository at this point in the history
  6. Auth Proxy: Resolve database is locked errors (#17274)

    The change was originally made in #16950, but that change
    was too big to cherry pick. This change adds a major database
    performance improvement since the number of selects to fetch
    a cached item is drastically decreased and by that removes
    sqlite database is locked errors.
    
    Fixes #17247
    marefr authored May 27, 2019
    Configuration menu
    Copy the full SHA
    32457a9 View commit details
    Browse the repository at this point in the history
  7. auth proxy: log any error in middleware (#17296)

    Backports #17275 for v6.2.x
    marefr authored May 27, 2019
    Configuration menu
    Copy the full SHA
    d9e85d2 View commit details
    Browse the repository at this point in the history
  8. database: retry transaction if sqlite returns busy error (#17297)

    Adds an additional sqlite error code 5 (SQLITE_BUSY) to the
    transaction retry handler to add retries when sqlite
    returns database is locked error.
    More info: https://www.sqlite.org/rescode.html#busy
    Backports #17276 for v6.2.x
    marefr authored May 27, 2019
    Configuration menu
    Copy the full SHA
    372a189 View commit details
    Browse the repository at this point in the history
  9. CLI: Add command to migrate all datasources to use encrypted password…

    … fields (#17118)
    
    closes: #17107
    (cherry picked from commit 151b24b)
    aocenas authored and marefr committed May 27, 2019
    Configuration menu
    Copy the full SHA
    63f35c1 View commit details
    Browse the repository at this point in the history
  10. Chore: Update jquery to 3.4.1 in grafana ui (#17295)

    (cherry picked from commit 3dda812)
    torkelo authored and marefr committed May 27, 2019
    Configuration menu
    Copy the full SHA
    6f7f983 View commit details
    Browse the repository at this point in the history
  11. Gauge/BarGauge: font size improvements (#17292)

    (cherry picked from commit 5358c5f)
    torkelo authored and marefr committed May 27, 2019
    Configuration menu
    Copy the full SHA
    1aa6abe View commit details
    Browse the repository at this point in the history
  12. backport parts of #17065

    marefr committed May 27, 2019
    Configuration menu
    Copy the full SHA
    8ff4f54 View commit details
    Browse the repository at this point in the history