Commit Graph

29 Commits

Author SHA1 Message Date
093de01e78
Make git forge and repos exchangeable.
All checks were successful
continuous-integration/drone/push Build is passing
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
30e89d7bef
Improve explanation after successful submit. 2020-10-27 17:05:18 +01:00
7ac8ddb230
Check if required fields are filled in.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-19 16:05:26 +02:00
9b4b439432
Use caching for new entries.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-17 01:55:29 +02:00
c3020b782d
Set, create and remove repo directory in git::init() and shutdown(). 2020-10-14 00:31:09 +02:00
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
96b8967f24
Move types to types.hpp. 2020-07-02 08:08:56 +02:00
f522c9ae45
Clean up everything.
All checks were successful
continuous-integration/drone/push Build is passing
* More efficient.
* More readable.
* Errors are reported to the user.
2020-07-02 03:20:27 +02:00
c6d6625fa1
Tell users when an error happened.
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-02 01:39:19 +02:00
5c6a6414f2
Cleanup main().
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-02 01:26:47 +02:00
b1224b82b5
Use PR numbers instead of branch names to determine IDs. 2020-07-02 01:17:08 +02:00
24d9e419fa
Add pull requests via Gitea API. 2020-07-02 00:19:18 +02:00
09e31b676c
Report branch URL. 2020-07-01 22:10:11 +02:00
9025e77cb2
Add more namespaces for clearer code.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-01 20:51:35 +02:00
778b958791
Remove temporary directory again.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-01 12:10:04 +02:00
85273e1b0d
Print data dir in debug output. 2020-07-01 12:00:36 +02:00
90545b0681
git: Add push().
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-01 10:24:38 +02:00
74e1471e49
Rename git functions, error checking with fewer steps.
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-01 08:56:20 +02:00
542d1a865c
Add git namespace. 2020-07-01 08:50:16 +02:00
46921a6e95
Add make_commit(). 2020-07-01 08:48:36 +02:00
afd1e058ed
add make_new_branch(). 2020-07-01 04:38:08 +02:00
c219aa80a5
git clone + brittle ID calculation.
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-01 03:51:00 +02:00
36ce7176c8
Make functions that create and return, remove the temporary dir. 2020-07-01 02:18:30 +02:00
b4c4393cd8
Add compatibility for GCC-7.
Some checks failed
continuous-integration/drone/push Build is failing
In GCC-7 filesystem is in std::experimental.
2020-06-29 23:15:14 +02:00
4ce4fdd4fd
Add support for screenshots.
Some checks reported errors
continuous-integration/drone/push Build was killed
2020-06-29 22:37:09 +02:00
8158c85de7
Add JSON converter. 2020-06-29 06:10:15 +02:00
1b3bd0c425
Parse form data and output it.
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-29 05:21:23 +02:00
3731d0db43
Print QUERY_STRING.
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-29 03:28:07 +02:00
ed2fd29d21
Add skeleton.
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-29 03:07:46 +02:00