Commit Graph

261 Commits

Author SHA1 Message Date
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
62912f5416 Fix an error in ReadableRepositoryAuthenticator when repository does not exist. 2013-06-06 21:39:50 +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
b3e76db227 Fix error response. 2013-06-05 03:01:51 +09:00
takezoe
4d5ce740c4 Add authentication. 2013-06-05 02:46:16 +09:00
takezoe
d80823343a Separate Authenticators to the trait from ControllerBase. 2013-06-04 08:51:31 +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
42eded8e2c Servlet, Filter and Listener are moved to 'servlet' package from 'util'
package.
2013-05-07 02:39:48 +09:00
takezoe
358f59261a WikiUtil moved to WikiService and applied cake pattern to
WikiController.
2013-05-07 02:31:39 +09:00
takezoe
2280b626a0 Add TransactionFilter. 2013-05-07 01:52:12 +09:00
takezoe
e7d2455152 Add JGitUtil#withGit() and use it to release repository resources
certainly.
2013-05-05 04:58:11 +09:00
takezoe
1e7f7404dc Implemented: Downloading tagged contents as zip file. 2013-05-05 04:34:39 +09:00
takezoe
005ccf7f10 Deletion of wiki page is implemented. 2013-05-05 02:35:15 +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
66db3a898b Added compare revisions for Wiki changes. 2013-05-04 02:09:14 +09:00
takezoe
46267d8657 Wiki repositories should be not displayed in the repository list. 2013-05-03 15:23:49 +09:00
takezoe
9ac0a04e3a wiki repository name is changed from xxx-wiki.git to xxx.wiki.git. 2013-05-03 15:18:20 +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
4b909681dc Don't save if page is not modified. 2013-05-02 09:36:35 +09:00
takezoe
613f03ef32 Add wiki pages. 2013-05-02 09:17:14 +09:00
takezoe
ac1b42eb5d New wiki page creation works. 2013-05-02 09:03:08 +09:00
takezoe
1909fc605a Page editing works. 2013-05-02 04:28:27 +09:00
takezoe
d0716039fe Fixed Scaladoc mistake. 2013-05-02 02:33:54 +09:00
takezoe
ea4d736931 Implementing Wiki part. 2013-05-02 02:32:19 +09:00
takezoe
1961a430c9 Removed unused import statement. 2013-05-02 02:09:06 +09:00
takezoe
19466342ff Move GitRepositoryServlet and BasicAuthenticationFilter to util package. 2013-05-02 02:05:27 +09:00
takezoe
36ce53477f Start to implement WikiController.
Changed controllers from servlet to filter by mapping flexibility.
2013-05-02 02:01:51 +09:00
takezoe
f1957e5c1f Start to implement Wiki. 2013-05-01 03:40:17 +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
takezoe
b714b8b819 Add debug log. 2013-04-27 04:03:21 +09:00
takezoe
dba9a2f7ec Specify character encoding for file I/O. 2013-04-27 03:59:21 +09:00
takezoe
2fd73d677c Fixed typo of the SQL file name. 2013-04-26 18:20:45 +09:00
takezoe
5ac4dfaf4a Fixed error handling. 2013-04-26 17:46:49 +09:00
takezoe
12c3266b99 Add logs. 2013-04-26 11:34:47 +09:00
takezoe
9826893722 Add Scaladoc. 2013-04-26 11:23:44 +09:00
takezoe
ffd74394b4 Test of automatic schema update. 2013-04-26 11:17:57 +09:00
takezoe
4e9bcb0d2f Start to implement database migration. 2013-04-26 02:39:34 +09:00
takezoe
9e4e17194d Separate scalatra-forms from gitbucket. 2013-04-25 02:04:52 +09:00
takezoe
c531949fd9 Cloned repositories for internal use are updated after push. 2013-04-20 04:57:10 +09:00