[PR #1754] [CLOSED] feat: remove dependency on the ee package in adherence to the enterprise license #1830

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

📋 Pull Request Information

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

Base: mainHead: feat/refactor-ee-pkg


📝 Commits (7)

📊 Changes

134 files changed (+12799 additions, -535 deletions)

View changed files

.cursor/rules/accessibility.mdc (+181 -0)
.cursor/rules/api-routes.mdc (+160 -0)
.cursor/rules/cursor-rules.mdc (+75 -0)
.cursor/rules/data-fetching.mdc (+161 -0)
.cursor/rules/environment-variables.mdc (+200 -0)
.cursor/rules/features/cleaner.mdc (+30 -0)
.cursor/rules/features/documents.mdc (+101 -0)
.cursor/rules/features/knowledge.mdc (+92 -0)
.cursor/rules/features/reply-tracker.mdc (+25 -0)
.cursor/rules/features/teams.mdc (+104 -0)
.cursor/rules/features/templates.mdc (+102 -0)
.cursor/rules/form-handling.mdc (+209 -0)
.cursor/rules/get-api-route.mdc (+79 -0)
.cursor/rules/gmail-api.mdc (+67 -0)
.cursor/rules/index.mdc (+72 -0)
.cursor/rules/installing-packages.mdc (+46 -0)
.cursor/rules/internationalization.mdc (+201 -0)
.cursor/rules/llm-test.mdc (+131 -0)
.cursor/rules/llm.mdc (+137 -0)
.cursor/rules/logging.mdc (+63 -0)

...and 80 more files

📄 Description


name: Pull Request
about: Remove dependency on the ee package in adhence to the Enterprise License

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/1754 **Author:** [@yoanyombapro1234](https://github.com/yoanyombapro1234) **Created:** 4/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/refactor-ee-pkg` --- ### 📝 Commits (7) - [`2fa05f2`](https://github.com/documenso/documenso/commit/2fa05f280c876ccbfdb6223aeb083b82ff742bcc) feat: migrate from npm to bun - [`b2fade8`](https://github.com/documenso/documenso/commit/b2fade853b3a332afe13d77edfb547f86d362649) feat: add makefile - [`5210c88`](https://github.com/documenso/documenso/commit/5210c887f7649ef8c1395e627bd27ef1d72bc188) feat: remove dependency on ee package - [`34883b2`](https://github.com/documenso/documenso/commit/34883b225d3e5575ec1a0a3454d541fcff1a6a6c) fix: failing build - [`56a9535`](https://github.com/documenso/documenso/commit/56a953596e46fc5fc212dbf0f3f85836ee53403d) chore: pkg - [`3883705`](https://github.com/documenso/documenso/commit/38837059cdd4ae7546170e59663eb4edb41815e5) feat: add cursor rules - [`5f33f4a`](https://github.com/documenso/documenso/commit/5f33f4ab992226c44965f7b6ab48db2fc8a1f935) chore: update signing ### 📊 Changes **134 files changed** (+12799 additions, -535 deletions) <details> <summary>View changed files</summary> ➕ `.cursor/rules/accessibility.mdc` (+181 -0) ➕ `.cursor/rules/api-routes.mdc` (+160 -0) ➕ `.cursor/rules/cursor-rules.mdc` (+75 -0) ➕ `.cursor/rules/data-fetching.mdc` (+161 -0) ➕ `.cursor/rules/environment-variables.mdc` (+200 -0) ➕ `.cursor/rules/features/cleaner.mdc` (+30 -0) ➕ `.cursor/rules/features/documents.mdc` (+101 -0) ➕ `.cursor/rules/features/knowledge.mdc` (+92 -0) ➕ `.cursor/rules/features/reply-tracker.mdc` (+25 -0) ➕ `.cursor/rules/features/teams.mdc` (+104 -0) ➕ `.cursor/rules/features/templates.mdc` (+102 -0) ➕ `.cursor/rules/form-handling.mdc` (+209 -0) ➕ `.cursor/rules/get-api-route.mdc` (+79 -0) ➕ `.cursor/rules/gmail-api.mdc` (+67 -0) ➕ `.cursor/rules/index.mdc` (+72 -0) ➕ `.cursor/rules/installing-packages.mdc` (+46 -0) ➕ `.cursor/rules/internationalization.mdc` (+201 -0) ➕ `.cursor/rules/llm-test.mdc` (+131 -0) ➕ `.cursor/rules/llm.mdc` (+137 -0) ➕ `.cursor/rules/logging.mdc` (+63 -0) _...and 80 more files_ </details> ### 📄 Description --- name: Pull Request about: Remove dependency on the ee package in adhence to the Enterprise License --- ## 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:15 +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#1830
No description provided.