Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
5fc0bf7
Improve styling for empty question sets (without questions)
jochenklar Apr 28, 2025
48ce6e9
Use ACCOUNT_SIGNUP_FIELDS instead of ACCOUNT_EMAIL_REQUIRED (#1322)
jochenklar Apr 28, 2025
c1b14a4
Fix translations (#1317)
jochenklar Apr 28, 2025
a4f97e9
Add options endpoint to api list (#1313)
jochenklar Apr 28, 2025
d7c688c
Fix interview management panels by fixing configureStore (#1314)
jochenklar Apr 28, 2025
7388c5f
Allow / in the URI path of conditions, tasks, and views (#1316)
jochenklar Apr 28, 2025
5f4cf22
Use SESSION_COOKIE_* settings for store_id cookie (#1321)
jochenklar Apr 28, 2025
5a56777
Fix badge-optional and move interview-block-options
jochenklar Apr 28, 2025
cc38ec0
Clean tags and special html characters in contact message
jochenklar Apr 28, 2025
ee04c23
Add /api/v1/projects/projects/user/ endpoint and refactor/fix project…
jochenklar Apr 28, 2025
dc69ac8
Fix test
jochenklar Apr 29, 2025
aaaa51c
ci: remove redundant lint job
afuetterer May 5, 2025
b04850c
docs(readme): remove redundant pre-commit badge
afuetterer May 5, 2025
0514d6d
tests(e2e): add test for copy and refactor page fixture
MyPyDavid May 7, 2025
fd30c92
fix(js,management): use siteId instead of currentSite #1339
MyPyDavid May 7, 2025
38f9e62
fix(core,pandoc): cast ref docs to Path #1341
MyPyDavid May 8, 2025
b0808d3
style(core): fix typing for py39
MyPyDavid May 8, 2025
3e523f5
style(core): remove type hints
MyPyDavid May 8, 2025
26f43ed
fix bug #1349
CalamityC May 9, 2025
48ffb70
* fix initial myProjects in configureStore
CalamityC May 9, 2025
9e0eb18
fix frontend test
CalamityC May 9, 2025
53ea8d1
Merge pull request #1350 from rdmorganiser/fix-myProjects-bug
jochenklar May 15, 2025
ad6535f
Scroll up when page changes in interview
jochenklar May 15, 2025
f265401
Refactor / remove activateFirstValue
jochenklar May 15, 2025
a761c41
fix(interview,js): update total width of RangeInput #1353
MyPyDavid May 14, 2025
57f0165
Minor gardening
jochenklar May 15, 2025
b763e82
Prevent unwanted trimming in front end
jochenklar May 15, 2025
9f1823f
fix(import,js): use elementURI in warnings #1340
MyPyDavid May 8, 2025
b0b604b
tests(managment,e2e): add test for warnings at import
MyPyDavid May 12, 2025
e8b9739
build(deps): update packaging requirement
dependabot[bot] May 1, 2025
77323d9
build(deps-dev): bump sass in the dev-dependencies group
dependabot[bot] May 1, 2025
d983344
build(deps-dev): bump the babel group with 3 updates
dependabot[bot] May 1, 2025
d18576d
build(deps-dev): bump webpack from 5.98.0 to 5.99.5 in the webpack group
dependabot[bot] May 5, 2025
77d61e6
build(deps): update django-extensions requirement in the django group
dependabot[bot] Apr 11, 2025
6a52db0
build(deps): update setuptools requirement from <79,>=73 to >=73,<81
dependabot[bot] May 1, 2025
4df9e24
build(deps): bump @babel/runtime from 7.20.13 to 7.27.0
dependabot[bot] Apr 11, 2025
ee51ea4
build(pre-commit): pre-commit autoupdate by ci
pre-commit-ci[bot] May 5, 2025
f2e5786
style(core): fix RUF046
MyPyDavid May 6, 2025
5c1d25d
Fix resolveCondition action and reducer
jochenklar May 15, 2025
1bb25e5
Fix back button
jochenklar May 15, 2025
5d417d0
Merge pull request #1355 from rdmorganiser/2.3.1-fix-scroll-focus
jochenklar May 16, 2025
8290709
Merge pull request #1356 from rdmorganiser/2.3.1-fix-resolve-conditions
jochenklar May 16, 2025
32a31e8
Merge pull request #1354 from rdmorganiser/1353-bug-in-gui-unit-is-no…
MyPyDavid May 16, 2025
2e12b53
Merge pull request #1348 from rdmorganiser/1340-bug-in-display-of-war…
MyPyDavid May 16, 2025
8e960e8
Merge pull request #1334 from rdmorganiser/dependency-updates
MyPyDavid May 16, 2025
24a8f4d
Bump version to 2.3.1
jochenklar May 16, 2025
18a7dbd
Update CHANGELOG.md
jochenklar May 16, 2025
2004961
Update translations
triole May 16, 2025
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
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ env:

jobs:

lint:
# Ref: https://github.com/rdmorganiser/.github/blob/main/.github/workflows/_lint.yml
uses: rdmorganiser/.github/.github/workflows/_lint.yml@main

build-wheel:
name: Build python wheel
runs-on: ubuntu-24.04
Expand Down Expand Up @@ -282,7 +278,6 @@ jobs:
required-checks-pass:
if: always()
needs:
- lint
- build-wheel
- test
- coveralls
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ repos:
exclude: \.dot$
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.9
rev: v0.11.8
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.21.0
rev: v9.26.0
hooks:
- id: eslint
args: [--fix, --color]
Expand All @@ -36,7 +36,7 @@ repos:
- eslint-plugin-react@7.37.0
- react@18.3.1
- repo: https://github.com/crate-ci/typos
rev: v1.30.0
rev: v1
hooks:
- id: typos
exclude: |
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [RDMO 2.3.1](https://github.com/rdmorganiser/rdmo/compare/2.3.0...2.3.1) (May 16, 2025)

* Allow / in the URI path of conditions, tasks, and views (#1316)
* Add /api/v1/projects/projects/user/ endpoint and refactor/fix projects table (#1318)
* Add options endpoint to API list (#1313)
* Use ACCOUNT_SIGNUP_FIELDS instead of ACCOUNT_EMAIL_REQUIRED (#1322)
* Use SESSION_COOKIE_* settings for store_id cookie (#1321)
* Fix translations (#1317)
* Fix badge-optional and move interview-block-options
* Improve styling for empty question sets (without questions)
* Clean tags and special html characters in contact message
* Fix interview management panels by fixing `configureStore` (#1314)
* Fix copy of elements in management interface for multisite (#1339)
* Fix bug when reference documents are configured as strings (#1341)
* Fix bug in display of warnings at import of catalog elements (#1340)
* Fix bug in display of value and unit in range slider (#1353)
* Fix the resolving of multiple conditional questions in interview
* Fix bug with the back button and conditions
* Fix jumping of cursor when values are stored in the interview
* Fix `{more}` functionality (#1351)
* Fix focus in interview and scroll to top when changing pages
* Update dependencies

## [RDMO 2.3.0](https://github.com/rdmorganiser/rdmo/compare/2.2.2...2.3.0) (Apr 11, 2025)

* Add new interview interface based on React and Redux (#518)
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ RDMO - Research Data Management Organiser
[![Python Versions](https://img.shields.io/pypi/pyversions/rdmo.svg?style=flat)](https://www.python.org/)
[![Django Versions](https://img.shields.io/pypi/frameworkversions/django/rdmo)](https://pypi.python.org/pypi/rdmo/)
[![License](https://img.shields.io/github/license/rdmorganiser/rdmo?style=flat)](https://github.com/rdmorganiser/rdmo/blob/main/LICENSE) \
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/rdmorganiser/rdmo/main.svg)](https://results.pre-commit.ci/latest/github/rdmorganiser/rdmo/main)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![CI Workflow Status](https://github.com/rdmorganiser/rdmo/actions/workflows/ci.yml/badge.svg)](https://github.com/rdmorganiser/rdmo/actions/workflows/ci.yml)
Expand Down
Loading