Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
kmatzen
/
facett
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
5
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: kmatzen/facett
Actions
All workflows
Workflows
Build & Test
Build & Test
Screenshot Tests
Screenshot Tests
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
136 workflow runs
136 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Merge pull request #37 from kmatzen/fix/ble-response-matching
Build & Test
#36:
Commit
1c0c5ff
pushed by
kmatzen
20s
main
main
20s
View workflow file
Merge pull request #36 from kmatzen/fix/ble-disconnect-cleanup
Build & Test
#35:
Commit
78451c1
pushed by
kmatzen
3m 41s
main
main
3m 41s
View workflow file
Merge pull request #35 from kmatzen/fix/minor-bugs
Build & Test
#34:
Commit
c572b40
pushed by
kmatzen
3m 41s
main
main
3m 41s
View workflow file
Fix packet reconstructor buffer selection for concurrent multipart responses
Build & Test
#33:
Pull request
#38
opened by
kmatzen
5m 48s
fix/packet-reconstructor-buffer
fix/packet-reconstructor-buffer
5m 48s
View #38
View workflow file
Match BLE responses to pending commands by command type instead of FIFO
Build & Test
#32:
Pull request
#37
opened by
kmatzen
5m 20s
fix/ble-response-matching
fix/ble-response-matching
5m 20s
View #37
View workflow file
Merge pull request #34 from kmatzen/fix/ble-timer-retain-cycles
Build & Test
#31:
Commit
de09cea
pushed by
kmatzen
3m 25s
main
main
3m 25s
View workflow file
Clean up BLE state on disconnect: timers, queues, pending commands, parser buffers
Build & Test
#30:
Pull request
#36
opened by
kmatzen
5m 23s
fix/ble-disconnect-cleanup
fix/ble-disconnect-cleanup
5m 23s
View #36
View workflow file
Fix minor bugs: duplicate ConfigManager, redundant haptics, fragile split, assert
Build & Test
#29:
Pull request
#35
opened by
kmatzen
8m 5s
fix/minor-bugs
fix/minor-bugs
8m 5s
View #35
View workflow file
Merge pull request #33 from kmatzen/fix/data-persistence-bugs
Build & Test
#28:
Commit
f9803c8
pushed by
kmatzen
4m 3s
main
main
4m 3s
View workflow file
Merge pull request #32 from kmatzen/fix/camera-group-bugs
Build & Test
#27:
Commit
a9c2751
pushed by
kmatzen
3m 38s
main
main
3m 38s
View workflow file
Merge pull request #31 from kmatzen/fix/speech-manager-threading
Build & Test
#26:
Commit
52ab4bd
pushed by
kmatzen
4m 5s
main
main
4m 5s
View workflow file
Merge pull request #30 from kmatzen/fix/crash-reporter-bugs
Build & Test
#25:
Commit
a93f6e3
pushed by
kmatzen
5m 13s
main
main
5m 13s
View workflow file
Fix BLE timer retain cycles and performance monitor force unwraps
Build & Test
#24:
Pull request
#34
opened by
kmatzen
4m 0s
fix/ble-timer-retain-cycles
fix/ble-timer-retain-cycles
4m 0s
View #34
View workflow file
Fix DataPersistenceManager Bool retrieval, dataExists path, and fatalError
Build & Test
#23:
Pull request
#33
opened by
kmatzen
4m 2s
fix/data-persistence-bugs
fix/data-persistence-bugs
4m 2s
View #33
View workflow file
Fix camera group sheet dismissal, activeGroupId persistence, and force unwraps
Build & Test
#22:
Pull request
#32
opened by
kmatzen
3m 15s
fix/camera-group-bugs
fix/camera-group-bugs
3m 15s
View #32
View workflow file
Fix SpeechManager background thread @Published update and retain cycle
Build & Test
#21:
Pull request
#31
opened by
kmatzen
5m 21s
fix/speech-manager-threading
fix/speech-manager-threading
5m 21s
View #31
View workflow file
Fix CrashReporter date decoding mismatch and force unwraps
Build & Test
#20:
Pull request
#30
opened by
kmatzen
6m 26s
fix/crash-reporter-bugs
fix/crash-reporter-bugs
6m 26s
View #30
View workflow file
Merge pull request #13 from kmatzen/chore/add-swiftlint
Build & Test
#19:
Commit
50dbfaa
pushed by
kmatzen
5m 7s
main
main
5m 7s
View workflow file
Merge pull request #12 from kmatzen/docs/privacy-policy
Build & Test
#18:
Commit
5e95546
pushed by
kmatzen
6m 2s
main
main
6m 2s
View workflow file
Merge pull request #9 from kmatzen/fix/compiler-warnings
Build & Test
#17:
Commit
5a3c9f5
pushed by
kmatzen
5m 52s
main
main
5m 52s
View workflow file
Merge pull request #10 from kmatzen/refactor/rename-camera-serial-num…
Build & Test
#16:
Commit
61a7386
pushed by
kmatzen
7m 53s
main
main
7m 53s
View workflow file
Merge pull request #11 from kmatzen/fix/camera-groups-terminology
Build & Test
#15:
Commit
00c37ce
pushed by
kmatzen
3m 10s
main
main
3m 10s
View workflow file
Add SwiftLint with baseline configuration
Build & Test
#14:
Pull request
#13
synchronize by
kmatzen
11m 5s
chore/add-swiftlint
chore/add-swiftlint
11m 5s
View #13
View workflow file
Add privacy policy for App Store submission
Build & Test
#13:
Pull request
#12
synchronize by
kmatzen
4m 26s
docs/privacy-policy
docs/privacy-policy
4m 26s
View #12
View workflow file
Update UI tests to use Camera Groups terminology
Build & Test
#12:
Pull request
#11
synchronize by
kmatzen
3m 22s
fix/camera-groups-terminology
fix/camera-groups-terminology
3m 22s
View #11
View workflow file
Previous
1
2
3
4
5
6
Next
You can’t perform that action at this time.