[PR #1672] [CLOSED] Feat/chat with documents #1783

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1672
Author: @catalinpit
Created: 2/25/2025
Status: Closed

Base: mainHead: feat/chat-with-documents


📝 Commits (10+)

  • 17fbf26 Merge remote-tracking branch 'origin/feat/refresh' into feat/completed-share-link
  • 1b276a0 fix: support optimise imports
  • 775de16 feat: admin ui for managing instance
  • b3f2605 Merge pull request #395 from nsylke/nsylke-patch-10
  • 897ba62 feat: early adopter article
  • 9affd7b Merge branch 'feat/refresh' into feat-early-adopters
  • 82ffbee chore: links
  • 190ae18 chore: grammerly
  • 07bf780 feat: build individual user page
  • dc49277 feat: add uninserted field validation

📊 Changes

803 files changed (+162272 additions, -30993 deletions)

View changed files

.devcontainer/devcontainer.json (+32 -0)
.devcontainer/on-create.sh (+13 -0)
.devcontainer/post-start.sh (+3 -0)
📝 .dockerignore (+15 -17)
.editorconfig (+9 -0)
📝 .env.example (+86 -51)
.eslintignore (+8 -0)
.eslintrc.cjs (+13 -0)
.github/ISSUE_TEMPLATE/bug-report.md (+50 -0)
.github/ISSUE_TEMPLATE/feature-request.md (+41 -0)
.github/ISSUE_TEMPLATE/improvement.md (+41 -0)
.github/PULL_REQUEST_TEMPLATE/generic.md (+49 -0)
.github/PULL_REQUEST_TEMPLATE/test-addition.md (+40 -0)
.github/dependabot.yml (+32 -0)
.github/workflows/ci.yml (+39 -0)
.github/workflows/codeql-analysis.yml (+48 -0)
.github/workflows/e2e-tests.yml (+51 -0)
.github/workflows/semantic-pull-requests.yml (+21 -0)
📝 .gitignore (+26 -17)
.gitpod.yml (+55 -0)

...and 80 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/1672 **Author:** [@catalinpit](https://github.com/catalinpit) **Created:** 2/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/chat-with-documents` --- ### 📝 Commits (10+) - [`17fbf26`](https://github.com/documenso/documenso/commit/17fbf2673c16041de4c87960fc5295af8b8bf2f5) Merge remote-tracking branch 'origin/feat/refresh' into feat/completed-share-link - [`1b276a0`](https://github.com/documenso/documenso/commit/1b276a04691e434dd626c4d77687056e99cd0d30) fix: support optimise imports - [`775de16`](https://github.com/documenso/documenso/commit/775de16d0af38918e5559deb60da5288d3560ccb) feat: admin ui for managing instance - [`b3f2605`](https://github.com/documenso/documenso/commit/b3f26055d9f2ad13c627c0c0d53920ff892d93e5) Merge pull request #395 from nsylke/nsylke-patch-10 - [`897ba62`](https://github.com/documenso/documenso/commit/897ba629dff22cf00895bf1fee7fe194e831028b) feat: early adopter article - [`9affd7b`](https://github.com/documenso/documenso/commit/9affd7b7fa326c2d1cd7ad84fb6e1d069b2c97c1) Merge branch 'feat/refresh' into feat-early-adopters - [`82ffbee`](https://github.com/documenso/documenso/commit/82ffbeeb21d3bc6fed3c321ed73b36790a43723a) chore: links - [`190ae18`](https://github.com/documenso/documenso/commit/190ae18edc6624605db8f94c9717982842ebe719) chore: grammerly - [`07bf780`](https://github.com/documenso/documenso/commit/07bf780c3e52d252bd9a70399f620b4f150df195) feat: build individual user page - [`dc49277`](https://github.com/documenso/documenso/commit/dc49277bf92a490fd5d9504fd7aa57da18e0f58b) feat: add uninserted field validation ### 📊 Changes **803 files changed** (+162272 additions, -30993 deletions) <details> <summary>View changed files</summary> ➕ `.devcontainer/devcontainer.json` (+32 -0) ➕ `.devcontainer/on-create.sh` (+13 -0) ➕ `.devcontainer/post-start.sh` (+3 -0) 📝 `.dockerignore` (+15 -17) ➕ `.editorconfig` (+9 -0) 📝 `.env.example` (+86 -51) ➕ `.eslintignore` (+8 -0) ➕ `.eslintrc.cjs` (+13 -0) ➕ `.github/ISSUE_TEMPLATE/bug-report.md` (+50 -0) ➕ `.github/ISSUE_TEMPLATE/feature-request.md` (+41 -0) ➕ `.github/ISSUE_TEMPLATE/improvement.md` (+41 -0) ➕ `.github/PULL_REQUEST_TEMPLATE/generic.md` (+49 -0) ➕ `.github/PULL_REQUEST_TEMPLATE/test-addition.md` (+40 -0) ➕ `.github/dependabot.yml` (+32 -0) ➕ `.github/workflows/ci.yml` (+39 -0) ➕ `.github/workflows/codeql-analysis.yml` (+48 -0) ➕ `.github/workflows/e2e-tests.yml` (+51 -0) ➕ `.github/workflows/semantic-pull-requests.yml` (+21 -0) 📝 `.gitignore` (+26 -17) ➕ `.gitpod.yml` (+55 -0) _...and 80 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:03 +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#1783
No description provided.