Markus Eriksson
|
922128f6e0
|
fix: Add user filtering to changed_by. Fixes #27986 (#29287)
Co-authored-by: Markus Eriksson <markus.eriksson@sinch.com>
|
2024-07-25 15:23:00 -06:00 |
|
Maxime Beauchemin
|
e749efcb97
|
fix: refactor view error handling into a separate module (#29330)
|
2024-07-09 10:16:40 -07:00 |
|
John Bodley
|
8fb8199a55
|
chore(dao/command): Add transaction decorator to try to enforce "unit of work" (#24969)
|
2024-06-28 12:33:56 -07:00 |
|
Maxime Beauchemin
|
4bb2e2f8af
|
chore: enable ruff lint rule TRY201 and B904 to improve raise stack traces (#29166)
|
2024-06-12 13:04:42 -07:00 |
|
Eyal Ezer
|
07b2449bd7
|
refactor: Unify all json.(loads|dumps) usage to utils.json (#28702)
Co-authored-by: Eyal Ezer <eyal.ezer@ge.com>
|
2024-05-28 14:17:41 -07:00 |
|
Craig Rueda
|
89dbb9888c
|
chore(models): Adding encrypted field checks (#28436)
|
2024-05-13 09:29:52 -07:00 |
|
Beto Dealmeida
|
ce668d46cc
|
feat(SIP-95): catalogs in SQL Lab and datasets (#28376)
|
2024-05-08 17:19:36 -04:00 |
|
Beto Dealmeida
|
e90246fd1f
|
feat(SIP-95): permissions for catalogs (#28317)
|
2024-05-06 11:41:58 -04:00 |
|
Daniel Vaz Gaspar
|
9a339f08a7
|
feat: new Columnar upload form and API (#28192)
|
2024-05-06 15:51:42 +01:00 |
|
Beto Dealmeida
|
6cf681df68
|
feat(SIP-95): new endpoint for table metadata (#28122)
|
2024-04-25 12:23:49 -04:00 |
|
Maxime Beauchemin
|
2d63722150
|
chore: set up ruff as a new linter/formatter (#28158)
|
2024-04-24 17:19:53 -07:00 |
|
Daniel Vaz Gaspar
|
de82d90b9c
|
chore: refactor file upload commands (#28164)
|
2024-04-23 08:42:19 +01:00 |
|
Daniel Vaz Gaspar
|
e465876ed4
|
feat: new Excel upload form and API (#28105)
|
2024-04-19 14:19:42 +01:00 |
|
Beto Dealmeida
|
68a982dfe6
|
feat(sip-95): new endpoint for extra table metadata (#28063)
|
2024-04-18 10:42:53 -04:00 |
|
Daniel Vaz Gaspar
|
54387b4589
|
feat: new CSV upload form and API (#27840)
|
2024-04-15 09:38:51 +01:00 |
|
Beto Dealmeida
|
9377227e06
|
chore(OAuth2): refactor for custom OAuth2 clients (#27880)
|
2024-04-05 12:17:39 -04:00 |
|
John Bodley
|
27acc0b133
|
chore: Cleanup table access check naming (#27772)
|
2024-04-03 16:02:00 -07:00 |
|
John Bodley
|
30bc8f06dc
|
chore: Default to engine specification regarding using wildcard (#27843)
|
2024-04-03 09:09:37 -07:00 |
|
Beto Dealmeida
|
9022f5c519
|
feat(SIP-85): OAuth2 for databases (#27631)
|
2024-04-02 22:05:33 -04:00 |
|
Michael S. Molina
|
6e528426dd
|
feat: Adds option to disable drill to detail per database (#27536)
|
2024-03-21 15:51:09 -03:00 |
|
Geido
|
89e89de341
|
fix: SSH Tunnel configuration settings (#27186)
|
2024-03-11 16:56:54 +01:00 |
|
Stepan
|
2e4f6d3f38
|
perf(export): export generates unnecessary files content (#26765)
|
2024-02-21 16:28:38 -07:00 |
|
Geido
|
7c7deb960d
|
fix: ID param for DELETE ssh_tunnel endpoint (#27130)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
|
2024-02-15 22:09:51 +02:00 |
|
John Bodley
|
847ed3f5b0
|
refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909)
|
2024-02-14 06:20:15 +13:00 |
|
Beto Dealmeida
|
e36c014290
|
fix(database): allow filtering by UUID (#26469)
|
2024-01-12 11:18:39 -05:00 |
|
John Bodley
|
aafb54d042
|
chore: Ensure Mixins are ordered according to the MRO (#26288)
|
2023-12-16 14:11:58 +13:00 |
|
Ville Brofeldt
|
0b477e3f7c
|
chore: harmonize and clean up list views (#25961)
|
2023-12-04 11:51:18 -08:00 |
|
Vitor Avila
|
c033ca959d
|
fix(database-import): Support importing a DB connection with a version set (#26116)
|
2023-12-01 16:20:27 -05:00 |
|
John Bodley
|
07bcfa9b5f
|
chore(command): Organize Commands according to SIP-92 (#25850)
|
2023-11-22 16:55:54 -03:00 |
|
John Bodley
|
843c7ab58a
|
chore: Allow only iterables for BaseDAO.delete() (#25844)
|
2023-11-22 08:52:30 -03:00 |
|
Josh Soref
|
0735680674
|
chore(backend): Spelling (#25457)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2023-09-29 09:36:50 -07:00 |
|
John Bodley
|
ed0d288ccd
|
chore(dao): Replace save/overwrite with create/update respectively (#24467)
|
2023-08-11 12:55:39 -07:00 |
|
Beto Dealmeida
|
9c54280d85
|
feat: add MotherDuck DB engine spec (#24934)
|
2023-08-09 16:42:14 -07:00 |
|
Sebastian Liebscher
|
14a27b1ba3
|
chore(api): clean up API spec (#24838)
|
2023-07-31 20:03:58 +03:00 |
|
Stepan
|
64ced60f62
|
fix(datasets): give possibility to add dataset with slashes in name (#24796)
|
2023-07-28 14:33:08 -03:00 |
|
EugeneTorap
|
fc89718d48
|
chore: Update pylint to 2.17.4 (#24700)
Co-authored-by: John Bodley <john.bodley@gmail.com>
|
2023-07-24 17:13:49 -07:00 |
|
Daniel Vaz Gaspar
|
cb9b865a53
|
fix: import database engine validation (#24697)
|
2023-07-20 13:08:07 +01:00 |
|
Antonio Rivero
|
6657353bca
|
feat(database): Database Filtering via custom configuration (#24580)
|
2023-07-06 16:48:46 -04:00 |
|
Hugh A. Miles II
|
d041648ad4
|
fix(ssh): Editting Database w/ SSH Tunneling (#24552)
|
2023-07-06 15:43:55 -04:00 |
|
John Bodley
|
7409289762
|
chore(dao): Condense delete/bulk-delete operations (#24466)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
|
2023-07-06 09:21:08 -07:00 |
|
Hugh A. Miles II
|
a846e8a58d
|
feat(tags): move tags from navbar to settings (#24518)
Co-authored-by: Daniel Vaz Gaspar <danielvazgaspar@gmail.com>
|
2023-06-28 02:53:49 -04:00 |
|
Daniel Vaz Gaspar
|
0ddc0a6738
|
chore: remove marshmallow-enum dependency and bump FAB (#24499)
|
2023-06-27 08:37:43 +01:00 |
|
John Bodley
|
92e2ee9d07
|
chore(dao): Add generic type for better type checking (#24465)
|
2023-06-21 09:30:07 -07:00 |
|
Hugh A. Miles II
|
93e1db4bd9
|
fix: save columns reference from sqllab save datasets flow (#24248)
|
2023-06-20 13:54:19 -04:00 |
|
John Bodley
|
3e76736874
|
chore(dao): Organize DAOs according to SIP-92 (#24331)
Co-authored-by: JUST.in DO IT <justin.park@airbnb.com>
|
2023-06-18 18:32:32 -07:00 |
|
Rob Moore
|
6d9df432c1
|
fix(sqllab): Inefficient SqlaTable query (#24343) (#24344)
|
2023-06-12 12:14:07 +03:00 |
|
John Bodley
|
a4d5d7c6b9
|
chore(pre-commit): Add pyupgrade and pycln hooks (#24197)
|
2023-06-01 12:01:10 -07:00 |
|
Beto Dealmeida
|
c3b96d12de
|
feat: split database information (#24067)
|
2023-05-22 13:35:58 -04:00 |
|
John Bodley
|
8b4222ff9e
|
chore: Refactor command exceptions (#24117)
|
2023-05-19 09:08:12 -07:00 |
|
John Bodley
|
d583ca9ef5
|
chore: Embrace the walrus operator (#24127)
|
2023-05-19 00:37:13 -07:00 |
|