Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(htpasswd): add autoreload for htpasswd #2933

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

feat(htpasswd): move htpasswd processing to a helper struct and add r…

259df17
Select commit
Loading
Failed to load commit list.
Open

feat(htpasswd): add autoreload for htpasswd #2933

feat(htpasswd): move htpasswd processing to a helper struct and add r…
259df17
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 5, 2025 in 1s

84.25% of diff hit (target 91.06%)

View this Pull Request on Codecov

84.25% of diff hit (target 91.06%)

Annotations

Check warning on line 50 in pkg/api/htpasswd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/api/htpasswd.go#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 93 in pkg/cli/server/config_reloader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/cli/server/config_reloader.go#L90-L93

Added lines #L90 - L93 were not covered by tests

Check warning on line 99 in pkg/cli/server/config_reloader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/cli/server/config_reloader.go#L95-L99

Added lines #L95 - L99 were not covered by tests

Check warning on line 140 in pkg/cli/server/config_reloader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/cli/server/config_reloader.go#L138-L140

Added lines #L138 - L140 were not covered by tests