Skip to content

Remove obsolete parts#40

Closed
tmikula-dev wants to merge 17 commits intomasterfrom
feature/32-remove-obsolete-parts
Closed

Remove obsolete parts#40
tmikula-dev wants to merge 17 commits intomasterfrom
feature/32-remove-obsolete-parts

Conversation

@tmikula-dev
Copy link
Copy Markdown
Collaborator

Overview

This pull request introduces several significant updates to the organizational workflows repository, focusing on clarifying documentation, refactoring workflow and Python code structure, and improving usability for adopting teams. The main changes include a comprehensive documentation overhaul, removal and renaming of workflows for clarity, refactoring of the Python backend structure, and updates to workflow files and examples for consistency and ease of use.

These changes collectively make the repository easier to understand, adopt, and contribute to, while also modernizing the codebase and workflows for maintainability and future growth.

Release Notes

  • TBD

Related

Closes #32

@tmikula-dev tmikula-dev self-assigned this Apr 22, 2026
@tmikula-dev tmikula-dev added enhancement New feature or request refactoring Improving code quality, paying off tech debt, aligning APIs work in progress Work on this item is not yet finished (mainly intended for PRs) labels Apr 22, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 22, 2026

Warning

Rate limit exceeded

@tmikula-dev has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 1 minutes and 0 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 1 minutes and 0 seconds.

⌛ 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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6fa8f341-0464-4958-84aa-83d1ba866f85

📥 Commits

Reviewing files that changed from the base of the PR and between c937028 and e843472.

📒 Files selected for processing (57)
  • .coverage
  • .github/copilot-instructions.md
  • .github/workflows/aquasec-branch-comparison.yml
  • .github/workflows/aquasec-scan.yml
  • .github/workflows/remove-adept-to-close-on-issue-close.yml
  • README.md
  • docs/security/aquasec-night-scan-example.yml
  • docs/security/security.md
  • pyproject.toml
  • src/core/__init__.py
  • src/core/config.py
  • src/core/github/__init__.py
  • src/core/github/client.py
  • src/core/github/issues.py
  • src/core/github/projects.py
  • src/core/helpers.py
  • src/core/models.py
  • src/core/priority.py
  • src/core/rendering.py
  • src/security/__init__.py
  • src/security/alerts/__init__.py
  • src/security/alerts/models.py
  • src/security/alerts/parser.py
  • src/security/check_labels.py
  • src/security/collect_alert.py
  • src/security/constants.py
  • src/security/derive_team_security_metrics.py
  • src/security/extract_team_security_stats.py
  • src/security/issues/__init__.py
  • src/security/issues/builder.py
  • src/security/issues/models.py
  • src/security/issues/secmeta.py
  • src/security/issues/sync.py
  • src/security/issues/templates.py
  • src/security/main.py
  • src/security/notifications/__init__.py
  • src/security/notifications/teams.py
  • src/security/promote_alerts.py
  • src/security/send_notifications.py
  • src/security/utils/sec_events.py
  • tests/core/github/test_issues.py
  • tests/security/alerts/test_models.py
  • tests/security/alerts/test_parser.py
  • tests/security/conftest.py
  • tests/security/issues/test_builder.py
  • tests/security/issues/test_models.py
  • tests/security/issues/test_secmeta.py
  • tests/security/issues/test_sync.py
  • tests/security/issues/test_templates.py
  • tests/security/notifications/test_teams.py
  • tests/security/test_check_labels.py
  • tests/security/test_collect_alert.py
  • tests/security/test_constants.py
  • tests/security/test_main.py
  • tests/security/test_promote_alerts.py
  • tests/security/test_send_notifications.py
  • tests/security/utils/test_sec_events.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/32-remove-obsolete-parts

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.

@tmikula-dev tmikula-dev changed the base branch from master to dependabot/github_actions/master/github-actions-f35dcc049b April 22, 2026 09:08
@tmikula-dev tmikula-dev changed the base branch from dependabot/github_actions/master/github-actions-f35dcc049b to master April 22, 2026 09:09
@tmikula-dev
Copy link
Copy Markdown
Collaborator Author

This PR is being closed, since there was some GitHub error with comparing developer branch with current HEAD master. This solution is moved to different PR and branch: #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request refactoring Improving code quality, paying off tech debt, aligning APIs work in progress Work on this item is not yet finished (mainly intended for PRs)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove obsolete project parts

1 participant