Patrick Devine
Patrick Devine
## Summary Set the org from req.Host instead of trying to get it from req.Headers.Host (which is blank)
In preparation for removing gorm and replacing it with `database/sql` (or possibly sqlx/sqlc) we need to make sure that the `data` package is the only thing that is aware of...
## Summary This changes the initial sign-in to ask for an Organization name. The sign-up flow for other organizations will still change after this, but this at least provides an...
## Summary First cut for adding the orgs base object. This includes the CRUD operations which a support admin would use to work on orgs. There's still a lot to...
If your previous run of i2d fails, it leaves the glassfish transport container and volume lying around which causes subsequent runs to fail. Running i2d should be idempotent and any...
The import lines in several of the go source files refers to "docker/v2c" which makes it difficult to build things correctly. We should use the canonical name for any imports.
The demo seems to be failing because Ubuntu 16.04.2 isn't yet supported. There's currently no provisioner/detective for 16.04.2 at all.
Current detectives/provisioners are all using Alpine 3.4. We should change these to use a more up-to-date alpine.
## Summary The version cli/server when you're building with the dev build with the makefile is pegged at `0.14.4`. This can be misleading and confusing if you're expecting the actual...
## Summary This change includes the migrations for setting up RLS, and also sets the current organization in the middleware. It's not complete because it doesn't set up the unprivileged/privileged...