develop #1

Open
fkuhl wants to merge 4 commits from develop into main
Owner
No description provided.
fkuhl added 2 commits 2024-11-28 17:25:33 +01:00
fkuhl added 1 commit 2024-11-28 17:30:20 +01:00
requested review from mkuhl 2024-11-28 17:36:50 +01:00
mkuhl approved these changes 2024-12-10 12:46:16 +01:00
@ -0,0 +8,4 @@
{
public function isMaintenanceMode(): bool
{
if (\file_exists(\FLOW_PATH_ROOT . '/.maintenance')) {
Owner

Could be configurable

Could be configurable
fkuhl added 1 commit 2024-12-10 17:33:43 +01:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin develop:develop
git checkout develop

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff develop
git checkout develop
git rebase main
git checkout main
git merge --ff-only develop
git checkout develop
git rebase main
git checkout main
git merge --no-ff develop
git checkout main
git merge --squash develop
git checkout main
git merge --ff-only develop
git checkout main
git merge develop
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Packages/DigiComp.FlowMaintenanceMode#1
No description provided.