diff --git a/docs/_docs/install/compose.md b/docs/_docs/install/compose.md new file mode 100644 index 00000000..ea880541 --- /dev/null +++ b/docs/_docs/install/compose.md @@ -0,0 +1,49 @@ +--- +title: Docker Compose +permalink: /docs/install/compose/ +redirect_from: /docs/index.html +--- + +
- No need to jump between tools to see what failed your Quality Gate. Swingletree uses the GitHub - Checks API to annotate findings in your commits and pull requests. Supports GitHub Enterprise. + Swingletree uses the GitHub Checks API to annotate findings in your commits and pull requests. Supports GitHub Enterprise.
- Swingletree stores the results of received build reports in GitHub and - ElasticSearch. + Provides integration to Gitea using the Gitea Commit Status API.
- Swingletree persists each received report to ElasticSearch. View build information via the Swingletree - webinterface or use Grafana/Kibana to process the stored data into neat graphs. + View build information via the Swingletree webinterface or use Grafana/Kibana to process the stored data into neat graphs.
+ Swingletree stores the results of received build reports in GitHub and + ElasticSearch. +
+Posting and deleting analysis results as comments into the Pull Request conversation clutters the discussion and may lead to misunderstandings due to automated deletions. @@ -72,6 +72,27 @@
+ +
+ Swingletree annotates the code inside the Pull Request with the SonarQube findings. Developers do not + have to leave GitHub. +
+ ++ +
+ + + ++ Swingletree can integrate with Gitea to annotate commits using the Gitea Commit Status API. The results + are visible in the commits and Pull Requests +
++ +