Skip to content

Latest commit

 

History

History

week-10

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Coding Period 3 Work

semana diez

  • I was focusing on writing down 📝 results obtained from the gitlab pilot study 🚁 performed last week. vchrombie/gsoc#13 (comment)
  • Apart from that, I also worked on implementing githubqm enricher. All the enrichers, planned so far, are implemented. 💯
  • The metrics would be almost the same ones for the gitlabqm enricher. There is one minor change in the Pull Requests Comments. The comments data can be obtained as review comments in github raw data (this comes from the API). The PR comments and review comments are different. I followed this, keeping github2 (github comments) enricher of GrimoireLab-ELK in mind. vchrombie/gsoc#19
  • The implemented metrics are
    • number of issues created
    • number of issues closed
    • number of pull requests created
    • number of pull requests closed
    • number of pull requests merged
    • number of issue comments
    • number of review comments
    • number of issues attended
    • number of pull requests reviewed
  • For the next week, I'm planning to start with the documentation work of the project. As we now have the githubqm enricher, I'm planning to perform a pilot study on CHAOSS projects.