Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
Types and events are documented on the top level of the docs, but are internally under web in markdown of this repo. Can someone make a definitive statement on those?...
Travis CI is dead. Replace with GitHub Actions. Maybe copy from another project like https://github.com/mongoid/mongoid-locker
See https://gist.github.com/4142313 for a possible callback implementation.
Add an option not to cache specific relationships.
I want to be able to include a little PNG badge in my project that consists of a few parts: - the number of contributors on the right, eg. octomaps...
This cannot possibly be a serious project without a logo :)
I'd like to see the last X lines of the deployment progress in the UI. This means creating a pipe between the child/parent process and piping data to bartender on...
It's not necessary to restart sandboxing every deploy. Check out source into a temp location, but next time run a `git clean -n -d -x` after a pull. That syncs...
One should be able to run heroku-bartender without checking out source, ie. `heroku-bartender [email protected]/x/y`. It's almost able to do this, since it sandboxes the deployment itself - it just needs...