Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Continuous integration

Automatically build and test your code as you push it upstream, preventing bugs from being deployed to production. A complementary practice to CI is that before submitting work, each programmer must do a complete build and run (and pass) all unit tests. Integration tests are usually run automatically on a CI server when it detects a new commit.

https://github.com/remram44/drone-runner-qemu

A runner for Drone CI that runs jobs in Qemu virtual machines

continuous-integration drone-ci drone-plugin drone-runner gitea qemu virtual-machine

Last synced: 13 Dec 2024

https://github.com/vincecabs/gaunit

GAUnit is a Python library for testing Google Analytics implementations within CI pipelines.

continuous-integration google-analytics pipelines python3 robotframework selenium

Last synced: 17 Dec 2024

https://github.com/0x2b3bfa0/cml.sh

Install CML with a short command on any CI/CD system

cml continuous-integration installer

Last synced: 13 Dec 2024

https://github.com/bahmutov/stop-build

Exits with non-zero code if there are modified Git files

ci continuous-integration utility

Last synced: 27 Dec 2024

https://github.com/thomasthaddeus/updaterepositorylist

This GitHub Action automatically updates a landing page with a list of GitHub repositories. It fetches repositories for a specified user, then updates an HTML file with repository links. Configurable via environment variables, it's ideal for keeping project documentation or personal pages dynamically updated.

automation continuous-integration documentation github-actions github-pages javascript landing-page nodejs open-source personal-website repository-management typescript web-development

Last synced: 18 Dec 2024

https://github.com/karllhughes/build-status

Displays the status of your Codeship Pro builds to the public using the new Codeship v2 API.

codeship codeship-api codeship-pro continuous-integration

Last synced: 07 Jan 2025

https://github.com/mathusanm6/leetcode

Solutions for Leetcode Problems (tested using pytest and continuous integration)

algorithms algorithms-and-data-structures continuous-integration data-structures flake8 leetcode-python leetcode-solutions pytest

Last synced: 13 Dec 2024

https://github.com/jeandet/lpp_teamcity_agents

Meta repository for all LPP TeamCity agents deployed here https://hephaistos.lpp.polytechnique.fr/teamcity

ci continuous-integration docker teamcity teamcity-agent

Last synced: 02 Jan 2025

https://github.com/arduino/report-size-trends

GitHub Actions action that records memory usage of Arduino sketches to a Google Sheets spreadsheet

arduino ci continuous-integration github-actions tooling-team

Last synced: 27 Sep 2024

https://github.com/behrad-kzm/bekarchitect

Shell scripts for automatically generate python modules. It will generate python files and classes for service layer, repository layer, models, database, API

architecture bekci ci command-line-tool continuous-integration flask module-generator project-generator python

Last synced: 10 Jan 2025

https://github.com/kevinoid/appveyor-status

Node.js-based script and module to query AppVeyor build status via the AppVeyor REST API.

appveyor appveyor-api continuous-integration nodejs

Last synced: 19 Dec 2024

https://github.com/jochendiekenbrock/image-comparison-frontend

Frontend of an image comparison solution. Performs image comparisons during end to end tests and writes test results. Integrates with https://github.com/JochenDiekenbrock/image-comparison-backend

ci continuous-integration e2e-testing image-comparison jenkins protracor-image-comparison protractor

Last synced: 19 Dec 2024

https://github.com/rikurauhala/minitex

Minitex is a command-line application for managing academic references in the BibTeX format | Python | Robot Framework | SQLite3

automated-testing bibtex continuous-integration coverage database github-actions latex poetry portfolio python robot-framework scrum software-engineering sql sqlite3

Last synced: 26 Sep 2024

https://github.com/acseo/ci-deployer

Docker CI Deployer Image used for ACSEO Deployments with Deployer

continuous-integration deployer docker-image

Last synced: 01 Jan 2025

https://github.com/tanishkamarrott/multi-stage-docker-builds-for-efficient-ci-cd

A repository showcasing multi-stage Docker builds for optimizing CI/CD pipelines. Includes examples for Node.js, Python, and Java projects with a focus on reducing image size and improving build efficiency.

build container-image containerization continuous-deployment continuous-integration docker java nodejs python

Last synced: 29 Nov 2024

https://github.com/neikei/gitlab-testing-environment

Gitlab testing environment in a Vagrantbox based on Debian and provisioned with Ansible.

ansible continuous-integration debian gitlab gitlab-ce gitlab-runner playground testing vagrantbox

Last synced: 26 Dec 2024

https://github.com/ksaveras/php-ci

Custom PHP docker images with additional extensions for CI/CD

