Skip to content

Commit

Permalink
Merge pull request #2343 from dolthub/gitbook-dev
Browse files Browse the repository at this point in the history
update for doltlab v2.3.1
  • Loading branch information
coffeegoddd authored Sep 13, 2024
2 parents a2564c5 + 37cb4af commit c5f2a7e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
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

0 comments on commit c5f2a7e

Please sign in to comment.