Commit Graph

155 Commits

Author SHA1 Message Date
f363ebacb8
Add cache option to read_json_files(). 2020-10-13 23:17:20 +02:00
d01c88e42a
Pass cache in lambda in clone() by value. 2020-10-13 23:11:26 +02:00
2cf7e6a245
Remove redundant filesystem include.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-13 20:58:45 +02:00
62f638c70f
Add get_lockfile(), create_lockfile() and remove_lockfile().
Some checks failed
continuous-integration/drone/push Build is failing
Preparation for caching the repository.
2020-10-13 20:41:03 +02:00
db18edd478
Add option to use cache dir to clone().
Preparation for caching the repository.
2020-10-13 19:25:55 +02:00
0f9736becd
Add note about the data path on non-Linux to readme. 2020-10-13 18:58:16 +02:00
4d3a574434
Add get_cachedir().
Preparation for caching the repository.
2020-10-13 18:55:12 +02:00
835ef9be26
Update nginx config in readme. 2020-07-14 18:03:38 +02:00
b1f57ee354
Fix test.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-14 17:55:35 +02:00
047cdc7295
rss: newline after “Receipts:”.
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-14 17:52:49 +02:00
fc59fe72c9
rss: Output Content-Type header.
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-14 17:46:50 +02:00
463a8792f0
Add test for space trimming in tags.
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-14 17:30:36 +02:00
d4e037670f
Remove spaces in front of and after tags.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-14 17:19:52 +02:00
2880f7f461
CI: Fix build errors on Ubuntu 18.04.
All checks were successful
continuous-integration/drone/push Build is passing
libgit2-dev depends on libcurl4-gnutls-dev, CMake < 3.12 has no IMPORTED
target for libcurl.
2020-07-08 07:41:52 +02:00
bede02659d
Update FindFilesystem, re-enable support for CMake 3.10.
Some checks failed
continuous-integration/drone/push Build is failing
Also re-enable tests on Ubuntu bionic with GCC 7 and clang 6.
2020-07-08 06:13:09 +02:00
1af807e588
RSS generator: write_line(): Move endtag detection into lambda.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-07 06:30:35 +02:00
7518947766
RSS kinda works.
All checks were successful
continuous-integration/drone/push Build is passing
- ./gen_rss outputs all entries.
- tag selection is implemented, but not exposed to the user.
2020-07-05 12:06:37 +02:00
37ddff8c00
Update clang-format config. 2020-07-05 12:06:37 +02:00
fac9c60eb6
Add string-to-string time conversion. 2020-07-05 12:06:29 +02:00
8325da3624
[WIP] RSS support.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-05 09:06:45 +02:00
cfb79577ae
HTML generator: Sort by date.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-05 08:11:59 +02:00
2e164316dd
Add date & time to entries. 2020-07-05 08:01:30 +02:00
4c2db38cff
Update .clang-format to clang-10. 2020-07-05 07:50:04 +02:00
a2d762ff20
Move read_json_files() to files::. 2020-07-05 05:53:57 +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
357c5b87a6
Add noindex tag to HTML output.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-04 09:43:45 +02:00
6cd60f848e
Update short description in readme.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-04 03:10:08 +02:00
22429c8175
Set required CMake version to 3.11.
Needed for FindFilesystem.
2020-07-04 02:14:20 +02:00
870039a7d6
HTML generator: Prettier HTML.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-02 11:50:04 +02:00
d4f4e8ae16
HTML generator: Make screenshots clickable. 2020-07-02 11:43:17 +02:00
92e137f3b2
Improve usage documentation.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-02 11:30:34 +02:00
7bdd65a3e9
Compatibility with nlohmann-json < 3.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-02 11:04:18 +02:00
eae3aa9bd4
HTML generator done.
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-02 09:47:56 +02:00
20666bdf35
Start work on HTML generator.
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-02 08:12:16 +02:00
b91cba19d8
Add json::from_json(). 2020-07-02 08:09:45 +02:00
96b8967f24
Move types to types.hpp. 2020-07-02 08:08:56 +02:00
16821fd90c
Simplify CMake config by making a reusable library.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-02 06:54:54 +02:00
eda8bcf69c
Version bump.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-02 05:14:23 +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
a3fca80b29
Update dependencies in readme.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-02 02:15:30 +02:00
60e56984c2
Compatibility with older nlohmann-json.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-02 02:07:52 +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
d7471e2533
Fix PR number acquisition. 2020-07-02 01:38:03 +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
772d982ea8
Add json::pull_request_body(). 2020-07-02 00:18:40 +02:00
119d304164
Add files::get_access_token(). 2020-07-02 00:18:16 +02:00
0c7df4b98a
Add libgit2 to CREDITS. 2020-07-01 22:16:30 +02:00
9d043bec3f
Made git branch iteration more compact. 2020-07-01 22:10:58 +02:00