roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

DCC/UC3 collaboration for a data management planning tool

Results 302 roadmap issues
Sort by recently updated
recently updated
newest added

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies
javascript

Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies
javascript

…eing copied. Change in class method Plan.deep_copy: - Firstly, on duplicating the Plan we set the plan identifier to nil and save. - Then we fill the identifier variable with...

Fixes #3439 Changes proposed in this PR: - This PR adds a conditional to the plan's "Add a contributor" button. - Adding the `if @plan.editable_by?(current_user.id)` permission check prevents users with...

Please complete the following fields as applicable: **What version of the DMPRoadmap code are you running? (e.g. v2.2.0)** `v4.2.0` **Expected behaviour:** - I'm not 100% sure. However, I'd assume that...

Please complete the following fields as applicable: **What version of the DMPRoadmap code are you running? (e.g. v2.2.0)** - `v4.2.0` **Expected behaviour:** - Spec files must end in `_spec.rb` to...

PR for issue #3586 This issue branch uses the doorkeeper gem to implement the Authorization Code Grant Flow (ACGF) part of the v2 API. (The Client Credentials Flow (CCF) part...

Changes proposed in this PR: - Add the `question_and_answer` flag to the V2 API to enable accessing all questions and answers belonging to a plan in the API response. -...

# Changes proposed in this PR: ## [Add v2 API test coverage](https://github.com/DMPRoadmap/roadmap/commit/b2bcc3f2bb32b05222ae7e438d2c67417a778262) This test suite was adapted from the v2 API tests in CDLUC3/dmptool. The original request and view specs...

Organisation Plans and the related CSV Download". **Changes:** - where(Role.creator_condition) condition added to Plans retrieved in the Org model's org_admin_plans method. This ensures that Plans returned are only active plans....