[PR #1756] [CLOSED] sync #1831

Closed
opened 2026-02-26 20:31:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1756
Author: @yoanyombapro1234
Created: 4/19/2025
Status: Closed

Base: mainHead: main


📝 Commits (10+)

  • 5249e3c feat: add support for deployment of cloudflare pages
  • c2de575 feat: remove need to deploy to cloudflare
  • 1bbeaa7 feat: remove need to deploy to cloudflare
  • 229daa3 feat: remove need to deploy to cloudflare
  • f6927bf feat: remove need to deploy to cloudflare
  • 1770989 feat: remove need to deploy to cloudflare
  • 67b5363 feat: remove need to deploy to cloudflare
  • 82e2fcf feat: remove need to deploy to cloudflare
  • fc92d55 feat: remove need to deploy to cloudflare
  • edd5972 feat: remove need to deploy to cloudflare

📊 Changes

65 files changed (+2955 additions, -614 deletions)

View changed files

.github/workflows/auto-tag-release.yml (+67 -0)
📝 .github/workflows/ci.yml (+2 -1)
📝 .github/workflows/clean-cache.yml (+2 -2)
.github/workflows/deploy-helm-chart.yml (+176 -0)
.github/workflows/deploy-helm-direct-template.yml (+133 -0)
📝 .github/workflows/deploy.yml (+62 -4)
📝 .github/workflows/first-interaction.yml (+1 -1)
📝 .github/workflows/issue-assignee-check.yml (+2 -2)
📝 .github/workflows/issue-labeler.yml (+1 -1)
📝 .github/workflows/pr-labeler.yml (+1 -1)
📝 .github/workflows/pr-review-reminder.yml (+2 -2)
.github/workflows/pr-validation.yml (+138 -0)
.github/workflows/publish.yml (+0 -159)
.github/workflows/release-docker-image.yml (+89 -0)
📝 .github/workflows/stale.yml (+1 -1)
📝 .github/workflows/translations-force-pull.yml (+1 -1)
📝 .github/workflows/translations-pull.yml (+1 -1)
📝 .github/workflows/translations-upload.yml (+1 -1)
.yamllint.yml (+17 -0)
Makefile (+152 -0)

...and 45 more files

📄 Description


name: Pull Request
about: Submit changes to the project for review and inclusion

Description

Changes Made

  • Change 1
  • Change 2
  • ...

Testing Performed

  • Tested feature X in scenario Y.
  • Ran unit tests for component Z.
  • Tested on browsers A, B, and C.
  • ...

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

Additional Notes


🔄 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/documenso/documenso/pull/1756 **Author:** [@yoanyombapro1234](https://github.com/yoanyombapro1234) **Created:** 4/19/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`5249e3c`](https://github.com/documenso/documenso/commit/5249e3ce222a5c95e38b7579a091a18e7433047f) feat: add support for deployment of cloudflare pages - [`c2de575`](https://github.com/documenso/documenso/commit/c2de575f6ccad4e1ec61e35d2e8dcb516974da55) feat: remove need to deploy to cloudflare - [`1bbeaa7`](https://github.com/documenso/documenso/commit/1bbeaa7f9eafc3819d819e9b0cfe76b48dff38b8) feat: remove need to deploy to cloudflare - [`229daa3`](https://github.com/documenso/documenso/commit/229daa37d80f93227b3c1931bf8e82d4a22309ff) feat: remove need to deploy to cloudflare - [`f6927bf`](https://github.com/documenso/documenso/commit/f6927bfc1a76b803863cdbfc52c56eb5d77ec88f) feat: remove need to deploy to cloudflare - [`1770989`](https://github.com/documenso/documenso/commit/17709892e598d9e2ae76d9cfcbc32a56b9562f9b) feat: remove need to deploy to cloudflare - [`67b5363`](https://github.com/documenso/documenso/commit/67b536339fb3a51c01ed75d991c140b94ea9c556) feat: remove need to deploy to cloudflare - [`82e2fcf`](https://github.com/documenso/documenso/commit/82e2fcfa5387ccf48a30fc55b45539e0c376ee87) feat: remove need to deploy to cloudflare - [`fc92d55`](https://github.com/documenso/documenso/commit/fc92d55bbba60b1593875a657e134e3978f062ca) feat: remove need to deploy to cloudflare - [`edd5972`](https://github.com/documenso/documenso/commit/edd597229916daa4768dae1ed066675e4e1173c3) feat: remove need to deploy to cloudflare ### 📊 Changes **65 files changed** (+2955 additions, -614 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/auto-tag-release.yml` (+67 -0) 📝 `.github/workflows/ci.yml` (+2 -1) 📝 `.github/workflows/clean-cache.yml` (+2 -2) ➕ `.github/workflows/deploy-helm-chart.yml` (+176 -0) ➕ `.github/workflows/deploy-helm-direct-template.yml` (+133 -0) 📝 `.github/workflows/deploy.yml` (+62 -4) 📝 `.github/workflows/first-interaction.yml` (+1 -1) 📝 `.github/workflows/issue-assignee-check.yml` (+2 -2) 📝 `.github/workflows/issue-labeler.yml` (+1 -1) 📝 `.github/workflows/pr-labeler.yml` (+1 -1) 📝 `.github/workflows/pr-review-reminder.yml` (+2 -2) ➕ `.github/workflows/pr-validation.yml` (+138 -0) ➖ `.github/workflows/publish.yml` (+0 -159) ➕ `.github/workflows/release-docker-image.yml` (+89 -0) 📝 `.github/workflows/stale.yml` (+1 -1) 📝 `.github/workflows/translations-force-pull.yml` (+1 -1) 📝 `.github/workflows/translations-pull.yml` (+1 -1) 📝 `.github/workflows/translations-upload.yml` (+1 -1) ➕ `.yamllint.yml` (+17 -0) ➕ `Makefile` (+152 -0) _...and 45 more files_ </details> ### 📄 Description --- name: Pull Request about: Submit changes to the project for review and inclusion --- ## Description <!--- Describe the changes introduced by this pull request. --> <!--- Explain what problem it solves or what feature/fix it adds. --> ## Related Issue <!--- If this pull request is related to a specific issue, reference it here using #issue_number. --> <!--- For example, "Fixes #123" or "Addresses #456". --> ## Changes Made <!--- Provide a summary of the changes made in this pull request. --> <!--- Include any relevant technical details or architecture changes. --> - Change 1 - Change 2 - ... ## Testing Performed <!--- Describe the testing that you have performed to validate these changes. --> <!--- Include information about test cases, testing environments, and results. --> - Tested feature X in scenario Y. - Ran unit tests for component Z. - Tested on browsers A, B, and C. - ... ## Checklist <!--- Please check the boxes that apply to this pull request. --> <!--- You can add or remove items as needed. --> - [ ] I have tested these changes locally and they work as expected. - [ ] I have added/updated tests that prove the effectiveness of these changes. - [ ] I have updated the documentation to reflect these changes, if applicable. - [ ] I have followed the project's coding style guidelines. - [ ] I have addressed the code review feedback from the previous submission, if applicable. ## Additional Notes <!--- Provide any additional context or notes for the reviewers. --> <!--- This might include details about design decisions, potential concerns, or anything else relevant. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:16 +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/documenso#1831
No description provided.