Code Monkey home page Code Monkey logo

brigade-git-sidecar's Introduction

brigade git sidecar

On version 0.12 Brigade changed the way it gets the source code. This change made a big improvement of how the source code was fetched on each step.

Previously the script would take a revision ID, clone the repo and set on that ID. The problem here is that on each step the repository was cloned.

On >=0.12 the sidecar takes a ref and a commit ID and only get the required revision. The problem here is that on each call the sidecar needs the red and the commit ID, this is more complex and the callers need extra information.

This sidecar has the logic from the <0.12 sidecar (adapted to the new variables).

Why

We made the decision of not optimizing the source code retrieval and simplify the calls to Brigade only using the commit ID without the need of infering the branch or ref to pass the commit ref also. At least for now).

The main problem is when triggering pipeline runs outside the github events (github gateway) where you only have the commit id. For example to trigger a deployment pipeline where you only have the commit version to deploy and making the one triggering the pipeline responsible of infering the commit ref.

Until we see performance bottlenecks cloning all the repo we will stick with this simpler approach.

brigade-git-sidecar's People

Contributors

slok avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.