Commit Graph

3385 Commits

Author SHA1 Message Date
Ruben Fiszel
8ab6c322a7 implement double ended slider 2023-02-13 22:46:42 +01:00
Ruben Fiszel
401a11ccb3 fix skipping setup 2023-02-13 18:49:13 +01:00
Ruben Fiszel
ce791a39a1 update README 2023-02-13 17:58:49 +01:00
Ruben Fiszel
e7e4e955c1 fix initialization app 2023-02-13 17:18:01 +01:00
Ruben Fiszel
33c5305799 fix linguo 2023-02-13 15:10:48 +01:00
Ruben Fiszel
06211b74b0 fix admins workspace link 2023-02-13 15:05:27 +01:00
Ruben Fiszel
d97a3fb400 fix minor UX bugs 2023-02-13 13:17:20 +01:00
Ruben Fiszel
9b3413775b update flow viewer 2023-02-13 12:36:04 +01:00
Ruben Fiszel
a96ed76948 remove technical architecture 2023-02-13 02:35:07 +01:00
Kai Jellinghaus
64f0fe9232 Setup Experience (#1194)
* Squash

* Update SQLX
2023-02-13 02:32:29 +01:00
Ruben Fiszel
af67d95dbd update README 2023-02-13 02:26:06 +01:00
Ruben Fiszel
027a47b76e Add video to README 2023-02-13 02:24:05 +01:00
Ruben Fiszel
b05fe82607 update README 2023-02-13 02:22:13 +01:00
dependabot[bot]
f1519f3448 chore(deps-dev): bump svelte from 3.55.0 to 3.55.1 in /frontend (#1189)
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.55.0 to 3.55.1.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.55.0...v3.55.1)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 00:11:25 +01:00
dependabot[bot]
bdd874069e chore(deps-dev): bump svelte2tsx from 0.5.22 to 0.6.1 in /frontend (#1188)
Bumps [svelte2tsx](https://github.com/sveltejs/language-tools) from 0.5.22 to 0.6.1.
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.22...svelte2tsx-0.6.1)

---
updated-dependencies:
- dependency-name: svelte2tsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 00:11:01 +01:00
Ruben Fiszel
1b56a553d3 better redirect on slack callback 2023-02-10 18:53:01 +01:00
Ruben Fiszel
062632ba48 fix(python): return none if argument is missing 2023-02-10 18:47:45 +01:00
Ruben Fiszel
2e6d77b7fa fix BASE_INTERNAL_URL 2023-02-10 18:29:10 +01:00
Ruben Fiszel
4494dbe917 fix slack command 2023-02-10 01:51:42 +01:00
Ádám Kovács
676b69ef18 fix: Update references to the docs (#1191) 2023-02-10 00:08:15 +01:00
Ruben Fiszel
498a8ad4fc add clousql compatibility 2023-02-09 18:15:13 +01:00
Ruben Fiszel
e1374bfd06 small flow improvements 2023-02-09 16:44:28 +01:00
Faton Ramadani
0c76102d34 feat(frontend): Minimal support for custom filenames (#1190) 2023-02-07 18:29:23 +01:00
Ruben Fiszel
8f156d49ef add MAX_RESULT_SIZE for CLOUD_HOSTED 2023-02-07 01:52:55 +01:00
Ruben Fiszel
745e67cd8c deprecate row connection in favor of connected + selectedRow 2023-02-05 20:57:47 +01:00
Ruben Fiszel
e7ecb486e9 display token fully 2023-02-05 17:28:33 +01:00
Ruben Fiszel
b365c7b760 add svg display result support 2023-02-05 17:15:40 +01:00
Ruben Fiszel
0980f4a52e script UX nits 2023-02-05 16:30:35 +01:00
Ruben Fiszel
cca5ea8644 import python code as raw to avoid reindent 2023-02-05 16:03:03 +01:00
Ruben Fiszel
20ea3424e0 use VmHwm mem instead of VmPeak for more accurate memory report 2023-02-05 15:30:02 +01:00
Ruben Fiszel
5ce8dc6a80 mem_peak use greatest 2023-02-05 14:59:31 +01:00
Ruben Fiszel
b5e1babf0a fix python default tabSize 2023-02-05 14:51:33 +01:00
Ruben Fiszel
1579b61157 fix python type inference 2023-02-05 14:09:21 +01:00
Ruben Fiszel
40858875b1 toast improvements 2023-02-05 10:12:49 +01:00
Ruben Fiszel
c731b978ab frontend misc 2023-02-05 10:04:26 +01:00
Ruben Fiszel
a79853e3ea frontend misc 2023-02-05 09:03:35 +01:00
Ruben Fiszel
cdf7a75c99 frontend misc 2023-02-05 00:05:16 +01:00
Ruben Fiszel
0ecfec2577 feat: add mem peak info 2023-02-04 20:26:15 +01:00
Ruben Fiszel
934d9ab6bd feat(worker): set oom_adj to 1000 to prioritize killing subprocess 2023-02-04 16:17:47 +01:00
Ruben Fiszel
4f41c64300 update docker-compose 2023-02-04 15:50:28 +01:00
Ruben Fiszel
4d16847dba use unsecure websocket if unsecure connection 2023-02-04 15:50:28 +01:00
Ruben Fiszel
c057986b66 use unsecure websocket if unsecure connection 2023-02-04 15:29:55 +01:00
Ruben Fiszel
37d9dff20b avoid https on docker-compose 2023-02-04 15:20:12 +01:00
Ruben Fiszel
0be8026bd6 typo 2023-02-04 01:55:05 +01:00
Ruben Fiszel
fb64de0793 app checkbox nits 2023-02-04 01:50:09 +01:00
Ruben Fiszel
0e7611e7f8 app checkbox and text nits 2023-02-04 01:43:17 +01:00
Ruben Fiszel
ea3e4d1b69 chore(main): release 1.62.0 (#1170)
* chore(main): release 1.62.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-02-03 22:52:54 +01:00
Ruben Fiszel
4c4a90907b increase max concurrent runs 2023-02-03 22:39:36 +01:00
Ruben Fiszel
f56a4aa999 prune args and not kwargs for function call 2023-02-03 22:37:26 +01:00
Ruben Fiszel
56e81ed185 remove templates 2023-02-03 22:34:36 +01:00