ci cicd continuous-integration docker docker-image php php-cs-fixer php7 php71 php72 php73 php74 phpcbf phpcpd phpcs phploc

Last synced: 28 Sep 2024

https://github.com/appuio/shop-example-orders

This repository is part of the APPUiO Microservices Example and contains the Orders microservice. Please refer to the main repository for detailed instructions.

continuous-integration flask openshift python

Last synced: 02 Jan 2025

https://github.com/appuio/shop-example-users

This repository is part of the APPUiO Microservices Example and contains the Users microservice. Please refer to the main repository for detailed instructions.

continuous-integration elixir openshift phoenix

Last synced: 02 Jan 2025

https://github.com/appuio/shop-example-api

This repository is part of the APPUiO Microservices Example and contains the API microservice. Please refer to the main repository for detailed instructions.

continuous-integration openshift play-framework scala

Last synced: 02 Jan 2025

https://github.com/kinow/btd-2011

Belgium Testing Days 2011 "How to Automate Tests using TestLink and Hudson"

automated-testing automated-tests automation ci continuous-delivery continuous-integration jenkins presentation slides testlink

Last synced: 01 Oct 2024

https://github.com/inetsix/docker-gitlab-runners

Repository to deploy gitlab-runners using docker-compose

continuous-delivery continuous-integration gitlab gitlab-ci gitlab-ci-runner runner

Last synced: 23 Dec 2024

https://github.com/lgug2z/call-me

A ci-agnostic orchestrator for triggering tests on a shared environment pool across multiple pipelines

ci continuous-integration golang testing

Last synced: 19 Nov 2024

https://github.com/christopheratkinson/application-programming-interface-template

Welcome to the Python REST API Template repository! This template is designed to help you quickly set up a new REST API service using FastAPI, and includes additional configurations for unit testing with pytest, and GitHub action integrations for CI/CD.

automated-testing backend continuous-integration coverage documentation fastapi github-actions openapi pytest python rest-api server swagger

Last synced: 28 Nov 2024

https://github.com/soulman-is-good/gitpub

Git webhook watcher and publisher

continuous-integration git git-webhook nodejs

Last synced: 17 Dec 2024

https://github.com/trinitronx/docker-kubectl-cd

Basic build tools docker images + docker & kubectl for use in CI/CD environments

continuous-deployment continuous-integration docker-image kubectl

Last synced: 10 Jan 2025

https://github.com/drcbeatz/master-theorem

Web app to evaluate the time complexity of divide and conquer algorithms using the Master Theorem and visualize the results (Python/Django, Typescript/React, Postgres, Docker, AWS Elastic Beanstalk, AWS RDS, Github Actions CI).

aws chartjs continuous-integration django django-rest-framework docker elasticbeanstalk github-actions master-theorem mdbootstrap postgresql pytest python rds-postgres react responsive-design rest-api typescript vite vitest

Last synced: 11 Jan 2025

https://github.com/akshat2203/jenkins-weekend-guide

This repository is a comprehensive Jenkins tutorial designed to guide you through the process of mastering Jenkins from scratch. New steps and lessons will be added every weekend.

automation cicd continuous-delivery continuous-deployment continuous-integration devops hacktoberfest hacktoberfest-accepted jenkins pipeline pipeline-dock-tech pipelines-as-code

Last synced: 28 Nov 2024

https://github.com/michaeltryby/ci-tools

Tools for continuous integration and local testing

continuous-integration epanet swmm testing-tools

Last synced: 06 Nov 2024

https://github.com/cedricwalter/cicd-github-package-registry

Java, gradle template project that use git package registry

cd ci cicd continuous-deployment continuous-integration gradle java template

Last synced: 17 Nov 2024

https://github.com/cedricwalter/properties-sync-maven-plugin

Apache maven plugin for failing fast at build time when using maven resources filtering with environment based <filters>. This maven plugin will force you to keep in sync all properties files with the reference.

apache-maven continuous-delivery continuous-integration java plugins

Last synced: 18 Nov 2024

https://github.com/oguzhnatly/redwoodjs-login-ui-ts-storybook

Login UI Web App, created with Typescript RedwoodJS, based on React. GraphQL, Storybook and TailwindCSS are used.

continuous-integration graphql javascript jest-tests react reactjs redwoodjs storybook tailwindcss typescript typescript-redwoodjs

Last synced: 19 Nov 2024

https://github.com/tantalic/cistatus

Tools for monitoring continuous integration status

continuous-integration gitlab gitlab-ci

Last synced: 19 Nov 2024

https://github.com/youngermaster/react-native-continuous-integration

