All Projects → codechecks → Monorepo

codechecks / Monorepo

Open source platform for code review automation ✅

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Monorepo

Ansible Role Jenkins
Ansible Role - Jenkins CI
Stars: ✭ 689 (+750.62%)
Mutual labels:  ci, continuous-integration
Androidsdk
🐳 Full-fledged Android SDK Docker Image
Stars: ✭ 776 (+858.02%)
Mutual labels:  ci, continuous-integration
Abstruse
Abstruse is a free and open-source CI/CD platform that tests your models and code.
Stars: ✭ 704 (+769.14%)
Mutual labels:  ci, continuous-integration
Lambdacd
a library to define a continuous delivery pipeline in code
Stars: ✭ 655 (+708.64%)
Mutual labels:  ci, continuous-integration
Fluenttc
🌊 👬 🏢 Integrate with TeamCity fluently
Stars: ✭ 42 (-48.15%)
Mutual labels:  ci, continuous-integration
Concourse
Concourse is a container-based continuous thing-doer written in Go.
Stars: ✭ 6,070 (+7393.83%)
Mutual labels:  ci, continuous-integration
Toast
Containerize your development and continuous integration environments. 🥂
Stars: ✭ 748 (+823.46%)
Mutual labels:  ci, continuous-integration
Buildbot
Python-based continuous integration testing framework; your pull requests are more than welcome!
Stars: ✭ 4,735 (+5745.68%)
Mutual labels:  ci, continuous-integration
Cimonitor
Displays CI statuses on a dashboard and triggers fun modules representing the status!
Stars: ✭ 34 (-58.02%)
Mutual labels:  ci, continuous-integration
Iceci
IceCI is a continuous integration system designed for Kubernetes from the ground up.
Stars: ✭ 29 (-64.2%)
Mutual labels:  ci, continuous-integration
Jmeter Elasticsearch Backend Listener
JMeter plugin that lets you send sample results to an ElasticSearch engine to enable live monitoring of load tests.
Stars: ✭ 72 (-11.11%)
Mutual labels:  ci, continuous-integration
Simpleci
Simple docker-based continuous integration system
Stars: ✭ 61 (-24.69%)
Mutual labels:  ci, continuous-integration
Php Censor
PHP Censor is an open source self-hosted continuous integration server for PHP projects.
Stars: ✭ 619 (+664.2%)
Mutual labels:  ci, continuous-integration
Modern Cpp Template
A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
Stars: ✭ 690 (+751.85%)
Mutual labels:  ci, continuous-integration
Drone
Drone is a Container-Native, Continuous Delivery Platform
Stars: ✭ 24,287 (+29883.95%)
Mutual labels:  ci, continuous-integration
Gocd
Main repository for GoCD - Continuous Delivery server
Stars: ✭ 6,314 (+7695.06%)
Mutual labels:  ci, continuous-integration
Xcov
Nice code coverage reporting without hassle
Stars: ✭ 467 (+476.54%)
Mutual labels:  ci, continuous-integration
Bzppx Codepub
暴走皮皮虾之代码发布系统,是现代的持续集成发布系统,由后台管理系统和agent两部分组成,一个运行着的agent就是一个节点,本系统并不是造轮子,是"鸟枪"到"大炮"的创新,对"前朝遗老"的革命.
Stars: ✭ 471 (+481.48%)
Mutual labels:  ci, continuous-integration
Haiku
🚀 Instant Heroku deploys from GitHub branches
Stars: ✭ 17 (-79.01%)
Mutual labels:  ci, continuous-integration
Flow Core X
Powerful and user-friendly CI / CD server with high availability, parallel build, agent scaling
Stars: ✭ 1,108 (+1267.9%)
Mutual labels:  ci, continuous-integration

codechecks.io

Code Checks

Open source platform for code review automation ✅

Build Status Software License All Contributors codechecks.io

CodeChecks.io is a framework for code review automation. It allows writing plugins (codechecks) in JavaScript that:

  • execute directly on your CI (like CircleCI or TravisCI) and communicate with our backend
  • can inspect all Pull Request data (title, content, changed files etc.)
  • can attach feedback information back to GitHub as check (success/failure status, additional message)
  • can upload, retrieve and calculate difference between arbitrary artifacts (like JSON values describing build size or screenshots of views of a frontend app)
  • require only one GitHub AppCodechecks App installed in order to work
import { codechecks } from "@codechecks/client";

export default async () => {
  await codechecks.success({
    name: "Hello world!",
    shortDescription: "It's so easy!",
    longDescription: "# Hello! 👋",
  });
};

Particular codechecks can be distributed as npm packages and can be setup in a declarative way in codechecks.yml file.

Docs 📚

Packages 📦

Package Version Description
@codechecks/client npm TypeScript/JavaScript client used for executing codechecks

Note: Currently we are in the process of open sourcing whole platform.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

🤔 💼 🚇 🔌 🤔 💻 🔌 🔌
Craig Thompson

💻
🔌
Deric Cain

💻
🔌

This project follows the all-contributors specification. Contributions of any kind welcome! Read more!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].