Skip to content

fix: Publish api docs workflow#71

Merged
StoynovAngel merged 4 commits into
mainfrom
fix/publish-api-docs-workflow
May 7, 2026
Merged

fix: Publish api docs workflow#71
StoynovAngel merged 4 commits into
mainfrom
fix/publish-api-docs-workflow

Conversation

@StoynovAngel
Copy link
Copy Markdown
Owner

@StoynovAngel StoynovAngel commented May 7, 2026

Summary by CodeRabbit

Release Notes

  • New Features

    • Launched new web-based admin dashboard with authentication and login functionality
    • Added Companies management page with full create, edit, and delete capabilities
    • Introduced sidebar navigation menu for accessing Dashboard, Companies, Drivers, Vehicles, and Users sections
    • Implemented session management with JWT-based authentication
  • Infrastructure

    • Enhanced build pipeline and development environment configuration

Stoynov added 2 commits May 6, 2026 17:54
…-api-docs workflow

The workflow was failing because:
1. Missing CORS_ALLOWED_ORIGINS environment variable required by SecurityConfig
2. Using wrong port (8081 instead of 8080) for OpenAPI docs endpoint
3. Improved git diff check to properly skip when no changes exist

Also updated env var names to match application.properties (DB_URL, DB_USERNAME, DB_PASSWORD instead of SPRING_DATASOURCE_*).
@StoynovAngel StoynovAngel force-pushed the fix/publish-api-docs-workflow branch from 71e77cd to e666f28 Compare May 7, 2026 06:15
coderabbitai[bot]

This comment was marked as off-topic.

Added condition to skip workflow when triggered by github-actions bot.
This prevents the workflow from running again when the docs PR is merged.

Also added pull-requests: write permission for gh pr create command.
@StoynovAngel StoynovAngel force-pushed the fix/publish-api-docs-workflow branch from e666f28 to 735a8a8 Compare May 7, 2026 06:16
Repository owner deleted a comment from coderabbitai Bot May 7, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 7, 2026

Warning

Rate limit exceeded

@StoynovAngel has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 50 minutes and 59 seconds before requesting another review.

To continue reviewing without waiting, purchase usage credits in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 2b6aaa0b-0359-4357-bb12-a567eb6a847f

📥 Commits

Reviewing files that changed from the base of the PR and between 92b3035 and 31e87cf.

📒 Files selected for processing (1)
  • .github/workflows/publish-api-docs.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/publish-api-docs-workflow

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

This reverts commit 8e7d25c.
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 7, 2026

@StoynovAngel StoynovAngel merged commit 36d5c57 into main May 7, 2026
7 checks passed
@StoynovAngel StoynovAngel changed the title Fix/publish api docs workflow fix: Publish api docs workflow May 7, 2026
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