8000 Comparing main...spvc/ErrorCategoryFix · mendix/libgit2sharp · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mendix/libgit2sharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mendix/libgit2sharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: spvc/ErrorCategoryFix
Choose a head ref
  • 13 commits
  • 44 files changed
  • 4 contributors

Commits on Apr 7, 2023

  1. Add Mendix GitHub pipeline

    * Use Mendix.LibGit2Sharp.NativeBinaries
    
    Co-authored-by: Marcell van Rooyen <marcell.van.rooyen@mendix.com>
    2 people authored and Alexander committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    bdd5749 View commit details
    Browse the repository at this point in the history
  2. Adopt other API changes from libgit2 v1.4.x

    A-Ovchinnikov-mx authored and Alexander committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    34044a0 View commit details
    Browse the repository at this point in the history
  3. Get default remote branch & add init options

    * Add support to retrieve remote repository's default branch
    
    * Introduce InitOptions for Repository.Init
    A-Ovchinnikov-mx authored and Alexander committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    a64d7b0 View commit details
    Browse the repository at this point in the history
  4. Enable proxy support

    * Add ProxyOptions type and a corresponding parameter to networking methods
    A-Ovchinnikov-mx authored and Alexander committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    acf72bd View commit details
    Browse the repository at this point in the history
  5. Add missing CertificateCheckHandler parameter to some APIs

    A-Ovchinnikov-mx authored and Alexander committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    904bd6b View commit details
    Browse the repository at this point in the history
  6. Don't throw if remote default branch is not found

    A-Ovchinnikov-mx authored and Alexander committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    1523ded View commit details
    Browse the repository at this point in the history
  7. Upgrade libgit2 to v1.6.3

    Alexander Ovchinnikov authored and Alexander committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    e37dbd4 View commit details
    Browse the repository at this point in the history
  8. Add CustomHeader support to PushOptions

    The underlying gitPushOptions class already supports this so we are only exposing this functionality through the api
    MarcellvanRooyen authored and Alexander Ovchinnikov committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    2dab505 View commit details
    Browse the repository at this point in the history
  9. Add custom exceptions for Authentication and Invalid Server Certificate

    MarcellvanRooyen authored and Alexander Ovchinnikov committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    9a93e01 View commit details
    Browse the repository at this point in the history
  10. Add new exception types for GitErrorCodes not handled

    MarcellvanRooyen authored and Alexander Ovchinnikov committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    c016150 View commit details
    Browse the repository at this point in the history
  11. Remove CannotPerformOnDirectoryException

    MarcellvanRooyen authored and Alexander Ovchinnikov committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    05b0ef7 View commit details
    Browse the repository at this point in the history
  12. Set ErrorCategory when git_error_last returns a valid error

    Make GitErrorCategory and GitErrorCode public instead of internal
    MarcellvanRooyen authored and Alexander Ovchinnikov committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    a080786 View commit details
    Browse the repository at this point in the history
  13. Added Assertion to CannotFetchWithForbiddenCustomHeaders that the Git…

    …ErrorCategory is invalid when the exception is thrown
    MarcellvanRooyen authored and Alexander Ovchinnikov committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    e239dc7 View commit details
    Browse the repository at this point in the history
Loading
0