Skip to content

Docs: Add aqualls as codeowner for some directories

Amy Qualls requested to merge docs-aqualls-add-codeowner into master

What does this MR do?

Adds myself as a codeowner for the some of the documentation pages owned by my two stages. I didn't try for hitting 100% of the pages, just the directories with multiple pages.

cc to @kbychu for Monitor, and @nagyv-gitlab for Configure.

Monitor:

[amyq] ~/dev/gitlab/gitlab/doc (master) $ grep -riI "stage: Monitor" .

./development/documentation/index.md:stage: Monitor
./user/incident_management/index.md:stage: Monitor
./user/project/status_page/index.md:stage: Monitor
./user/project/clusters/index.md:stage: Monitor
./user/project/operations/tracing.md:stage: Monitor
./user/project/operations/error_tracking.md:stage: Monitor
./user/project/integrations/prometheus.md:stage: Monitor
./user/project/integrations/prometheus_units.md:stage: Monitor
./user/project/integrations/generic_alerts.md:stage: Monitor
./user/project/integrations/prometheus_library/cloudwatch.md:stage: Monitor
./user/project/integrations/prometheus_library/kubernetes.md:stage: Monitor
./user/project/integrations/prometheus_library/haproxy.md:stage: Monitor
./user/project/integrations/prometheus_library/nginx.md:stage: Monitor
./user/project/integrations/prometheus_library/nginx_ingress.md:stage: Monitor
./user/project/integrations/prometheus_library/index.md:stage: Monitor
./user/project/integrations/prometheus_library/nginx_ingress_vts.md:stage: Monitor
./administration/audit_events.md:stage: Monitor
./administration/logs.md:stage: Monitor
./administration/monitoring/prometheus/registry_exporter.md:stage: Monitor
./administration/monitoring/prometheus/node_exporter.md:stage: Monitor
./administration/monitoring/prometheus/pgbouncer_exporter.md:stage: Monitor
./administration/monitoring/prometheus/index.md:stage: Monitor
./administration/monitoring/prometheus/redis_exporter.md:stage: Monitor
./administration/monitoring/prometheus/postgres_exporter.md:stage: Monitor
./administration/monitoring/prometheus/gitlab_metrics.md:stage: Monitor
./administration/monitoring/prometheus/gitlab_exporter.md:stage: Monitor

Configure:

$ grep -riI "stage: Configure" .

./ci/chatops/README.md:stage: Configure
./user/group/clusters/index.md:stage: Configure
./user/clusters/environments.md:stage: Configure
./user/clusters/crossplane.md:stage: Configure
./user/clusters/management_project.md:stage: Configure
./user/clusters/applications.md:stage: Configure
./user/project/clusters/serverless/index.md:stage: Configure
./user/project/clusters/serverless/aws.md:stage: Configure
./user/project/clusters/add_gke_clusters.md:stage: Configure
./user/project/clusters/add_remove_clusters.md:stage: Configure
./user/project/clusters/runbooks/index.md:stage: Configure
./user/project/clusters/kubernetes_pod_logs.md:stage: Configure
./user/project/clusters/add_eks_clusters.md:stage: Configure
./user/infrastructure/index.md:stage: Configure

Related issues

Author's checklist (required)

When applicable:

Review checklist

All reviewers can help ensure accuracy, clarity, completeness, and adherence to the Documentation Guidelines and Style Guide.

1. Primary Reviewer

  • Review by a code reviewer or other selected colleague to confirm accuracy, clarity, and completeness. This can be skipped for minor fixes without substantive content changes.

2. Technical Writer

  • Optional: Technical writer review. If not requested for this MR, must be scheduled post-merge. To request for this MR, assign the writer listed for the applicable DevOps stage.

3. Maintainer

  1. Review by assigned maintainer, who can always request/require the above reviews. Maintainer's review can occur before or after a technical writer review.
  2. Ensure a release milestone is set.
  3. If there has not been a technical writer review, create an issue for one using the Doc Review template.
Edited by Mike Lewis

Merge request reports