All Projects → scribu → Travis Stats

scribu / Travis Stats

Licence: agpl-3.0
Travis CI build charts

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Travis Stats

travis-github-chrome-extension
This is chrome extension for github page showing travis-ci pipeline status
Stars: ✭ 25 (-47.92%)
Mutual labels:  chart, travis-ci
Ci Buildstats
Little widget to display AppVeyor, TravisCI, CircleCI, GitHub Actions or Azure Pipelines build history charts and other SVG badges.
Stars: ✭ 134 (+179.17%)
Mutual labels:  travis-ci, chart
Kitchen In Travis
Chef cookbook example to run test-kitchen inside Travis CI.
Stars: ✭ 36 (-25%)
Mutual labels:  travis-ci
Svg Radar Chart
Generate SVG radar charts.
Stars: ✭ 45 (-6.25%)
Mutual labels:  chart
React Vis
Data Visualization Components
Stars: ✭ 8,091 (+16756.25%)
Mutual labels:  chart
Big Album Art
[RETIRED] A Flask app to display almost-fullscreen album art for your currently playing Spotify songs. Enjoy the visuals!
Stars: ✭ 38 (-20.83%)
Mutual labels:  travis-ci
Go Chartjs
golang library to make https://chartjs.org/ plots (this is vanilla #golang, not gopherjs)
Stars: ✭ 42 (-12.5%)
Mutual labels:  chart
Luckysheet
Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.
Stars: ✭ 9,772 (+20258.33%)
Mutual labels:  chart
React Echarts V3
React.js(v16.x+) component wrap for ECharts.js(v3.x+)
Stars: ✭ 48 (+0%)
Mutual labels:  chart
Caroline
A simple Cairo Chart Library for GTK and Vala
Stars: ✭ 41 (-14.58%)
Mutual labels:  chart
Shaf Chart
Custom element that upgrades table to a chart
Stars: ✭ 45 (-6.25%)
Mutual labels:  chart
Echarts For Vue
📊📈 ECharts wrapper component for Vue 3 and 2
Stars: ✭ 42 (-12.5%)
Mutual labels:  chart
Android Ndk
[Deprecated] Installed android-ndk for speedy cloning into Travis CI worker VM.
Stars: ✭ 38 (-20.83%)
Mutual labels:  travis-ci
React Drawer
react.js drawer component
Stars: ✭ 42 (-12.5%)
Mutual labels:  travis-ci
D3 In Motion
Code examples and references for the course "D3.js in Motion"
Stars: ✭ 37 (-22.92%)
Mutual labels:  chart
Fund Crawler
基于NodeJS的基金数据爬虫,爬取的数据存于github的@nullpointer/fund-data。
Stars: ✭ 46 (-4.17%)
Mutual labels:  travis-ci
Angular Library Starter Kit
Angular 5 Library Starter Kit based on Angular-CLI
Stars: ✭ 35 (-27.08%)
Mutual labels:  travis-ci
Nagios Plugins
450+ AWS, Hadoop, Cloud, Kafka, Docker, Elasticsearch, RabbitMQ, Redis, HBase, Solr, Cassandra, ZooKeeper, HDFS, Yarn, Hive, Presto, Drill, Impala, Consul, Spark, Jenkins, Travis CI, Git, MySQL, Linux, DNS, Whois, SSL Certs, Yum Security Updates, Kubernetes, Cloudera etc...
Stars: ✭ 1,000 (+1983.33%)
Mutual labels:  travis-ci
Barchart Master
自动伸缩的chart
Stars: ✭ 42 (-12.5%)
Mutual labels:  chart
Vaadin Charts
Vaadin Charts is a feature-rich interactive graph library that answers the data visualization needs of modern web applications
Stars: ✭ 47 (-2.08%)
Mutual labels:  chart

travis-stats

Charts for Travis CI.

Demo: http://scribu.github.io/travis-stats/#wp-cli/wp-cli

Blog post: http://scribu.net/blog/travis-ci-build-stats.html

Private repositories

If you want to show charts for private repositories, you'll have to host the files yourself.

Add a config.json file in the root directory, with an API token:

{
	"travis_api_token": "YOUR TOKEN",
	"travis_api_endpoint": "api.travis-ci.org",
	"travis_endpoint": "travis-ci.org"
}

Important: To avoid getting your API token stolen, configure your server to require basic auth before serving both index.html and config.json.

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].