rdmo
rdmo copied to clipboard
A tool to support the planning, implementation, and organization of research data management.
The release of Python 3.13 is scheduled for 10/2024. Refs: - https://peps.python.org/pep-0719/ - https://devguide.python.org/versions/#supported-versions - #704
Python 3.8 reaches EOL in 10/2024. Refs: - https://devguide.python.org/versions/#supported-versions - #648
Since we added new, optional fields over time, we should update the test files. We should do that either at the beginning or the end of the next "cycle".
Hi, We are trying to implement Keycloak for authentication on our instance of RDMO. Our `local.py` is configured as follows: ```python ACCOUNT = True ACCOUNT_SIGNUP = False ACCOUNT_TERMS_OF_USE = True...
### Rationale / Begründung ### Minimal functionality For some questions accepting multiple answers (collections), multiple default answers should be acceptable, too. ### Affected Users, Managers ### Additional features Another possibility...
Bumps the eslint group with 1 update in the / directory: [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react). Updates `eslint-plugin-react` from 7.36.1 to 7.37.1 Release notes Sourced from eslint-plugin-react's releases. v7.37.1 Fixed [meta] do not npmignore...
## Description Dependency updates for 2.2.2 ## Motivation and Context ## How has this been tested? ## Screenshots (if appropriate)
* Use BASE_URL in ProjectsApi
## Description This PR adds Python 3.13 to the CI test matrix. The tests currently fail due to missing wheels or inability to build from source for several dependencies: -...
API calls (`fetch`) need to be replaces with `this.get` in `ProjectsApi` (https://github.com/rdmorganiser/rdmo/blob/project_xml_content_disposition/rdmo/projects/assets/js/projects/api/ProjectsApi.js#L10-L11).