Graham Christensen
ba1ea8d9c4
Merge pull request #989 from DeterminateSystems/docs/connect-local-db
...
docs: note how to connect to the database
2021-08-06 14:56:20 -04:00
Graham Christensen
5900e4d0b3
docs/notifications: fixup sending a notification
2021-08-06 14:35:38 -04:00
Graham Christensen
23ac4a665c
docs: note how to connect to the database
2021-08-06 14:34:59 -04:00
Shay Bergmann
d64caea870
Remove clause suggesting absolute paths don't work
2021-07-26 19:51:29 +00:00
Shay Bergmann
f36bffa008
Use absolute path in example as it seems to be working now
...
might have something to do with `-IncludeRelative`...
2021-07-26 19:29:28 +00:00
Shay Bergmann
45077a120d
... fix embarrassing typo...
2021-07-23 22:10:00 +00:00
Shay Bergmann
774194d681
Update docs
2021-07-22 23:12:25 -04:00
Cole Helbling
5e72d42575
Docs: fixup maintainers
derivation meta field example
2021-06-28 11:16:25 -07:00
Graham Christensen
59018323ae
Docs: document derivation attributes
2021-06-28 10:00:05 -04:00
Graham Christensen
6eb701fcf2
notifications: Document an example scenario where builds_finished is triggered twice.
2021-06-17 13:20:13 -04:00
Graham Christensen
e8afde5079
Write up some documentation on notifications
2021-06-17 13:15:34 -04:00
Graham Christensen
5700c351e8
Init a docs section for monitoring, document queue-runner-status and the prometheus metrics
2021-06-10 20:13:08 -04:00
Maximilian Bosch
963085a04a
Add AuthenSASL to perl deps; improve email docs
...
The addition of AuthenSASL seems to be necessary to properly
authenticate against an SMTP server. Without this I got errors
such as
error with Hydra::Plugin::EmailNotification=HASH(0x6ad0128)->buildFinished: SMTP auth requires MIME::Base64 and Authen::SASL
2021-04-26 18:33:57 +02:00
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