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:
- Create a new milestone in any project.
- Click on the RSS feed link to open the XML source.
- 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&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