Skip to content

Conversation

@leogdion
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Sep 11, 2020

Codecov Report

Merging #6 into main will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main      #6   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         25      26    +1     
  Lines        182     201   +19     
=====================================
- Misses       182     201   +19     
Flag Coverage Δ
#amd64 0.00% <0.00%> (ø)
#arm64 ?
#bionic 0.00% <0.00%> (ø)
#focal 0.00% <0.00%> (ø)
#github 0.00% <0.00%> (ø)
#macOS 0.00% <0.00%> (ø)
#travis 0.00% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
Sources/MistKit/MKAuthenticationResponse.swift 0.00% <0.00%> (ø)
Sources/MistKit/MKDatabase.Query.swift 0.00% <0.00%> (ø)
Sources/MistKit/MKDatabase.swift 0.00% <0.00%> (ø)
Sources/MistKit/MKURLBuilder.swift 0.00% <0.00%> (ø)
Sources/MistKit/MKURLBuilderFactory.swift 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9008fe6...0210cc4. Read the comment docs.

@leogdion leogdion merged commit e09ad61 into main Sep 11, 2020
@leogdion leogdion deleted the feature/authentication-integration branch September 14, 2020 15:57
leogdion added a commit that referenced this pull request Aug 29, 2025
* Feature/readme (#5)

* added logo and fixed badges

* Added Feature List

* Update macOS.yml

* Update arm.yml

* Update arm.yml

* added authentication parsing

* setting up server

* cleaning up code

* refactoring authentication

* refactoring authentication

* refactoring authentication

* refactoring authentication

* refactored HTTPServer

* removed MKResult

* fixing code factor trailing spaces

* fixing white space issues
@claude claude bot mentioned this pull request Nov 5, 2025
leogdion added a commit that referenced this pull request Nov 6, 2025
Implements first 8 fixes from PR #132 code review (Priority 0 items #4-6).

## Type System Migration (Int64 → Int)
- Update RestoreImageRecord.fileSize: Int64 → Int
- Update XcodeVersionRecord.fileSize: Int64? → Int?
- Remove unnecessary Int(record.fileSize) conversions in RecordBuilder
- Update IPSWFetcher, AppleDBFetcher, IPSWVersion to use Int
- Rename FieldValueExtensions.int64Value → intValue (+ 2 usage updates)

## Boolean Helper Usage
- Replace manual `.int64(bool ? 1 : 0)` with `.boolean(bool)` in RecordBuilder (4 locations)
- Move FieldValue.boolean() to extension for SwiftLint type_contents_order compliance

## Critical Bug Fixes
- Fix force unwrap crash risk in XcodeReleasesFetcher.toDate (use nil-coalescing)
- Fix duplicate BushelCloudKitService initialization in SyncEngine (reuse single instance)
- Remove silent error swallowing (try? → direct assignment)

## Build Status
✅ Clean build (3.81s) with no errors

Related to: #132 (items #1, #4, #5, #6, #10)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
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