0
0
mirror of https://git.sr.ht/~sircmpwn/builds.sr.ht synced 2023-04-22 17:55:48 +00:00
This repository contains the code for the sr.ht build service. For instructions on deploying or contributing to this project, visit the manual here: https://man.sr.ht/builds.sr.ht/installation.md
Go to file
Drew DeVault 7a00f10f33 API: fetch user context in loader implementation
Fetching it outside of this function will cause it to attempt to fetch
the auth context when the middleware is stood up, which occurs
unconditionally on all requests -- including unauthenticated ones, such
as /query/metrics. Moving it into the function body causes it to only
occur once we actually attempt to fetch jobs.
2023-04-17 14:05:43 +02:00
_static Add Libre.js header to yaml.js 2021-12-17 11:57:46 +01:00
.builds Upgrade to Alpine 3.17 2023-03-22 11:04:21 +01:00
api API: fetch user context in loader implementation 2023-04-17 14:05:43 +02:00
buildsrht Implement job visibility 2023-04-17 13:17:13 +02:00
contrib Add fedora/39 and adjust rawhide 2023-02-28 09:39:50 +01:00
images images/freebsd: upgrade to 13.2 2023-04-11 14:45:24 +02:00
scss Make "to-bottom" link sticky too 2022-10-10 11:28:33 +02:00
worker allow referencing secrets by name in manifests 2023-02-22 09:13:06 +01:00
.gitignore Remove models_gen.go 2022-03-24 14:42:54 +01:00
buildsrht-initdb add database stamp for core.sr.ht 2020-08-10 09:46:49 -04:00
buildsrht-keys Add "master-shell", supports submitting via SSH 2020-07-30 16:59:31 -04:00
buildsrht-migrate API: implement user account deletion 2022-11-01 15:35:00 +01:00
config.example.ini Add api-origin to example config 2022-05-10 10:31:02 +02:00
go.mod Upgrade Go dependencies 2023-04-17 13:16:13 +02:00
go.sum Upgrade Go dependencies 2023-04-17 13:16:13 +02:00
LICENSE AGPL 2017-04-08 17:06:12 -04:00
Makefile Upgrade to Alpine 3.17 2023-03-22 11:04:21 +01:00
master-shell buildsrht: Use GraphQL to submit builds 2022-06-29 17:13:44 +02:00
README.md Correct link in README.md 2019-01-08 18:07:54 -05:00
run.py Use new way of running debug/local services 2019-01-16 20:40:39 -05:00
runner-shell Add "master-shell", supports submitting via SSH 2020-07-30 16:59:31 -04:00
schema.sql Implement job visibility 2023-04-17 13:17:13 +02:00
setup.py GraphQL finishing touches 2021-05-03 14:08:21 -04:00
static Add setup.py 2017-04-18 09:12:56 -04:00

This repository contains the code for the sr.ht build service. For instructions on deploying or contributing to this project, visit the manual here:

https://man.sr.ht/builds.sr.ht/installation.md