4
2 Comments

Idea for a CI service, a.k.a CI Concierge

Description

The main idea is to streamline multiple services/components that can be currently used as part of a PR process in Github/Gitlab. But developers/team may fail to use this components since it is a chore to configure them and run them as part their projects pipeline.

Example

Developer A sets up the CI Concierge system against his repo. This will:

  • Enable automatic dependency upgrade PRs
  • Automatic code review from static analysis in the PRs
  • Changelog auto-generation
  • Security scanning
on August 17, 2020
  1. 3

    In GitHub some of these functionalities are available as apps, all you need is to press install

    1. 2

      Thanks for the reply @hatkyinc

      Yes, I am aware of that, but then again you would need to install multiple apps vs a single one.

      Also, I aim to serve other hosting repositories such as Gitlab/Bitbucket which don't have these one-click installations