Skip to content

Conversation

@dmartinol
Copy link
Collaborator

Fixes #157 on server-side

Main changes as per design docs:

  • Rename sources to registries
  • Allow multiple registries from:
  • ConfigMap (operator-side)
  • Git
  • Registry API
  • File (server side)
  • Managed registry is another type of registry (server-side)
  • Remove the explicit type field to simplify the configuration

Next PR will handle the operator updates

@codecov-commenter
Copy link

codecov-commenter commented Nov 21, 2025

Codecov Report

❌ Patch coverage is 46.58635% with 266 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.88%. Comparing base (486398b) to head (1333940).

Files with missing lines Patch % Lines
internal/sources/mocks/mock_registry_handler.go 0.00% 62 Missing ⚠️
internal/sync/coordinator/coordinator.go 32.89% 50 Missing and 1 partial ⚠️
internal/status/mocks/mock_status_persistence.go 0.00% 32 Missing ⚠️
internal/status/persistence.go 29.41% 22 Missing and 2 partials ⚠️
internal/sources/mocks/mock_storage_manager.go 0.00% 21 Missing ⚠️
internal/sources/storage_manager.go 35.48% 19 Missing and 1 partial ⚠️
internal/config/config.go 74.24% 15 Missing and 2 partials ⚠️
internal/sync/mocks/mock_manager.go 0.00% 12 Missing ⚠️
internal/sources/api.go 58.33% 7 Missing and 3 partials ⚠️
internal/sync/manager.go 66.66% 6 Missing and 4 partials ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #162      +/-   ##
==========================================
- Coverage   64.66%   63.88%   -0.78%     
==========================================
  Files          51       52       +1     
  Lines        2725     2899     +174     
==========================================
+ Hits         1762     1852      +90     
- Misses        840      916      +76     
- Partials      123      131       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Review registry configuration

3 participants