Skip to content

Update Identity and Consent after extension renames#167

Merged
emdobrin merged 4 commits intoadobe:feature/consentfrom
kevinlind:update-identity
Mar 16, 2021
Merged

Update Identity and Consent after extension renames#167
emdobrin merged 4 commits intoadobe:feature/consentfrom
kevinlind:update-identity

Conversation

@kevinlind
Copy link
Copy Markdown
Contributor

Description

Update Edge with latest versions of AEPEdgeIdentity and AEPEdgeConsent after the module renaming.

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.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 15, 2021

Codecov Report

Merging #167 (eedac75) into feature/consent (0a243d7) will not change coverage.
The diff coverage is 100.00%.

@@               Coverage Diff                @@
##           feature/consent     #167   +/-   ##
================================================
  Coverage            93.06%   93.06%           
================================================
  Files                   24       24           
  Lines                  793      793           
================================================
  Hits                   738      738           
  Misses                  55       55           

@@ -43,7 +44,7 @@ enum FunctionalTestConst {
enum SharedState {
static let CONFIGURATION = "com.adobe.module.configuration"
static let CONSENT = "com.adobe.consent"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should also be: com.adobe.edge.consent

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This constant isn't actually used so I removed it.

Copy link
Copy Markdown
Contributor

@emdobrin emdobrin Mar 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is being used in getConsentForEvent, so we need to update it in EdgeConstants


func clearCache() {
let knownCacheItems: [String] = ["com.adobe.edge", "com.adobe.identityedge"]
let knownCacheItems: [String] = ["com.adobe.edge", "com.adobe.edge.identity"]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's clear consent too.

@emdobrin emdobrin merged commit 42c7db2 into adobe:feature/consent Mar 16, 2021
@kevinlind kevinlind deleted the update-identity branch March 16, 2021 22:42
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.

3 participants