-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Modifies updateService related to functions deployment #9917
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
Closed
Closed
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
292c48b
initial cloud run no build deploy implementation mvp
brittanycho 57855da
manual testing files - will remove later
brittanycho b4f9633
fixes formatting issues
brittanycho f24830e
Fix runv2.spec.ts concurrency expectation
brittanycho 6670e13
removing manual test files
brittanycho dc1978e
Merge branch 'master' into zip-deploy-4
brittanycho 487ad04
Fix lint errors
brittanycho 15a7b26
Update json schema for dart3
brittanycho 23c6d27
Fix lint errors and remove verify script
brittanycho 366fe34
Fix TS errors in fabricator.ts for vscode build
brittanycho e66d9de
Fixes minor formatting issues
brittanycho 1975dec
Fixed linting
brittanycho 6b53bf9
Merge branch 'master' into zip-deploy-4
brittanycho f385cc3
addresses feedback
brittanycho e98b149
Merge branch 'master' into zip-deploy-4
brittanycho 55ee19f
remove runtime config for v2 and run
brittanycho 92124c2
Merge branch 'master' into zip-deploy-4
brittanycho 2e3ceec
adds relevant comments
brittanycho f767878
Merge branch 'master' into zip-deploy-4
brittanycho cc924c4
Merge branch 'master' into zip-deploy-4
brittanycho 7a32e38
add additional fields and other minor fixes
brittanycho 0d985f2
Merge branch 'master' into zip-deploy-4
brittanycho 9a63a38
corrects test
brittanycho 13fb338
fixes error
brittanycho 4714005
fix prettier
brittanycho d6d22cb
Merge branch 'master' into zip-deploy-4
brittanycho 220df7d
Merge branch 'master' into zip-deploy-4
brittanycho 58225a1
Merge branch 'master' into zip-deploy-4
brittanycho 94677e7
addresses feedback
brittanycho c5f63f9
fixes error
brittanycho dba4631
addresses lint
brittanycho b1843f0
Merge branch 'master' into zip-deploy-4
brittanycho a7baa0b
modifies updateService to correct issue
brittanycho File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
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.
This condition is a bit repetitive. To improve readability and maintainability, consider extracting
service.annotations?.[TRIGGER_TYPE_ANNOTATION]into a variable before this object literal.For example: