Skip to content

Compute history #149

Closed
Closed
@edwinkortman

Description

Belongs to #135

This message, and it's handler are going to determine SHA hashes that need to be checked out. For each SHA hash that needs to be checked out create an event. This happens as a reaction to the git repository being cloned in #148.

Things to do

  • GitRepositoryClonedEvent.Handle
    • Passes the ComputeHistoryActivity to the message bus
  • ComputeHistoryActivity
    • Param: Analysis id
    • Param: Repository id
  • ComputeHistoryActivity.Handle method
    • Call the ComputeHistory service
    • Per HistoryIntervalStop found, emit Event HistoryIntervalStopFound
  • HistoryIntervalStopFoundEvent
    • Param: repository identifier
    • Param: commit identifier

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

  • Status

    Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions