[PR #664] [CLOSED] Resend #1110

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/664
Author: @SergeWilfried
Created: 11/19/2023
Status: Closed

Base: mainHead: resend


📝 Commits (10+)

  • eac7aa8 fix: add defaultValue to SignaturePad to persist signatures (#522)
  • 4f59764 chore: merge feat/refresh
  • 39ff11a chore: use env vars for tests
  • 742ad86 chore: add remote caching
  • 85b32bb chore: install prisma before prisma client
  • a85523e chore: change from npm to npx
  • 64dcd45 chore: add schema location
  • a3dce67 chore: changes
  • 4e1994a chore: update import
  • 2422c3e chore: update e2e tests

📊 Changes

856 files changed (+163009 additions, -31140 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 (+93 -51)
.eslintignore (+8 -0)
.eslintrc.cjs (+13 -0)
.github/ISSUE_TEMPLATE/bug-report.yml (+48 -0)
.github/ISSUE_TEMPLATE/feature-request.yml (+35 -0)
.github/ISSUE_TEMPLATE/improvement.yml (+35 -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/render.yml (+16 -0)
.github/workflows/semantic-pull-requests.yml (+21 -0)
.github/workflows/sync.yml (+40 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/664 **Author:** [@SergeWilfried](https://github.com/SergeWilfried) **Created:** 11/19/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `resend` --- ### 📝 Commits (10+) - [`eac7aa8`](https://github.com/documenso/documenso/commit/eac7aa84b031ec1a51fd36521b4d45d54ce88475) fix: add defaultValue to SignaturePad to persist signatures (#522) - [`4f59764`](https://github.com/documenso/documenso/commit/4f5976479ac6bd48b8207eb034f9901c0dc49d68) chore: merge feat/refresh - [`39ff11a`](https://github.com/documenso/documenso/commit/39ff11a59d64f35f2163f2873813519e4ce541bd) chore: use env vars for tests - [`742ad86`](https://github.com/documenso/documenso/commit/742ad86b1065b687065a09f69bc93f97859bc4d1) chore: add remote caching - [`85b32bb`](https://github.com/documenso/documenso/commit/85b32bb15b1a764035607f38d64b9984305c3eac) chore: install prisma before prisma client - [`a85523e`](https://github.com/documenso/documenso/commit/a85523ecfc6df3295526398e2b0af1726f72fb79) chore: change from npm to npx - [`64dcd45`](https://github.com/documenso/documenso/commit/64dcd451e956196c4a88510f8b676877c62ef3e4) chore: add schema location - [`a3dce67`](https://github.com/documenso/documenso/commit/a3dce67117aa9710a41e96cbf9c5e6d148415cb8) chore: changes - [`4e1994a`](https://github.com/documenso/documenso/commit/4e1994a0c85a05f431834d2e95ad4badbfac9733) chore: update import - [`2422c3e`](https://github.com/documenso/documenso/commit/2422c3e7bed83a38e0413ac294bfed472b6dddcb) chore: update e2e tests ### 📊 Changes **856 files changed** (+163009 additions, -31140 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` (+93 -51) ➕ `.eslintignore` (+8 -0) ➕ `.eslintrc.cjs` (+13 -0) ➕ `.github/ISSUE_TEMPLATE/bug-report.yml` (+48 -0) ➕ `.github/ISSUE_TEMPLATE/feature-request.yml` (+35 -0) ➕ `.github/ISSUE_TEMPLATE/improvement.yml` (+35 -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/render.yml` (+16 -0) ➕ `.github/workflows/semantic-pull-requests.yml` (+21 -0) ➕ `.github/workflows/sync.yml` (+40 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:52 +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#1110
No description provided.