agazzarini
87cd0f7da5
[ MNT-20449 ] MNT Integration Test on E2E Fingerprint test
2019-04-18 09:58:43 +02:00
Andrea Gazzarini
ffae5c082c
Merge branch 'feature/Search_1485_phase2' into 'master'
...
Feature/search 1485 phase2
See merge request search_discovery/SearchAnalyticsE2ETest!38
2019-04-15 09:56:18 +01:00
agazzarini
6a72303427
[ SEARCH-1485 ] Refactoring of SS/IE packages after the first review iteration
2019-04-11 18:50:39 +02:00
agazzarini
e1cd408480
[ SEARCH-1485 ] SearchSuite & InsightSuite clean-up
2019-04-11 10:12:34 +02:00
agazzarini
e563d32fcb
[ SEARCH-1485 ] SearchSuite simplification
2019-04-11 09:18:23 +02:00
agazzarini
27fe31b7d6
[ SEARCH-1485 ] SearchSuite simplification
2019-04-11 09:12:52 +02:00
agazzarini
f14f9c3a45
[ SEARCH-1485 ] Minor (name) refactoring on some tests / superclass
2019-04-10 15:29:37 +02:00
agazzarini
78313094dc
[ SEARCH-1485 ] Test hierarchy refactoring by functional area
2019-04-09 15:21:35 +02:00
agazzarini
eb5e2378d3
[ SEARCH-1485 ] Consistent functional/non functional packages naming
2019-04-08 18:40:53 +02:00
Elia Porciani
935317fdb2
Merge branch 'fix/SEARCH-1445_default_text_queries_changed' into 'master'
...
[SEARCH-1445]
See merge request search_discovery/SearchAnalyticsE2ETest!37
2019-04-08 10:23:28 +01:00
eliaporciani
64b255dcd9
[SEARCH-1445]
...
With the change of 1445 the default text search is performed on cm:title, cm:name, cm:description and cm:content.
The test used to run by searching on cm:content only. I restricted the query of the two facet tests to search on cm:content in order to keep the same
text execution as before.
2019-04-05 13:36:55 +02:00
Andrea Gazzarini
c769cd62cc
Merge branch 'feature/Search-1485' into 'master'
...
Feature/SEARCH_1485_move_tests_from_tas_restapi_to_e2e
See merge request search_discovery/SearchAnalyticsE2ETest!36
2019-04-03 15:14:33 +01:00
agazzarini
9729196085
[ SEARCH-1485 ] Use TestSite created in the superclass
2019-04-03 08:39:27 +02:00
agazzarini
bab8a3cd2a
[ SEARCH-1485 ] Use admin user for deploying custom model
2019-04-02 15:35:10 +02:00
agazzarini
2f6a38c982
[ SEARCH-1485 ] Minor fix in SQLIdentifiers Test
2019-04-02 14:44:06 +02:00
agazzarini
480b48abbd
Merge branch 'feature/Search-1485' of https://git.alfresco.com/search_discovery/SearchAnalyticsE2ETest into feature/Search-1485
2019-04-02 11:57:00 +02:00
agazzarini
393030e140
[ SEARCH-1485 ] minor fix for properly load a custom model in a test coming from restapi
2019-04-02 11:55:17 +02:00
Andrea Gazzarini
00cfb6cf74
Merge branch 'master' into 'feature/Search-1485'
...
# Conflicts:
# src/test/resources/default.properties
2019-04-02 08:11:04 +01:00
agazzarini
78e51422f9
[ SEARCH-1485 ] Minor fixes to Search tests
2019-04-01 21:50:53 +02:00
agazzarini
8fa46c0f2b
Merge branch 'feature/Search-1485' of https://git.alfresco.com/search_discovery/SearchAnalyticsE2ETest into feature/Search-1485
2019-04-01 21:46:24 +02:00
agazzarini
cffa40fd81
[ SEARCH-1485 ] removed restapi Spring application context
2019-04-01 20:13:56 +02:00
agazzarini
3d1c5c6ece
[ SEARCH-1485 ] moved restapi models in main/resources folder
2019-04-01 20:13:37 +02:00
agazzarini
e3b5fbcbf7
[ SEARCH-1485 ] removed test/resources from a wrong merge
2019-04-01 20:05:21 +02:00
agazzarini
0bd9e955cd
[ SEARCH-1485 ] search resources package renaming + remove non-search tests
2019-04-01 19:26:22 +02:00
agazzarini
8be9c701dd
[ SEARCH-1485 ] Integrated a minor fix for SEARCH-1445 (as per suggestion by Elia)
2019-04-01 11:58:48 +02:00
agazzarini
b40586b72f
[ SEARCH-1485 ] Merge FacetRangeSearchTest fix (change applied by Tom in TAS-RESTAPI repo)
2019-04-01 10:16:43 +02:00
agazzarini
01fb954455
Merge branch 'feature/Search-1485' of https://git.alfresco.com/search_discovery/SearchAnalyticsE2ETest into feature/Search-1485
2019-03-29 17:21:01 +01:00
agazzarini
39aea400e7
[ SEARCH-1485 ] removed imports from test-restapi:tests classifier
2019-03-29 17:15:01 +01:00
agazzarini
f37f0ee09d
[ SEARCH-1485 ] moved RESTAPI tests under org.alfresco.service.search.rest namespace (package)
2019-03-29 16:07:34 +01:00
agazzarini
ef0d54492b
[ SEARCH-1485 ] removed classes without history
2019-03-29 15:57:17 +01:00
agazzarini
cd2acb53bf
[ SEARCH-1485 ] moved RESTAPI tests under org.alfresco.service.search.rest namespace (package)
2019-03-29 15:20:12 +01:00
agazzarini
1a6f4de941
[ SEARCH-1485 ] TAS-RESTAPI dependency updated from 6.0.0.1 to 6.0.0.3
2019-03-29 10:26:30 +01:00
Tom Page
679d6cc33d
Skip testAggregationsInclNulls near the end of months.
...
This test was written with the assumption that (now-1 month) and
(now-1 month+1 day) are both in the same calendar month. This has
been proved not to be true today (28th of March) and so as a
quick workaround we are skipping the test on days like today.
I did have a look at changing the test data to fix the issue, but
all the tests in this file are very tightly coupled to the data.
2019-03-28 16:24:19 +00:00
Keerat Lalia
fd8d6bc0c6
Merge branch 'feature/SEARCH-1485_MoveGitHistory' into 'master'
...
Feature/search 1485 move git history
See merge request search_discovery/SearchAnalyticsE2ETest!35
2019-03-28 15:27:38 +00:00
agazzarini
47bdda6170
Merge branch 'feature/Search-1485' of file:///Users/agazzarini/workspaces/alfresco-tas-restapi-test into feature/Search-1485
2019-03-28 15:25:35 +01:00
agazzarini
4ccf6c1dbe
Retain only test resources
2019-03-28 14:39:46 +01:00
Paul Brodner
e066c0ca19
Merge branch 'feature/search-1128' into 'master'
...
search-1128: starting InsighEngine with SSL enabled
See merge request search_discovery/SearchAnalyticsE2ETest!32
2019-03-28 12:53:13 +00:00
Paul Brodner
12007578f4
search-1128: starting InsighEngine with SSL enabled
2019-03-28 12:53:13 +00:00
Keerat
b00e343846
Merge CMIS tests into E2E project.
2019-03-28 09:04:27 +00:00
Paul Brodner
9088fb637e
Merge branch 'feature/combine-upgrade-of-ie-and-ass' into 'master'
...
SEARCH-1560: combine IE and SS upgrade in one build plan
See merge request search_discovery/SearchAnalyticsE2ETest!33
2019-03-27 11:18:43 +00:00
Paul Brodner
0688a138ce
SEARCH-1560: combine IE and SS upgrade in one build plan
2019-03-27 11:18:43 +00:00
Lucian Suciu
9a74ff0b26
chaos
2019-03-26 08:58:27 +02:00
Cristina Diaconu
76886b6888
Merge branch 'feature/search-1348' into 'master'
...
SEARCH-1348 Add basic automated tests for search services using a RM site and a basic file plan.
See merge request search_discovery/SearchAnalyticsE2ETest!30
2019-03-25 14:36:01 +00:00
Cristina Diaconu
791dcb8174
Merge branch 'feature/search-1348' of https://git.alfresco.com/search_discovery/SearchAnalyticsE2ETest into feature/search-1348
2019-03-25 16:21:10 +02:00
Cristina Diaconu
c021f4c91e
SEARCH-1348 Moved some changes to abstract class
2019-03-25 16:20:47 +02:00
Paul Brodner
4c9b96593b
Merge branch 'feature/search-1125-good' into 'master'
...
SEARCH-1125: start SS with master master configuration
See merge request search_discovery/SearchAnalyticsE2ETest!31
2019-03-25 09:50:08 +00:00
Paul Brodner
9a62f40356
SEARCH-1125: start SS with master master configuration
2019-03-25 09:50:08 +00:00
Lucian Suciu
93516a8a2c
chaos monkey
2019-03-25 11:30:37 +02:00
Lucian Suciu
1a432e45e6
Update README.md
2019-03-25 09:25:54 +00:00
Paul Brodner
888941ab94
remove duplicated tasks
2019-03-25 10:56:35 +02:00