-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release preparation 2021.05.22 (#136)
* @releng - update CIF Core Components dependency to SNAPSHOT version * CIF-1718 - Adopt Magento GraphQL schema changes - Category UID - update graphql dependency to 2.4.2 EE to align with CIF components * CIF-2015 - Migrate to Azul Zulu JDK (#125) * @trivial fix ui.frontend readme (#128) * CIF-2039 - Missing root category field in catalog page properties (#127) * CIF-2039 - Missing root category field in catalog page properties * added UI test for catalog page properties extensions * CIF-2039 - Missing root category field in catalog page properties * added UI test for catalog page properties extensions * CIF-2039 - Missing root category field in catalog page properties * fixed root category field label in UI test * CIF-1907 - Build navigation component based on WCM Core Component (#126) * CIF-1907 - Build navigation component based on WCM Core Component * implemented Venia theme for navigation component v2 * CIF-1907 - Build navigation component based on WCM Core Component * fix test failures Co-authored-by: Markus Haack <mhaack@adobe.com> * @trivial - update dependencies (#129) * CIF-1746 - Create CIF data types for Content Fragment Models (#102) * enable content fragment models in Venia configuration * CIF-2007 - Use latest releases of CIF Add-on for IT and UI tests (#132) * CIF-2007 - Use latest release of CIF add-on from artifactory * CIF-2007 - Use latest release of CIF add-on from artifactory * CIF-2007 - Use latest release of CIF add-on from artifactory * CIF-2007 - Use latest release of CIF add-on for AEM 6.5 from artifactory * CIF-2007 - Fix UI tests * @releng Update dependency versions (#134) Update `AEM Core CIF Components` to 1.11.0 and `@adobe/aem-core-cif-react-components` to 1.11.0 Co-authored-by: Daniel Platon <platon@adobe.com> * CIF-2086: Update react-components to be in sync with CIF Components version (#133) * CIF-2086: Sync reac-components version on release * CIF-2086: Commit updated npm files * CIF-2086: Fix npm files commit profile * CIF-2086: Update cif-react-components dependency * Remove package-lock.json from .gitignore Co-authored-by: Daniel Platon <platon@adobe.com> Co-authored-by: Levente Santha <levente@adobe.com> Co-authored-by: Christophe Jelger <jelger@adobe.com> Co-authored-by: Mark J. Becker <herzog31@users.noreply.github.com> Co-authored-by: Markus Haack <mhaack@adobe.com> Co-authored-by: Daniel Platon <platon@adobe.com> Co-authored-by: Laurentiu Magureanu <magurean@adobe.com>
- Loading branch information
1 parent
090abaa
commit 246fe84
Showing
9 changed files
with
940 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
| Copyright 2021 Adobe Systems Incorporated | ||
| | ||
| Licensed under the Apache License, Version 2.0 (the "License"); | ||
| you may not use this file except in compliance with the License. | ||
| You may obtain a copy of the License at | ||
| | ||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
| | ||
| Unless required by applicable law or agreed to in writing, software | ||
| distributed under the License is distributed on an "AS IS" BASIS, | ||
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| See the License for the specific language governing permissions and | ||
| limitations under the License. | ||
--> | ||
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> | ||
|
||
<profiles> | ||
<profile> | ||
<id>artifactory-cloud</id> | ||
|
||
<properties> | ||
<releaseRepository-Id>maven-adobe-cif-release</releaseRepository-Id> | ||
<releaseRepository-Name>maven-adobe-cif-release</releaseRepository-Name> | ||
<releaseRepository-URL>https://artifactory-uw2.adobeitc.com/artifactory/maven-adobe-cif-release</releaseRepository-URL> | ||
|
||
<snapshotRepository-Id>maven-adobe-cif-snapshot</snapshotRepository-Id> | ||
<snapshotRepository-Name>maven-adobe-cif-snapshot</snapshotRepository-Name> | ||
<snapshotRepository-URL>https://artifactory-uw2.adobeitc.com/artifactory/maven-adobe-cif-snapshot</snapshotRepository-URL> | ||
</properties> | ||
|
||
<repositories> | ||
<repository> | ||
<snapshots> | ||
<enabled>false</enabled> | ||
</snapshots> | ||
<id>maven-adobe-cif-release</id> | ||
<name>maven-adobe-cif-release</name> | ||
<url>https://artifactory-uw2.adobeitc.com/artifactory/maven-adobe-cif-release</url> | ||
</repository> | ||
<repository> | ||
<snapshots /> | ||
<id>maven-adobe-cif-snapshot</id> | ||
<name>maven-adobe-cif-snapshot</name> | ||
<url>https://artifactory-uw2.adobeitc.com/artifactory/maven-adobe-cif-snapshot</url> | ||
</repository> | ||
</repositories> | ||
|
||
<pluginRepositories> | ||
<pluginRepository> | ||
<snapshots> | ||
<enabled>false</enabled> | ||
</snapshots> | ||
<id>maven-adobe-cif-release</id> | ||
<name>maven-adobe-cif-release</name> | ||
<url>https://artifactory-uw2.adobeitc.com/artifactory/maven-adobe-cif-release</url> | ||
</pluginRepository> | ||
<pluginRepository> | ||
<snapshots /> | ||
<id>maven-adobe-cif-snapshot</id> | ||
<name>maven-adobe-cif-snapshot</name> | ||
<url>https://artifactory-uw2.adobeitc.com/artifactory/maven-adobe-cif-snapshot</url> | ||
</pluginRepository> | ||
</pluginRepositories> | ||
</profile> | ||
</profiles> | ||
|
||
<servers> | ||
<server> | ||
<id>maven-adobe-cif-release</id> | ||
<username>${env.DOCKER_USER}</username> | ||
<password>${env.DOCKER_PASS}</password> | ||
</server> | ||
<server> | ||
<id>maven-adobe-cif-snapshot</id> | ||
<username>${env.DOCKER_USER}</username> | ||
<password>${env.DOCKER_PASS}</password> | ||
</server> | ||
</servers> | ||
|
||
</settings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,6 @@ buildNumber.properties | |
|
||
# NPM | ||
node_modules/ | ||
package-lock.json | ||
yarn.lock | ||
|
||
# Webpack | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
ui.content/src/main/content/jcr_root/conf/venia/settings/dam/.content.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" | ||
jcr:primaryType="sling:Folder"> | ||
<cfm jcr:primaryType="cq:Page"> | ||
<models jcr:primaryType="cq:Page"> | ||
<jcr:content jcr:primaryType="nt:unstructured"/> | ||
</models> | ||
</cfm> | ||
</jcr:root> |
Oops, something went wrong.