-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve report & PR feature documentation (#861)
- Loading branch information
1 parent
6a59e81
commit c86f258
Showing
22 changed files
with
154 additions
and
63 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
docs/docs/documentation/pull-request-systems/appveyor/examples/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
--- | ||
title: Examples | ||
description: Examples for using the Cake.Issues.PullRequests.AppVeyor addin. | ||
icon: material/test-tube | ||
--- | ||
|
||
<div class="grid cards" markdown> | ||
|
||
- [Writting Messages To AppVeyor](write-messages.md) | ||
- [GitHub PullRequest Integration](github-pullrequest-integration.md) | ||
|
||
</div> | ||
|
||
!!! info | ||
There's a [demo repository](https://github.com/pascalberger/Cake.Issues-Demo) | ||
available which you can fork and to which you can create pull requests to test the integration functionality. |
23 changes: 11 additions & 12 deletions
23
docs/docs/documentation/pull-request-systems/appveyor/features.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,30 @@ | ||
--- | ||
title: Features | ||
description: Features of the Cake.Issues.PullRequests.AppVeyor addin. | ||
icon: material/creation-outline | ||
--- | ||
|
||
The [Cake.Issues.PullRequests.AppVeyor addin] reports issues as messages to AppVeyor builds. | ||
The [Cake.Issues.PullRequests.AppVeyor addin]{target="_blank"} reports issues as messages to AppVeyor builds. | ||
|
||
![AppVeyor messages](appveyor-messages.png "AppVeyor messages") | ||
|
||
!!! info | ||
There's a [demo repository] available which you can fork and to which you can create pull requests to test the integration functionality. | ||
There's a [demo repository]{target="_blank"} available which you can fork and to which you can create pull requests to test the integration functionality. | ||
|
||
## Basic features | ||
|
||
* Reports issues as messages to AppVeyor builds. | ||
* Messages can be written as comment to GitHub pull requests. | ||
See [GitHub pull request integration] for an example. | ||
- [x] Reports issues as messages to AppVeyor builds. | ||
- [x] Messages can be written as comment to GitHub pull requests. | ||
See [GitHub pull request integration] for an example. | ||
|
||
## Supported capabilities | ||
|
||
The [Cake.Issues.PullRequests.AppVeyor addin] doesn't support any additional capabilities. | ||
The [Cake.Issues.PullRequests.AppVeyor addin]{target="_blank"} doesn't support any additional capabilities. | ||
|
||
| | Capability | Remarks | | ||
|------------------|--------------------------------|--------------------------------| | ||
| | Checking commit ID | | | ||
| | Discussion threads | | | ||
| | Filtering by modified files | | | ||
- [ ] Checking commit ID | ||
- [ ] Discussion threads | ||
- [ ] Filtering by modified files | ||
|
||
[demo repository]: https://github.com/pascalberger/Cake.Issues-Demo | ||
[Cake.Issues.PullRequests.AppVeyor addin]: https://www.nuget.org/packages/Cake.Issues.PullRequests.AppVeyor | ||
[Cake.Issues.PullRequests.AppVeyor addin]: https://cakebuild.net/extensions/cake-issues-pullrequests-appveyor/ | ||
[GitHub pull request integration]: ./examples/github-pullrequest-integration.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
docs/docs/documentation/pull-request-systems/azure-devops/examples/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
--- | ||
title: Examples | ||
description: Examples for using the Cake.Issues.PullRequests.AzureDevOps addin. | ||
icon: material/test-tube | ||
--- | ||
|
||
<div class="grid cards" markdown> | ||
|
||
- [Using With Pull Request ID](pullrequest-id.md) | ||
- [Using With Repository Remote URL And Source Branch Name](repository-information.md) | ||
- [Using With Azure Pipelines](azure-pipelines.md) | ||
|
||
</div> | ||
|
||
!!! info | ||
There's a [demo repository](https://dev.azure.com/pberger/Cake.Issues-Demo){target="_blank"} | ||
available which you can fork and to which you can create pull requests to test the integration functionality. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
docs/docs/documentation/pull-request-systems/azure-devops/setup.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
docs/docs/documentation/pull-request-systems/github-actions/examples/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Examples | ||
description: Examples for using the Cake.Issues.PullRequests.GitHubActions addin. | ||
icon: material/test-tube | ||
--- | ||
|
||
<div class="grid cards" markdown> | ||
|
||
- [Create Annotations In GitHub Actions](write-annotations.md) | ||
|
||
</div> |
19 changes: 9 additions & 10 deletions
19
docs/docs/documentation/pull-request-systems/github-actions/features.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
--- | ||
title: Features | ||
description: Features of the Cake.Issues.PullRequests.GitHubActions addin. | ||
icon: material/creation-outline | ||
--- | ||
|
||
The [Cake.Issues.PullRequests.GitHubActions addin] creates annotations from issues when running on GitHub actions. | ||
The [Cake.Issues.PullRequests.GitHubActions addin]{target="_blank"} creates annotations from issues when running on GitHub actions. | ||
|
||
![Pull request integration](githubactions-pullrequest-integration.png "Pull request integration") | ||
|
||
## Basic features | ||
|
||
* Reports issues as annotations to GitHub Actions builds. | ||
* Group issues in log output by provider and run information. | ||
- [x] Reports issues as annotations to GitHub Actions builds. | ||
- [x] Group issues in log output by provider and run information. | ||
|
||
## Supported capabilities | ||
|
||
The [Cake.Issues.PullRequests.GitHubActions addin] doesn't support any additional capabilities. | ||
The [Cake.Issues.PullRequests.GitHubActions addin]{target="_blank"} doesn't support any additional capabilities. | ||
|
||
| | Capability | Remarks | | ||
|------------------|--------------------------------|--------------------------------| | ||
| | Checking commit ID | | | ||
| | Discussion threads | | | ||
| | Filtering by modified files | | | ||
- [ ] Checking commit ID | ||
- [ ] Discussion threads | ||
- [ ] Filtering by modified files | ||
|
||
[Cake.Issues.PullRequests.GitHubActions addin]: https://www.nuget.org/packages/Cake.Issues.PullRequests.GitHubActions | ||
[Cake.Issues.PullRequests.GitHubActions addin]: https://cakebuild.net/extensions/cake-issues-pullrequests-githubactions/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
--- | ||
title: Features | ||
description: Features of the Cake.Issues.Reporting.Console addin. | ||
icon: material/creation-outline | ||
--- | ||
|
||
The [Cake.Issues.Reporting.Console addin] provides the following features: | ||
The [Cake.Issues.Reporting.Console addin]{target="_blank"} provides the following features: | ||
|
||
* Prints issues containing line and column information. | ||
* Group issues by rule | ||
- [x] Prints issues containing line and column information. | ||
- [x] Group issues by rule | ||
|
||
Reports: | ||
|
||
* Number of issues by provider | ||
* Number of issues by priority for every provider and run | ||
- [x] Number of issues by provider | ||
- [x] Number of issues by priority for every provider and run | ||
|
||
[Cake.Issues.Reporting.Console addin]: https://www.nuget.org/packages/Cake.Issues.Reporting.Console | ||
[Cake.Issues.Reporting.Console addin]: https://cakebuild.net/extensions/cake-issues-reporting-console/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
docs/docs/documentation/report-formats/generic/examples/index.cshtml
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
docs/docs/documentation/report-formats/generic/examples/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Examples | ||
description: Examples for using the Cake.Issues.Reporting.Generic addin. | ||
icon: material/test-tube | ||
--- | ||
|
||
<div class="grid cards" markdown> | ||
|
||
- [Embedded Default Template](default-template.md) | ||
- [Custom Template](custom-template.md) | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
docs/docs/documentation/report-formats/generic/templates/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
--- | ||
title: Template Gallery | ||
description: Gallery of available out of the box and 3rd party templates. | ||
icon: material/image | ||
--- | ||
|
||
<div class="grid cards" markdown> | ||
|
||
- [HTML DevExtreme Data Grid](htmldxdatagrid.md) | ||
- [HTML Data Table](htmldatatable.md) | ||
- [HTML Diagnostic](htmldiagnostic.md) | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
--- | ||
title: Features | ||
description: Features of the Cake.Issues.Reporting.Sarif addin. | ||
icon: material/creation-outline | ||
--- | ||
|
||
The [Cake.Issues.Reporting.Sarif addin] provides the following features: | ||
The [Cake.Issues.Reporting.Sarif addin]{target="_blank"} provides the following features: | ||
|
||
* Creates SARIF compatible files. | ||
- [x] Creates SARIF compatible files. | ||
|
||
Supports the following properties in the SARIF report: | ||
|
||
* RuleId | ||
* Message | ||
* Kind | ||
* Level | ||
* Location | ||
* RuleUrl | ||
- [x] RuleId | ||
- [x] Message | ||
- [x] Kind | ||
- [x] Level | ||
- [x] Location | ||
- [x] RuleUrl | ||
|
||
[Cake.Issues.Reporting.Sarif addin]: https://www.nuget.org/packages/Cake.Issues.Reporting.Sarif | ||
[Cake.Issues.Reporting.Sarif addin]: https://cakebuild.net/extensions/cake-issues-reporting-sarif/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters