Commit graph

181 commits

Author SHA1 Message Date
Aleksey Kulikov
7b6e0c36f6 feat(reference): add ability to compare references 2021-08-09 12:08:58 +03:00
Aleksey Kulikov
1f0201d259 refactor(reference): remove duplication 2021-08-09 11:56:37 +03:00
Aleksey Kulikov
a474f06917 test: use setUp for tests instead of setUpAll 2021-08-07 19:00:14 +03:00
Aleksey Kulikov
2170965ad8 feat(reference): add ability to lookup reference by shorthand name 2021-08-06 20:28:38 +03:00
Aleksey Kulikov
cfc6d0412b feat(reference): add ability to rename reference 2021-08-06 18:57:21 +03:00
Aleksey Kulikov
30359f04d6 test(reference): set target with log message 2021-08-06 18:16:08 +03:00
Aleksey Kulikov
a1884b4dac feat(reference): add ability to get shorthand name of reference 2021-08-06 17:17:45 +03:00
Aleksey Kulikov
371d52b7f8 feat(reference): add ability to set target 2021-08-06 16:44:50 +03:00
Aleksey Kulikov
58fa54f24a feat(reference): add ability to get log of reference 2021-08-06 12:33:26 +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
9190ed2e0f feat(reference): add ability to create direct reference 2021-08-05 19:48:58 +03:00
Aleksey Kulikov
6643527f2d test(reference): add tests for symbolic refs 2021-08-04 16:34:28 +03:00
Aleksey Kulikov
2f896e6180 test(reference): add tests for tag 2021-08-04 15:42:24 +03:00
Aleksey Kulikov
6b076f3d07 test: add tag to testrepo 2021-08-04 15:33:33 +03:00
Aleksey Kulikov
5f60a693d3 feat(reference): add base bindings and api 2021-08-03 21:19:27 +03:00
Aleksey Kulikov
145af3054d chore: migrate from pedantic to lints package 2021-07-20 16:59:26 +03:00
Aleksey Kulikov
2c28fddcec feat(oid): add base bindings and api 2021-07-16 21:17:51 +03:00
Aleksey Kulikov
21001d170c test(repository): check if tmp directory exists and remove it before copying repo 2021-07-13 16:43:37 +03:00
Aleksey Kulikov
be680595bc test(repository): test against repo copied into tmp directory 2021-07-12 19:57:35 +03:00
Aleksey Kulikov
9acf3a8a9e feat(repository): add ability to set and get namespace 2021-07-09 15:38:15 +03:00
Aleksey Kulikov
4bd324a596 feat(repository): add base bindings and api 2021-07-08 20:24:58 +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
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
3aa322ea59 test(config): add tests 2021-06-03 17:21:07 +03:00