Commit Graph

2113 Commits

Author SHA1 Message Date
Angel Borroy
c294e9b3e7 Including proxy to 6.1 CE to server both alfresco and share web apps in port 8080 2019-08-08 16:14:05 +02:00
Tom Page
8d3c8f8039 Merge branch 'dependabot/maven/e2e-test/org.alfresco.tas-utility-3.0.11' into 'master'
Bump utility from 3.0.9 to 3.0.11 in /e2e-test

See merge request search_discovery/insightengine!127
2019-08-07 15:02:53 +01:00
Angel Borroy
8d2488873b Describing what "empty" file does. 2019-08-07 11:35:31 +02:00
dependabot-preview[bot]
2ced2fa24c Bump utility from 3.0.9 to 3.0.11 in /e2e-test
Bumps [utility](https://github.com/Alfresco/alfresco-tas-utility) from 3.0.9 to 3.0.11.
- [Release notes](https://github.com/Alfresco/alfresco-tas-utility/releases)
- [Changelog](https://github.com/Alfresco/alfresco-tas-utility/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/Alfresco/alfresco-tas-utility/compare/utility-3.0.9...utility-3.0.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-07 00:24:52 +00:00
Angel Borroy
d130d05252 Enable custom model deployments for repository and custom forms deployments to Share. 2019-08-06 16:57:26 +02:00
Angel Borroy
7d65a61e4e Support for AGS latest (based in ACS 6.1) 2019-08-06 12:34:59 +02:00
Tom Page
abbef3ce1d SEARCH-1742 Use txt extension so that document content is indexed correctly. 2019-08-02 14:08:46 +01:00
Tom Page
6d69399d7c SEARCH-1742 Check for float != null rather than empty.
It doesn't really make sense to check if a float is empty, although the TAS
library seems to allow checking if integers and longs are empty for some
reason.
2019-08-02 13:41:22 +01:00
Tom Page
17201507a3 SEARCH-1742 Update TAS Utility to 3.0.x.
Also fix some issues in previous commit around exception handling.
2019-08-02 11:59:11 +01:00
Tom Page
5e58da0afb SEARCH-1742 Bump TAS utility version. 2019-08-01 15:03:34 +01:00
Tom Page
592e0cf48d Refactor abstract test classes using changes to TAS. 2019-08-01 12:43:19 +01:00
Tom Page
f3f790b07b Merge branch 'feature/TidyTestGroups' into 'master'
Change TestGroup to be a class with string contants.

See merge request search_discovery/insightengine!115
2019-08-01 09:15:41 +01:00
Angel Borroy
f8b1a2e5c4 Merge branch 'feature/SEARCH-1738_ShardingMethods' into 'master'
Support for ACS 6.1 and latest

See merge request search_discovery/insightengine!114
2019-07-31 14:04:02 +01:00
Angel Borroy
081c1b4290 Update README 2019-07-31 13:42:47 +02:00
Angel Borroy
75e5ab949a Moving from "latest" to "6.2" to identify the current ACS version.
Created "images" folder to store Docker Images for Alfresco, Search and Zeppelin
Skipping "shard.count" setting for DB_ID_RANGE and EXPLICIT_ID_FALLBACK_LRIS
2019-07-31 13:40:49 +02:00
Angel Borroy
0e93beb7e7 Moving from "latest" to "6.2" to identify the current ACS version.
Created "images" folder to store Docker Images for Alfresco, Search and Zeppelin
Skipping "shard.count" setting for DB_ID_RANGE and EXPLICIT_ID_FALLBACK_LRIS
2019-07-31 13:40:40 +02:00
Angel Borroy
f7cf98073a Support for ACS 6.1 and latest
Support for different Sharding Methods
2019-07-30 16:02:26 +02:00
Tom Page
501b3cc450 Change TestGroup to be a class with string contants.
Also tidy imports in classes where TestGroup is no longer used.
2019-07-30 09:40:44 +01:00
eliaporciani
fafcde5e77 [SEARCH-1641]
Refactoring.
Removed unnecessary titled aspect.
Add check before parent renaming
2019-07-25 21:21:49 +02:00
eliaporciani
61c7c146be [SEARCH-1641]
Refactoring
2019-07-25 21:20:52 +02:00
eliaporciani
4474008bbb [SEARCH-1641]
formatting
2019-07-24 15:12:29 +02:00
eliaporciani
c2f26e79cf [SEARCH-1641]
fix comments
2019-07-24 15:10:19 +02:00
eliaporciani
ae8b6ff0cb [SEARCH-1641]
Added right groups to testChildrenPathOnParentRenamedWithChildrenInDifferentShards test
2019-07-24 11:38:52 +02:00
eliaporciani
3f15a01734 [SEARCH-1641]
Added test groups
- EXPLICIT_SHARDING
- NOT_BAMBOO for saying that a test should not be run on bamboo
2019-07-24 11:37:03 +02:00
eliaporciani
26b3362d16 [SEARCH-1641]
removed test group
2019-07-22 17:57:16 +02:00
eliaporciani
afc84f4fd7 [SEARCH-1641]
Use PATH instead of NPATH
Added test for test cascading with sharding and explicit-routing
2019-07-22 16:20:24 +02:00
eliaporciani
a014faeac0 [SEARCH-1641]
break after element is found.
2019-07-22 16:19:57 +02:00
Keerat Lalia
fae69bb9bb SEARCH-1639 adding a ACS annotation back into a search test 2019-07-19 08:37:42 +01:00
Keerat Lalia
323540e64c SEARCH-1639 removing unused test annotations and test group 2019-07-18 12:48:43 +01:00
Keerat Lalia
121a46605c SEARCH-1639 removing unused test annotations and test group 2019-07-18 11:08:21 +01:00
Keerat Lalia
7dc91669e5 SEARCH-1639 adding NOT_IE back 2019-07-18 08:29:19 +01:00
Keerat Lalia
9767787367 SEARCH-1639 removing tests and test groups that are not used 2019-07-17 14:49:02 +01:00
Keerat Lalia
81b1477a0c Merge branch 'SEARCH-1743_Adding62nToScoreTests' into 'master'
SEARCH-1743 Added 62n Test Group and to the score tests

See merge request search_discovery/insightengine!80
2019-07-15 10:11:39 +01:00
Keerat Lalia
23bd7fea65 SEARCH-1743 removed the queries group from tests and test group class 2019-07-12 15:02:57 +01:00
Keerat Lalia
5df43bfd27 SEARCH-1743 Added 62n Test Group and to the score tests 2019-07-12 14:03:26 +01:00
Keerat Lalia
6d37df930c SEARCH-1637 removing test groups and tests not run in master 2019-07-05 08:23:45 +01:00
Keerat Lalia
b583974b65 Revert "Merge branch 'master' of https://git.alfresco.com/search_discovery/insightengine"
This reverts commit df556d681e41d843a080498a7b27f8342f1db2df
2019-07-05 08:18:23 +01:00
Keerat Lalia
a7fbd8d1f4 Merge branch 'master' of https://git.alfresco.com/search_discovery/insightengine 2019-07-05 08:16:48 +01:00
Keerat Lalia
af156b0048 Fingerprint Test Test group 2019-07-05 08:16:23 +01:00
Keerat Lalia
68964d9dcb SEARCH-1637 and SEARCH-1639 removed tests not run in master and the test groups 2019-07-04 09:09:43 +01:00
Tom Page
7aa4bcf406 Merge branch 'dependabot/maven/e2e-test/org.projectlombok-lombok-1.18.8' into 'master'
Bump lombok from 1.18.4 to 1.18.8 in /e2e-test

See merge request search_discovery/insightengine!35
2019-07-03 12:35:46 +01:00
Tom Page
42a64d4b2c Merge branch 'dependabot/maven/e2e-test/org.apache.maven.plugins-maven-compiler-plugin-3.8.1' into 'master'
Bump maven-compiler-plugin from 3.8.0 to 3.8.1 in /e2e-test

See merge request search_discovery/insightengine!34
2019-07-03 12:35:09 +01:00
dependabot-preview[bot]
68460eebaf Bump lombok from 1.18.4 to 1.18.8 in /e2e-test
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.4 to 1.18.8.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/rzwitserloot/lombok/compare/v1.18.4...v1.18.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-02 12:27:51 +00:00
dependabot-preview[bot]
75a1064391 Bump alfresco-super-pom from 8 to 10 in /e2e-test
Bumps [alfresco-super-pom](https://github.com/Alfresco/alfresco-super-pom) from 8 to 10.
- [Release notes](https://github.com/Alfresco/alfresco-super-pom/releases)
- [Commits](https://github.com/Alfresco/alfresco-super-pom/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-02 12:27:25 +00:00
dependabot-preview[bot]
706b19084e Bump maven-compiler-plugin from 3.8.0 to 3.8.1 in /e2e-test
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.0...maven-compiler-plugin-3.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-02 12:26:45 +00:00
Meenal Bhave
695f4eb5f1 Search-1703: Simplified hierarchy and data prep methods for search tests
This should reduce the dataprep time for some tests and overall build duration
2019-06-27 14:15:52 +01:00
Sri Vellingiri
7606dc9759 Merge branch 'fix/keystore_client_browser.p12' into 'master'
SEARCH-1715 Adding new keystore including client browser certificate

See merge request search_discovery/SearchAnalyticsE2ETest!69
2019-06-27 12:13:16 +01:00
sridharvellingiri
d141e77d0d SEARCH-1715 Adding new keystore including client browser certificate 2019-06-27 10:28:04 +01:00
Sri Vellingiri
473a92eb77 Merge branch 'fix/SEARCH-1699_delete_unwanted_templates' into 'master'
SEARCH-1699 Deleting unwanted docker-compose templates

See merge request search_discovery/SearchAnalyticsE2ETest!67
2019-06-25 16:25:07 +01:00
sridharvellingiri
24bf03b498 SEARCH-1699 Deleting unwanted docker-compose templates 2019-06-25 16:03:49 +01:00