GithubHelp home page GithubHelp logo

massivebuildbundle's People

Contributors

alexander-schranz avatar chirimoya avatar danrot avatar dantleech avatar fdyckhoff avatar luca-rath avatar mamazu avatar niklasnatter avatar oskarstark avatar prokyonn avatar rene-roesch-blg avatar wachterjohannes avatar

Stargazers

 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

massivebuildbundle's Issues

Enable configuring global options

There is a need to be able to pass arbitrary options to builders - for example, specify a preference to NOT destroy existing data etc.

This could be accompilished by making the command a service and configuring options in the conmfiguration.

Force explicit target

At the moment running massive:build will build ALL targets.

This is not very good as it excludes the possiblity of having different build roles, for example a target destroy to detroy all the data.

Or production to do a production specific build.

Pass options to build from configuration

It should be possible to define both global and per-target configuration options.

targets:
     rebuild:
         options: { destroy: true }
         dependencies:
             database: ~
             user: { recreate: true }

Dependency not found when specifying target

The user target explicitly declares "fixtures" as a target. "fixtures" has the dependency "database". But this dependency is not registered:

$ php app/console sulu:build user --destroy
[Symfony\Component\Debug\Exception\ContextErrorException]                                                                                  
  Notice: Undefined index: database in /home/daniel/www/sulu-cmf/sulu-standard/vendor/massive/build-bundle/Build/BuildRegistry.php line 137

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.