Skip to content

Develop#291

Closed
ucswift wants to merge 7 commits intomasterfrom
develop
Closed

Develop#291
ucswift wants to merge 7 commits intomasterfrom
develop

Conversation

@ucswift
Copy link
Member

@ucswift ucswift commented Mar 8, 2026

No description provided.

@request-info
Copy link

request-info bot commented Mar 8, 2026

Thanks for opening this, but we'd appreciate a little more information. Could you update it with more details?

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 8, 2026

Important

Review skipped

Too many files!

This PR contains 217 files, which is 67 over the limit of 150.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e80a036f-4aa6-42d4-8df1-63bd0ada4d19

📥 Commits

Reviewing files that changed from the base of the PR and between 3a5b033 and e96eb34.

📒 Files selected for processing (217)
  • .coderabbit.yaml
  • Core/Resgrid.Localization/Areas/User/Inventory/Inventory.cs
  • Core/Resgrid.Localization/Areas/User/Inventory/Inventory.de.resx
  • Core/Resgrid.Localization/Areas/User/Inventory/Inventory.en.resx
  • Core/Resgrid.Localization/Areas/User/Inventory/Inventory.es.resx
  • Core/Resgrid.Localization/Areas/User/Inventory/Inventory.fr.resx
  • Core/Resgrid.Localization/Areas/User/Inventory/Inventory.it.resx
  • Core/Resgrid.Localization/Areas/User/Inventory/Inventory.pl.resx
  • Core/Resgrid.Localization/Areas/User/Inventory/Inventory.sv.resx
  • Core/Resgrid.Localization/Areas/User/Inventory/Inventory.uk.resx
  • Core/Resgrid.Localization/Areas/User/Logs/Logs.de.resx
  • Core/Resgrid.Localization/Areas/User/Logs/Logs.en.resx
  • Core/Resgrid.Localization/Areas/User/Logs/Logs.es.resx
  • Core/Resgrid.Localization/Areas/User/Logs/Logs.fr.resx
  • Core/Resgrid.Localization/Areas/User/Logs/Logs.it.resx
  • Core/Resgrid.Localization/Areas/User/Logs/Logs.pl.resx
  • Core/Resgrid.Localization/Areas/User/Logs/Logs.sv.resx
  • Core/Resgrid.Localization/Areas/User/Logs/Logs.uk.resx
  • Core/Resgrid.Localization/Areas/User/Personnel/Person.de.resx
  • Core/Resgrid.Localization/Areas/User/Personnel/Person.en.resx
  • Core/Resgrid.Localization/Areas/User/Personnel/Person.es.resx
  • Core/Resgrid.Localization/Areas/User/Personnel/Person.fr.resx
  • Core/Resgrid.Localization/Areas/User/Personnel/Person.it.resx
  • Core/Resgrid.Localization/Areas/User/Personnel/Person.pl.resx
  • Core/Resgrid.Localization/Areas/User/Personnel/Person.sv.resx
  • Core/Resgrid.Localization/Areas/User/Personnel/Person.uk.resx
  • Core/Resgrid.Localization/Areas/User/Shifts/Shifts.de.resx
  • Core/Resgrid.Localization/Areas/User/Shifts/Shifts.en.resx
  • Core/Resgrid.Localization/Areas/User/Shifts/Shifts.es.resx
  • Core/Resgrid.Localization/Areas/User/Shifts/Shifts.fr.resx
  • Core/Resgrid.Localization/Areas/User/Shifts/Shifts.it.resx
  • Core/Resgrid.Localization/Areas/User/Shifts/Shifts.pl.resx
  • Core/Resgrid.Localization/Areas/User/Shifts/Shifts.sv.resx
  • Core/Resgrid.Localization/Areas/User/Shifts/Shifts.uk.resx
  • Core/Resgrid.Model/Repositories/IWorkflowRunLogRepository.cs
  • Core/Resgrid.Model/Repositories/IWorkflowRunRepository.cs
  • Core/Resgrid.Model/Repositories/IWorkflowStepRepository.cs
  • Core/Resgrid.Model/TwoFactor/TwoFactorEnforcementContext.cs
  • Core/Resgrid.Model/TwoFactor/TwoFactorEnforcementDecision.cs
  • Core/Resgrid.Model/TwoFactor/TwoFactorEnforcementEvaluator.cs
  • Core/Resgrid.Services/DepartmentGroupsService.cs
  • Core/Resgrid.Services/WorkflowService.cs
  • Repositories/Resgrid.Repositories.DataRepository/Queries/Workflows/DeleteWorkflowRunLogsByWorkflowIdQuery.cs
  • Repositories/Resgrid.Repositories.DataRepository/Queries/Workflows/DeleteWorkflowRunLogsByWorkflowRunIdQuery.cs
  • Repositories/Resgrid.Repositories.DataRepository/Queries/Workflows/DeleteWorkflowRunsByWorkflowIdQuery.cs
  • Repositories/Resgrid.Repositories.DataRepository/Queries/Workflows/DeleteWorkflowStepsByWorkflowIdQuery.cs
  • Repositories/Resgrid.Repositories.DataRepository/WorkflowRunLogRepository.cs
  • Repositories/Resgrid.Repositories.DataRepository/WorkflowRunRepository.cs
  • Repositories/Resgrid.Repositories.DataRepository/WorkflowStepRepository.cs
  • Tests/Resgrid.Tests/Web/TwoFactorEnforcementEvaluatorTests.cs
  • Web/Resgrid.Web.Services/Helpers/ClaimsAuthorizationHelper.cs
  • Web/Resgrid.Web/Areas/User/Controllers/DispatchController.cs
  • Web/Resgrid.Web/Areas/User/Controllers/DistributionListsController.cs
  • Web/Resgrid.Web/Areas/User/Controllers/GroupsController.cs
  • Web/Resgrid.Web/Areas/User/Controllers/LogsController.cs
  • Web/Resgrid.Web/Areas/User/Controllers/PersonnelController.cs
  • Web/Resgrid.Web/Areas/User/Models/Calls/UpdateCallView.cs
  • Web/Resgrid.Web/Areas/User/Models/Dispatch/CallListJson.cs
  • Web/Resgrid.Web/Areas/User/Models/Logs/LogExportView.cs
  • Web/Resgrid.Web/Areas/User/Models/Logs/ViewLogsView.cs
  • Web/Resgrid.Web/Areas/User/Models/Personnel/PersonnelEventJson.cs
  • Web/Resgrid.Web/Areas/User/Models/Personnel/ViewPersonEventsView.cs
  • Web/Resgrid.Web/Areas/User/Models/Reports/Personnel/PersonnelEventsReportView.cs
  • Web/Resgrid.Web/Areas/User/Views/Connect/Posts.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Department/CallSettings.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Department/TextSettings.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Department/_RecipientsGridPartial.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Department/_SmallStationGroupsGridPartial.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Dispatch/AddArchivedCall.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Dispatch/ArchivedCalls.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Dispatch/CallExport.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Dispatch/CallExportEx.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Dispatch/Dashboard.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Dispatch/NewCall.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Dispatch/UpdateCall.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Dispatch/_SmallActiveCallsGridPartial.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Dispatch/_SmallCallsGridPartial.cshtml
  • Web/Resgrid.Web/Areas/User/Views/DistributionLists/EditList.cshtml
  • Web/Resgrid.Web/Areas/User/Views/DistributionLists/NewList.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Groups/EditGroup.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Groups/NewGroup.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Home/EditUserProfile.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Inventory/AddType.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Inventory/Adjust.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Inventory/EditType.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Inventory/History.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Inventory/Index.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Inventory/ManageTypes.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Inventory/ViewEntry.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Links/View.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Logs/Index.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Logs/LogExport.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Logs/ViewLog.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Logs/_UnitLogBlockPartial.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Mapping/ViewType.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Messages/Compose.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Messages/Inbox.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Messages/Outbox.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Notifications/New.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Orders/Index.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Personnel/ViewEvents.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Personnel/ViewPerson.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Profile/Reporting.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Profile/ViewSchedules.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Reports/ActionLogs.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Reports/ActiveCallsResourcesReport.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Reports/CallSummaryReport.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Reports/CertificationsReport.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Reports/DepartmentActivityReport.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Reports/LogReport.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Reports/PersonnelEventsReport.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Reports/PersonnelHoursDetailReport.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Reports/PersonnelHoursReport.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Reports/PersonnelReport.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Reports/PersonnelStaffingHistoryReport.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Reports/StaffingReport.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Reports/UnitEventsReport.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Reports/UnitStateHistoryReport.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Reports/UpcomingShiftReadinessReport.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Security/Audits.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Shared/_UserLayout.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Shifts/EditShiftDays.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Shifts/EditShiftDetails.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Shifts/EditShiftGroups.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Shifts/FinishTrade.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Shifts/Index.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Shifts/NewShift.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Shifts/ProcessTrade.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Shifts/RequestTrade.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Shifts/ShiftCalendar.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Shifts/ShiftStaffing.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Shifts/Signup.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Shifts/SignupSuccess.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Shifts/ViewShift.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Shifts/YourShifts.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Subscription/ViewInvoice.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Units/ViewEvents.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Units/_SmallUnitsGridPartial.cshtml
  • Web/Resgrid.Web/Areas/User/Views/Workshifts/New.cshtml
  • Web/Resgrid.Web/Attributes/RequiresRecentTwoFactorAttribute.cs
  • Web/Resgrid.Web/Helpers/ClaimsAuthorizationHelper.cs
  • Web/Resgrid.Web/Startup.cs
  • Web/Resgrid.Web/Views/Account/CompletedInvite.cshtml
  • Web/Resgrid.Web/Views/Account/Lockout.cshtml
  • Web/Resgrid.Web/Views/Account/MissingCode.cshtml
  • Web/Resgrid.Web/Views/Account/MissingInvite.cshtml
  • Web/Resgrid.Web/Views/Shared/Error.cshtml
  • Web/Resgrid.Web/Views/Shared/Unauthorized.cshtml
  • Web/Resgrid.Web/libman.json
  • Web/Resgrid.Web/wwwroot/js/app/internal/calendar/resgrid.calendar.editEntry.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/calendar/resgrid.calendar.newEntry.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/command/resgrid.commands.newcommand.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/connect/resgrid.connect.posts.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/department/resgrid.department.callsettings.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/department/resgrid.department.recipientsgrid.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/department/resgrid.department.settings.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/department/resgrid.department.smallstationsgrid.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/department/resgrid.department.textsettings.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.addArchivedCall.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.archive.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.dashboard.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.editcall.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.newcall.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.smallallcallgrid.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.smallcallgrid.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/dlist/resgrid.dlists.editlist.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/dlist/resgrid.dlists.newlist.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/documents/resgrid.documents.newdocument.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/files/resgrid.files.upload.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/groups/resgrid.groups.editgroup.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/groups/resgrid.groups.geofence.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/groups/resgrid.groups.newgroup.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/home/resgrid.home.dashboard.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/home/resgrid.home.edituserprofile.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.addType.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.adjust.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.history.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.index.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.manageTypes.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/links/resgrid.links.viewdata.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/logs/resgrid.logs.index.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/logs/resgrid.logs.newlog.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/mapping/resgrid.mapping.importPois.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/mapping/resgrid.mapping.viewType.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/messages/resgrid.messages.compose.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/messages/resgrid.messages.inbox.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/messages/resgrid.messages.outbox.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/messages/resgrid.messages.topPartial.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/notifications/resgrid.notifications.addNotification.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/orders/resgrid.orders.fill.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/orders/resgrid.orders.index.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/orders/resgrid.orders.settings.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/personnel/resgrid.personnel.addperson.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/personnel/resgrid.personnel.editRole.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/personnel/resgrid.personnel.viewevents.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/profile/resgrid.profile.addcertification.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/profile/resgrid.profile.addscheduledreport.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/profile/resgrid.profile.addstaffingschedule.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/profile/resgrid.profile.editcertification.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/profile/resgrid.profile.reporting.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/profile/resgrid.profile.schedule.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/protocols/resgrid.protocols.newprotocol.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/security/resgrid.security.audits.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/security/resgrid.security.permissions.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.calendar.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.editshiftdetails.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.editshiftgroups.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.index.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.newshift.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.processtrade.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.requesttrade.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.shiftStaffing.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/training/resgrid.training.newtraining.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/units/resgrid.units.smallunitsgrid.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/units/resgrid.units.viewevents.js
  • Web/Resgrid.Web/wwwroot/js/app/internal/workshifts/resgrid.workshifts.new.js
  • Web/Resgrid.Web/wwwroot/js/app/resgrid.js

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

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch develop

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.

