Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vertex attributes #67

Closed
wants to merge 21 commits into from
Closed

Add vertex attributes #67

wants to merge 21 commits into from

Commits on Dec 21, 2017

  1. Add commit count as vertex attribute

    Add methods required to add vertex attributes to the graph.
    Add method to calculate commit count as vertex attribute
    
    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    3ca6063 View commit details
    Browse the repository at this point in the history
  2. Add further vertex attributes

    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    cafa3ab View commit details
    Browse the repository at this point in the history
  3. Add author classification attribute

    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    32944cb View commit details
    Browse the repository at this point in the history
  4. Minor refactoring on vertex attributes

    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    fe2721c View commit details
    Browse the repository at this point in the history
  5. Fix implementation of active author range vertex attribute

    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    0371351 View commit details
    Browse the repository at this point in the history
  6. Rename util-covariates.R to util-networks-covariates.R

    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    39065fd View commit details
    Browse the repository at this point in the history
  7. Rename what parameter to aggregation

    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    e3c6510 View commit details
    Browse the repository at this point in the history
  8. Add comments to vertex attribute methods

    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    cd261ad View commit details
    Browse the repository at this point in the history
  9. Refactor code of vertex attributes

    - Rename aggregation to aggregation.level and all to project
    - Rename add.vertex.attributes.* methods to add.vertex.attribute.*
    - Rename compute.vertex.attribute.with.n2r to add.vertex.attribute
    - Rename compute.vertex.attribute to split.and.add.vertex.attribute
    - Move networks.to.ranges to util-split and
      rename it to split.data.by.networks
    - Remove explicit return statement where possible
    - Add missing documentation
    
    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    a8ca406 View commit details
    Browse the repository at this point in the history
  10. Extend add.vertex.attribute.first.activity to work on mail, commits a…

    …nd issues
    
    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    288c927 View commit details
    Browse the repository at this point in the history
  11. Add default value for missing vertex attributes

    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    d7d8986 View commit details
    Browse the repository at this point in the history
  12. Improve author role classification

    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    2549f2b View commit details
    Browse the repository at this point in the history
  13. Add explicit return

    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    bca66be View commit details
    Browse the repository at this point in the history
  14. Add test for splitting project data

    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    efd9b2d View commit details
    Browse the repository at this point in the history
  15. Add multiple tests for vertex attributes

    Add test for add.vertex.attribute
    Add test for split.and.add.vertex.attribute
    Add test for add.vertex.attribute.commit.count
    Add test for add.vertex.attribute.author.email
    Add test for add.vertex.attribute.artifact.count
    Add test for add.vertex.attribute.first.activity
    
    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    06ec950 View commit details
    Browse the repository at this point in the history
  16. Fix network attribute unit tests

    The tests were referencing to a wrong project data variable
    
    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    df52ac7 View commit details
    Browse the repository at this point in the history
  17. Fix artifact count attribute implementation

    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    8ae1abf View commit details
    Browse the repository at this point in the history
  18. Add tests for network vertex attributes

    Add test for add.vertex.attribute.author.role.simple
    Add test for add.vertex.attribute.active.ranges
    
    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    b9f0bd3 View commit details
    Browse the repository at this point in the history
  19. Comments for network-covariates tests

    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    3e20fb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. Add more vertex attributes

    Add artifact attributes
    Add commit count based on committer
    
    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    9f53875 View commit details
    Browse the repository at this point in the history
  2. Add tests for artifact vertex attributes

    Signed-off-by: Felix Prasse <[email protected]>
    Felix Prasse committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    a002dfa View commit details
    Browse the repository at this point in the history