You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And that's it! Now, all scripts, flows and apps located in the workspace and `f/`[folders](../../core_concepts/8_groups_and_folders/index.mdx) will be pushed to the Git repository.
73
+
And that's it! Now, all scripts, flows apps, resources, variables, schedules and resource types located in the workspace and `f/`[folders](../../core_concepts/8_groups_and_folders/index.mdx) will be pushed to the Git repository.
74
+
75
+
You can filter on type if you don't want some items (e.g. variables) to be pushed to the Git repository.
76
+
77
+
Additionally, you can filter on path, meaning only scripts, flows and apps with their path matching one of those filters will be synced to the Git repositories below. The filters allow '*'' and '**' characters, with '*'' matching any character allowed in paths until the next slash (/) and '**' matching anything including slashes. By default everything in folders will be synced.
74
78
75
79
## Git Sync - Item mode: Deploy to Prod using a Git Workflow
If configured, users who are [operators](../../core_concepts/16_roles_and_permissions/index.mdx) in this workspace will be redirected to this app automatically when logging into this workspace.
4
+
5
+
Make sure the default app is [shared with all the operators](../../core_concepts/8_groups_and_folders/index.mdx) of this workspace before turning this feature on.
6
+
7
+
Set up the app from workspace settings:
8
+
9
+

10
+
11
+
Operators will have it open right when logging into the workspace:
When updating the encryption key of a workspace, all [secrets](../2_variables_and_secrets/index.mdx#secrets) will be re-encrypted with the new key and the previous key will be replaced by the new one.
4
+
5
+
If you're manually updating the key to match another workspace key from another Windmill instance, make sure not to use the 'SECRET_SALT' environment variable or, if you're using it, make sure it the salt matches across both instances.
6
+
7
+
The encryption key should be 64 characters long and only contain letters and numbers.
Copy file name to clipboardExpand all lines: docs/core_concepts/index.mdx
+87-77Lines changed: 87 additions & 77 deletions
Original file line number
Diff line number
Diff line change
@@ -160,83 +160,6 @@ On top of its editors to build endpoints, flows and apps, Windmill comes with a
160
160
/>
161
161
</div>
162
162
163
-
## Enterprise & Cloud Features
164
-
165
-
All details & features on [Pricing page](/pricing).
166
-
167
-
<divclassName="grid grid-cols-2 gap-6 mb-4">
168
-
<DocCard
169
-
title="Support & SLA"
170
-
description="Our SLAs are designed to provide timely assistance and address any issues."
171
-
href="/docs/misc/support_and_sla"
172
-
/>
173
-
<DocCard
174
-
title="Audit Logs"
175
-
description="Windmill provides audit logs for every operation and action that has side-effects."
176
-
href="/docs/core_concepts/audit_logs"
177
-
/>
178
-
<DocCard
179
-
title="Deploy to Staging/Prod Web UI"
180
-
description="Deploy items to another staging/prod workspace."
181
-
href="/docs/core_concepts/staging_prod"
182
-
/>
183
-
<DocCard
184
-
title="Git Sync"
185
-
description="Connect the Windmill workspace to a Git repository to automatically commit and push scripts, flows and apps to the repository on each deploy."
186
-
href="/docs/advanced/git_sync"
187
-
/>
188
-
<DocCard
189
-
title="Worker Groups Management UI"
190
-
description="Manage Worker Groups through Windmill UI."
191
-
href="/docs/misc/worker_group_management_ui"
192
-
/>
193
-
<DocCard
194
-
title="Concurrency Limits"
195
-
description="The Concurrency Limits feature allows you to define concurrency limits for scripts, flows and inline scripts within flows."
196
-
href="/docs/core_concepts/concurrency_limits"
197
-
/>
198
-
<DocCard
199
-
title="S3 Distributed Dependency Cache"
200
-
description="Leverage a global S3 cache to speed up Python dependency handling by storing and reusing pre-installed package."
201
-
href="/docs/misc/s3_cache"
202
-
/>
203
-
<DocCard
204
-
title="OpenID Connect (OIDC)"
205
-
description="Use Windmill's OIDC provider to authenticate from scripts to cloud providers and other APIs."
206
-
href="/docs/core_concepts/oidc"
207
-
/>
208
-
<DocCard
209
-
title="SAML & SCIM"
210
-
description="Configure Okta for both SAML and SCIM."
211
-
href="/docs/misc/saml_and_scim"
212
-
/>
213
-
<DocCard
214
-
title="Dedicated Workers / High Throughput"
215
-
description="Dedicated Workers are workers that are dedicated to a particular script."
216
-
href="/docs/core_concepts/dedicated_workers"
217
-
/>
218
-
<DocCard
219
-
title="Agent Workers"
220
-
description="Agent Workers are a 4th mode of execution of the Windmill binary, but instead of using MODE=worker, we use here MODE=agent."
221
-
href="/docs/core_concepts/agent_workers"
222
-
/>
223
-
<DocCard
224
-
title="Content Search"
225
-
description="Search any scripts, flows, resources, apps for a specific string similar to GitHub search."
226
-
href="/docs/core_concepts/content_search"
227
-
/>
228
-
<DocCard
229
-
title="CSS Editor"
230
-
description="The Global CSS Editor is designed to give styling and theming across your entire app."
231
-
href="/docs/apps/css_editor"
232
-
/>
233
-
<DocCard
234
-
title="Multiplayer"
235
-
description="Collaborate on scripts simultaneously."
236
-
href="/docs/core_concepts/multiplayer"
237
-
/>
238
-
</div>
239
-
240
163
## Code Editor-Specific Features
241
164
242
165
<divclassName="grid grid-cols-2 gap-6 mb-4">
@@ -469,3 +392,90 @@ All details on Apps can be found in the [Apps section](../apps/0_app_editor/inde
469
392
href="/docs/apps/react_components"
470
393
/>
471
394
</div>
395
+
396
+
## Enterprise & Cloud Features
397
+
398
+
All details & features on [Pricing page](/pricing).
399
+
400
+
<divclassName="grid grid-cols-2 gap-6 mb-4">
401
+
<DocCard
402
+
title="Support & SLA"
403
+
description="Our SLAs are designed to provide timely assistance and address any issues."
404
+
href="/docs/misc/support_and_sla"
405
+
/>
406
+
<DocCard
407
+
title="Audit Logs"
408
+
description="Windmill provides audit logs for every operation and action that has side-effects."
409
+
href="/docs/core_concepts/audit_logs"
410
+
/>
411
+
<DocCard
412
+
title="Deploy to Staging/Prod Web UI"
413
+
description="Deploy items to another staging/prod workspace."
414
+
href="/docs/core_concepts/staging_prod"
415
+
/>
416
+
<DocCard
417
+
title="Git Sync"
418
+
description="Connect the Windmill workspace to a Git repository to automatically commit and push scripts, flows and apps to the repository on each deploy."
419
+
href="/docs/advanced/git_sync"
420
+
/>
421
+
<DocCard
422
+
title="Worker Groups Management UI"
423
+
description="Manage Worker Groups through Windmill UI."
424
+
href="/docs/misc/worker_group_management_ui"
425
+
/>
426
+
<DocCard
427
+
title="Concurrency Limits"
428
+
description="The Concurrency Limits feature allows you to define concurrency limits for scripts, flows and inline scripts within flows."
429
+
href="/docs/core_concepts/concurrency_limits"
430
+
/>
431
+
<DocCard
432
+
title="S3 Distributed Dependency Cache"
433
+
description="Leverage a global S3 cache to speed up Python dependency handling by storing and reusing pre-installed package."
434
+
href="/docs/misc/s3_cache"
435
+
/>
436
+
<DocCard
437
+
title="OpenID Connect (OIDC)"
438
+
description="Use Windmill's OIDC provider to authenticate from scripts to cloud providers and other APIs."
439
+
href="/docs/core_concepts/oidc"
440
+
/>
441
+
<DocCard
442
+
title="SAML & SCIM"
443
+
description="Configure Okta for both SAML and SCIM."
444
+
href="/docs/misc/saml_and_scim"
445
+
/>
446
+
<DocCard
447
+
title="Dedicated Workers / High Throughput"
448
+
description="Dedicated Workers are workers that are dedicated to a particular script."
449
+
href="/docs/core_concepts/dedicated_workers"
450
+
/>
451
+
<DocCard
452
+
title="Agent Workers"
453
+
description="Agent Workers are a 4th mode of execution of the Windmill binary, but instead of using MODE=worker, we use here MODE=agent."
454
+
href="/docs/core_concepts/agent_workers"
455
+
/>
456
+
<DocCard
457
+
title="Content Search"
458
+
description="Search any scripts, flows, resources, apps for a specific string similar to GitHub search."
459
+
href="/docs/core_concepts/content_search"
460
+
/>
461
+
<DocCard
462
+
title="CSS Editor"
463
+
description="The Global CSS Editor is designed to give styling and theming across your entire app."
464
+
href="/docs/apps/css_editor"
465
+
/>
466
+
<DocCard
467
+
title="Multiplayer"
468
+
description="Collaborate on scripts simultaneously."
469
+
href="/docs/core_concepts/multiplayer"
470
+
/>
471
+
<DocCard
472
+
title="Workspace Default App"
473
+
description="If configured, users who are operators in this workspace will be redirected to this app automatically when logging into this workspace."
474
+
href="/docs/apps/default_app"
475
+
/>
476
+
<DocCard
477
+
title="Workspace Secret Encryption"
478
+
description="When updating the encryption key of a workspace, all secrets will be re-encrypted with the new key and the previous key will be replaced by the new one."
Copy file name to clipboardExpand all lines: docs/misc/15_react_sdk/index.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Windmill React SDK
2
2
3
-
The Windmill React SDK provides a suite of tools and components to integrate Windmill applications into React-based projects.
3
+
The Windmill React SDK provides a suite of tools and components to integrate Windmill applications (scripts editor, flows editor, app editor and its deployed apps) into React-based projects.
4
+
5
+
This feature is available only for [White Label Edition](/pricing).
0 commit comments