aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeLines
* implement basic cloning and updating with gixMax Audron2024-03-27-195/+307
|
* add error message if no projects foundMax Audron2023-08-02-2/+6
|
* paginate results from gitlab apiMax Audron2022-07-06-6/+26
|
* process sync and update in parallelMax Audron2022-06-20-16/+90
| | | | | Split the repos up in x batches where x is either decided on based on number of cpu cores available or given by the --jobs argument
* fix clippy lintsMax Audron2022-06-20-6/+6
|
* move to mostly sync architectureMax Audron2022-06-20-67/+102
| | | | | | the git repository struct is not sharable between threads, thus go single threaded for now and only call onto the tokio runtime for lookups towards gitlab.
* reorganize file structure and cleanup lintsMax Audron2022-06-20-513/+319
|
* implement cloning of new reposMax Audron2022-06-20-68/+248
|
* fix crash while walking non existing dirMax Audron2022-06-20-0/+5
|
* update dependenciesMax Audron2022-06-20-2/+3
|
* replace structopt with clap 3Max Audron2022-06-20-7/+10
|
* initMax Audron2022-06-20-0/+1079
d>-3/+3 2025-08-11add mail serverMax Audron-1/+245 2025-08-05add prometheus alerting rulesMax Audron-38/+144 2025-08-01add homepage dashboardMax Audron-3/+284 2025-08-01disable not used gameserversMax Audron-1/+2 2025-08-01add minecraft prometheus exporterMax Audron-3/+67 2025-08-01more monitoring & scrape config shortcutsMax Audron-68/+63 2025-08-01update garage to 2.0Max Audron-6/+10 2025-07-31fix authentik-ldap port bindingsMax Audron-0/+5 2025-07-31update to nixos 25.05Max Audron-113/+65 2025-07-31add more monitoring exporters and scrapersMax Audron-17/+57 2025-07-30try to run authentik nativelyMax Audron-26/+303 2025-07-30more metricsMax Audron-1/+41 2025-07-30enable firewallsMax Audron-1/+39 nfigMax Audron-10/+0 2021-06-05update tanka dependenciesMax Audron-8/+8 2021-06-05fix init container nameMax Audron-1/+1 2021-06-05fix tanka dependency pathMax Audron-8/+8 2021-06-05switch to https url for tanka util libMax Audron-2/+2 2021-06-05bump version to 1.0.2Max Audron-2/+2 2021-06-05add tanka ci configurationMax Audron-1/+1 2021-06-05ready tanka deploy for CIMax Audron-32/+69 2021-06-05remove tanka vendoringMax Audron-27651/+0 2021-05-26Release 1.0.1Max Audron-3/+3 2021-05-26fix log breaking once buffer fullMax Audron-2/+33 2021-05-16add deployment stuffMax Audron-6/+27786 2021-05-15add container buildMax Audron-2/+35