Chris Simpson
8b5a7fceaf
feat: Fixing master > main in integration tests ( #2489 )
2022-07-20 17:17:10 -05:00
Chris Simpson
13ba84b060
fix: Trims trailing slashes from user passed paths that appear before query string parameters ( #2486 )
2022-07-15 14:50:35 -05:00
Chris Simpson
5cf604b0a4
feat: Adds missing properties to the branch protection response object ( #2485 )
2022-07-15 14:46:56 -05:00
Chris Simpson
55e2072be3
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
2022-07-15 14:42:19 -05:00
Tim Rogers
d32c9a432c
docs: Update organizations-related GetAllForUser method docs to make it clear that only public memberships are returned ( #2487 )
2022-07-15 14:32:39 -05:00
Martin Costello
ab1331a5a2
docs: Fixes GitHubApp response object code docs typo ( #2478 )
2022-07-14 11:15:48 -05:00
Chris Simpson
d15517dff3
maint: Adding App slug tests ( #2477 )
2022-07-14 11:10:15 -05:00
Chris Simpson
fb68c67ff4
feat: Adding DetailsUrl to CheckRun ( #2479 )
2022-07-14 11:04:13 -05:00
Chris Simpson
bfbc2ebbe1
feat: Adding squash title to NewRepository ( #2482 )
2022-07-14 11:01:22 -05:00
dependabot[bot]
aca587b104
[deps] Bump xunit.runner.visualstudio from 2.4.3 to 2.4.5 ( #2440 )
v1.0.0
2022-07-13 14:14:04 -05:00
dependabot[bot]
3f3466c764
[deps] Bump Cake.Frosting from 1.1.0 to 2.2.0 in /build ( #2437 )
2022-07-13 13:31:01 -05:00
Daniel
7384b46772
[feat] Adds the slug field to the GitHubApp response object
2022-07-13 12:52:05 -05:00
Matt
0e469a9e3b
[feat] Deployment task is arbitrary string value ( #2413 )
2022-07-13 12:49:57 -05:00
Chris Simpson
312904022d
[feat] Add AutoMerge and add MergeOptions to NewRepository object ( #2476 )
2022-07-13 12:42:07 -05:00
dependabot[bot]
7ab6dc3cec
[deps] Bump NSubstitute from 4.3.0 to 4.4.0 ( #2475 )
2022-07-13 12:39:52 -05:00
samvdd-247
f6e541d616
[FEAT] Update permissions based on GitHub documentation ( #2424 )
2022-07-11 11:00:00 -05:00
tasadar2
8e6bcd1e49
[FEAT] Added enterprise pre-receive hooks client ( #2375 )
2022-07-11 09:59:24 -05:00
Stefan-J-Hanke
2179065201
[DOCS] Corrects links into github documentation ( #2378 )
2022-07-11 09:23:08 -05:00
Jan Verhaeghe
f92f0b8194
[FEAT] add Triage/Maintain permission ( #2467 )
2022-07-11 09:12:20 -05:00
dependabot[bot]
73b7a7a18c
[DEPS] Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 ( #2372 )
2022-07-11 09:10:15 -05:00
dependabot[bot]
1a98d8f0d8
[DEPS] Bump NSubstitute from 4.2.2 to 4.3.0 ( #2402 )
2022-07-11 09:08:15 -05:00
Tim Rogers
3d6cdc459f
[MAINT] Tweak User-Agent to refer to Octokit.net, not just Octokit ( #2447 )
2022-07-11 09:04:44 -05:00
Chris Simpson
b023602347
[FEAT] Adding in handling for secondary rate limit exceptions ( #2473 )
2022-07-11 09:03:31 -05:00
dependabot[bot]
6f78c521bc
[deps] Microsoft.NET.Test.Sdk from 16.11.0 to 17.2.0 ( #2445 )
2022-07-11 09:02:57 -05:00
Lee Boynton
23a91a492e
Add method to check if repo vulnerability alerts are enabled ( #2453 )
2022-07-06 11:29:21 -05:00
Chris Simpson
f317f9dadc
Support for IsTemplate and Create Template from Repository ( #2331 )
v0.52.0
2022-06-30 15:20:45 -05:00
Nick Floyd
659ce5f4f7
Adds mono-complete to the dev container ( #2468 )
...
adds mono to docker - this is a test/env dependency
2022-06-30 08:33:46 -05:00
Nick Floyd
7144e29275
Uses https instead of http so that the badges will load ( #2461 )
2022-06-17 14:47:49 -05:00
Nick Floyd
30c0ad59ae
Update SECURITY.md
2022-06-16 15:03:38 -05:00
Nick Floyd
1f7362acfa
Create SECURITY.md
2022-06-16 13:14:32 -05:00
Nick Floyd
bfdcb18f38
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
2022-06-10 10:35:06 -05:00
Nick Floyd
a5afcc229f
Create codeql-analysis.yml
2022-05-27 13:57:14 -05:00
Aditi Takle
316c343d67
Add Draft to MergeableState enum ( #2381 )
2022-05-26 16:49:12 -05:00
Tim Rogers
727029c5d2
Use the official Codespaces template configuration, rather than something homegrown ( #2449 )
...
* Test commit
Hello!
* Correct indentation in `.devcontainer`
* Change devcontainer name to `Octokit.net`
2022-05-19 09:48:53 +01:00
Tim Rogers
bbddb9d723
Explicitly configure identation settings for VSCode ( #2450 )
...
This adds explicit configuration to `.vscode/settings.json` so we
use two spaces for indentation, rather than relying on the user's
own settings or automatic detection.
2022-05-19 09:42:57 +01:00
Tim Rogers
218f89f136
Fix the Visual Studio Code tasks configuration file ( #2448 )
...
This fixes the Visual Studio Code tasks configuration file
(`.vscode/tasks.json`), which somehow got corrupted, meaning
that it was no longer valid and didn't work.
2022-05-19 09:41:39 +01:00
Tim Rogers
c9a7533f2c
Configure the project for GitHub Codespaces ( #2443 )
...
* Add configuration for Codespaces
This adds a simple Codespaces configuration,
`.devcontainer/devcontainer.json`, to the project.
It uses v3.1 of the .NET Core SDK from Docker Hub, installs
Python 3 and `mkdocs` to support building the docs and includes
useful VS Code extensions for working on the project.
* Add VS Code tasks for running tests and building the docs
This improves the Visual Studio Code tasks definitions (`.vscode/
tasks.json`), adding pre-defined tasks for running unit and
convention tests and building the docs.
Codespaces magic means that, when you build the docs, the port
will automatically be opened so you can view the docs in real
time at `localhost:4000`.
2022-05-13 10:03:24 +01:00
Nick Floyd
74a2c7b97d
Cleans up unnecessary ticks
2022-05-10 16:43:21 -05:00
Nick Floyd
486c83a23e
adds stale bot functionallity via action and removes the stalebot config ( #2442 )
2022-05-10 16:36:37 -05:00
Nick Floyd
8e800f29c6
creates the config file for stalebot to help us clean up old/inactive issues ( #2441 )
2022-05-10 10:53:37 -05:00
Nick Floyd
c4e6fcdbcc
Updates the repo docs with the current release workflow ( #2438 )
...
* updates the repo docs with the current release workflow
2022-04-27 14:49:19 -05:00
Union Palenshus
77213430f1
Adding support for the Device Flow Oauth authentication pattern ( #2310 )
...
Adding support for the Device Flow Oauth authentication pattern
2022-04-20 16:29:10 -05:00
dependabot[bot]
b4d7fb0978
Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.11.0 ( #2350 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 16.9.4 to 16.11.0.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-23 09:28:25 -03:00
dependabot[bot]
e52e6d71b7
Bump GitHubJwt from 0.0.4 to 0.0.5 ( #2348 )
...
Bumps [GitHubJwt](https://github.com/adriangodong/githubjwt ) from 0.0.4 to 0.0.5.
- [Release notes](https://github.com/adriangodong/githubjwt/releases )
- [Commits](https://github.com/adriangodong/githubjwt/compare/0.0.4...0.0.5 )
---
updated-dependencies:
- dependency-name: GitHubJwt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-23 09:28:14 -03:00
Pedro Brito
b829a8443e
Add Swift language ( #2344 )
...
Co-authored-by: Pedro Brito <Pedro.Brito@checkmarx.com >
2021-08-23 09:27:09 -03:00
Sean Killeen
2315ef762c
Master --> main text in README ( #2345 )
2021-08-23 09:26:15 -03:00
dependabot[bot]
e9fbe84657
Bump Microsoft.NETFramework.ReferenceAssemblies from 1.0.0 to 1.0.2 ( #2325 )
...
Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet ) from 1.0.0 to 1.0.2.
- [Release notes](https://github.com/Microsoft/dotnet/releases )
- [Commits](https://github.com/Microsoft/dotnet/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 08:41:21 -03:00
Brendan Forster
9558604273
drop Appveyor and Codecov ( #2321 )
2021-04-20 08:09:54 -03:00
dependabot[bot]
15887d92cf
Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.4 ( #2318 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 16.8.3 to 16.9.4.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Commits](https://github.com/microsoft/vstest/compare/v16.8.3...v16.9.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-05 09:37:46 -03:00
dependabot[bot]
356588288e
Bump Cake.Codecov from 1.0.0 to 1.0.1 in /build ( #2316 )
...
Bumps [Cake.Codecov](https://github.com/cake-contrib/Cake.Codecov ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/cake-contrib/Cake.Codecov/releases )
- [Changelog](https://github.com/cake-contrib/Cake.Codecov/blob/develop/GitReleaseManager.yaml )
- [Commits](https://github.com/cake-contrib/Cake.Codecov/compare/1.0.0...1.0.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-29 10:36:29 -03:00