You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be the path to get webhooks from different cloud version control platforms. Basically, it's just an orchestrator for the Version Control Engines.
it should:
load all VCE (aka Version Control Engines)
on each webhook request, run the VCE identifier (which will return true if the correct engine to use was found)
on each webhook request, run the VCE translator to translate raw PR data from the cloud version control platform, to PR type achievibit uses
on each webhook request, update the PR data, and on merge, also call the AchievementsService to grant achievements accordingly.
Webhook Manager Module
FEATURE
This should be the path to get webhooks from different cloud version control platforms. Basically, it's just an orchestrator for the
Version Control Engines
.it should:
Version Control Engines
)true
if the correct engine to use was found)AchievementsService
to grant achievements accordingly.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: