Commit Graph

33912 Commits

Author SHA1 Message Date
Epure Alexandru-Eusebiu
40066ac12a Merge branch 'release/V3.2.0.x' into release/V3.2 2021-04-16 12:50:23 +03:00
Epure Alexandru-Eusebiu
8f919dd6ce [skip tests] remove unecessary comment from DispositionLifecycleJobExecuterUnitTest
(cherry picked from commit 4ec1762dec)
2021-04-16 11:42:54 +03:00
Alexandru-Eusebiu Epure
35e33549b2 Merge pull request #1415 from Alfresco/fix/MNT-22310_cleanup_code_comment
[skip tests] remove unecessary comment from DispositionLifecycleJobEx…
2021-04-16 10:26:39 +03:00
Epure Alexandru-Eusebiu
4ec1762dec [skip tests] remove unecessary comment from DispositionLifecycleJobExecuterUnitTest 2021-04-15 16:50:16 +03:00
Alexandru-Eusebiu Epure
cf7bf98204 [skip tests]Merge pull request #1414 from Alfresco/merge/MNT-22310
Merge/mnt 22310
2021-04-15 15:44:15 +03:00
Nithin Nambiar
ef441fc2c8 ACS-276 tas test for rendition version (#358)
* ACS-276 tas test for rendition version
2021-04-15 11:24:41 +01:00
Tom Page
b9e4557973 Add unit test to look for unreferenced test classes. (#368)
* Add unit test to look for unreferenced test classes.

It's very unusual that we write a test class which should not also be added to a test suite.

* Utilise the hierarchy of NonBuildTests markers to help exclude false positives.

* Update all omitted tests.

Either add the test to AllUnitTestsSuite if it passes and runs quickly, mark the test with the appropriate NonBuildTests interface or mark the class as abstract (if appropriate).

Mark one test (RemoteTransformerClientTest) as a NeverRunTest even though it passes because it takes 12 seconds to run and is marked as deprecated.

* Mark two Camel tests as 'never run' because they failed on the CI.
2021-04-15 11:23:26 +01:00
Epure Alexandru-Eusebiu
8b848a20b1 Merge branch 'release/V3.4' into merge/MNT-22310 2021-04-15 10:30:05 +03:00
Alexandru-Eusebiu Epure
3f9ca65b9f [skip tests]Merge pull request #1410 from Alfresco/merge-3.4/MNT-22310
Merge 3.4/mnt 22310
2021-04-15 10:25:02 +03:00
Claudia Agache
614a7453a3 revert suite as per comments from PR 1412 2021-04-14 17:47:37 +03:00
Claudia Agache
e15ddec7c7 Remove createRMSiteIfNotExists(); from test because rm site is created in before class. 2021-04-14 17:21:44 +03:00
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
dfeed74219 [maven-release-plugin][skip ci] prepare for next development iteration 2021-04-13 14:04:20 +00:00
Travis CI User
e1e74a75d8 [maven-release-plugin][skip ci] prepare release V3.3.0.5 ags-3.3.0.5 2021-04-13 14:04:15 +00:00
cagache
23524f89cc PR 1412 code review comments [skip tests] 2021-04-13 15:23:32 +03:00
cagache
1da84cbf98 [enterprise release 3.3.0.5 3.3.0.6-SNAPSHOT][publish] 2021-04-13 10:01:53 +03:00
Alexandru-Eusebiu Epure
0c6b5ff59d 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
10306a80e0 APPS-947 Refactor community rest api to be run in parallel 2021-04-12 16:29:12 +03:00
Epure Alexandru-Eusebiu
679d808470 [skip tests]update haders to 2021 2021-04-12 16:24:21 +03:00
Alexandru-Eusebiu Epure
6e3a8f412e 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
4762d1cfda APPS-947 Refactor community rest api to be run in parallel 2021-04-10 21:10:05 +03:00
cagache
779190e5e9 Move scripts used by travis jobs under travis folder because when mirroring all scripts folders are excluded
(cherry picked from commit e7d25af3b4)
2021-04-09 23:04:24 +03:00
Cezar.Leahu
662b047d78 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 3e57490e04)
2021-04-09 23:01:58 +03:00
cagache
bb504102a4 Run the security scans on the AGS build only on the master and release branches
(cherry picked from commit 6fccb60c23)
2021-04-09 23:00:30 +03:00
Cezar.Leahu
7080644099 APPS-886 Clean up Mvn Repo configuration
(cherry picked from commit ac9279aa9b)
2021-04-09 23:00:21 +03:00
cagache
9d659a6e6e exclude enterprise tests when commit contains [tests on community]
(cherry picked from commit 1e29363943)
2021-04-09 23:00:16 +03:00
Epure Alexandru-Eusebiu
644cf27a92 Merge branch 'release/V3.3' into merge-3.4/MNT-22310 2021-04-09 17:06:50 +03:00
Alexandru-Eusebiu Epure
689b6d232c [skip tests]Merge pull request #1407 from Alfresco/merge-3.2/MNT-22310
Merge 3.2/mnt 22310

(cherry picked from commit aff9f5e7da)
2021-04-09 16:57:12 +03:00
Alexandru-Eusebiu Epure
3ce50c4fd9 [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
9809088ec7 Merge branch 'release/V3.2' into merge-3.3/MNT-22310 2021-04-09 16:51:55 +03:00
Alexandru-Eusebiu Epure
aff9f5e7da [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
a6bcfc47d9 Record only merge of version change. 2021-04-09 13:59:57 +03:00
Epure Alexandru-Eusebiu
b2a6406438 Merge branch 'release/V3.2.0.x' into merge-3.2/MNT-22310 2021-04-09 13:57:18 +03:00
Travis CI User
09fb6539a2 [maven-release-plugin][skip ci] prepare for next development iteration 2021-04-08 19:13:41 +00:00
Travis CI User
f19bc11f6b [maven-release-plugin][skip ci] prepare release V3.2.0.12 ags-3.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
f0d7e650a4 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
ae01b01e08 [enterprise release 3.2.0.12 3.2.0.13-SNAPSHOT][publish] 2021-04-08 10:20:16 +03:00
pieCit87
ae1fd13de4 master default branch (#7)
* master default branch

* changed docker image name

* fix on travis scripts

* Update share-distribution.xml

* Update deploy_k8s.sh

* Update delete-env.sh
2021-04-08 10:18: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
9d4173ff29 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