]>
source.dussan.org Git - archiva.git/log
Carlos Sanchez [Mon, 24 Nov 2014 09:54:32 +0000 (10:54 +0100)]
[MRM-1390] Bump version to 2.2.0
Carlos Sanchez [Mon, 24 Nov 2014 19:00:03 +0000 (20:00 +0100)]
[MRM-1390] Cassandra: rename Metadata Facet column 'key' to 'facetKey'
The column 'key' can't be queried in Cassandra
Probably because 'key' is reserved for the element key or a limitation in Hector
Carlos Sanchez [Sun, 23 Nov 2014 10:34:24 +0000 (11:34 +0100)]
[MRM-1390] Implement search methods for generic metadata and properties in Cassandra store
Some caveats with Cassandra implementation:
We can't search artifacts by any (wildcard) property, so searchArtifacts(text,...) just calls getArtifactsByMetadata
The exact parameter is ignored as we can't do non exact searches in Cassandra
Carlos Sanchez [Wed, 5 Nov 2014 19:11:08 +0000 (20:11 +0100)]
[MRM-1390] Add REST methods to search JCR store for generic metadata and properties
Added REST methods:
artifactsByProjectVersionMetadata/{key}/{value}
artifactsByMetadata/{key}/{value}
artifactsByProperty/{key}/{value}
searchArtifacts/{text}
searchArtifacts/{key}/{text}
In JCR implementation When searching into any property (key = nil) we can't do exact searchs
Olivier Lamy [Thu, 27 Nov 2014 04:32:24 +0000 (15:32 +1100)]
format and debug infos
Olivier Lamy [Wed, 26 Nov 2014 23:57:27 +0000 (10:57 +1100)]
[MRM-1871] copy List before sorting it
Olivier Lamy [Mon, 24 Nov 2014 22:44:14 +0000 (09:44 +1100)]
[MRM-1871] ConcurrentModificationException in DefaultRepositoryProxyConnectors
create a copy to avoid ConcurrentModificationException
Carlos Sanchez [Mon, 24 Nov 2014 18:47:57 +0000 (19:47 +0100)]
Commit
f4f7c97 changed the name of metadata facet key and value columns
Restore to the previous one
Carlos Sanchez [Mon, 24 Nov 2014 11:56:52 +0000 (12:56 +0100)]
Use the same list of ArtifactMetadata column names everywhere
Carlos Sanchez [Mon, 24 Nov 2014 11:24:40 +0000 (12:24 +0100)]
Use an Enum for Cassandra column names instead of duplicated Strings
Carlos Sanchez [Mon, 24 Nov 2014 08:15:00 +0000 (09:15 +0100)]
Merge branch 'project-properties'
Olivier Lamy [Mon, 24 Nov 2014 00:14:11 +0000 (11:14 +1100)]
make it clear it is ConcurrentMap so no need of synchronized block
Carlos Sanchez [Sun, 23 Nov 2014 19:40:55 +0000 (20:40 +0100)]
Remove duplicated cleanup in tests
Olivier Lamy [Sun, 23 Nov 2014 12:02:06 +0000 (23:02 +1100)]
copy collections to avoid ConcurrentModificationException
Carlos Sanchez [Fri, 21 Nov 2014 19:12:53 +0000 (20:12 +0100)]
Add pom properties to ProjectVersionMetadata
Carlos Sanchez [Wed, 19 Nov 2014 21:32:12 +0000 (22:32 +0100)]
[MRM-1848] download links for files multi-dot extensions incorrect in Browse view
Olivier Lamy [Wed, 19 Nov 2014 06:20:08 +0000 (17:20 +1100)]
spring 4.1.2
Olivier Lamy [Wed, 19 Nov 2014 06:15:30 +0000 (17:15 +1100)]
modelmapper version 0.7.3
Eric Barboni [Tue, 18 Nov 2014 23:10:53 +0000 (00:10 +0100)]
MRM-1848 lazy fix for tar.gz
Olivier Lamy [Mon, 17 Nov 2014 22:50:22 +0000 (09:50 +1100)]
assertj 1.7.0
Olivier Lamy [Sun, 16 Nov 2014 23:43:06 +0000 (10:43 +1100)]
merge branch from Carlos. Thanks mate!!
Carlos Sanchez [Thu, 6 Nov 2014 08:58:02 +0000 (09:58 +0100)]
Add a AbstractMetadataRepository to remove duplicated code
Olivier Lamy [Wed, 5 Nov 2014 10:39:00 +0000 (21:39 +1100)]
[MRM-1807] Archiva wrapper fail to start
Olivier Lamy [Fri, 31 Oct 2014 23:11:17 +0000 (10:11 +1100)]
upgrade cassandra to 2.0.9
Olivier Lamy [Fri, 31 Oct 2014 23:09:59 +0000 (10:09 +1100)]
1.7 diamond
Olivier Lamy [Fri, 31 Oct 2014 23:06:38 +0000 (10:06 +1100)]
jmxPort must be dynamic as well
Olivier Lamy [Thu, 30 Oct 2014 00:58:14 +0000 (11:58 +1100)]
log4j 2.1
Olivier Lamy [Wed, 29 Oct 2014 10:26:37 +0000 (21:26 +1100)]
remove obsolote page
Olivier Lamy [Mon, 20 Oct 2014 06:08:22 +0000 (17:08 +1100)]
Merge branch 'MRM-813'
Olivier Lamy [Mon, 20 Oct 2014 06:08:01 +0000 (17:08 +1100)]
add missing @since, formatting, make fields private
Jonathan Sharp [Sat, 18 Oct 2014 15:49:18 +0000 (08:49 -0700)]
Metatada typo fixes
Jonathan Sharp [Fri, 17 Oct 2014 22:23:47 +0000 (15:23 -0700)]
MRM-813 tweak APC interface and ADRF AuditEvents
Eric Barboni [Wed, 15 Oct 2014 22:11:34 +0000 (00:11 +0200)]
MRM-1863 synchronize link and text link display for repository group ctd
Eric Barboni [Wed, 15 Oct 2014 19:46:24 +0000 (21:46 +0200)]
MRM-1863 synchronize link and text link display for repository group
Olivier Lamy [Wed, 15 Oct 2014 03:22:17 +0000 (14:22 +1100)]
fix target java version for modernizer plugin
Olivier Lamy [Wed, 15 Oct 2014 03:10:04 +0000 (14:10 +1100)]
start fixing issues reported by modernizer maven plugin
Olivier Lamy [Wed, 15 Oct 2014 03:03:46 +0000 (14:03 +1100)]
add a modernizer maven plugin build profile
Olivier Lamy [Wed, 15 Oct 2014 00:45:44 +0000 (11:45 +1100)]
avoid returning empty data
Olivier Lamy [Wed, 15 Oct 2014 00:11:51 +0000 (11:11 +1100)]
avoid too much noise
Olivier Lamy [Wed, 15 Oct 2014 00:08:06 +0000 (11:08 +1100)]
avoid too much noise
Eric Barboni [Tue, 14 Oct 2014 19:32:51 +0000 (21:32 +0200)]
sonar fixes
Eric Barboni [Tue, 14 Oct 2014 19:31:33 +0000 (21:31 +0200)]
sonar fixes
Eric Barboni [Tue, 14 Oct 2014 19:30:11 +0000 (21:30 +0200)]
sonar fixes
Olivier Lamy [Tue, 14 Oct 2014 04:51:14 +0000 (15:51 +1100)]
fix osgi warning
Olivier Lamy [Tue, 14 Oct 2014 04:48:05 +0000 (15:48 +1100)]
[MRM-1145] RSS tests do not correctly check responses
Olivier Lamy [Tue, 14 Oct 2014 04:45:31 +0000 (15:45 +1100)]
[MRM-1145] RSS tests do not correctly check responses
Olivier Lamy [Tue, 14 Oct 2014 04:02:22 +0000 (15:02 +1100)]
[MRM-1145] RSS tests do not correctly check responses
Eric Barboni [Tue, 14 Oct 2014 00:56:36 +0000 (02:56 +0200)]
MRM-1811 add alternative pagination for simplegrid
Olivier Lamy [Mon, 13 Oct 2014 05:35:00 +0000 (16:35 +1100)]
no need to lookup those beans for each request
Olivier Lamy [Mon, 13 Oct 2014 05:19:42 +0000 (16:19 +1100)]
make this servlet thread safe!!
Eric Barboni [Fri, 10 Oct 2014 20:41:59 +0000 (22:41 +0200)]
MRM-1865 remove isPermanent flag
Eric Barboni [Fri, 10 Oct 2014 19:47:37 +0000 (21:47 +0200)]
exclude netbeans ide from rat check
Olivier Lamy [Fri, 10 Oct 2014 11:51:28 +0000 (22:51 +1100)]
not needed
Brett Porter [Thu, 9 Oct 2014 08:04:26 +0000 (19:04 +1100)]
[MRM-1864] use SSL by default for central
This matches the default configuration used in the latest version of Maven.
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