Stable branch activity not reflected in statistics

Bug #1239816 reported by Rochelle Grober
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Stackalytics
Fix Released
High
Ilya Shakhat

Bug Description

The developer/reviewer activity on the stable branches (Grizzly, et. al.) is not reflected in the statistics displayed on the site. No code submissions or reviews are appearing.

Conversing with Nicholas Chase, he sent a code snippet that might be where the problem lies. Note that for the stable branches, the collection is from tag to tag and it has not been updated recently. In reality, the collection period should be from creation point to Grizzly "HEAD". This would eliminate the need for editing the code every time a tag is added and keep the reporting consistent. Or, however you figure out to make this work.

You can look at my contributions and statistics to easily see that the stats don't match the contributions (bug fix backported to Grizzly not shown in stats).

"repos": [
        {
            "branches": ["master"],
            "module": "nova",
            "project_type": "openstack",
            "project_group": "core",
            "uri": "git://github.com/openstack/nova.git",
            "releases": [
                {
                    "release_name": "Essex",
                    "tag_from": "2011.3",
                    "tag_to": "2012.1"
                },
                {
                    "release_name": "Folsom",
                    "tag_from": "2012.1",
                    "tag_to": "2012.2"
                },
                {
                    "release_name": "Grizzly",
                    "tag_from": "2012.2",
                    "tag_to": "2013.1"
                },
                {
                    "release_name": "Havana",
                    "tag_from": "2013.1",
                    "tag_to": "HEAD"
                }
            ]
        }
  ]

Ilya Shakhat (shakhat)
Changed in stackalytics:
importance: Undecided → High
assignee: nobody → Ilya Shakhat (shakhat)
status: New → Triaged
Ilya Shakhat (shakhat)
Changed in stackalytics:
status: Triaged → In Progress
milestone: none → 0.3
Ilya Shakhat (shakhat)
Changed in stackalytics:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.