Commit graph

21 commits

Author SHA1 Message Date
Aleksey Kulikov
dc5f510aa5 feat(commit): add base bindings and api 2021-08-24 19:08:12 +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
a97dcaa0d3 feat(reference): add ability to create symbolic reference 2021-08-06 11:53:13 +03:00
Aleksey Kulikov
2477b4efd8 refactor: use libgit free() functions instead of calloc() 2021-08-05 20:07:00 +03:00
Aleksey Kulikov
4f851bc2e5 refactor: remove unnecessary try-catch 2021-08-05 19:58:34 +03:00
Aleksey Kulikov
b8b69100f1 refactor(config): assign memory address to _configPointer variable 2021-07-08 20:27:25 +03:00
Aleksey Kulikov
4bd324a596 feat(repository): add base bindings and api 2021-07-08 20:24:58 +03:00
Aleksey Kulikov
39e2676055 refactor(config): change bindings import alias 2021-07-07 19:47:37 +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
1c6c5579d7 feat: prototype config api 2021-06-02 20:44:58 +03:00