]> source.dussan.org Git - archiva.git/log
archiva.git
10 years agouse last redback snapshot fix non valid tld files
Olivier Lamy [Thu, 11 Sep 2014 11:47:26 +0000 (21:47 +1000)]
use last redback snapshot fix non valid tld files

10 years agospring 4.1.0
Olivier Lamy [Wed, 10 Sep 2014 05:09:00 +0000 (15:09 +1000)]
spring 4.1.0

10 years agosmall improvement :-)
Olivier Lamy [Fri, 5 Sep 2014 00:45:11 +0000 (10:45 +1000)]
small improvement :-)

10 years agorelease note for 2.1.1
Olivier Lamy [Mon, 1 Sep 2014 06:46:54 +0000 (16:46 +1000)]
release note for 2.1.1

10 years ago[maven-release-plugin] prepare for next development iteration
Olivier Lamy [Mon, 1 Sep 2014 05:15:00 +0000 (15:15 +1000)]
[maven-release-plugin] prepare for next development iteration

10 years ago[maven-release-plugin] prepare release archiva-2.1.1 archiva-2.1.1
Olivier Lamy [Mon, 1 Sep 2014 05:14:47 +0000 (15:14 +1000)]
[maven-release-plugin] prepare release archiva-2.1.1

10 years agousing staged released version
Olivier Lamy [Mon, 1 Sep 2014 04:49:20 +0000 (14:49 +1000)]
using staged released version

10 years ago[MRM-1854] Last modified date is epoch on directory listing for a group
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

10 years agoformat
Olivier Lamy [Mon, 1 Sep 2014 03:34:05 +0000 (13:34 +1000)]
format

10 years agolast guice 4.0-beta4 version
Olivier Lamy [Wed, 27 Aug 2014 00:11:29 +0000 (10:11 +1000)]
last guice 4.0-beta4 version

10 years agolog4j 2.0.2
Olivier Lamy [Mon, 25 Aug 2014 00:46:06 +0000 (10:46 +1000)]
log4j 2.0.2

10 years agoupgrade httpclient to 4.3.5 and httpcore to 4.3.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

10 years agolog4j 2.0.1
Olivier Lamy [Thu, 7 Aug 2014 02:19:40 +0000 (12:19 +1000)]
log4j 2.0.1

10 years agoturn down logging on cache
Brett Porter [Tue, 5 Aug 2014 01:41:45 +0000 (11:41 +1000)]
turn down logging on cache

10 years agochange immediateFlush to true as users looks to be confused :-)
Olivier Lamy [Mon, 4 Aug 2014 11:02:12 +0000 (21:02 +1000)]
change immediateFlush to true as users looks to be confused :-)

10 years agouse final part of the repository directory as the ID
Brett Porter [Fri, 1 Aug 2014 07:28:55 +0000 (17:28 +1000)]
use final part of the repository directory as the ID

10 years agore-order test
Brett Porter [Fri, 1 Aug 2014 04:20:56 +0000 (14:20 +1000)]
re-order test

10 years agoadditional exclusion
Brett Porter [Fri, 1 Aug 2014 02:55:52 +0000 (12:55 +1000)]
additional exclusion

10 years agoremove duplicate JTA library
Brett Porter [Fri, 1 Aug 2014 02:22:24 +0000 (12:22 +1000)]
remove duplicate JTA library

10 years agorefactor service tests
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

10 years agotake advantage of generic type
Brett Porter [Fri, 1 Aug 2014 02:14:33 +0000 (12:14 +1000)]
take advantage of generic type

10 years agoonly close session if open
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

10 years agolog archiva stuff at info level
Brett Porter [Thu, 31 Jul 2014 07:20:52 +0000 (17:20 +1000)]
log archiva stuff at info level

10 years agounused import
Brett Porter [Thu, 31 Jul 2014 05:12:29 +0000 (15:12 +1000)]
unused import

10 years agofix location of beans
Brett Porter [Thu, 31 Jul 2014 05:12:13 +0000 (15:12 +1000)]
fix location of beans

10 years agosplit out audit facet and listener to match others
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

10 years agomore autowiring
Brett Porter [Wed, 30 Jul 2014 08:06:15 +0000 (18:06 +1000)]
more autowiring

10 years agoensure works from clean repository
Brett Porter [Wed, 30 Jul 2014 07:27:20 +0000 (17:27 +1000)]
ensure works from clean repository

10 years agoupdate archetype for repository metadata
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

10 years agomake optional for Spring
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

10 years agofix merge of converters
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

10 years agosimplify required namespaces
Brett Porter [Wed, 30 Jul 2014 03:42:36 +0000 (13:42 +1000)]
simplify required namespaces

10 years agoensure spring context is added to archetype
Brett Porter [Wed, 30 Jul 2014 03:33:12 +0000 (13:33 +1000)]
ensure spring context is added to archetype

10 years agoremove unused dependencies and imports
Brett Porter [Wed, 30 Jul 2014 03:22:57 +0000 (13:22 +1000)]
remove unused dependencies and imports

10 years agoadd generics
Brett Porter [Wed, 30 Jul 2014 03:22:50 +0000 (13:22 +1000)]
add generics

10 years agodestroy context on close
Brett Porter [Wed, 30 Jul 2014 03:11:23 +0000 (13:11 +1000)]
destroy context on close

10 years agouse new log4j 2 configuration format
Brett Porter [Wed, 30 Jul 2014 02:57:52 +0000 (12:57 +1000)]
use new log4j 2 configuration format

10 years agoremove commented dependency
Brett Porter [Wed, 30 Jul 2014 02:04:50 +0000 (12:04 +1000)]
remove commented dependency

10 years agoadd missing dependency
Brett Porter [Wed, 30 Jul 2014 02:04:40 +0000 (12:04 +1000)]
add missing dependency

10 years agoensure archiva-cli is able to run
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

10 years agoremove wagon manager hack
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

10 years agosplit out problem facet
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.

10 years agofix scan location
Brett Porter [Wed, 30 Jul 2014 01:52:10 +0000 (11:52 +1000)]
fix scan location

10 years agofix package declarations
Brett Porter [Wed, 30 Jul 2014 01:39:50 +0000 (11:39 +1000)]
fix package declarations

avoid duplicating classes in the produced bundle

10 years agomerge artifact-converter into converter
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

10 years agono longer needed
Brett Porter [Wed, 30 Jul 2014 01:11:47 +0000 (11:11 +1000)]
no longer needed

10 years agoensure archetype builds on a clean repository
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.

10 years agoremove antrun only used for echo
Brett Porter [Tue, 29 Jul 2014 06:24:29 +0000 (16:24 +1000)]
remove antrun only used for echo

10 years agotrim POM to required resources
Brett Porter [Tue, 29 Jul 2014 05:54:11 +0000 (15:54 +1000)]
trim POM to required resources

10 years agomust also populate variables
Brett Porter [Tue, 29 Jul 2014 05:27:55 +0000 (15:27 +1000)]
must also populate variables

10 years ago[MRM-1853] On first start up, you get a perpetual loading indicator.
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

10 years agorevert as was bad configuration in Jenkins sonar plugin
Olivier Lamy [Wed, 23 Jul 2014 01:28:32 +0000 (11:28 +1000)]
revert as was bad configuration in Jenkins sonar plugin

10 years agoforce sonar version
Olivier Lamy [Wed, 23 Jul 2014 01:16:46 +0000 (11:16 +1000)]
force sonar version

10 years agolast parent for sonar plugin
Olivier Lamy [Wed, 23 Jul 2014 01:08:25 +0000 (11:08 +1000)]
last parent for sonar plugin

10 years agouse last cxf 2.6.x version
Olivier Lamy [Mon, 21 Jul 2014 01:35:37 +0000 (11:35 +1000)]
use last cxf 2.6.x version

10 years agocommons logging 1.2
Olivier Lamy [Thu, 17 Jul 2014 08:08:58 +0000 (18:08 +1000)]
commons logging 1.2

10 years agolog4j2 2.0
Olivier Lamy [Thu, 17 Jul 2014 07:58:41 +0000 (17:58 +1000)]
log4j2 2.0

