~bradclawsie

https://b7j0c.org

Infrastructure, Go, Perl, Rust, Functional Programming. Having fun.

Recent activity

Proposed change: std-testing 5 days ago

From Brad Clawsie to ~grokloc/grokloc-apiserver

Source Repository:

https://git.sr.ht/~bradclawsie/grokloc-apiserver

Branch:

std-testing

Diff:

.github/workflows/ci.yml                                 |   1 -
go.mod                                                   |  14 +-
go.sum                                                   |  28 +-
pkg/app/admin/org/testing/db_test.go                     | 391 +++++------

Proposed Change: gosec changes 2 months ago

From Brad Clawsie to ~grokloc/grokloc-apiserver

Source Repository:

https://git.sr.ht/~bradclawsie/grokloc-apiserver

Branch:

gosec

Diff:

.build.yml               |  1 +
.github/workflows/ci.yml |  2 +-
justfile                 |  3 ++-
pkg/app/app.go           |  2 +-

Proposed Change: simplify middlewares 2 months ago

From Brad Clawsie to ~grokloc/grokloc-apiserver

Source Repository:

https://git.sr.ht/~bradclawsie/grokloc-apiserver

Branch:

middlewares-simplify

Diff:

pkg/app/api/handlers/org/delete.go             | 21 +++++----------------
pkg/app/api/handlers/org/get.go                | 13 +++----------
pkg/app/api/handlers/org/middleware.go         | 28 ++++++++++++++++++++++++++++
pkg/app/api/handlers/org/post.go               |  2 +-

Proposed Change: sr.ht ci 3 months ago

From Brad Clawsie to ~grokloc/grokloc-apiserver

Source Repository:

https://git.sr.ht/~bradclawsie/grokloc-apiserver

Branch:

sr.ht-ci

Diff:

 .build.yml | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Discussion:

Proposed Change: remove POSTGRES_APP_URL env var from ci 3 months ago

From Brad Clawsie to ~grokloc/grokloc-db

Source Repository:

https://git.sr.ht/~bradclawsie/grokloc-db

Branch:

rm-dsn-var

Diff:

 .build.yml               | 1 -
 .github/workflows/ci.yml | 1 -
 2 files changed, 2 deletions(-)

Proposed Change: sr.ht ci support 3 months ago

From Brad Clawsie to ~grokloc/grokloc-db

Source Repository:

https://git.sr.ht/~bradclawsie/grokloc-db

Branch:

sr.ht-ci

Diff:

 .build.yml      | 19 +++++++++++++++++++
 CONTRIBUTING.md |  6 ++++++
 README.md       |  7 ++++++-
 3 files changed, 31 insertions(+), 1 deletion(-)

Proposed Change: use grokloc-db repo in ci 3 months ago

From Brad Clawsie to ~grokloc/grokloc-apiserver

Source Repository:

https://github.com/bradclawsie/grokloc-apiserver

Branch:

ci-dataase

Diff:

  .github/workflows/ci.yml         |   6 +-
 database/00-create-users.sql     |   1 -
 database/01-create-databases.sql |   7 ---
 database/02-alter-grants.sql     |   1 -

Proposed Change: fix justfile 3 months ago

From Brad Clawsie to ~grokloc/grokloc-db

Source Repository:

https://github.com/bradclawsie/grokloc-db

Branch:

justfile

Diff:

 justfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Discussion:

Proposed Change: fix markdown on email 3 months ago

From Brad Clawsie to ~grokloc/grokloc-db

Source Repository:

https://github.com/bradclawsie/grokloc-db

Branch:

fix-email

Diff:

 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Discussion:

Proposed Change: add contributor information 3 months ago

From Brad Clawsie to ~grokloc/grokloc-db

Source Repository:

https://github.com/bradclawsie/grokloc-db

Branch:

contributing

Diff:

 CONTRIBUTING.md | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 justfile        |  3 +++
 2 files changed, 67 insertions(+)