-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into sensitive-term-list-implementation
- Loading branch information
Showing
322 changed files
with
44,107 additions
and
30,032 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.py] | ||
indent_size = 4 | ||
|
||
[justfile] | ||
indent_size = 4 |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# This file is generated from templates/release-drafter.yml.jinja | ||
# Changes to this file must be made in the template first | ||
|
||
tag-prefix: api- | ||
categories: | ||
- title: New Features | ||
label: "🌟 goal: addition" | ||
- title: Improvements | ||
label: "✨ goal: improvement" | ||
- title: Internal Improvements | ||
labels: | ||
- "🤖 aspect: dx" | ||
- "🧰 goal: internal improvement" | ||
- title: Bug Fixes | ||
label: "🛠 goal: fix" | ||
# Identical to the default except it uses `-` instead of `*` to match our Markdown linter | ||
change-template: "- $TITLE (#$NUMBER) @$AUTHOR" | ||
exclude-labels: | ||
- "skip-changelog" | ||
include-labels: | ||
- "🧱 stack: api" | ||
template: | | ||
$CHANGES | ||
## Credits | ||
Thanks to $CONTRIBUTORS for their contributions! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# This file is generated from templates/release-drafter.yml.jinja | ||
# Changes to this file must be made in the template first | ||
|
||
tag-prefix: frontend- | ||
categories: | ||
- title: New Features | ||
label: "🌟 goal: addition" | ||
- title: Improvements | ||
label: "✨ goal: improvement" | ||
- title: Internal Improvements | ||
labels: | ||
- "🤖 aspect: dx" | ||
- "🧰 goal: internal improvement" | ||
- title: Bug Fixes | ||
label: "🛠 goal: fix" | ||
# Identical to the default except it uses `-` instead of `*` to match our Markdown linter | ||
change-template: "- $TITLE (#$NUMBER) @$AUTHOR" | ||
exclude-labels: | ||
- "skip-changelog" | ||
include-labels: | ||
- "🧱 stack: frontend" | ||
template: | | ||
$CHANGES | ||
## Credits | ||
Thanks to $CONTRIBUTORS for their contributions! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# This file is generated from templates/release-drafter.yml.jinja | ||
# Changes to this file must be made in the template first | ||
|
||
tag-prefix: ingestion_server- | ||
categories: | ||
- title: New Features | ||
label: "🌟 goal: addition" | ||
- title: Improvements | ||
label: "✨ goal: improvement" | ||
- title: Internal Improvements | ||
labels: | ||
- "🤖 aspect: dx" | ||
- "🧰 goal: internal improvement" | ||
- title: Bug Fixes | ||
label: "🛠 goal: fix" | ||
# Identical to the default except it uses `-` instead of `*` to match our Markdown linter | ||
change-template: "- $TITLE (#$NUMBER) @$AUTHOR" | ||
exclude-labels: | ||
- "skip-changelog" | ||
include-labels: | ||
- "🧱 stack: ingestion server" | ||
template: | | ||
$CHANGES | ||
## Credits | ||
Thanks to $CONTRIBUTORS for their contributions! |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.