All Projects → dustinmoris → Ci Buildstats

dustinmoris / Ci Buildstats

Licence: gpl-2.0
Little widget to display AppVeyor, TravisCI, CircleCI, GitHub Actions or Azure Pipelines build history charts and other SVG badges.

Programming Languages

fsharp
127 projects

Projects that are alternatives of or similar to Ci Buildstats

ci playground
Playground for Cloud CI development for C++
Stars: ✭ 23 (-82.84%)
Mutual labels:  circleci, travis-ci, appveyor
Skyhook
Parses webhooks and forwards them in the proper format to Discord.
Stars: ✭ 263 (+96.27%)
Mutual labels:  appveyor, travis-ci, circleci
Cibuildwheel
🎡 Build Python wheels for all the platforms on CI with minimal configuration.
Stars: ✭ 620 (+362.69%)
Mutual labels:  appveyor, travis-ci, circleci
Ci Detector
Detect continuous integration environment and get information of current build
Stars: ✭ 138 (+2.99%)
Mutual labels:  appveyor, travis-ci, circleci
cibuildwheel
🎡 Build Python wheels for all the platforms on CI with minimal configuration.
Stars: ✭ 1,350 (+907.46%)
Mutual labels:  circleci, travis-ci, appveyor
scikit-ci
Simpler and centralized CI configuration for Python extensions.
Stars: ✭ 15 (-88.81%)
Mutual labels:  circleci, travis-ci, appveyor
Cargo Make
Rust task runner and build tool.
Stars: ✭ 895 (+567.91%)
Mutual labels:  appveyor, travis-ci, circleci
ci-skip
CI skip comment
Stars: ✭ 35 (-73.88%)
Mutual labels:  circleci, travis-ci, appveyor
CI-Utils
Utilities for running Common Lisp on CI platforms
Stars: ✭ 18 (-86.57%)
Mutual labels:  circleci, travis-ci, appveyor
Radarchartview
Android view (widget) for rendering radial diagrams
Stars: ✭ 488 (+264.18%)
Mutual labels:  chart, widget
Monorepo
Showcase of how to manage building projects inside monorepo with Gradle as build tool and CircleCI, Bitbucket Pipelines, Travis CI or GitHub Actions as CI tool.
Stars: ✭ 129 (-3.73%)
Mutual labels:  travis-ci, circleci
Awesome bot
✅ Validate links in awesome projects
Stars: ✭ 697 (+420.15%)
Mutual labels:  travis-ci, circleci
Flutter badges
A flutter package for creating badges.
Stars: ✭ 391 (+191.79%)
Mutual labels:  badge, widget
Ci helloworld
A simple example of how to setup a complete CI environment for C and C++
Stars: ✭ 357 (+166.42%)
Mutual labels:  appveyor, travis-ci
Tfnotify
A CLI command to parse Terraform execution result and notify it to GitHub
Stars: ✭ 353 (+163.43%)
Mutual labels:  travis-ci, circleci
Zemeroth
😠⚔️😈 A minimalistic 2D turn-based tactical game in Rust
Stars: ✭ 940 (+601.49%)
Mutual labels:  travis-ci, circleci
Polly
🔧 Collection of CMake toolchain files and scripts for cross-platform build and CI testing (GCC, Visual Studio, iOS, Android, Clang analyzer, sanitizers etc.)
Stars: ✭ 778 (+480.6%)
Mutual labels:  appveyor, travis-ci
Bors Ng
👁 A merge bot for GitHub Pull Requests
Stars: ✭ 878 (+555.22%)
Mutual labels:  appveyor, travis-ci
Rainbarf
it's like Rainmeter, but for CLI!
Stars: ✭ 1,087 (+711.19%)
Mutual labels:  chart, widget
Travis Stats
Travis CI build charts
Stars: ✭ 48 (-64.18%)
Mutual labels:  travis-ci, chart

BuildStats.info

A little SVG widget to display build history charts and other badges for public repositories.

Build and Deploy

Build History

Table of contents

Build History Chart

The SVG widget currently works for public repositories built with:

AppVeyorTravisCICircleCIAzure PipelinesGitHub Actions

How it works

The base URL to the SVG widget is:

https://buildstats.info/{buildSystem}/chart/{account}/{project}[/{definitionId}]

Replace {buildSystem} with one of the supported build systems:

  • appveyor
  • travisci
  • circleci
  • azurepipelines
  • github

Replace {account} and {project} with your personal values.

For example https://buildstats.info/appveyor/chart/dustinmoris/ci-buildstats displays the build history chart for this particular project.

The complete markdown for the above chart is as following:

