Skip to content

Commit 6e26b8a

Browse files
authored
Changelog encryption & default app, deployment history doc (windmill-labs#531)
1 parent eefa13f commit 6e26b8a

File tree

10 files changed

+44
-10
lines changed

10 files changed

+44
-10
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
slug: default-app
3+
version: v1.252.0
4+
title: Default App
5+
tags: ['App Editor', 'Enterprise & Cloud']
6+
video: /videos/default_app_operator.mp4
7+
description: If configured, users who are operators in this workspace will be redirected to this app automatically when logging into this workspace.
8+
features:
9+
[
10+
'Set an app to pop up when an operator logs into the workspace.',
11+
'Make sure the default app is shared with all the operators of this workspace before turning this feature on.'
12+
]
13+
docs: /docs/apps/default_app
14+
---
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
slug: workspace-encryption
3+
version: v1.270.0
4+
title: Custom Workspace Secret Encryption
5+
tags: ['Security']
6+
image: ./workspace-secret-encryption.png
7+
description: All secrets of a workspace are encrypted with a symmetric key unique to that workspace. This key is generated when the workspace is created and is stored in the database in the workspace_settings. You can now manually update the encryption key of a workspace, it will be re-encrypted with the new key and the previous key will be replaced by the new one.
8+
features:
9+
[
10+
'Manually update the encryption key of a workspace.'
11+
]
12+
docs: /docs/core_concepts/workspace_secret_encryption
13+
---
Loading

docs/apps/1_default_app/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Workspace Default App
22

3-
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.
3+
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. Workspace Default App is a [Cloud plan & Self-Hosted Enterprise](/pricing) feature.
44

55
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.
66

docs/core_concepts/0_draft_and_deploy/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ The deployed version is the authoritative version of a runnable. Once deployed,
4242

4343
If you want to have several versions of the same runnable, just fork it with the `Fork` button on the drop down menu of `Deploy`.
4444

45+
You can check all the deployed versions of a script, flow or app by clicking on the `History` on the script page.
46+
4547
<div className="grid grid-cols-2 gap-6 mb-4">
4648
<DocCard
4749
title="Roles and Permissions"

docs/core_concepts/index.mdx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -390,11 +390,17 @@ All details on Apps can be found in the [Apps section](../apps/0_app_editor/inde
390390
href="/docs/apps/app_configuration_settings/components_groups"
391391
color="orange"
392392
/>
393-
<DocCard
394-
color="orange"
393+
<DocCard
395394
title="Import Custom React Components"
396395
description="Define components in React or Vanilla JS that interact with the rest of your app."
397396
href="/docs/apps/react_components"
397+
color="orange"
398+
/>
399+
<DocCard
400+
title="Workspace Default App"
401+
description="If configured, users who are operators in this workspace will be redirected to this app automatically when logging into this workspace."
402+
href="/docs/apps/default_app"
403+
color="orange"
398404
/>
399405
</div>
400406

@@ -473,9 +479,4 @@ All details & features on [Pricing page](/pricing).
473479
description="Collaborate on scripts simultaneously."
474480
href="/docs/core_concepts/multiplayer"
475481
/>
476-
<DocCard
477-
title="Workspace Default App"
478-
description="If configured, users who are operators in this workspace will be redirected to this app automatically when logging into this workspace."
479-
href="/docs/apps/default_app"
480-
/>
481482
</div>

docs/script_editor/versioning.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Versions of Scripts are uniquely defined by their hashes. They are an immutable
1515

1616
When a script is saved, it is immediately deployed.
1717

18+
You can check all the deployed versions of a script, flow or app by clicking on the `History` on the script page.
19+
1820
<div className="grid grid-cols-2 gap-6 mb-4">
1921
<DocCard
2022
title="Draft and Deploy"

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ const sidebars = {
353353
'apps/schedule_reports',
354354
'apps/app_configuration_settings/components_groups',
355355
'apps/react_components',
356+
'apps/default_app/index',
356357
'apps/app_e-commerce'
357358
],
358359

@@ -740,7 +741,6 @@ const sidebars = {
740741
'core_concepts/content_search/index',
741742
'apps/css_editor',
742743
'core_concepts/multiplayer/index',
743-
'apps/default_app/index',
744744
'misc/white_labelling/index',
745745
'misc/react_sdk/index'
746746
]

src/components/Pricing.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const pricing = {
135135
{
136136
name: 'Community',
137137
id: 'tier-free',
138-
href: '/docs/misc/plans_details#community-edition---cloud',
138+
href: 'https://app.windmill.dev/user/login',
139139
price: {},
140140
minPrice: 0,
141141
description: 'Discover the platform with no commitment and no credit card required.',
@@ -938,6 +938,7 @@ export default function Pricing() {
938938
<a
939939
aria-describedby={tier.id}
940940
href={tier.href}
941+
target='_blank'
941942
className={classNames(
942943
'text-gray-900 ring-1 ring-inset ring-gray-200 dark:ring-gray-600 hover:ring-gray-300 dark:text-white',
943944
'!no-underline mt-6 block rounded-md py-2 px-3 text-center text-sm font-semibold leading-6 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gray-600'
@@ -948,6 +949,7 @@ export default function Pricing() {
948949
) : (
949950
<a
950951
href={tier.href}
952+
target='_blank'
951953
aria-describedby={tier.id}
952954
className={classNames(
953955
tier.mostPopular
153 KB
Binary file not shown.

0 commit comments

Comments
 (0)