Conversation
89e54e5 to
e2e316b
Compare
718ff94 to
329c87c
Compare
WalkthroughThis update introduces significant enhancements and refactoring across various Flatfile plugins and utilities. Key changes include adding an automatic download option for exported workbooks, updating environment variable handling, and improving file sanitization and progress tracking. Additionally, the Changes
TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Actionable comments posted: 5
Out of diff range and nitpick comments (1)
utils/response-rejection/CHANGELOG.md (1)
Line range hint
67-67: Specify the language for the fenced code block to improve readability and syntax highlighting.- ``` + ```plaintext
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1728c5e to
e429fbb
Compare
Other plugins installed as deps must be in devDeps for turbo to build in the correct order
Please explain how to summarize this PR for the Changelog:
Added:
@private/sandboxpackage for development and testing of pluginsREADMEwith setup instructions.envfilesUpdated:
@flatfile/plugin-export-workbook:autoDownload@flatfile/plugin-job-handlerfor job handling and progress updatesREADMEwith new usage instructions and parameter detailsRollupfor build process@flatfile/apipeer dependency to ^1.8.9 across all pluginsTell code reviewer how and what to test:
Test the PR changes in the new
@private/sandboxpackage.