-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2771 from specify/code-quality-2
Improve code quality checks
- Loading branch information
Showing
413 changed files
with
8,254 additions
and
15,310 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 |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# GitHub Secrets | ||
|
||
Documentation for used GitHub secrets. | ||
|
||
**On any changes to used secrets/tokens, update this file** | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Active</th> | ||
<th>Description</th> | ||
<th>Used by</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>QODANA_TOKEN</td> | ||
<td>No</td> | ||
<td> | ||
Token for JetBrain's Qodana service | ||
</td> | ||
<td> | ||
<a href="https://github.com/specify/specify7/pull/2710"> | ||
#2710 | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>WEBLATE_API_TOKEN</td> | ||
<td>Yes</td> | ||
<td> | ||
Regular weblate organization token. Used for API calls | ||
</td> | ||
<td> | ||
<a href="https://github.com/specify/specify7/blob/production/.github/workflows/test.yml"> | ||
test.yml | ||
</a>, | ||
<a href="https://github.com/specify/specify7/blob/weblate-localization/.github/workflows/push.yml"> | ||
push.yml | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>WEBLATE_PUSH_TO_GITHUB</td> | ||
<td>Yes</td> | ||
<td> | ||
Personal GitHub token (from @maxxxxxdlp account). Personal token | ||
is used to bypass branch protection rules (to allow Weblate to | ||
push directly to production branch) | ||
</td> | ||
<td> | ||
<a href="https://github.com/specify/specify7/blob/weblate-localization/.github/workflows/push.yml"> | ||
push.yml | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>TESTS_PUSH_TO_GITHUB</td> | ||
<td>Yes</td> | ||
<td> | ||
Personal GitHub token (from @maxxxxxdlp account). Personal token | ||
is used to bypass branch protection rules (to allow Weblate to | ||
push directly to production branch) | ||
</td> | ||
<td> | ||
<a href="https://github.com/specify/specify7/blob/production/.github/workflows/test.yml"> | ||
test.yml | ||
</a> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> |
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 was deleted.
Oops, something went wrong.
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,4 @@ | ||
lib/tests/fixtures/ | ||
lib/tests/ajax/static | ||
lib/components/DataModel/*.js | ||
*.snap |
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
Oops, something went wrong.