From a679fc80c5def102dc4f0bcbf32afc0770b840f8 Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Fri, 13 Sep 2024 15:43:42 -0700 Subject: [PATCH 1/2] /packages/doltlab/content/reference/release-notes: doltlab v2.3.1 --- .../doltlab/content/reference/release-notes/README.md | 1 + .../doltlab/content/reference/release-notes/v2.3.1.md | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 packages/doltlab/content/reference/release-notes/v2.3.1.md diff --git a/packages/doltlab/content/reference/release-notes/README.md b/packages/doltlab/content/reference/release-notes/README.md index 016d37c9..87336309 100644 --- a/packages/doltlab/content/reference/release-notes/README.md +++ b/packages/doltlab/content/reference/release-notes/README.md @@ -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) diff --git a/packages/doltlab/content/reference/release-notes/v2.3.1.md b/packages/doltlab/content/reference/release-notes/v2.3.1.md new file mode 100644 index 00000000..55d076ed --- /dev/null +++ b/packages/doltlab/content/reference/release-notes/v2.3.1.md @@ -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 From 0d3383dbbacf34d604ccbb187bae24ea425c6515 Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Fri, 13 Sep 2024 15:48:15 -0700 Subject: [PATCH 2/2] /packages/doltlab/content: fix typos --- packages/doltlab/content/guides/basic.md | 4 ++-- .../doltlab/content/reference/installer/configuration-file.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/doltlab/content/guides/basic.md b/packages/doltlab/content/guides/basic.md index f8a92637..8d2db779 100644 --- a/packages/doltlab/content/guides/basic.md +++ b/packages/doltlab/content/guides/basic.md @@ -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. @@ -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. diff --git a/packages/doltlab/content/reference/installer/configuration-file.md b/packages/doltlab/content/reference/installer/configuration-file.md index 686de6c7..5fd00ca2 100644 --- a/packages/doltlab/content/reference/installer/configuration-file.md +++ b/packages/doltlab/content/reference/installer/configuration-file.md @@ -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