Git Product home page Git Product logo

jindra's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

jindra's Issues

support updating pipeline

  • store new pipeline config in k8s
    • update, don’t delete and create due to ownership references
    • copy Status
  • update check cron jobs
    • copy version annotation

implement modifying / validating webhook

validating:

  • trigger resource only allowed on first stage
  • disallow duplicate input/output resource names in annotation
  • disallow duplicate resource naming
  • only allow existent resource names in resource annotations
  • check that services annotation container exists
  • no owner references in stages pod specs
  • restart policy not set or set to never

modifying:

  • set default names for onSuccess, onError, onFinal

integration test:

  • for modifying webhook
  • for validating webhook
  • for validating a pod via pod validation
  • updating pipeline, check that status remains

set and document env variables that get set automatically

(tbd) from Concourse: https://concourse-ci.org/implementing-resource-types.html#resource-metadata

  • $BUILD_ID
    The internal identifier for the build. Right now this is numeric but it may become a guid in the future. Treat it as an absolute reference to the build.
  • $BUILD_NAME
    The build number within the build's job.
  • $BUILD_JOB_NAME
    The name of the build's job.
  • $BUILD_PIPELINE_NAME
    The pipeline that the build's job lives in.
  • $BUILD_TEAM_NAME
    The team that the build belongs to.
  • $ATC_EXTERNAL_URL
    The public URL for your ATC; useful for debugging.

rename & move env-to-json

  • the name doesn't reflect what it does
  • the options are not well named
  • it does not belong in the playground folder

allow offline testing

by using kind and setting all jindra-generated containers imagePullPolicy: IfNotPresent

allow env file for out- and in-resources

this way, we can pass data, that is only available during run (git commit, etc.)

  • extend crij: add parameter for allowing env file
  • add annotation for resources where you can define, where the env file lies
  • delete env file after reading (to keep resource directory clean)

create transit integration test with kind

... using kind (kubernetes in docker)

  • start pipeline, create a file in stage 1 & stage 2, copy files from transit to local filesystem and check whether all files are there with correct content

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.