Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Merge requests
  • !2051

Merged
Created Nov 23, 2012 by Administrator@rootOwner

User/Group namespaces for projects

  • Overview 15
  • Commits 27
  • Changes 83

Created by: dzaporozhets

Work In progress. Feel free to review

CHANGELOG:

  • added username field to user
  • rake task to fill usernames based on emails create namespaces for users
  • STI Group < Namespace
  • project has namespace_id
  • Projects with namespaces also namespaced in gitolite
  • Moving project to group will move it under group namespace
  • Moving repos when username changed
  • Ability to move project from namespaces to another

TODO:

  • tests
  • not only admins but a group owners too can add projects to group
  • improve admin area
  • add manage group page in group namespace

Details:

  • Clone: git clone git@localhost:dzaporozhets/projectname.git
  • Web: http://localhost/dzaporozhets/projectname
  1. New project

    Screen

  2. Projects list

    Screen

  3. Account page

    Screen

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: namespaces