|
|
8c8d4a0db8
|
Update Audit, Models, Services + tests + docs
Summary:
- Sources: Audit, Models, Services
- Tests: ModularRegistryTests.swift
- Docs: Proposal, README
- Added symbols: func withCatalog, func allRegisteredCatalogs, func allRegisteredEntries, struct TestRegistryKey, typealias Value, struct CatalogA (+3 more)
Stats:
- 7 files changed, 229 insertions(+), 18 deletions(-)
|
2026-01-18 14:53:29 -06:00 |
|
|
|
16475c69c7
|
Update TestPlan.xctestplan + tests + docs
Summary:
- Tests: TestPlan.xctestplan
- Docs: Testing
Stats:
- 2 files changed, 41 insertions(+)
|
2026-01-18 14:53:29 -06:00 |
|
|
|
4a361dd421
|
Update Helpers + tests
Summary:
- Sources: Helpers
- Tests: AppGroupTests.swift, RouterDomainTests.swift, RouterSecurityTests.swift, SyncDelegateTests.swift
- Added symbols: class SessionDelegateProxy, struct DomainKey, typealias Value, struct SecurityKey
- Removed symbols: class SessionDelegateProxy
Stats:
- 5 files changed, 283 insertions(+), 2 deletions(-)
|
2026-01-18 14:53:29 -06:00 |
|
|
|
66001439e3
|
Update Configuration, Helpers, Models (+1 more) + tests
Summary:
- Sources: Configuration, Helpers, Models, Services
- Tests: AppGroupTests.swift, FileStorageHelperExpansionTests.swift, FileStorageHelperTests.swift, MigrationTests.swift, RouterConfigurationTests.swift (+5 more)
- Added symbols: func resolveDirectoryURL, func handleReceivedContext, enum KeychainAccessControl, enum KeychainAccessibility, enum SecurityPolicy, enum EncryptionPolicy (+5 more)
- Removed symbols: func resolveDirectoryURL, func handleReceivedContext, enum KeychainAccessControl, enum KeychainAccessibility, enum SecurityPolicy, enum EncryptionPolicy (+1 more)
Stats:
- 18 files changed, 306 insertions(+), 58 deletions(-)
|
2026-01-18 14:53:29 -06:00 |
|
|
|
e27e2e38bb
|
Tests AnyCodableTests.swift, AnyStorageKeyTests.swift, AuditTests.swift (+8 more)
Summary:
- Tests: AnyCodableTests.swift, AnyStorageKeyTests.swift, AuditTests.swift, EncryptionLogicTests.swift, FileStorageHelperTests.swift (+6 more)
- Added symbols: struct NonCodable, struct StringKey, typealias Value, struct AuditCatalog, struct TestKey, struct RawProvider (+11 more)
Stats:
- 11 files changed, 698 insertions(+)
|
2026-01-18 14:53:29 -06:00 |
|
|
|
391c9aba24
|
Update Helpers, Protocols, Services + tests
Summary:
- Sources: Helpers, Protocols, Services
- Tests: EncryptionHelperTests.swift, KeychainHelperTests.swift, LocalDataTests.swift, Mocks, StorageCatalogTests.swift
- Added symbols: func updateKeychainHelper, actor KeychainHelper, protocol KeychainStoring, func set, func get, func delete (+4 more)
- Removed symbols: actor KeychainHelper, func clearMasterKey
Stats:
- 9 files changed, 205 insertions(+), 103 deletions(-)
|
2026-01-18 14:53:29 -06:00 |
|
|
|
54115fdf0e
|
Update Models, Services + tests
Summary:
- Sources: Models, Services
- Tests: KeychainHelperTests.swift, LocalDataTests.swift
- Added symbols: func store
Stats:
- 4 files changed, 20 insertions(+), 24 deletions(-)
|
2026-01-18 14:53:29 -06:00 |
|
|
|
9415edf758
|
Update Helpers, Models + tests + config
Summary:
- Sources: Helpers, Models
- Tests: LocalDataTests.swift
- Config: Package
- Added symbols: enum StorageError
- Removed symbols: enum StorageError
Stats:
- 6 files changed, 35 insertions(+), 33 deletions(-)
|
2026-01-18 14:53:29 -06:00 |
|
|
|
9a9889b8a0
|
Update Audit, Helpers, Services + tests + docs
Summary:
- Sources: Audit, Helpers, Services
- Tests: StorageCatalogTests.swift
- Docs: Design, Migration, Testing
- Added symbols: struct MyNewKey, func setupSession, func handleReceivedContext, class SessionDelegateProxy, func session, func sessionDidBecomeInactive (+2 more)
Stats:
- 10 files changed, 181 insertions(+), 1 deletion(-)
|
2026-01-18 14:53:28 -06:00 |
|
|
|
71ef9da223
|
Update Models, Services + tests
Summary:
- Sources: Models, Services
- Tests: EncryptionHelperTests.swift
- Added symbols: struct EncryptionConfiguration, func updateConfiguration, func updateEncryptionConfiguration
- Removed symbols: enum Constants
Stats:
- 4 files changed, 93 insertions(+), 20 deletions(-)
|
2026-01-18 14:53:27 -06:00 |
|
|
|
3ed0dd9ec0
|
Tests KeychainHelperTests.swift, StorageCatalogTests.swift
Summary:
- Tests: KeychainHelperTests.swift, StorageCatalogTests.swift
- Added symbols: struct KeychainHelperTests, func keychainAccessibilityOptions, struct TestCatalogKey, typealias Value, struct ValidCatalog, struct DuplicateNameCatalog (+2 more)
Stats:
- 2 files changed, 238 insertions(+)
|
2026-01-18 14:53:27 -06:00 |
|
|
|
3f6856f124
|
Update Models, Protocols, Services + tests + docs
Summary:
- Sources: Models, Protocols, Services
- Tests: LocalDataTests.swift
- Docs: FutureEnhancements, README
- Added symbols: struct AnyStorageKey, struct StorageKeyDescriptor, protocol StorageKey, func registerCatalog, func validateUniqueKeys, func validateDescription
- Removed symbols: struct StorageKeyDescriptor, struct StorageKeyEntry, protocol StorageKey, func registerCatalog
Stats:
- 11 files changed, 85 insertions(+), 27 deletions(-)
|
2026-01-18 14:53:26 -06:00 |
|
|
|
8f3fc8da51
|
Update Models, Protocols, Services + tests + docs
Summary:
- Sources: Models, Protocols, Services
- Tests: EncryptionHelperTests.swift
- Docs: README
- Added symbols: struct RemoteKeyProvider, func keyMaterial, struct KeyMaterialSource, protocol KeyMaterialProviding, func registerKeyMaterialProvider, struct StaticKeyMaterialProvider
Stats:
- 6 files changed, 104 insertions(+), 14 deletions(-)
|
2026-01-18 14:53:26 -06:00 |
|
|
|
312b2592dc
|
Update Models, Protocols, Services + tests + docs + config
Summary:
- Sources: Models, Protocols, Services
- Tests: EncryptionHelperTests.swift, LocalDataTests.swift
- Docs: README
- Config: Package
- Added symbols: extension StorageKey, func deriveKeyMaterial, func encryptWithKey, func encryptWithAESGCM, func decryptWithKey, func decryptWithAESGCM (+6 more)
- Removed symbols: func extractDerivationParams, func encryptWithKey, func decryptWithKey, class LocalDataTests, func testUserDefaultsRoundTrip, func testFileSystemRoundTrip
Stats:
- 8 files changed, 210 insertions(+), 64 deletions(-)
|
2026-01-18 14:53:25 -06:00 |
|
|
|
b9dca68c5d
|
Update LocalData.swift, Models, Protocols (+1 more) + tests + docs + config
Summary:
- Sources: LocalData.swift, Models, Protocols, Services
- Tests: LocalDataTests.swift
- Docs: Proposal, README
- Config: Package
- Other: .gitignore
- Added symbols: enum StorageKeys, struct AnyCodable, func encode, enum FileDirectory, func url, enum KeychainAccessControl (+49 more)
Stats:
- 19 files changed, 814 insertions(+)
|
2026-01-18 14:53:25 -06:00 |
|