Commit Graph

10 Commits

Author SHA1 Message Date
tastytea a97ba99814
Fix error with fmt 4.
continuous-integration/drone/push Build is passing Details
2020-10-28 11:40:11 +01:00
tastytea c904108f4d
Use fmt::format for string formatting where it improves clarity.
continuous-integration/drone/push Build is failing Details
2020-10-28 11:01:08 +01:00
tastytea 093de01e78
Make git forge and repos exchangeable.
continuous-integration/drone/push Build is passing Details
We are still tied to Gitea because we use their API.
The string concatenation looks ugly, I think I'll change it later.
2020-10-27 17:50:14 +01:00
tastytea 2ecfeba803
Get the newest PRs when looking up the last PR number.
continuous-integration/drone/push Build is passing Details
What was I thinking? 🤦
2020-10-17 08:31:28 +02:00
tastytea dcf8053f2e
Fix warnings.
- Initialize variables and pointers.
- Enable automatic move in files::get_datadir().
- Remove unused using declarations and includes.
2020-07-05 05:53:26 +02:00
tastytea 96b8967f24
Move types to types.hpp. 2020-07-02 08:08:56 +02:00
tastytea f522c9ae45
Clean up everything.
continuous-integration/drone/push Build is passing Details
* More efficient.
* More readable.
* Errors are reported to the user.
2020-07-02 03:20:27 +02:00
tastytea d7471e2533
Fix PR number acquisition. 2020-07-02 01:38:03 +02:00
tastytea b1224b82b5
Use PR numbers instead of branch names to determine IDs. 2020-07-02 01:17:08 +02:00
tastytea 24d9e419fa
Add pull requests via Gitea API. 2020-07-02 00:19:18 +02:00