takezoe
|
111c6a7bad
|
Improve performance of the commit history page.
|
2013-06-20 03:00:54 +09:00 |
|
takezoe
|
cd14d22737
|
Display parent commit id at the commit details page.
|
2013-06-19 20:07:51 +09:00 |
|
takezoe
|
ac03a3a68d
|
Fix image files presentation at blob view and diff view.
|
2013-06-19 19:11:56 +09:00 |
|
takezoe
|
7a3512ee18
|
Fix commit log presentation.
|
2013-06-19 04:27:57 +09:00 |
|
takezoe
|
1679fb98d0
|
Fix commit log.
|
2013-06-19 03:22:49 +09:00 |
|
takezoe
|
874b2ae2b3
|
reverse the order of commits to retrieve the last commit of files.
|
2013-06-18 22:04:29 +09:00 |
|
takezoe
|
b72bbb6dcd
|
Improve repository presentation.
|
2013-06-18 19:59:03 +09:00 |
|
takezoe
|
676e6c6047
|
Fix the repository url.
|
2013-06-16 03:20:34 +09:00 |
|
takezoe
|
45bcaa9d5c
|
Close the object database at exit on JGitUtil#getContent().
|
2013-06-07 01:49:25 +09:00 |
|
takezoe
|
faba787e0d
|
Remove unused import statement.
|
2013-06-06 21:33:43 +09:00 |
|
takezoe
|
497bc61107
|
Improve performance of the file list.
|
2013-06-06 16:34:00 +09:00 |
|
takezoe
|
927ff5f8c1
|
BufFix for the repository viewer.
|
2013-06-05 14:15:23 +09:00 |
|
takezoe
|
54ca687995
|
Fix file list of the nested directory.
|
2013-06-05 13:47:25 +09:00 |
|
takezoe
|
43e9da54b7
|
Move case classes in RepositoryViewerController to JGitUtil.
|
2013-06-02 15:15:54 +09:00 |
|
takezoe
|
4c2b6c7f62
|
Improve the commit hook to add commit messages to the issue comment.
|
2013-06-01 01:54:44 +09:00 |
|
takezoe
|
e7d2455152
|
Add JGitUtil#withGit() and use it to release repository resources
certainly.
|
2013-05-05 04:58:11 +09:00 |
|
takezoe
|
4f92ceb550
|
Replace existing code with JGitUtil#getRevCommitFromId().
|
2013-05-05 01:37:31 +09:00 |
|
takezoe
|
a4123eae74
|
Fixed tags page.
|
2013-05-05 01:33:35 +09:00 |
|
takezoe
|
b29f2fb64a
|
Add file history page to the repository viewer.
|
2013-05-03 15:13:26 +09:00 |
|
takezoe
|
daf3fc75e5
|
Added limit parameter to JGit.getCommitLogs() and page parameter became
optional.
|
2013-05-03 02:46:11 +09:00 |
|
takezoe
|
d0716039fe
|
Fixed Scaladoc mistake.
|
2013-05-02 02:33:54 +09:00 |
|
takezoe
|
7652679933
|
Unify JGitUtil interface to take Git instead of Repository or
combination of the owner and the repository name.
|
2013-04-30 01:54:58 +09:00 |
|
takezoe
|
35f0aa7b03
|
Get all data from the bare repository.
Cloned repositories in backend is not necessary at last.
|
2013-04-30 01:07:31 +09:00 |
|
takezoe
|
891c932358
|
getCommitLog is moved to JGitUtil and it get commit logs from only bared
repository.
|
2013-04-29 04:28:46 +09:00 |
|
takezoe
|
902b4ec699
|
Add Scaladoc.
|
2013-04-29 04:07:02 +09:00 |
|
takezoe
|
c913b7b6c4
|
Separate complex JGit operation to JGitUtil from
RepositoryViewerServlet.
|
2013-04-29 04:06:11 +09:00 |
|