takezoe
|
f30c9f6171
|
Use ControlUtil.
|
2013-09-22 01:24:04 +09:00 |
|
takezoe
|
c00b704843
|
Use ControlUtil#using() to handle RevWalk.
|
2013-09-21 22:21:59 +09:00 |
|
takezoe
|
e89b2020a3
|
Use ControlUtil.
|
2013-09-21 22:13:15 +09:00 |
|
takezoe
|
b4dd067d61
|
Introduce ControlUtil which provides control facilities such as using() or defining().
|
2013-09-19 18:53:14 +09:00 |
|
odz
|
13578dcee8
|
Add encoding detection
|
2013-08-24 00:54:40 +09:00 |
|
takezoe
|
52ab3c625e
|
(refs #76)Show the content of the previous commit for removed files.
|
2013-08-15 02:22:11 +09:00 |
|
takezoe
|
dee13542cd
|
Remove unused import statements.
|
2013-08-15 01:14:44 +09:00 |
|
takezoe
|
e52aa7ad3c
|
Merge branch 'master' into fork-and-pullreq
Conflicts:
src/main/scala/app/RepositoryViewerController.scala
src/main/scala/service/RepositoryService.scala
|
2013-08-04 05:10:01 +09:00 |
|
Tomofumi Tanaka
|
d26faac0e6
|
(fix #58) Fix bug that failed to view tag tree
|
2013-08-04 01:28:47 +09:00 |
|
Tomofumi Tanaka
|
7079d50fdf
|
Make more fast and github-like repository viewer
|
2013-07-30 03:26:36 +09:00 |
|
takezoe
|
4bd4c3e833
|
Merge branch 'master' into fork-and-pullreq
Conflicts:
src/main/scala/app/CreateRepositoryController.scala
src/main/scala/util/JGitUtil.scala
|
2013-07-26 18:22:14 +09:00 |
|
takezoe
|
88caff38f0
|
(refs #2)Fix pull request. Basic pattern had been tested but it's still unstable.
|
2013-07-24 22:05:36 +09:00 |
|
Tomofumi Tanaka
|
62a6d74393
|
(refs #50)Fix search logic in empty repository
|
2013-07-24 16:46:46 +09:00 |
|
takezoe
|
f10f98abf2
|
Merge branch 'master' into fork-and-pullreq
Conflicts:
src/main/resources/update/1_3.sql
src/main/resources/update/1_4.sql
src/main/scala/app/CreateRepositoryController.scala
src/main/scala/service/WikiService.scala
src/main/twirl/account/repositories.scala.html
|
2013-07-24 13:29:23 +09:00 |
|
takezoe
|
323e25951f
|
Use Gravatar if committer is not registered in GitBucket.
|
2013-07-18 13:40:21 +09:00 |
|
takezoe
|
aae40a7087
|
Bugfix
|
2013-07-16 00:11:45 +09:00 |
|
takezoe
|
fc29b34573
|
(refs #2)Fix comparing diffs before sending pull request.
|
2013-07-15 21:40:54 +09:00 |
|
takezoe
|
78d48c8be3
|
Remove var!
|
2013-07-15 13:02:26 +09:00 |
|
takezoe
|
eb82af9006
|
(refs #2)Implementing the comparing view.
|
2013-07-13 20:09:19 +09:00 |
|
takezoe
|
0760b6a89c
|
Merge branch 'master' into fork-and-pullreq
Conflicts:
src/main/scala/app/CreateRepositoryController.scala
src/main/scala/service/WikiService.scala
src/main/scala/util/JGitUtil.scala
|
2013-07-12 15:50:53 +09:00 |
|
takezoe
|
386f0dc142
|
(refs #36)Handle unresolved revision string.
|
2013-07-11 21:24:09 +09:00 |
|
takezoe
|
72e2c6dca7
|
Replace String#format() with string interpolation.
|
2013-07-11 20:19:11 +09:00 |
|
takezoe
|
81fe467b20
|
Improve Git repository creation.
|
2013-07-11 19:47:48 +09:00 |
|
takezoe
|
6dd1299dff
|
(refs #2)Experimental implementation of forking repository.
|
2013-07-11 18:49:03 +09:00 |
|
takezoe
|
ebc858aed9
|
(refs #31)Make it possible to create empty repository.
|
2013-07-09 19:41:00 +09:00 |
|
takezoe
|
67d6cf37a5
|
Display the commit count at the repository viewer.
|
2013-07-06 16:49:06 +09:00 |
|
takezoe
|
cd2486344f
|
CompressUtil and FileTypeUtil are merged to FileUtil.
|
2013-06-29 13:58:44 +09:00 |
|
takezoe
|
cc1be57d5f
|
Fix commit message presentation.
|
2013-06-22 14:19:08 +09:00 |
|
takezoe
|
0ee827eaf5
|
Convert issue id and commit id in commit message to link.
|
2013-06-22 14:07:26 +09:00 |
|
takezoe
|
16ee0e0fd6
|
Move getBranchesOfCommit and getTagsOfCommit to JGitUtil.
|
2013-06-21 11:34:26 +09:00 |
|
takezoe
|
cd5700ab20
|
Show diff for only text files.
|
2013-06-20 14:39:21 +09:00 |
|
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 |
|