gh-board icon indicating copy to clipboard operation
gh-board copied to clipboard

:octocat: Kanban for GitHub Issues

Results 67 gh-board issues
Sort by recently updated
recently updated
newest added

/home/travis/build/coala/gh-board/src/router.jsx 30:22 warning 'replace' is defined but never used no-unused-vars

difficulty/newcomer

See https://gitlab.com/coala/mobans/blob/master/README.rst for more details

difficulty/newcomer

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

enhancement
process/pending review
size/XS

Newcomer

difficulty/low
initiatives/gci
importance/medium

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

enhancement

When the token is invalid, sign-out the user and show login-modal again. Fixes #72

difficulty/low
process/wip
size/XS
importance/medium
importance/low

Add regex `/^127|^0/` to check for localhost Closes https://github.com/coala/gh-board/issues/179

bug
difficulty/low
process/wip
size/XS

Similar to https://github.com/coala/gh-board/issues/71 The custom endpoint should be null when starting the app on the local machine. ![image](https://user-images.githubusercontent.com/25746010/47854485-cd52b400-de1c-11e8-925e-2658b82cb06d.png)

bug
difficulty/low

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

enhancement