develop #1

Open
fkuhl wants to merge 5 commits from develop into main
Owner
No description provided.
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
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 switch 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 switch main
git merge --no-ff develop
git switch develop
git rebase main
git switch main
git merge --ff-only develop
git switch develop
git rebase main
git switch main
git merge --no-ff develop
git switch main
git merge --squash develop
git switch main
git merge --ff-only develop
git switch 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.