-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependabot/npm_and_yarn/qs-6.5.3
- Loading branch information
Showing
91 changed files
with
3,007 additions
and
1,174 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,65 @@ | ||
--- | ||
name: "\U0001F41E Bug report" | ||
about: Something isn't working as expected? Here is the right place to report. | ||
title: "[BUG]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Please fill in each section below, otherwise, your issue will be closed. | ||
This info allows django CMS maintainers to diagnose (and fix!) your issue | ||
as quickly as possible. | ||
--> | ||
|
||
## Description | ||
|
||
<!-- | ||
If this is a security issue stop immediately and follow the instructions at: | ||
http://docs.django-cms.org/en/latest/contributing/development-policies.html#reporting-security-issues | ||
--> | ||
|
||
## Steps to reproduce | ||
|
||
<!-- | ||
Clear steps describing how to reproduce the issue. | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
--> | ||
|
||
## Expected behaviour | ||
|
||
<!-- | ||
A clear and concise description of what you expected to happen. | ||
--> | ||
|
||
## Actual behaviour | ||
|
||
<!-- | ||
A clear and concise description of what is actually happening. | ||
--> | ||
|
||
## Screenshots | ||
|
||
<!--If applicable, add screenshots to help explain your problem. | ||
--> | ||
|
||
## Additional information (CMS/Python/Django versions) | ||
|
||
<!-- | ||
Add any other context about the problem such as environment, | ||
CMS/Python/Django versions, logs etc. here. | ||
--> | ||
|
||
## Do you want to help fix this issue? | ||
|
||
<!-- | ||
The django CMS project is managed and kept alive by its open source community and is backed by the [django CMS Association](https://www.django-cms.org/en/about-us/). We therefore welcome any help and are grateful if people contribute to the project. Please use 'x' to check the items below. | ||
--> | ||
|
||
* [ ] Yes, I want to help fix this issue and I will join #workgroup-pr-review on [Slack](https://www.django-cms.org/slack) to confirm with the community that a PR is welcome. | ||
* [ ] No, I only want to report the issue. |
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,43 @@ | ||
--- | ||
name: "\U0001F4D8 Documentation report" | ||
about: "Something isn't described correctly in the documentation or needs to be updated? | ||
Here is the right place to report." | ||
title: "[DOC]" | ||
labels: 'component: documentation' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Please fill in each section below, otherwise, your issue will be closed. | ||
This info allows django CMS maintainers to diagnose (and fix!) your issue | ||
as quickly as possible. | ||
--> | ||
|
||
## Description | ||
|
||
<!-- | ||
If this is a security issue stop immediately and follow the instructions at: | ||
http://docs.django-cms.org/en/latest/contributing/development-policies.html#reporting-security-issues | ||
--> | ||
|
||
## Screenshots | ||
|
||
<!--If applicable, add screenshots to help explain your problem. | ||
--> | ||
|
||
## Additional information (CMS/Python/Django versions) | ||
|
||
<!-- | ||
Add any other context about the problem such as environment, | ||
CMS/Python/Django versions, logs etc. here. | ||
--> | ||
|
||
## Do you want to help fix this documentation issue? | ||
|
||
<!-- | ||
The django CMS project is managed and kept alive by its open source community and is backed by the [django CMS Association](https://www.django-cms.org/en/about-us/). We therefore welcome any help and are grateful if people contribute to the project. Please use 'x' to check the items below. | ||
--> | ||
|
||
* [ ] Yes, I want to help fix this issue and I will join #workgroup-documentation on [Slack](https://www.django-cms.org/slack) to confirm with the team that a PR is welcome. | ||
* [ ] No, I only want to report the issue. |
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,28 @@ | ||
## Description | ||
|
||
<!-- | ||
If this is a security issue stop right here and follow our documentation: | ||
http://docs.django-cms.org/en/latest/contributing/development-policies.html#reporting-security-issues | ||
--> | ||
|
||
## Related resources | ||
|
||
<!-- | ||
Add here links to existing issues or conversation from GitHub | ||
or any other resource. | ||
--> | ||
|
||
* #... | ||
* #... | ||
|
||
## Checklist | ||
|
||
<!-- | ||
Please check the following items before submitting, otherwise, | ||
your pull request will be closed. | ||
Use 'x' to check each item: [x] I have ... | ||
--> | ||
|
||
* [ ] I have added or modified the tests when changing logic | ||
* [ ] I have followed [the conventional commits guidelines](https://www.conventionalcommits.org/) to add meaningful information into the changelog | ||
* [ ] I have read the [contribution guidelines ](https://github.com/django-cms/django-cms/blob/develop/CONTRIBUTING.rst) |
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,11 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "weekly" |
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,35 @@ | ||
name: Docs | ||
|
||
on: [push, pull_request] | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
docs: | ||
runs-on: ubuntu-latest | ||
name: docs | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.12" | ||
cache: 'pip' | ||
- name: Cache dependencies | ||
uses: actions/cache@v4 | ||
with: | ||
path: ~/.cache/pip | ||
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }} | ||
restore-keys: | | ||
${{ runner.os }}-pip- | ||
- run: python -m pip install -r docs/requirements.txt | ||
- run: python setup.py install | ||
- run: codespell -w *.rst | ||
- run: codespell -w --skip docs/spelling_wordlist docs | ||
- name: Build docs | ||
run: | | ||
cd docs | ||
sphinx-build -b dirhtml -n -d build/doctrees . build/dirhtml |
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,41 @@ | ||
name: Publish Python 🐍 distributions 📦 to pypi | ||
|
||
on: | ||
release: | ||
types: | ||
- published | ||
|
||
jobs: | ||
build-n-publish: | ||
name: Build and publish Python 🐍 distributions 📦 to pypi | ||
runs-on: ubuntu-latest | ||
environment: | ||
name: pypi | ||
url: https://pypi.org/p/djangocms-moderation | ||
permissions: | ||
id-token: write | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up Python 3.10 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.10' | ||
|
||
- name: Install pypa/build | ||
run: >- | ||
python -m | ||
pip install | ||
build | ||
--user | ||
- name: Build a binary wheel and a source tarball | ||
run: >- | ||
python -m | ||
build | ||
--sdist | ||
--wheel | ||
--outdir dist/ | ||
. | ||
- name: Publish distribution 📦 to PyPI | ||
if: startsWith(github.ref, 'refs/tags') | ||
uses: pypa/gh-action-pypi-publish@release/v1 |
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,43 @@ | ||
name: Publish Python 🐍 distributions 📦 to TestPyPI | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
build-n-publish: | ||
name: Build and publish Python 🐍 distributions 📦 to TestPyPI | ||
runs-on: ubuntu-latest | ||
environment: | ||
name: test | ||
url: https://test.pypi.org/p/djangocms-moderation | ||
permissions: | ||
id-token: write | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up Python 3.10 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.10' | ||
|
||
- name: Install pypa/build | ||
run: >- | ||
python -m | ||
pip install | ||
build | ||
--user | ||
- name: Build a binary wheel and a source tarball | ||
run: >- | ||
python -m | ||
build | ||
--sdist | ||
--wheel | ||
--outdir dist/ | ||
. | ||
- name: Publish distribution 📦 to Test PyPI | ||
uses: pypa/gh-action-pypi-publish@release/v1 | ||
with: | ||
repository-url: https://test.pypi.org/legacy/ | ||
skip_existing: true |
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.