Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add changelog to marketing #1190

Merged
merged 2 commits into from
Jun 20, 2024
Merged

feat: add changelog to marketing #1190

merged 2 commits into from
Jun 20, 2024

Conversation

ElTimuro
Copy link
Member

@ElTimuro ElTimuro commented Jun 19, 2024

added changelog page to marketing site

Summary by CodeRabbit

  • New Features
    • Added a changelog page accessible via a new link in the footer, detailing recent updates and enhancements including:
      • Display of completed fields.
      • API-based document downloads.
      • Simplified self-signing.
      • Security passkeys.
      • Signing certificates.
      • Audit logs.
      • Digital signatures with @documenso/pdf-sign.

Copy link

vercel bot commented Jun 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
prd-app 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jun 20, 2024 11:07am
stg-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 20, 2024 11:07am
stg-docs ❌ Failed (Inspect) Jun 20, 2024 11:07am
stg-marketing ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 20, 2024 11:07am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
prd-marketing ⬜️ Ignored (Inspect) Jun 20, 2024 11:07am

Copy link
Contributor

coderabbitai bot commented Jun 19, 2024

Warning

Review failed

The pull request is closed.

Walkthrough

The recent changes include the addition of a new changelog.mdx file that details updates in Documenso releases, like showing completed fields and downloading documents via API. Additionally, a link to this changelog page has been incorporated into the Footer component of the marketing app.

Changes

File Summary
apps/marketing/content/changelog.mdx Added file to document recent updates in Documenso, covering multiple new features.
apps/marketing/src/components/.../footer.tsx Updated FOOTER_LINKS array in the Footer component with a new link to /changelog.

Poem

In the fields of digital lore,
New features come, there's more to explore,
A changelog blooms, 'neath starry skies,
With signed docs and audit eyes.
Fields complete, security tight,
Documenso shines ever so bright!
🐇✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between fbf4bd6 and a727abd.

Files selected for processing (2)
  • apps/marketing/content/changelog.mdx (1 hunks)
  • apps/marketing/src/components/(marketing)/footer.tsx (1 hunks)
Files skipped from review due to trivial changes (1)
  • apps/marketing/src/components/(marketing)/footer.tsx
Additional context used
LanguageTool
apps/marketing/content/changelog.mdx

[duplication] ~15-~15: Possible typo: you repeated a word (ENGLISH_WORD_REPEAT_RULE)
Context: ...eases/tag/v1.5.5) ### ✅ Show Completed Fields Fields completed by other recipients are not v...


[uncategorized] ~44-~44: If this is a compound adjective that modifies the following noun, use a hyphen. (EN_COMPOUND_ADJECTIVE_INTERNAL)
Context: ... The library will also help us to offer Long Term Validation (LTV) for signatures soon. W...

Additional comments not posted (2)
apps/marketing/content/changelog.mdx (2)

6-7: Ensure that the links provided are accessible and updated.

Verification successful

The GitHub links provided in the changelog are accessible and return a status code of 200.

  • Lines 6-7 in apps/marketing/content/changelog.mdx
Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify accessibility of GitHub links.

# Test: Check if the GitHub URLs are accessible.
curl -o /dev/null -s -w "%{http_code}\n" https://github.com/documenso/documenso/releases
curl -o /dev/null -s -w "%{http_code}\n" https://github.com/documenso/documenso/tags

Length of output: 185


23-23: Ensure the provided link to the Open API docs is correct and accessible.

Verification successful

The provided link to the Open API docs redirects to https://app.documenso.com/api/v1/openapi and is accessible with an HTTP status code of 200.

  • [apps/marketing/content/changelog.mdx, line 23]
Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Check accessibility of the Open API docs link.

# Test: Check if the Open API docs URL is accessible.
curl -o /dev/null -s -w "%{http_code}\n" https://documen.so/openapi

Length of output: 73



Script:

#!/bin/bash
# Description: Follow the redirection of the Open API docs link and check the final URL and its status code.

# Test: Follow the redirection and get the final URL and status code.
curl -Ls -o /dev/null -w "%{url_effective}\n%{http_code}\n" https://documen.so/openapi

Length of output: 133


#### 🔏🦀 @documenso/pdf-sign

