Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Merge for release #523

Merged
merged 61 commits into from
Aug 16, 2024
Merged

chore: Merge for release #523

merged 61 commits into from
Aug 16, 2024

Conversation

ramedina86
Copy link
Collaborator

No description provided.

Dmitry Mozolevsky and others added 30 commits June 12, 2024 20:37
* feat: implement the backend component EditableDataframe
* feat: implement MutableValue
* feat: implement record_remove on EditableDataframe
* docs: write documentation section about dataframe
* feat: manage missing dependencies for PandasRecordProcessor and PolarRecordProcessor
* feat: implement the method record to read a specific record
* docs: improve documentation
* docs: add dataframe section
* refactor: use click for CLI

* chore: changes according to code review

* docs: added docs for cloud deploy

* docs: added verbose flag to docs

* fix: linter error

* feat: added version option for CLI

* feat: added version and help commands short options

* fix: typo in command line help message

* test: add tests for deploy and cli commands

* fix: python 3.9

* fix: missing templates in tests

* fix: according to CR

* chore: added missing change

* fix: linter errors

* docs: removed mention about service_entrypoint.py

* test: cli edit and run commands

* fix: linter

* ci: build first

* fix: windows paths problem

* fix: windows problem

* fix: windows issue attempt 2

* fix: windows issue attempt 3

* fix: linter
The issue was too many parameters was given to `String.fromCharCode()` and make and error like "Maximum call stack size exceeded".

In fact, there is no need to try to convert the CSV to base64. So I simply used `Blob` and then `URL.createObjectURL` instead which should be more efficient.
docs: improve documentation to use writer instead of streamsync
…taframe-to-manage-dataframe-editor-component

feat: implement editable dataframe to manage dataframe editor component
fix(ui): fix `CoreDataFrame` download for big file. WF-39
ci: bump Node version to `20.x`
feat(ui): allow empty name for `CoreMetric`. WF-38
fix: handle template in `BuilderFieldsKeyValue`. WF-31
The main issue of `CoreFileInput` was that, when it re-render, the files selected label is cleared and there is no way to set it again.

To prevent that, the easiest way is to hide the `<input type="file" />` and display instead a custom button and a label.

This unlock a cool possibility to create the link of the file and let the user download the file.
Dmitry Mozolevsky and others added 29 commits August 4, 2024 20:43
`CoreSelect` displays a dropdown which is cropped by `overflow: hidden`. Removing this CSS rule prevent that

closes #380
Simply add `leftIcon` props to `WdsTextInput` and add a search icon to
the dataframe component.
* fix: manage root path properly when we join them
feat(ui): add icon to `WdsTextInput`. WF-36
fix(ui): remove some overflow constraints
fix(ui): avoid builder `textarea` H resizable. WF-40
…ntication

fix: Redirect after authentication on http://localhost without /
feat(ui): improve `CoreFileInput`
feat: Annotated Text component
feat: Applications generate content support in AI module
@ramedina86 ramedina86 merged commit 2f57da9 into master Aug 16, 2024
33 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants