Commit Graph

41 Commits

Author SHA1 Message Date
takezoe
ef03f77dc9 Remove unnecessary foreign key constraint. 2013-08-10 03:50:28 +09:00
takezoe
709c8f32b5 (refs #69)Remove PULL_REQUEST table's foreign key for REQUEST_USER_NAME and REQUEST_REPOSITORY_NAME. 2013-08-09 18:47:44 +09:00
takezoe
11371c9e4f Update image for no image users. 2013-08-06 08:36:25 +09:00
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
1682eb3915 (refs #8)Add DDL to add new table and columns for group management. 2013-07-22 17:15:12 +09:00
takezoe
4572a455c8 Change ISSUE_COMMENT.ACTION to NOT NULL. 2013-07-16 23:05:45 +09:00
takezoe
4e8c130cbf Expand column COMMENT.ACTION to VARCHAR(20). 2013-07-12 16:07:20 +09:00
takezoe
f34f60b255 Returns a gray image if username has not been registered. 2013-07-12 15:43:23 +09:00
takezoe
485d6131d5 (refs #28)Display avatar images in some places. 2013-07-10 19:57:59 +09:00
takezoe
02c015574f (refs #28)Fix information message. 2013-07-10 18:24:46 +09:00
takezoe
248079f041 (refs #28)Display avatar icon on the activity timeline. 2013-07-10 14:37:00 +09:00
takezoe
e4324258d3 (refs #28)Implementing avatar image uploading. 2013-07-10 11:34:36 +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
takezoe
47bdb8da23 (refs #18)Add schema update to fix constraints for COLLABORATOR. 2013-07-04 18:46:01 +09:00
takezoe
2e8598921c Add ISSUE_COMMENT.ACTION column.
This column will be stored 'open', 'reopen' or NULL.
2013-07-01 18:22:14 +09:00
takezoe
10f2cbbc3e Encrypt password. 2013-06-29 15:13:20 +09:00
takezoe
bc607661a9 Update database schema.
Change MILESTONE.CLOSED to MILESTONE.CLOSED_DATE.
2013-06-23 03:00:29 +09:00
takezoe
143887e0cb Fix MILESTONE schema. 2013-06-22 23:17:10 +09:00
takezoe
65eb89475a Update flag columns to BOOLEAN. 2013-06-21 13:24:58 +09:00
takezoe
408e1245b3 Change ISSUE.CONTENT to NULLABLE. 2013-06-20 12:56:33 +09:00
takezoe
3f945b7328 Fix ISSUE schema.
- MILESTONE_ID is NULLABLE
- Add ASIGNED_USER_NAME column
2013-06-19 20:02:18 +09:00
takezoe
7f51daf5a1 Fix the data type of MILESTONE.REPOSITORY_NAME. 2013-06-07 01:34:18 +09:00
takezoe
9d31eb2e88 Change the initial admin user to 'root' from 'admin'. 2013-06-04 11:10:32 +09:00
takezoe
93d6405592 Fixed typo. 2013-06-04 02:48:23 +09:00
takezoe
5ed5397c7d Fix typo. 2013-06-04 02:43:28 +09:00
takezoe
ac2e44a34a Fix database schema. 2013-06-04 01:01:04 +09:00
takezoe
2413fca648 Refactor database schema. 2013-06-03 19:04:57 +09:00
takezoe
d3a985d65a Add logback.xml. 2013-06-02 22:59:59 +09:00
takezoe
32d554f2f7 Add DEFAULT_BRANCH column to PROJECT table. 2013-05-03 04:26:43 +09:00
takezoe
3b0a888c44 Add admin user to initialization SQL. 2013-04-30 12:49:25 +09:00
takezoe
3e210c83d8 Manual fix for DDL. It should be solved in ERD essentially. 2013-04-26 18:27:43 +09:00
takezoe
9ec0ff4ec3 Update SQL file to create schema from ERD. 2013-04-26 17:45:36 +09:00
takezoe
fc83ce3f03 Fixed SQL file ptah. 2013-04-26 11:33:27 +09:00
takezoe
ffd74394b4 Test of automatic schema update. 2013-04-26 11:17:57 +09:00