Code Monkey home page Code Monkey logo

goshipdone's People

Contributors

julian7 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

goshipdone's Issues

async build steps

Let multiple, independent steps run asynchronously.

  • put all steps into waitgroups, and run them in goroutines
  • make dependent steps wait for artifacts using mutex locks
  • propagate build cancelation on error using context

fold archive stage into build

The only difference between build and archive, is that build is generating artifacts from source, and archive is generating artifacts from other artifacts.

From the goal's perspective (eg. all artifacts have to be created), it should not matter.

alternative build file

Currently, the only build file considered is what's provided in the API call, or .goshipdone.yml as the default.

Use a multi-tiered approach instead:

  • GOSHIPDONE_CONFIG env. var
  • provided file name
  • .goshipdone.local.yml
  • .goshipdone.yml

This way, input can be provided by a file name provided by environment, by command line, or by convention, with the ability of having an alternative to the official one.

release stage

While the project is good for shipping a release, it is not suitable for DOING the release. However, the drill is about the same:

  • adjust CHANGELOG for the new release
  • make the final commit announcing the release
  • create tag for the release (github can do it automatically on publish)

support gitlab

There is a rudimendary uploader for github, but other artifact storage solutions (eg. gitlab, artifactory) should be supported as well.

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.