Skip to content

Commit

Permalink
Add latest changes from gitlab-org/gitlab@master
Browse files Browse the repository at this point in the history
  • Loading branch information
GitLab Bot committed Nov 26, 2020
1 parent 846ebeb commit f8bb647
Show file tree
Hide file tree
Showing 1,083 changed files with 1,193 additions and 1,177 deletions.
5 changes: 5 additions & 0 deletions changelogs/unreleased/273098-regulated-compliance-labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Add regulated field to compliance management frameworks
merge_request: 47761
author:
type: added
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# frozen_string_literal: true

class AddRegulatedToComplianceFrameworks < ActiveRecord::Migration[6.0]
DOWNTIME = false

def change
add_column(:compliance_management_frameworks, :regulated, :boolean, default: true, null: false)
end
end
1 change: 1 addition & 0 deletions db/schema_migrations/20201116090328
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
39a109d2a0daaac6e5d40b13ee48f5388b85320c1ae6214408596417794307f3
1 change: 1 addition & 0 deletions db/structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11291,6 +11291,7 @@ CREATE TABLE compliance_management_frameworks (
description text NOT NULL,
color text NOT NULL,
namespace_id integer NOT NULL,
regulated boolean DEFAULT true NOT NULL,
CONSTRAINT check_08cd34b2c2 CHECK ((char_length(color) <= 10)),
CONSTRAINT check_1617e0b87e CHECK ((char_length(description) <= 255)),
CONSTRAINT check_ab00bc2193 CHECK ((char_length(name) <= 255))
Expand Down
1 change: 1 addition & 0 deletions doc/.vale/gitlab/Substitutions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ link: https://about.gitlab.com/handbook/communication/#top-misused-terms
level: error
ignorecase: true
swap:
Customer [Pp]ortal: Customers Portal
frontmatter: front matter
GitLabber: GitLab team member
GitLab-shell: GitLab Shell
Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: none
group: unassigned
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
comments: false
description: 'Learn how to use and administer GitLab, the most scalable Git-based fully integrated platform for software development.'
---
Expand Down
2 changes: 1 addition & 1 deletion doc/administration/audit_events.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Manage
group: Compliance
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# Audit Events **(STARTER)**
Expand Down
2 changes: 1 addition & 1 deletion doc/administration/audit_reports.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Manage
group: Compliance
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
description: 'Learn how to create evidence artifacts typically requested by a 3rd party auditor.'
---

Expand Down
2 changes: 1 addition & 1 deletion doc/administration/auditor_users.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: none
group: unassigned
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# Auditor users **(PREMIUM ONLY)**
Expand Down
2 changes: 1 addition & 1 deletion doc/administration/auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: false
type: index
stage: Manage
group: Access
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# GitLab authentication and authorization
Expand Down
2 changes: 1 addition & 1 deletion doc/administration/auth/atlassian.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: reference
stage: Manage
group: Access
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# Atlassian OmniAuth Provider
Expand Down
2 changes: 1 addition & 1 deletion doc/administration/auth/authentiq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: reference
stage: Manage
group: Access
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# Authentiq OmniAuth Provider
Expand Down
2 changes: 1 addition & 1 deletion doc/administration/auth/cognito.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: concepts, howto
stage: Manage
group: Access
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# Amazon Web Services Cognito
Expand Down
2 changes: 1 addition & 1 deletion doc/administration/auth/crowd.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: reference
stage: Manage
group: Access
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# Atlassian Crowd OmniAuth Provider
Expand Down
2 changes: 1 addition & 1 deletion doc/administration/auth/jwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: reference
stage: Manage
group: Access
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# JWT OmniAuth provider
Expand Down
2 changes: 1 addition & 1 deletion doc/administration/auth/ldap/google_secure_ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: reference
stage: Manage
group: Access
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# Google Secure LDAP **(CORE ONLY)**
Expand Down
2 changes: 1 addition & 1 deletion doc/administration/auth/ldap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: reference
stage: Manage
group: Access
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# General LDAP Setup
Expand Down
2 changes: 1 addition & 1 deletion doc/administration/auth/ldap/ldap-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: reference
stage: Manage
group: Access
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# LDAP Troubleshooting for Administrators
Expand Down
2 changes: 1 addition & 1 deletion doc/administration/auth/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: reference
stage: Manage
group: Access
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# OpenID Connect OmniAuth provider
Expand Down
2 changes: 1 addition & 1 deletion doc/administration/auth/okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: reference
stage: Manage
group: Access
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# Okta SSO provider
Expand Down
2 changes: 1 addition & 1 deletion doc/administration/auth/smartcard.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Manage
group: Access
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: reference
---

Expand Down
2 changes: 1 addition & 1 deletion doc/administration/compliance.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Manage
group: Compliance
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# Compliance features
Expand Down
2 changes: 1 addition & 1 deletion doc/administration/consul.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: none
group: unassigned
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: reference
---

Expand Down
2 changes: 1 addition & 1 deletion doc/administration/database_load_balancing.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Database
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# Database Load Balancing **(PREMIUM ONLY)**
Expand Down
2 changes: 1 addition & 1 deletion doc/administration/environment_variables.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Distribution
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: reference
---

Expand Down
2 changes: 1 addition & 1 deletion doc/administration/external_pipeline_validation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Verify
group: Continuous Integration
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: reference, howto
---

Expand Down
2 changes: 1 addition & 1 deletion doc/administration/file_hooks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Create
group: Source Code
info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers"
info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments"
type: reference
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
2 changes: 1 addition & 1 deletion doc/administration/geo/disaster_recovery/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
2 changes: 1 addition & 1 deletion doc/administration/geo/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
2 changes: 1 addition & 1 deletion doc/administration/geo/replication/configuration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
2 changes: 1 addition & 1 deletion doc/administration/geo/replication/datatypes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
2 changes: 1 addition & 1 deletion doc/administration/geo/replication/disable_geo.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
2 changes: 1 addition & 1 deletion doc/administration/geo/replication/docker_registry.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
2 changes: 1 addition & 1 deletion doc/administration/geo/replication/faq.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
2 changes: 1 addition & 1 deletion doc/administration/geo/replication/geo_validation_tests.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
2 changes: 1 addition & 1 deletion doc/administration/geo/replication/multiple_servers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
2 changes: 1 addition & 1 deletion doc/administration/geo/replication/object_storage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
2 changes: 1 addition & 1 deletion doc/administration/geo/replication/remove_geo_node.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
2 changes: 1 addition & 1 deletion doc/administration/geo/replication/security_review.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stage: Enablement
group: Geo
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
---

Expand Down
Loading

0 comments on commit f8bb647

Please sign in to comment.