Skip to content

Commit

Permalink
feature/template maint 01/25 (#154)
Browse files Browse the repository at this point in the history
# Changes
- update dependencies and versions
- use h3 in PR template, so we can more easily copy&paste from
CHANGELOGs

# Fixed
- fix `PIP_NO_INPUT=on` in dockerfile
- fix project page URL

---------

Signed-off-by: Nicolas Drebenstedt <[email protected]>
Co-authored-by: RKI | Metadata Exchange <[email protected]>
  • Loading branch information
cutoffthetop and RKIMetadataExchange authored Feb 4, 2025
1 parent 57e9b75 commit 5446dae
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 23 deletions.
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

0 comments on commit 5446dae

Please sign in to comment.