[![Build history](https://buildstats.info/appveyor/chart/dustinmoris/ci-buildstats)](https://ci.appveyor.com/project/dustinmoris/ci-buildstats/history)

The URL for an Azure Pipelines powered graph has an additional route argument for the definition ID which is an Azure Pipelines specific concept:

https://buildstats.info/azurepipelines/chart/MyAccount/MyProject/12

Configuration

Filtering for a specific branch

By default the widget will render a chart for builds from all branches.

You can select a specific branch by appending the branch parameter to the URL (optional):

https://buildstats.info/{buildSystem}/chart/{account}/{project}?branch={branch}

Changing the number of builds

You can specify the maximum build count by appending the buildCount parameter to the URL (optional):

https://buildstats.info/{buildSystem}/chart/{account}/{project}?buildCount={number}

Excluding builds from a pull request

Use the includeBuildsFromPullRequest parameter to include or exclude builds from a pull request (optional):

https://buildstats.info/{buildSystem}/chart/{account}/{project}?includeBuildsFromPullRequest={true/false}

Hiding the text

You can hide the build stats by appending the showStats parameter to the URL (optional):

https://buildstats.info/{buildSystem}/chart/{account}/{project}?showStats={true/false}

Full URL

The full URL to the SVG widget is:

https://buildstats.info/{buildSystem}/chart/{account}/{project}[?buildCount={buildCount}&branch={branch}&includeBuildsFromPullRequest={includeBuildsFromPullRequest}&showStats={true/false}]

NuGet Badges

The URL to the NuGet badge is:

https://buildstats.info/nuget/{packageName}

For example the badge and Markdown for the NUnit NuGet badge would be:

NuGet Badge

[![NuGet Badge](https://buildstats.info/nuget/nunit)](https://www.nuget.org/packages/NUnit/)

Including PreRelease packages

You can append the includePreReleases=true flag to include pre-release packages:

NuGet Badge

[![NuGet Badge](https://buildstats.info/nuget/NServiceBus.PostgreSQL?includePreReleases=true)](https://www.nuget.org/packages/NServiceBus.PostgreSQL/1.0.0-CI00021)

Setting a specific package version

By adding the packageVersion query parameter you can set a specific version:

NuGet Badge

[![NuGet Badge](https://buildstats.info/nuget/NServiceBus.PostgreSQL?includePreReleases=true)](https://www.nuget.org/packages/NServiceBus.PostgreSQL/1.0.0-CI00021)

Setting a fixed width

If you want to control the width of the version and/or downloads label then you can use the vWidth and dWidth query parameters. Both accept an integer value representing the width in pixels:

NuGet Badge

[![NuGet Badge](https://buildstats.info/nuget/Giraffe?vWidth=100&dWidth=100)](https://www.nuget.org/packages/Giraffe)

MyGet Badges

MyGet badges are supported for both the standard MyGet feed as well as MyGet Enterprise customers.

The URL to a MyGet badge from the official feed is:

https://buildstats.info/myget/{feedName}/{packageName}

For example the badge and Markdown for the FSharp.Core package in the .NET Core feed would be:

MyGet Badge

[![MyGet Badge](https://buildstats.info/myget/dotnet-core/NEventSocket)](https://www.myget.org/feed/dotnet-core/package/nuget/FSharp.Core)

The URL to a MyGet badge from an Enterprise feed is:

https://buildstats.info/myget/{subDomain}/{feedName}/{packageName}

For example the badge and Markdown for the Microsoft.Bot.Builder MyGet badge would be:

MyGet Badge

[![MyGet Badge](https://buildstats.info/myget/botbuilder/botbuilder-v4-dotnet-daily/Microsoft.Bot.Builder?includePreReleases=true)](https://botbuilder.myget.org/feed/botbuilder-v4-dotnet-daily/package/nuget/Microsoft.Bot.Builder)

Crates Badges

The URL to a Crates.io badge from the official feed is:

https://buildstats.info/crate/{crateName}

For example the badge and Markdown for the rand Crates.io badge would be:

Crate Badge

[![Crate Badge](https://buildstats.info/crate/rand)](https://crates.io/crates/rand)

Setting a specific package version

By adding the packageVersion query parameter you can set a specific version:

Crate Badge

[![Crate Badge](https://buildstats.info/crate/rand?packageVersion=0.7.0)](https://crates.io/crates/rand/0.7.0)

Additional settings

The includePreReleases, vWidth and dWidth query parameters work the same way as for NuGet badges (see above for more information).

Docker image

You can also self host the application by running CI-BuildStats from a Docker container.

Contributing

Feedback is welcome and pull requests get accepted.

Support

If you've got value from any of the content which I have created, but pull requests are not your thing, then I would also very much appreciate your support by buying me a coffee.

Buy Me A Coffee

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].