Conversation
Closed
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #938 +/- ##
==========================================
- Coverage 99.71% 99.41% -0.30%
==========================================
Files 204 223 +19
Lines 12946 15360 +2414
==========================================
+ Hits 12908 15268 +2360
- Misses 33 68 +35
- Partials 5 24 +19 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
✅ Playwright Test Results
Duration: 1221.8s |
JosephKav
force-pushed
the
feat/auth
branch
3 times, most recently
from
July 28, 2026 23:43
b07a50a to
5299f49
Compare
- Write configs to one process-lifetime temp dir (created in TestMain), so
late debounced saves always find it and the save-drain sleeps can go.
- Sweep stray temp dirs at startup, since a killed/timed-out run can't run
the end-of-run cleanup.
- Resolve the GitHub token from ${GITHUB_TOKEN} at read time where it's used
(api, cmd) and use an inert placeholder where it isn't (config, web), so no
real token is persisted to disk.
- Cap concurrent sessions per user; evict the least-recently active session on login past the cap. - Kick WebSocket clients on logout, session eviction, grant/group edits, or service tag changes.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.