Skip to content

Commit

Permalink
Bump cookiecutter template to 5446da (#246)
Browse files Browse the repository at this point in the history
# Changes

- bumped cookiecutter template to
robert-koch-institut/mex-template@5446da

---------

Co-authored-by: Nicolas Drebenstedt <[email protected]>
Co-authored-by: Nicolas Drebenstedt <[email protected]>
  • Loading branch information
3 people authored Feb 10, 2025
1 parent 4980770 commit a7d03e6
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 61 deletions.
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"template": "https://github.com/robert-koch-institut/mex-template",
"commit": "57e9b752fed460f5542bda226467210d0135f4fb",
"commit": "5446dae8486bd2412e75f97790c6bd800fa26a34",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "editor",
"short_summary": "Metadata editor web application.",
"long_summary": "The `mex-editor` is a browser application that allows creating and editing rules to non-destructively manipulate metadata. This can be used to enrich data with manual input or insert new data from scratch.",
"_template": "https://github.com/robert-koch-institut/mex-template",
"_commit": "57e9b752fed460f5542bda226467210d0135f4fb"
"_commit": "5446dae8486bd2412e75f97790c6bd800fa26a34"
}
},
"directory": null
Expand Down
14 changes: 7 additions & 7 deletions .github/pull_request_template.md
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 -->
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].11
uses: renovatebot/[email protected].12
env:
RENOVATE_GIT_PRIVATE_KEY: ${{ secrets.GPG_SIGNING_KEY }}
RENOVATE_REPOSITORIES: "robert-koch-institut/mex-editor"
Expand Down
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -43,4 +43,4 @@ USER mex
EXPOSE 8030
EXPOSE 8040

ENTRYPOINT [ "editor", "run" ]
ENTRYPOINT [ "editor" ]
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -103,6 +103,6 @@ components of the MEx project are open-sourced under the same license as well.
- run `pdm run {command} --help` to print instructions
- run `pdm run {command} --debug` for interactive debugging

### Editor
### editor

- `pdm run editor` starts the editor service
- `editor` starts the editor service
92 changes: 46 additions & 46 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a7d03e6

Please sign in to comment.