Commit Graph

33747 Commits

Author SHA1 Message Date
Travis CI User
5d67d39323 [maven-release-plugin][skip ci] prepare for next development iteration 2021-04-14 08:55:55 +00:00
Travis CI User
b32e3fc0b3 [maven-release-plugin][skip ci] prepare release 11.8 11.8 2021-04-14 08:55:51 +00:00
Angel Borroy
20dd0efc6f Feature/search 2802 shared secret auth (#382)
* SEARCH-2802: Filter HTTP requests (now "none" and "secret" communication methods are available) from X509 Web Filter.

* SEARCH-2802: HttpClientFactory (for Repository and Search Services clients) support for Shared Secret communication.

* SEARCH-2802: Fix HttpClientFactory base unit tests.
2021-04-14 10:25:45 +02:00
Travis CI User
581b6426f7 [maven-release-plugin][skip ci] prepare for next development iteration 2021-04-13 14:04:20 +00:00
Travis CI User
32b948366d [maven-release-plugin][skip ci] prepare release V3.3.0.5 2021-04-13 14:04:15 +00:00
cagache
4cf3e2b393 PR 1412 code review comments [skip tests] 2021-04-13 15:23:32 +03:00
cagache
f262898238 [enterprise release 3.3.0.5 3.3.0.6-SNAPSHOT][publish] 2021-04-13 10:01:53 +03:00
Alexandru-Eusebiu Epure
0b6a222c34 Merge pull request #1411 from Alfresco/fix/update_license_header_3.3.0.x
[skip tests]update haders to 2021
2021-04-12 19:00:17 +03:00
cagache
80e59aebaf APPS-947 Refactor community rest api to be run in parallel 2021-04-12 16:29:12 +03:00
Epure Alexandru-Eusebiu
d820733518 [skip tests]update haders to 2021 2021-04-12 16:24:21 +03:00
Alexandru-Eusebiu Epure
b41701f005 Merge pull request #1409 from Alfresco/fix/MNT-22310_Disposition_lifecycle_job_large_db_transaction_330
MNT-22340 : CLONE - Performance bottleneck in Disposition Lifecycle job
2021-04-12 14:53:18 +03:00
cagache
1543413761 APPS-947 Refactor community rest api to be run in parallel 2021-04-10 21:10:05 +03:00
cagache
60602a57b9 Move scripts used by travis jobs under travis folder because when mirroring all scripts folders are excluded
(cherry picked from commit 9a3588220b)
2021-04-09 23:04:24 +03:00
Cezar.Leahu
7d3a85a449 APPS-900 APPS-894 APPS-889 Simplify maven POM setup. Reorganize build stages
* remove unnecessary build environment variables
* add a LOG_WARN environment variable - for shorter build commands
* split the `release.sh` script into `community_release.sh` and `enterprise_release.sh`
* remove usage of the `-Dcommunity` build variable where not needed - use/exclude the `-Penterprise` profile explicitly where needed
* modify the Travis `install` phase on some jobs so it runs a basic Java compilation of the project (without docker)
* remove the *internal* profile and renamed the *master* profile into *publish-docker-latest*
* modifiy the profiles for the docker builds so that the same profile handles both community (DockerHub&Quay) and enteprise (only Quay) docker image deploys
* run all the _Unit&Integration Tests_ across community&enteprise in one single job, in parallel with the REST API & UI test suites (APPS-889)
* reorganize the job order so that the *Tests* stage is the first one executed (APPS-894)
* only run the *Maven&Docker deploy* tasks on the *master* & *release* branches after the *Tests* stage (APPS-894)

(cherry picked from commit a6eb82e75e)
2021-04-09 23:01:58 +03:00
cagache
c880969571 Run the security scans on the AGS build only on the master and release branches
(cherry picked from commit 7678d26a1e)
2021-04-09 23:00:30 +03:00
Cezar.Leahu
d76774d25e APPS-886 Clean up Mvn Repo configuration
(cherry picked from commit ae26bd387b)
2021-04-09 23:00:21 +03:00
cagache
0cbb14f186 exclude enterprise tests when commit contains [tests on community]
(cherry picked from commit 1e08767c59)
2021-04-09 23:00:16 +03:00
Epure Alexandru-Eusebiu
ffdc8e3011 Merge branch 'release/V3.3' into merge-3.4/MNT-22310 2021-04-09 17:06:50 +03:00
Alexandru-Eusebiu Epure
e822aac6cb [skip tests]Merge pull request #1407 from Alfresco/merge-3.2/MNT-22310
Merge 3.2/mnt 22310

(cherry picked from commit d02f4c84b0)
2021-04-09 16:57:12 +03:00
Alexandru-Eusebiu Epure
fd64df2405 [skip tests]Merge pull request #1408 from Alfresco/merge-3.3/MNT-22310
Merge 3.3/mnt 22310
2021-04-09 16:55:26 +03:00
Epure Alexandru-Eusebiu
f7452cba5d Merge branch 'release/V3.2' into merge-3.3/MNT-22310 2021-04-09 16:51:55 +03:00
Alexandru-Eusebiu Epure
d02f4c84b0 [skip tests]Merge pull request #1407 from Alfresco/merge-3.2/MNT-22310
Merge 3.2/mnt 22310
2021-04-09 16:50:12 +03:00
Travis CI User
2a8811a109 [maven-release-plugin][skip ci] prepare for next development iteration 2021-04-09 13:20:38 +00:00
Travis CI User
14902b536a [maven-release-plugin][skip ci] prepare release 11.7 11.7 2021-04-09 13:20:34 +00:00
Nana Insaidoo
046116ddf0 Bugfix/repo 5610 events are not actually sent to activemq (#360)
* Add events tests

* Polished put test: connects to JMS via TCP and validate that the event sent is also received back

* Now the tests provides a simple main() that listens on the topic, useful for quick debug sessions

* Now the user name is collected in the calling thread, so that the sendEvent does not silently fails

* Apply changes following review

* Now using queue system to guarantee events order

* Add license

* Updated logs and corrected comments

* Remove empty methods

* Now catering for spurious events at startup when database is bootstrapped

* Now preserving the txn-id in all events

* Moved up definitions in events2.xml after PR feedback

Co-authored-by: Bruno Bossola <bruno@meterian.com>
2021-04-09 13:34:05 +01:00
Epure Alexandru-Eusebiu
24ff853b60 Record only merge of version change. 2021-04-09 13:59:57 +03:00
Epure Alexandru-Eusebiu
03237049ca Merge branch 'release/V3.2.0.x' into merge-3.2/MNT-22310 2021-04-09 13:57:18 +03:00
Travis CI User
7654f56513 [maven-release-plugin][skip ci] prepare for next development iteration 2021-04-08 19:13:41 +00:00
Travis CI User
c50f84f7e7 [maven-release-plugin][skip ci] prepare release V3.2.0.12 2021-04-08 19:13:36 +00:00
Travis CI User
0ca611dcfd [maven-release-plugin][skip ci] prepare for next development iteration 2021-04-08 14:15:36 +00:00
Travis CI User
d9daeae665 [maven-release-plugin][skip ci] prepare release 11.6 11.6 2021-04-08 14:15:31 +00:00
Davide
65675b9a1d Revert "SEARCH-2782 use current transaction timestamp instead of current time as event time (#371)" (#376)
This reverts commit 28f1429a
2021-04-08 15:02:06 +02:00
Claudia Agache
b18ce35939 Merge pull request #1404 from Alfresco/feature/RM-6881_RejectCompleteRecord
RM-6881 Don't allow rejecting completed records through rule
2021-04-08 10:21:23 +03:00
Elena Hardon
53b8a0a694 [enterprise release 3.2.0.12 3.2.0.13-SNAPSHOT][publish] 2021-04-08 10:20:16 +03:00
dependabot-preview[bot]
dd93088c72 Bump mockito-core from 3.8.0 to 3.9.0 (#375) 2021-04-07 21:42:36 +00:00
Alexandru-Eusebiu Epure
308dc557e8 Merge pull request #1401 from Alfresco/fix/MNT-22310_Disposition_Lifecycle_job_large_db_transaction_320
MNT-22310 : Performance bottleneck in Disposition Lifecycle
2021-04-07 19:32:25 +03:00
Travis CI User
968cae0ee7 [maven-release-plugin][skip ci] prepare for next development iteration 2021-04-07 14:30:30 +00:00
Travis CI User
c28950843a [maven-release-plugin][skip ci] prepare release 11.5 11.5 2021-04-07 14:30:25 +00:00
cagache
0fe09f678a RM-6881 Don't allow rejecting completed records through rule 2021-04-07 17:26:37 +03:00
Davide
28f1429a13 SEARCH-2782 use current transaction timestamp instead of current time as event time (#371) 2021-04-07 15:59:24 +02:00
Claudia Agache
772a3fb94b Merge pull request #1399 from Alfresco/feature/RM-6882_RemoveDodAspectFromRejectedRecord
RM-6882 remove other rm specific aspects when rejecting a record
2021-04-07 15:48:19 +03:00
Alexandru-Eusebiu Epure
7e9282ea80 Merge pull request #1402 from Alfresco/fix/update_license_headers_320x
update headers year to 2021
2021-04-07 15:18:13 +03:00
Epure Alexandru-Eusebiu
be26f8bbae update headers year to 2021 2021-04-07 14:40:00 +03:00
Epure Alexandru-Eusebiu
6e268330da Remove verifyQuery method and use verifyQueryTimes(1) instead
Remove unused import
   Update license header year to 2021
   Clear the code a little bit by:
   Remove explicit type arguments
   Make use of lambda
2021-04-07 13:24:42 +03:00
Epure Alexandru-Eusebiu
50da5e2156 MNT-22310 : Performance bottleneck in Disposition Lifecycle
Fix the single db transaction by requesting a new transaction each time doInTransaction is called
   Added configurable batch size property
   DispositionLifecycleJobExecuter#executeAction now uses a List instead of a single NodeRef
   Fix UnitTests
2021-04-07 12:41:56 +03:00
Travis CI User
9c93ade0b7 [maven-release-plugin][skip ci] prepare for next development iteration 2021-04-07 08:00:23 +00:00
Travis CI User
4b93968822 [maven-release-plugin][skip ci] prepare release V3.5.a 2021-04-07 08:00:18 +00:00
cagache
408bb8a7d3 [community release 3.5.a 3.5.1-SNAPSHOT][publish][skip tests] 2021-04-07 10:37:07 +03:00
cagache
6b27b0037c Merge remote-tracking branch 'origin/master' 2021-04-07 10:36:27 +03:00
cagache
7f076f589d [community release 3.5.a 3.5.1-SNAPSHOT][publish][skip tests] 2021-04-07 10:35:54 +03:00