]>
source.dussan.org Git - archiva.git/log
Jonathan Sharp [Wed, 8 Oct 2014 01:50:50 +0000 (18:50 -0700)]
MRM-1810 remove group filter
Jonathan Sharp [Wed, 8 Oct 2014 00:42:20 +0000 (17:42 -0700)]
MRM-1810 removed properties filter, added i18n help content
Eric Barboni [Tue, 7 Oct 2014 18:29:49 +0000 (20:29 +0200)]
update doap to apache archiva 1.3.9 and 2.1.1
git coordinate
Eric Barboni [Mon, 6 Oct 2014 20:12:43 +0000 (22:12 +0200)]
MRM-1767 changerepository location missing slash
Eric Barboni [Fri, 3 Oct 2014 00:05:01 +0000 (02:05 +0200)]
MRM-770 Related. Display classifier (use table because of messy alignment with lot of information)
Eric Barboni [Thu, 2 Oct 2014 21:31:52 +0000 (23:31 +0200)]
ignore netbeans ide file
Eric Barboni [Wed, 1 Oct 2014 00:28:28 +0000 (02:28 +0200)]
fix error text for MRM-1851
Eric Barboni [Wed, 1 Oct 2014 00:26:40 +0000 (02:26 +0200)]
synchro parent version for it test + bump version
Eric Barboni [Tue, 30 Sep 2014 21:05:24 +0000 (23:05 +0200)]
add a profile for coverage (jacoco-coverage)
Eric Barboni [Tue, 30 Sep 2014 20:39:24 +0000 (22:39 +0200)]
create a testrule to get a temp folder with a predictible name
Jonathan Sharp [Mon, 29 Sep 2014 21:46:01 +0000 (14:46 -0700)]
MRM-1311: Added Loggers to core consumers
forjsharp [Sun, 21 Sep 2014 22:30:02 +0000 (15:30 -0700)]
REST: BrowseServiceTest: Mitigate Stale Item Error
Eric Barboni [Sat, 20 Sep 2014 01:56:36 +0000 (03:56 +0200)]
use redback registry snapshot to converge on spring 4.1.0
Olivier Lamy [Mon, 15 Sep 2014 04:54:08 +0000 (14:54 +1000)]
[MRM-1846] Regression in 2.0.1 : uniqueVersion false not supported
Olivier Lamy [Thu, 11 Sep 2014 11:47:26 +0000 (21:47 +1000)]
use last redback snapshot fix non valid tld files
Olivier Lamy [Wed, 10 Sep 2014 05:09:00 +0000 (15:09 +1000)]
spring 4.1.0
Olivier Lamy [Fri, 5 Sep 2014 00:45:11 +0000 (10:45 +1000)]
small improvement :-)
Olivier Lamy [Mon, 1 Sep 2014 06:46:54 +0000 (16:46 +1000)]
release note for 2.1.1
Olivier Lamy [Mon, 1 Sep 2014 05:15:00 +0000 (15:15 +1000)]
[maven-release-plugin] prepare for next development iteration
Olivier Lamy [Mon, 1 Sep 2014 05:14:47 +0000 (15:14 +1000)]
[maven-release-plugin] prepare release archiva-2.1.1
Olivier Lamy [Mon, 1 Sep 2014 04:49:20 +0000 (14:49 +1000)]
using staged released version
Olivier Lamy [Mon, 1 Sep 2014 04:04:41 +0000 (14:04 +1000)]
[MRM-1854] Last modified date is epoch on directory listing for a group
Olivier Lamy [Mon, 1 Sep 2014 03:34:05 +0000 (13:34 +1000)]
format
Olivier Lamy [Wed, 27 Aug 2014 00:11:29 +0000 (10:11 +1000)]
last guice 4.0-beta4 version
Olivier Lamy [Mon, 25 Aug 2014 00:46:06 +0000 (10:46 +1000)]
log4j 2.0.2
Olivier Lamy [Mon, 18 Aug 2014 11:16:05 +0000 (21:16 +1000)]
upgrade httpclient to 4.3.5 and httpcore to 4.3.2
Olivier Lamy [Thu, 7 Aug 2014 02:19:40 +0000 (12:19 +1000)]
log4j 2.0.1
Brett Porter [Tue, 5 Aug 2014 01:41:45 +0000 (11:41 +1000)]
turn down logging on cache
Olivier Lamy [Mon, 4 Aug 2014 11:02:12 +0000 (21:02 +1000)]
change immediateFlush to true as users looks to be confused :-)
Brett Porter [Fri, 1 Aug 2014 07:28:55 +0000 (17:28 +1000)]
use final part of the repository directory as the ID
Brett Porter [Fri, 1 Aug 2014 04:20:56 +0000 (14:20 +1000)]
re-order test
Brett Porter [Fri, 1 Aug 2014 02:55:52 +0000 (12:55 +1000)]
additional exclusion
Brett Porter [Fri, 1 Aug 2014 02:22:24 +0000 (12:22 +1000)]
remove duplicate JTA library
Brett Porter [Thu, 31 Jul 2014 23:50:00 +0000 (09:50 +1000)]
refactor service tests
Split out scan call to be explicit to make it easier to refactor duplicate
sections, then move repeated configuration to before/after methods.
Make sure scanning has finished before operations that might concurrently try
to modify the metadata. This also means we can now verify the deletion of the
repository is successful
Brett Porter [Fri, 1 Aug 2014 02:14:33 +0000 (12:14 +1000)]
take advantage of generic type
Brett Porter [Thu, 31 Jul 2014 10:20:12 +0000 (20:20 +1000)]
only close session if open
getJcrSession will open one if needed, which close does not need to do. This
also caused some timing issues in the REST tests as it concurrently operated
on the same session
Brett Porter [Thu, 31 Jul 2014 07:20:52 +0000 (17:20 +1000)]
log archiva stuff at info level
Brett Porter [Thu, 31 Jul 2014 05:12:29 +0000 (15:12 +1000)]
unused import
Brett Porter [Thu, 31 Jul 2014 05:12:13 +0000 (15:12 +1000)]
fix location of beans
Brett Porter [Thu, 31 Jul 2014 05:10:37 +0000 (15:10 +1000)]
split out audit facet and listener to match others
by placing these in the metadata model / API they can be used more broadly,
while the storage-dependant implementation can be in a plugin. This means the
plugins can be removed from the admin implementation, which can then be used
(as required) in the CLI
Brett Porter [Wed, 30 Jul 2014 08:06:15 +0000 (18:06 +1000)]
more autowiring
Brett Porter [Wed, 30 Jul 2014 07:27:20 +0000 (17:27 +1000)]
ensure works from clean repository
Brett Porter [Wed, 30 Jul 2014 05:33:46 +0000 (15:33 +1000)]
update archetype for repository metadata
use mocks instead of full implementations for testing, cut down dependencies
Brett Porter [Wed, 30 Jul 2014 05:32:54 +0000 (15:32 +1000)]
make optional for Spring
in case of tests that don't add any repository listeners to the classpath
Brett Porter [Wed, 30 Jul 2014 04:34:42 +0000 (14:34 +1000)]
fix merge of converters
The test files in artifact converter had been adjusted, and need to merge the
spring context. Also make the artifactConverter injection more specific to
avoid picking up those defined for tests
Brett Porter [Wed, 30 Jul 2014 03:42:36 +0000 (13:42 +1000)]
simplify required namespaces
Brett Porter [Wed, 30 Jul 2014 03:33:12 +0000 (13:33 +1000)]
ensure spring context is added to archetype
Brett Porter [Wed, 30 Jul 2014 03:22:57 +0000 (13:22 +1000)]
remove unused dependencies and imports
Brett Porter [Wed, 30 Jul 2014 03:22:50 +0000 (13:22 +1000)]
add generics
Brett Porter [Wed, 30 Jul 2014 03:11:23 +0000 (13:11 +1000)]
destroy context on close
Brett Porter [Wed, 30 Jul 2014 02:57:52 +0000 (12:57 +1000)]
use new log4j 2 configuration format
Brett Porter [Wed, 30 Jul 2014 02:04:50 +0000 (12:04 +1000)]
remove commented dependency
Brett Porter [Wed, 30 Jul 2014 02:04:40 +0000 (12:04 +1000)]
add missing dependency
Brett Porter [Wed, 30 Jul 2014 02:03:33 +0000 (12:03 +1000)]
ensure archiva-cli is able to run
clean up the dependencies used and add some missing configuration form shade
Brett Porter [Wed, 30 Jul 2014 02:04:08 +0000 (12:04 +1000)]
remove wagon manager hack
Should no longer be needed since moving to Maven 3 project API
Brett Porter [Wed, 30 Jul 2014 02:02:04 +0000 (12:02 +1000)]
split out problem facet
this avoids modules wanting to report a problem from having to depend on the
plugin itself and its consumer, etc.
Brett Porter [Wed, 30 Jul 2014 01:52:10 +0000 (11:52 +1000)]
fix scan location
Brett Porter [Wed, 30 Jul 2014 01:39:50 +0000 (11:39 +1000)]
fix package declarations
avoid duplicating classes in the produced bundle
Brett Porter [Wed, 30 Jul 2014 01:37:49 +0000 (11:37 +1000)]
merge artifact-converter into converter
Large amount of duplicated information and an unnecessary split package
caused duplicates in the produced bundle
Brett Porter [Wed, 30 Jul 2014 01:11:47 +0000 (11:11 +1000)]
no longer needed
Brett Porter [Tue, 29 Jul 2014 08:16:23 +0000 (18:16 +1000)]
ensure archetype builds on a clean repository
Need to line up several dependencies that got managed differently, and trim
out things no longer needed. This could use a diet in general - there should
not be very much of Archiva's API or dependencies needed to build and test a
consumer.
Brett Porter [Tue, 29 Jul 2014 06:24:29 +0000 (16:24 +1000)]
remove antrun only used for echo
Brett Porter [Tue, 29 Jul 2014 05:54:11 +0000 (15:54 +1000)]
trim POM to required resources
Brett Porter [Tue, 29 Jul 2014 05:27:55 +0000 (15:27 +1000)]
must also populate variables
Olivier Lamy [Thu, 24 Jul 2014 02:08:19 +0000 (12:08 +1000)]
[MRM-1853] On first start up, you get a perpetual loading indicator.
Submitted by Robert David
Olivier Lamy [Wed, 23 Jul 2014 01:28:32 +0000 (11:28 +1000)]
revert as was bad configuration in Jenkins sonar plugin
Olivier Lamy [Wed, 23 Jul 2014 01:16:46 +0000 (11:16 +1000)]
force sonar version
Olivier Lamy [Wed, 23 Jul 2014 01:08:25 +0000 (11:08 +1000)]
last parent for sonar plugin
Olivier Lamy [Mon, 21 Jul 2014 01:35:37 +0000 (11:35 +1000)]
use last cxf 2.6.x version
Olivier Lamy [Thu, 17 Jul 2014 08:08:58 +0000 (18:08 +1000)]
commons logging 1.2
Olivier Lamy [Thu, 17 Jul 2014 07:58:41 +0000 (17:58 +1000)]
log4j2 2.0
Olivier Lamy [Thu, 17 Jul 2014 07:54:44 +0000 (17:54 +1000)]
line ending
Olivier Lamy [Wed, 16 Jul 2014 00:51:34 +0000 (10:51 +1000)]
[maven-release-plugin] prepare for next development iteration
Olivier Lamy [Wed, 16 Jul 2014 00:51:21 +0000 (10:51 +1000)]
[maven-release-plugin] prepare release archiva-2.1.0
Olivier Lamy [Wed, 16 Jul 2014 00:36:52 +0000 (10:36 +1000)]
use a staged released parent
Olivier Lamy [Wed, 16 Jul 2014 00:30:38 +0000 (10:30 +1000)]
tomcat 7.0.54
Olivier Lamy [Mon, 14 Jul 2014 15:59:55 +0000 (01:59 +1000)]
1.7 mandatory with 2.1.0
Olivier Lamy [Mon, 14 Jul 2014 15:56:30 +0000 (01:56 +1000)]
add issues in release notes
Olivier Lamy [Mon, 14 Jul 2014 15:47:09 +0000 (01:47 +1000)]
use staged release registry
Olivier Lamy [Mon, 14 Jul 2014 15:40:45 +0000 (01:40 +1000)]
spring 4.0.6
Brett Porter [Wed, 2 Jul 2014 23:08:24 +0000 (09:08 +1000)]
remove archiva-1.3.x excludes
master build will fail if you leave them around (RAT), so better to be
reminded to clean out when switching
Brett Porter [Tue, 1 Jul 2014 06:11:00 +0000 (16:11 +1000)]
update line endings
Olivier Lamy [Thu, 26 Jun 2014 04:32:10 +0000 (14:32 +1000)]
log4j2 rc2
Olivier Lamy [Wed, 25 Jun 2014 06:33:31 +0000 (16:33 +1000)]
Olivier Lamy [Wed, 25 Jun 2014 06:27:46 +0000 (16:27 +1000)]
revert previous commit as 2.x was not affected in fact
Brett Porter [Wed, 25 Jun 2014 04:22:18 +0000 (14:22 +1000)]
[MRM-1796] support artifacts larger than 4G
[MRM-1796] support artifacts larger than 4G
Brett Porter [Wed, 25 Jun 2014 04:22:18 +0000 (14:22 +1000)]
[MRM-1796] support artifacts larger than 4G
Olivier Lamy [Tue, 10 Jun 2014 17:02:49 +0000 (03:02 +1000)]
fix unit
Olivier Lamy [Tue, 10 Jun 2014 16:46:11 +0000 (02:46 +1000)]
add comment
Olivier Lamy [Tue, 10 Jun 2014 16:44:41 +0000 (02:44 +1000)]
[MRM-1846] Regression in 2.0.1 : uniqueVersion false not supported
Olivier Lamy [Fri, 6 Jun 2014 01:01:49 +0000 (11:01 +1000)]
fix rat configuration
Olivier Lamy [Wed, 4 Jun 2014 01:54:58 +0000 (11:54 +1000)]
configure cxf logger
Olivier Lamy [Fri, 30 May 2014 06:28:15 +0000 (16:28 +1000)]
prevent js error when updating password
Olivier Lamy [Fri, 23 May 2014 06:25:14 +0000 (16:25 +1000)]
spring 4.0.5
Olivier Lamy [Fri, 23 May 2014 01:22:18 +0000 (11:22 +1000)]
[MRM-1841] "Remember me" not working
restore password storage in the cookie.
if remember activated and the cookie is available with a username/password an automatic login will be try
Olivier Lamy [Thu, 22 May 2014 23:31:33 +0000 (09:31 +1000)]
requirejs 2.1.11
Olivier Lamy [Thu, 22 May 2014 23:28:46 +0000 (09:28 +1000)]
jquery 1.11.1
Olivier Lamy [Thu, 22 May 2014 23:26:41 +0000 (09:26 +1000)]
upgrade jquery cookie plugin to 1.4.1
Olivier Lamy [Wed, 21 May 2014 06:06:21 +0000 (16:06 +1000)]
[MRM-1841] "Remember me" not working
password not stored anymore
Olivier Lamy [Wed, 21 May 2014 05:29:22 +0000 (15:29 +1000)]
complete documentation and fix links