Commit graph

107 commits

Author SHA1 Message Date
3c40a32fba
feat: expose source code url in build details meta endpoint 2022-03-29 17:38:29 +05:30
da98218d31
chore: update copyright notice 2022-03-29 17:36:22 +05:30
8b075a66fd
fix: get rid of useless configuraiton options 2022-03-29 17:35:44 +05:30
837c3fd3e0
chore: address clippy lints 2022-03-29 16:56:06 +05:30
ef424cf070
make repository updates non-blocking 2021-10-30 15:37:24 +05:30
8cd9f0030d
configurable workers
This server will only see occasional traffic so it makes sense to spawn
only limited number of workers as opposed to spawning one worker/thread,
which is the default behavior.

I recommend at least two workers.
2021-10-30 15:30:38 +05:30
954ac6c578
routes:
- get build metadata
    - authenticate and update repository with branch configuration
2021-10-29 20:23:07 +05:30