Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PLATIR-35300] Add array replace token support #988

Merged
merged 10 commits into from
Jan 18, 2024

Conversation

cdhoffmann
Copy link
Contributor

@cdhoffmann cdhoffmann commented Jan 16, 2024

#986 Adds array string token replacement support for the LaunchRulesEngine

Copy link

codecov bot commented Jan 16, 2024

Codecov Report

Merging #988 (a469027) into dev-v4.2.2 (da278f9) will decrease coverage by 0.10%.
Report is 8 commits behind head on dev-v4.2.2.
The diff coverage is 100.00%.

Additional details and impacted files
@@              Coverage Diff               @@
##           dev-v4.2.2     #988      +/-   ##
==============================================
- Coverage       89.93%   89.83%   -0.10%     
==============================================
  Files             133      133              
  Lines            8338     8347       +9     
==============================================
  Hits             7498     7498              
- Misses            840      849       +9     

@@ -177,15 +177,15 @@ enum UserDefaultMigratorConstants {
static let DATASTORE_NAME = "com.adobe.edge.identity"

enum DataStoreKeys: String, CaseIterable {
case IDENTITY_PROPERTIES = "identity.properties"
case IDENTITY_PROPERTIES = "identity.properties"
Copy link
Contributor

Choose a reason for hiding this comment

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

Did we commit unformatted files earlier, or is there any change in Swift format version that we're using?

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'm not too sure how this happened. I just ran swiftformat locally and committed.

@cdhoffmann cdhoffmann merged commit 81f990b into adobe:dev-v4.2.2 Jan 18, 2024
18 checks passed
@cdhoffmann cdhoffmann deleted the addArrayReplaceTokenSupport branch January 18, 2024 22:29
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