Skip to content
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

FINAL: Git storage option feature #1279

Open
wants to merge 112 commits into
base: main
Choose a base branch
from

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    781b6de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d36e96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aab0557 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Update src/bbs2gh/Commands/MigrateRepo/MigrateRepoCommand.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a8797ca View commit details
    Browse the repository at this point in the history
  2. Update src/gei/Commands/MigrateRepo/MigrateRepoCommand.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    95844ea View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1269 from github/gso-option

    PART1: Add `use-github-storage` option
    begonaguereca authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1a5e198 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    420db29 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1270 from github/gso-option-validation

    PART 2:`use-github-storage` option validation
    begonaguereca authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ffc3e21 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    1fca83d View commit details
    Browse the repository at this point in the history
  2. remove backslashed

    begonaguereca committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f81e02a View commit details
    Browse the repository at this point in the history
  3. Escape string

    begonaguereca committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2c8de4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    619e6da View commit details
    Browse the repository at this point in the history
  5. Fixing unit tests

    begonaguereca committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    bf5eef2 View commit details
    Browse the repository at this point in the history
  6. alphabetical order

    begonaguereca committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    60e9ed1 View commit details
    Browse the repository at this point in the history
  7. clean up

    begonaguereca committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cd88309 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c161de8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd6311a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d4e2344 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4becd72 View commit details
    Browse the repository at this point in the history
  12. formatting

    begonaguereca committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    abd757c View commit details
    Browse the repository at this point in the history
  13. formatting

    begonaguereca committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    adac212 View commit details
    Browse the repository at this point in the history
  14. formatting

    begonaguereca committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a121256 View commit details
    Browse the repository at this point in the history
  15. Update specs

    begonaguereca committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5f67714 View commit details
    Browse the repository at this point in the history
  16. cleaned up PR

    begonaguereca committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f7ffcef View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    d9e9149 View commit details
    Browse the repository at this point in the history
  2. clean up

    begonaguereca committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c959ccc View commit details
    Browse the repository at this point in the history
  3. clean up

    begonaguereca committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d9a3d0a View commit details
    Browse the repository at this point in the history
  4. remove linter ignorer

    begonaguereca committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    08fc506 View commit details
    Browse the repository at this point in the history
  5. Add logic back in

    begonaguereca committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ffaf1e8 View commit details
    Browse the repository at this point in the history
  6. Update src/Octoshift/Services/GithubApi.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c8b1d3b View commit details
    Browse the repository at this point in the history
  7. Update src/Octoshift/Services/GithubClient.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a2784b6 View commit details
    Browse the repository at this point in the history
  8. Update src/Octoshift/Services/GithubApi.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5a61216 View commit details
    Browse the repository at this point in the history
  9. Update src/OctoshiftCLI.Tests/Octoshift/Services/GithubClientTests.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    947fcab View commit details
    Browse the repository at this point in the history
  10. Update src/OctoshiftCLI.Tests/Octoshift/Services/GithubClientTests.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ec9011c View commit details
    Browse the repository at this point in the history
  11. Update src/gei/Services/GhesVersionChecker.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f66f34a View commit details
    Browse the repository at this point in the history
  12. Update src/gei/Commands/MigrateRepo/MigrateRepoCommandHandler.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    230503f View commit details
    Browse the repository at this point in the history
  13. Update src/gei/Commands/MigrateRepo/MigrateRepoCommandHandler.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    61726e2 View commit details
    Browse the repository at this point in the history
  14. Update src/gei/Commands/MigrateRepo/MigrateRepoCommandHandler.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7d85f23 View commit details
    Browse the repository at this point in the history
  15. Update src/bbs2gh/Commands/MigrateRepo/MigrateRepoCommandHandler.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b03be62 View commit details
    Browse the repository at this point in the history
  16. Update src/bbs2gh/Commands/MigrateRepo/MigrateRepoCommandHandler.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    006e188 View commit details
    Browse the repository at this point in the history
  17. Update src/bbs2gh/Commands/MigrateRepo/MigrateRepoCommandHandler.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    da59731 View commit details
    Browse the repository at this point in the history
  18. fix linter errors

    begonaguereca committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ca6c476 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #1281 from github/clean-up-specs

    GithubApi clean up PR 🧹
    begonaguereca authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    121319c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ffc219e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    85190e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    2894bb8 View commit details
    Browse the repository at this point in the history
  2. Clean up

    begonaguereca committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    abbbaaf View commit details
    Browse the repository at this point in the history
  3. Clean up

    begonaguereca committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    981cd15 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Update src/bbs2gh/Commands/MigrateRepo/MigrateRepoCommandHandler.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e538d00 View commit details
    Browse the repository at this point in the history
  2. Update src/OctoshiftCLI.Tests/bbs2gh/Commands/MigrateRepo/MigrateRepo…

    …CommandHandlerTests.cs
    
    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2d0a63d View commit details
    Browse the repository at this point in the history
  3. clean up

    begonaguereca committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0821922 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad111f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    550f4b8 View commit details
    Browse the repository at this point in the history
  6. Update src/OctoshiftCLI.Tests/bbs2gh/Commands/MigrateRepo/MigrateRepo…

    …CommandHandlerTests.cs
    
    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2d06def View commit details
    Browse the repository at this point in the history
  7. Fix unit tests

    begonaguereca committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    fe78726 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e532f1 View commit details
    Browse the repository at this point in the history
  9. Test is still failing

    begonaguereca committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    18b3c34 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Fix tests

    begonaguereca committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e97303b View commit details
    Browse the repository at this point in the history
  2. current

    begonaguereca committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    54d09b2 View commit details
    Browse the repository at this point in the history
  3. Update test

    begonaguereca committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ebc9f65 View commit details
    Browse the repository at this point in the history
  4. Fix GEI test

    ArinGhazarian committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    92633b0 View commit details
    Browse the repository at this point in the history
  5. Clean up

    begonaguereca committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    67f39b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Update src/Octoshift/Services/GithubApi.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    80d5355 View commit details
    Browse the repository at this point in the history
  2. Update src/Octoshift/Services/GithubApi.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    460a525 View commit details
    Browse the repository at this point in the history
  3. Update src/OctoshiftCLI.Tests/Octoshift/Services/GithubApiTests.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    015ed9c View commit details
    Browse the repository at this point in the history
  4. Update src/OctoshiftCLI.Tests/Octoshift/Services/GithubApiTests.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ae4b940 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0099104 View commit details
    Browse the repository at this point in the history
  6. Resolve conflicts

    begonaguereca committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    64223bb View commit details
    Browse the repository at this point in the history
  7. clean up

    begonaguereca committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dbe7db2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    03b7266 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fead8a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1d65610 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3f04d2c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1280 from github/command-handler

    Part 4: Add UploadArchiveToGithub logic
    begonaguereca authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2b241a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    e84134e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    fb3ccd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a24f7a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Address Arins comments

    begonaguereca committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    99cc3fc View commit details
    Browse the repository at this point in the history
  2. Fix build errors

    begonaguereca committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e2585dc View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Add more error handling

    begonaguereca committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6e58b5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b3a301 View commit details
    Browse the repository at this point in the history
  3. Code review

    begonaguereca committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e1eabc5 View commit details
    Browse the repository at this point in the history
  4. Commits

    begonaguereca committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e3fff28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fce586 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60d6f83 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    c949795 View commit details
    Browse the repository at this point in the history
  2. Update src/Octoshift/Services/GithubApi.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ffaf286 View commit details
    Browse the repository at this point in the history
  3. Update src/Octoshift/Services/MultipartUploaderService.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    cbc0d1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7eae8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    099cfda View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Add integration tests

    begonaguereca committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    066bd38 View commit details
    Browse the repository at this point in the history
  2. Update src/Octoshift/Services/MultipartUploaderService.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    502d7a2 View commit details
    Browse the repository at this point in the history
  3. Update src/Octoshift/Services/MultipartUploaderService.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8d594a3 View commit details
    Browse the repository at this point in the history
  4. PR review

    begonaguereca committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    156cc07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b4d605 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    0e8093b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6533c7a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1288 from github/git-storage-option-integration-t…

    …ests
    
    Github Owned Storage integration tests
    begonaguereca authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    090547a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cba519 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c93e44d View commit details
    Browse the repository at this point in the history
  6. Linting

    ArinGhazarian committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ce20d20 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Code reiview + bug fix

    begonaguereca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ede2cd8 View commit details
    Browse the repository at this point in the history
  2. Fix unit test

    begonaguereca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    958007b View commit details
    Browse the repository at this point in the history
  3. Update src/Octoshift/Services/ArchiveUploader.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c37a19c View commit details
    Browse the repository at this point in the history
  4. Update src/OctoshiftCLI.Tests/Octoshift/Services/GithubApiTests.cs

    Co-authored-by: Arin Ghazarian <aringhazarian@github.com>
    begonaguereca and ArinGhazarian authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2bade7a View commit details
    Browse the repository at this point in the history
  5. Update name of test

    begonaguereca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    eae73c0 View commit details
    Browse the repository at this point in the history
  6. remove extra test

    begonaguereca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e50309b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1285 from github/git-storage-multi-part

    Multipart uploads updated logic
    begonaguereca authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    451ed8d View commit details
    Browse the repository at this point in the history
  8. linter

    begonaguereca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8167f2f View commit details
    Browse the repository at this point in the history
  9. Modify BBS int test

    begonaguereca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    47dbcb4 View commit details
    Browse the repository at this point in the history
  10. test GHES

    begonaguereca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0b3948d View commit details
    Browse the repository at this point in the history
  11. pop changes back in

    begonaguereca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1478850 View commit details
    Browse the repository at this point in the history