Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ideas #2

Closed
5 of 10 tasks
cryptiklemur opened this issue Mar 25, 2014 · 10 comments
Closed
5 of 10 tasks

Ideas #2

cryptiklemur opened this issue Mar 25, 2014 · 10 comments
Assignees

Comments

@cryptiklemur
Copy link
Member

This is a list of ideas that would be nice to have for Bldr

  • Symfony Extension - [Block] - Symfony #5

    This has been started, but it would be nice to have shortcut tasks
    for things like assetic:dump and cache:clear

  • Deploy Extension - [Block] - Deployment #6

    This would be used to deploy to servers, or to git. It would be nice
    to be able to run a command (or more) on the server, if deploying to
    a server.

  • Notify Extension - Notify Extension #7

    This would be used to either send a notification to the screen, or
    to send a notification to an email. Could be set up with AWS too, to
    use SNS/SES. (Possibly Growl)

  • Git Extension - [Block] - Git #9

    Already started, but add logic for the reset of the commands

  • [Gush Extension][1] - [Block] - Gush #10

    Implement integration with gush for things like semver generating and auto-tagging

  • Database Extension - [Block] - Databases #12

    Add ability to interact with cli databases: mysql, postgres, mongo etc

  • Services Extension - Miscellaneous Extension #11

    Add the ability to restart services using service or /etc/init.d/

  • Import Yaml - Import Feature #13

    Add the ability to import yaml files from other locations. Would allow for a parameters file in a global
    directory for things like username and password for SMTP

  • Watch Extension - Watch Extension #14

    Add the ability to watch for file changes

  • Bldr Blocks - Create Bldr Blocks Repo #17

    Add the ability for users to use "blocks" (recipes) for bldr. Blocks would contain tasks to run, with calls.
    Mimicking a .bldr.yml file.

@cordoval
Copy link
Contributor

wrap Gush in order to invoke tasks like semver generation or autotagging, so call gush branch:auto-tag or more complex commands to achieve a maintainer task

@cryptiklemur
Copy link
Member Author

@cordoval updated

@cordoval
Copy link
Contributor

👍

@cordoval
Copy link
Contributor

I will close Gush issue but it does not mean that i am leaving this. This should be implemented here and i am looking forward to this.

@shoomyth
Copy link

Why .bldr.xxx is dotted? Maybe should be renamed to normal file bldr.xxx

@cryptiklemur
Copy link
Member Author

I am mimicking Travis, does it cause issues?

@shoomyth
Copy link

No, no significant issues, but dot-files are hidden on nix systems.
Composer, bower, npm has normal non-dotted files. I just want to clarify why dotted has been chosen

@cryptiklemur
Copy link
Member Author

Yeah, I'm aware, kinda wanted it to be hidden, to be honest

@shoomyth
Copy link

What is the reason of that? This file will be frequently edited and should be opened anywhere without difficulties

@cryptiklemur
Copy link
Member Author

I have yet to run into a situation where having it hidden makes it harder to edit...

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants