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

Rough draft of Gitea to Gitea migration. #11698

Closed
wants to merge 8 commits into from

Commits on May 30, 2020

  1. Rough draft of Gitea to Gitea migration.

    TODOs:
    
    * Find out how to get or default missing fields
    * Work on unit tests
    
    refs go-gitea#8380
    
    Signed-off-by: Juri Berlanda <juriberlanda@hotmail.com>
    j-be committed May 30, 2020
    Configuration menu
    Copy the full SHA
    64ce7d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. [Bugfix] Correctly map Review.State.

    Signed-off-by: Juri Berlanda <juriberlanda@hotmail.com>
    j-be committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    8e300ed View commit details
    Browse the repository at this point in the history
  2. [UnitTest] Swap out lunny's ID.

    Telling from the response on go-gitea#11705 this is expected.
    
    Signed-off-by: Juri Berlanda <juriberlanda@hotmail.com>
    j-be committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    9d4a395 View commit details
    Browse the repository at this point in the history
  3. [UnitTest] Use "mrsdizzie(github)" where applicable.

    Telling from the response on go-gitea#11705 this is expected.
    
    Signed-off-by: Juri Berlanda <juriberlanda@hotmail.com>
    j-be committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    14c3805 View commit details
    Browse the repository at this point in the history
  4. [UnitTest] Revert readability changes.

    Signed-off-by: Juri Berlanda <juriberlanda@hotmail.com>
    j-be committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    7c5f0c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. [UnitTest] Adpat test to newly migrated repo.

    Signed-off-by: Juri Berlanda <juriberlanda@hotmail.com>
    j-be committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    e38195e View commit details
    Browse the repository at this point in the history
  2. [Bugfix] Hardcode OriginalNumber to 0.

    Signed-off-by: Juri Berlanda <juriberlanda@hotmail.com>
    j-be committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    ba7f0b6 View commit details
    Browse the repository at this point in the history
  3. Ignore OriginalNumber instead of hardcoding it to 0

    Co-authored-by: 6543 <6543@obermui.de>
    j-be and 6543 authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    086efe3 View commit details
    Browse the repository at this point in the history