Eelco Dolstra
20c1efeb5b
Merge pull request #904 from Ma27/gitea-integration
...
Add `GiteaStatus`-Plugin
2021-04-08 17:57:38 +02:00
Graham Christensen
5f91353824
doc/manual/src/installation.md: give a conf syntax type
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-05 16:42:15 +00:00
Graham Christensen
7bb9850656
doc: hacking: fixup nix-shell dependency comment
2021-04-05 16:10:09 +00:00
Graham Christensen
9788c52eff
doc: hacking: remove duplicate 'by default'
2021-04-05 16:10:09 +00:00
Graham Christensen
b03fa96186
doc: hacking: Quote perl5lib
2021-04-05 16:10:09 +00:00
Graham Christensen
2e47970a97
doc: switch shell session code blocks to console
type.
2021-04-05 16:10:09 +00:00
Graham Christensen
0ddf3d43f2
manual: document working on docs
2021-04-05 15:40:09 +00:00
Graham Christensen
d764eabfcc
docs: mention foreman under hacking
2021-04-05 15:40:09 +00:00
Maximilian Bosch
f9f5ab2fb1
Make gitea public URL configurable
...
Otherwise, it will be obtained from the jobset input that contains the
URL to the git repo to build.
2021-03-30 23:01:36 +02:00
Maximilian Bosch
fef142f13a
Implement simple status notifications for Git repos hosted on gitea
2021-03-30 14:10:21 +02:00
Janne Heß
9e018d5443
Add the project name to declarative inputs
...
This allows for more generic declarative configurations which can be
shared between projects.
2021-03-08 17:36:52 +01:00
Matej Cotman
a551fba346
statsd: add a chance to set hostname and port in hydra.conf
...
Co-authored-by: Graham Christensen <graham@grahamc.com>
2021-03-08 10:03:16 -05:00
Cole Helbling
2befb2c1e1
doc: document how to run tests
...
Both `make check` and `make && yath test` are now documented ways to
run the test suite.
2021-03-05 09:49:06 -08:00
Ismaël Bouya
9d916877fb
Add markdown files for documentation
...
projects.xml and declarative-projects.xml were merged with xmllint, and
then I ran that to convert files
for i in *.xml; do pandoc -s -f docbook -t markdown $i -o ${i/xml/md}; done
2021-02-24 01:07:00 +01:00