[PR #624] [MERGED] Merge branch hotfix/v7.3.3 into release/v7.4.0 #710

Closed
opened 2026-02-26 10:33:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/624
Author: @papacarlo
Created: 5/15/2023
Status: Merged
Merged: 5/15/2023
Merged by: @agolybev

Base: release/v7.4.0Head: hotfix/v7.3.3


📝 Commits (10+)

  • cac79de Install rabbitmq-server from default ubuntu repo, fixed bug closes #575 (#578)
  • 83825d2 Generated JWT secret is too small for HMAC SHA256 (#582)
  • 46215d4 Merge pull request #584 from ONLYOFFICE/hotfix/v7.3.2
  • 985bc40 Fix database creation without onlyoffice owner
  • 4c05627 Merge pull request #585 from ONLYOFFICE/bugfix/psql-owner
  • 4636320 Merge branch hotfix/v7.3.2 into master
  • 6f71613 Fix misprint
  • 00b188d Merge branch hotfix/v7.3.3 into master
  • f03bc7e Add docker-compose with prometheus and grafana (#495)
  • 09b9a73 fix Bug 61960 - Add authentication for supervisord (#598)

📊 Changes

7 files changed (+2881 additions, -3 deletions)

View changed files

📝 README.md (+1 -1)
📝 run-document-server.sh (+2 -2)
tests/prometheus.yml (+46 -0)
tests/prometheus/grafana/conf/default-provider.yaml (+23 -0)
tests/prometheus/grafana/conf/prometheus.yml (+6 -0)
tests/prometheus/grafana/dashboards/documentserver-statsd-exporter.json (+2797 -0)
tests/prometheus/prometheus-scrape/statsd-exporter.yml (+6 -0)

📄 Description

  • Install rabbitmq-server from default ubuntu repo, fixed bug closes #575 (#578)
  • Generated JWT secret is too small for HMAC SHA256 (#582)
  • Fix database creation without onlyoffice owner
  • Fix misprint
  • Add docker-compose with prometheus and grafana (#495)
  • fix Bug 61960 - Add authentication for supervisord (#598)
  • Fix nginx secure link url (#604)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/624 **Author:** [@papacarlo](https://github.com/papacarlo) **Created:** 5/15/2023 **Status:** ✅ Merged **Merged:** 5/15/2023 **Merged by:** [@agolybev](https://github.com/agolybev) **Base:** `release/v7.4.0` ← **Head:** `hotfix/v7.3.3` --- ### 📝 Commits (10+) - [`cac79de`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/cac79dea01b64793909ed505d28c9cc5667aac9b) Install rabbitmq-server from default ubuntu repo, fixed bug closes #575 (#578) - [`83825d2`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/83825d26e903a940aa8c0fc36aaa2da666fe8135) Generated JWT secret is too small for HMAC SHA256 (#582) - [`46215d4`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/46215d43729f4245f1e8cd3a21b3c4c066baf4a7) Merge pull request #584 from ONLYOFFICE/hotfix/v7.3.2 - [`985bc40`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/985bc4020aa7644e64c2076dd3768beb4a763634) Fix database creation without onlyoffice owner - [`4c05627`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/4c05627d1f8c312e95e151e9d4e9dff1a6cec28c) Merge pull request #585 from ONLYOFFICE/bugfix/psql-owner - [`4636320`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/4636320e3b1bd3e1b4c3bb60f9fb325c711291e6) Merge branch hotfix/v7.3.2 into master - [`6f71613`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/6f716134dd6a2c6e0de44e0c830d7cc4d0f73354) Fix misprint - [`00b188d`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/00b188d9ff33fe1d0c4d67127ec50996d9076b15) Merge branch hotfix/v7.3.3 into master - [`f03bc7e`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/f03bc7ec18f27ed0c6ae067a0f924789522ef266) Add docker-compose with prometheus and grafana (#495) - [`09b9a73`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/09b9a73637651a045b258a359fc678d243780e67) fix Bug 61960 - Add authentication for supervisord (#598) ### 📊 Changes **7 files changed** (+2881 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `run-document-server.sh` (+2 -2) ➕ `tests/prometheus.yml` (+46 -0) ➕ `tests/prometheus/grafana/conf/default-provider.yaml` (+23 -0) ➕ `tests/prometheus/grafana/conf/prometheus.yml` (+6 -0) ➕ `tests/prometheus/grafana/dashboards/documentserver-statsd-exporter.json` (+2797 -0) ➕ `tests/prometheus/prometheus-scrape/statsd-exporter.yml` (+6 -0) </details> ### 📄 Description - Install rabbitmq-server from default ubuntu repo, fixed bug closes #575 (#578) - Generated JWT secret is too small for HMAC SHA256 (#582) - Fix database creation without onlyoffice owner - Fix misprint - Add docker-compose with prometheus and grafana (#495) - fix Bug 61960 - Add authentication for supervisord (#598) - Fix nginx secure link url (#604) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:33:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/Docker-DocumentServer-ONLYOFFICE#710
No description provided.