project "todo" does not show when queried by api
Created by: mumblez
Very strange issue, am on gitlab 7.6.2
I have a project named "todo" but when querying the api to list all projects it does not show. e.g. curl --header "PRIVATE-TOKEN: $GL_KEY" -k -s "${GL_API_URL}/projects" (GL_API_URL="https:///api/v3")
Other projects appear fine.
Can access via web interface and if I query the projects database table can also see it there.
Any ideas? (doesn't like "todo"?)