We are pretty hyped about this one: Since version 0.9, we relied on https://github.com/vbuch/node-signpdf to add the digital signatures to our documents. Since signing is at the heart of Documenso, we created our own rust-based library for signing. As of 1.5.4, Documenso's signing runs on @documenso/pdf-sign. The library offers a better architecture to enable signing with private keys that are not stored locally (e.g. via HSM). We are in the process of cleaning up the library to open source it like the rest of Documenso 🌱 The library will also help us to offer Long Term Validation (LTV) for signatures soon. While we are currently limited to signing with PKCS7-B, eventually, we plan to support all common signing standards like PAdES, CAdES, and XAdES.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider using a hyphen for "Long Term Validation" to form "Long-Term Validation."

- Long Term Validation
+ Long-Term Validation
Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
We are pretty hyped about this one: Since version 0.9, we relied on https://github.com/vbuch/node-signpdf to add the digital signatures to our documents. Since signing is at the heart of Documenso, we created our own rust-based library for signing. As of 1.5.4, Documenso's signing runs on @documenso/pdf-sign. The library offers a better architecture to enable signing with private keys that are not stored locally (e.g. via HSM). We are in the process of cleaning up the library to open source it like the rest of Documenso 🌱 The library will also help us to offer Long Term Validation (LTV) for signatures soon. While we are currently limited to signing with PKCS7-B, eventually, we plan to support all common signing standards like PAdES, CAdES, and XAdES.
We are pretty hyped about this one: Since version 0.9, we relied on https://github.com/vbuch/node-signpdf to add the digital signatures to our documents. Since signing is at the heart of Documenso, we created our own rust-based library for signing. As of 1.5.4, Documenso's signing runs on @documenso/pdf-sign. The library offers a better architecture to enable signing with private keys that are not stored locally (e.g. via HSM). We are in the process of cleaning up the library to open source it like the rest of Documenso 🌱 The library will also help us to offer Long-Term Validation (LTV) for signatures soon. While we are currently limited to signing with PKCS7-B, eventually, we plan to support all common signing standards like PAdES, CAdES, and XAdES.
Tools
LanguageTool

[uncategorized] ~44-~44: If this is a compound adjective that modifies the following noun, use a hyphen. (EN_COMPOUND_ADJECTIVE_INTERNAL)
Context: ... The library will also help us to offer Long Term Validation (LTV) for signatures soon. W...

### ⬇️ Download Completed Documents via API
Completed documents can now be downloaded via the API using this new endpoint:

**GET /API/V1//DOCUMENTS/\{ID\}/DOWNLOAD**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tip

Codebase Verification

The API endpoint syntax in the changelog file contains an extra slash after V1. The correct syntax should be /API/V1/DOCUMENTS/{ID}/DOWNLOAD.

  • Current incorrect endpoint: /API/V1//DOCUMENTS/{ID}/DOWNLOAD
  • Corrected endpoint: /API/V1/DOCUMENTS/{ID}/DOWNLOAD

Please update the endpoint accordingly.

Analysis chain

Verify the correctness of the API endpoint syntax.

Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify syntax correctness of the API endpoint.

# Test: Check if the API endpoint follows the correct syntax conventions.
echo "/API/V1//DOCUMENTS/{ID}/DOWNLOAD" | grep -P "^/API/V\d+/DOCUMENTS/\{ID\}/DOWNLOAD$"

Length of output: 91



Script:

#!/bin/bash
# Description: Verify syntax correctness of the API endpoint after removing the extra slash.

# Test: Check if the corrected API endpoint follows the correct syntax conventions.
echo "/API/V1/DOCUMENTS/{ID}/DOWNLOAD" | grep -P "^/API/V\d+/DOCUMENTS/\{ID\}/DOWNLOAD$"

Length of output: 122

@ElTimuro ElTimuro changed the title feat: add changelog to marketign feat: add changelog to marketing Jun 19, 2024

On the security/ compliance side, we also added Signing Certificates and Audit Logs. Every signed document now has a certificate attached, showing technical details of the signature to improve transparency and security. Further, every action on a document from creation to completion is now logged in the audit log to guarantee the integrity of the process.

#### 🔏🦀 @documenso/pdf-sign
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add a GitHub repo link to this? @documenso/pdf-sign

@documenso documenso deleted a comment from coderabbitai bot Jun 20, 2024
@ElTimuro ElTimuro merged commit 134e241 into main Jun 20, 2024
5 of 13 checks passed
@ElTimuro ElTimuro deleted the feat/release-notes branch June 20, 2024 11:00
Copy link

Thank you for following the naming conventions for pull request titles! 💚🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apps: marketing Issues related to website or marketing app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants