| 2013-07-03 |
Fix the inefficient query.
shimamoto
committed
on 3 Jul 2013
|
|---|---|
| 2013-07-02 |
Rename general variable name isWritable to hasWritePermission.
takezoe
committed
on 2 Jul 2013
|
|
Implemented the label edit process.
shimamoto
committed
on 2 Jul 2013
|
|
|
Merge remote-tracking branch 'origin/master'
takezoe
committed
on 2 Jul 2013
|
|
|
Add deleteIssueLabel method.
shimamoto
committed
on 2 Jul 2013
|
|
|
Add methods to update assignedUserName and milestoneId.
takezoe
committed
on 2 Jul 2013
|
|
|
Implemented the issue label display.
shimamoto
committed
on 2 Jul 2013
|
|
|
Fix the merge mistake.
shimamoto
committed
on 2 Jul 2013
|
|
|
Merge remote-tracking branch 'origin/master'
shimamoto
committed
on 2 Jul 2013
|
|
|
Fix model usage rules.
shimamoto
committed
on 2 Jul 2013
|
|
|
Assign, milestone and labels are available in Issue creation.
takezoe
committed
on 2 Jul 2013
|
|
| 2013-07-01 |
Reverse display order of milestones to ascending.
takezoe
committed
on 1 Jul 2013
|
|
Add close and re-open of the issue.
shimamoto
committed
on 1 Jul 2013
|
|
|
Add action to model 'issue comment'.
shimamoto
committed
on 1 Jul 2013
|
|
|
Bug fix.
takezoe
committed
on 1 Jul 2013
|
|
| 2013-06-29 |
Fix typo.
takezoe
committed
on 29 Jun 2013
|
|
Fix services to use shortcut method for primary key and foreign keys.
takezoe
committed
on 29 Jun 2013
|
|
| 2013-06-28 |
Add System Settings page.
takezoe
committed
on 28 Jun 2013
|
| 2013-06-27 |
Move userName and repositoryName to the base table class.
shimamoto
committed
on 27 Jun 2013
|
|
Use searchIssueQuery() in countIssueGroupByLabels().
takezoe
committed
on 27 Jun 2013
|
|
|
Merge remote-tracking branch 'origin/master'
takezoe
committed
on 27 Jun 2013
|
|
|
Add search condition 'Issue with no milestone'.
takezoe
committed
on 27 Jun 2013
|
|
|
Implemented the issue stub.
shimamoto
committed
on 27 Jun 2013
|
|
| 2013-06-26 |
Add comment count sorting and displaying.
takezoe
committed
on 26 Jun 2013
|
|
MilestonesService provides a method which returns milestones with issue count.
takezoe
committed
on 26 Jun 2013
|
|
|
Label search is available.
takezoe
committed
on 26 Jun 2013
|
|
|
Change limit of issue pagination to 30.
takezoe
committed
on 26 Jun 2013
|
|
|
Add issue pagination.
takezoe
committed
on 26 Jun 2013
|
|
|
Delete LABEL_ISSUE before deleting LABEL.
takezoe
committed
on 26 Jun 2013
|
|
|
Merge remote-tracking branch 'origin/master'
takezoe
committed
on 26 Jun 2013
|
|
|
Replace native SQL which contains group by clause with type safe DSL.
takezoe
committed
on 26 Jun 2013
|
|
|
|
|
|
Small fix for MilestonesService.
takezoe
committed
on 26 Jun 2013
|
|
|
Add issue update in stub.
shimamoto
committed
on 26 Jun 2013
|
|
|
Replace native SQL which retrieves issue count with type safe DSL.
takezoe
committed
on 26 Jun 2013
|
|
|
Add issue count for each labels.
takezoe
committed
on 26 Jun 2013
|
|
| 2013-06-25 |
Retrieve open and closed issue count from DB.
takezoe
committed
on 25 Jun 2013
|
|
Implementing conditional issue searching.
takezoe
committed
on 25 Jun 2013
|
|
|
Add user filter to issue search condition.
takezoe
committed
on 25 Jun 2013
|
|
|
Add link to clear issue filter.
takezoe
committed
on 25 Jun 2013
|
|
|
Implementing search condition behavior.
takezoe
committed
on 25 Jun 2013
|
|
|
IssueSearchCondition.state is changed to String from Option[String]
...
takezoe
committed
on 25 Jun 2013
|
|
|
Merge branch 'master' of https://github.com/takezoe/gitbucket.git
shimamoto
committed
on 25 Jun 2013
|
|
|
Fix to submit form when creating issue comment.
shimamoto
committed
on 25 Jun 2013
|
|
|
Merge branch 'master' of https://github.com/takezoe/gitbucket
takezoe
committed
on 25 Jun 2013
|
|
|
Add search condition behavior to the issues page.
takezoe
committed
on 25 Jun 2013
|
|
|
Add comments to issue.
shimamoto
committed
on 25 Jun 2013
|
|
| 2013-06-24 |
Label editing is available!
takezoe
committed
on 24 Jun 2013
|
|
Implementing label editing form.
takezoe
committed
on 24 Jun 2013
|
|
|
Fix added issue comment layout.
shimamoto
committed
on 24 Jun 2013
|
|
|
Merge branch 'master' of https://github.com/takezoe/gitbucket
takezoe
committed
on 24 Jun 2013
|
|
|
Issue label creation is available.
takezoe
committed
on 24 Jun 2013
|
|
|
Create issue comment.
shimamoto
committed
on 24 Jun 2013
|
|
|
Start to implement issue labels.
takezoe
committed
on 24 Jun 2013
|
|
|
Separate milestones from IssuesController / IssuesService.
takezoe
committed
on 24 Jun 2013
|
|
| 2013-06-23 |
Remove currentDate from controller.
takezoe
committed
on 23 Jun 2013
|
|
Remove currentDate from controller.
takezoe
committed
on 23 Jun 2013
|
|
|
Fix wiki repository creation.
takezoe
committed
on 23 Jun 2013
|
|
|
Remove unnecessary import statements.
takezoe
committed
on 23 Jun 2013
|
|
|
Create java.util.Date TypeMapper. And add the currentDate method.
shimamoto
committed
on 23 Jun 2013
|
|
|
Milestone completed.
takezoe
committed
on 23 Jun 2013
|
|
|
Milestone deletion is available.
takezoe
committed
on 23 Jun 2013
|
|
| 2013-06-22 |
Add TODO to retrieving the current timestamp.
takezoe
committed
on 22 Jun 2013
|
|
|
|
|
Start to implement milestone pages.
takezoe
committed
on 22 Jun 2013
|
|
|
Move isWritable to RepositoryService.
takezoe
committed
on 22 Jun 2013
|
|
|
Change java.sql.Date to java.sql.Timestamp.
takezoe
committed
on 22 Jun 2013
|
|
|
Change java.sql.Date to java.sql.Timestamp.
takezoe
committed
on 22 Jun 2013
|
|
| 2013-06-21 |
Implemented the issue list.
shimamoto
committed
on 21 Jun 2013
|
|
Merge remote-tracking branch 'origin/master'
takezoe
committed
on 21 Jun 2013
|
|
|
Hide private repositories at the account page.
takezoe
committed
on 21 Jun 2013
|
|
|
Add CLOSED column to issue model.
shimamoto
committed
on 21 Jun 2013
|
|
|
Update flag columns to BOOLEAN.
takezoe
committed
on 21 Jun 2013
|
|
| 2013-06-20 |
Implemented the reference of the issue.
shimamoto
committed
on 20 Jun 2013
|
|
Implemented the registration of the issue.
shimamoto
committed
on 20 Jun 2013
|
|
|
Creates issue service.
shimamoto
committed
on 20 Jun 2013
|
|
| 2013-06-19 |
|
| 2013-06-15 |
Fix the repository url.
takezoe
committed
on 15 Jun 2013
|
|
Pull to the working copy of the wiki repository before modifying.
takezoe
committed
on 15 Jun 2013
|
|
|
Remove debug code.
takezoe
committed
on 15 Jun 2013
|
|
|
Synchronization of modification to the working repository for Wiki.
takezoe
committed
on 15 Jun 2013
|
|
| 2013-06-06 |
Delete Repository page has been implemented.
takezoe
committed
on 6 Jun 2013
|
|
Fix the account page to display repositories which is registered as collaborator.
takezoe
committed
on 6 Jun 2013
|
|
| 2013-06-04 |
Collaborators became removable.
takezoe
committed
on 4 Jun 2013
|
|
Fix updating in AccountService.
takezoe
committed
on 4 Jun 2013
|
|
|
Save repository options.
takezoe
committed
on 4 Jun 2013
|
|
|
Add RepositoryService#updateLastActivityDate().
takezoe
committed
on 4 Jun 2013
|
|
|
Add AccountService#updateLastLoginDate().
takezoe
committed
on 4 Jun 2013
|
|
|
Add AccountService#updateAccount()
takezoe
committed
on 4 Jun 2013
|
|
|
Add new user creation stuff.
takezoe
committed
on 4 Jun 2013
|
|
| 2013-06-03 |
Implementing add collaborator stuff.
takezoe
committed
on 3 Jun 2013
|
|
Define the static values for the user type.
takezoe
committed
on 3 Jun 2013
|
|
|
Rename ProjectService to RepositoryService.
takezoe
committed
on 3 Jun 2013
|
|
|
Remove unused code and add TODO comment.
takezoe
committed
on 3 Jun 2013
|
|
|
Refactor database schema.
takezoe
committed
on 3 Jun 2013
|
|
| 2013-06-02 |
Define static values for the project type.
takezoe
committed
on 2 Jun 2013
|
|
Fix the index page.
takezoe
committed
on 2 Jun 2013
|
|
|
Implementing authentication.
takezoe
committed
on 2 Jun 2013
|
|
|
Refactor to use ProjectService instead of JGitUtil directly to retrieve project information.
takezoe
committed
on 2 Jun 2013
|
|
|
Move case classes in RepositoryViewerController to JGitUtil.
takezoe
committed
on 2 Jun 2013
|
|
|
Retrieve project information from DB at the repository list.
takezoe
committed
on 2 Jun 2013
|
|
|
Insert project info into database before actual git repository creation.
takezoe
committed
on 2 Jun 2013
|
|
|
Add AccountService and ProjectService.
takezoe
committed
on 2 Jun 2013
|
|
|
Remove unused code.
takezoe
committed
on 2 Jun 2013
|
|
|
Remove unused import statements.
takezoe
committed
on 2 Jun 2013
|
|
| 2013-05-06 |
|