10 years agoline ending
Olivier Lamy [Thu, 17 Jul 2014 07:54:44 +0000 (17:54 +1000)]
line ending

10 years ago[maven-release-plugin] prepare for next development iteration
Olivier Lamy [Wed, 16 Jul 2014 00:51:34 +0000 (10:51 +1000)]
[maven-release-plugin] prepare for next development iteration

10 years ago[maven-release-plugin] prepare release archiva-2.1.0 archiva-2.1.0
Olivier Lamy [Wed, 16 Jul 2014 00:51:21 +0000 (10:51 +1000)]
[maven-release-plugin] prepare release archiva-2.1.0

10 years agouse a staged released parent
Olivier Lamy [Wed, 16 Jul 2014 00:36:52 +0000 (10:36 +1000)]
use a staged released parent

10 years agotomcat 7.0.54
Olivier Lamy [Wed, 16 Jul 2014 00:30:38 +0000 (10:30 +1000)]
tomcat 7.0.54

10 years ago1.7 mandatory with 2.1.0
Olivier Lamy [Mon, 14 Jul 2014 15:59:55 +0000 (01:59 +1000)]
1.7 mandatory with 2.1.0

10 years agoadd issues in release notes
Olivier Lamy [Mon, 14 Jul 2014 15:56:30 +0000 (01:56 +1000)]
add issues in release notes

10 years agouse staged release registry
Olivier Lamy [Mon, 14 Jul 2014 15:47:09 +0000 (01:47 +1000)]
use staged release registry

10 years agospring 4.0.6
Olivier Lamy [Mon, 14 Jul 2014 15:40:45 +0000 (01:40 +1000)]
spring 4.0.6

10 years agoremove archiva-1.3.x excludes
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

10 years agoupdate line endings
Brett Porter [Tue, 1 Jul 2014 06:11:00 +0000 (16:11 +1000)]
update line endings

10 years agolog4j2 rc2
Olivier Lamy [Thu, 26 Jun 2014 04:32:10 +0000 (14:32 +1000)]
log4j2 rc2

10 years agorevert c648adb3061202572de0fa575150e48ce4c486de too
Olivier Lamy [Wed, 25 Jun 2014 06:33:31 +0000 (16:33 +1000)]
revert c648adb3061202572de0fa575150e48ce4c486de too

10 years agorevert previous commit as 2.x was not affected in fact
Olivier Lamy [Wed, 25 Jun 2014 06:27:46 +0000 (16:27 +1000)]
revert previous commit as 2.x was not affected in fact

