Commit Graph
1664 Commits
Author SHA1 Message Date
Andrei Bazavan f0761e5deb Feature/REPO 3211: Rewrite Lucene-based Tests in TAS for Action 2018-02-20 14:46:37 +00:00
Andrei Forascu 7a5693f675 REPO-3206 - Rewrite Lucene-based Tests in TAS for LockServiceImplTest 2018-02-14 13:28:48 +00:00
Paul Brodner 0ae0193041 update package on sharedLinkes 2018-02-09 16:32:27 +02:00
Paul Brodner d44f8c90d3 Merge branch 'master' of http://git.alfresco.com/tas/alfresco-tas-restapi-test 2018-02-09 16:16:59 +02:00
andrei.bazavan 6605c0fbdc Rewrite Lucene-based Tests in TAS for LockServiceImplTest: testEphemeralLockIndexing and testGetLocks in testLockUnlockParentChild 2018-02-09 15:28:02 +02:00
Paul Brodner 5272ff4b44 fix package naming 2018-02-09 15:09:01 +02:00
Andrei Bazavan ee2121591a Feature/REPO-3206: Lucene based tests for lock service impl test 2018-02-09 11:43:21 +00:00
Andrei Forascu 8888ba3940 Merge branch 'feature/repo-2284-downloads-part2' into 'master'
REPO-2279 / REPO-2284: RestAPI: Implement tests in TAS project for 'Downloads' RestApi endpoint - part 1/2

See merge request tas/alfresco-tas-restapi-test!55
2018-02-02 10:09:49 +00:00
Andrei Forascu 9d6ceca536 REPO-2279 / REPO-2284: RestAPI: Implement tests in TAS project for 'Downloads' RestApi endpoint - part 1/2
- added TAS sanity tests for GET /downloads/{downloadId}, POST /downloads and DELETE /downloads/{downloadId}
 - to test DELETE /downloads/{downloadId} we use a large pdf file (27 MB) which was added in shared-resources
2018-01-31 15:25:40 +02:00
Michael Suzuki 7fd2756a4a Merge branch 'feature/SEARCH-574_REST_API_for_Shard_status_info' into 'master'
SEARCH-574 (Add publc admin API to expose index shard status)

See merge request tas/alfresco-tas-restapi-test!52
2018-01-30 17:04:42 +00:00
Tuna Aksoy 503b9b121c SEARCH-574: Annotated the tests as it depends on an open issue. 2018-01-30 17:01:12 +00:00
Tuna Aksoy c5fe8b9e5b SEARCH-574: Addressed review comments 2018-01-30 16:38:59 +00:00
Cristian Turlica 110775ac39 Merge branch 'feature/REPO-2372' into 'master'
REPO-2372: Add repository ID to the discovery API

See merge request tas/alfresco-tas-restapi-test!53
2018-01-30 13:18:30 +00:00
Andrei Forascu b479ba58c4 Merge branch 'feature/repo-1564-trashcanrenditions' into 'master'
REPO-1564 - Retrieve content/rendition for node in trashcan:

See merge request tas/alfresco-tas-restapi-test!54
2018-01-30 12:08:16 +00:00
Cristian Turlica 9e7a2688e8 REPO-2372: Add repository ID to the discovery API
- added test
2018-01-30 13:40:54 +02:00
Tuna Aksoy d9e155c541 Merge branch 'master' into fix/SEARCH-574_REST_API_for_Shard_status_info 2018-01-26 13:37:53 +00:00
Tuna Aksoy 49448493d3 SEARCH-574 (Add publc admin API to expose index shard status) 2018-01-26 13:37:17 +00:00
mbhave 68e3afd78b Corrected Formatting 2018-01-25 15:22:57 +00:00
Andrei Forascu 5e67dc9f32 REPO-1309 - Execute an action asynchronously: 2018-01-23 13:10:45 +00:00
Andrei Forascu 106804933f REPO-1869 - Retrieve action details
- fix negative test
2018-01-23 14:07:59 +02:00
Codrin Chirica bce794fbfc REPO-1869: Retrieve action details 2018-01-23 10:29:38 +00:00
Andrei Forascu 33fdba093e REPO-2313: remove license check as license is not set on Community 2018-01-22 15:14:11 +02:00
Andrei Forascu 1c1058e0b7 REPO-2313: RestAPI: Implement tests in TAS project for 'Discovery' RestApi endpoint
- added TAS sanity tests for GET /discovery endpoint
2018-01-11 14:41:03 +02:00
mbhave ae962c5cbe Added default sync service settings to properties file 2018-01-09 17:29:16 +00:00
mbhave 87058b5a99 Added assertions for checking all components of healthCheck 2018-01-09 11:19:21 +02:00
mbhave e777162e63 Implemented Healthcheck api, test and refactoring to cleanup the issues during merge 2018-01-09 11:18:49 +02:00
mbhave 6a577ad1fd resolve merge conflicts on sync code 2018-01-09 11:17:10 +02:00
mbhave a77f02d520 resolve conflicts 2018-01-09 11:14:12 +02:00
Paul Brodner 6bc389a0c3 adding test group 2018-01-09 11:11:19 +02:00
Paul Brodner e7840dc49b update sync-service test 2018-01-09 11:10:39 +02:00
Paul Brodner 683370ff36 reset default properties 2018-01-09 11:10:26 +02:00
Alex Mukha 60970324ed REPO-3097 Update error messages after jackson upgrade 2017-12-15 11:06:42 +00:00
Andrei Forascu abd23873c1 REPO-1564 - Retrieve content/rendition for node in trashcan:
- added sanity tests for the following endpoints:  GET /deleted-nodes/{nodeId}/content, GET /deleted-nodes/{nodeId}/renditions, GET /deleted-nodes/{nodeId}/renditions/{renditionId}, GET /deleted-nodes/{nodeId}/renditions/{renditionId}/content
2017-12-12 16:00:24 +02:00
Andrei Forascu 5fe22a8418 Merge branch 'feature/repo-2270_sharedlinkspart3' into 'master'
REPO-2270 - RestAPI: Implement tests in TAS project for 'Shared-links' RestApi endpoint - part 3:

