Skip to content
Snippets Groups Projects

Disable dashboard for already on-boarded projects (fixes #8).

Merged micah requested to merge disable_dashboard_harder into main
  1. Sep 18, 2023
    • micah's avatar
      Disable dashboard for already on-boarded projects (fixes #8). · 8b3dd9b3
      micah authored
      Because repository configurations *always* take precedence over the global
      configuration, if the global config says the dashboard is disabled, but the
      repository config enables it (via `config:base`) then the dashboard will be
      enabled.
      
      Existing on-boarded projects were on-boarded with the `config:base` preset,
      which includes the dashboard.
      
      Although the global on-boarding config is set now to disable the dashboard (see
      
      I believe this ignorePresets option will disable it even for those.
      Verified
      8b3dd9b3
Loading