Commit graph

25 commits

Author SHA1 Message Date
Aleksey Kulikov
7b14ee6b9b style: avoid lines longer than 80 characters 2021-10-22 17:13:42 +03:00
Aleksey Kulikov
a806d0a312 style: sort imports alphabetically 2021-10-22 15:10:04 +03:00
Aleksey Kulikov
26812ffe9c test(config): add more test cases 2021-10-20 11:29:41 +03:00
Aleksey Kulikov
20ca75639d refactor: remove unnecessary local variables 2021-10-12 19:21:58 +03:00
Aleksey Kulikov
5f7fdf4bd3 refactor!: use named arguments if there is more than one 2021-09-30 18:04:36 +03:00
Aleksey Kulikov
7b8dfcc1af feat(config): add api for config entry 2021-09-20 15:52:04 +03:00
Aleksey Kulikov
a78c38d8e3 refactor: revert 'use ffi Arena for resource management' 2021-08-27 15:05:05 +03:00
Aleksey Kulikov
747996b40c refactor: use ffi Arena for resource management 2021-08-25 18:33:17 +03:00
Aleksey Kulikov
543ebff223 feat(repository): add ability to discover repository from sub directories 2021-08-21 14:56:23 +03:00
Aleksey Kulikov
da8494d3e2 refactor(config): simplify api methods names 2021-08-21 11:25:06 +03:00
Aleksey Kulikov
594aca6474 feat(repository): add ability to get repository config 2021-08-12 20:00:25 +03:00
Aleksey Kulikov
2477b4efd8 refactor: use libgit free() functions instead of calloc() 2021-08-05 20:07:00 +03:00
Aleksey Kulikov
36f874c4a6 feat(config): add ability to delete multivar 2021-06-18 17:58:44 +03:00
Aleksey Kulikov
dadd235b66 test: organize tests into groups 2021-06-18 17:36:44 +03:00
Aleksey Kulikov
4bc2da5800 refactor: use clearer names for params 2021-06-18 17:21:45 +03:00
Aleksey Kulikov
2d1c026e73 feat(config): add ability to get values of all variables 2021-06-18 17:14:07 +03:00
Aleksey Kulikov
f6b8cc7005 feat(config): add ability to get value of variable 2021-06-18 16:50:34 +03:00
Aleksey Kulikov
7bea406ab9 feat(config): add ability to set value of multivar variable 2021-06-17 17:59:20 +03:00
Aleksey Kulikov
6a08a7b803 feat(config): add ability to get value(s) of multivar variable 2021-06-17 17:08:35 +03:00
Aleksey Kulikov
4988b295a5 feat(config): add ability to delete variable 2021-06-16 17:12:32 +03:00
Aleksey Kulikov
2cdcccefc9 feat(config): add ability to set value for variable 2021-06-16 16:48:28 +03:00
Aleksey Kulikov
570e5bad52 refactor!: change api 2021-06-04 17:41:52 +03:00
Aleksey Kulikov
aa5815ff27 feat: add more functions to api 2021-06-03 17:19:04 +03:00
Aleksey Kulikov
b094d42030 feat: change error message 2021-06-03 11:35:32 +03:00
Aleksey Kulikov
1c6c5579d7 feat: prototype config api 2021-06-02 20:44:58 +03:00