See merge request tas/alfresco-tas-restapi-test!43
2017-12-12 09:40:35 +00:00
Andrei Forascu 19056c5c83 REPO-2266 / REPO-2275: Implement tests in TAS project for 'Trashcan' RestApi endpoint - part 1/2
- implement sanity tests for  GET /deleted-nodes, GET /deleted-nodes/{nodeId}, DELETE /deleted-nodes/{nodeId}, POST /deleted-nodes/{nodeId}/restore endpoints
- code formatting
2017-12-08 16:21:27 +02:00
Andrei Forascu 2f1227815b REPO-2270 - RestAPI: Implement tests in TAS project for 'Shared-links' RestApi endpoint - part 3:
- added sanity tests for GET /shared-links/{sharedId}/renditions, GET /shared-links/{sharedId}/renditions/{renditionId}, GET /shared-links/{sharedId}/renditions/{renditionId}/content
2017-12-07 16:32:29 +02:00
Andrei Forascu b00811bd99 Feature/repo 2268 sharedlinkspart2 2017-12-06 10:01:33 +00:00
Matt Ward a2bf7e913a Merge branch 'feature/REPO-1308_retrieve_global_actions' into 'master'
REPO-1308 retrieve global actions

See merge request !39
2017-12-05 14:02:38 +00:00
Matt Ward b2e9149d64 REPO-1308: use method chaining for assertions
As per review feedback in:

https://git.alfresco.com/tas/alfresco-tas-restapi-test/merge_requests/39#note_13621
2017-12-05 13:39:53 +00:00
Matt Ward aca6d62548 REPO-1308: use TestGroup.ACTIONS instead of TestGroup.NODES 2017-12-04 13:02:30 +00:00
Matt Ward d80e953cf5 REPO-1308: fix 401 response test
The listActions API wrapper was expecting JSON to be present, but
for a 401 it is not.
2017-12-04 11:56:07 +00:00
Andrei Forascu 6f7bfa41ad REPO-2267 - RestAPI: Implement tests in TAS project for 'Shared-links' RestApi endpoint - part 1:
- check that the created shared-link is displayed
 - added a retry / wait clause to allow indexing to finish
2017-12-04 10:38:55 +02:00
Matt Ward d7efa10b65 REPO-1308: added 'GET /action-definitions' error status checks
Added a couple of error code checks: 400 (bad request) and
401 (unauthorised) - the latter actually fails and raises the question
of whether the actions API implmentation or the TAS test framework are
wrong. Committing to capture the test code, but will sort it out
one way or another.
2017-12-01 16:47:02 +00:00
Matt Ward d3c5b50268 REPO-1308: added simple 'GET /action-definitions' sanity test
Added an Actions API representation and an ActionsTests class
containing a simple sanity test.
2017-12-01 15:35:15 +00:00
Andrei Forascu b364a0ebff REPO-2267 - RestAPI: Implement tests in TAS project for 'Shared-links' RestApi endpoint - part 1:
- added a test for GET /shared-links endpoint
 - moved tests with includePath to regression category
2017-11-29 16:18:21 +02:00
Andrei Forascu 35dab3d49f REPO-2948 - S3 IA: Update AWS Quick Start and include S3 IA configuration:
- added AWS QS sanity suite with only content related tests
 - modified negative action definition tests to be included in Regression test suite
2017-11-29 11:24:08 +02:00
Andreea Nechifor 7c75a488c9 Merge branch 'REPO-1868' into 'master'
Repo 1868 : Retrieve list of publicly available actions for a node

See merge request !37
2017-11-28 11:36:23 +00:00
Andreea Nechifor f0a9b001b0 REPO-1868: Retrieve list of publicly available actions for a node 2017-11-28 13:38:15 +02:00
Andrei Forascu 3212214024 REPO-2948 - S3 IA: Update AWS Quick Start and include S3 IA configuration:
- increased wait time for tests to run on AWS QS
2017-11-28 11:35:14 +02:00
Andreea Nechifor 1b77baac54 Create branch REPO-1868 Retrieve list of publicly available actions for a node 2017-11-28 10:42:18 +02:00