-
Notifications
You must be signed in to change notification settings - Fork 3
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' of github.com:lpoaura/PluginQGis-LPOData
Showing
101 changed files
with
3,094 additions
and
2,149 deletions.
There are no files selected for viewing
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,71 @@ | ||
name: Bug/Crash report. | ||
description: Create a bug report to help us improve our plugin. | ||
labels: | ||
- "Bug" | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report correctly. | ||
- type: textarea | ||
id: what | ||
attributes: | ||
label: What is the bug or the crash? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to reproduce the issue | ||
description: | | ||
Steps, sample datasets and qgis project file to reproduce the behavior. | ||
Screencasts or screenshots are more than welcome, you can drag&drop them in the text box. | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Scroll down to '...' | ||
4. See error | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: about-info | ||
attributes: | ||
label: Versions | ||
description: | | ||
In the QGIS Help menu -> About, click in the table, Ctrl+A and then Ctrl+C. Finally paste here. | ||
Do not make a screenshot. | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
id: qgis-version | ||
attributes: | ||
label: Supported QGIS version | ||
description: | | ||
Each month, there is a new release of QGIS. According to the release schedule, you should at least be running a supported QGIS version. | ||
You can check the release schedule https://www.qgis.org/en/site/getinvolved/development/roadmap.html#release-schedule | ||
options: | ||
- label: I'm running a supported QGIS version according to the official roadmap. | ||
|
||
- type: checkboxes | ||
id: new-profile | ||
attributes: | ||
label: New profile | ||
description: | | ||
Did you try with a new QGIS profile? Some issues or crashes might be related to other plugins or specific configuration. | ||
You must try with a new profile to check if the issue remains. | ||
Read this link how to create a new profile | ||
https://docs.qgis.org/3.16/en/docs/user_manual/introduction/qgis_configuration.html#working-with-user-profiles | ||
options: | ||
- label: I tried with a new QGIS profile | ||
|
||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: | | ||
Add any other context about the problem here. |
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,24 @@ | ||
name: Feature request | ||
description: Suggest a feature idea. | ||
labels: | ||
- 'Feature Request' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this feature request correctly. | ||
- type: textarea | ||
id: what | ||
attributes: | ||
label: Feature description | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: Additional | ||
attributes: | ||
label: Additional context | ||
description: | | ||
Add any other context or screenshots about the feature request here. |
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,6 @@ | ||
blank_issues_enabled: true | ||
|
||
contact_links: | ||
- name: Documentation | ||
url: https://github.com/lpoaura/PluginQGis-LPOData | ||
about: Please read carefully the documentation before to submit an issue. |
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,12 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: pip | ||
directory: "/requirements" | ||
schedule: | ||
interval: monthly | ||
time: "04:00" | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "monthly" |
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,22 @@ | ||
ci-cd: | ||
- .github/workflows/* | ||
- .github/labeler.yml | ||
|
||
dependencies: | ||
- requirements.txt | ||
- requirements/*.txt | ||
|
||
documentation: | ||
- docs/**/* | ||
|
||
packaging: | ||
- requirements/packaging.txt | ||
- setup.py | ||
|
||
quality: | ||
- tests/**/* | ||
|
||
tooling: | ||
- .pre-commit-config.yaml | ||
- .vscode/**/* | ||
- setup.cfg |
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,22 @@ | ||
changelog: | ||
exclude: | ||
authors: | ||
- dependabot | ||
- pre-commit-ci | ||
categories: | ||
- title: Bugs fixes 🐛 | ||
labels: | ||
- bug | ||
- title: Features and enhancements 🎉 | ||
labels: | ||
- enhancement | ||
- UI | ||
- title: Tooling 🔧 | ||
labels: | ||
- ci-cd | ||
- title: Documentation 📖 | ||
labels: | ||
- documentation | ||
- title: Other Changes | ||
labels: | ||
- "*" |
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,14 @@ | ||
name: "🏷 PR Labeler" | ||
on: | ||
- pull_request_target | ||
|
||
jobs: | ||
triage: | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@v5 | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" |
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,87 @@ | ||
name: "📚 Documentation Builder" | ||
|
||
on: | ||
push: | ||
branches: [ master ] | ||
paths: | ||
- '.github/workflows/documentation.yml' | ||
- 'docs/**/*' | ||
- 'requirements/documentation.txt' | ||
tags: | ||
- "*" | ||
|
||
pull_request: | ||
branches: [ master ] | ||
paths: | ||
- ".github/workflows/documentation.yml" | ||
|
||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages | ||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
|
||
# Allow one concurrent deployment | ||
concurrency: | ||
group: "pages" | ||
cancel-in-progress: true | ||
|
||
env: | ||
PYTHON_VERSION: 3.9 | ||
|
||
|
||
jobs: | ||
build-docs: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Get source code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
cache: "pip" | ||
cache-dependency-path: "requirements/documentation.txt" | ||
python-version: ${{ env.PYTHON_VERSION }} | ||
|
||
- name: Cache Sphinx cache | ||
uses: actions/cache@v4 | ||
with: | ||
path: docs/_build/cache | ||
key: ${{ runner.os }}-sphinx-${{ hashFiles('docs/**/*') }} | ||
restore-keys: | | ||
${{ runner.os }}-sphinx- | ||
|
||
- name: Install project requirements | ||
run: | | ||
python -m pip install -U pip setuptools wheel | ||
python -m pip install -U -r requirements/documentation.txt | ||
|
||
- name: Build doc using Sphinx | ||
run: sphinx-build -b html -j auto -d docs/_build/cache -q docs docs/_build/html | ||
|
||
- name: Save build doc as artifact | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: documentation | ||
path: docs/_build/html/* | ||
if-no-files-found: error | ||
retention-days: 30 | ||
|
||
- name: Setup Pages | ||
uses: actions/configure-pages@v4 | ||
if: ${{ github.event_name == 'push' && ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master' ) }} | ||
|
||
- name: Upload artifact | ||
uses: actions/upload-pages-artifact@v3 | ||
if: ${{ github.event_name == 'push' && ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master' ) }} | ||
with: | ||
# Upload entire repository | ||
path: docs/_build/html/ | ||
|
||
- name: Deploy to GitHub Pages | ||
id: deployment | ||
if: ${{ github.event_name == 'push' && ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master' ) }} | ||
uses: actions/deploy-pages@v1 |
Oops, something went wrong.