Skip to content

📝 Add docstrings to feat/oidc#17

Merged
zeedivx merged 1 commit intofeat/oidcfrom
coderabbitai/docstrings/4457d6e
Dec 17, 2025
Merged

📝 Add docstrings to feat/oidc#17
zeedivx merged 1 commit intofeat/oidcfrom
coderabbitai/docstrings/4457d6e

Conversation

@coderabbitai
Copy link
Contributor

@coderabbitai coderabbitai bot commented Dec 17, 2025

Docstrings generation was requested by @zeedivx.

The following files were modified:

  • backend/internal/domain/auth/middleware.go
  • backend/internal/domain/auth/service.go
  • backend/internal/domain/oidc/handler.go
  • backend/internal/domain/oidc/middleware.go
  • backend/internal/domain/oidc/repository.go
  • backend/internal/domain/oidc/service.go
  • backend/internal/domain/permission/service.go
  • backend/internal/domain/service/service.go
  • backend/internal/server/http.go
  • backend/internal/server/router.go
  • backend/internal/utils/response.go
  • frontend/src/app/authorize/page.tsx
  • frontend/src/app/layout.tsx
  • frontend/src/app/login/page.tsx
  • frontend/src/app/page.tsx
  • frontend/src/app/register/page.tsx
  • frontend/src/components/authorize/AuthorizeLayout.tsx
  • frontend/src/components/authorize/ConsentScreen.tsx
  • frontend/src/components/ui/Button.tsx
  • frontend/src/lib/api.ts
  • frontend/src/lib/globals/api/GeneralClient.ts
  • frontend/src/lib/oidc.ts
  • frontend/src/lib/utils.ts
These files were ignored
  • backend/config.test.yaml
These file types are not supported
  • .github/workflows/ci-backend.yml
  • .gitignore
  • LICENSE
  • README.md
  • backend/config.yaml
  • backend/go.mod
  • backend/internal/migrations/000011_add_oidc_fields_to_services.down.sql
  • backend/internal/migrations/000011_add_oidc_fields_to_services.up.sql
  • backend/internal/migrations/000012_create_authorization_codes_table.down.sql
  • backend/internal/migrations/000012_create_authorization_codes_table.up.sql
  • docker-compose.yml
  • frontend/.env.example
  • frontend/.gitignore
  • frontend/.prettierc.json
  • frontend/README.md
  • frontend/package.json
  • frontend/src/app/globals.css
  • frontend/tsconfig.json
ℹ️ Note

CodeRabbit cannot perform edits on its own pull requests yet.

Docstrings generation was requested by @zeedivx.

* #16 (comment)

The following files were modified:

* `backend/internal/domain/auth/middleware.go`
* `backend/internal/domain/auth/service.go`
* `backend/internal/domain/oidc/handler.go`
* `backend/internal/domain/oidc/middleware.go`
* `backend/internal/domain/oidc/repository.go`
* `backend/internal/domain/oidc/service.go`
* `backend/internal/domain/permission/service.go`
* `backend/internal/domain/service/service.go`
* `backend/internal/server/http.go`
* `backend/internal/server/router.go`
* `backend/internal/utils/response.go`
* `frontend/src/app/authorize/page.tsx`
* `frontend/src/app/layout.tsx`
* `frontend/src/app/login/page.tsx`
* `frontend/src/app/page.tsx`
* `frontend/src/app/register/page.tsx`
* `frontend/src/components/authorize/AuthorizeLayout.tsx`
* `frontend/src/components/authorize/ConsentScreen.tsx`
* `frontend/src/components/ui/Button.tsx`
* `frontend/src/lib/api.ts`
* `frontend/src/lib/globals/api/GeneralClient.ts`
* `frontend/src/lib/oidc.ts`
* `frontend/src/lib/utils.ts`
@coderabbitai coderabbitai bot requested a review from zeedivx December 17, 2025 21:54
@coderabbitai coderabbitai bot mentioned this pull request Dec 17, 2025
@coderabbitai
Copy link
Contributor Author

coderabbitai bot commented Dec 17, 2025

Important

Review skipped

CodeRabbit bot authored PR detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@zeedivx zeedivx merged commit 0cf98b2 into feat/oidc Dec 17, 2025
1 check passed
@zeedivx zeedivx deleted the coderabbitai/docstrings/4457d6e branch December 17, 2025 21:56
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.

1 participant