-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat(ext:migrate): export configs into functions env and invoke kit init #11007
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
Open
+527
−19
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
80ca5a3
feat(ext:migrate): export configs into functions env and invoke kit init
inlined 6e040eb
fix(ext:migrate): address code review feedback
inlined 4c09b3f
Merge branch 'main' into export_migrate_config_init
inlined cf9170e
refactor(functions): use string arrays instead of Sets in kit install…
inlined 1f2bf6e
feat(functions): support npm package versions and tags in kit install
inlined 67a295c
fix(extensions): support optional source on extension instances and a…
inlined 379b6b1
feat(functions): support seedEnv and skipReport in kit installation
inlined 2bf2770
Merge branch 'pr-11008' into export_migrate_config_init
inlined 643abaf
Merge branch 'pr-11008' into feat_kit_version_tag_parsing
inlined 7b100a5
Merge branch 'pr-11008' into feat_kit_seed_env_skip_report
inlined 86d0378
Merge branch 'pr-11008' into feat_kit_seed_env_skip_report
inlined 1bca47e
fix(extensions): address review feedback on optional chaining and fal…
inlined 142d623
Merge branch 'fix_ext_ensure_instance_spec' into export_migrate_confi…
inlined 9113626
fix(functions): validate raw package specifier before parsing in reso…
inlined b39c1d9
fix(extensions): refactor ensureInstanceSpec with early returns and e…
inlined 8914a68
Merge branch 'feat_kit_version_tag_parsing' into export_migrate_confi…
inlined 4237729
Merge branch 'fix_ext_ensure_instance_spec' into export_migrate_confi…
inlined 56cc303
Merge branch 'main' into fix_ext_ensure_instance_spec
inlined 914df41
Merge branch 'main' into feat_kit_seed_env_skip_report
inlined 589439d
Merge remote-tracking branch 'origin/main' into feat_kit_seed_env_ski…
inlined ab06b0b
Merge remote-tracking branch 'origin/feat_kit_seed_env_skip_report' i…
inlined 2654346
Merge branch 'feat_kit_seed_env_skip_report' into export_migrate_conf…
inlined 79e49d3
Merge branch 'main' into fix_ext_ensure_instance_spec
inlined 649d001
feat(ext:migrate): default suggested kit instance ID to extension ins…
inlined d26cd67
feat(functions): remove skipReport option from kit install helpers
inlined 51526a3
Merge branch 'feat_kit_seed_env_skip_report' into export_migrate_conf…
inlined 4ec0a7d
feat(ext:migrate): remove skipReport option from installKitOrInstance…
inlined 20e66d7
Merge remote-tracking branch 'origin/main' into fix_ext_ensure_instan…
inlined d2c1fe8
fix(ext): address PR review comments
inlined 4744d03
Merge remote-tracking branch 'origin/fix_ext_ensure_instance_spec' in…
inlined 7ad6c1f
Merge branch 'fix_ext_ensure_instance_spec' into export_migrate_confi…
inlined 9b671ee
Merge branch 'main' into export_migrate_config_init
inlined d96d854
style: restore empty comment lines in JSDocs
inlined 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| - [Added] Support exporting Extension parameters and initializing Function Kits in `firebase ext:migrate`. | ||
| - [Added] Add -f, --force option to `firebase ext:migrate`. | ||
| - [Fixed] Fix parameter type preservation and optional system parameter handling during extension updates in `firebase ext:migrate`. |
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.