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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
We want happo to be as easy to set up as possible. People use all different kinds of CI systems (e.g. Jenkins, Travis CI, CircleCI) and code review systems (e.g. Gerrit, GitHub, GitHub Enterprise, GitLab, BitBucket). I think it makes sense to enable plugins to be written to easily set up Happo to interface with any CI system or code review system.
I think this should be sequenced after we rewrite in JavaScript (#81). Plugins could be npm packages in the form of happo-plugin-travis-ci and happo-plugin-github.
Just a thought: If we decide to implement this as npm modules, and allow users to plug them in using .importjs.js, we should make sure that plugins are explicitly imported and used/instantiated:
lencioni
changed the title
Provide pluggable way to integration with any CI or code review system
Provide pluggable way to integrate with any CI or code review system
Dec 19, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We want happo to be as easy to set up as possible. People use all different kinds of CI systems (e.g. Jenkins, Travis CI, CircleCI) and code review systems (e.g. Gerrit, GitHub, GitHub Enterprise, GitLab, BitBucket). I think it makes sense to enable plugins to be written to easily set up Happo to interface with any CI system or code review system.
I think this should be sequenced after we rewrite in JavaScript (#81). Plugins could be npm packages in the form of
happo-plugin-travis-ci
andhappo-plugin-github
.cc: @kesne
The text was updated successfully, but these errors were encountered: