Skip to content

Conversation

@cacheung
Copy link
Contributor

Add getUrlVariables API

Description

Add getUrlVariables API, update sample app, update doc.

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.

Add getUrlVariables API
@cacheung cacheung changed the title Add getUrlVariables API Add getUrlVariables API to EdgeIdentity package Jun 13, 2022
cacheung added 3 commits June 13, 2022 14:11
Include lock files
remove AEPMobileOptimize
update edgeIdentity version number for Sample App in package.json
[AEPMobileCore registerExtensions: @[AEPMobileEdgeIdentity.class,
AEPMobileEdge.class,
AEPMobileMessaging.class,
AEPMobileOptimize.class] completion:^{
Copy link
Contributor

Choose a reason for hiding this comment

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

Should AEPMobileOptimize be removed here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The ci fails when I remove this, it is based in staging branch. I have to leave the AEPMobileOptimize here. Planning to merge this PR after Optimize PR, so should not be a problem.

Copy link
Contributor

Choose a reason for hiding this comment

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

Just to confirm we are removing Optimize here and it will be added back with the Optimize PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was able to remove the Optimize extension without CI failure. Will keep it this way for edgeIdentity branch. It will be added back once merge to staging with AJO extension PR changes.

cacheung added 4 commits June 16, 2022 00:39
Update with  review comments
Add rejected logic in getUrlVariable ts
Update package-lock and yarn.lock files
Update lock files
Copy link
Contributor

@emdobrin emdobrin left a comment

Choose a reason for hiding this comment

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

Left a small question about the sample app dependencies, other than that looks good!

revert a text format
@cacheung cacheung merged commit 3daaef0 into adobe:edgeIdentity Jun 22, 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.

3 participants