10 years ago[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
[MRM-1796] support artifacts larger than 4G

10 years ago[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

10 years agofix unit
Olivier Lamy [Tue, 10 Jun 2014 17:02:49 +0000 (03:02 +1000)]
fix unit

10 years agoadd comment
Olivier Lamy [Tue, 10 Jun 2014 16:46:11 +0000 (02:46 +1000)]
add comment

10 years ago[MRM-1846] Regression in 2.0.1 : uniqueVersion false not supported
Olivier Lamy [Tue, 10 Jun 2014 16:44:41 +0000 (02:44 +1000)]
[MRM-1846] Regression in 2.0.1 : uniqueVersion false not supported

10 years agofix rat configuration
Olivier Lamy [Fri, 6 Jun 2014 01:01:49 +0000 (11:01 +1000)]
fix rat configuration

10 years agoconfigure cxf logger
Olivier Lamy [Wed, 4 Jun 2014 01:54:58 +0000 (11:54 +1000)]
configure cxf logger

10 years agoprevent js error when updating password
Olivier Lamy [Fri, 30 May 2014 06:28:15 +0000 (16:28 +1000)]
prevent js error when updating password

10 years agospring 4.0.5
Olivier Lamy [Fri, 23 May 2014 06:25:14 +0000 (16:25 +1000)]
spring 4.0.5

10 years ago[MRM-1841] "Remember me" not working
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

10 years agorequirejs 2.1.11
Olivier Lamy [Thu, 22 May 2014 23:31:33 +0000 (09:31 +1000)]
requirejs 2.1.11

10 years agojquery 1.11.1
Olivier Lamy [Thu, 22 May 2014 23:28:46 +0000 (09:28 +1000)]
jquery 1.11.1

10 years agoupgrade jquery cookie plugin to 1.4.1
Olivier Lamy [Thu, 22 May 2014 23:26:41 +0000 (09:26 +1000)]
upgrade jquery cookie plugin to 1.4.1

10 years ago[MRM-1841] "Remember me" not working
Olivier Lamy [Wed, 21 May 2014 06:06:21 +0000 (16:06 +1000)]
[MRM-1841] "Remember me" not working
password not stored anymore

10 years agocomplete documentation and fix links
Olivier Lamy [Wed, 21 May 2014 05:29:22 +0000 (15:29 +1000)]
complete documentation and fix links

10 years agoadd doc on querying artifacts
Olivier Lamy [Wed, 21 May 2014 05:21:44 +0000 (15:21 +1000)]
add doc on querying artifacts

10 years agoversion is mandatory too
Olivier Lamy [Wed, 21 May 2014 05:19:52 +0000 (15:19 +1000)]
version is mandatory too

10 years ago[MRM-1843] provide mechanism to obtain the latest version of an artifact
Olivier Lamy [Wed, 21 May 2014 04:30:32 +0000 (14:30 +1000)]
[MRM-1843] provide mechanism to obtain the latest version of an artifact
test for no content

10 years ago[MRM-1843] provide mechanism to obtain the latest version of an artifact
Olivier Lamy [Wed, 21 May 2014 04:26:03 +0000 (14:26 +1000)]
[MRM-1843] provide mechanism to obtain the latest version of an artifact
oups missed to add test classes

10 years agofix context when know repository
Olivier Lamy [Wed, 21 May 2014 02:09:19 +0000 (12:09 +1000)]
fix context when know repository

10 years agofix context when know repositoryarchiva-modules/archiva-web/archiva-rest/archiva...
Olivier Lamy [Wed, 21 May 2014 02:09:03 +0000 (12:09 +1000)]
fix context when know repositoryarchiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/main/java/org/apache/archiva/rest/services/AbstractRestService.java

10 years ago[MRM-1843] provide mechanism to obtain the latest version of an artifact
Olivier Lamy [Wed, 21 May 2014 00:12:43 +0000 (10:12 +1000)]
[MRM-1843] provide mechanism to obtain the latest version of an artifact
Implements LATEST keyword

10 years agomore cleanup and fix a TODO :-)
Olivier Lamy [Tue, 20 May 2014 07:15:45 +0000 (17:15 +1000)]
more cleanup and fix a TODO :-)

10 years ago[MRM-1843] provide mechanism to obtain the latest version of an artifact
Olivier Lamy [Tue, 20 May 2014 06:55:34 +0000 (16:55 +1000)]
[MRM-1843] provide mechanism to obtain the latest version of an artifact
add some query validation. ensure we properly change the repositoryId for queries without any repositoryId so result can come from a remote repository index

10 years ago[MRM-1843] provide mechanism to obtain the latest version of an artifact
Olivier Lamy [Tue, 20 May 2014 05:04:47 +0000 (15:04 +1000)]
[MRM-1843] provide mechanism to obtain the latest version of an artifact
start download api currently redirect

10 years agodisplay alert image in case of error when checking remote repo
Olivier Lamy [Mon, 19 May 2014 06:13:26 +0000 (16:13 +1000)]
display alert image in case of error when checking remote repo

10 years ago[MRM-1841] "Remember me" not working
Olivier Lamy [Thu, 15 May 2014 05:25:34 +0000 (15:25 +1000)]
[MRM-1841] "Remember me" not working

10 years agospring 4.0.4
Olivier Lamy [Thu, 15 May 2014 05:11:59 +0000 (15:11 +1000)]
spring 4.0.4

10 years ago[MRM-1837] so as it's only prototype we can assume configuration will not change...
Olivier Lamy [Tue, 13 May 2014 07:08:26 +0000 (17:08 +1000)]
[MRM-1837] so as it's only prototype we can assume configuration will not change during the use of the bean