This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[WIP] feat: integration of tool for repo migration #2044
Closed
Closed
Conversation
This file contains 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
Should there be also an option for |
AuHau
force-pushed
the
feat/repo-migrations
branch
2 times, most recently
from
May 16, 2019 17:10
338049e
to
1d22f13
Compare
AuHau
force-pushed
the
feat/repo-migrations
branch
2 times, most recently
from
May 22, 2019 02:02
192edf2
to
56116e6
Compare
AuHau
changed the title
[WIP] feat: integration of tool for repo migration
feat: integration of tool for repo migration
May 22, 2019
So the PR is ready for review. The build is failing on |
AuHau
force-pushed
the
feat/repo-migrations
branch
from
May 22, 2019 02:46
56116e6
to
ae45d7d
Compare
daviddias
reviewed
May 23, 2019
The integration respect config's setting repoDisableAutoMigration that defines if migrations should be automatically applied or not. License: MIT Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
License: MIT Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
License: MIT Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
2 tasks
AuHau
force-pushed
the
feat/repo-migrations
branch
from
June 28, 2019 10:57
ae45d7d
to
4654e9e
Compare
I have updated the PR as I have moved the integration directly to |
alanshaw
changed the title
feat: integration of tool for repo migration
[WIP] feat: integration of tool for repo migration
Jul 15, 2019
Currently waiting for integration of async/await version of |
2 tasks
This was referenced Oct 10, 2019
Replaced with #2527 |
alanshaw
pushed a commit
that referenced
this pull request
Nov 8, 2019
Resolves: #1115 Supersedes: #2044 Depends on: * [x] ipfs/js-ipfs-repo#202
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.
Integrating https://github.com/AuHau/js-ipfs-repo-migrations/ for repo's migration.
The PR adds a new config option
repoDisableAutoMigration
that controls if the migration should be automatically applied or not.TODO
js-ipfs-repo-migrations
is released on npmProblems
js-ipfs config --bool repoDisableAutoMigration true
, then the migrations are applied before turning off the migration mechanism.Questions