Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,761
    • Issues 44,761
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,329
    • Merge requests 1,329
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #208412
Closed
Open
Issue created Feb 28, 2020 by Markus Koller@toupeira🌴Contributor

Group Level Wiki: BE Add new group settings to toggle wiki

Problem to solve

Group wikis need to be managed in the group settings, just like project wikis:

  1. Enable/disable wiki.
  2. Set wiki visibility.

Intended users

Further details

Proposal

This issue implements the necessary BE changes (adding new fields/models, exposing them through an API).

We can refactor the existing ProjectFeature functionality to support a GroupFeature. There was a previous attempt to do this in gitlab-foss!15060 (closed).

A breakdown of MRs:

  • Database migration !31712 (closed)
  • Model and validation
  • Extract common logic from ProjectFeature !31700 (merged)
  • Extract common logic from Project
  • Policy class
  • Controller action/helpers
  • Frontend view, JS & CSS

image

Permissions and Security

Group wiki settings should only be available to:

  • Group owners
  • Group maintainers?
  • Parent group owners/maintainers?

The visibility levels need to be restricted if the group or a parent group is private/internal.

Documentation

Availability & Testing

Links / references

Edited Feb 18, 2022 by Sarah Waldner
Assignee
Assign to
Time tracking