Naoki Takezoe
4276c0970b
Fix version and view
2016-01-17 00:18:23 +09:00
nazoking
3302b607f1
use real database
2016-01-02 20:23:07 +09:00
Naoki Takezoe
e8c4004d5a
Remove file appender
2016-01-01 13:13:30 +09:00
Naoki Takezoe
c077dd0046
Rename logback-test.xml to logback-dev.xml
2015-12-27 14:40:54 +09:00
Naoki Takezoe
25031eadfb
Merge pull request #1017 from swaldman/minor-c3p0-tweaks
...
Upgrade c3p0 and tweak default config to avoid Tomcat issues
2015-12-26 17:00:33 +09:00
Naoki Takezoe
53e06c5e86
(refs #1018 )Move to xsbt-web-plugin from scalatra-sbt
2015-12-23 21:37:25 +09:00
Steve Waldman
b0a749bdc1
Upgrade c3p0 and tweak default config to avoid Tomcat issues
...
Adds a standard typesafe-config reference.conf file that sets c3p0
config to prevents Tomcat memory leaks on hot-redeploy/shutdown.
See
http://www.mchange.com/projects/c3p0/#configuring_to_avoid_memory_leaks_on_redeploy
http://www.mchange.com/projects/c3p0/#tomcat-specific
This new config can be overridden in an application.conf or
c3p0.properties file.
( See http://www.mchange.com/projects/c3p0/#configuration_precedence )
Updates c3p0 version to c3p0-0.9.5.2, which fixes that leads to
unnecessary String allocation when logging via slf4j.
2015-12-21 22:51:12 -08:00
Naoki Takezoe
59ef44dd71
Update logging configuration
2015-12-22 07:59:15 +09:00
Naoki Takezoe
d3b21a4e39
Drop PULL_REQUEST column from COMMIT_COMMENT table
2015-11-10 11:35:59 +09:00
Naoki Takezoe
f1533cb168
Count COMMIT_COMMENT as issue comment
2015-11-08 04:06:14 +09:00
nazoking
548860607b
update migration version to 3.9 from 3.8
2015-11-06 14:52:36 +09:00
nazoking
66b5fe7337
Merge branch 'master' into feature/webhook-scope
2015-11-06 14:48:03 +09:00
Naoki Takezoe
720ab7e0a3
Update url in docs
2015-10-17 16:17:43 +09:00
nazoking
a08a212fdc
feature/can select webhook events
2015-10-13 18:48:02 +09:00
Tomofumi Tanaka
825f2518e9
Rename migration sql
2015-03-16 23:23:59 +09:00
nazoking
224e44151f
(api-support)change crlf
2015-03-16 00:04:30 +09:00
nazoking
97ceffe689
add CommitStatus table and model and service.
2015-03-02 03:12:11 +09:00
nazoking
d6946b93c3
Add access token table and manage ui.
2015-02-27 13:37:46 +09:00
Rodrigo Lazoti
172af307a6
add connection pool to Database object
2015-01-20 12:14:28 -02:00
Shintaro Murakami
136c5854f3
(refs #593 ) Expand column size of FILE_NAME in COMIT_COMMENT
2015-01-11 00:28:52 +09:00
Naoki Takezoe
527c91ff9d
Fix for #581 . Column name and CSS is changed.
2014-12-29 03:24:04 +09:00
Shintaro Murakami
6e2b67ec0b
Fix bug on showing inline comments in Pull Request.
2014-12-28 20:12:32 +09:00
takezoe
bc75f9f8a2
(refs #564 )Fix for repository renaming
2014-11-28 01:42:44 +09:00
Shintaro Murakami
af58e99dcf
(refs #9 ) Comments for commit and diff
2014-11-26 22:59:52 +09:00
Naoki Takezoe
13385cbced
(refs #464 )Add PLUGIN table for plugin management
2014-08-13 02:23:29 +09:00
Naoki Takezoe
fd09058a7d
(refs #310 )Convert all CRLF to LF
2014-06-29 04:16:37 +09:00
takezoe
d7eef8bd25
(refs #343 )Add drop COMMIT_LOG table statement in migration for 1.13
2014-04-11 07:40:07 +09:00
takezoe
f99d37cfad
(refs #115 )Adding SSH Key form is available
2014-03-09 00:57:00 +09:00
takezoe
8fc1a5473b
(refs #115 )Add table and model to store public keys
2014-03-08 19:26:49 +09:00
takezoe
e3fd564efd
(refs #241 )Work for specifying group manager
2014-03-04 04:25:44 +09:00
takezoe
4f10bccf84
(refs #114 )Add logical remove flag to ACCOUNT.
2013-11-01 03:38:33 +09:00
Robin Stocker
13bff2963e
Add full name to account and use it to create commits ( #125 )
...
The Git practice is to use the full name when creating commits, not a
user name. This commit fixes that by introducing a fullName field to
Account and using it when creating commits.
For migrating from earlier versions, the user name is used as an initial
value for the full name field.
2013-10-06 23:11:09 +02:00
takezoe
532978522a
Fix logback configuration.
2013-09-27 14:07:20 +09:00
takezoe
940e2f4759
(refs #74 )Add WEB_HOOK table.
2013-09-02 18:17:28 +09:00
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