@ucswift
Copy link
Member Author

ucswift commented Mar 8, 2026

@coderabbitai configuration

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 8, 2026

Configuration used: defaults

CodeRabbit configuration
language: en-US
tone_instructions: ''
early_access: false
enable_free_tier: true
inheritance: false
reviews:
  profile: chill
  request_changes_workflow: false
  high_level_summary: true
  high_level_summary_instructions: ''
  high_level_summary_placeholder: '@coderabbitai summary'
  high_level_summary_in_walkthrough: false
  auto_title_placeholder: '@coderabbitai'
  auto_title_instructions: ''
  review_status: true
  review_details: false
  commit_status: true
  fail_commit_status: false
  collapse_walkthrough: true
  changed_files_summary: true
  sequence_diagrams: true
  estimate_code_review_effort: true
  assess_linked_issues: true
  related_issues: true
  related_prs: true
  suggested_labels: true
  labeling_instructions: []
  auto_apply_labels: false
  suggested_reviewers: true
  auto_assign_reviewers: false
  in_progress_fortune: true
  poem: true
  enable_prompt_for_ai_agents: true
  path_filters: []
  path_instructions: []
  abort_on_close: true
  disable_cache: false
  auto_review:
    enabled: true
    description_keyword: ''
    auto_incremental_review: true
    auto_pause_after_reviewed_commits: 5
    ignore_title_keywords: []
    labels: []
    drafts: false
    base_branches: []
    ignore_usernames: []
  finishing_touches:
    docstrings:
      enabled: true
    unit_tests:
      enabled: true
    simplify:
      enabled: false
    custom: []
  pre_merge_checks:
    override_requested_reviewers_only: false
    docstrings:
      mode: warning
      threshold: 80
    title:
      mode: warning
      requirements: ''
    description:
      mode: warning
    issue_assessment:
      mode: warning
    custom_checks: []
  tools:
    ast-grep:
      rule_dirs: []
      util_dirs: []
      essential_rules: true
      packages: []
    shellcheck:
      enabled: true
    ruff:
      enabled: true
    markdownlint:
      enabled: true
    github-checks:
      enabled: true
      timeout_ms: 90000
    languagetool:
      enabled: true
      enabled_rules: []
      disabled_rules: []
      enabled_categories: []
      disabled_categories: []
      enabled_only: false
      level: default
    biome:
      enabled: true
    hadolint:
      enabled: true
    swiftlint:
      enabled: true
    phpstan:
      enabled: true
      level: default
    phpmd:
      enabled: true
    phpcs:
      enabled: true
    golangci-lint:
      enabled: true
    yamllint:
      enabled: true
    gitleaks:
      enabled: true
    trufflehog:
      enabled: true
    checkov:
      enabled: true
    tflint:
      enabled: true
    detekt:
      enabled: true
    eslint:
      enabled: true
    flake8:
      enabled: true
    fortitudeLint:
      enabled: true
    rubocop:
      enabled: true
    buf:
      enabled: true
    regal:
      enabled: true
    actionlint:
      enabled: true
    pmd:
      enabled: true
    clang:
      enabled: true
    cppcheck:
      enabled: true
    opengrep:
      enabled: true
    semgrep:
      enabled: true
    circleci:
      enabled: true
    clippy:
      enabled: true
    sqlfluff:
      enabled: true
    trivy:
      enabled: true
    prismaLint:
      enabled: true
    pylint:
      enabled: true
    oxc:
      enabled: true
    shopifyThemeCheck:
      enabled: true
    luacheck:
      enabled: true
    brakeman:
      enabled: true
    dotenvLint:
      enabled: true
    htmlhint:
      enabled: true
    stylelint:
      enabled: true
    checkmake:
      enabled: true
    osvScanner:
      enabled: true
    blinter:
      enabled: true
    smartyLint:
      enabled: true
    emberTemplateLint:
      enabled: true
    psscriptanalyzer:
      enabled: true
chat:
  art: true
  auto_reply: true
  integrations:
    jira:
      usage: auto
    linear:
      usage: auto
knowledge_base:
  opt_out: false
  web_search:
    enabled: true
  code_guidelines:
    enabled: true
    filePatterns: []
  learnings:
    scope: auto
  issues:
    scope: auto
  jira:
    usage: auto
    project_keys: []
  linear:
    usage: auto
    team_keys: []
  pull_requests:
    scope: auto
  mcp:
    usage: auto
    disabled_servers: []
  linked_repositories: []
code_generation:
  docstrings:
    language: en-US
    path_instructions: []
  unit_tests:
    path_instructions: []
issue_enrichment:
  auto_enrich:
    enabled: false
  planning:
    enabled: true
    auto_planning:
      enabled: true
      labels: []
  labeling:
    labeling_instructions: []
    auto_apply_labels: false

@ucswift ucswift closed this Mar 8, 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