Comprehensive guide and configurations for setting up continuous integration pipelines for React Native applications.

continuous-integration jenkins react-native react-native-cicd

Last synced: 28 Nov 2024

https://github.com/tgorka/buildnut

Docker repository for buildpack

buildpack continuous-integration docker nodejs

Last synced: 15 Nov 2024

https://github.com/maltfield/freecad-ci-tools

FreeCAD Continuous Integration Tools to help your git VCS workflow with FreeCAD files

cad continuous-documentation continuous-integration documentation freecad github-actions sphinx

Last synced: 08 Dec 2024

https://github.com/workofstan/prettier-fix

Automatically apply Prettier formatting and create a pull request to fix code style issues, ensuring compatibility with Super-Linter.

code-quality continuous-integration prettier super-linter

Last synced: 13 Oct 2024

https://github.com/spinningideas/cicd

Continuous Integration Continuous Delivery

cicd continuous-delivery continuous-integration

Last synced: 14 Nov 2024

https://github.com/per1234/formatting-checks

Tests and demonstration of some file formatting checks that may be used in continuous integration.

continuous-integration formatting testing

Last synced: 16 Nov 2024

https://github.com/plasch/ci-wikipedia

CI for application "Wikipedia" with Jenkins (Maven + JUnit)

appium appium-tests continuous-integration jenkins jenkins-ci junit maven

Last synced: 22 Nov 2024

https://github.com/sigit-wasis/cicd-php

Belajar Continuous Integration (CI) dan Continuous Delivery (CD)di PHP

circleci continuous-deployment continuous-integration php

Last synced: 30 Dec 2024

https://github.com/woodward/git_hue

Use a Philips Hue light to show the color of the build in GitHub Actions!

ci continuous-integration elixir github-rest-api philips-hue philips-hue-api philips-hue-bridge

Last synced: 16 Nov 2024

https://github.com/zyactions/dotnet-setup

A GitHub Action to set up a specific version of the .NET SDK in a workflow run.

continuous-integration dotnet github-actions

Last synced: 27 Nov 2024

https://github.com/dburriss/have-your-cake

I contain Cake build script helpers.

appveyor continuous-integration

Last synced: 01 Dec 2024

https://github.com/atulkamble/jenkins-java-maven-pipeline

This project provides a comprehensive guide for setting up a Jenkins pipeline to automate the build, test, and deployment processes of a basic Java Maven application. It includes sample Java code, Maven configuration (pom.xml), and a Jenkinsfile to facilitate continuous integration and deployment.

cicd continuous-delivery continuous-deployment continuous-integration java jenkins maven pipeline

Last synced: 15 Nov 2024

https://github.com/omermecitoglu/buttler

automates CI/CD workflows using Docker and GitHub webhooks

automation cli continuous-delivery continuous-deployment continuous-integration docker github-webhooks

Last synced: 25 Oct 2024

https://github.com/simogasp/travistests

testing travis features

continuous-integration testing travis-ci

Last synced: 22 Dec 2024

https://github.com/atulkamble/samplewebapp

A simple Node.js web server application demonstrating the use of AWS CodeCommit, CodeBuild, and CodeDeploy for continuous integration and continuous deployment (CI/CD) on an EC2 instance.

cicd codebuild codecommit codedeploy continuous-delivery continuous-integration devops ec2

Last synced: 15 Nov 2024

https://github.com/sujal-goswami/boredtube

This is a backend project for a 🎬 video streaming site similar to YouTube that includes Twitter-like features. All APIs can be found in the description.

continuous-integration docker express-js jwt-authentication mongo-db node-js restful-api

Last synced: 10 Oct 2024

https://github.com/sayamalt/employee-attrition-prediction

Successfully established a machine learning model which can accurately predict whether an employee of a given company will leave it in the impending future or not, based on several employee details and employment metrics.

binary-classification continuous-deployment continuous-integration cross-validation data-exploration-and-preprocessing data-visualization exploratory-data-analysis feature-engineering hyperparameter-optimization machine-learning model-deployment model-training-and-evaluation

Last synced: 28 Dec 2024

https://github.com/d3p1/semantic-releasify

A GitHub Action to fully automate version management and package publishing

action actions ci continuous-integration github-actions publishing

Last synced: 11 Jan 2025

https://github.com/shopiqo/docker-phplint

Tiny Alpine-based dockerized version of Composer package overtrue/phplint to use with pre-commit, Github Actions, GitLab CI and many others.

coding-standards continuous-integration docker dockerfile linter php pre-commit static-analysis

Last synced: 17 Dec 2024

https://github.com/seripap/sublime-travis-ci-status

