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

Updating from upstream #15

Draft
wants to merge 295 commits into
base: main
Choose a base branch
from
Draft

Updating from upstream #15

wants to merge 295 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 10, 2022

  1. Dev container rework to support OmniSharp changes (#2456)

    * given the c# extension no longer is packaged with mono this is an attempt to get code nav and intellsense back in order for vscode
    nickfloyd authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    bfdcb18 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Create SECURITY.md

    nickfloyd authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    1f7362a View commit details
    Browse the repository at this point in the history
  2. Update SECURITY.md

    nickfloyd authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    30c0ad5 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    7144e29 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Adds mono-complete to the dev container (#2468)

    adds mono to docker - this is a test/env dependency
    nickfloyd authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    659ce5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f317f9d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    23a91a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    6f78c52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b023602 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d6cdc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a98d8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73b7a7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f92f0b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2179065 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e6bcd1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f6e541d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    7ab6dc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3129040 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e469a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7384b46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f3466c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aca587b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    bfbc2eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb68c67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d15517d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab1331a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. docs: Update organizations-related GetAllForUser method docs to mak…

    …e it clear that only public memberships are returned (#2487)
    timrogers authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d32c9a4 View commit details
    Browse the repository at this point in the history
  2. feat: Updates the EventInfoState enum to align with the GitHub REST API(

    #2484)
    
    Update the EventInfoState enum to be in order (not quite alphabetical) and in line with current github documentation
    JonruAlveus authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    55e2072 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cf604b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13ba84b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    8b5a7fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc56183 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    4f4ef5b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    251c3a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9af552e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    5fe3ea8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    6892df8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    840935a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

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

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    e841808 View commit details
    Browse the repository at this point in the history
  2. docs: Moves deprecation warning from subscribers_count to watchers_co…

    …unt. (#2519)
    
    Subscribers_count shows the actual watchers_count. Many people think they are retrieving the watchers_count, but are actually retrieving the stargazers_count...
    This is because the GitHub UI is still calling subscribers, "Watchers".
    To prevent many others from falling into this trap, a warning should be added to the watchers_count property.
    
    On top of this, subscribers_count is no longer deprecated as far as the GitHub documentation goes.
    
    Fixes #2509
    
    Signed-off-by: Brend Smits <[email protected]>
    Brend-Smits authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    80b82aa View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    4d46d5f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    6e72fda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7d5e33 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    536e5c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    5d4c928 View commit details
    Browse the repository at this point in the history
  2. ci(build): Fixes a number of warnings for a cleaner build (#2529)

    * Fixing a number of warnings for a cleaner build
    
    * Removing extra Summary slashes
    JonruAlveus authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    651d981 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaef1ee View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    bc156af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5386257 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    1e3fa1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4ca7c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    176bf38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b866d66 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. add active lock reason to PR (#2543)

    * add active lock reason to PR
    
    * update docs
    
    * refactor: extract lock and unlock from IIssuesClient
    create ILockUnlockClient so both IIssuesClient and IPullRequestClient can
    access lock and unlock methods.
    
    * refactor LockUnlock for reactive clients
    
    * Update doc to include lock unlock sample code
    
    * Use Assert.Null to check null value in test
    
    Co-authored-by: notauserx <[email protected]>
    notauserx and notauserx authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    595e35d View commit details
    Browse the repository at this point in the history
  2. build(deps): bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 (#2548)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](microsoft/vstest@v17.2.0...v17.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    3d53362 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Add ability to pass ApiOptions to PullRequestsClient.Files (#2553)

    * Add ability to pass ApiOptions to PullRequestsClient.Files
    
    * Change Reactive PullRequestClient + Fix Test Mocking
    Gamer025 authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    498c2aa View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Remove reference to Basic Authentication in the docs (#2555)

    * Update getting-started.md
    
    Edited the section on Authentication to remove Basic Auth, which GitHub no longer supports, with instructions for using a Personal Access Token.
    
    * Update getting-started.md
    
    Second commit: Removed "/en" from links.
    
    * Update docs/getting-started.md
    
    Co-authored-by: Tim Rogers <[email protected]>
    
    * Update docs/getting-started.md
    
    Co-authored-by: Tim Rogers <[email protected]>
    
    * Update getting-started.md
    
    Removed the two bullet pointed items because the sentence preceding them provided a clearer description of the options.
    
    Co-authored-by: Tim Rogers <[email protected]>
    rkreisel and timrogers authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    269201c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. build(deps): bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 (#2561)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.0 to 17.3.1.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](microsoft/vstest@v17.3.0...v17.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    9c3317f View commit details
    Browse the repository at this point in the history
  2. Fix failure with 201 status code on adding a collaborator (#2559)

    * fix: return RepositoryInvitation instead of throwing an exception on 201
    
    * fix: TheAddMethod test
    annchous authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    0069239 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump Microsoft.NETFramework.ReferenceAssemblies from 1.0…

    ….2 to 1.0.3 (#2549)
    
    build(deps): bump Microsoft.NETFramework.ReferenceAssemblies
    
    Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.2 to 1.0.3.
    - [Release notes](https://github.com/Microsoft/dotnet/releases)
    - [Commits](https://github.com/Microsoft/dotnet/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NETFramework.ReferenceAssemblies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    d88a907 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    b3d2096 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    cf9db5f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Convert response model property accessors from protected to the more …

    …appropriate private for consistency (#2565)
    nickfloyd authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    9ceb188 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    098557b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    063e85e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    05aa951 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c05db4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2701be5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e5c549 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7ffa3f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    30fdeca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d6b7c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    a49cc2e View commit details
    Browse the repository at this point in the history
  2. ci: revert 0d6b7c4 and 30fdeca (#2584)

    gr2m authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    8624d90 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    92524a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    971fa50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa29939 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    40b2111 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. build(deps): bump Cake.Frosting from 2.2.0 to 2.3.0 in /build (#2597)

    Bumps [Cake.Frosting](https://github.com/cake-build/cake) from 2.2.0 to 2.3.0.
    - [Release notes](https://github.com/cake-build/cake/releases)
    - [Changelog](https://github.com/cake-build/cake/blob/develop/ReleaseNotes.md)
    - [Commits](cake-build/cake@v2.2.0...v2.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: Cake.Frosting
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    d68fc27 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Add NewRelease.GenerateReleaseNotes property (#2596)

    * Add `GenerateReleaseNotes` property
    
    Enable generating release notes during creation of a release.
    
    * Update release docs
    mryanmurphy authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    7b6d57a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Add missing properties to IssueEvent. (#2585)

    * Add missing properties to `IssueEvent`.
    
    * Assign `Milestone` propety in constructor.
    
    Co-authored-by: Keegan Campbell <[email protected]>
    bloslo and kfcampbell authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    9c5392b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Replay #2221: Implement GitHub Actions Secrets API for both Organizat…

    …ion and Repository (#2598)
    
    * created the interface and models for the repository secrets client
    
    * created a repository actions client to sit between repository and secrets for future extensibility
    
    * created the repository secret client and supporting objects to enable data transfer
    
    * created object for create or update secret body and made fixes to pass unit tests
    
    * created repository action unit tests
    
    * created unit tests for RepositorySecretsClient
    
    * removed set from secrets interface
    
    * fixed docs and added observable actions client
    
    * added Actions to repository client
    
    * created IObservable repository secrets client
    
    * fixed property in wrong interface
    fixed wrong Ctor unit test
    
    * created repository decrets reactive tests and clients
    
    * created organization actions and scerets classes and made them available through the oprganizations client
    
    * fixed intellisense text
    
    * removed uneeded getall call after return type change
    
    * created organization secret client and classes to support it
    
    * created the observable org secrets client and fixed a typo in a method name
    
    * added more ensure checks
    
    * removed unused xml doc setting
    
    * created the unit tests for the organization secrets client
    fixed broken unit test for repository secrets client
    
    * created observable organization actions and secrets client unit tests
    
    * added sodium.core to the integration tests to test secret creation
    
    * fixed keyid type
    
    * added actions client integration test classes (empty since the class currently doesn't have any native methods)
    
    * fixed deserialization issue
    
    * changed property name for deserialization issues
    
    * added doc for repoid on orginzation secrets url generator
    
    * created integration tests for repository and organization secrets
    
    * changed how return occurs for setting list of repos for secret
    
    * fixed some names and removed reset org name
    
    * created integration tests for observable org secrets client
    
    * removed  default org value
    
    * created the integration tests for the observable repository secrets client
    
    * removed default owner project value
    
    * fixed unit tests
    
    * Update links to new docs site
    
    * Update doc links to new docs site
    
    * Update docs links to new docs site
    
    * Fix doc link to point to new docs site
    
    * Update links to new docs site
    
    * Update doc links to new docs site
    
    * Update docs links
    
    * Update docs
    
    * Update docs
    
    * Update doc links
    
    * Update docs
    
    * Update doc links
    
    * Update doc links
    
    * Update doc links
    
    * updated documentation links in actions and secrets clients
    
    * Update Octokit/Models/Response/SecretsPublicKey.cs
    
    Removing line for consistency.
    
    Co-authored-by: Thomas Hughes <[email protected]>
    
    * Update Octokit/Models/Response/RepositorySecret.cs
    
    Removing line for consistency.
    
    Co-authored-by: Thomas Hughes <[email protected]>
    
    * set default owner and repo
    
    * switched to using the Helper.Organization from a ORG constant set at the top of the file
    
    * swapped out variable at top of file for the Helper.Organization property
    
    * switched to helper method to create new repositories
    
    * Protected setters --> private setters in response models
    
    * RepositorySecret needs protected setters
    
    Co-authored-by: Mike Tolly <[email protected]>
    Co-authored-by: Thomas Hughes <[email protected]>
    Co-authored-by: mptolly-takeda <[email protected]>
    4 people authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    131ba87 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Update stale.yml

    nickfloyd authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    5b28c7e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    a6a74c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    1d98470 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. build(deps): bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 (#2606)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.2 to 17.4.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](microsoft/vstest@v17.3.2...v17.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    961a5f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    fd9f73d View commit details
    Browse the repository at this point in the history
  2. Add PR templates (#2612)

    feat: add pull_request_template.md PR template
    nickfloyd authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e3c06ba View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    b998d08 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    b0e02e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    8f01a31 View commit details
    Browse the repository at this point in the history
  2. [bug]: Fixed a bug that content cannot be retrieved if "#" is include…

    …d in a file or folder name.
    minoura-a authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6c11c1e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. add islocked filter to SeachIssuesRequest (#2623)

    * add islocker filter to SeachIssuesRequest
    
    * update docs
    
    * Update docs/search.md with review suggestions
    
    Co-authored-by: Keegan Campbell <[email protected]>
    
    Co-authored-by: notauserx <[email protected]>
    Co-authored-by: Keegan Campbell <[email protected]>
    3 people authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    46b5077 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. [bug] Fix API URLs for GitHub Enterprise Server (#2626)

    * Fix API URLs for GHES
    
    Fix leading slashes causing API calls to fail when used with GitHub Enterprise.
    
    * Fix tests
    
    Fix tests that should have been updated in the previous commit.
    
    Co-authored-by: Keegan Campbell <[email protected]>
    martincostello and kfcampbell authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    9780938 View commit details
    Browse the repository at this point in the history
  2. Fix #2618 - Improve docs for the 'release' chapter (#2628)

    Fix sample code and add 'get latest' section
    
    1. Fix the sample code for "Get All" not working.
    2. Add the "Get Latest" section.
    Move2win authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    64614ce View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Add missing properties for meta and app payloads (#2625)

    * Add missing properties for meta and app payloads
    
    * Update test with actual value instead of null
    
    Co-authored-by: Keegan Campbell <[email protected]>
    MatisseHack and kfcampbell authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    0475f08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f693ad View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Github Agent | Workflow has updated

    GitHub Action committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    826539e View commit details
    Browse the repository at this point in the history
  2. Github Agent | Workflow has updated

    GitHub Action committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    45ec41e View commit details
    Browse the repository at this point in the history
  3. Github Agent | Workflow has updated

    GitHub Action committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    5b8f3b1 View commit details
    Browse the repository at this point in the history
  4. Github Agent | Workflow has updated

    GitHub Action committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    bf740bb View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    84d44dc View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Workflow linting fix (#2638)

    Updates for workflows
    octokitbot authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    450c2a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Workflows have changed (#2640)

    Updates for workflows
    octokitbot authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b312ae6 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. 🚧 Workflows have changed (#2647)

    Updates for workflows
    octokitbot authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    f022f0b View commit details
    Browse the repository at this point in the history
  2. build(deps): bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 (#2642)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.0 to 17.4.1.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.4.0...v17.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Keegan Campbell <[email protected]>
    dependabot[bot] and kfcampbell authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    04d2a87 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. build(deps): Removes the dependency of .NET Core app 3.1 and bumps Ca…

    …ke.Coverlet from 2.5.4 to 3.0.2 in /build (#2616)
    dependabot[bot] authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    a8fc68c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. 🚧 Workflows have changed (#2651)

    Updates for workflows
    octokitbot authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    4a77e4d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. build(deps): bump Cake.Coverlet from 3.0.2 to 3.0.4 in /build (#2652)

    Bumps [Cake.Coverlet](https://github.com/romanx/Cake.Coverlet) from 3.0.2 to 3.0.4.
    - [Release notes](https://github.com/romanx/Cake.Coverlet/releases)
    - [Commits](https://github.com/romanx/Cake.Coverlet/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Cake.Coverlet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Keegan Campbell <[email protected]>
    dependabot[bot] and kfcampbell authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    bf72b5e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    bf66785 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. update models with updated permission enum (#2633)

    * update models with updated permission enum
    
    * add suppress message attribute
    
    * update integration tests
    
    * refactor: new and legacy update teams endpint
    
    * refactor: add new delete team endpoint
    
    * use TeamPermission on NewTeam
    
    * use updated delete on team context dispose
    
    * add permission enum for team response object
    
    * refactor: remove legacy suffix from method names
    
    * introduce permissions object on Team
    
    * refactor: rename enum to TeamRepositoryPermission
    
    * fix formatting
    
    * change Permission to string to match api specs
    
    * add TeamRepository
    
    * add CheckTeamPermission endpoint support
    
    * fix convention tests
    
    * update comments on TeamRepository props
    
    * add two new endpoints in TeamsClient
    
    * refactor: rename ApiUrl for TeamPermission
    
    * fix test
    
    * implement methods for new endpoints
    
    * add the integration tests
    
    * fix spelling
    
    * update comments
    
    * refactor: rename method name
    
    * fix: add end tag for remarks
    
    * refactor: remove unused method param
    
    * fix docstring comment
    
    * the unit tests are in finally
    
    * add docs for teams api
    
    * split CheckTeamPermissions into two methods
    
    * Update ObservableTeamsClientTests.cs based on review
    
    Co-authored-by: Keegan Campbell <[email protected]>
    
    * add cref to legacy update and delete endpoints
    
    * remove editorconfig file
    
    * Update Octokit.Tests/Clients/TeamsClientTests.cs
    
    Co-authored-by: Keegan Campbell <[email protected]>
    
    * remove unused line
    
    * rename variable based on review
    
    * rename prop to match constructor param
    
    * add comment to explain TeamPermission enum values on update
    
    Co-authored-by: notauserx <[email protected]>
    Co-authored-by: Keegan Campbell <[email protected]>
    3 people authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    891015c View commit details
    Browse the repository at this point in the history
  2. Happy New Year! (#2660)

    kfcampbell authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    24398bf View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. [feat] Add pending WorkflowRunStatus

    Co-authored-by: Nick Floyd <[email protected]>
    beliakov-mb and nickfloyd authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    e3e27bb View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. [maint] Removes the old implementation of sourcelink and uses the new…

    …er one present in the .net SDK (#2666)
    
    * reoves the old implemetnation of sourcelink and uses the newer one  present in the .net SDK
    
    * cleans up appveyor
    
    * updates proj with sourcelink props
    
    * adds deterministic build check as well.
    
    * Update docs/debugging-source.md
    
    Co-authored-by: Keegan Campbell <[email protected]>
    
    ---------
    
    Co-authored-by: Keegan Campbell <[email protected]>
    nickfloyd and kfcampbell authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    00b89da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66587ee View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Add StateReason to IssueUpdate (#2665)

    Fixes #2664
    
    Co-authored-by: Nick Floyd <[email protected]>
    heaths and nickfloyd authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    8ba882e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. build(deps): bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#2677)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.4.1...v17.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b5cf402 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    1300427 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    7d01bad View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    7f11726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddb66ed View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    7349ecd View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. build(deps): bump GitHubJwt from 0.0.5 to 0.0.6 (#2691)

    Bumps [GitHubJwt](https://github.com/adriangodong/githubjwt) from 0.0.5 to 0.0.6.
    - [Release notes](https://github.com/adriangodong/githubjwt/releases)
    - [Commits](adriangodong/githubjwt@0.0.5...0.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: GitHubJwt
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    f10f5f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Added Mannequin account type for migrated repos (#2694)

    * Added Mannequin account type for migrated repos
    
    Fix issue #2687
    
    * Update AccountType.cs
    
    * Added information about mannequin account type
    MGbiorczyk95 authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    aed70e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    7b1fa04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5292e18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3299ac View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

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

Commits on May 5, 2023

  1. Add method to get a single runner group (#2706)

    * Add method to get a single runner group
    
    * Fix tests
    
    * Fix typo
    
    * Add observable methods
    MatisseHack authored May 5, 2023
    Configuration menu
    Copy the full SHA
    e032611 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    9adcf16 View commit details
    Browse the repository at this point in the history
  2. [FEAT] Improve repo debugger display for Repository response

    Show the repo's owner login in the debugger display string for `Repository` instead of the type name.
    martincostello authored May 9, 2023
    Configuration menu
    Copy the full SHA
    ecf5af4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c82ff3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    fee0e21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96903d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    ce1ad4c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. build(deps): bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 (#2726)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.1 to 17.6.2.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.6.1...v17.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    8f0b3a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. [FEAT]: Adds codespaces APIs

    asklar authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    da5c4d7 View commit details
    Browse the repository at this point in the history
  2. [BUG] Fix Deserializing WorkflowJob (#2725)

    make some fields nullable on workflowjob
    lineville authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e1d587b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Get Team By Name implementation (#2717)

    * Get Team By Name implementation
    
    * Added GetByName to observable client
    
    * Corrected documentation for Not Found behaviour
    dylan-asos authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b4b3534 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Add CreatedAt to WorkflowJob model (#2729)

    * make some fields nullable on workflowjob
    
    * add CreatedAt to WorkflowJob model
    lineville authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    afac3e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Make CreatedAt nullable (#2734)

    make createdAt nullable
    lineville authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    d56404a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Add Waiting to WorkflowJobStatus (#2732)

    Co-authored-by: Keegan Campbell <[email protected]>
    vuryleo and kfcampbell authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    cada8d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    d7fd665 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    ccae892 View commit details
    Browse the repository at this point in the history
  2. [Bug] Fixes ActionsSelfHostedRunnersClient Delete Calls where no API …

    …options are passed would throw errors
    lineville authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    0c901dc View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. build(deps): bump xunit from 2.4.2 to 2.5.0 (#2743)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.4.2 to 2.5.0.
    - [Commits](xunit/xunit@2.4.2...2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    94c8baa View commit details
    Browse the repository at this point in the history
  2. build(deps): bump xunit.runner.visualstudio from 2.4.5 to 2.5.0 (#2744)

    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.5 to 2.5.0.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@v2.4.5...2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c69182a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Add PR templates (#2751)

    * octoherd: delete pull_request_template.md
    
    * feat: add pull_request_template.md PR template
    nickfloyd authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e27eb2b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Add auto responder workflow (#2754)

    feat: add immediate-response.yml auto responder workflow
    nickfloyd authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8974796 View commit details
    Browse the repository at this point in the history
  2. Support refreshtokens in OAuth flow (#2749)

    * Support refreshtokens in OAuth flow
    Fixes #2731
    
    * Added summary to OauthToken.cs constructors
    
    * Mark deprecation of non-refreshToken constructor for OauthToken
    
    * Remove unnecessary comment
    
    ---------
    
    Co-authored-by: Keegan Campbell <[email protected]>
    Kencdk and kfcampbell authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    bbcd33d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    729f261 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fe4c4e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. build(deps): bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 (#2760)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.3 to 17.7.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.6.3...v17.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6ab43b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Added readonly to fields that are never modified (#2759)

    Co-authored-by: Lehonti Ramos <john@doe>
    Co-authored-by: Keegan Campbell <[email protected]>
    3 people authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d46527d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. build(deps): bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 (#2764)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.0 to 17.7.1.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.7.0...v17.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6c8215d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    c40c6b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. build(deps): bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 (#2768)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.1 to 17.7.2.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.7.1...v17.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5029a0c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    5610c3b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    f8aee83 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    dcc31b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    57a29e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e0bf54 View commit details
    Browse the repository at this point in the history
  3. [feat] Expose WebCommitSignoffRequired and HasDiscussions for get and…

    … update repository objects (#2773)
    SlyckLizzie authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    50265be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03e7644 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    958bc5f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    0238092 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    d79ca99 View commit details
    Browse the repository at this point in the history
  2. [fix]: Bumps GitVersion.Tool

    Update to the latest stable version of GitVersion.Tool that supports .NET 6.
    Resolves #2791.
    
    Co-authored-by: Nick Floyd <[email protected]>
    martincostello and nickfloyd authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    12e29ab View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. [feat]: Add archive url to repository info

    * Add archive url to repository info
    
    * Add test
    
    ---------
    
    Co-authored-by: Perry <[email protected]>
    perrylets and Perry authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5dd3cfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdd93c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b3abda View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. (fix) RepositoryContentsClient.GetArchive does not return the expecte…

    …d binary content (#2803)
    
    * (GH-2802) Add unit test to demonstrate the problem
    
    This unit test currently fails which demonstrates the problem and it should pass when I am done with the PR
    
    * (GH-2802) Add a GetRaw method that accepts a timeout
    
    I debated adding an optional parameter for the timeout to the existing GetRaw method (which would be my personal preference) but it would be a breaking change and I doubt the Octokit team would be interested in such a change
    
    * (GH-2802) Invoke `GetRaw` rather than `Get>byte[]>` when retrieving a repo's archive content.
    
    This ensure stream content are handled properly and solves the problem described in GitHub issue 2802
    
    * (GH-2802) Fix unit tests that got broken due to my recent change to the GetArchive method
    
    * (GH-2802) Fix formatting
    
    * (GH-2802) Fix more formatting
    Jericho authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    1eac831 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 (#2805)

    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@2.5.1...2.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    1b802a9 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump xunit from 2.5.1 to 2.5.3 (#2804)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3.
    - [Commits](https://github.com/xunit/xunit/commits)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    35d2ee4 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. [feat]: Add RenameBranch method to RepositoryBranchesClient (#2799)

    * added RenameBranch method to RepositoryBranchesClient
    
    * revert forced version
    
    * tabs -> spaces :(
    
    ---------
    
    Co-authored-by: Nick Floyd <[email protected]>
    Co-authored-by: Keegan Campbell <[email protected]>
    3 people authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    335632b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    27aa6e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. build(deps): bump xunit from 2.5.3 to 2.6.1 (#2808)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.1.
    - [Commits](xunit/xunit@2.5.3...2.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c015d8c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. [fix] Fix handling for Streams in IConnection for raw content (#2791)

    * Fix handling for Streams
    
    Fix `NullReferenceException` if raw content was handled as a string rather than a stream by `HttpClientAdapter.BuildResponse()`.
    Resolves #2789.
    
    * Add Connection.GetRaw tests
    
    Add tests for `Connection.GetRaw()` and for #2789.
    
    ---------
    
    Co-authored-by: Keegan Campbell <[email protected]>
    martincostello and kfcampbell authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4f826bc View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. [feat]: Adds GraphQL rate limit property to the rate limit client

    add in graphql rate limit
    SlyckLizzie authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f679108 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. build(deps): bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 (#2811)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.7.2...v17.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    896e7f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. build(deps): bump xunit.runner.visualstudio from 2.5.3 to 2.5.4 (#2815)

    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@2.5.3...2.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    7af9e84 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 (#2816

    )
    
    Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.1 to 8.0.0.
    - [Release notes](https://github.com/dotnet/sourcelink/releases)
    - [Commits](dotnet/sourcelink@1.1.1...8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.SourceLink.GitHub
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b24351e View commit details
    Browse the repository at this point in the history
  3. build(deps): bump Microsoft.Bcl.AsyncInterfaces from 7.0.0 to 8.0.0 (#…

    …2817)
    
    Bumps [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0.
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v7.0.0...v8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.Bcl.AsyncInterfaces
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f33cca5 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

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

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    9644000 View commit details
    Browse the repository at this point in the history
  2. 🚧 Workflows have changed (#2830)

    Updates for workflows
    octokitbot authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a74efef View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. build(deps): bump xunit.runner.visualstudio from 2.5.4 to 2.5.5 (#2831)

    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@2.5.4...2.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    849be93 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump xunit from 2.6.1 to 2.6.3 (#2834)

    * build(deps): bump xunit from 2.6.1 to 2.6.3
    
    Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.3.
    - [Commits](xunit/xunit@2.6.1...2.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Add required async/awaits
    
    * public async void --> public async Task
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Keegan Campbell <[email protected]>
    dependabot[bot] and kfcampbell authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    c895ac8 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump Cake.Frosting from 2.3.0 to 4.0.0 in /build (#2814)

    * build(deps): bump Cake.Frosting from 2.3.0 to 4.0.0 in /build
    
    Bumps [Cake.Frosting](https://github.com/cake-build/cake) from 2.3.0 to 4.0.0.
    - [Release notes](https://github.com/cake-build/cake/releases)
    - [Changelog](https://github.com/cake-build/cake/blob/develop/ReleaseNotes.md)
    - [Commits](cake-build/cake@v2.3.0...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: Cake.Frosting
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Lifetime.cs#Setup inheritance fixed
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Nick Floyd <[email protected]>
    Co-authored-by: Keegan Campbell <[email protected]>
    3 people authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    7b7cfd3 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. build(deps): bump xunit from 2.6.3 to 2.6.4 (#2841)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.6.3 to 2.6.4.
    - [Commits](xunit/xunit@2.6.3...2.6.4)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4c5edf5 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump xunit.runner.visualstudio from 2.5.5 to 2.5.6 (#2840)

    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.6.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@2.5.5...2.5.6)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    0e38662 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48d061a View commit details
    Browse the repository at this point in the history
  4. [FEAT]: Adding Copilot for Business support (#2826)

    * initial tests and implementation of Copilot for Business client API
    
    * updated billing settings documentation
    
    * renames and refactors - clarity and simplified
    
    * using context to ensure license clean up
    
    * extra documentation and used ApiOptions instead of custom class
    
    * implemented observable clients
    
    * Fixing convention issues
    
    * renaming for clarity
    
    ---------
    
    Co-authored-by: Nick Floyd <[email protected]>
    dylan-asos and nickfloyd authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    a2a4f09 View commit details
    Browse the repository at this point in the history
  5. [feat]: Implement Actions OIDC Client (#2828)

    implement actions OIDC client
    
    Co-authored-by: Nick Floyd <[email protected]>
    SlyckLizzie and nickfloyd authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f9c5b69 View commit details
    Browse the repository at this point in the history
  6. [Fix]: The methods GetAllForCurrentWithTimestamps and `GetAllForUse…

    …rWithTimestamps` now return timestamps.
    
    * Fix unit tests.
    
    * Fix integration tests.
    
    * Fix to use `AcceptHeaders.StarJson`.
    
    ---------
    
    Co-authored-by: Nick Floyd <[email protected]>
    MareMare and nickfloyd authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    3e92a69 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. [FEAT] Add support for "Require approval of the most recent reviewabl…

    …e push" (#2839)
    
    Add support for "Require approval of the most recent reviewable push"
    
    Co-authored-by: Nick Floyd <[email protected]>
    ChrisAnn and nickfloyd authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    b1a2cf5 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. build(deps): bump xunit from 2.6.4 to 2.6.6 (#2853)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.6.4 to 2.6.6.
    - [Commits](xunit/xunit@2.6.4...2.6.6)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b57cc53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4254287 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. fix: Fixes PushId datatype to not overflow (fix user activity exception)

    Bug introduced in #2795 Closes #2822
    
    Co-authored-by: Nick Floyd <[email protected]>
    mitchcapper and nickfloyd authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    9bd519f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. [DOCS]: Removed the Related Projects Section from the README (#2860)

    docs: removed related projects from `README`
    wesdevpro authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    edd080b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    c9ddf3e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    2a87dd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e87aa64 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. docs: link corrections (#2874)

    Fix a couple of master --> main branches in links
    kfcampbell authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    39d6896 View commit details
    Browse the repository at this point in the history
  2. Fix: Add RequiredSignatures to the BranchProtectionSettingsUpdate

    … Type (#2873)
    
    * fix: added `RequiredSignatures` to the `BranchProtectionSettingsUpdate` types.
    
    - Fixes #2855
    - Updated `BranchProtectionSettingsUpdate` by adding `RequiredSignatures`.
    - Update all integration `xUnit` tests to check for the `RequiredSignatures` property.
    
    * docs: add comment documenting the `RequiredSignatures` property
    wesdevpro authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    350b8fe View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. build(deps): bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (#2884)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.8.0...v17.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    bf3a3a3 View commit details
    Browse the repository at this point in the history
  2. feat: Adds cancel invitation

    * Added api request to cancel an organization invitation
    
    * Added tests
    
    ---------
    
    Co-authored-by: Nick Floyd <[email protected]>
    Thomas Lem and nickfloyd authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c2178a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    e4af6f9 View commit details
    Browse the repository at this point in the history
  2. maint: Update Dockerfile to omit mkdocs so that pre-builds will compl…

    …ete successfully (#2886)
    
    Currently prebuilds are failing and we might need to move from python3-pip to python3-full which will add build time and a few other variables into our pipeline.  Looking to put in a simple workaround for now (so that codespaces spin up does not cause a huge time delay as well as to fix create code spaces functionally from GitHub.com
    nickfloyd authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b87c3d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. build(deps): bump xunit from 2.6.6 to 2.7.0 (#2888)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.6.6 to 2.7.0.
    - [Commits](xunit/xunit@2.6.6...2.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6b58e9b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. maint: build(deps): bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 (

    #2887)
    
    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.6 to 2.5.7.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@2.5.6...2.5.7)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    40041f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Change "IssueId" to long (#2890)

    * Change "IssueId" to `long`
    
    * Change "Id" to `long` in ctor
    
    * Change from `int` to `long` for issue id in "NewPullRequest"
    Leh2 authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d27d1f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. feat: Add create organization invitation via email (#2895)

    * Add API request to create org invitation
    
    * Add tests for create org invitation
    
    * Add IObservable API request to create org invitation
    
    * Add tests for IObservable create org invitation
    skyemcleman authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    41d5d24 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    1dc9c5e View commit details
    Browse the repository at this point in the history
  2. BREAKING CHANGE (behavior): Modify caching to only attempt to update …

    …the response cache if a 2xx response code is received from GitHub (#2877)
    
    Only update response cache for successful api responses
    
    Co-authored-by: Nick Floyd <[email protected]>
    daverant and nickfloyd authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    92ff70b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. feat/fix: Allow zip MIME type (#2902)

     Not a standard MIME type but see issue #2898
    thomhurst authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    889bf25 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    4ca8f1c View commit details
    Browse the repository at this point in the history
  2. Fix xUnit Warnings (#2906)

    * Fix xUnit Warnings
    
    * Fix
    
    * Fix formatting in AsyncPaginationExtensionGenerator.cs
    
    ---------
    
    Co-authored-by: Keegan Campbell <[email protected]>
    thomhurst and kfcampbell authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    cd18353 View commit details
    Browse the repository at this point in the history
  3. Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 (#2908)

    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.7 to 2.5.8.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@2.5.7...2.5.8)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a22e7a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Bump xunit from 2.7.0 to 2.7.1 (#2909)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.7.0 to 2.7.1.
    - [Commits](xunit/xunit@2.7.0...2.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    5f4d939 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 (#2914)

    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.8 to 2.8.0.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@2.5.8...2.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2856095 View commit details
    Browse the repository at this point in the history
  2. Bump xunit from 2.7.1 to 2.8.0 (#2913)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.7.1 to 2.8.0.
    - [Commits](xunit/xunit@2.7.1...2.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    110b4e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Fix #2693 PageCount doesn't work if the query gets constructed with p…

    …age number as the first query parameter (#2911)
    
    Fix #2693
    
    Co-authored-by: Keegan Campbell <[email protected]>
    andrew-from-toronto and kfcampbell authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a317340 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Fix Pacakges typo (#2917)

    seedysoft authored May 13, 2024
    Configuration menu
    Copy the full SHA
    615dee9 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Bump xunit from 2.8.0 to 2.8.1 (#2919)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.8.0 to 2.8.1.
    - [Commits](xunit/xunit@2.8.0...2.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    92792ac View commit details
    Browse the repository at this point in the history
  2. Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 (#2920)

    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.8.0 to 2.8.1.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@2.8.0...2.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    5d15e86 View commit details
    Browse the repository at this point in the history
  3. Bump System.Reactive from 6.0.0 to 6.0.1 (#2921)

    Bumps [System.Reactive](https://github.com/dotnet/reactive) from 6.0.0 to 6.0.1.
    - [Release notes](https://github.com/dotnet/reactive/releases)
    - [Commits](https://github.com/dotnet/reactive/commits/ixnet-v6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: System.Reactive
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Keegan Campbell <[email protected]>
    dependabot[bot] and kfcampbell authored May 28, 2024
    Configuration menu
    Copy the full SHA
    f937f56 View commit details
    Browse the repository at this point in the history
  4. Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 (#2922)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.9.0 to 17.10.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.9.0...v17.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Keegan Campbell <[email protected]>
    dependabot[bot] and kfcampbell authored May 28, 2024
    Configuration menu
    Copy the full SHA
    f8b9f7c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. 🚧 Workflows have changed (#2925)

    Updates for workflows
    octokitbot authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f5ee959 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. fix: comment id model update to long instead of int

    * #2927: comment id model update to long instead of int
    
    * #2927: code review fixes (1)
    
    * #2927: code review fixes (2)
    
    * #2927: comment id model update to long instead of int: unit tests fix
    
    * #2927: code review fixes
    
    * Fixed most names of parameters
    
    ---------
    
    Co-authored-by: Victor Vorobyev <[email protected]>
    Co-authored-by: Brian C. Arnold <[email protected]>
    3 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6c43183 View commit details
    Browse the repository at this point in the history

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

Commits on Jul 2, 2024

  1. [FIX]: reworks all number parameter names to represent what they actu…

    …ally are. Refactors some types to be the appropriate types based on OpenAPI and docs. (#2948)
    
    * reworks all number parameter names to represent what they actually are. Refactors some types to be the appropriate types based on OpenAPI and docs.
    
    * updates interfaces and implementations for id naming
    
    * updates reactive to match sync SDKs
    nickfloyd authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6bb0408 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 (#2952)

    Bumps xunit.runner.visualstudio from 2.8.1 to 2.8.2.
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8199c03 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. maint: Bump xunit from 2.8.1 to 2.9.0 (#2951)

    Bumps xunit from 2.8.1 to 2.9.0.
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Nick Floyd <[email protected]>
    dependabot[bot] and nickfloyd authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    148162a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Adding support for creating Codespaces and getting available machine …

    …types (#2929)
    
    Adding support for creating Codespaces
    Aaron-Junker authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    35f1784 View commit details
    Browse the repository at this point in the history
  2. Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 (#2958)

    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.8.1 to 2.8.2.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@2.8.1...2.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    799d464 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Add support for Workflows CreateDispatch via repository ID (#2960)

    Add support for workflow dispatch via repository ID
    Cyberboss authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c5ce608 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 (#2961)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.10.0 to 17.11.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.10.0...v17.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    21559ef View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Fix runner group access return type (#2965)

    * Fix runner group access return type
    
    * Fix tests
    
    * Fix observables
    MatisseHack authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    160a723 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 (#2966)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.11.0 to 17.11.1.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.11.0...v17.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d315b32 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Bump xunit from 2.9.0 to 2.9.1 (#2968)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.9.0 to 2.9.1.
    - [Commits](xunit/xunit@2.9.0...2.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8b0945c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Bump xunit from 2.9.1 to 2.9.2 (#2972)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.9.1 to 2.9.2.
    - [Commits](xunit/xunit@v2-2.9.1...v2-2.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    28ae4ef View commit details
    Browse the repository at this point in the history