Commit Graph

28 Commits

Author SHA1 Message Date
Alexander Petric
0e11c43014 small ui fix for result display in psql + adding --return_last_result to psql script helper (#4919) 2024-12-13 17:55:19 +01:00
Ruben Fiszel
2f33da9cf3 fix: respect sorting when downloading csv f rom auto table 2024-07-24 11:12:51 +02:00
Ruben Fiszel
211e80b69e fix: make result_json path stable for python executors 2024-07-23 17:39:40 +02:00
Ruben Fiszel
f7c2580a3f fix: preserve force json across code preview 2024-07-23 16:42:29 +02:00
Ruben Fiszel
5e73ed5569 fix(backend): wrong previous result used in flow for-loop 2024-06-11 17:35:38 +02:00
Ruben Fiszel
b77042a310 feat: support selecting by columns in table 2024-06-05 19:57:54 +02:00
Ruben Fiszel
3c9e8bc4d0 table small improvements 2024-05-30 15:05:42 +02:00
HugoCasa
c4159f2286 fix(frontend): improve auto data table headers when array of arrays (#3738) 2024-05-15 12:29:31 +02:00
Faton Ramadani
43a3a4abf7 fix(frontend): remove red from autodatable badges (#3652) 2024-05-01 10:23:52 +02:00
Ruben Fiszel
4f9b3dcfeb nits autodatatable 2024-04-26 16:57:37 +02:00
Faton Ramadani
8021919bc6 fix(frontend): Improve AgGrid Infinite table default codes + deprecat… (#3609)
* fix(frontend): Improve AgGrid Infinite table default codes + deprecated table + improve AutoDatatable

* fix(frontend): Handle undefined rowCount

* fix(frontend): Improve Ag Grid footer

* fix(frontend): Improve Deprecated badge
2024-04-25 15:06:58 +02:00
Ruben Fiszel
a6252b7eb2 fix: improve autodata table 2024-04-24 23:22:37 +02:00
Ruben Fiszel
a78857b433 nits 2024-04-09 14:15:12 +02:00
Ruben Fiszel
a49b9ce367 fix: make autodatatable more resilient 2024-04-05 20:55:11 +02:00
Ruben Fiszel
e9570fa52a fix: make autodatatable more resilient 2024-04-05 20:40:18 +02:00
Ruben Fiszel
099647cae2 fix: small table fixes 2024-03-22 18:51:32 +01:00
HugoCasa
c2d18a6d6f feat keep sql columns ordering (#3444)
* feat: keep pg columns ordering

* feat: pass column order through flow status

* feat: sql ordering for all sql langs

* fix: sqlx build on mac + rename to _metadata

* Update JobPreview.svelte

* Update +page.svelte

* Update +page.svelte

* Update LogPanel.svelte

* Update +page.svelte

* Update LogPanel.svelte

* Update JobPreview.svelte

* fix: build

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-03-22 10:34:32 +01:00
Faton Ramadani
990cef5461 fix(frontend): Improve autodatatable (#3434)
* feat(frontend): Improve autodatable

* feat(frontend): global cache clean up

* feat(frontend): remove useless class
2024-03-19 09:34:34 +01:00
Faton Ramadani
53a0cb6d82 fix(frontend): Fix csv generation (#3439)
* feat(frontend): properly convert JSON to CSV

* feat(frontend): properly convert JSON to CSV
2024-03-19 09:01:16 +01:00
Faton Ramadani
9d74f0a0b6 fix(frontend): correctly change the currentPage when perPage changes (#3420) 2024-03-15 11:27:11 +01:00
Faton Ramadani
5367e1f5d8 feat(frontend): use the DisplayResult component in the Expanded resul… (#3410)
* feat(frontend): use the DisplayResult component in the Expanded result drawer

* fix(frontend): Fix table-row styling
2024-03-14 12:42:13 +01:00
HugoCasa
864caa90db fix: improve display result header (#3265)
* fix: improve display result header

* fix: improve code
2024-02-22 00:21:04 +01:00
Ruben Fiszel
6fdfc1f112 fix: update internal deno runtime to 0.262.0 (#3240)
* feat: scim token and saml metadata setting in UI directly

* chore(main): release 1.271.0 (#3237)

* chore(main): release 1.271.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>

* fix test

* all

* update all

* fix frontend

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-02-18 13:19:35 +01:00
gft-kysonnd
aaf02e064c fix(frontend): wrap values with special characters in double quotes when downloading a CSV (#3232)
* wrapped values with special characters in double quotes when downloading CSV

* Update AutoDataTable.svelte

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2024-02-16 09:17:19 +01:00
Faton Ramadani
57ea2d4c2f fix(frontend): add header when downloading a CSV (#3228) 2024-02-15 16:51:13 +01:00
Faton Ramadani
6c7004935f fix(frontend): Fix display for array of objects (#3051) 2024-01-21 15:38:55 +01:00
Ruben Fiszel
b9ac7c93e2 make tables support json 2024-01-19 02:29:14 +01:00
Faton Ramadani
78f80c8b0d feat(frontend): Rich table display (#3028)
* feat(frontend): rich debug table

* feat(frontend): rich debug table

* feat(frontend): rich debug table

* feat(frontend): wip

* feat(frontend): table v0

* feat(frontend): fix layout audit page

* feat(frontend): display rich result by default

* feat(frontend): add selected rows

* feat(frontend): add unique ids

* feat(frontend): restore max-h

* feat(frontend): md support + remove sorting on types that don't support comparaison

* feat(frontend): fix actions

* feat(frontend): fix md

* feat(frontend): fix md

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-01-18 17:26:46 +01:00