-
Notifications
You must be signed in to change notification settings - Fork 165
feat: merge Google docs xmas feature branch [INTEG-3388] #10394
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* wip * simplify agent * organize oauth functions * reorganizing function handlers * reorganizing function handlers (prev `createEntriesfromDocument`) calling each agent in a separate function, + removing plan agent for now * fix: function manifest * minor edit to manifest * replacing single function with 2: one for analyzing ct + one for document processing * fix: add oauth token to analyze content type function * fix: adding entries to document processor o/p * feat: new app action to create entries, preview modal * cleanup + rename preview function * cleanup * chore: delete test docs * cleanup * rename handler for consistency
* feat: got google doc picker working * feat: explicitly add api key for google docs oauth connection
…h other app actions (#10364)
* feat: ai document parser can handle references now * fix: console logs and fixed issues with creating entries and references being mapped
* fix: preview entry cards ui * fix: using displayField for entry title * pass sdk prop * chore:fix gapi path * feat: helper function to fetch entry titles * chore: using forma style tokens for entry cards * fix entry title helper functions * fix: styles * chore: rename title * fix: copy * fix: moving fetchEntryTitle logic to useGeneratePreview hook * chore: remove logs * chore: remove redundant title * fix any type for entry * replace magic number for title length * rename and move getEntryTitle util * handle zero entries better * cleanup: remove null type for preview response and unused props( summary, total entries) * cleanup * rename previewData -> previewEntries * cleanup * refactor getEntryTitle to use a new getContentType util
* fix: refactor the preview modal logic to have cleaner typings * feat: update app action typing using generics
…[INTEG-3378] (#10380) * fix: replacing select with multiselect for content type picker modal, removing `SelectedContentTypes` type * cleanup
* feat: file picker upgrade * removing suggested folders logic
* feat: loading modal for google doc app * loadting state for creating entries * chore: cleanup * chore: cleanup up modal hook * chore: remove extra fragment tags
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
ryunsong-contentful
approved these changes
Jan 5, 2026
Contributor
ryunsong-contentful
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NICE PR DESCRIPTION!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
Merge the Google Docs Christmas feature branch into master. This PR consolidates all work done on the Google Docs integration during the December 2025 - January 2026 development cycle.
Summary of Changes
Features
Refactoring
Bug Fixes
Included PRs