nazoking
aa35498bdd
Implements ignore-whitespace and hilight-syntax on diff.
...
Improvement experience speed
* lazy diff rendering ( it is effective if tha diff has a lot of files ).
* some feature implemented by javascript, to implement by css.
* some javascript event handlers on each elements move to on parent elements.
2015-03-08 19:49:20 +09:00
Antoine GIRARD
a33e2c6e36
Completely moved to octicon
2015-03-04 23:46:46 +01:00
Antoine GIRARD
75ef82d18a
...
2015-03-04 23:46:46 +01:00
Antoine GIRARD
eb3c522122
Moved to octicon
2015-03-04 23:41:26 +01:00
Antoine GIRARD
6c8bcfc62e
Import of octicons
2015-03-04 23:10:55 +01:00
Rodrigo Lazoti
7390e21934
fix javascript getter for plug-in system
2015-03-03 18:07:25 -03:00
nazoking
e408eb43bb
fix parent. only path exists
2015-03-04 03:37:46 +09:00
nazoking
dc0aa0851e
implove source-line-num performance.
...
and Stop scroll when click line number.
2015-03-04 03:14:22 +09:00
nazoking
51d7c43489
add blame
2015-03-04 01:52:07 +09:00
Naoki Takezoe
6b37967162
Add Version 3.0 to versions
2015-03-03 14:05:13 +09:00
Naoki Takezoe
e6f30ef86b
Fix Profile structure
2015-03-03 10:36:14 +09:00
takezoe
9e67999ef0
Temporary fix instantiation error
2015-03-03 02:42:35 +09:00
takezoe
be75cef752
Fix testcase
2015-03-03 02:38:59 +09:00
Naoki Takezoe
7ebe1d6c62
Merge branch 'master' into profile_generalization
2015-03-02 22:21:00 +09:00
Naoki Takezoe
d495b04d85
Change package name
2015-03-02 22:15:56 +09:00
shimamoto
751a8703ef
(refs #632 ) Implement all the check of javascript.
2015-03-02 06:31:59 +09:00
nazoking
1e6d26221d
show commit status on pull-request-list view
2015-03-02 03:12:26 +09:00
nazoking
44a8e98c7b
add rete_limit api(disabled message only)
2015-03-02 03:12:25 +09:00
nazoking
415519716e
show error as json
2015-03-02 03:12:24 +09:00
nazoking
597f86dc7b
add webhook pull_request synchronize action
2015-03-02 03:12:23 +09:00
nazoking
579ed19949
move api classes to api package
2015-03-02 03:12:22 +09:00
nazoking
9221bfa045
create merge status cache as branch refs/pull/{issueId}/{merge,conflict}
2015-03-02 03:12:21 +09:00
nazoking
3057a31a6c
add test for Diretory (set GitBucketHome when test scope)
2015-03-02 03:12:20 +09:00
nazoking
d47ccf587c
Authentication move to filter
2015-03-02 03:12:19 +09:00
nazoking
3e78d423ac
(refs #630 ) Fix bug on changing issues status.
2015-03-02 03:12:18 +09:00
nazoking
0299cee5ec
add CommitStatus api and views.
2015-03-02 03:12:17 +09:00
nazoking
97ceffe689
add CommitStatus table and model and service.
2015-03-02 03:12:11 +09:00
Naoki Takezoe
32006e02c0
Fix build error
2015-03-02 00:45:28 +09:00
Naoki Takezoe
5ba0f6d51e
Generalize Profile for plug-ins as ProfileBase
2015-03-02 00:32:59 +09:00
shimamoto
c004d501f6
(refs #632 ) Implement all the check of javascript.
2015-03-01 23:38:08 +09:00
Naoki Takezoe
6067fa0fca
Fix broken layout of Wiki compare view
2015-02-28 12:47:52 +09:00
Naoki Takezoe
e2c6658e59
Fix compilation error
2015-02-28 12:47:06 +09:00
Naoki Takezoe
0a6e50cbbe
Compare view supports diff for commit id, not only branch name
2015-02-28 12:43:50 +09:00
Naoki Takezoe
3732963d4b
Add image API for plug-in
2015-02-28 03:40:02 +09:00
nazoking
83bcbef6ce
move json extract logic to ControllerBase
2015-02-27 13:40:08 +09:00
nazoking
47cb4d1c49
add some WebAPI/v3.
...
* [Users](https://developer.github.com/v3/users/ ) get-a-single-user
* [Issues/Comments](https://developer.github.com/v3/issues/comments/ ) list-comments-on-an-issue, create-a-comment
* [Pull Requests](https://developer.github.com/v3/pulls/ ) list-pull-requests, get-a-single-pull-request, list-commits-on-a-pull-request
* [Repositories](https://developer.github.com/v3/repos/ ) get
2015-02-27 13:40:07 +09:00
nazoking
32799cead7
more github like
2015-02-27 13:37:55 +09:00
nazoking
dbedc2166b
fix typo
2015-02-27 13:37:54 +09:00
nazoking
e86b404ca2
date time format to iso-8601 ( fit The GitHub spec )
2015-02-27 13:37:53 +09:00
nazoking
321a3a72f0
call web hook on issue or pull_request both opened or closed. and issue_comment.
2015-02-27 13:37:52 +09:00
nazoking
b512e7c390
make WebHookPullRequestPayload
2015-02-27 13:37:51 +09:00
nazoking
ae7ead6272
Add "X-Github-Event" header, and change interface.
2015-02-27 13:37:50 +09:00
nazoking
db55719a6f
fix typo
2015-02-27 13:37:49 +09:00
nazoking
4e1094e75b
add test
2015-02-27 13:37:48 +09:00
nazoking
3fd97662f5
Add Authorization logic to Controller
2015-02-27 13:37:47 +09:00
nazoking
d6946b93c3
Add access token table and manage ui.
2015-02-27 13:37:46 +09:00
Naoki Takezoe
20217058fe
Merge branch 'feature/new-branches-ui' of https://github.com/team-lab/gitbucket into team-lab-feature/new-branches-ui
...
Conflicts:
src/main/scala/service/PullRequestService.scala
2015-02-27 02:05:02 +09:00
Naoki Takezoe
e67365a19f
Fix problem about milestone in issues and pull requests
2015-02-26 11:20:41 +09:00
Naoki Takezoe
c2f1817c6a
Avoid exception when filter box is empty
2015-02-25 21:42:22 +09:00
Naoki Takezoe
4a948d9b01
Fix monospace style
2015-02-24 00:10:06 +09:00