github-dashing
github-dashing copied to clipboard
Dashboard to monitor the health of github projects based on their contribution statistics, based on the "Dashing" framework
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.2 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.7.0 to 0.8.0. Release notes Sourced from i18n's releases. v0.8.0 This release is the same as the v0.8.0.beta1 gem. Notable changes You can now set I18n.cache_key_digest to...
Bumps [sprockets](https://github.com/rails/sprockets) from 2.10.1 to 2.10.2. Commits 232d9b6 Sprockets 2.10.2 d557f4b Check for absolute paths in server URL before passing to find a5f9321 Fix sass shorthand test See full diff...
For dashboards that display a lot of repos (e.g. 70+), listing all fully-green repos takes a lot of screen space. Additionally, listing green branches on a failing build takes a...
As a evaluating user, I have too less time to find out how to configure required environment to run this tool. To save time, I want to have a one-minute...
When you first run the app, you'll see that the number of repositories being inspected is the correct total number of repositories for the organization. However, the next time the...
Hi, Trying to use this nice-looking project but I'm failing to run `dashing start`: ``` vmassol ~/dev/github-dashing (master) $ dashing start bundler: failed to load command: thin (/usr/local/bin/thin) LoadError: Could...
Spotting this in my console logs. ``` ================================================================================ scheduler caught exception: A JSON text must at least contain two octets! /Users/jordan/.rvm/gems/ruby-2.1.5@kiddom-dashing/gems/json-1.7.7/lib/json/common.rb:155:in `initialize' /Users/jordan/.rvm/gems/ruby-2.1.5@kiddom-dashing/gems/json-1.7.7/lib/json/common.rb:155:in `new' /Users/jordan/.rvm/gems/ruby-2.1.5@kiddom-dashing/gems/json-1.7.7/lib/json/common.rb:155:in `parse' /Users/jordan/Code/kiddom/github-dashing-master/jobs/travis.rb:20:in `block in '...
Github doesn't publish this info as part of the issues API (see https://api.github.com/repositories/1318892/issues?since=2014-02-13+21%3A59%3A27+UTC&state=closed&page=1). We'll need to look at the events API instead, which only tracks the last 300 events, so...