Ruben Fiszel
|
ab432d628a
|
import python code as raw to avoid reindent
|
2023-02-05 16:03:03 +01:00 |
|
Ruben Fiszel
|
e1b9247e11
|
use VmHwm mem instead of VmPeak for more accurate memory report
|
2023-02-05 15:30:02 +01:00 |
|
Ruben Fiszel
|
07c756f460
|
mem_peak use greatest
|
2023-02-05 14:59:31 +01:00 |
|
Ruben Fiszel
|
2ef6af4546
|
fix python default tabSize
|
2023-02-05 14:51:33 +01:00 |
|
Ruben Fiszel
|
a939771059
|
fix python type inference
|
2023-02-05 14:09:21 +01:00 |
|
Ruben Fiszel
|
8dc467b87a
|
toast improvements
|
2023-02-05 10:12:49 +01:00 |
|
Ruben Fiszel
|
2ece1eb475
|
frontend misc
|
2023-02-05 10:04:26 +01:00 |
|
Ruben Fiszel
|
7a4da3907f
|
frontend misc
|
2023-02-05 09:03:35 +01:00 |
|
Ruben Fiszel
|
b9d6e67791
|
frontend misc
|
2023-02-05 00:05:16 +01:00 |
|
Ruben Fiszel
|
f584062f13
|
feat: add mem peak info
|
2023-02-04 20:26:15 +01:00 |
|
Ruben Fiszel
|
265fbc5835
|
feat(worker): set oom_adj to 1000 to prioritize killing subprocess
|
2023-02-04 16:17:47 +01:00 |
|
Ruben Fiszel
|
2e7e57b62d
|
update docker-compose
|
2023-02-04 15:50:28 +01:00 |
|
Ruben Fiszel
|
d17eeeecdc
|
use unsecure websocket if unsecure connection
|
2023-02-04 15:50:28 +01:00 |
|
Ruben Fiszel
|
21c2007ebd
|
use unsecure websocket if unsecure connection
|
2023-02-04 15:29:55 +01:00 |
|
Ruben Fiszel
|
90668902f5
|
avoid https on docker-compose
|
2023-02-04 15:20:12 +01:00 |
|
Ruben Fiszel
|
784aac9d1b
|
typo
|
2023-02-04 01:55:05 +01:00 |
|
Ruben Fiszel
|
d4207db880
|
app checkbox nits
|
2023-02-04 01:50:09 +01:00 |
|
Ruben Fiszel
|
4ac9484305
|
app checkbox and text nits
|
2023-02-04 01:43:17 +01:00 |
|
Ruben Fiszel
|
0a8f177e02
|
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>
v1.62.0
|
2023-02-03 22:52:54 +01:00 |
|
Ruben Fiszel
|
cfa1e6f1e8
|
increase max concurrent runs
|
2023-02-03 22:39:36 +01:00 |
|
Ruben Fiszel
|
be526b2f23
|
prune args and not kwargs for function call
|
2023-02-03 22:37:26 +01:00 |
|
Ruben Fiszel
|
8bc97e0041
|
remove templates
|
2023-02-03 22:34:36 +01:00 |
|
Kai Jellinghaus
|
b9ac60f8bb
|
feat: Add workspace webhook (#1158)
* Add workspace webhook
* Update SQLX
* Add webhook request histogram
* Move workspace webhook retrieval OOP
* Add removal to frontend, cache removed webhooks
* Remove WebhookUtil
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
|
2023-02-03 19:50:18 +01:00 |
|
dependabot[bot]
|
c0a8545704
|
chore(deps-dev): bump svelte-preprocess from 5.0.0 to 5.0.1 in /frontend (#1164)
Bumps [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/sveltejs/svelte-preprocess/releases)
- [Changelog](https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte-preprocess/compare/v5.0.0...v5.0.1)
---
updated-dependencies:
- dependency-name: svelte-preprocess
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-03 19:50:04 +01:00 |
|
Kai Jellinghaus
|
cdd16195ae
|
feat(cli): 2-Way sync (#1071)
* Export file type from each file
* Fix example scripts
* Strongly type CLI files
* Allow bash files
* Update API version
* Remove useless files
* WIP: Diff based push
* Fixup other code
* Implement Flow diffing
* Implement resource type
* Remaining impls
* WIP
* Fix missing file error
* Fix misstyping
* Improve error message
* Fix type inferrence
* Allow REMOVE everywhere
* Fix empty changeset
* Fix error message
* Fix type inferrence 2
* Fix variable diffs
* Fix include checks
* Move push & pull
* Handle script in sync
* Handle scripts
* Allow multi-path creation
* Fix merge conflicts
* Fix #1173
* Update Dependencies
* Add missing await
* Apply review comments
* Fix diff
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
|
2023-02-03 19:49:46 +01:00 |
|
Ruben Fiszel
|
406cba4e73
|
improve instructions
|
2023-02-03 02:19:58 +01:00 |
|
Ruben Fiszel
|
8d6a8386be
|
refactor components to ease adding custom components
|
2023-02-03 02:11:06 +01:00 |
|
Ruben Fiszel
|
1a626980df
|
revert single file components change
|
2023-02-03 00:00:28 +01:00 |
|
Ruben Fiszel
|
23007f7a71
|
feat: adding worker_busy
|
2023-02-02 23:57:53 +01:00 |
|
Ádám Kovács
|
9f5500c196
|
fix(frontend): Various fixes and improvements (#1177)
* fix(frontend): Editor bar
* fix(frontend): Keep settings tabs always visible
* fix(frontend): Keep app header on top in preview
|
2023-02-02 23:00:43 +01:00 |
|
Ruben Fiszel
|
a82a2efa6a
|
fix nosniff html component
|
2023-02-02 22:10:13 +01:00 |
|
Ádám Kovács
|
3305481d5d
|
feat(frontend): App initial loading animations (#1176)
* feat(frontend): App initial loading animations
* fix(frontend): Optional prop
|
2023-02-02 17:55:11 +01:00 |
|
Kai Jellinghaus
|
42691bc1bd
|
CLI hints (#1140)
* various improvements
* passing to kai
* passing to kai
* Outline InlineCodeCopy
* Add CLI setup steps
* Workaround #1173
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
|
2023-02-02 05:30:12 -08:00 |
|
Ruben Fiszel
|
99568eaa47
|
feat: add WHITELIST_WORKSPACES and BLACKLIST_WORKSPACES
|
2023-02-02 07:57:03 +01:00 |
|
Ruben Fiszel
|
68500b12b2
|
improve README
|
2023-02-02 07:01:18 +01:00 |
|
Ruben Fiszel
|
f171cd8b7c
|
fix: navigate to new script page before saving script
|
2023-02-02 00:31:31 +01:00 |
|
Ruben Fiszel
|
0ca431b6cb
|
add privacy policy and terms of service links
|
2023-02-01 23:10:43 +01:00 |
|
Ruben Fiszel
|
cb9c0846ac
|
fix graph viewer for negative ids
|
2023-02-01 20:56:58 +01:00 |
|
Ádám Kovács
|
bc8d1a375e
|
fix(frontend): Render popups above components in app editor (#1171)
* fix(frontend): Render popups above items in apps
* Add explanation
|
2023-02-01 17:52:09 +01:00 |
|
Ruben Fiszel
|
0921ba0085
|
feat: add INCLUDE_HEADERS env variable to pass value from request headers
|
2023-02-01 02:22:28 +01:00 |
|
Ruben Fiszel
|
14b32be8b2
|
feat(python): add ADDITIONAL_PYTHON_PATHS
|
2023-02-01 02:04:53 +01:00 |
|
Ruben Fiszel
|
b67550a790
|
fix nextId for components
|
2023-01-31 20:49:02 +01:00 |
|
dependabot[bot]
|
06347746c0
|
chore(deps-dev): bump @sveltejs/package from 1.0.1 to 1.0.2 in /frontend (#1165)
Bumps [@sveltejs/package](https://github.com/sveltejs/kit/tree/HEAD/packages/package) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/master/packages/package/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/package@1.0.2/packages/package)
---
updated-dependencies:
- dependency-name: "@sveltejs/package"
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-01-31 20:05:16 +01:00 |
|
dependabot[bot]
|
0b4288ad9c
|
chore(deps-dev): bump vite from 4.0.3 to 4.0.4 in /frontend (#1166)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.0.4/packages/vite)
---
updated-dependencies:
- dependency-name: vite
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-01-31 20:05:00 +01:00 |
|
Ruben Fiszel
|
a6dcb218ff
|
ci: seperate openbb group from main
|
2023-01-31 20:04:20 +01:00 |
|
Ruben Fiszel
|
6fe93dac58
|
chore(main): release 1.61.1 (#1169)
* chore(main): release 1.61.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
v1.61.1
|
2023-01-31 20:02:29 +01:00 |
|
Ruben Fiszel
|
202b04bb08
|
fix nextId for components
|
2023-01-31 20:01:48 +01:00 |
|
Ruben Fiszel
|
df8cc1f248
|
fix(backend): compile issue
|
2023-01-31 19:50:22 +01:00 |
|
Ruben Fiszel
|
61e3214f9e
|
chore(main): release 1.61.0 (#1091)
* chore(main): release 1.61.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
v1.61.0
|
2023-01-31 18:51:42 +01:00 |
|
Ruben Fiszel
|
d663884a99
|
more folders permission
|
2023-01-31 16:01:13 +01:00 |
|