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

Closed
Open
Created Sep 13, 2013 by Administrator@rootOwner

Data missing on Milestone events in Newsfeed/atom feed.

Created by: AngeloStavrow

When going through the XML for a group's newsfeed, milestone events end up with empty data for key fields (<link>, <title>, <summary>).

Steps To Reproduce:

  1. Create a new milestone in any project.
  2. Click on the RSS feed link to open the XML source.
  3. Inspect the XML element from the milestone.

Expected Behaviour:

All fields for a milestone event should be populated with the relevant data.

Observed Behaviour:

The <link>, <title>, and <summary> fields for a milestone event are not populated with any data.

Sample Output:

<entry>
    <id>tag:REDACTED,2013-09-13:331</id>
    <link href=""/>
    <title></title>
    <updated>2013-09-13T15:30:03Z</updated>
    <media:thumbnail width="40" height="40" url="http://www.gravatar.com/avatar/REDACTED?s=40&amp;d=mm"/>
    <author>
      <name>REDACTED</name>
      <email>REDACTED</email>
    </author>
    <summary></summary>
  </entry>

Output of Checks:

Gitlab version: 6.0.1 (d422ee0f)

Checking Environment ...

Git configured for git user? ... yes
Has python2? ... yes
python2 is supported version? ... yes

Checking Environment ... Finished

Checking GitLab Shell ...

GitLab Shell version >= 1.7.0 ? ... OK (1.7.0)
Repo base directory exists? ... yes
Repo base directory is a symlink? ... no
Repo base owned by git:git? ... yes
Repo base access is drwxrws---? ... yes
post-receive hook up-to-date? ... yes
post-receive hooks in repos are links: ...
REDACTED ... ok
REDACTED ... ok
REDACTED ... ok
REDACTED ... ok
REDACTED ... repository is empty
REDACTED ... repository is empty
REDACTED ... ok
REDACTED ... ok
REDACTED ... ok
REDACTED ... ok
REDACTED ... ok
REDACTED ... ok
REDACTED ... ok
REDACTED ... ok
REDACTED ... ok

Checking GitLab Shell ... Finished

Checking Sidekiq ...

Running? ... yes

Checking Sidekiq ... Finished

Checking GitLab ...

Database config exists? ... yes
Database is SQLite ... no
All migrations up? ... yes
GitLab config exists? ... yes
GitLab config outdated? ... no
Log directory writable? ... yes
Tmp directory writable? ... yes
Init script exists? ... yes
Init script up-to-date? ... no
  Try fixing it:
  Redownload the init script
  For more information see:
  doc/install/installation.md in section "Install Init Script"
  Please fix the error above and rerun the checks.
Projects have satellites? ...
REDACTED ... yes
REDACTED ... yes
REDACTED ... yes
REDACTED ... yes
REDACTED ... yes
REDACTED ... yes
REDACTED ... yes
REDACTED ... yes
REDACTED ... yes
REDACTED ... yes
REDACTED ... yes
REDACTED ... yes
REDACTED ... yes
REDACTED ... yes
REDACTED ... yes
Redis version >= 2.0.0? ... yes
Your git bin path is "/usr/bin/git"
Git version >= 1.7.10 ? ... yes (1.8.3)

Checking GitLab ... Finished
Assignee
Assign to
Time tracking