-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into issue-280-readme-md-default
- Loading branch information
Showing
466 changed files
with
16,249 additions
and
18,095 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,44 @@ | ||
freebsd_instance: | ||
image_family: freebsd-12-1-snap | ||
|
||
test_task: | ||
name: "Tests / FreeBSD / " | ||
env: | ||
matrix: | ||
- PYTHON: python2.7 | ||
- PYTHON: python3.5 | ||
- PYTHON: python3.6 | ||
- PYTHON: python3.7 | ||
- PYTHON: python3.8 | ||
python_script: | ||
- PYPACKAGE=$(printf '%s' $PYTHON | tr -d '.') | ||
- SQLPACKAGE=$(printf '%s-sqlite3' $PYPACKAGE | sed 's/thon//') | ||
- pkg install -y git-lite $PYPACKAGE $SQLPACKAGE | ||
pip_script: | ||
- $PYTHON -m ensurepip | ||
- $PYTHON -m pip install -U pip tox poetry | ||
- poetry config virtualenvs.in-project true | ||
tox_script: $PYTHON -m tox -e py -- -q --junitxml=junit.xml tests | ||
on_failure: | ||
annotate_failure_artifacts: | ||
path: junit.xml | ||
format: junit | ||
type: text/xml | ||
|
||
release_task: | ||
name: "Release / FreeBSD" | ||
only_if: $CIRRUS_TAG != '' | ||
freebsd_instance: | ||
matrix: | ||
- image_family: freebsd-12-1-snap | ||
- image_family: freebsd-11-3-snap | ||
python_script: pkg install -y python3 python27 python35 python36 python37 python38 | ||
pip_script: | ||
- python2.7 -m ensurepip | ||
- python3.5 -m ensurepip | ||
- python3.6 -m ensurepip | ||
- python3.7 -m ensurepip | ||
- python3.8 -m ensurepip | ||
build_script: ./make-nix-release.sh | ||
archive_artifacts: | ||
path: "releases/*" |
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,21 @@ | ||
[flake8] | ||
max-line-length = 88 | ||
ignore = E501, E203, W503 | ||
per-file-ignores = __init__.py:F401 | ||
exclude = | ||
.git | ||
__pycache__ | ||
setup.py | ||
build | ||
dist | ||
releases | ||
.venv | ||
.tox | ||
.mypy_cache | ||
.pytest_cache | ||
.vscode | ||
.github | ||
poetry/utils/_compat.py | ||
tests/fixtures/ | ||
tests/repositories/fixtures/ | ||
tests/utils/fixtures/ |
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,7 @@ | ||
# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: '💬 Discord Server' | ||
url: https://discordapp.com/invite/awxPgve | ||
about: | | ||
Chat with the community, ask questions and learn about best practices. |
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,11 +1,13 @@ | ||
# Pull Request Check List | ||
|
||
This is just a reminder about the most common mistakes. Please make sure that you tick all *appropriate* boxes. But please read our [contribution guide](https://poetry.eustace.io/docs/contributing/) at least once, it will save you unnecessary review cycles! | ||
Resolves: #issue-number-here | ||
|
||
<!-- This is just a reminder about the most common mistakes. Please make sure that you tick all *appropriate* boxes. But please read our [contribution guide](https://python-poetry.org/docs/contributing/) at least once, it will save you unnecessary review cycles! --> | ||
|
||
- [ ] Added **tests** for changed code. | ||
- [ ] Updated **documentation** for changed code. | ||
|
||
**Note**: If your Pull Request introduces a new feature or changes the current behavior, it should be based | ||
on the `develop` branch. If it's a bug fix or only a documentation update, it should be based on the `master` branch. | ||
<!-- **Note**: If your Pull Request introduces a new feature or changes the current behavior, it should be based | ||
on the `develop` branch. If it's a bug fix or only a documentation update, it should be based on the `master` branch. --> | ||
|
||
If you have *any* questions to *any* of the points above, just **submit and ask**! This checklist is here to *help* you, not to deter you from contributing! | ||
<!-- If you have *any* questions to *any* of the points above, just **submit and ask**! This checklist is here to *help* you, not to deter you from contributing! --> |
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,25 @@ | ||
exemptProjects: true | ||
exemptMilestones: true | ||
|
||
staleLabel: stale | ||
|
||
markComment: > | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. Thank you | ||
for your contributions. | ||
closeComment: > | ||
Closing this issue automatically because it has not had any activity since | ||
it has been marked as stale. If you think it is still relevant and should | ||
be addressed, feel free to open a new one. | ||
pulls: | ||
markComment: > | ||
This pull request has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. Thank you | ||
for your contributions. | ||
closeComment: > | ||
Closing this pull request automatically because it has not had any activity since | ||
it has been marked as stale. If you think it is still relevant and should | ||
be addressed, feel free to open a new one. |
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.