Merge#45
Merged
Merged
Conversation
Google sheets append was sending an invalid shape to the google sheets api. This PR fixes this by having similar logic to what is in append.ts
* update infra and remove railway * overhaul docs * added a lot more videos/examples to docs * Revert "update infra and remove railway" This reverts commit b23258a. * remove unused lines * update start block docs * update agent docs * update API block docs * update function block docs * update response block docs * update parallel and router docs * update workflow docs * update connections docs * fix(sheets): fixed google sheets update (simstudioai#1311) Google sheets append was sending an invalid shape to the google sheets api. This PR fixes this by having similar logic to what is in append.ts * fix(serializer): Required-field validation now respects sub-block visibility (simstudioai#1313) * audit content * audit content --------- Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai> Co-authored-by: Adam Gough <77861281+aadamgough@users.noreply.github.com> Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com>
…ioai#1318) * chore(deployment-versioning): add migration script into repo * add migration * remove parent id changes
…dioai#1321) * update infra and remove railway * fix(file-upload): fix nextjs file upload issue with pdf-parse * Revert "update infra and remove railway" This reverts commit b23258a.
…ock (simstudioai#1322) modified long description
…space members, add encryption for api keys (simstudioai#1323) * update infra and remove railway * feat(api-keys): add workspace-level api keys * encrypt api keys * Revert "update infra and remove railway" This reverts commit b23258a. * reran migrations * tested workspace keys * consolidated code * more consolidation * cleanup * consolidate, remove unused code * add dummy key for ci * continue with regular path for self-hosted folks that don't have key set * fix tests * fix test * remove tests * removed ci additions
… keys, knowledgebase improvements
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
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.
Summary
Brief description of what this PR does and why.
Fixes #(issue)
Type of Change
Testing
How has this been tested? What should reviewers focus on?
Checklist
Screenshots/Videos