dyrector-io / dyrectorio

dyrector.io is a self-hosted continuous delivery & deployment platform with version management.
https://dyrectorio.com
Apache License 2.0
1.31k stars 99 forks source link

fix: watch container status hanging, jwt payload #948

Closed m8vago closed 6 months ago

m8vago commented 6 months ago

Fix container status hanging, while listening to a container log. Fix jwt token payloads. Add AGENT_CALLBACK_TIMEOUT environment variable.

codecov-commenter commented 6 months ago

Codecov Report

Attention: Patch coverage is 20.45455% with 35 lines in your changes are missing coverage. Please review.

Project coverage is 17.90%. Comparing base (34741c2) to head (ff065f2).

Files Patch % Lines
web/crux/src/main.ts 0.00% 13 Missing :warning:
web/crux/src/app/agent/agent.service.ts 0.00% 7 Missing :warning:
web/crux/src/domain/token.ts 20.00% 4 Missing :warning:
web/crux/src/app/token/token.service.ts 0.00% 3 Missing :warning:
golang/internal/grpc/grpc.go 0.00% 2 Missing :warning:
web/crux/src/app/deploy/deploy.service.ts 66.66% 1 Missing :warning:
.../src/app/deploy/guards/deploy.team-access.guard.ts 0.00% 1 Missing :warning:
web/crux/src/app/token/jwt-auth.guard.ts 0.00% 1 Missing :warning:
web/crux/src/app/token/jwt.strategy.ts 0.00% 1 Missing :warning:
web/crux/src/config/app.config.ts 0.00% 1 Missing :warning:
... and 1 more

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #948 +/- ## =========================================== + Coverage 17.89% 17.90% +0.01% =========================================== Files 350 351 +1 Lines 17732 17755 +23 Branches 1039 1042 +3 =========================================== + Hits 3173 3179 +6 - Misses 14371 14387 +16 - Partials 188 189 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.