Ruben Fiszel
ced68f35fa
chore(main): release 1.41.0 ( #795 )
...
* chore(main): release 1.41.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.41.0
2022-10-24 02:38:12 +02:00
Ruben Fiszel
a45ba528ad
better tooltips
2022-10-24 02:32:01 +02:00
Ruben Fiszel
17d9f38d30
fix(deno-client): add approver
2022-10-24 02:24:44 +02:00
Ruben Fiszel
a0b2c9e77d
feat: add approver to approval step
2022-10-24 01:50:39 +02:00
Ruben Fiszel
3c91e42b9e
fix: approval pages now require no auth
2022-10-23 15:50:36 +02:00
Ruben Fiszel
6acea35f59
chore(main): release 1.40.1 ( #794 )
...
* chore(main): release 1.40.1
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.40.1
2022-10-22 16:21:10 +02:00
Jakub Kołodziejczak
a5dfd865c3
fix(deno-client): fix build.sh to have reproducible builds ( #793 )
2022-10-22 16:19:31 +02:00
Jakub Kołodziejczak
0b89ec79aa
ci(deno-client): fix build.sh to have reproducible builds ( #792 )
2022-10-22 16:01:50 +02:00
Ruben Fiszel
91015e089b
chore(main): release 1.40.0 ( #780 )
...
* chore(main): release 1.40.0
* Update CHANGELOG.md
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.40.0
2022-10-22 14:06:23 +02:00
Jakub Kołodziejczak
4ab547bdf4
feat(deno-client): improve docs by extending function signatures ( #791 )
...
> as a windmill script developer I want to know what type/data structure is returned from the windmill sdk
2022-10-22 14:04:38 +02:00
Ruben Fiszel
884edd7715
fix: improve approval flow with approval page
2022-10-22 13:55:12 +02:00
Ruben Fiszel
90c7b0c89d
fix send tx for kill
2022-10-22 00:34:36 +02:00
Ruben Fiszel
d999b72eb8
nit wording
2022-10-21 23:54:27 +02:00
Ruben Fiszel
cb5ed9b9a1
feat(backend): propagate cancel instantly to all flow jobs if any
2022-10-21 22:01:07 +02:00
Ruben Fiszel
e0b86e958f
feat(backend): propagate cancel instantly to all flow jobs if any
2022-10-21 22:00:52 +02:00
Ruben Fiszel
31e8873e93
clean up the new script page
2022-10-21 21:33:56 +02:00
Ruben Fiszel
63e1dca6b5
nit pickable buttons for flows
2022-10-21 21:20:01 +02:00
Ruben Fiszel
563db922f5
nit pickable buttons for flows
2022-10-21 20:43:09 +02:00
Ruben Fiszel
aab42eaa3a
nit do not disable forloop on subsequent steps
2022-10-21 20:34:04 +02:00
Ruben Fiszel
3484f4bc4c
nit escape on contentPreview
2022-10-21 20:01:20 +02:00
Ruben Fiszel
9ddfa9a59d
fix import script from hub
2022-10-21 19:43:53 +02:00
Ruben Fiszel
8f40d3b117
fix import script from hub
2022-10-21 19:38:33 +02:00
Ruben Fiszel
b111961b95
simplify script picker menu for flows
2022-10-21 19:02:00 +02:00
Ruben Fiszel
6c68f264cb
fix(frontend): rework te new script page
2022-10-21 14:25:21 +02:00
Ruben Fiszel
4ce3e0795c
fix: only create a schedule after flow change if schedule is enabled
2022-10-21 13:33:44 +02:00
Kai Jellinghaus
ac84b76909
fix(backend): avoid mem leak on interval #786
2022-10-21 12:15:03 +02:00
Ruben Fiszel
57ab699d1d
fix z-index of menu
2022-10-21 08:48:24 +02:00
Ruben Fiszel
8ec33c5e16
feat: support running and publishing go, python scripts to the hub ( #779 )
2022-10-20 20:16:08 +02:00
Ruben Fiszel
1c8a4b3b09
chore(main): release 1.39.0 ( #747 )
...
* chore(main): release 1.39.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.39.0
2022-10-20 16:38:34 +02:00
Ruben Fiszel
5117430b16
fix(deno-client): error handling for getInternalState
2022-10-20 16:36:09 +02:00
Kai Jellinghaus
100761a15c
Bench improvements ( #774 )
...
* Fix trailing / in host URL
* Allow continous run with throughput
* Fix whitespace
2022-10-20 07:41:33 +02:00
Kai Jellinghaus
3fb5ec08b0
Add more tracing ( #773 )
2022-10-20 07:40:58 +02:00
Kai Jellinghaus
3a7ab9cbe8
Cargo config improvements ( #775 )
...
* Move cargo config to correct location
* Add --no-rosegment to build params.
This helps with stack traces, and is necessary for some profilers.
2022-10-20 07:38:49 +02:00
Ruben Fiszel
1a93593529
feat(frontend): publish script of any lang to hub
2022-10-19 23:50:02 +02:00
Kai Jellinghaus
55d3f38b8b
More Metrics ( #735 )
...
* Expose Worker Tokio Metrics
* Add metrics tracking the job queue
This can be used to (approximate) the queue length
This can be used to (approximate) the running jobs
* Remove testing code
* Rename metrics to exclude TOTAL_
* Sleep in worker metrics loop
* Add jobs_executed
* Add zombie job metrics
* Add uptime metric
* Fix metric naming
* Remove poll stats
* unify worker execution metrics
* Rename jobs_* metrics
* Rename metrics to match exposed name
* Remove leftover import
* Rename variables to match further
* Fix Merge error
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2022-10-19 10:15:42 +02:00
Ruben Fiszel
2350a39335
remove erronous pull created_by
2022-10-19 04:10:41 +02:00
Ruben Fiszel
c03c3afcb4
make get job more reliable
2022-10-19 03:54:41 +02:00
Ruben Fiszel
bea934489c
nits
2022-10-19 03:41:56 +02:00
Ruben Fiszel
f4ff43ec49
nits
2022-10-19 03:41:56 +02:00
Ruben Fiszel
45a6976d52
feat(backend): atomic moving queue -> complete and delete ( #771 )
...
* feat(backend): atomic move to queue + delete
* fix
* fix
* fix
* fix
2022-10-19 03:16:15 +02:00
Ruben Fiszel
a34e514e4e
migrating benchmark to deno client 1.38.5
2022-10-18 23:16:58 +02:00
Ruben Fiszel
f468d6d870
show options
2022-10-18 22:08:37 +02:00
Ruben Fiszel
1ae7a3c325
fix benchmarks
2022-10-18 21:19:37 +02:00
Ruben Fiszel
614866d694
little benchmark console feedback
2022-10-18 20:42:16 +02:00
Ruben Fiszel
955cc4104a
fix(backend): reschedule flow at first step end ( #746 )
...
* fix(backend): reschedule flow at first step end
* fix
* fix
* fix
* fix
* sqlx prepare
2022-10-18 17:06:39 +02:00
Ruben Fiszel
57600ab873
feat: add result by id to fetch result from any node ( #769 )
...
* feat: add result by id to fetch result from any node
* sqlx prepare
* fix
* fix
* review
2022-10-18 17:04:13 +02:00
Kai Jellinghaus
846462c68b
feat(benchmark): Initial Benchmarking Tool ( #731 )
...
* Deno setup
* Very basic benchmarking
* Collect metrics into CSV
* Rip out CSV functionality
* export to influxdb
* remove old files
* Move into subfolder in preparation for merge
* Move settings to correct folder
* Cleanup & Fix typing
* Remove unused code
* Add JSON export of specific metrics
* Wait for all jobs to complete & check resutls
* Delete output.json
* Apply some review comments
* Simplify some truthy expressions
* Remove InfluxDB
* Rewrite Stats calculation
* Add CSV output
* Fix stdev calculations
* Add README
* Add maximum-throughput option
* Add flow option
* Remove testing changes
* Revert auto-format
* Track zombie workers
2022-10-18 14:10:04 +02:00
Ruben Fiszel
af9e1f4479
feat: add ids to modules + input_transform lowered to flowmodulevalue ( #768 )
...
* feat: add ids to modules + inputTransforms from module to module value
* all
* delete obsolete input transforms
2022-10-17 22:34:12 +02:00
dependabot[bot]
e1e202ad8b
chore(deps-dev): bump svelte from 3.51.0 to 3.52.0 in /frontend ( #766 )
...
Bumps [svelte](https://github.com/sveltejs/svelte ) from 3.51.0 to 3.52.0.
- [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.51.0...v3.52.0 )
---
updated-dependencies:
- dependency-name: svelte
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 20:06:18 +00:00
dependabot[bot]
43be8362db
chore(deps-dev): bump flowbite-svelte from 0.27.6 to 0.27.8 in /frontend ( #767 )
...
Bumps [flowbite-svelte](https://github.com/themesberg/flowbite-svelte ) from 0.27.6 to 0.27.8.
- [Release notes](https://github.com/themesberg/flowbite-svelte/releases )
- [Changelog](https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md )
- [Commits](https://github.com/themesberg/flowbite-svelte/compare/v0.27.6...v0.27.8 )
---
updated-dependencies:
- dependency-name: flowbite-svelte
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 19:52:00 +00:00