Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/template maint 01/25 #154

Merged
merged 15 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# PR Context
### PR Context
<!-- Additional info for the reviewer

Don't forget to explain how you tested the changes, i.e. by providing a link
to a fork or sample repository where the changes were tried out. -->

# Added
### Added
<!-- New features and interfaces -->

# Changes
### Changes
<!-- Changes in existing functionality -->

# Deprecated
### Deprecated
<!-- Soon-to-be removed features -->

# Removed
### Removed
<!-- Definitely removed features -->

# Fixed
### Fixed
<!-- Fixed bugs -->

# Security
### Security
<!-- Fixed vulnerabilities -->
2 changes: 1 addition & 1 deletion .github/workflows/renovatebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 1

- name: Run renovatebot
uses: renovatebot/[email protected].8
uses: renovatebot/[email protected].11
env:
RENOVATE_GIT_PRIVATE_KEY: ${{ secrets.GPG_SIGNING_KEY }}
RENOVATE_REPOSITORIES: "robert-koch-institut/mex-template"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- use commit-signing flow from mex-release
- optimize pip and pdm environment variables
- bump year in license files to 2025
- use h3 in PR template, so we can more easily copy&paste from CHANGELOGs

### Deprecated

Expand All @@ -38,6 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- remove --no-editable flag to avoid installing local package into venv
- build correct package versions in release pipeline
- fix PIP_NO_INPUT=on in dockerfile
- fix project page URL

### Security

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ available to external researchers as well as the interested (professional) publi
find research data from the RKI.

For further details, please consult our
[project page](https://www.rki.de/DE/Content/Forsch/MEx/MEx_node.html).
[project page](https://www.rki.de/DE/Aktuelles/Publikationen/Forschungsdaten/MEx/metadata-exchange-plattform-mex-node.html).

[^1]: FAIR is referencing the so-called
[FAIR data principles](https://www.go-fair.org/fair-principles/) – guidelines to make
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# PR Context
### PR Context
<!-- Additional info for the reviewer -->

# Added
### Added
<!-- New features and interfaces -->

# Changes
### Changes
<!-- Changes in existing functionality -->

# Deprecated
### Deprecated
<!-- Soon-to-be removed features -->

# Removed
### Removed
<!-- Definitely removed features -->

# Fixed
### Fixed
<!-- Fixed bugs -->

# Security
### Security
<!-- Fixed vulnerabilities -->
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 1

- name: Run renovatebot
uses: renovatebot/[email protected].8
uses: renovatebot/[email protected].11
env:
RENOVATE_GIT_PRIVATE_KEY: {% raw %}${{ secrets.GPG_SIGNING_KEY }}{% endraw %}
RENOVATE_REPOSITORIES: "robert-koch-institut/mex-{{ cookiecutter.project_name }}"
Expand Down
2 changes: 1 addition & 1 deletion mex-{{ cookiecutter.project_name }}/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV PYTHONUNBUFFERED=1
ENV PYTHONOPTIMIZE=1

ENV PIP_DISABLE_PIP_VERSION_CHECK=on
ENV PIP_NO_INPUT: on
ENV PIP_NO_INPUT=on
ENV PIP_PREFER_BINARY=on
ENV PIP_PROGRESS_BAR=off

Expand Down
2 changes: 1 addition & 1 deletion mex-{{ cookiecutter.project_name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ available to external researchers as well as the interested (professional) publi
find research data from the RKI.

For further details, please consult our
[project page](https://www.rki.de/DE/Content/Forsch/MEx/MEx_node.html).
[project page](https://www.rki.de/DE/Aktuelles/Publikationen/Forschungsdaten/MEx/metadata-exchange-plattform-mex-node.html).

[^1]: FAIR is referencing the so-called
[FAIR data principles](https://www.go-fair.org/fair-principles/) – guidelines to make
Expand Down
4 changes: 2 additions & 2 deletions mex-{{ cookiecutter.project_name }}/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cruft==2.16.0
mex-release==0.3.0
pdm==2.22.1
pre-commit==4.0.1
pdm==2.22.3
pre-commit==4.1.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cruft==2.16.0
mex-release==0.3.0
pdm==2.22.2
pre-commit==4.0.1
pdm==2.22.3
pre-commit==4.1.0