Creating a feature request on this project, to match #1036780: Drupal.org should collect stats on enabled sub-modules and core modules.

This issue is about collecting, storing and processing the new data.

For display, see #1627676: Display stats on enabled components (e.g. modules included in a project)

CommentFileSizeAuthor
#5 submodule-untested.patch8.53 KBbdragon
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Mike Wacker’s picture

#1036780: Drupal.org should collect stats on enabled sub-modules and core modules is committed to D8 and currently in the process of being backported to D7. We need someone to start driving this issue from the Drupal.org side of things.

The new URL will look something like this, with the list parameter being new (%2c is a URL-encoded comma):

http://www.example.com?sitekey=[sitekey]&version=[version]&list=[module1]%2c[module2]%2c[more modules...>]
bdragon’s picture

Assigned: Unassigned » bdragon

Is beink my job.

bdragon’s picture

I'll have to update the regexp to see the new info and stick it into storage.
I will also have to double check the vcl to ensure that it continues to cache.

dww’s picture

Cool, thanks! FYI, I edited the summary to provide a bit more context and to link to #1627676: Display stats on enabled components (e.g. modules included in a project) to discuss where/how to display this data.

Cheers,
-Derek

bdragon’s picture

Status: Active » Needs work
FileSize
8.53 KB

Note: The system handles the new syntax just fine with no changes.

Here's a _completely_ untested patch that theoretically adds storage for the components.

hass’s picture

Status: Needs work » Needs review

Clean patch. Look like this needs a review, isn't it?

hass’s picture

Issue summary: View changes

added a bit more context to the summary, and added a link to #1627676 for display

Pasqualle’s picture

Version: 6.x-1.x-dev » 7.x-2.x-dev
Issue summary: View changes
kattekrab’s picture

Assigned: bdragon » Unassigned
Issue tags: -Platform Initiative

Patches have been committed to D7 and D8 to enable us to collect more information about installed contrib modules, sub modules, and core modules. But it seems we still need to loop back and get Drupal.org to listen for this info, record it, and ultimately display it somewhere useful.

I think this patch does some of that, but it's dropped off the radar a bit whilst we've been focussing on other things. I wonder if we can pick up this thread again, now that there's a team at the DA working on D.O.

Unassigning from @bdragon for now, to open up for someone else to take a look.

kattekrab’s picture

So... apparently, we've all been sending this data for some time now, but not collecting it.

We should really look at fixing that.

Mixologic’s picture

We've been collecting it, and parsing it, and have it stored on loghost since feb 2015. We can probably close this issue and ensure that the follow up is followed up on #1627676: Display stats on enabled components (e.g. modules included in a project)

kattekrab’s picture

Nice!

So, that means we've got a year's worth of data to play with!

Cool.

Thanks @mixologic and @bdragon.

I'm going to take the plunge and call this fixed!

kattekrab’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.