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 #491

Merged
merged 66 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
575165c
feat: state autocompletion for builder settings fields
raaymax Apr 10, 2024
ab0d392
chore: removed repetitions from code
raaymax Apr 10, 2024
694a569
chroe: fixed not working inputs
raaymax Apr 10, 2024
f05fb34
chore: fixed linter errors
raaymax Apr 10, 2024
2c71be7
feat: added state autocomplete to binding and visibility fields
raaymax Apr 10, 2024
df1cd68
chore: cleanup
raaymax Apr 10, 2024
5396311
Merge branch 'dev' into state_fields_autocomplete
raaymax Apr 11, 2024
00aa863
chore: fixing ci issues
raaymax Apr 11, 2024
61f289e
tests: added e2e tests for builder state completion feature
raaymax Apr 11, 2024
7852a2e
Merge branch 'dev' into state_fields_autocomplete
raaymax Apr 11, 2024
87e4a05
fix: according to CR
raaymax Apr 11, 2024
b0528d9
fix: clicking not working on autocomplete
raaymax Apr 11, 2024
645cabf
Merge branch 'dev' into state_fields_autocomplete
raaymax Apr 25, 2024
78616e6
fix: according to CR
raaymax Apr 25, 2024
49733ed
Merge branch 'dev' into state_fields_autocomplete
raaymax Jun 11, 2024
928bc80
fix: tests
raaymax Jun 14, 2024
ca8a28f
fix: layout shift
raaymax Jun 14, 2024
b1188a7
feat: added warning if app already deployed
raaymax Jun 19, 2024
d85118d
chore: change according to CR
raaymax Jun 19, 2024
7225a47
fix: wrong property key
raaymax Jun 19, 2024
dd1d8b5
fix: missing p character in placeholder
raaymax Jun 19, 2024
bd5cd3a
fix: linter error
raaymax Jun 19, 2024
c06fb2f
docs: local preview fix
raaymax Jun 20, 2024
b94c3b1
chore: removed mint.json from root directory
raaymax Jun 20, 2024
fc43724
activates the server setup hook by default in a custom server
FabienArcellier Jun 27, 2024
19f9682
Merge pull request #480 from FabienArcellier/64-activates-the-server-…
ramedina86 Jun 27, 2024
67d7e89
fix: `BaseSelect` handle `number` value. WF-28
madeindjs Jun 28, 2024
2f8d82c
Merge pull request #383 from raaymax/state_fields_autocomplete
ramedina86 Jun 28, 2024
6da67a1
Merge pull request #472 from raaymax/docs_preview
ramedina86 Jun 28, 2024
bfe41f8
feat: setup `CoreTime`. WF-8
madeindjs Jun 29, 2024
7415e73
chore: use local fonts instead of CDN. WF-27
madeindjs Jul 6, 2024
56fc0dc
Merge pull request #487 from madeindjs/WF-27
ramedina86 Jul 8, 2024
7ca166b
Merge pull request #483 from madeindjs/WF-8
ramedina86 Jul 8, 2024
7b82c78
feat: management for graphs & files in writer.ai
mmikita95 Jul 9, 2024
adbea60
fix: lint
mmikita95 Jul 9, 2024
6cf44ce
fix: typing
mmikita95 Jul 9, 2024
021f085
Merge branch 'writer:dev' into feat-graph-files
mmikita95 Jul 9, 2024
c0c74e2
fix: removing redundant TypedDicts
mmikita95 Jul 9, 2024
fec4ea4
fix: proper signature for add_file_to_graph
mmikita95 Jul 9, 2024
98096ae
feat: implement `JsonViewer` widget
madeindjs Jun 19, 2024
ba05e50
fix: Hide `CoreText` in preview if empty value. WF-20
madeindjs Jun 29, 2024
d6fd59b
chore: extend KG/file management functionality to Graph & File classes
mmikita95 Jul 10, 2024
1d5c4bc
fix: APIOptions for file methods
mmikita95 Jul 10, 2024
15b3705
fix: accept both id and File object for Graph methods
mmikita95 Jul 10, 2024
e45e8b4
chore: create_graph method and shift from class-managed API calls
mmikita95 Jul 11, 2024
6ae9337
fix: default None value for optional configs on file
mmikita95 Jul 15, 2024
4ed8eb9
chore: docstrings
mmikita95 Jul 15, 2024
79f4074
chore: SDK version bump
mmikita95 Jul 15, 2024
99035e4
fix: poetry lock file
mmikita95 Jul 15, 2024
2780bbc
fix: typing & lint
mmikita95 Jul 15, 2024
67f4317
Merge pull request #490 from mmikita95/feat-graph-files
ramedina86 Jul 15, 2024
5ef475b
feat: implement `BaseEmptiness`
madeindjs Jul 15, 2024
5fd457c
Merge pull request #470 from raaymax/redeploy_warning_2
ramedina86 Jul 16, 2024
98ad695
chore: Version bump
ramedina86 Jul 16, 2024
041755a
Add release notes generator tutorial and images
samjulien Jul 17, 2024
6f7a03c
Merge pull request #492 from samjulien/sam-release-notes-tutorial
ramedina86 Jul 18, 2024
c04ae3c
Fix repo typo
samjulien Jul 18, 2024
31731bb
Merge pull request #493 from samjulien/sam-release-notes-tutorial
anant-writer Jul 18, 2024
08a0c4b
feat(ui): refactor `ChildlessPlaceholder` and use `BaseEmptiness`. WF-20
madeindjs Jul 18, 2024
122f0aa
tests: mock & integration tests for KG/Files SDK functionality
mmikita95 Jul 23, 2024
1cdad8a
Merge pull request #481 from madeindjs/WF-28
ramedina86 Jul 23, 2024
9c4730b
Merge pull request #479 from madeindjs/jsonViewver
ramedina86 Jul 23, 2024
c47ba50
feat(ui): introduce `CoreColorInput`. WF-9
madeindjs Jul 4, 2024
86f28ed
Merge pull request #495 from mmikita95/tests-graph-files
ramedina86 Jul 23, 2024
dba74df
Merge pull request #486 from madeindjs/WF-9
ramedina86 Jul 23, 2024
bd6f95d
Merge pull request #482 from madeindjs/WF-20
ramedina86 Jul 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs
5 changes: 3 additions & 2 deletions docs/framework/custom-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ Note the inclusion of the imported `ws_max_size` setting. This is important for

Fine-tuning Uvicorn allows you to set up SSL, configure proxy headers, etc, which can prove vital in complex deployments.

Use server setup hook
If you want to disable server setup hook, you should use `enable_server_setup`:

```python
asgi_app = writer.serve.get_asgi_app(app_path, mode, enable_server_setup=True)
asgi_app = writer.serve.get_asgi_app(app_path, mode, enable_server_setup=False)
```

## Multiple apps at once
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/framework/public/components/colorinput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/framework/public/components/jsonviewer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/framework/public/components/timeinput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
412 changes: 412 additions & 0 deletions docs/framework/release-notes-generator.mdx

Large diffs are not rendered by default.

158 changes: 158 additions & 0 deletions docs/mint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
{
"$schema": "https://mintlify.com/schema.json",
"name": "Starter Kit",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/writer_logo.svg"
},
"favicon": "../favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"tabs": [
{
"name": "Framework",
"url": "framework"
},
{
"name": "Components",
"url": "docs/components"
}
],
"navigation": [
{
"group": "Getting started",
"pages": [
"framework/introduction",
"framework/quickstart",
"framework/ai-module"
]
},
{
"group": "Guides",
"pages": [
"framework/application-state",
"framework/event-handlers",
"framework/builder-basics",
"framework/handling-inputs",
"framework/backend-driven-ui",
"framework/stylesheets",
"framework/frontend-scripts",
"framework/custom-components",
"framework/authentication"
]
},
{
"group": "Tutorials",
"pages": [
"framework/chat-assistant",
"framework/social-post-generator",
"framework/product-description-generator",
"framework/release-notes-generator"
]
},
{
"group": "Deployment",
"pages": [
"framework/deploy-with-docker",
"framework/testing"
]
},
{
"group": "Advanced",
"pages": [
"framework/repeater",
"framework/backend-initiated-actions",
"framework/page-routes",
"framework/sessions",
"framework/custom-server",
"framework/state-schema"
]
},
{
"group": "Layout",
"pages": [
"components/column",
"components/columns",
"components/header",
"components/horizontalstack",
"components/section",
"components/separator",
"components/sidebar",
"components/step",
"components/steps",
"components/tab",
"components/tabs"
]
},
{
"group": "Content",
"pages": [
"components/avatar",
"components/chatbot",
"components/dataframe",
"components/heading",
"components/icon",
"components/image",
"components/link",
"components/message",
"components/metric",
"components/plotlygraph",
"components/tags",
"components/text",
"components/vegalitechart",
"components/videoplayer"
]
},
{
"group": "Input",
"pages": [
"components/checkboxinput",
"components/dateinput",
"components/dropdowninput",
"components/fileinput",
"components/multiselectinput",
"components/numberinput",
"components/radioinput",
"components/ratinginput",
"components/selectinput",
"components/sliderinput",
"components/switchinput",
"components/textareainput",
"components/textinput"
]
},
{
"group": "Other",
"pages": [
"components/button",
"components/html",
"components/pagination",
"components/repeater",
"components/reuse",
"components/timer",
"components/webcamcapture"
]
},
{
"group": "Embed",
"pages": [
"components/googlemaps",
"components/mapbox",
"components/pdf",
"components/iframe"
]
}
],
"footerSocials": {
"x": "https://x.com/mintlify",
"github": "https://github.com/mintlify",
"linkedin": "https://www.linkedin.com/company/mintsearch"
}
}
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"type": "module",
"scripts": {
"preview": "cd docs; mintlify dev",
"preview": "mintlify dev",
"test": "jest",
"codegen": "node codegen/generator_components_pages.mjs"
},
Expand Down
154 changes: 0 additions & 154 deletions mint.json

This file was deleted.

21 changes: 21 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading