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

update for doltlab v2.3.1 #2343

Merged
merged 3 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions packages/doltlab/content/guides/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ To only permit whitelisted emails to create accounts on your DoltLab instance, e

```yaml
# installer_config.yaml
whitelist_all_user: false
whitelist_all_users: false
```

Save these changes, then rerun the [installer](../reference/installer.md) to regenerate DoltLab assets that will require explicit whitelisting of new user accounts.
Expand All @@ -347,7 +347,7 @@ Save these changes, then rerun the [installer](../reference/installer.md) to reg
./installer
```

Alternatively, run the [installer](../reference/installer.md) with `--white-list-all-users=false`, which disables automatically whitelisting all users.
Alternatively, run the [installer](../reference/installer.md) with `--whitelist-all-users=false`, which disables automatically whitelisting all users.

Next, once you've restarted you DoltLab instance with the regenerated [installer](../reference/installer.md) assets, to whitelist an email for account creation in your instance, you will need to insert their email address into the `email_whitelist_elements` table.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ whitelist_all_users: true

See [prevent unauthorized user account creation](../../guides/basic.md#prevent-unauthorized-user-account-creation) for more information.

Command line equivalent [white-list-all-users](./cli.md#white-list-all-users).
Command line equivalent [whitelist-all-users](./cli.md#whitelist-all-users).

## use_env

Expand Down
1 change: 1 addition & 0 deletions packages/doltlab/content/reference/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ DoltLab is currently closed-source, but the [dolthub/doltlab-issues](https://git

The following is a list of release notes for available DoltLab versions >= `v2.0.0`. DoltLab and DoltHub share the same source code. For this reason, we list fixes related to DoltLab issues in the `DoltLab Features/Bug Fixes` section of the release notes, and fixes corresponding to DoltHub issuers in the `DoltLab Features/Bug Fixes` section.

- [DoltLab v2.3.1](./v2.3.1.md)
- [DoltLab v2.3.0](./v2.3.0.md)
- [DoltLab v2.2.2](./v2.2.2.md)
- [DoltLab v2.2.1](./v2.2.1.md)
Expand Down
11 changes: 11 additions & 0 deletions packages/doltlab/content/reference/release-notes/v2.3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: DoltLab v2.3.1 Release Notes
---

Download at [https://doltlab-releases.s3.amazonaws.com/linux/amd64/doltlab-v2.3.1.zip](https://doltlab-releases.s3.amazonaws.com/linux/amd64/doltlab-v2.3.1.zip)

## DoltLab Features/Bug Fixes
* Fix bug where first-party metrics were still emitted when metrics are disabled.

## DoltHub Features/Bug Fixes
* Misc. UI design changes and bug fixes
Loading