Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D design
  • 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 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Primer
  • design
  • Merge requests
  • !39

Fix Contributors Data

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged emplums requested to merge fix-contributors into master Feb 27, 2019
  • Overview 2
  • Commits 2
  • Pipelines 0
  • Changes 2

This PR fixes a bug in which our commit data wasn't handling cases where there is no author data on a commit. This can happen when someone commits via the cli but isn't logged in. There's no github username to display or associated data that we're pulling from the author property. For now we're just omitting these commits and manually adding the contributor through the escape hatch

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-contributors