[PR #2500] [CLOSED] Sync with main documenso #2348

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2500
Author: @rbmafra
Created: 2/15/2026
Status: Closed

Base: mainHead: main


📝 Commits (10+)

📊 Changes

209 files changed (+5254 additions, -11895 deletions)

View changed files

.env.backup (+175 -0)
.github/workflows/ci.yml (+0 -68)
.github/workflows/codeql-analysis.yml (+0 -42)
.github/workflows/deploy-prod.yml (+96 -0)
.github/workflows/deploy-stage.yml (+102 -0)
.github/workflows/deploy.yml (+0 -24)
.github/workflows/e2e-tests.yml (+0 -53)
.github/workflows/first-interaction.yml (+0 -29)
.github/workflows/issue-assignee-check.yml (+0 -63)
.github/workflows/issue-labeler.yml (+0 -25)
.github/workflows/issue-opened.yml (+0 -21)
.github/workflows/pr-labeler.yml (+0 -20)
.github/workflows/pr-review-reminder.yml (+0 -64)
.github/workflows/publish.yml (+0 -278)
.github/workflows/semantic-pull-requests.yml (+0 -62)
.github/workflows/stale.yml (+0 -24)
.github/workflows/translations-force-pull.yml (+0 -51)
.github/workflows/translations-pull.yml (+0 -55)
.github/workflows/translations-upload.yml (+0 -97)
📝 .vscode/settings.json (+1 -2)

...and 80 more files

📄 Description

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/2500 **Author:** [@rbmafra](https://github.com/rbmafra) **Created:** 2/15/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`a254799`](https://github.com/documenso/documenso/commit/a254799ab1fdd658935f12d065d4c1d0f679f723) feat: Sync with local documenso - [`35c49f0`](https://github.com/documenso/documenso/commit/35c49f0475bb2d9e46eefdefadc1a5bef42b1f11) feat: Implement company identity - [`970b650`](https://github.com/documenso/documenso/commit/970b650ec92d14edade5e204abeb81dff76fa6ce) fix: Refresh page after signing document - [`bd08342`](https://github.com/documenso/documenso/commit/bd0834295e409712561e3f57ea69546f609b367b) feat: deploy changes - [`cc17ee6`](https://github.com/documenso/documenso/commit/cc17ee602ab891295b0fdac49e5d7d329614cd5c) fix: pdf broswerless env - [`6f148e9`](https://github.com/documenso/documenso/commit/6f148e99614c6188801d6369b950d5c1d9769a73) feat: use our own image - [`bc46164`](https://github.com/documenso/documenso/commit/bc46164849842587c65ca09c72549dd062ac720a) test language fix - [`2dc49bd`](https://github.com/documenso/documenso/commit/2dc49bd2fa2b9bea6ce63e8e60cffe4be5a00475) fix: customize pt br message - [`8ba4e32`](https://github.com/documenso/documenso/commit/8ba4e32b4bdb92fcd10544b3e665377d17aa0b81) feat: create pipelines - [`70bec66`](https://github.com/documenso/documenso/commit/70bec663652c1b515da58d105fb6b73ee9c68062) fix signing language ### 📊 Changes **209 files changed** (+5254 additions, -11895 deletions) <details> <summary>View changed files</summary> ➕ `.env.backup` (+175 -0) ➖ `.github/workflows/ci.yml` (+0 -68) ➖ `.github/workflows/codeql-analysis.yml` (+0 -42) ➕ `.github/workflows/deploy-prod.yml` (+96 -0) ➕ `.github/workflows/deploy-stage.yml` (+102 -0) ➖ `.github/workflows/deploy.yml` (+0 -24) ➖ `.github/workflows/e2e-tests.yml` (+0 -53) ➖ `.github/workflows/first-interaction.yml` (+0 -29) ➖ `.github/workflows/issue-assignee-check.yml` (+0 -63) ➖ `.github/workflows/issue-labeler.yml` (+0 -25) ➖ `.github/workflows/issue-opened.yml` (+0 -21) ➖ `.github/workflows/pr-labeler.yml` (+0 -20) ➖ `.github/workflows/pr-review-reminder.yml` (+0 -64) ➖ `.github/workflows/publish.yml` (+0 -278) ➖ `.github/workflows/semantic-pull-requests.yml` (+0 -62) ➖ `.github/workflows/stale.yml` (+0 -24) ➖ `.github/workflows/translations-force-pull.yml` (+0 -51) ➖ `.github/workflows/translations-pull.yml` (+0 -55) ➖ `.github/workflows/translations-upload.yml` (+0 -97) 📝 `.vscode/settings.json` (+1 -2) _...and 80 more files_ </details> ### 📄 Description ## 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:33:29 +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#2348
No description provided.