This repository was archived by the owner on Sep 13, 2024. It is now read-only.
feat: add cli --migrationsCollection option#79
Open
jackall3n wants to merge 73 commits intokevlened:masterfrom
Open
feat: add cli --migrationsCollection option#79jackall3n wants to merge 73 commits intokevlened:masterfrom
--migrationsCollection option#79jackall3n wants to merge 73 commits intokevlened:masterfrom
Conversation
…ction to store the migration state
Author
|
This resolves: #78 |
--migrationCollection option--migrationsCollection option
Author
|
@kevlened how do you feel about this one? |
…ipt-5.4.2 Bump typescript from 4.6.4 to 5.4.2
…e-tools-13.5.0 Bump firebase-tools from 10.7.2 to 13.5.0
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.7.0 to 10.9.2. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md) - [Commits](TypeStrong/ts-node@v10.7.0...v10.9.2) --- updated-dependencies: - dependency-name: ts-node dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [firebase-admin](https://github.com/firebase/firebase-admin-node) from 10.1.0 to 12.0.0. - [Release notes](https://github.com/firebase/firebase-admin-node/releases) - [Commits](firebase/firebase-admin-node@v10.1.0...v12.0.0) --- updated-dependencies: - dependency-name: firebase-admin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bump qs from 6.5.2 to 6.5.3
…e-admin-12.0.0 Bump firebase-admin from 10.1.0 to 12.0.0
…-10.9.2 Bump ts-node from 10.7.0 to 10.9.2
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](chalk/ansi-regex@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.14.0 to 2.0.3. - [Release notes](https://github.com/bahmutov/start-server-and-test/releases) - [Commits](bahmutov/start-server-and-test@v1.14.0...v2.0.3) --- updated-dependencies: - dependency-name: start-server-and-test dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Version Packages
…gex-4.1.1 Bump ansi-regex from 4.1.0 to 4.1.1
…rver-and-test-2.0.3 Bump start-server-and-test from 1.14.0 to 2.0.3
Version Packages
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.4. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/commits) --- updated-dependencies: - dependency-name: protobufjs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…fjs-6.11.4 Bump protobufjs from 6.11.2 to 6.11.4
Version Packages
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Adding
--migrationsCollectionoptionWhy?
To support the requirement where
firewaycannot be used a collection name for storing the migration state.