You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Go through sections 1-5 below, fill them in and check all the boxes
5
-
3. Make sure that the branch is updated; if there's an "Update branch" button at the bottom of the PR, rebase or update branch.
6
-
4. When all boxes are checked, information is filled in, and the branch is updated: mark as Ready For Review and tag reviewers (top right)
7
-
5. Once there is a submitted review, implement the suggestions (if reasonable, otherwise discuss) and request an new review.
3
+
### Before Marking as Ready for Review
8
4
9
-
If there is a field which you are unsure about, enter the edit mode of this description or go to the [PR template](../.github/pull_request_template.md); There are invisible comments providing descriptions which may be of help.
5
+
-[ ] Add relevant information to the sections below ([Summary](#summary) etc)
6
+
-[ ] Rebase or merge the latest `dev` (or other targeted branch)
7
+
-[ ] Update documentation if needed
8
+
-[ ] Add an entry to the [`SPRINTLOG.md`](https://github.com/ScilifelabDataCentre/dds_web/blob/dev/SPRINTLOG.md) if needed
9
+
-[ ] Choose an appropriate label. See [here](https://github.com/ScilifelabDataCentre/dds_web/blob/dev/docs/procedures/labelling_a_pull_request.md) for information on the labelling options
10
+
-[ ] The code follows the [style guidelines](https://github.com/ScilifelabDataCentre/dds_web/blob/dev/docs/procedures/style_guidelines.md)
11
+
-[ ] Perform a self-review: read the diff as if reviewing someone else's code
12
+
-[ ] I have commented the code, particularly in hard-to-understand areas
13
+
-[ ] Verify that all checks and tests have passed
10
14
11
-
## 1. Description / Summary
15
+
**If the target branch is `master`**:
12
16
13
-
**Add a summary here**: What does this PR add/change and why?
17
+
-[ ] Read and follow [the release instructions](https://github.com/ScilifelabDataCentre/dds_web/blob/dev/docs/procedures/new_release.md)
14
18
15
-
##2. Jira task / GitHub issue
19
+
### Summary
16
20
17
-
**Is this a GitHub issue?** --> Add the link to the github issue
21
+
_Describe what the PR changes and why._
18
22
19
-
**Is this from a Jira task?** --> If your branch does not contain info regarding the Jira task ID, put it here.
23
+
### Related Issue/Ticket
20
24
21
-
## 3. Type of change - Add label
25
+
_Link GitHub issue or provide Jira ID._
22
26
23
-
-[ ] Add a label to the PR. See [here](../docs/procedures/labelling_a_pull_request.md) for information on the labelling options.
27
+
### Testing
24
28
25
-
## 4. Additional information
29
+
_If applicable: How did you verify the change? Include commands, data, or screenshots._
26
30
27
-
-[ ] I have added an entry to the [Sprintlog](../SPRINTLOG.md)
28
-
-[ ] This is a PR to the `master` branch: _If checked, read [the release instructions](../docs/procedures/new_release.md)_<!-- Check this if the PR is made to the `master` branch. Only the `dev` branch should be doing this. -->
29
-
-[ ] I have followed steps 1-9. <!-- Should be checked if the "PR to `master` branch" box is checked AND the specified steps in the release instructions have been followed. -->
31
+
### Reviewer Notes
32
+
33
+
_Anything that helps reviewers (e.g. areas needing close attention)._
34
+
35
+
---
36
+
37
+
Once all boxes are checked, mark the PR as **Ready for Review** and tag at least one team member as the initial reviewer.
Copy file name to clipboardExpand all lines: SPRINTLOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -520,3 +520,18 @@ _Nothing merged during this sprint_
520
520
- Move instructions on how to solve failing actions / workflows to the workflow files ([#1620](https://github.com/ScilifelabDataCentre/dds_web/pull/1620/))
521
521
- Added ADR for Queue solution ([#1625](https://github.com/ScilifelabDataCentre/dds_web/pull/1625))
522
522
- New version: 2.13.0 ([#1627](https://github.com/ScilifelabDataCentre/dds_web/pull/1627))
523
+
- Bug: Users should be able to release once and extend twice ([#1630](https://github.com/ScilifelabDataCentre/dds_web/pull/1630))
524
+
525
+
# 2025-09-01 - 2025-09-12
526
+
527
+
- Disable autoflush on project creation and assure no duplicate public ID ([#1626](https://github.com/ScilifelabDataCentre/dds_web/pull/1626))
528
+
- Bump node libraries and python dependencies to solve vulnerabilities ([#1640](https://github.com/ScilifelabDataCentre/dds_web/pull/1640)):
529
+
-`dnspython` from 2.2.0 to 2.6.1
530
+
-`idna` from 3.3 to 3.7
531
+
-`Pillow` from 10.2.0 to 10.3.0
532
+
-`requests` from 2.32.0 to 2.32.4
533
+
534
+
## 2025-09-15 - 2025-09-26
535
+
536
+
- Bump cryptography library from 42.0.4 to 44.0.1 to solve vulnerabities ([#1640](https://github.com/ScilifelabDataCentre/dds_web/pull/1640))
537
+
- New version: 2.13.1 ([#1647](https://github.com/ScilifelabDataCentre/dds_web/pull/1647))
0 commit comments