Skip to content

Commit bdd7124

Browse files
Release OpenProject 17.1.0
2 parents 6ae0d8b + 0772fc6 commit bdd7124

File tree

1,855 files changed

+56186
-26721
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,855 files changed

+56186
-26721
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ PORT=3000
4444
FE_HOST=localhost
4545
FE_PORT=4200
4646

47+
# Default TLD for docker dev stack (e.g. when set to "local", services will be openproject.local, nextcloud.local, etc.)
48+
OPENPROJECT_DOCKER_DEV_TLD=local
49+
4750
# Use this variables to configure hostnames for frontend and backend, e.g. to enable HTTPS in docker development setup
4851
OPENPROJECT_DEV_HOST=localhost
4952
OPENPROJECT_DEV_URL=http://${OPENPROJECT_DEV_HOST}:${FE_PORT}

.github/copilot-instructions.md

Lines changed: 38 additions & 283 deletions
Large diffs are not rendered by default.

.github/workflows/cla.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
vonTronje,
7777
vspielau,
7878
wielinde,
79-
yanzubrytskyi
79+
yanzubrytskyi,
80+
ehassan01
8081
8182
# the followings are the optional inputs - If the optional inputs are not given, then default values will be taken
8283
remote-organization-name: opf

.github/workflows/docker-scheduled.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
build-release-candidate:
1717
# References to release/X.Y and X.Y-rc are being
1818
# updated from the devkit (UpdateWorkflows step) whenever a new release branch is created
19-
uses: opf/openproject/.github/workflows/docker.yml@release/17.0
19+
uses: opf/openproject/.github/workflows/docker.yml@release/17.1
2020
with:
21-
branch: release/17.0
22-
tag: 17.0-rc
21+
branch: release/17.1
22+
tag: 17.1-rc
2323
secrets: inherit

.github/workflows/downstream-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
trigger_saas_tests:
2626
permissions:
2727
contents: none
28-
if: github.repository == 'opf/openproject'
28+
if: github.repository == 'opf/openproject' && github.actor != 'dependabot[bot]'
2929
name: SaaS tests
3030
runs-on: ubuntu-latest
3131
steps:

.github/workflows/email-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Send mail
28-
uses: dawidd6/action-send-mail@v6
28+
uses: dawidd6/action-send-mail@v7
2929
with:
3030
subject: ${{ inputs.subject }}
3131
body: ${{ inputs.body }}

.github/workflows/pullpreview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
echo "OPENPROJECT_ENTERPRISE__CHARGEBEE__SITE=openproject-enterprise-test" >> .env.pullpreview
3838
echo "OPENPROJECT_ENTERPRISE__TRIAL__CREATION__HOST=https://start.openproject-edge.com" >> .env.pullpreview
3939
echo "OPENPROJECT_FEATURE_BLOCK_NOTE_EDITOR=true" >> .env.pullpreview
40-
echo "OPENPROJECT_FEATURE_WP_ACTIVITY_TAB_LAZY_PAGINATION_ACTIVE=true" >> .env.pullpreview
4140
- name: Boot as BIM edition
4241
if: contains(github.ref, 'bim/') || contains(github.head_ref, 'bim/')
4342
run: |

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ db/*.sql
133133
lefthook-local.yml
134134
.rubocop-local.yml
135135

136+
# Local AI coding agent instruction overrides
137+
AGENTS.local.md
138+
CLAUDE.local.md
139+
136140
/.lefthook-local/
137141

138142
frontend/package-lock.json

0 commit comments

Comments
 (0)