Heinz-Alexander Fuetterer

Results 25 issues of Heinz-Alexander Fuetterer

This PR adds a pip cache to the CI job. After succesfully finishing a CI job, the subsequent jobs will reuse the cached dependencies, speeding up package installation. Ref: https://github.com/actions/setup-python?tab=readme-ov-file#caching-packages-dependencies

This PR collects all dependency related updates for rdmo 2.2.0.

type:maintenance
status:hold
dependencies

Refs: - https://redux.js.org/usage/migrations/migrating-rtk-2 - https://redux.js.org/usage/migrating-to-modern-redux

type:maintenance
dependencies
javascript

### Rationale / Begründung Should rdmo's own plugins be installable as optional dependencies? With the new pyproject.toml based setup, you can install extra dependencies with pip, e.g. `pip install rdmo[dev...

type:feature-request
status:hold

### Rationale / Begründung The playwright test cases for the frontend log in for every test scenario. This should be optimized to reuse the authentication state. ### Affected Developers ###...

type:maintenance

### Rationale / Begründung `django-rest-swagger` is deprecated since 2019. Should rdmo switch to an alternative openapi library? `drf-spectacular` looks promising. ### Affected Software group ### References / Verweise * https://github.com/marcgibbons/django-rest-swagger...

type:maintenance

#### Submission Checklist - [ ] Run unit tests: `./runTests.py src/test/unit` - [ ] Run cpplint: `make cpplint` - [x] Declare copyright holder and open-source license: see below #### Summary...

- [ ] adapt pypi command in makefile See #1969

The `pyproject.toml` file is decribed in [PEP 621](https://peps.python.org/pep-0621/). It is the recommended way to package Python projects these days. Please have a look at my fork's version of this file:...

I did not create an issue first, because (again) the changes are trivial. This PR fixes a few minor typos in docstrings and docs. I used [typos](https://github.com/crate-ci/typos) for this. You...