Daniel Nephin

Results 127 issues of Daniel Nephin

`dobi` can be used for CI with systems like circle/travis that already take care of providing a secured environment to run the tests. If `dobi` is used with something like...

kind/proposal

The `browser` resource would open a tab in the default browser with the given url. This would only be useful if there was some way to pass along the url...

area/resource
kind/proposal

This is my first time using zap. I've used a couple other logging libraries in Go ([logrus](https://github.com/sirupsen/logrus), [go-hclog](https://github.com/hashicorp/go-hclog)). In both of those libraries the "human readable" format would format the...

enhancement

`dataDB` was added temporarily to expose more data from NewDB. This commit replaces most access of Server.db with a call to `Server.DB()`. A function should make it easier to migrate...

## Summary Branched from #2845 This PR replaces the last of the calls to `gorm.AutoMigrate` and `gorm.Migrator`. The only remaining calls to `gorm.AutoMigrate` are in a function we are using...

## Summary Cleanup a couple things from #2902 * We don't need these calls to `SaveSettings` anymore, it's always done by `NewDB` * It's risky to set an org in...

This issue is to track all the TODOs we add while working on adding organizations, so that we don't forget to re-enable some checks once all the code is setup...

## Summary This PR adds code generation for the boilerplate model methods. `GenerateMethods` uses reflection to retrieve the list of struct fields, and the `schema.sql` to find the list of...

## Is your feature request related to a problem? Please describe. A user may have multiple logins to a single infra server. This is often true for admins who may...

kind/feature
area/cli

## Summary Branched from #2761 Started converting queries to sql. Still a few access keys queries to complete before making this ready for review. ## Related Issues Related to #2415