[PR #1203] [CLOSED] bug: fix build failure #1470

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1203
Author: @jasonong
Created: 6/27/2024
Status: Closed

Base: mainHead: bk_fix_build_failure


📝 Commits (10+)

  • e1c6a24 fix: removed malfunctioning env var reference
  • e38ab77 Merge pull request #1 from documenso/main
  • b2e2381 feat: image push to aws ECR
  • 25ba702 fix: modified runner
  • 413fc93 Merge pull request #2 from BusinessKitz/main
  • 692f7f1 fix: changed git push command
  • 84672f7 fix: include upstream changes
  • 50a5e42 Update publish.yml
  • 8f17a53 fix: added | for multiline
  • 999aad7 ci: merged upstream

📊 Changes

45 files changed (+475 additions, -278 deletions)

View changed files

.aws/uat-task-definition.json (+109 -0)
📝 .github/workflows/publish.yml (+34 -114)
📝 .gitignore (+0 -1)
apps/web/public/cropped-Favicon2-180x180.png (+0 -0)
apps/web/public/cropped-Favicon2-192x192.png (+0 -0)
apps/web/public/cropped-Favicon2-32x32.png (+0 -0)
📝 apps/web/public/static/logo.png (+0 -0)
📝 apps/web/src/app/(dashboard)/documents/[id]/document-page-view.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/documents/[id]/edit/document-edit-page-view.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/documents/[id]/loading.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/documents/[id]/sent/page.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/templates/[id]/template-page-view.tsx (+1 -1)
📝 apps/web/src/app/globals.css (+66 -0)
📝 apps/web/src/app/layout.tsx (+44 -44)
📝 docker/Dockerfile (+8 -2)
📝 docker/development/compose.yml (+13 -2)
📝 docker/production/compose.yml (+11 -5)
📝 docker/start.sh (+6 -1)
📝 package-lock.json (+78 -13)

...and 25 more files

📄 Description


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

Description

There are some PR build failures that has been merged into main branch. This attempts to make PR build pass

Summary by CodeRabbit

  • New Features

    • Added task definitions for ECS deployment.
    • Updated GitHub Actions for ECS deployment and Docker image handling.
  • Bug Fixes

    • Standardized link colors across multiple components and pages.
  • Style

    • Updated CSS for consistent color schemes and shadows.
    • Adjusted layout and metadata for improved readability and branding.
  • Chores

    • Updated package dependencies and Docker configurations.
    • Commented out specific test cases and sections in email templates to streamline processes.

🔄 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/1203 **Author:** [@jasonong](https://github.com/jasonong) **Created:** 6/27/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `bk_fix_build_failure` --- ### 📝 Commits (10+) - [`e1c6a24`](https://github.com/documenso/documenso/commit/e1c6a2459dd3e6b0e0da98933b19d73ade7255bd) fix: removed malfunctioning env var reference - [`e38ab77`](https://github.com/documenso/documenso/commit/e38ab770e0d45a87059300943ccea351a81ccad0) Merge pull request #1 from documenso/main - [`b2e2381`](https://github.com/documenso/documenso/commit/b2e23815283b564f2e9394ace31fa7fac1689441) feat: image push to aws ECR - [`25ba702`](https://github.com/documenso/documenso/commit/25ba70268160951b220c5cb349335ba47fee74fc) fix: modified runner - [`413fc93`](https://github.com/documenso/documenso/commit/413fc9357fb16af9f318548d44299f226666733e) Merge pull request #2 from BusinessKitz/main - [`692f7f1`](https://github.com/documenso/documenso/commit/692f7f1baebb291e20a417eb2b19ca5b4f794bac) fix: changed git push command - [`84672f7`](https://github.com/documenso/documenso/commit/84672f75c9af9427922efde171c1d8ffdf5ee12e) fix: include upstream changes - [`50a5e42`](https://github.com/documenso/documenso/commit/50a5e42def6b728aa5d886cb7e79e8f35d653506) Update publish.yml - [`8f17a53`](https://github.com/documenso/documenso/commit/8f17a53159d5a63d2de3060f7ea9350619542bc6) fix: added | for multiline - [`999aad7`](https://github.com/documenso/documenso/commit/999aad7e12d429500aeb8ae3771ec5ecbcdab796) ci: merged upstream ### 📊 Changes **45 files changed** (+475 additions, -278 deletions) <details> <summary>View changed files</summary> ➕ `.aws/uat-task-definition.json` (+109 -0) 📝 `.github/workflows/publish.yml` (+34 -114) 📝 `.gitignore` (+0 -1) ➕ `apps/web/public/cropped-Favicon2-180x180.png` (+0 -0) ➕ `apps/web/public/cropped-Favicon2-192x192.png` (+0 -0) ➕ `apps/web/public/cropped-Favicon2-32x32.png` (+0 -0) 📝 `apps/web/public/static/logo.png` (+0 -0) 📝 `apps/web/src/app/(dashboard)/documents/[id]/document-page-view.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/documents/[id]/edit/document-edit-page-view.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/documents/[id]/loading.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/documents/[id]/sent/page.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/templates/[id]/template-page-view.tsx` (+1 -1) 📝 `apps/web/src/app/globals.css` (+66 -0) 📝 `apps/web/src/app/layout.tsx` (+44 -44) 📝 `docker/Dockerfile` (+8 -2) 📝 `docker/development/compose.yml` (+13 -2) 📝 `docker/production/compose.yml` (+11 -5) 📝 `docker/start.sh` (+6 -1) 📝 `package-lock.json` (+78 -13) _...and 25 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. --> There are some PR build failures that has been merged into main branch. This attempts to make PR build pass <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added task definitions for ECS deployment. - Updated GitHub Actions for ECS deployment and Docker image handling. - **Bug Fixes** - Standardized link colors across multiple components and pages. - **Style** - Updated CSS for consistent color schemes and shadows. - Adjusted layout and metadata for improved readability and branding. - **Chores** - Updated package dependencies and Docker configurations. - Commented out specific test cases and sections in email templates to streamline processes. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:33:24 +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#1470
No description provided.