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

Optimize git library installation #607

Open
wants to merge 13 commits into
base: development
Choose a base branch
from

Commits on Jul 9, 2023

  1. Use ScopeException when no current version exists

    This paves the way for local scopes, which won't depend on the current
    version set in the repository.
    tobil4sk committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    8786d09 View commit details
    Browse the repository at this point in the history
  2. Fix field name

    tobil4sk committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    aaed3a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Refactor vcs and update code

    - Less global state
    - Slightly fewer exceptions
    tobil4sk committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b782e69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5af7309 View commit details
    Browse the repository at this point in the history
  3. Optimize git submodule checkout

    Also fix submodules being checked out from wrong branch
    
    Closes HaxeFoundation#593
    tobil4sk committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    646c96c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5244498 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c7e728 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7dc1db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    603b175 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4965af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    275a8f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f5c250 View commit details
    Browse the repository at this point in the history
  11. Update run.n

    tobil4sk committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0a59366 View commit details
    Browse the repository at this point in the history