Michael S. Molina
|
687f762457
|
refactor: Removes the legacy dataset editor (#31976)
|
2025-01-24 14:52:22 -03:00 |
|
Michael S. Molina
|
7cf7267085
|
refactor: Removes legacy dashboard endpoints (#31943)
|
2025-01-22 15:39:04 -03:00 |
|
Michael S. Molina
|
f5fff5eaad
|
refactor: Removes legacy CSS template endpoint (#31942)
|
2025-01-22 15:38:44 -03:00 |
|
JUST.in DO IT
|
2874096e27
|
refactor(sqllab): migrate share queries via kv by permalink (#29163)
|
2025-01-17 16:16:02 -08:00 |
|
Vitor Avila
|
9661afff16
|
fix(Embedded): Skip CSRF validation for dashboard download endpoints (#31798)
|
2025-01-13 16:50:24 -03:00 |
|
Maxime Beauchemin
|
e51b95ffa8
|
chore: enforce more ruff rules (#31447)
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
|
2024-12-18 17:41:34 -08:00 |
|
Michael S. Molina
|
c2885a166e
|
fix: Exception handling for SQL Lab views (#30897)
|
2024-11-12 08:54:58 -08:00 |
|
Elizabeth Thompson
|
96b0bcfd78
|
chore: add logging for dashboards/get warnings (#30365)
|
2024-09-27 11:08:04 -07:00 |
|
Geido
|
4ac0bb1bed
|
chore(View): Remove unnecessary theme view and defer basic styles (#30128)
|
2024-09-27 18:12:58 +02:00 |
|
Sam Firke
|
69d5f766a8
|
feat(auth): when user is not logged in, failure to access a dashboard should redirect to login screen (#30380)
|
2024-09-25 14:26:26 -04:00 |
|
Maxime Beauchemin
|
f315a4f02c
|
chore: move SLACK_ENABLE_AVATARS from config to feature flag (#30274)
|
2024-09-16 16:07:11 -07:00 |
|
Ville Brofeldt
|
63f4f4f60c
|
chore: remove redundant code (#30261)
|
2024-09-16 09:42:43 -07:00 |
|
JUST.in DO IT
|
ff3b86b5ff
|
feat(sqllab): Add timeout on fetching query results (#29959)
|
2024-09-12 09:41:28 -07:00 |
|
Beto Dealmeida
|
1f890718a2
|
feat: is_mutating method (#30177)
|
2024-09-09 13:56:18 -04:00 |
|
Michael S. Molina
|
de3de541e7
|
fix: FacePile is requesting avatars when SLACK_ENABLE_AVATARS is false (#30156)
|
2024-09-05 08:50:50 -03:00 |
|
Antonio Rivero
|
6009023fad
|
fix(catalog): Table Schema View with no catalog (#30139)
|
2024-09-04 02:41:47 +02:00 |
|
Beto Dealmeida
|
39209c2b40
|
fix: handle empty catalog when DB supports them (#29840)
|
2024-08-13 10:08:43 -04:00 |
|
Elizabeth Thompson
|
6dbfe2aab9
|
feat: add slackv2 notification (#29264)
|
2024-07-17 15:14:32 -07:00 |
|
Vitor Avila
|
33b934cbb3
|
fix(Tags filter): Filter assets by tag ID (#29412)
|
2024-07-11 12:26:36 -03: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 |
|
Matheus Batista
|
024cfd86e4
|
feat(formatters): Add custom d3-time-format locale (#24263)
|
2024-06-10 12:24:33 -06: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 |
|
Eyal Ezer
|
56f0fc4ec2
|
refactor: Migration of json utilities from core (#28522)
Co-authored-by: Eyal Ezer <eyal.ezer@ge.com>
|
2024-05-20 10:27:22 -07:00 |
|
Antonio Rivero
|
b1f85dce71
|
refactor(plugins): BigNumber Time Comparison with existing time_offset API (#27718)
Co-authored-by: lilykuang <jialikuang@gmail.com>
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
|
2024-05-16 18:47:50 +02:00 |
|
Daniel Vaz Gaspar
|
f0b7b95d05
|
chore: deprecate old Dashboard endpoints (#28399)
|
2024-05-15 09:36:47 +01:00 |
|
Daniel Vaz Gaspar
|
c12deed12e
|
chore: deprecate multiple old APIs (#28492)
|
2024-05-14 22:00:45 +01:00 |
|
Daniel Vaz Gaspar
|
0cb60aea8f
|
chore: deprecate old Dataset related endpoints (#28453)
|
2024-05-13 20:09:47 +01:00 |
|
Daniel Vaz Gaspar
|
54e02f5b11
|
chore: deprecate old Database endpoints (#28404)
|
2024-05-13 08:42:56 +01:00 |
|
Daniel Vaz Gaspar
|
e1a440fa36
|
chore: remove and deprecate old CSS templates endpoints (#28387)
|
2024-05-09 09:38:32 +01: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 |
|
Maxime Beauchemin
|
cfc440c56c
|
feat: improve event logging for queries + refactor (#27943)
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
|
2024-04-22 16:30:50 -07:00 |
|
Elizabeth Thompson
|
83fedcc9ea
|
chore: change deprecation versions post 4.0 (#28019)
|
2024-04-22 13:03:59 -07:00 |
|
Daniel Vaz Gaspar
|
e465876ed4
|
feat: new Excel upload form and API (#28105)
|
2024-04-19 14:19:42 +01:00 |
|
Maxime Beauchemin
|
e9c0ca545f
|
feat: Slack Avatar integration (#27849)
|
2024-04-16 08:40:27 -07:00 |
|
Daniel Vaz Gaspar
|
54387b4589
|
feat: new CSV upload form and API (#27840)
|
2024-04-15 09:38:51 +01:00 |
|
Michael S. Molina
|
996cced3d4
|
fix: Locale sent to frontend (#27926)
|
2024-04-08 14:01:55 -03:00 |
|
Maxime Beauchemin
|
12fe2929a4
|
fix: row limits & row count labels are confusing (#27700)
|
2024-04-02 13:58:35 -07:00 |
|
Michael S. Molina
|
883e455e12
|
fix: Pylint errors on master (#27710)
|
2024-03-27 16:18:41 -03:00 |
|
Kamil Gabryjelski
|
5083ca0e81
|
fix: Persist query params appended to permalink (#27601)
|
2024-03-22 10:24:31 +01:00 |
|
Michael S. Molina
|
6e528426dd
|
feat: Adds option to disable drill to detail per database (#27536)
|
2024-03-21 15:51:09 -03:00 |
|
JUST.in DO IT
|
5107cc0fd9
|
fix(sqllab): Close already removed tab (#27391)
|
2024-03-06 08:59:56 -08:00 |
|
Vitor Avila
|
66bf70172f
|
fix(API): Updating assets via the API should preserve ownership configuration (#27364)
|
2024-03-06 16:40:41 +00:00 |
|
Yongjie Zhao
|
2c00cc534c
|
feat: support to fetch multiple date time in time_range endpoint (#27370)
Co-authored-by: Yongjie Zhao <yongjie.zhao@burda-forward.de>
|
2024-03-04 11:50:05 +01:00 |
|
Michael S. Molina
|
fa04eec2d5
|
fix: Incorrect data type on import page (#27307)
|
2024-02-29 10:03:20 -05:00 |
|