Vivian Brown
Vivian Brown
Created a bitballoon issue to track access: https://github.com/netlify/bitballoon/issues/5468 We should distinguish between buildbot's log lines and those from build plugins.
Rebuilding the base image will get us the latest `rvm` version (it's not pinned), so I suspect we'll get this for free with our next release.
I suggest we do https://github.com/netlify/build-image/issues/522 before moving Homebrew out of alpha.
Hi @NeimadTL - thanks for your interest in the project! Admins can create special petitions where users can sign on behalf of an institutions like a university. Users who visit...
@wioux, any objections to upgrading this to "feature"?
Concurrency is also an issue - we need to make sure the migration only runs once, even when there are multiple containers. So to summarize: - [x] Set appropriate variables...
One way to decide whether to migrate or run rake db:schema:load could be something in `entrypoint.sh` like ``` rails db:version || bundle exec rails db:setup rails db:migrate ``` (https://www.coshx.com/blog/2016/08/23/configuring-docker-to-work-with-an-existing-rails-application/)
Admin area: It's currently possible to have multiple actions per page, and some action pages do. Calls: That would be awesome. Petitions: I don't think goal is required - without...
This is done for - [x] Congress forms - [x] Email actions - [x] Call actions - [x] Petition actions - [ ] Tweet actions Tweet actions work a little...
PR allows tests to run with `npm test` - described in updated readme.