Go to file
Adnan Maolood ad42bf4448 gitsrht: Store visibility as enum instead of varchar
Add a 'visibility' enum type to the database and use it for the
repository.visibility column.

This required changes to scm.sr.ht code. Instead of updating scm.sr.ht,
most of the scm.sr.ht code that git.sr.ht uses was moved to git.sr.ht.
2022-03-14 09:59:12 +01:00
.builds .builds/alpine.yml: upgrade to 3.15 2022-02-21 18:19:33 +01:00
_static Handle unselecting all highlights properly 2020-08-21 09:09:17 -04:00
api gitsrht: Store visibility as enum instead of varchar 2022-03-14 09:59:12 +01:00
gitsrht gitsrht: Store visibility as enum instead of varchar 2022-03-14 09:59:12 +01:00
gitsrht-dispatch gitsrht-dispatch: add support for supplementary groups 2021-12-08 11:58:09 +01:00
gitsrht-keys gitsrht-keys: upgrade srht-keys dependency 2021-12-08 12:00:28 +01:00
gitsrht-shell gitsrht: Store visibility as enum instead of varchar 2022-03-14 09:59:12 +01:00
gitsrht-update-hook gitsrht: Store visibility as enum instead of varchar 2022-03-14 09:59:12 +01:00
scripts scripts/symlink-update-hook.py: fix conditionals 2020-02-17 11:38:50 -05:00
scss adapt code-view to window height 2021-06-06 11:27:36 -04:00
.gitignore api: Remove generated files, update Makefile 2022-02-14 15:42:09 +01:00
.gitmodules Update SCSS to srht standard 2017-02-05 17:41:17 -05:00
LICENSE AGPL 2017-04-08 17:06:51 -04:00
Makefile Makefile: Fix race condition 2022-02-14 15:42:10 +01:00
README.md Add README.md 2019-01-08 18:06:49 -05:00
cloneperf Go bits: parse Redis host as a URL 2019-12-19 10:31:26 -05:00
config.example.ini go.mod: core-go version bump 2021-12-01 09:35:05 +01:00
gitsrht-initdb add database stamp for core.sr.ht 2020-08-11 10:32:47 -04:00
gitsrht-migrate Set up scm.sr.ht webhooks 2019-04-19 13:59:25 -04:00
gitsrht-periodic gitsrht: Store visibility as enum instead of varchar 2022-03-14 09:59:12 +01:00
run.py Add debug server support for http cloning 2019-03-01 14:40:59 -07:00
setup.py Add minio dependency 2021-04-02 13:56:08 -04:00
static Implement authorized keys command 2017-04-02 06:51:26 -04:00

README.md

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

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