Commit Graph

25 Commits

Author SHA1 Message Date
tathagta15
fbf5966d10 ACS-9745-removed-reportPortal-integration (#3383) 2025-06-17 15:04:33 +05:30
alfresco-build
bc8424482b Apply Pre-Commit code formatting 2025-03-17 14:00:58 +00:00
Wojtek Świętoń
2723817832 ACS-6309 Integration with Report Portal (#2445) 2024-04-03 09:46:01 +02:00
Piotr Żurek
af5738c7c2 ACS-5659 Jakarta Migration (#1983)
Co-authored-by: kcichonczyk <kamil.cichonczyk@hyland.com>
Co-authored-by: Sara Aspery <sara.aspery@alfresco.com>
Co-authored-by: kcichonczyk <88378534+kcichonczyk@users.noreply.github.com>
Co-authored-by: Kacper Magdziarz <95610011+kmagdziarz@users.noreply.github.com>
Co-authored-by: kmagdziarz <Kacper.Magdziarz@hyland.com>
Co-authored-by: Marcin Strankowski <74721865+mstrankowski@users.noreply.github.com>
2023-08-09 17:48:47 +02:00
Piotr Żurek
fb119565dc ACS-4888 Use Keycloak free tas-utility (#1827) 2023-03-23 18:29:19 +01:00
Domenico Sibilio
2a2ae2448e ACS-4188 Migrate tas tests to Log4j 2.x (#1630)
* ACS-4188 Migrate tas tests to Log4j 2.x

* ACS-4188 Make main log4j2.properties file more compact

* ACS-4188 Remove unnecessary log4j2 test dependencies

* ACS-4188 Rename log4j.properties file
2022-12-20 09:45:10 +01:00
Tom Page
529f6b31e8 Update SearchInFolderTests.java 2022-09-27 16:22:09 +01:00
Tom Page
47187ee12e ACS-3488 Refactor in-folder tests. 2022-09-27 14:05:49 +01:00
Tom Page
520b9e7fcb ACS-3488 Remove usage of XML data provider.
This broke when we updated TestNG.
2022-09-27 10:38:25 +01:00
Tom Page
dcc739db76 ACS-3589 Merge alfresco-tas-cmis into master.
Remove files that are not needed in new structure.
2022-09-26 11:26:22 +01:00
Kristian Dimitrov
e3d56ad557 ACS-2827: Add Search Tests To CMIS-TAS (#1125)
* ACS-2827: Initial commit

* ACS-2827: Fix build

* ACS-2827: Rename test files

* ACS-2827: Increase retry time
2022-05-24 11:51:28 +01:00
Andrea Ligios
2deb07b97b ACS-1742 - Marked test as NOT_SUPPORTED_ON_SINGLE_PIPELINE (#641) 2021-08-04 16:35:26 +02:00
Denis Ungureanu
5e4aa3064e REPO-5391 : [cmis webservices] isPrivateWorkingCopy throws NullPointerException (#454)
- upgrade tas-cmis
   - remove `bug-ws-REPO-5391` flag on checkout tests
2021-05-13 17:51:34 +03:00
Denis Ungureanu
eb9792339f REPO-5391 : [cmis webservices] isPrivateWorkingCopy throws NullPointerException (#56)
- Alfresco supports BindingType.WEBSERVICES for CMIS 1.0 and "cmis:isPrivateWorkingCopy" was introduced with CMIS 1.1
 - thus checking if the document is a pwc (private working copy) through CMIS 1.0 method https://chemistry.apache.org/java/javadoc/org/apache/chemistry/opencmis/client/api/Document.html#isVersionSeriesPrivateWorkingCopy--
2021-05-13 14:03:48 +03:00
Alan Davis
bfffcd3f61 ACS-960 Disable very frequent intermittent test failures (#187)
Part of Epic: ACS-959 Fix or suppress the content repository's intermittent test failures
2020-12-03 11:46:06 +00:00
Adina Parpalita
a35e646c18 [ACS-727] run tas-cmis tests on Atom and Webservices bindings (#96)
* ACS-727 - initial commit
- add separate profiles for each binding
- add travis jobs
[tas]

* mark atom / ws unsupported tests

* some formatting to trigger [tas] tests

* exclude tests due to raised bug [tas]

* fix a few rest-api [tas] tests according with some recent changes from tas-utility

* disable some unsupported [tas] cmis webservices tests and adapt a few others

* - use TestGroup instead of hardcoded values
- exclude renditions tests

* trigger [tas] tests

* - disable tests due to raised bugs
- fix some incorrect tests
- add ability to exclude tests separately on each binding
[tas]

* [tas]

* - disable some more [tas] tests due to raised bug

* - fix a few [tas] cmis tests and disable other not supported on ws

* a bit of cleanup

* trigger [tas] tests
2020-11-16 23:14:06 +02:00
Adina Parpalita
0723852ac3 correctly throw assert error (#43) 2020-11-04 13:04:36 +02:00
Adina Parpalita
e334c60d7a remove RuntimeException from catch (#42) 2020-10-30 16:20:03 +02:00
Alexandru-Eusebiu Epure
961b336c11 Add WS support - alfa version. (#37)
* Add support for WS Binding - alfa stage.
2020-09-30 15:57:54 +03:00
Alan Davis
fd2f2bd407 REPO-5220: README.md update.
(cherry picked from commit 0fb12e869a36cbcf589c7069a4a04c3e58476ff8)
Merge branch 'master' of github.com:Alfresco/alfresco-community-repo-play1

(cherry picked from commit 528874af2108eee41f3c298102d60bd22a6be382)
gitignore and gitbugtraq

(cherry picked from commit 924846370dee509036ab2e4ce0a5ab861f968202)
Link community projects together

(cherry picked from commit c9f25ee40b466aa0a1ad8cfc8422e97ca5ccc3e1)
Move TAS dependencyManagement (both com and ent) to the alfresco-community-repo

(cherry picked from commit c93eeacf1741e1d8dcba908c8ad6a8de5f4129f5)
Move community dependencyManagement to the alfresco-community-repo - has an impact on enterprise too

(cherry picked from commit e015ed3340dea1a2d4c90e9b79c07d21a26177ba)
Avoid having to have versions of the sub projects we supply

(cherry picked from commit 95d6fbd2fb98f7ec8f3d46fa9526eae0e1c123bd)
Set Java version in one place

(cherry picked from commit ce8d29e9359965809100c8ff37514525fc19f700)
Make community tas test more like enterprise

(cherry picked from commit e95af5bb4326961741d8d6bbe81773bed7f76b37)
Make community tas test more like enterprise

(cherry picked from commit 2bbce9372fd0c5b3ec83beb7d37ee0545d4c4350)
Remove distribution and public-javadoc other than licenses.

(cherry picked from commit 51f22500b6fada90e55e760c62a7e1c733511b84)
Simplify dependencies further

(cherry picked from commit ea2fe6d6c460b81270a1981d36a62bb5e4278664)
Change dependency versions to be 6.3.0 based.

(cherry picked from commit 5f2509779754eb8a0cdbd0531e649616d4271d0f)
Give TAS tests in unique atrifact names

(cherry picked from commit 4039d0d1caa63f3f3fb0cde6176fdeae4319615d)
REPO-5224 Add Travis files and gitIgnore

Co-authored-by: Sara Aspery <sara.aspery@alfresco.com>
Co-authored-by: jamalkm <jamal.kaabimofrad@alfresco.com>

(cherry picked from commit 9feefec12e5d818e8d73ae50ec4d66a26277d5c2)
REPO-5292 Move creation of war from acs-community-packaging to alfresco-community-repo

(cherry picked from commit a92cafe60e32e1af1e0b645ec23816bcf930d85f)
Set up top level files for git, whitesource, README, LICENSES, CONTRIBUTING and further changes for travis.

These files have been moved out of the original modules. The README and CONTRIBUTING still need updating.

(cherry picked from commit 6f1b6df3319d563f650d3981859f33859d06932a)
Avoid push to nexus for now and combine core, data-model and repo unit tests

(cherry picked from commit ad44da65600e6ecf318573a4440062ee0adbf291)
Try remote-api tests and comment out REST API TAS tests part2 as there is a test that fails.

(cherry picked from commit b6e016315d5a32281b0cd9f2e74136d65255822c)
Comment out failing tasks

(cherry picked from commit 654f1ef2906bfdeef31a4e7be4fb753006e732a7)
Drop "-tas" and "-parent" out of modules that do tests as they will contain non TAS tests.

(cherry picked from commit 35a2870ec9a188d3f82fba58381f7b6c96326d93)
TAS test's docker-compose files changed to use -base image built in project.

(cherry picked from commit 2615f2ece972079726bd44676967fae1ff854643)
Re-comment commented out section.

(cherry picked from commit 5990979736025aeb8020b61a71d0f581f7d5f8a9)
REPO-5229-Create base Repo Docker images
-update dockerfile for alfresco-community-repo-base images

(cherry picked from commit e37e2673e80fd5dba7b4da03d6243294e41312a8)
Merge remote-tracking branch 'origin/master'

(cherry picked from commit f190a5d799f0c9435818d71a03fb12a55f7cc753)
REPO-5263-Creation of alfresco-community-repo development docker image that contains other ACS elements.
-remove aos and GoogleDocs dependencies
-create community-repo docker image from alfresco-community-repo-base

(cherry picked from commit e506d489f7412ba30e803c8f3067a97b5add7ee4)
Temp message added to README prior to making the project public.

(cherry picked from commit ebcb74485550d69f34fde8675902c0ffe76d44d1)
REPO-5255: Trigger down stream builds

- add trigger-travis script
- create stage and job for triggering downstream project

(cherry picked from commit 78b4248b5a2202f06205dfc75c38ecac480a7416)
Merge branch 'master' into feature/REPO-5255

(cherry picked from commit 80c1191187047968404270c5b0e394b7e7b3a0be)
REPO-5255: Trigger down stream builds [skip tests]

- add branch

(cherry picked from commit 7ed0693fd0f8bea4172ec10804f4a9de92807ad3)
REPO-5255: Trigger down stream builds [skip tests]

- update job condition

(cherry picked from commit 722282b45577216e2cd9f8f083873eb1f8db7eb3)
REPO-5255: Trigger down stream builds [skip tests]

- update job condition

(cherry picked from commit 2080a4842e31fc7555e14196b716334545b9b011)
Merge remote-tracking branch 'origin/feature/REPO-5255' into feature/REPO-5255

(cherry picked from commit c962da39eee67922ddfce40f40a115c4b9c2259b)
Merge pull request #4 from Alfresco/feature/REPO-5255

Feature/repo 5255

(cherry picked from commit badee221e160118593740c3e8243edb5af67d378)
Bump mockito-core from 3.3.3 to 3.4.0 (#138)

(cherry picked from commit 8784ebb1b2)
2020-07-21 18:05:13 +01:00
Chris Shields
cd847f8f80 Moved packaging develop into its own directory 2020-07-21 10:44:26 +01:00
Tom Page
d2ab9a7998 SEARCH-1989 Allow checking ordered values returned in a column. (#6) 2019-11-29 16:27:05 +00:00
Tom Page
7da7544c37 SEARCH-1989 Allow checking values returned in a column. (#1) 2019-11-29 14:50:05 +00:00
Alex Mukha
1cd2352dc9 Cleanup of resources 2019-08-02 16:09:11 +01:00
Alex Mukha
0c23a3fa4b Initial version after move 2019-08-01 22:34:53 +01:00