-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Move flag evaluation confidence (#113)
* move all the logic inside confidence * add evaluation extension in flag resolution * cleanup * have the evaluation in the confidence module for the flags * update demo app to support only confidence * fix some tests to move to confidence * use int instead of int64 for 32bits system to work with default value for int, fix some more tests * fixup! use int instead of int64 for 32bits system to work with default value for int, fix some more tests * fixup! Merge branch 'main' into move-flag-evaluation-confidence * fixup! fixup! Merge branch 'main' into move-flag-evaluation-confidence * fixup! fixup! fixup! Merge branch 'main' into move-flag-evaluation-confidence * refactor: Remove Common * ignore swiftpm * format * fix typo * address SDK_ID * visitor id key fix * timeout is unused * Bring back some docs * Refactor type mappers * Add storage call * Empty cache returns noFlagFound error * TypeMapper refactor and tests * rename class to TypeMapperTest debug tests --------- Co-authored-by: Fabrizio Demaria <fabrizio.f.demaria@gmail.com>
- Loading branch information
1 parent
18ab190
commit 5f3c8aa
Showing
84 changed files
with
1,620 additions
and
2,799 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 30 additions & 29 deletions
59
ConfidenceDemoApp/ConfidenceDemoApp/ConfidenceDemoApp.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion
1
...fidenceProvider/Utils/BaseUrlMapper.swift → Sources/Confidence/BaseUrlMapper.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.