mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-4794] ES migration PR (#3359)
* [ACS-4794] Change migration affected queries * [ACS-4794] Use acadev-es for PR workflow * [ACS-4974] Remove * from path as it causes exception * [ACS-4794] Fix search input * [ACS-4794] Correct search term, correct Playwright url * [ACS-4794][link-adf:feature/dev-mkinas-es-migration] Fix pagination and sorting search terms * [ACS-4794][link-adf:feature/dev-mkinas-es-migration] Fix actionsAvailableFilesFolders and actionsAvailableSpecialPermissions * [ACS-4794][link-adf:feature/dev-mkinas-es-migration] Empty commit * [ACS-4794][link-adf:feature/dev-mkinas-es-migration] Fix missed test case * [ACS-4974] Reverted searchFor calls in single-file-actions.test.ts back to original state without * * [ACS-4974] Fix card view item import * [ACS-4974] Add PATH as a workaround for PNAME and QNAME * [ACS-4974] [link-adf:feature/dev-mkinas-es-migration] Temporary exclude ADF linking from unit tests * [ACS-4974] [link-adf:feature/dev-mkinas-es-migration] Test on acadev * [ACS-4974] [link-adf:feature/dev-mkinas-es-migration] Bring acadev-es back * [ACS-4974] [link-adf:feature/dev-mkinas-es-migration] E2E fix * [ACS-4974] Add workaround for repository site option * [ACS-4974] Exclude failing case which works manually * [ACS-4974] Check changes on regular acadev * [ACS-4974] Exclude flaky test case * [ACS-4974] E2E fix --------- Co-authored-by: swapnil-verma-gl <92505353+swapnil-verma-gl@users.noreply.github.com>
This commit is contained in:
@@ -1377,7 +1377,7 @@
|
||||
{
|
||||
"query": "-TYPE:'cm:thumbnail' AND -TYPE:'cm:failedThumbnail' AND -TYPE:'cm:rating'"
|
||||
},
|
||||
{ "query": "-cm:creator:System AND -QNAME:comment" },
|
||||
{ "query": "-cm:creator:System" },
|
||||
{
|
||||
"query": "-TYPE:'st:site' AND -ASPECT:'st:siteContainer' AND -ASPECT:'sys:hidden'"
|
||||
},
|
||||
@@ -1386,7 +1386,7 @@
|
||||
},
|
||||
{ "query": "-TYPE:'fm:topic' AND -TYPE:'fm:post'" },
|
||||
{ "query": "-TYPE:'lnk:link'" },
|
||||
{ "query": "-PNAME:'0/wiki'" }
|
||||
{ "query": "-PATH:'//cm:wiki/*'" }
|
||||
],
|
||||
"facetFields": {
|
||||
"expanded": true,
|
||||
@@ -1479,7 +1479,7 @@
|
||||
"hideDefaultAction": true,
|
||||
"allowOnlyPredefinedValues": false,
|
||||
"field": "SITE",
|
||||
"autocompleteOptions": [ {"value": "_REPOSITORY_"} ]
|
||||
"autocompleteOptions": [ { "value": "_REPOSITORY_", "query": "PATH:'/app:company_home/\/*'" } ]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1568,7 +1568,7 @@
|
||||
{
|
||||
"query": "-TYPE:'cm:thumbnail' AND -TYPE:'cm:failedThumbnail' AND -TYPE:'cm:rating'"
|
||||
},
|
||||
{ "query": "-cm:creator:System AND -QNAME:comment" },
|
||||
{ "query": "-cm:creator:System" },
|
||||
{
|
||||
"query": "-TYPE:'st:site' AND -ASPECT:'st:siteContainer' AND -ASPECT:'sys:hidden'"
|
||||
},
|
||||
@@ -1577,7 +1577,7 @@
|
||||
},
|
||||
{ "query": "-TYPE:'fm:topic' AND -TYPE:'fm:post'" },
|
||||
{ "query": "-TYPE:'lnk:link'" },
|
||||
{ "query": "-PNAME:'0/wiki'" }
|
||||
{ "query": "-PATH:'//cm:wiki/*'" }
|
||||
],
|
||||
"facetFields": {
|
||||
"expanded": true,
|
||||
@@ -1724,7 +1724,7 @@
|
||||
{
|
||||
"query": "-TYPE:'cm:thumbnail' AND -TYPE:'cm:failedThumbnail' AND -TYPE:'cm:rating'"
|
||||
},
|
||||
{ "query": "-cm:creator:System AND -QNAME:comment" },
|
||||
{ "query": "-cm:creator:System" },
|
||||
{
|
||||
"query": "-TYPE:'st:site' AND -ASPECT:'st:siteContainer' AND -ASPECT:'sys:hidden'"
|
||||
},
|
||||
@@ -1733,7 +1733,7 @@
|
||||
},
|
||||
{ "query": "-TYPE:'fm:topic' AND -TYPE:'fm:post'" },
|
||||
{ "query": "-TYPE:'lnk:link'" },
|
||||
{ "query": "-PNAME:'0/wiki'" }
|
||||
{ "query": "-PATH:'//cm:wiki/*'" }
|
||||
],
|
||||
"facetFields": {
|
||||
"expanded": true,
|
||||
|
Reference in New Issue
Block a user