HugoCasa
0ae29310ee
fix: better error for moved openai resource ( #2724 )
...
* fix: better error for moved openai resource
* fix: nit
2023-11-29 00:24:56 +01:00
Faton Ramadani
3f4a9e06cf
feat(frontend): Stat card improvement ( #2709 )
...
* feat(frontend): add class+ style support + added support for custom images
* feat(frontend): add class+ style support + added support for custom images
* feat(frontend): fix styling
* feat(frontend): add quick style buttons
* feat(frontend): fix quick tailwind class
* feat(frontend): add space only if needed
* feat(frontend): fix build
* feat(frontend): fix line heights
2023-11-28 22:37:11 +01:00
Faton Ramadani
cdf6b392be
fix(frontend): fix separator z-index ( #2720 )
2023-11-28 22:34:47 +01:00
Guillaume Bouvignies
029bf7106a
fix: generate cargo lock file ( #2722 )
2023-11-28 20:07:49 +01:00
HugoCasa
f109dbfbce
fix: ai fix popup placement + update edit/fix prompt to return complete code ( #2715 )
2023-11-28 18:51:30 +01:00
Faton Ramadani
a8737ae686
feat(frontend): add "hide schedules" filter ( #2710 )
...
* feat(frontend): add hide schedules filter
* feat(frontend): rework filters
* feat(frontend): fix filters
* feat(frontend): fix filter layout
2023-11-28 16:57:10 +01:00
Ruben Fiszel
35c507c71c
migrate tests on ubicloud
2023-11-28 15:27:18 +01:00
Faton Ramadani
16f5f34127
fix(frontend): Improve error message + fix overflow when file name is too long ( #2691 )
2023-11-28 11:31:33 +01:00
Faton Ramadani
e9e6182791
feat(frontend): Added tailwind classes auto-complete ( #2712 )
...
* feat(frontend): Added tailwind classes auto-complete
* feat(frontend): handle tailwindcss as a language
2023-11-28 11:13:49 +01:00
Guillaume Bouvignies
83eaa51fd8
fix: Deno can talk to private NPM registries behind HTTPS ( #2713 )
2023-11-27 21:46:19 +01:00
Ruben Fiszel
1fb8d9b762
fix: improve autocomplete reactivity
2023-11-27 18:55:41 +01:00
dependabot[bot]
fc6e49533d
chore(deps): bump aws-config from 0.57.2 to 1.0.0 in /backend ( #2671 )
...
Bumps [aws-config](https://github.com/smithy-lang/smithy-rs ) from 0.57.2 to 1.0.0.
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases )
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/smithy-lang/smithy-rs/commits )
---
updated-dependencies:
- dependency-name: aws-config
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Guillaume Bouvignies <guillaume@windmill.dev >
2023-11-27 12:17:26 +01:00
Guillaume Bouvignies
d750f22f7d
fix: Error handler now supports flows ( #2707 )
...
* fix: Error handler now supports flows
* Update README
* remove unused import
2023-11-27 10:15:46 +00:00
Ikko Eltociear Ashimine
e51108afad
Update README.md ( #2706 )
...
chartss -> charts
2023-11-27 01:09:32 +01:00
Ruben Fiszel
1467c0c356
fix: trim .bun.ts for local imports
2023-11-27 00:59:14 +01:00
Ruben Fiszel
f2ff03e154
feat: add support for raw query args
2023-11-26 16:47:32 +01:00
Ruben Fiszel
3d61829bc8
chore(main): release 1.216.0 ( #2692 )
...
* chore(main): release 1.216.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-26 14:40:33 +01:00
Ruben Fiszel
c4e9022b73
ux nits
2023-11-26 14:36:42 +01:00
Ruben Fiszel
49ecb54692
feat: add early return for flows
2023-11-26 14:30:49 +01:00
Ruben Fiszel
5fcc31741d
improve cli sync
2023-11-25 16:57:13 +01:00
Ruben Fiszel
17d0daa537
remove transition in component output
2023-11-25 16:00:05 +01:00
Ruben Fiszel
c74e6d2c9d
fix: improve multiselect from form
2023-11-25 15:26:05 +01:00
Ruben Fiszel
2b5a47db2e
fix: expand enum type narrowing to forms
2023-11-25 11:03:14 +01:00
Faton Ramadani
ea888f5f78
feat(frontend): add currency format + add enum autocomplete + fix run… ( #2670 )
...
* feat(frontend): add currency format + add enum autocomplete + fix runs page layout
* feat(frontend): use ArgEnum for array when using enums
* Fix currencies
* feat(frontend): fix currency input
* feat(frontend): fix multiselect
* feat(frontend): fix multiselect
2023-11-25 10:16:06 +01:00
Stephan Fitzpatrick
f1c8a47155
Corrently handle terminal state when invoking job through run_script method ( #2703 )
2023-11-25 09:38:53 +01:00
Guillaume Bouvignies
9c2125bb89
fix: S3 bucket browser small improvements and fixes ( #2700 )
...
* fix: S3 bucket browser small improvements and fixes
* Bump file limits to 20 in CE and add a message in the FE
2023-11-24 20:18:02 +01:00
Faton Ramadani
4a768c9d6b
feat(frontend): add stat card ( #2687 )
...
* feat(frontend): add stat card
* feat(frontend): fix layout
2023-11-24 20:17:45 +01:00
Stephan Fitzpatrick
aeb8ee4d7b
feat(python): Update return type for 'get_resource' function ( #2695 )
...
* Update return type for 'get_resource' function
Modified the 'get_resource' function in 'wmill/client.py' to additionally return a 'dict', providing support for dictionaries in addition to strings and None. This change caters towards use-cases where getting a dictionary resource is needed, enhancing flexibility of resource handling in Windmill client operations. Code updated in two locations for consistency.
* Update README.md for python-client
Expanded and updated the 'README.md' to include detailed explanations about the basic and advanced usage of the 'wmill' package. The previous version wasn't as comprehensive and lacked examples. Now it includes thorough usage guidance, additional explanations, and code examples. Change improves usability for new developers approaching the project.
2023-11-24 20:17:30 +01:00
HugoCasa
a69eefc62e
feat: fill pg resource from string ( #2699 )
2023-11-24 20:17:17 +01:00
Guillaume Bouvignies
7158e06573
fix: Priority tags FE buggy when missing from config ( #2702 )
2023-11-24 19:42:27 +01:00
Ruben Fiszel
fbdb319269
fix: improve resource pages
2023-11-23 19:51:34 +01:00
Ruben Fiszel
f9624c57bf
use nested flow keys
2023-11-23 19:20:58 +01:00
Faton Ramadani
c5c736c157
fix(frontend): correctly handle when result is undefined ( #2693 )
2023-11-23 18:21:58 +01:00
Ruben Fiszel
0b809e2668
fix: lighten monaco editor workers ( #2690 )
...
* all
* initializeVscode everywhere
* fix: db schema autocompletion
* fix: add missing initialized
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
2023-11-23 18:19:43 +01:00
Ruben Fiszel
378945560f
chore(main): release 1.215.0 ( #2689 )
...
* chore(main): release 1.215.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-23 15:07:52 +01:00
HugoCasa
5dfd0c04bd
feat: query embeddings from s3 ( #2683 )
...
* feat: query embeddings from s3
* fix: better error handling + logging
2023-11-23 15:03:12 +01:00
HugoCasa
797d7590a5
fix: bigquery schema and date inputs ( #2688 )
2023-11-23 14:59:33 +01:00
Ruben Fiszel
161c3cc4bb
fix: improve wmill go client
2023-11-23 14:59:16 +01:00
Ruben Fiszel
1aca3f8f5c
chore(main): release 1.214.1 ( #2673 )
...
* chore(main): release 1.214.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-23 08:51:19 +01:00
Stephan Fitzpatrick
528cca268b
Feat(python): Quality of Life improvements to Python client ( #2686 )
...
* Fix references to `Windmill.start_script_async`
* Improve client usability and extend functionalities
This commit introduces several changes to improve the usability of the module and extend its functionalities. Line breaks have been added for long function calls to improve readability. A state setter has been added for the 'state' property to facilitate state updates. New functions 'cancel_running' and 'run_script' have been added to provide more control to the user over the script executions. The README file has been updated to reflect these changes and provide more comprehensive usage instructions including both basic and advanced usage of the module.
* Add line breaks and update README.md for readability
Inserted line breaks into function calls for improved readability in python-client/wmill/README.md. This enhances module usability by making code easier to follow. 'state' property setter, 'cancel_running' and 'run_script' functions have been added to enrich module's functionality. README was updated to reflect these changes and provide clearer instructions.
2023-11-23 08:39:38 +01:00
Stephan Fitzpatrick
8e84498454
Fix references to Windmill.start_script_async ( #2685 )
2023-11-23 07:48:48 +01:00
Henri Courdent
8d3f534517
Tiny change diagram architecture ( #2681 )
2023-11-22 19:46:39 +01:00
Ruben Fiszel
e1301503d8
fix: relax tags constraints
2023-11-22 18:30:43 +01:00
Ruben Fiszel
fb2c23ef54
v2
2023-11-22 18:29:51 +01:00
HugoCasa
7badc7d4f6
fix: graphql variables ( #2682 )
2023-11-22 18:17:37 +01:00
Stephan Fitzpatrick
38e6ea6702
Update method name in wmill README sample code ( #2679 )
...
In the README's example code for the wmill Python client, the method name `start_execution` has been changed to `run_script_async`. This change is in line with the recent updates we made to the client's public API. The naming adjustment adds more clarity to the method's functionality, and ensures that the sample code in the README is accurate and stays updated with the latest changes in the wmill Python client's API.
2023-11-22 17:16:07 +01:00
Faton Ramadani
cf1a588b81
fix(frontend): improve tutorial ux ( #2677 )
...
* fix(frontend): improve tutorial ux
* fix(frontend): small ui fix
* fix(frontend): prevent tutorial from running when an app is forked from the hub or a template
2023-11-22 17:15:54 +01:00
Henri Courdent
7a53266a8c
Updating readme ( #2680 )
2023-11-22 17:15:42 +01:00
Faton Ramadani
dc0bcd16b1
fix(frontend): use popover for schedule for later on the runs page ( #2678 )
2023-11-22 14:52:08 +01:00
Faton Ramadani
8e4e6703be
fix(frontend): disable active interaction to avoid broken state ( #2675 )
...
* fix(frontend): disable active interaction to avoid broken state
* fix(frontend): id tutorial id
2023-11-22 12:49:50 +01:00