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

Dump github/gitlab/gitea repository data to a local directory and restore to gitea #12244

Merged
merged 47 commits into from
Dec 27, 2020

Commits on Dec 27, 2020

  1. Configuration menu
    Copy the full SHA
    7798250 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    9fa7df4 View commit details
    Browse the repository at this point in the history
  3. Adjust directory structure

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    13d4b3a View commit details
    Browse the repository at this point in the history
  4. Allow migration special units

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    8c3f3db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e7915c View commit details
    Browse the repository at this point in the history
  6. Fix lint

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    ed4e376 View commit details
    Browse the repository at this point in the history
  7. Add restore repository

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    c49020b View commit details
    Browse the repository at this point in the history
  8. stage the changes

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    c13e745 View commit details
    Browse the repository at this point in the history
  9. Merge

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    aa5ffb3 View commit details
    Browse the repository at this point in the history
  10. Fix lint

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    92fbde7 View commit details
    Browse the repository at this point in the history
  11. Update the interface

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    3999010 View commit details
    Browse the repository at this point in the history
  12. Add some restore methods

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    6d633ef View commit details
    Browse the repository at this point in the history
  13. Finish restore

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    7006ba2 View commit details
    Browse the repository at this point in the history
  14. Add comments

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    d1746bc View commit details
    Browse the repository at this point in the history
  15. Fix restore

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    08e7770 View commit details
    Browse the repository at this point in the history
  16. Add a token flag

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    3c7b2d2 View commit details
    Browse the repository at this point in the history
  17. Fix bug

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    770aac9 View commit details
    Browse the repository at this point in the history
  18. Fix test

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    d367872 View commit details
    Browse the repository at this point in the history
  19. Fix test

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    bbc289c View commit details
    Browse the repository at this point in the history
  20. Fix bug

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    4f43c44 View commit details
    Browse the repository at this point in the history
  21. Fix bug

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    0b7786f View commit details
    Browse the repository at this point in the history
  22. Fix lint

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    7cfd9d8 View commit details
    Browse the repository at this point in the history
  23. Fix restore

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    c43966b View commit details
    Browse the repository at this point in the history
  24. refactor downloader

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    a8bdf48 View commit details
    Browse the repository at this point in the history
  25. fmt

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    20cbc64 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    79f0a4a View commit details
    Browse the repository at this point in the history
  27. Refactor maxPerPage

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    ad60586 View commit details
    Browse the repository at this point in the history
  28. Remove unused codes

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    d33175d View commit details
    Browse the repository at this point in the history
  29. Remove unused codes

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    04bebd6 View commit details
    Browse the repository at this point in the history
  30. Fix bug

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    af0be0b View commit details
    Browse the repository at this point in the history
  31. Fix restore

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    e615c19 View commit details
    Browse the repository at this point in the history
  32. Fix dump

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    ab53820 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    96ca8e4 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3075168 View commit details
    Browse the repository at this point in the history
  35. Fix restore bug

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    97cc82c View commit details
    Browse the repository at this point in the history
  36. Fix lint

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    6c5044d View commit details
    Browse the repository at this point in the history
  37. Fix restore bug

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    c09c7ed View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8f4e741 View commit details
    Browse the repository at this point in the history
  39. fix Release yml marshal

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    2124a61 View commit details
    Browse the repository at this point in the history
  40. Fix trace information

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    2e90a9f View commit details
    Browse the repository at this point in the history
  41. Fix bug when dump & restore

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    2b0fe43 View commit details
    Browse the repository at this point in the history
  42. Save relative path on yml file

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    f91ba44 View commit details
    Browse the repository at this point in the history
  43. Fix bug

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    eb5da17 View commit details
    Browse the repository at this point in the history
  44. Use relative path

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    3c5b2e1 View commit details
    Browse the repository at this point in the history
  45. Update docs

    lunny committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    80b5c9a View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    ceefd98 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    695d23e View commit details
    Browse the repository at this point in the history