Skip to content

Phase 1: Code Quality, Refactoring & Test Sweeps - #110

Merged
spelech merged 23 commits into
mainfrom
chore/repo-health-sweep-phase1
Aug 22, 2026
Merged

Phase 1: Code Quality, Refactoring & Test Sweeps#110
spelech merged 23 commits into
mainfrom
chore/repo-health-sweep-phase1

Conversation

@spelech

@spelech spelech commented Aug 22, 2026

Copy link
Copy Markdown
Owner

This PR contains the automated sweeps for Backend, Frontend, Auth, Secrets, and CI/Infra. It is part of the repo health sweep goal.

Antigravity Agent added 19 commits August 22, 2026 11:33
… providers

- Relax strict HTTPS requirement for localhost and internal container network addresses in Provider config.
- Ensure TestVaultConnection endpoint validates HTTP URLs against the same secure requirements.
- Add tests to verify HTTP URL validation logic in ProvidersControllerTests.
- Update SecretProvidersTab UI to display the specific backend validation error message when saving fails.

var dir = GetCustomFilesDirectory(type);
var filePath = Path.Combine(dir, cleanName);
var filePath = Path.GetFullPath(Path.Combine(dir, cleanName));
var filePath = Path.Combine(dir, cleanName);
var filePath = Path.GetFullPath(Path.Combine(dir, cleanName));
if (!filePath.StartsWith(Path.GetFullPath(dir), StringComparison.OrdinalIgnoreCase)) return Results.BadRequest("Invalid file path");

@spelech
spelech merged commit 3d85a20 into main Aug 22, 2026
6 of 7 checks passed
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