gh-board
gh-board copied to clipboard
:octocat: Kanban for GitHub Issues
/home/travis/build/coala/gh-board/src/router.jsx 30:22 warning 'replace' is defined but never used no-unused-vars
See https://gitlab.com/coala/mobans/blob/master/README.rst for more details
The two arguments `state` and `replace` in `onEnter` are not required. In the route when `/dashboard` matches, it is directed to `/` using browserHistory.push(). Closes https://github.com/coala/gh-board/issues/137
Shows the error in a user friendly way. Closes https://github.com/coala/gh-board/issues/127
Newcomer
12:07:59 AM: failed during stage 'building site': Command did not finish within the time limit 12:07:59 AM: Finished processing build request in 24m15.649361814s
When the token is invalid, sign-out the user and show login-modal again. Fixes #72
Add regex `/^127|^0/` to check for localhost Closes https://github.com/coala/gh-board/issues/179
Similar to https://github.com/coala/gh-board/issues/71 The custom endpoint should be null when starting the app on the local machine. 
Gh-board knows the limit has been reached, and can parse this json error message if necessary. This will be the single most common error. It should be pretty/user friendly. Ideally...