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
  • #8868

Closed
Open
Created Feb 25, 2015 by Administrator@rootOwner

Project avatar for older project does not show up.

Created by: eyecreate

New projects I created(or one made in last few versions of gitlab) have proper project avatars. Older projects from 6.x that were migrated will seem to upload the avatar, but will still show just the large letter. I checked the logs and it only shows 200s when uploading. I also see the avatar in the /tmp folder, so it looks like it got to the server, but something is still wrong.

Started PATCH "/group/project" for 74.60.225.185 at 2015-02-25 22:36:07 +0000
Processing by ProjectsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"tokenwashere", "project"=>{"name"=>"Project Name", "description"=>"", "default_branch"=>"master", "visibility_level"=>"0", "tag_list"=>"", "issues_enabled"=>"1", "merge_requests_enabled"=>"1", "wiki_enabled"=>"1", "snippets_enabled"=>"1", "avatar"=>#<ActionDispatch::Http::UploadedFile:0x00000001f6b188 @tempfile=#<Tempfile:/tmp/RackMultipart20150225-14159-18rxpm>, @original_filename="avatar.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"project[avatar]\"; filename=\"avatar.png\"\r\nContent-Type: image/png\r\n">}, "id"=>"group/project"}
Completed 200 OK in 85ms (Views: 39.8ms | ActiveRecord: 11.5ms)
Assignee
Assign to
Time tracking