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
  • Issues
  • #9245

Closed
Open
Created May 06, 2015 by Administrator@rootOwner

project namespace error

Created by: neo-hu

curl --header "PRIVATE-TOKEN:ikQBZz7dSv9R-WxVspMY" http://10.3.30.100/api/v3/groups/

[{"id":4,"name":"y2","path":"y2","description":"23"},

{"id":2,"name":"testing","path":"testing","description":"testing"}]
curl --header "PRIVATE-TOKEN:ikQBZz7dSv9R-WxVspMY"  http://10.3.30.100/api/v3/projects/all
[{"id":10,"description":"","default_branch":null,"tag_list":[],"public":true,"archived":false,"visibility_level":20,"ssh_url_to_repo":"[email protected]:y2/nnn111111.git","http_url_to_repo":"http://10.3.30.100/y2/nnn111111.git","web_url":"http://10.3.30.100/y2/nnn111111","name":"nnn111111","name_with_namespace":"y2 / nnn111111","path":"nnn111111","path_with_namespace":"y2/nnn111111","issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"snippets_enabled":false,"created_at":"2015-05-06T04:44:20.276Z","last_activity_at":"2015-05-06T04:44:20.276Z","creator_id":1,"namespace":{"id":4,"name":"y2","path":"y2","owner_id":null,"created_at":"2015-05-05T09:51:16.658Z","updated_at":"2015-05-05T09:51:16.658Z","description":"23","avatar":{"url":null}},"avatar_url":null},{"id":9,"description":"asdsa2252111","default_branch":null,"tag_list":[],"public":false,"archived":false,"visibility_level":0,"ssh_url_to_repo":"[email protected]:root/asdsa2252111.git","http_url_to_repo":"http://10.3.30.100/root/asdsa2252111.git","web_url":"http://10.3.30.100/root/asdsa2252111","owner":{"name":"Administrator","username":"root","id":1,"state":"active","avatar_url":"http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=40\u0026d=identicon"},"name":"asdsa2252111","name_with_namespace":"Administrator / asdsa2252111","path":"asdsa2252111","path_with_namespace":"root/asdsa2252111","issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"snippets_enabled":false,"created_at":"2015-05-05T10:35:00.291Z","last_activity_at":"2015-05-05T10:35:00.291Z","creator_id":2,"namespace":{"id":1,"name":"root","path":"root","owner_id":1,"created_at":"2015-05-05T04:30:45.567Z","updated_at":"2015-05-05T04:30:45.567Z","description":"","avatar":null},"avatar_url":null}]
curl --header "PRIVATE-TOKEN:ikQBZz7dSv9R-WxVspMY" -d '' http://10.3.30.100/api/v3/groups/4/projects/10
{"message":"Failed to transfer project {:namespace=\u003e[\"is invalid\"]}"}

?

Assignee
Assign to
Time tracking