Conversation
* Add schemas for gh app installations * Implement gh app installation flow * Make the gh app configs optional * Add additional org check on gh app installation callback * Save account handle and repo default branch on install * Do repo hard deletes in favor of simplicity * Disable github app by default * Fix gh env schema union issue * Use octokit's iterator for paginating repos * Parse gh app install callback with a discriminated union * Remove duplicate env vars * Use bigint for github integer IDs * Sanitize redirect paths in the gh installation and auth flow * Regenerate migration after rebase on main to fix ordering * Handle gh install updates separately from new installs
* perf(webapp): add event loop utilization metric * add event loop utilization logging as well
…2475) * fix(webapp): prevent duplicate preview env image tags * use deploy shortcode instead of new nanoid * replace regexps in tests
…pp) in cluster mode for better perf (triggerdotdev#2472) * feat(webapp): add support for running web services (api, engine, webapp) in cluster mode for better perf * cleaned up signal handling and resolved some valid 🐇 issues
* Removed /v3 from numerous files * Fix AWS SDK v3 documentation link for S3 uploads
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.
Closes #
✅ Checklist
Testing
[Describe the steps you took to test this change]
Changelog
[Short description of what has changed]
Screenshots
[Screenshots]
💯