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

staging -> main (v5.3.0) #1078

Merged
merged 16 commits into from
Sep 27, 2024
Merged

staging -> main (v5.3.0) #1078

merged 16 commits into from
Sep 27, 2024

Conversation

praveek
Copy link
Contributor

@praveek praveek commented Sep 26, 2024

  • Added an onError method to the FullscreenMessageDelegate to notify of the reason when an in-app message fails to display.

praveek and others added 16 commits July 8, 2024 18:42
[MOB-21093] Standardize event names
* Fix Xcode 16 warnings

* Add additonal test scenarios to Swift sample app
Make test app consistent with android for easier smoke testing.
…nce of EventHub instead of shared global reference (#1065)

This is to avoid a relatively common test scenario where EventHub is started and shutdown rapidly between test cases, and extension containers have pending events that will get sent to the new EventHub instance; this can affect test case state, shared states, processing times, etc
* Initial setup for AEPTestUtils as local module within Core

* Update AEPTestUtils podspec configuration

1. Version to 5.0.2
2. Homepage to point to Core repo URL
3. License format to match all other podspecs in Core
4. Source to point to Core repo URL
5. Source files point to PublicTestUtils under Core and Services
6. Core and Services dependency restricted to 5.2.0 < 6

* Create contribution guide for AEPTestUtils

* Add more info for how to add test helper files in AEPTestUtils contribution guide

* Create AEPTestUtils specific version update script and workflow action

* Workflow debug steps

* Add more debug steps to workflow

* Update shell

* Fix version taken from workflow input

* Update sed command usage

* Version script updates

* Script updates

* fix workflow script

* Update workflow

* Rename AEPTestUtil version script and workflow file names for clarity

Remove debug prints from both files

* Update dependencies update logic

* Revert "Update dependencies update logic"

This reverts commit 6fc046f.

* Use per dependency check instead

* Create Package.swift for AEPTestUtils

* Revert "Create Package.swift for AEPTestUtils"

This reverts commit 52a0561.

* Revert copyright year to original

* Add back existing files

* Try to trigger cache miss

* Fix incorrect project target AEPCoreMocks Compile Sources file paths for some files

* Revert "Try to trigger cache miss"

This reverts commit a8f6801.

* Update TestUtils contributing guide documentation for clarity

* Consolidate version update script, adding logic to handle TestUtils specific flow

* Update TestUtils version workflow to use updated version script

* Bump AEPTestUtils podspec version

* Create podspec verification script for AEPTestUtils

* Create test workflow to run AEPTestUtils podspec check script

* Remove the dependency on internal AEPServicesMocks in public AEPTestUtils files

* Update AEPCore and AEPServices podspecs to allow for ENABLE_TESTING_SEARCH_PATHS

* Fix testable flag in AEPCore and AEPServices podspecs

* Try adding ENABLE_TESTING_SEARCH_PATHS flag to AEPTestUtils

* Try adding ENABLED_TESTABILITY flag to AEPTestUtils podspec

* Fix typo in podspec 'ENABLE_TESTABILITY' flag

* Update podspecs to use test target

* Try different flags for AEPTestUtils

* Try different flags for AEPTestUtils

* Tweak AEPTestUtils flags

* Update validation script to use test target instead of regular

* Check removing custom flags

* Remove custom flag stuff from podspecs

* Create release workflow for AEPTestUtils with validation as a prereq

* release_testutils.yml  - Fix script path and temp disable main branch check

* release_testutils.yml - add step to install xcodegen

* release_testutils.yml - update runner to macos and add version format validation

* Update podspec_version logic

* temp disable podspec validation

* Add git author information

* Testing removing git author and reenabling main branch if

* Hardcode `main` branch for release_testutils workflow

Reenable all steps

* Remove temp workflow

* Add makefile rule for testutils podspec validation and update workflow usage

* Temp disable main branch checkout

* Reenable main branch checkout

* Revert "Remove the dependency on internal AEPServicesMocks in public AEPTestUtils files"

This reverts commit 58c3687.

* Revert "Remove temp workflow"

This reverts commit ef41e52.

* Remove test workflow again

* update-versions.sh - Remove multiplatform sed compatibility in favor of original macOS version

Update testutils version workflow to use macOS runner

* Apply latest AEPTestUtil updates (5.1.0) (#1057)

* Bring over latest AEPTestUtils changes (since 5.1.0)
* Make utilities Threadsafe
* Update AEPTestUtils version to 5.2.0

* Improve AEPTestUtils Network Service helper class multi thread handling and method docs (#1058)

* NetworkRequestHelper.swift - Reorder methods by functionality, update method docs, add deprecation to flatten map method

* RealNetworkService.swift - Update method docs and method ordering

* MockNetworkService.swift - Update method docs and method ordering

* NetworkRequestHelper.swift - Update method to perform await outside of sync block

* NetworkRequestHelper.swift - Update to use Log and add error log for invalid URL string

* Update JSON comparison APIs (#1059)

* Remove deprecated APIs and add support for new path options

* Add support for new path options ElementCount and ValueNotEqual

Remove deprecated logic and path interpretation logic
Reorder methods based on usage and dependency

* Enhance test failure messages and update variable name from wildcard to accurate any order

Update failure message strings to use regular multiline strings to reduce unused syntax

* XCTestCase+AnyCodableAsserts.swift - Update code docs

* Apply lint

* Update access level to private

* Create JSON comparison API migration docs (#1062)

* Create JSON comparison API migration docs

* Simplify path options usage example

Reorder migration patterns sections
Add additional example using type match as default for mixed exact vs type match validation section

* Fix flaky Identity tests (#1061)

---------

Co-authored-by: Praveen <praveek@users.noreply.github.com>
MOB-21457 - support the return of a presentation error when an in-app message can't be displayed
@praveek praveek merged commit eab8353 into main Sep 27, 2024
16 checks passed
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