takezoe
|
b015645ed0
|
(refs #2)Add flag for identifying whether it's a pull request.
|
2013-08-05 02:06:15 +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
|
e15bd77789
|
(refs #2)Add forked count and repository tree view.
|
2013-07-25 20:47:35 +09:00 |
|
shimamoto
|
a5f12a50e6
|
Add view ISSUE_OUTLINE_VIEW.
|
2013-07-25 20:28:19 +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 |
|
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
|
ec73294900
|
(refs #8)Add model for GROUP_MEMBER.
|
2013-07-23 11:08:36 +09:00 |
|
takezoe
|
30eb949ce1
|
(refs #8)Start to implement group management.
|
2013-07-22 22:22:49 +09:00 |
|
shimamoto
|
b23133c79c
|
Move Implicit && to model package object.
|
2013-07-18 20:21:24 +09:00 |
|
shimamoto
|
6035281ca1
|
Change action(IssueComment) to String type.
|
2013-07-17 12:37:48 +09:00 |
|
takezoe
|
9bb6b216e9
|
(refs #2)Add columns MERGE_START_ID and MERGE_END_ID to PULL_REQUEST.
|
2013-07-15 04:49:14 +09:00 |
|
takezoe
|
2fb9f83227
|
(refs #2)Add merge pull request form.
|
2013-07-14 12:49:49 +09:00 |
|
takezoe
|
0903721a62
|
(refs #2)Create pull request is available.
|
2013-07-14 02:43:45 +09:00 |
|
takezoe
|
bf3380755b
|
(refs #2)Fix PULL_REQUEST schema.
|
2013-07-14 01:25:27 +09:00 |
|
takezoe
|
f4cb0625bc
|
(refs #2)Add PullRequest model.
|
2013-07-12 16:37:58 +09:00 |
|
takezoe
|
5e1eb39b87
|
(refs #2)Experimental implementation of forking repository.
|
2013-07-11 14:39:25 +09:00 |
|
takezoe
|
e4324258d3
|
(refs #28)Implementing avatar image uploading.
|
2013-07-10 11:34:36 +09:00 |
|
shimamoto
|
136a654639
|
Improve mapping of custom column type.
|
2013-07-08 17:25:31 +09:00 |
|
takezoe
|
6005282d9f
|
(refs #4)The base of activity timeline is completed.
|
2013-07-07 13:40:04 +09:00 |
|
takezoe
|
54e0242030
|
(refs #4)Record wiki activity.
|
2013-07-07 01:24:08 +09:00 |
|
takezoe
|
e50c4528a6
|
(refs #4)Add issue close, reopen and comment activity.
|
2013-07-06 22:07:51 +09:00 |
|
takezoe
|
f84078c7ca
|
(refs #4)Add 'Public Activity' tab to the account information page.
|
2013-07-06 20:03:34 +09:00 |
|
shimamoto
|
1fc91ee199
|
Fix byPrimaryKey problem.
|
2013-07-01 21:09:59 +09:00 |
|
takezoe
|
56cec26c5b
|
Fix byPrimaryKey problem.
|
2013-07-01 20:21:33 +09:00 |
|
shimamoto
|
741596a6f5
|
Add action to model 'issue comment'.
|
2013-07-01 19:05:20 +09:00 |
|
takezoe
|
8e45a8d3dd
|
Bug fix
|
2013-07-01 13:05:37 +09:00 |
|
takezoe
|
c4d9cd940e
|
Bug fix.
|
2013-07-01 11:11:58 +09:00 |
|
takezoe
|
bea6d156ed
|
Fix services to use shortcut method for primary key and foreign keys.
|
2013-06-29 13:40:01 +09:00 |
|
shimamoto
|
a3133fa128
|
Add the condition function by the primary key.
|
2013-06-29 04:44:29 +09:00 |
|
shimamoto
|
f170aa0a04
|
Fix model composition.
|
2013-06-28 15:05:15 +09:00 |
|
shimamoto
|
a217513205
|
Move userName and repositoryName to the base table class.
|
2013-06-27 21:59:13 +09:00 |
|
takezoe
|
a5c5998fc8
|
Replace native SQL which retrieves issue count with type safe DSL.
|
2013-06-26 14:38:08 +09:00 |
|
takezoe
|
0547532113
|
Add search condition behavior to the issues page.
|
2013-06-25 13:54:58 +09:00 |
|
takezoe
|
b591cc1454
|
Fix Label model.
|
2013-06-24 13:49:32 +09:00 |
|
takezoe
|
9ece591409
|
Fix Label model.
|
2013-06-24 13:48:47 +09:00 |
|
takezoe
|
3fb709fad2
|
Add Label model.
|
2013-06-24 13:47:58 +09:00 |
|
shimamoto
|
e2aaadc0fd
|
Add ISSUE_COMMENT model.
|
2013-06-24 05:59:52 +09:00 |
|
shimamoto
|
4326f34ef5
|
Create java.util.Date TypeMapper. And add the currentDate method.
|
2013-06-23 20:46:08 +09:00 |
|
takezoe
|
bc607661a9
|
Update database schema.
Change MILESTONE.CLOSED to MILESTONE.CLOSED_DATE.
|
2013-06-23 03:00:29 +09:00 |
|
takezoe
|
3f87bde578
|
Add Milestone model.
|
2013-06-22 23:17:26 +09:00 |
|
takezoe
|
2881df65a7
|
Change java.sql.Date to java.sql.Timestamp.
|
2013-06-22 14:41:20 +09:00 |
|
takezoe
|
0294c32fb8
|
Change java.sql.Date to java.sql.Timestamp.
|
2013-06-22 14:35:37 +09:00 |
|
shimamoto
|
0ec5ac733a
|
Add CLOSED column to issue model.
|
2013-06-21 17:26:10 +09:00 |
|
takezoe
|
65eb89475a
|
Update flag columns to BOOLEAN.
|
2013-06-21 13:24:58 +09:00 |
|
shimamoto
|
9a22fbc175
|
Fix issue content to Option type.
|
2013-06-20 19:31:26 +09:00 |
|
shimamoto
|
df78fdbaca
|
Fix type of issue model.
|
2013-06-19 21:27:13 +09:00 |
|
shimamoto
|
46a2a95411
|
Add issue_id model.
|
2013-06-19 20:12:20 +09:00 |
|
shimamoto
|
0e7b855610
|
Add issue model.
|
2013-06-19 20:05:37 +09:00 |
|
takezoe
|
783a9684dc
|
Implementing add collaborator stuff.
|
2013-06-04 03:09:23 +09:00 |
|
takezoe
|
2413fca648
|
Refactor database schema.
|
2013-06-03 19:04:57 +09:00 |
|