Draft: Resolve "Move to use Io/FS to have a better FS abstraction" #2

Open
bcarlin wants to merge 2 commits from 1-move-to-use-io-fs-to-have-a-better-fs-abstraction into main
bcarlin commented 2022-05-27 14:56:59 +02:00 (Migrated from code.bcarlin.xyz)

Closes #1

Closes #1
bcarlin commented 2022-05-27 14:57:00 +02:00 (Migrated from code.bcarlin.xyz)

assigned to @bcarlin

assigned to @bcarlin
bcarlin commented 2022-06-12 10:27:11 +02:00 (Migrated from code.bcarlin.xyz)

added 3 commits

  • 73e0b22f...3faf3e89 - 2 commits from branch main
  • 08719152 - feat: add a filesystem abstraction to ease tests and make it easier to write other storage backends

Compare with previous version

added 3 commits <ul><li>73e0b22f...3faf3e89 - 2 commits from branch <code>main</code></li><li>08719152 - feat: add a filesystem abstraction to ease tests and make it easier to write other storage backends</li></ul> [Compare with previous version](/go/filestore/-/merge_requests/1/diffs?diff_id=540&start_sha=73e0b22fb4a6268af1179889310c9c22bf817996)
bcarlin commented 2022-06-12 23:59:55 +02:00 (Migrated from code.bcarlin.xyz)

added 1 commit

  • 58c6f7b8 - squash!

Compare with previous version

added 1 commit <ul><li>58c6f7b8 - squash!</li></ul> [Compare with previous version](/go/filestore/-/merge_requests/1/diffs?diff_id=542&start_sha=08719152522d6331b9f138ab43304334587378a2)
bcarlin commented 2022-06-13 12:00:04 +02:00 (Migrated from code.bcarlin.xyz)

added 1 commit

  • 20933442 - feat: add a filesystem abstraction to ease tests and make it easier to write other storage backends

Compare with previous version

added 1 commit <ul><li>20933442 - feat: add a filesystem abstraction to ease tests and make it easier to write other storage backends</li></ul> [Compare with previous version](/go/filestore/-/merge_requests/1/diffs?diff_id=544&start_sha=58c6f7b8c074e5e468243fa51d2c7f800dda0c2e)
bcarlin commented 2022-06-13 23:26:57 +02:00 (Migrated from code.bcarlin.xyz)

added 1 commit

  • e814fdbc - feat: add a filesystem abstraction to ease tests and make it easier to write other storage backends

Compare with previous version

added 1 commit <ul><li>e814fdbc - feat: add a filesystem abstraction to ease tests and make it easier to write other storage backends</li></ul> [Compare with previous version](/go/filestore/-/merge_requests/1/diffs?diff_id=546&start_sha=20933442612c99d413099d9110ecd4d164671cda)
bcarlin commented 2022-06-15 08:33:45 +02:00 (Migrated from code.bcarlin.xyz)

added 1 commit

  • 1a4b6e5e - feat: add a filesystem abstraction to ease tests and make it easier to write other storage backends

Compare with previous version

added 1 commit <ul><li>1a4b6e5e - feat: add a filesystem abstraction to ease tests and make it easier to write other storage backends</li></ul> [Compare with previous version](/go/filestore/-/merge_requests/1/diffs?diff_id=548&start_sha=e814fdbc996c477d5c2c482f9bfa3f8d523766ab)
bcarlin commented 2022-06-18 16:43:18 +02:00 (Migrated from code.bcarlin.xyz)

added 1 commit

  • 20933442 - feat: add a filesystem abstraction to ease tests and make it easier to write other storage backends

Compare with previous version

added 1 commit <ul><li>20933442 - feat: add a filesystem abstraction to ease tests and make it easier to write other storage backends</li></ul> [Compare with previous version](/go/filestore/-/merge_requests/1/diffs?diff_id=550&start_sha=1a4b6e5ed89b21ec1e62fcd8c2b92ee00fd1b050)
bcarlin commented 2022-07-03 20:28:56 +02:00 (Migrated from code.bcarlin.xyz)
added 1 commit <ul><li>b4b3af3f - wip</li></ul> [Compare with previous version](/go/filestore/-/merge_requests/1/diffs?diff_id=552&start_sha=20933442612c99d413099d9110ecd4d164671cda)
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin 1-move-to-use-io-fs-to-have-a-better-fs-abstraction:1-move-to-use-io-fs-to-have-a-better-fs-abstraction
git checkout 1-move-to-use-io-fs-to-have-a-better-fs-abstraction

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff 1-move-to-use-io-fs-to-have-a-better-fs-abstraction
git checkout 1-move-to-use-io-fs-to-have-a-better-fs-abstraction
git rebase main
git checkout main
git merge --ff-only 1-move-to-use-io-fs-to-have-a-better-fs-abstraction
git checkout 1-move-to-use-io-fs-to-have-a-better-fs-abstraction
git rebase main
git checkout main
git merge --no-ff 1-move-to-use-io-fs-to-have-a-better-fs-abstraction
git checkout main
git merge --squash 1-move-to-use-io-fs-to-have-a-better-fs-abstraction
git checkout main
git merge --ff-only 1-move-to-use-io-fs-to-have-a-better-fs-abstraction
git checkout main
git merge 1-move-to-use-io-fs-to-have-a-better-fs-abstraction
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: go/filestore#2
No description provided.