Skip to content

Commit

Permalink
Exclude release note contributors from Vale (cockroachdb#15849)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvigilante authored Dec 19, 2022
1 parent 66e0a85 commit 95f47ba
Show file tree
Hide file tree
Showing 106 changed files with 418 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ MinAlertLevel = suggestion

Vocab = CockroachDB

IgnoredClasses = release-note-contributors

[*.md]
BasedOnStyles = CockroachDB
BasedOnStyles = Vale, CockroachDB

vale.GenderBias = YES
vale.Hedging = NO
Expand All @@ -22,11 +24,7 @@ CockroachDB.OrderedLists = YES
# Rule #1 (https://regex101.com/r/7VA2lV/2/tests): Ignore `<div>`s and `<section>`s
# that specify `markdown="1"` since it isn't supported by Vale's Markdown
# parser (https://github.com/russross/blackfriday/issues/184).
#
# Rule #2: Ignore release note contributors.
BlockIgnores = (?s)(<(?:div|section)[^>]*markdown="1"[^>]*>.*?</(?:div|section)>), \
(?s)(<h3 id="[\w-]*?">Contributors</h3>.*)

BlockIgnores = (?s)(<(?:div|section)[^>]*markdown="1"[^>]*>.*?</(?:div|section)>)
# Custom inline scoping:
#
# Rule #1: Ignore all Liquid tags.
Expand Down
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/beta-20160728.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Updated [Recommended Production Settings](../v1.0/recommended-production-settings.html) to clarify how CockroachDB allocates file descriptors when the limit is under the recommended amount. [#480](https://github.com/cockroachdb/docs/pull/480)
- [SQL statements](../v1.0/sql-statements.html), [data types](../v1.0/data-types.html), and data definition topics are now available at-a-glance in the sidebar. [#483](https://github.com/cockroachdb/docs/pull/483)

<div class="release-note-contributors">

<h3 id="beta-20160728-contributors">Contributors</h3>

This release includes 63 merged PRs by 17 authors. We would like to thank first-time contributor [Rushi Agrawal](https://github.com/cockroachdb/cockroach/pull/7876) from the CockroachDB community.

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/beta-20160829.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,14 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Updated [Recommended Production Settings](../v1.0/recommended-production-settings.html) to include cache size recommendations for machines running multiple applications and `systemd`-specific instructions for increasing the file descriptors limit. [#532](https://github.com/cockroachdb/docs/pull/532), [#554](https://github.com/cockroachdb/docs/pull/554)
- Fixed errors in the commands for [starting CockroachDB in Docker](../v1.0/start-a-local-cluster-in-docker.html). [#567](https://github.com/cockroachdb/docs/pull/567)

<div class="release-note-contributors">

<h3 id="beta-20160829-contributors">Contributors</h3>

This release includes 280 merged PRs by 26 authors. We would like to thank the following contributors from the CockroachDB community:

- Christian Koep
- Dolf Schimmel
- songhao

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/beta-20160908.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Each version's release notes now link to the corresponding Mac and Linux binaries. [#604](https://github.com/cockroachdb/docs/pull/604)
- Updated docs on [secure local](../v1.0/secure-a-cluster.html) and [secure distributed](../v1.0/manual-deployment.html) deployment to show how to stop nodes. [#619](https://github.com/cockroachdb/docs/pull/619)

<div class="release-note-contributors">

<h3 id="beta-20160908-contributors">Contributors</h3>

This release includes 180 merged PRs by 17 authors. We would like to thank first-time contributor [Henry Escobar](https://github.com/HenryEscobar) from the CockroachDB community.

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/beta-20160929.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,13 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Changing the name of a table column or index: [`RENAME COLUMN`](../v1.0/rename-column.html) and [`RENAME INDEX`](../v1.0/rename-index.html). [#678](https://github.com/cockroachdb/docs/pull/678), [#679](https://github.com/cockroachdb/docs/pull/679)
- Updated high-level overviews of primary [CockroachDB features](../v1.0/strong-consistency.html) and added related links. [#699](https://github.com/cockroachdb/docs/pull/699)

<div class="release-note-contributors">

<h3 id="beta-20160929-contributors">Contributors</h3>

This release includes 78 merged PRs by 19 authors. We would like to thank the following contributors from the CockroachDB community, especially first-time contributor Haines Chan:

- Haines Chan
- Jingguo Yao

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/beta-20161027.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,13 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- More complex expressions involving window functions are now supported. [#10186](https://github.com/cockroachdb/cockroach/pull/10186)
- Fixed a deadlock that could occur when using the Prometheus metrics endpoint. [#10228](https://github.com/cockroachdb/cockroach/pull/10228)

<div class="release-note-contributors">

<h3 id="beta-20161027-contributors">Contributors</h3>

This release includes 182 merged PRs by 24 authors. We would like to thank the following contributors from the CockroachDB, including first-time contributor Haines Chan.

- Haines Chan
- songhao

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/beta-20161103.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Added language-specific examples for [`INSERT` statements with `RETURNING`](../v1.0/insert.html#insert-and-return-values). [#813](https://github.com/cockroachdb/docs/pull/813)
- Updated the [SQL Feature Support](../v1.0/sql-feature-support.html) page to reflect support for [views](../v1.0/views.html) (SQL standard) and [interleaved tables](../v1.0/interleave-in-parent.html) (CockroachDB extensions).

<div class="release-note-contributors">

<h3 id="beta-20161103-contributors">Contributors</h3>

This release includes 68 merged PRs by 24 authors. We would like to thank the following contributors from the CockroachDB community, including first-time contributors Johan Brandhorst and MaBo.
Expand All @@ -63,3 +65,5 @@ This release includes 68 merged PRs by 24 authors. We would like to thank the fo
- MaBo
- Yan Long
- songhao

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/beta-20161201.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ We realize that "stop the world" upgrades are overly interruptive and are active
- Updated the [`cockroach zone`](../v1.0/configure-replication-zones.html) command documentation to reflect the correct YAML structure. [#902](https://github.com/cockroachdb/docs/pull/902)
- Fixed the Rust code samples on [Build an App](../v1.0/build-a-rust-app-with-cockroachdb.html). [#863](https://github.com/cockroachdb/docs/pull/863)

<div class="release-note-contributors">

<h3 id="beta-20161201-contributors">Contributors</h3>

This release includes 292 merged PRs by 30 authors. We would like to thank the following contributors from the CockroachDB community, including first-time contributors Christian Gati, Dustin Hiatt, kiran, and Nathan Johnson.
Expand All @@ -141,3 +143,5 @@ This release includes 292 merged PRs by 30 authors. We would like to thank the f
- Nathan Johnson
- songhao
- yznming

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/beta-20161208.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,13 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Requests no longer get stuck forever after a timeout. [#12000](https://github.com/cockroachdb/cockroach/pull/12000)
- Comparisons of SQL tuples now work for all types. [#10475](https://github.com/cockroachdb/cockroach/pull/10475)

<div class="release-note-contributors">

<h3 id="beta-20161208-contributors">Contributors</h3>

This release includes 101 merged PRs by 19 authors. We would like to thank the following contributors from the CockroachDB community.

- songhao
- yznming

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/beta-20170105.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,12 @@ Raft traffic to that node is suspended until it becomes responsive again. [#1263
- Added documentation on the [`SHOW USERS`](../v1.0/show-users.html) statement. [#939](https://github.com/cockroachdb/docs/pull/939)
- Clarified that [password-based authentication](../v1.0/create-and-manage-users.html#user-authentication) cannot be used for the `root` user. [#938](https://github.com/cockroachdb/docs/pull/938)

<div class="release-note-contributors">

<h3 id="beta-20170105-contributors">Contributors</h3>

This release includes 122 merged PRs by 25 authors. We would like to thank the following contributors from the CockroachDB community:

- Haines Chan

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/beta-20170112.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Added a Java code sample for transaction retry logic to the [Build a Java App with CockroachDB](../v1.0/build-a-java-app-with-cockroachdb.html) tutorial. [#987](https://github.com/cockroachdb/docs/pull/987)
- Added documentation on [SQL type conversions](../v1.0/data-types.html#data-type-conversions-casts). [#977](https://github.com/cockroachdb/docs/pull/977)

<div class="release-note-contributors">

<h3 id="beta-20170112-contributors">Contributors</h3>

This release includes 60 merged PRs by 22 authors. We would like to thank the following contributors from the CockroachDB community:

- songhao

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/beta-20170126.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,13 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Updated the [`cockroach zone`](../v1.0/configure-replication-zones.html) documentation to explain how node-level locality settings and zone configuration constraints influence the location of replicas, and added [scenario-based examples](../v1.0/configure-replication-zones.html#scenario-based-examples). [#1027](https://github.com/cockroachdb/docs/pull/1027)
- Updated cluster topology guidance in [Recommended Production Settings](../v1.0/recommended-production-settings.html#cluster-topology). [#1027](https://github.com/cockroachdb/docs/pull/1027)

<div class="release-note-contributors">

<h3 id="beta-20170126-contributors">Contributors</h3>

This release includes 115 merged PRs by 25 authors. We would like to thank the following contributors from the CockroachDB community:

- DiSiqueira
- Jason E. Aten

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/beta-20170209.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,12 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- New FAQ on [how CockroachDB is both highly available and strongly consistent without violating the CAP theorem](../v1.0/frequently-asked-questions.html#how-is-cockroachdb-both-highly-available-and-strongly-consistent). [#1061](https://github.com/cockroachdb/docs/pull/1061)
- Expanded documentation on [simple `CASE` expressions](../v1.0/sql-expressions.html#simple-case-expressions) and [searched `CASE` expressions](../v1.0/sql-expressions.html#searched-case-expressions). [#1036](https://github.com/cockroachdb/docs/pull/1036)

<div class="release-note-contributors">

<h3 id="beta-20170209-contributors">Contributors</h3>

This release includes 132 merged PRs by 24 authors. We would like to thank the following contributor from the CockroachDB community:

- Panos Mamatsis

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/beta-20170216.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- The [Build a Java App with CockroachDB](../v1.0/build-a-java-app-with-cockroachdb.html) tutorial now covers using the Hibernate ORM in addition to the jdbc driver. [#1100](https://github.com/cockroachdb/docs/pull/1100)
- The [Start a Cluster in Docker](../v1.0/start-a-local-cluster-in-docker.html) tutorial now offers OS-specific instructions, with specific improvements for running on Windows. [#1095](https://github.com/cockroachdb/docs/pull/1095)

<div class="release-note-contributors">

<h3 id="beta-20170216-contributors">Contributors</h3>

This release includes 60 merged PRs by 18 authors. We would like to thank first-time contributor Jason Chu from the CockroachDB community.

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/beta-20170309.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Added details about [using the `BIT` type to constrain integers](../v1.0/int.html#size) based on their corresponding binary values. [#1116](https://github.com/cockroachdb/docs/pull/1116)
- Added details about [building a binary](../v1.0/install-cockroachdb.html) that excludes enterprise functionality covered by the CockroachDB Community License (CCL). [#1130](https://github.com/cockroachdb/docs/pull/1130)

<div class="release-note-contributors">

<h3 id="beta-20170309-contributors">Contributors</h3>

This release includes 124 merged PRs by 21 authors. We would like to thank first-time contributor Dmitry Vorobev from the CockroachDB community.

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/beta-20170323.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Added OS-specific instructions for [starting a local CockroachDB cluster in Docker](../v1.0/start-a-local-cluster-in-docker.html). [#1167](https://github.com/cockroachdb/docs/pull/1167)
- Improved the [install from binary instructions](../v1.0/install-cockroachdb.html) to include moving the binary into the `PATH`. [#1196](https://github.com/cockroachdb/docs/pull/1196)

<div class="release-note-contributors">

<h3 id="beta-20170323-contributors">Contributors</h3>

This release includes 156 merged PRs by 23 authors. We would like to thank first-time contributor Jonas from the CockroachDB community.

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/beta-20170413.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Updated the [build from source](../v1.0/install-cockroachdb.html) instructions to use a source tarball instead of the `cockroach` GitHub repository. The source tarball downloads faster and doesn't need to be extracted in the `GOPATH`. Developers who want to contribute to CockroachDB should use the instructions in [CONTRIBUTING.md](https://github.com/cockroachdb/cockroach/blob/master/CONTRIBUTING.md) instead. [#1209](https://github.com/cockroachdb/docs/issues/1209)
- Added Google Cloud Spanner to the [CockroachDB in Comparison](../v1.0/cockroachdb-in-comparison.html) chart. [#1264](https://github.com/cockroachdb/docs/pull/1264)

<div class="release-note-contributors">

<h3 id="beta-20170413-contributors">Contributors</h3>

This release includes 215 merged PRs by 27 authors. We would like to thank the following contributors from the CockroachDB community, especially first-time contributors Amos Bird and Daniel Upton.
Expand All @@ -107,3 +109,5 @@ This release includes 215 merged PRs by 27 authors. We would like to thank the f
- Christian Meunier
- Daniel Upton
- songhao

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/beta-20170420.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Expanded the [`TRUNCATE`](../v1.0/truncate.html) documentation to cover using `CASCADE` to truncate dependent tables. [#1297](https://github.com/cockroachdb/docs/pull/1297)
- Minor improvements to the [`ROLLBACK`](../v1.0/rollback-transaction.html) documentation. [#1296](https://github.com/cockroachdb/docs/pull/1296)

<div class="release-note-contributors">

<h3 id="beta-20170420-contributors">Contributors</h3>

This release includes 101 merged PRs by 21 authors. We would like to thank first-time contributor xphoniex from the CockroachDB community.

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/v1.0-rc.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,14 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Documented the known list of [differences between PostgreSQL and CockroachDB](../v1.0/porting-postgres.html) for identical SQL input, with porting instructions. [#1328](https://github.com/cockroachdb/docs/pull/1328)
- Expanded best practices when [using the `--locality` setting](../v1.0/recommended-production-settings.html) to replicate evenly across datacenters. [#1334](https://github.com/cockroachdb/docs/pull/1334)

<div class="release-note-contributors">

<h3 id="v1-0-rc-1-contributors">Contributors</h3>

This release includes 185 merged PRs by 27 authors. We would like to thank the following contributors from the CockroachDB community, including first-time contributors Evgeniy Vasilev and Mahmoud Al-Qudsi.

- Evgeniy Vasilev
- Kenji Kaneda
- Mahmoud Al-Qudsi

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.0/v1.0-rc.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,13 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Added an FAQ on different [ways to log SQL queries](../v1.0/sql-faqs.html). [#1359](https://github.com/cockroachdb/docs/pull/1359)
- Updated [local deployment tutorials](../v1.0/start-a-local-cluster.html) to have nodes listen only on `localhost`. This ensures these tutorials work even on machines whose hostnames aren’t resolvable. [#1358](https://github.com/cockroachdb/docs/pull/1358)

<div class="release-note-contributors">

<h3 id="v1-0-rc-2-contributors">Contributors</h3>

This release includes 85 merged PRs by 24 authors. We would like to thank the following contributors from the CockroachDB community:

- Dmitry Vorobev
- Richard Artoul

</div>
4 changes: 4 additions & 0 deletions _includes/releases/v1.1/v1.1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,16 @@ This release includes several bug fixes and stability improvements.
- Fixed a bug that caused SQL connection errors during node startup. [#22663][#22663]
- Fixed a bug that included [decommissioned nodes](../v1.1/remove-nodes.html) in cluster stats aggregates. [#22864][#22864]

<div class="release-note-contributors">

<h3 id="v1-1-6-contributors">Contributors</h3>

This release includes 12 merged PRs by 11 authors. We would like to thank the following contributors from the CockroachDB community:

- Xudong Zheng

</div>

[#22262]: https://github.com/cockroachdb/cockroach/pull/22262
[#22663]: https://github.com/cockroachdb/cockroach/pull/22663
[#22814]: https://github.com/cockroachdb/cockroach/pull/22814
Expand Down
4 changes: 4 additions & 0 deletions _includes/releases/v19.1/v19.1.0-beta.20190225.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,16 @@ $ docker pull cockroachdb/cockroach-unstable:v19.1.0-beta.20190225

- Documented the built-in [`ycsb` workload](../v19.1/cockroach-workload.html). [#4343][#4343]

<div class="release-note-contributors">

<h3 id="v19-1-0-beta-20190225-contributors">Contributors</h3>

This release includes 102 merged PRs by 22 authors. We would like to thank the following contributors from the CockroachDB community:

- Jaewan Park

</div>

[#33697]: https://github.com/cockroachdb/cockroach/pull/33697
[#34301]: https://github.com/cockroachdb/cockroach/pull/34301
[#34502]: https://github.com/cockroachdb/cockroach/pull/34502
Expand Down
4 changes: 4 additions & 0 deletions _includes/releases/v19.1/v19.1.0-beta.20190304.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,17 @@ $ docker pull cockroachdb/cockroach-unstable:v19.1.0-beta.20190304
- Documented CockroachDB's partial support for the [Intellij IDEA](../v19.1/intellij-idea.html). [#4391](https://github.com/cockroachdb/docs/pull/4391)
- Clarified the guidance on [preparing to decommission nodes](../v19.1/remove-nodes.html). [#4406](https://github.com/cockroachdb/docs/pull/4406)

<div class="release-note-contributors">

<h3 id="v19-1-0-beta-20190304-contributors">Contributors</h3>

This release includes 89 merged PRs by 18 authors. We would like to thank the following contributors from the CockroachDB community:

- David López (first-time contributor)
- lanzao (first-time contributor)

</div>

[#34547]: https://github.com/cockroachdb/cockroach/pull/34547
[#34772]: https://github.com/cockroachdb/cockroach/pull/34772
[#34800]: https://github.com/cockroachdb/cockroach/pull/34800
Expand Down
4 changes: 4 additions & 0 deletions _includes/releases/v19.1/v19.1.0-beta.20190318.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,16 @@ $ docker pull cockroachdb/cockroach-unstable:v19.1.0-beta.20190318
- Documented the `bytea_output` session variable, and fixed the documentation on bytes/string conversions. [#4452](https://github.com/cockroachdb/docs/pull/4452)
- Updated [Configure Replication Zones](../v19.1/configure-replication-zones.html) documentation to reflect that unset variables in a replication zone now inherit their values from the parent zone. [#4446](https://github.com/cockroachdb/docs/pull/4446)

<div class="release-note-contributors">

<h3 id="v19-1-0-beta-20190318-contributors">Contributors</h3>

This release includes 157 merged PRs by 29 authors. We would like to thank the following contributors from the CockroachDB community:

- Jaewan Park

</div>

[#34248]: https://github.com/cockroachdb/cockroach/pull/34248
[#34546]: https://github.com/cockroachdb/cockroach/pull/34546
[#34764]: https://github.com/cockroachdb/cockroach/pull/34764
Expand Down
Loading

0 comments on commit 95f47ba

Please sign in to comment.