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

3.0 #2

Merged
merged 48 commits into from
Oct 23, 2023
Merged

3.0 #2

merged 48 commits into from
Oct 23, 2023

Commits on Sep 25, 2023

  1. fix: is_select with UNION (apache#25290)

    (cherry picked from commit bb002d6)
    betodealmeida authored and michael-s-molina committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    807a027 View commit details
    Browse the repository at this point in the history
  2. fix: Add explicit ON DELETE CASCADE for dashboard_roles (apache#25320)

    (cherry picked from commit d54e827)
    john-bodley authored and michael-s-molina committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    2d1f1e3 View commit details
    Browse the repository at this point in the history
  3. fix(chart): Supporting custom SQL as temporal x-axis column with filt…

    …er (apache#25126)
    
    Co-authored-by: Kamil Gabryjelski <[email protected]>
    2 people authored and michael-s-molina committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    8ca49d4 View commit details
    Browse the repository at this point in the history
  4. fix: Use RLS clause instead of ID for cache key (apache#25229)

    (cherry picked from commit fba66c6)
    jfrag1 authored and michael-s-molina committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    61dcc70 View commit details
    Browse the repository at this point in the history
  5. fix: Improve the reliability of alerts & reports (apache#25239)

    (cherry picked from commit f672d5d)
    jfrag1 authored and michael-s-molina committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0d53446 View commit details
    Browse the repository at this point in the history
  6. fix: DashboardRoles cascade operation (apache#25349)

    (cherry picked from commit a971a28)
    michael-s-molina committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5390e2d View commit details
    Browse the repository at this point in the history
  7. fix: datetime with timezone excel export (apache#25318)

    Co-authored-by: Michael S. Molina <[email protected]>
    (cherry picked from commit 5ebcd2a)
    betodealmeida authored and michael-s-molina committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    88e6f22 View commit details
    Browse the repository at this point in the history
  8. fix: Workaround for Cypress ECONNRESET error (apache#25399)

    (cherry picked from commit d76ff39)
    michael-s-molina committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c508a33 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    721db8a View commit details
    Browse the repository at this point in the history
  2. fix: Rename on_delete parameter to ondelete (apache#25424)

    (cherry picked from commit 893b45f)
    john-bodley committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    eacdbdd View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. fix: preventing save button from flickering in SQL Lab (apache#25106)

    (cherry picked from commit 296ff17)
    fisjac authored and michael-s-molina committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    4a65d41 View commit details
    Browse the repository at this point in the history
  2. fix: chart import (apache#25425)

    (cherry picked from commit a4d8f36)
    betodealmeida authored and michael-s-molina committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    1757ce4 View commit details
    Browse the repository at this point in the history
  3. fix: swagger UI CSP error (apache#25368)

    (cherry picked from commit 1716b9f)
    dpgaspar authored and michael-s-molina committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0c6db23 View commit details
    Browse the repository at this point in the history
  4. fix: smarter date formatter (apache#25404)

    (cherry picked from commit f0080f9)
    betodealmeida authored and michael-s-molina committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8dfe95f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b83bd5d View commit details
    Browse the repository at this point in the history
  6. fix(nativeFilters): Speed up native filters by removing unnecessary r…

    …erenders (apache#25282)
    
    Co-authored-by: JUST.in DO IT <[email protected]>
    (cherry picked from commit a0eeb4d)
    Always-prog authored and michael-s-molina committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7b2b696 View commit details
    Browse the repository at this point in the history
  7. fix(SqlLab): make icon placement even (apache#25372)

    (cherry picked from commit 11b49a6)
    CorbinBullard authored and michael-s-molina committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    731cd65 View commit details
    Browse the repository at this point in the history
  8. fix: Duplicate items when pasting into Select (apache#25447)

    (cherry picked from commit 7cf96cd)
    michael-s-molina committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    58778a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. fix: update the SQLAlchemy model definition at json column for Log ta…

    …ble (apache#25445)
    
    (cherry picked from commit e83a76a)
    cnabro authored and michael-s-molina committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    d8e87aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f682dba View commit details
    Browse the repository at this point in the history
  3. fix(mysql): handle string typed decimal results (apache#24241)

    (cherry picked from commit 7eab59a)
    villebro authored and michael-s-molina committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    615d7f5 View commit details
    Browse the repository at this point in the history
  4. fix: Styles not loading because of faulty CSP setting (apache#25468)

    (cherry picked from commit 0cebffd)
    kgabryje authored and michael-s-molina committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    0dd1a3b View commit details
    Browse the repository at this point in the history
  5. fix(sqllab): error with lazy_gettext for tab titles (apache#25469)

    (cherry picked from commit ddde178)
    nytai authored and michael-s-molina committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    455b3d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. fix: Address Mypy issue which is causing CI to fail (apache#25494)

    (cherry picked from commit 36ed617)
    john-bodley authored and michael-s-molina committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    9d1ab46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ad2a05 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    ae700d1 View commit details
    Browse the repository at this point in the history
  2. fix(sqllab): Broken query containing 'children' (apache#25490)

    (cherry picked from commit b92957e)
    justinpark authored and michael-s-molina committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1367d7b View commit details
    Browse the repository at this point in the history
  3. chore: Expand error detail on screencapture (apache#25519)

    (cherry picked from commit ba541e8)
    justinpark authored and michael-s-molina committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    220dc58 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. fix: tags permissions error message (apache#25516)

    (cherry picked from commit 50b0816)
    Khrol authored and michael-s-molina committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    8b66603 View commit details
    Browse the repository at this point in the history
  2. fix: Apply normalization to all dttm columns (apache#25147)

    (cherry picked from commit 58fcd29)
    kgabryje authored and michael-s-molina committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    dd769eb View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. fix: REST API CSRF exempt list (apache#25590)

    (cherry picked from commit 549abb5)
    dpgaspar authored and michael-s-molina committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    286c095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69c2378 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. fix: thubmnails loading - Talisman default config (apache#25486)

    (cherry picked from commit 52f631a)
    Khrol authored and michael-s-molina committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    53b84b9 View commit details
    Browse the repository at this point in the history
  2. fix(Presto): catch DatabaseError when testing Presto views (apache#25559

    )
    
    Co-authored-by: Rui Zhao <[email protected]>
    (cherry picked from commit be3714e)
    zhaorui2022 authored and michael-s-molina committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    254cc36 View commit details
    Browse the repository at this point in the history
  3. fix(Charts): Set max row limit + removed the option to use an empty r…

    …ow limit value (apache#25579)
    
    (cherry picked from commit f556ef5)
    CorbinBullard authored and michael-s-molina committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    732c5b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0b2dc4 View commit details
    Browse the repository at this point in the history
  5. fix: finestTemporalGrainFormatter (apache#25618)

    (cherry picked from commit 62bffaf)
    betodealmeida authored and michael-s-molina committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c44f1a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd1b7a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    890bf59 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. fix(sqllab): Mistitled for new tab after rename (apache#25523)

    (cherry picked from commit a520124)
    justinpark authored and michael-s-molina committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d7cbdca View commit details
    Browse the repository at this point in the history
  2. fix(sqllab): template validation error within comments (apache#25626)

    (cherry picked from commit b370c66)
    justinpark authored and michael-s-molina committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    701ee30 View commit details
    Browse the repository at this point in the history
  3. fix: avoid 500 errors with SQLLAB_BACKEND_PERSISTENCE (apache#25553)

    (cherry picked from commit 99f79f5)
    Khrol authored and michael-s-molina committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    ec3bed7 View commit details
    Browse the repository at this point in the history
  4. fix(import): Make sure query context is overwritten for overwriting i…

    …mports (apache#25493)
    
    (cherry picked from commit a0a0d80)
    jfrag1 authored and michael-s-molina committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    af1e713 View commit details
    Browse the repository at this point in the history
  5. fix: permalink save/overwrites in explore (apache#25112)

    Co-authored-by: Elizabeth Thompson <[email protected]>
    (cherry picked from commit e58a3ab)
    hughhhh authored and michael-s-molina committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    236aef8 View commit details
    Browse the repository at this point in the history
  6. fix(header navlinks): link navlinks to path prefix (apache#25495)

    (cherry picked from commit 51c56dd)
    fisjac authored and michael-s-molina committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b95ff2d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0f229e View commit details
    Browse the repository at this point in the history
  8. fix: warning of nth-child (apache#23638)

    (cherry picked from commit 16cc089)
    justinpark authored and michael-s-molina committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b380495 View commit details
    Browse the repository at this point in the history
  9. fix(dremio): Fixes issue with Dremio SQL generation for Charts with S…

    …eries Limit (apache#25657)
    
    (cherry picked from commit be82657)
    OskarNS authored and michael-s-molina committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    293568a View commit details
    Browse the repository at this point in the history