2015-03-01 |
show commit status on pull-request-list view
nazoking
committed
on 1 Mar 2015
|
---|---|
add rete_limit api(disabled message only)
nazoking
committed
on 1 Mar 2015
|
|
show error as json
nazoking
committed
on 1 Mar 2015
|
|
add webhook pull_request synchronize action
nazoking
committed
on 1 Mar 2015
|
|
move api classes to api package
nazoking
committed
on 1 Mar 2015
|
|
create merge status cache as branch refs/pull/{issueId}/{merge,conflict}
nazoking
committed
on 1 Mar 2015
|
|
Authentication move to filter
nazoking
committed
on 1 Mar 2015
|
|
(refs #630) Fix bug on changing issues status.
nazoking
committed
on 1 Mar 2015
|
|
add CommitStatus api and views.
nazoking
committed
on 1 Mar 2015
|
|
add CommitStatus table and model and service.
nazoking
committed
on 1 Mar 2015
|
|
2015-02-27 |
move json extract logic to ControllerBase
nazoking
committed
on 27 Feb 2015
|
|
|
more github like
nazoking
committed
on 27 Feb 2015
|
|
fix typo
nazoking
committed
on 27 Feb 2015
|
|
date time format to iso-8601 ( fit The GitHub spec )
nazoking
committed
on 27 Feb 2015
|
|
call web hook on issue or pull_request both opened or closed. and issue_comment.
nazoking
committed
on 27 Feb 2015
|
|
make WebHookPullRequestPayload
nazoking
committed
on 27 Feb 2015
|
|
Add "X-Github-Event" header, and change interface.
nazoking
committed
on 27 Feb 2015
|
|
Add Authorization logic to Controller
nazoking
committed
on 27 Feb 2015
|
|
Add access token table and manage ui.
nazoking
committed
on 27 Feb 2015
|
|
2015-02-26 |
Merge branch 'feature/new-branches-ui' of https://github.com/team-lab/gitbucket into team-lab-feature/new-branches-ui
...
Naoki Takezoe
committed
on 26 Feb 2015
|
Fix problem about milestone in issues and pull requests
Naoki Takezoe
committed
on 26 Feb 2015
|
|
2015-02-25 |
Avoid exception when filter box is empty
Naoki Takezoe
committed
on 25 Feb 2015
|
2015-02-22 |
(refs #630) Fix bug on changing issues status.
Shintaro Murakami
committed
on 22 Feb 2015
|
2015-02-20 |
|
Change order of plug-in controller registration
Naoki Takezoe
committed
on 20 Feb 2015
|
|
Plug-in action to be Scalatra controller
Naoki Takezoe
committed
on 20 Feb 2015
|
|
2015-02-16 |
Provides Slick Session to plug-ins via ThreadLocal
Naoki Takezoe
committed
on 16 Feb 2015
|
2015-02-15 |
Remove unnecessary ServletContext.
shimamoto
committed
on 15 Feb 2015
|
2015-02-14 |
|