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

Simplify how git repositories are opened #28937

Merged
merged 22 commits into from
Jan 27, 2024

Commits on Jan 26, 2024

  1. Move open git repository method split from git package. For managed r…

    …epositories, use the method on repository module package. For others, use git.OpenRepository as before
    lunny committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c46be2a View commit details
    Browse the repository at this point in the history
  2. Use a standalone package

    lunny committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a5c19b1 View commit details
    Browse the repository at this point in the history
  3. revert unnecessary change

    lunny committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    158ad71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d2fcf1 View commit details
    Browse the repository at this point in the history
  5. More refactoring

    lunny committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3df7bdd View commit details
    Browse the repository at this point in the history
  6. Fix typo

    lunny committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4eea923 View commit details
    Browse the repository at this point in the history
  7. Fix bug

    lunny committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8309661 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4145363 View commit details
    Browse the repository at this point in the history
  9. More refactoring

    lunny committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8e94d70 View commit details
    Browse the repository at this point in the history
  10. More refactoring

    lunny committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c411a33 View commit details
    Browse the repository at this point in the history
  11. Fix build

    lunny committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    9ba182c View commit details
    Browse the repository at this point in the history
  12. Fix lint gogit

    lunny committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6f72243 View commit details
    Browse the repository at this point in the history
  13. Fix checks

    lunny committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7402679 View commit details
    Browse the repository at this point in the history
  14. Fix lint

    lunny committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    236fdf1 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Apply suggestions from code review

    Co-authored-by: delvh <dev.lh@web.de>
    lunny and delvh authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    20ac4f0 View commit details
    Browse the repository at this point in the history
  2. Fix test

    lunny committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    4b8af15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bafd5b0 View commit details
    Browse the repository at this point in the history
  4. Fix lint

    lunny committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    64a6c61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18b2628 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ec79b3 View commit details
    Browse the repository at this point in the history
  7. Fix repoPath

    lunny committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    e8e7f5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc08148 View commit details
    Browse the repository at this point in the history