dependabot[bot]
c2a290ef76
build(deps): bump github.com/labstack/echo/v4 from 4.9.0 to 4.10.0
...
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo ) from 4.9.0 to 4.10.0.
- [Release notes](https://github.com/labstack/echo/releases )
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/labstack/echo/compare/v4.9.0...v4.10.0 )
---
updated-dependencies:
- dependency-name: github.com/labstack/echo/v4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-07 09:03:10 +01:00
dependabot[bot]
b133ff5994
build(deps): bump github.com/jackc/pgx/v4 from 4.16.0 to 4.17.1
...
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx ) from 4.16.0 to 4.17.1.
- [Release notes](https://github.com/jackc/pgx/releases )
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v4.16.0...v4.17.1 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-30 15:34:23 +02:00
Sanne Raymaekers
7529382890
go.mod: Update openshift-online/ocm-sdk-go
...
This requires golang-jwt/jwt/v4.
2022-05-19 22:18:42 +02:00
dependabot[bot]
91663d5534
build(deps): bump github.com/Azure/go-autorest/autorest
...
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest ) from 0.11.21 to 0.11.25.
- [Release notes](https://github.com/Azure/go-autorest/releases )
- [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Azure/go-autorest/compare/autorest/v0.11.21...autorest/v0.11.25 )
---
updated-dependencies:
- dependency-name: github.com/Azure/go-autorest/autorest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 12:28:30 +02:00
Lars Karlitski
9c2c92f729
jobqueue: Introduce jobqueue backed by a postgres database
...
Co-authored-by: sanne <sanne.raymaekers@gmail.com>
2021-07-28 21:52:31 +01:00
Lars Karlitski
ad11ceecf4
worker: use openapi spec and generated code
...
Write an openapi spec for the worker API and use `deepmap/oapi-codegen`
to generate scaffolding for the server-side using the `labstack/echo`
server.
Incidentally, echo by default returns the errors in the same format that
worker API always has:
{ "message": "..." }
The API itself is unchanged to make this change easier to understand. It
will be changed to better suit our needs in future commits.
2020-09-06 18:42:23 +01:00