eclipse / repairnator

Software development bots for Github. Join the bot revolution! :star2::robot::star2::revolving_hearts:
MIT License
384 stars 83 forks source link

feat: SoraldBit runs directly from the realtime module #1246

Closed khaes-kth closed 2 years ago

khaes-kth commented 2 years ago

This adds a new mode to run the pipeline directly from the realtime-module, without using the docker image.

The pipeline and SoraldBot inside it have been adapted to work smoothly with this new mode.

monperrus commented 2 years ago

@khaes-kth some conflicts here. could we get green CI and merge?

khaes-kth commented 2 years ago

@monperrus Sure, I'll make it ready for merge next week (let's submit LighteR first)

khaes-kth commented 2 years ago

@monperrus : I think this is ready for review.

monperrus commented 2 years ago

Thanks a lot for the changes after our discussion @khaes-kth

Methods fetchAndProcessCommitsPeriodically and processSelectedCommits should be instance methods (and not static).

khaes-kth commented 2 years ago

Methods fetchAndProcessCommitsPeriodically and processSelectedCommits should be instance methods (and not static).

Fixed.

monperrus commented 2 years ago

Thanks a lot @khaes-kth