Skip to content

Commit

Permalink
Merge branch 'main' into sensitive-term-list-implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkrida authored Mar 27, 2023
2 parents 950bc71 + fc3329c commit ff72bf6
Show file tree
Hide file tree
Showing 322 changed files with 44,107 additions and 30,032 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
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
15 changes: 0 additions & 15 deletions .flake8

This file was deleted.

1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ rfcs/ @WordPress/openverse-maintainers
templates/ @WordPress/openverse-maintainers
.gitattributes @WordPress/openverse-maintainers
.gitignore @WordPress/openverse-maintainers
.github/ @WordPress/openverse-maintainers
.pre-commit-config.yaml @WordPress/openverse-maintainers
CODE_OF_CONDUCT.md @WordPress/openverse-maintainers
CONTRIBUTING.md @WordPress/openverse-maintainers
Expand Down
5 changes: 4 additions & 1 deletion .github/GITHUB.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ truth, it creates PRs to resolve any differences.

### New issue automation

This workflow adds issues to the "Backlog" column in the Openverse project as
This workflow adds issues to the "Backlog" column in the [(old) Openverse project](https://github.com/orgs/WordPress/projects/3/) as
soon as they are created.
This workflow also adds issues to the "Backlog" column in the
[Openverse project](https://github.com/orgs/WordPress/projects/75/) as soon as they are created. It also adds a priority field
value to the project item based on the priority label applied to the issue.

**Issue:** opened
**Dispatch:** disabled
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/get-changes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: openverse/get-changes
description: Determine where changes happened in the repository

outputs:
changes:
description: "JSON array of keys from `.github/filters.yml`"
value: ${{ steps.paths-filter.outputs.changes }}
api:
description: "'true' if API changes are present"
value: ${{ steps.paths-filter.outputs.api }}
Expand Down
3 changes: 0 additions & 3 deletions .github/filters.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
api:
- .github/workflows/ci_cd.yml
- api/**
# Change to the CI + CD workflow should trigger complete workflow.
- .github/workflows/ci_cd.yml
ingestion_server:
- .github/workflows/ci_cd.yml
- ingestion_server/**
# Change to the CI + CD workflow should trigger complete workflow.
- .github/workflows/ci_cd.yml
frontend:
- .github/workflows/ci_cd.yml
- frontend/**
- package.json
- pnpm-lock.yaml
Expand Down
27 changes: 27 additions & 0 deletions .github/release-drafter-api.yml
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!
27 changes: 27 additions & 0 deletions .github/release-drafter-frontend.yml
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!
27 changes: 27 additions & 0 deletions .github/release-drafter-ingestion_server.yml
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!
39 changes: 0 additions & 39 deletions .github/release_drafter.yml

This file was deleted.

Loading

0 comments on commit ff72bf6

Please sign in to comment.