GithubHelp home page GithubHelp logo

runt18 / ci-status Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fatman2021/ci-status

0.0 1.0 0.0 1.51 MB

CI status dashboard for all your Travis repositories

Home Page: https://ci-status.com

License: GNU Affero General Public License v3.0

PHP 74.20% HTML 13.87% Shell 0.28% ApacheConf 3.76% CSS 2.18% JavaScript 5.71%

ci-status's Introduction

CI Status dashboard

The CI Status dashboard is a web application that shows a build status summary for all your repositories.

It will fetch the continuous integration status for repositories on Travis-CI.org or Travis-CI.com.

Installation

Requirements

CI Status requires PHP 5.5 or higher. To use CI Status you need a GitHub account and a Travis-CI account.

Create a Github application for OAuth authentication

You need to create a GitHub application so that you can have an Client ID and Client secret to integrate with GitHub's API.

This is necessary to allow users to login into CI Status with their GitHub account.

Production setup

These commands will setup the application and ask you for the application Client ID and Client secret:

$ export SYMFONY_ENV=prod && ./composer.phar install --no-dev -o
$ ./bowerphp.phar install
$ app/console cache:clear --env=prod --no-debug

If you hit GitHub's API limit with Composer, use the --prefer-source flag. If you hit it with Bower, you need to set a BOWERPHP_TOKEN environment variable, see the documentation.

To improve security and privacy, be aware that users GitHub tokens are stored in the sessions. You need to take care of how those sessions are stored on your server to protect those tokens. It is recommended that you set up a short expiration time and ensure that the session files are correctly garbage-collected.

Local setup

CI Status is a standard Symfony application:

$ composer install
$ bower install
$ app/console server:run

Note: on Ubuntu you may need to run sudo apt-get install php5-intl.

Configuration

You can set the following options in app/config/parameters.yml:

parameters:
    # ...

    # Exclude specific repositories from the dashboard
    excluded_repositories:
        - piwik/piwik-tests-plugins
        - piwik/piwik-python-api

Credits

Built by Piwik and released under the GNU Affero GPL license v3.

Pull requests are welcome!

ci-status's People

Contributors

diosmosis avatar mattab avatar mnapoli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.