Jordan Brockopp

Results 13 comments of Jordan Brockopp

@wass3r good catch! 👍 To provide some context in case anyone is curious, this is the reason why we're using `Take()`: https://gorm.io/docs/v2_release_note.html#ErrRecordNotFound In short, for several of our DB queries,...

@cognifloyd `GetWorkerByAddress` was not used anywhere in the codebase 😅 When I discovered this during the refactor, I elected to not include it. However, if we feel there is a...

@dillon-giacoppo @lusis I agree that instead of having all versions hosted in the same codebase at the same time, we should rather try to use GitHub tags to match them...

Other Resources that I know of that use the services model (I'm sure there are plenty of more): https://github.com/andygrunwald/cachet https://github.com/xanzy/go-gitlab https://github.com/andygrunwald/go-jira https://github.com/ktrysmt/go-bitbucket https://github.com/andygrunwald/go-gerrit

I thought about this a lot for the past couple days and ultimately I have mixed feelings on the matter.. I have concerns with the fact that I'm wondering if...

@lusis Any updates on this?

@dillon-giacoppo @lusis My team and I wanted to show you our version of a Golang client library for the Artifactory and [Xray](https://jfrog.com/xray/) APIs. We decided to go down this path...

@dillon-giacoppo Sorry it took awhile for it to get implemented but your requested changes have been made here: https://github.com/target/go-arty/pull/12 If you have any thoughts/comments/questions feel free to reach out in...

I believe this is dependent on https://github.com/go-vela/community/issues/325 which is addressed with https://github.com/go-vela/server/pull/706. Once that PR has been merged, Vela should be in sync with the default branch settings for the...

DB integration for the admin page: * see database statistics To start, perhaps we show a list of the tables in the DB and the size of those tables? The...