aboutsummaryrefslogtreecommitdiff
path: root/src/update (follow)
Commit message (Collapse)AuthorAgeLines
* process sync and update in parallelMax Audron2022-06-20-5/+6
| | | | | 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-1/+1
|
* move to mostly sync architectureMax Audron2022-06-20-2/+4
| | | | | | 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-2/+112
|
* initMax Audron2022-06-20-0/+14
amp;follow=1'>update dependenciesMax Audron-469/+457 2022-07-06release 1.0.1Max Audron-1/+57 2022-07-06paginate results from gitlab apiMax Audron-11/+36 2022-06-20add gitlab upload commandMax Audron-0/+4 2022-06-20prepare release 1.0.0Max Audron-3/+17 a3a5aae2448cdfbd8f83eff0cc04e7825f39078&follow=1'>add privmsg macroMax Audron-2/+40 2021-06-05fix jb remote urlsMax Audron-4/+4 2021-06-05remove egress gateway configMax 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 the log_msg function was poping the newest message and replacing it with the newest message, it should be poping the oldest messages. 2021-05-16add deployment stuffMax Audron-6/+27786 2021-05-15add container buildMax Audron-2/+35