Travis CI build status information for active branch in Sublime Text 3

continuous-integration sublime-package sublime-text-plugin sublimetext3 travis-ci

Last synced: 20 Dec 2024

https://github.com/vivekkravindraa/travis-app

CREATE-REACT-APP - DEPLOYMENT - GH-PAGES - TRAVIS-CONTINUOUS-INTEGRATION - BUILD PASSING

continuous-integration gh-pages react travis-ci

Last synced: 09 Jan 2025

https://github.com/waelson/simple-demo-travis

Example project that demonstrate use of the Travis CI/CD

continuous-integration docker javascript kubernetes nodejs travis-ci

Last synced: 07 Jan 2025

https://github.com/joeri-abbo/python-github-sonarqube

Integrate with SonarQube for continuous code quality inspection. Import GitHub projects, set up automated workflows, and ensure codebase quality.

automation code-analysis code-quality continuous-integration devops github-integration sonarqube workflow

Last synced: 15 Nov 2024

https://github.com/pirafrank/github-commit-sign

A node module and CLI tool to perform multi-file signed commits on a GitHub repo through their GraphQL APIs. Good for CI/CD environments.

cd ci commits continuous-integration git github graphql

Last synced: 13 Nov 2024

https://github.com/anupammaurya6767/tanji

Tanji is a Python encryption library that provides a secure and flexible solution for encrypting and decrypting messages. It leverages both symmetric and asymmetric encryption techniques to ensure the confidentiality and integrity of your data.

asymmetric-cryptography code-review continuous-integration cryptography cryptography-algorithms documentation encryption github-actions github-package-registry open-source pytest python release-management security software-development software-engineering sphinx-doc symmetric-cryptography tanji tutorial

Last synced: 28 Nov 2024

https://github.com/darkdefender27/learner

Spring-Boot starter project implementing microservice architecture using Spring-Data (MongoDB) along with Docker for Containerization and CI

continuous-integration docker docker-image java-8 machine microservices-architecture spring-boot spring-data-mongo

Last synced: 13 Nov 2024

https://github.com/maxkratz/maven-ecore-modeling-example

Example on how to use Maven to generate and build code for an Ecore/Genmodel file.

ci continuous-integration eclipse eclipse-modeling-framework eclipse-plugin emf maven mdse

Last synced: 13 Nov 2024

https://github.com/marshallasch/ci_server

This is the continuous integration server for the backend.

continuous-integration generic nodejs webhooks

Last synced: 05 Dec 2024

https://github.com/ngmy/phive-install-action

A GitHub Action to download PHIVE, install tools, and upload them to the artifact store

ci continuous-integration dependency-manager github-actions phive php

Last synced: 02 Dec 2024

https://github.com/maxkratz/maven-code-gen-example

Example on how to use Maven to compile and trigger a custom code generator in one run.

ci code-gen code-generation code-generator continuous-integration eclipse java maven mdse

Last synced: 13 Nov 2024

https://github.com/liskin/gh-pipx

GitHub Action that installs Python commands using pipx.

ci continuous-integration github github-actions

Last synced: 02 Dec 2024

https://github.com/vitorsalgado/android-build-box

Full Android CI Environment with Docker

android ci-cd continuous-integration devops docker

Last synced: 02 Dec 2024

https://github.com/emoflon/emoflon-releng

Release engineering tools for eMoflon

continuous-integration emoflon release-engineering

Last synced: 13 Nov 2024

https://github.com/ritreshgirdhar/github-actions-ci-demo

This application will help you in understanding Github Actions and Workflow. Here we are creating a Continous Integration workflow for learning.

containerization continuous-integration docker docker-registry dockerhub github-actions

Last synced: 25 Dec 2024

https://github.com/neoncitylights/gha-csharp-docs

A C# documentation pipeline that centralizes the documentation for multiple C# projects into one site. Built using DocFX, GitHub Actions, and GitHub Pages

cicd continuous-deployment continuous-integration docfx dotnet gha github-actions github-pages

Last synced: 13 Nov 2024

https://github.com/jgontrum/jenkins-dind-slave

Finally a *working* Dockerfile for a Docker-in-Docker Jenkins slave

ci continuous-integration docker jenkins

Last synced: 28 Nov 2024

https://github.com/gmauro/comoda

a bunch of useful functions and classes

continuous-integration python-library utility-library

Last synced: 08 Dec 2024

https://github.com/vanheemstrasystems/ci-cd-cms-headstart

Continuous Integration (CI) / Continuous Deployment (CD) with Content Management System (CMS) - Headstart

content-management-system continuous-deployment continuous-integration

Last synced: 03 Dec 2024