Commit Graph

3164 Commits

Author SHA1 Message Date
Sebastian Sdorra
6b910d2c40 default authentication handler should always be the first in the chain 2013-04-04 13:38:33 +02:00
Sebastian Sdorra
51a9939314 merge with branch issue-333 2013-04-02 21:58:42 +02:00
Sebastian Sdorra
a0a36c6e48 close branch issue-333 2013-04-02 21:58:05 +02:00
Sebastian Sdorra
db5a17fa9e send mercurial hook error messages to client 2013-04-02 21:57:23 +02:00
Sebastian Sdorra
225737baf6 merge with branch issue-336 2013-04-02 21:00:44 +02:00
Sebastian Sdorra
321f8f1934 close branch issue-336 2013-04-02 21:00:13 +02:00
Sebastian Sdorra
d6d6d57cb9 use content type text/html for mercurial error messages, if the client accept it 2013-04-02 20:59:26 +02:00
Sebastian Sdorra
35774635e7 added missing javadoc for branch parameter 2013-04-01 22:21:16 +02:00
Sebastian Sdorra
29c6d21f3d merge with branch issue-341 2013-03-27 08:55:55 +01:00
Sebastian Sdorra
94ebc0a9fe close branch issue-341 2013-03-27 08:55:31 +01:00
Sebastian Sdorra
97a9e7829d merge with branch issue-345 2013-03-27 08:53:22 +01:00
Sebastian Sdorra
c1d5e539a9 close branch issue-345 2013-03-27 08:51:17 +01:00
Sebastian Sdorra
f6cc4c9d36 use guava cache as default cache 2013-03-27 08:50:37 +01:00
Sebastian Sdorra
e4fdc0c3de update guava to version 14.0.1 2013-03-26 08:22:25 +01:00
Sebastian Sdorra
ac58c7f4e5 update logback to version 1.0.11 2013-03-26 08:20:42 +01:00
Sebastian Sdorra
d1b4d15251 update slf4j to version 1.7.5 2013-03-26 08:19:18 +01:00
Sebastian Sdorra
91d5f8085e added reference tests for cache managers 2013-03-25 11:58:05 +01:00
Sebastian Sdorra
1ae6ab4c79 improve cache unit tests 2013-03-25 11:57:15 +01:00
Sebastian Sdorra
80ce0f019e synchronize getCache method of cache manager implementations 2013-03-25 11:55:57 +01:00
Sebastian Sdorra
6fa211a559 added simple tests for guava cache 2013-03-25 11:08:54 +01:00
Sebastian Sdorra
f8bb0cf109 create static read method for GuavaCacheConfigurationReader 2013-03-25 11:07:47 +01:00
Sebastian Sdorra
0ea4b43a58 added default guava cache configuration 2013-03-25 10:57:52 +01:00
Sebastian Sdorra
2a273f0f84 added prefix for guava cache classes 2013-03-25 10:56:39 +01:00
Sebastian Sdorra
09d4ea87af improve configuration for guava cache 2013-03-25 10:53:01 +01:00
Sebastian Sdorra
3dfa6d4fc1 added CacheConfigurationReader for GuavaCacheManager 2013-03-25 08:50:26 +01:00
Sebastian Sdorra
c941ffb749 improve configuration objects 2013-03-25 08:03:32 +01:00
Sebastian Sdorra
57f5e31a54 start implementation of guava based CacheManager 2013-03-24 19:52:06 +01:00
Sebastian Sdorra
d2a107d112 added FastByteArrayInputStream, FastByteArrayOutputStream and DeepCopy 2013-03-24 14:02:03 +01:00
Sebastian Sdorra
294b9013a3 implement equals, hashCode and toString of ChangesetPagingResult 2013-03-24 13:48:07 +01:00
Sebastian Sdorra
720d6d3405 use version 2.6.5 of ehcache 2013-03-24 13:44:25 +01:00
Sebastian Sdorra
18e6d6d5ab create a copy of the tag collection to reduce memory on caching 2013-03-20 07:46:52 +01:00
Sebastian Sdorra
e0cec05b4d added comments for ehcache logging configuration 2013-03-19 14:19:50 +01:00
Sebastian Sdorra
eca0d304c6 merge global cache configuration attributes 2013-03-19 14:16:53 +01:00
Sebastian Sdorra
6fdede3823 disable update check and set maxBytesLocalDisk to 512M 2013-03-19 13:44:29 +01:00
Sebastian Sdorra
6458f1b3d7 merge cache configuration from default location, config directory and plugins 2013-03-19 11:43:46 +01:00
Sebastian Sdorra
13de1420df allow 10000 cache entries on disk for unknown caches 2013-03-19 07:59:57 +01:00
Sebastian Sdorra
5605518c1b update ehcache to version 2.6.5 2013-03-13 21:01:00 +01:00
Sebastian Sdorra
2f333da59c improve logging of BootstrapUtil 2013-03-13 20:57:56 +01:00
Sebastian Sdorra
19c48f0a6c implemented a child first plugin classloader strategy 2013-03-13 20:51:44 +01:00
Sebastian Sdorra
412e495a21 use ArrayList instead of ImmutableList for searchresult, because the result must be mutable for decorators 2013-03-04 20:37:09 +01:00
Sebastian Sdorra
fd0e5bca45 added average sizes to search caches 2013-03-04 20:27:13 +01:00
Sebastian Sdorra
8f216e7bb7 create a copy of search result collection to reduce memory of caches 2013-03-04 20:26:07 +01:00
Sebastian Sdorra
3ad8dcfbf5 added configuration for authorization cache 2013-03-04 20:06:22 +01:00
Sebastian Sdorra
1d27d5d581 improve cache configuration 2013-03-04 20:00:42 +01:00
Sebastian Sdorra
82c2160fd2 added script to analyze ehcache sizes 2013-03-04 19:37:40 +01:00
Sebastian Sdorra
15906a7e62 added unit test for IterableQueue and improve javadoc 2013-03-01 18:27:04 +01:00
Sebastian Sdorra
79722fee6d added CallableQueueCollector to consume all items from a IterableQueue 2013-03-01 17:30:21 +01:00
Sebastian Sdorra
4299d9f64d added IterableQueue implementation 2013-03-01 17:20:48 +01:00
Sebastian Sdorra
457e562b2b update maven-aether-provider to version 3.0.5 2013-03-01 16:34:33 +01:00
Sebastian Sdorra
2b11034105 update guava to version 14.0 2013-02-28 20:44:00 +01:00