Skip to content

Merge Dev to Staging for v1.3.0 release#229

Merged
kevinlind merged 4 commits intostagingfrom
dev
Jan 14, 2022
Merged

Merge Dev to Staging for v1.3.0 release#229
kevinlind merged 4 commits intostagingfrom
dev

Conversation

@kevinlind
Copy link
Copy Markdown
Contributor

Description

Merge to Staging for version 1.3.0 release.

Includes:

  • Allow setting custom Edge Network domain for production and pre-production environments.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Merge to Main for v1.2.0 release
Downmerge Main to Dev after v1.2.0 release
* Allow custom domain in Edge endpoint URL.
Read Configuration shared state for 'edge.domain' key. Change EdgeEndpoint from enum to struct to hold endpoint URL as String. Build URL based on type (prod, pre-prod, int) and custom domain.

* Adding unit tests for EdgeEndpoint

* Set pre-commit githook access to executable

* Add unit tests to EdgeHitProcessor to validate using custom Edge endpoint domains

* Update method comments in EdgeEndpoint

* Rename EdgeEndpointType to EdgeEnvironmentType

* Set domain lowercased in cleanDomain instead of deletePrefix.

* Sort UnitTests folder in Xcode

* Move lowercased call to EdgeEnvironmentType

* Update EdgeEnvironmentType comment
* Bump version to 1.3.0

* Update Pods for AEPCommerceDemoApp, uses new AEPEdge version
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 12, 2022

Codecov Report

Merging #229 (c90baf1) into staging (d1da0d6) will increase coverage by 0.06%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           staging     #229      +/-   ##
===========================================
+ Coverage    94.45%   94.51%   +0.06%     
===========================================
  Files           27       27              
  Lines          973      983      +10     
===========================================
+ Hits           919      929      +10     
  Misses          54       54              

@kevinlind kevinlind merged commit 43757d8 into staging Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants