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: octokit/octokit.net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.0.0
Choose a base ref
...
head repository: octokit/octokit.net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.0.0
Choose a head ref
  • 8 commits
  • 197 files changed
  • 9 contributors

Commits on Jun 14, 2024

  1. feat: Implement dependency review and dependency submission APIs (#2932)

    Implement dependency review and dependency submission
    
    Co-authored-by: André Pereira <[email protected]>
    awedist and André Pereira authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7d54cb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. [FEAT]: Custom Properties (#2933)

    * add custom properties model and clients
    
    * observable
    
    * observable tests
    
    * add search
    
    * error CS8370: 'target-typed object creation'
    
    * Error CS8370: 'target-typed object creation'
    
    * add patch with body that return status code
    
    * fixes for failed ConventionTests
    
    * working UnitTests
    
    * (de)serialization and model tests
    
    * Update Repository.cs
    colbylwilliams authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9a3177e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. [FEAT]: Search based on repository custom property (#2936)

    search based on repository custom property
    colbylwilliams authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1053a20 View commit details
    Browse the repository at this point in the history
  2. feat: added Missing APIOption overload for PackagesClient.GetAll* #2923

     (#2934)
    
    feat: added Missing APIOption overload for PackagesClient.GetAll* #2923
    
    added missing APIOption overload for PackagesClient and ObservablePackagesClient
    added overload for optional parameter packageVisibility to be a nonbreaking change
    extended PackagesClientTests.cs to be conform with RepositoriesClientTests.cs to take ApiOptions into account
    lars-zweifel authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bdc1694 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. [Feat] Add Advanced Security Properties to Repository Get/Update (#2865)

    * add SecurityAndAnalysis to repository get/update
    
    * add repository advanced security
    
    * cleanup
    
    ---------
    
    Co-authored-by: Dirty Gooback <[email protected]>
    Co-authored-by: Nick Floyd <[email protected]>
    3 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b208057 View commit details
    Browse the repository at this point in the history
  2. [FEAT]: Create a GitHub App from a manifest

    * Create a GitHub App from a manifest
    
    * Add missing InstallationPermissions
    
    * observable and tests
    
    * Remove ManualRoute on Observable route
    
    ---------
    
    Co-authored-by: Nick Floyd <[email protected]>
    colbylwilliams and nickfloyd authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c2aee1a View commit details
    Browse the repository at this point in the history
  3. docs: Provide easy alternative to create App JWT token (#2937)

    * Provide easy alternative to create App JWT token
    
    * Make it clear that its the key content
    
    * Commit suggested changes by @kfcampbell
    
    Co-authored-by: Keegan Campbell <[email protected]>
    
    * Add a reminder regarding the required using statements
    
    ---------
    
    Co-authored-by: Keegan Campbell <[email protected]>
    rasmus and kfcampbell authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    16cea25 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. [BREAKING CHANGES]: int to long Ids for PreReceiveHook, Deployment En…

    …vironments, Repository, Org Team, Repo Invitations, Public Key, Project Cards, Organization Invitation, Migrations, GpgKey, Deployment, Authorizations, Accounts / Profiles, Codespace / Workspaces (#2941)
    
    * Fixes ids for Releases, Collaborators, and Contributors
    
    * updates the interface for releases
    
    * update the obverable release client
    
    * updates ids from int to long based on GH database schema
    
    * converts a test condition to use the proper type
    
    * updates generated paging and observable classes
    nickfloyd authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6565a07 View commit details
    Browse the repository at this point in the history
Loading