9.0.2 #61

Merged
muppeth merged 17 commits from staging into main 2024-12-03 21:14:26 +01:00
Owner
  • Updated to version 9.0.2
  • Improved and simplified download url
  • Applied style guide
- Updated to version 9.0.2 - Improved and simplified download url - Applied style guide
muppeth added 16 commits 2024-12-03 20:33:51 +01:00
- Upgrade to version 7.0.2
- Added extra check tasks to upgrade process

Reviewed-on: #45
Reviewed-by: meaz <meaz@no-reply@disroot.org>
Co-authored-by: muppeth <muppeth@disroot.org>
Co-committed-by: muppeth <muppeth@disroot.org>
Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: #47
Reviewed-by: meaz <meaz@no-reply@disroot.org>
Co-authored-by: muppeth <muppeth@disroot.org>
Co-committed-by: muppeth <muppeth@disroot.org>
See Disroot/Disroot-Project#920

@muppeth I've just have a question about why you restart forgejo with:

```
- name: '[UPGRADE] - Restart forgejo'
  systemd:
    name: forgejo
    state: restarted
  when:
    - forgejo_is_installed.rc == 0
    - forgejo_health is defined and forgejo_health.rc is defined and forgejo_health.rc == 0

- name: '[UPGRADE] - Wait for forgejo to be back online'
  pause:
    seconds: 10
  when:
    - forgejo_is_installed.rc == 0
    - forgejo_health is defined and forgejo_health.rc is defined and forgejo_health.rc == 0
```

does forgejo need to be up to run `forgejo manager flush-queues` ?  I'm asking coz we stop forgejo just after flush.

Reviewed-on: #49
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Co-authored-by: meaz <meaz@disroot.org>
Co-committed-by: meaz <meaz@disroot.org>
Reviewed-on: #52
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Co-authored-by: meaz <meaz@disroot.org>
Co-committed-by: meaz <meaz@disroot.org>
Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: #53
Co-authored-by: muppeth <muppeth@disroot.org>
Co-committed-by: muppeth <muppeth@disroot.org>
security release: https://codeberg.org/forgejo/forgejo/milestone/7728

Reviewed-on: #55
Reviewed-by: meaz <meaz@no-reply@disroot.org>
Co-authored-by: muppeth <muppeth@disroot.org>
Co-committed-by: muppeth <muppeth@disroot.org>
This option set controls the provisioning options for users accessing the service via oAuth2
https://forgejo.org/docs/latest/admin/config-cheat-sheet/#oauth2-client-oauth2_client

Reviewed-on: #56
Reviewed-by: meaz <meaz@no-reply@disroot.org>
Co-authored-by: muppeth <muppeth@disroot.org>
Reviewed-on: #59
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Co-authored-by: meaz <meaz@disroot.org>
Co-committed-by: meaz <meaz@disroot.org>
I have simplified the download URL since now it's consistent and could be easily derived. Also as an aftermath of implementing styling guide, some of the shell/command tasks had to be adjusted.

Reviewed-on: #60
Co-authored-by: muppeth <muppeth@disroot.org>
Co-committed-by: muppeth <muppeth@disroot.org>
muppeth added 1 commit 2024-12-03 20:54:23 +01:00
meaz approved these changes 2024-12-03 21:10:51 +01:00
muppeth merged commit bd4c5af5bb into main 2024-12-03 21:14:26 +01:00
muppeth referenced this pull request from a commit 2024-12-03 21:14:27 +01:00
Sign in to join this conversation.
No reviewers
No labels
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: Disroot-Ansible/forgejo#61
No description provided.