Aleksey Kulikov
|
a3213a88a2
|
refactor!: use Finalizer to automatically free allocated memory for objects (#48)
BREAKING CHANGE: signature change for remote and repository callbacks during repository clone operation.
|
2022-04-28 11:04:48 +03:00 |
|
Aleksey Kulikov
|
7b57c41253
|
test: improve coverage (#44)
|
2022-01-26 16:11:38 +03:00 |
|
Aleksey Kulikov
|
08cbe8a17f
|
refactor!: use class names instead of aliases from Repository in tests (#37)
BREAKING CHANGE: move API methods related to diffing into Diff class
|
2022-01-25 12:05:34 +03:00 |
|
Aleksey Kulikov
|
59cf7174f6
|
refactor: compose paths using path package
|
2021-12-31 12:00:04 +03:00 |
|
Aleksey Kulikov
|
c516119397
|
style: clean up tests names
|
2021-12-23 15:29:28 +03:00 |
|
Aleksey Kulikov
|
74a20a9cf2
|
feat(commit): add binding and API method for git_revert (#30)
|
2021-12-23 11:40:29 +03:00 |
|
Aleksey Kulikov
|
fe570a6990
|
feat(annotated)!: add more bindings and API methods (#26)
|
2021-12-22 17:41:34 +03:00 |
|
Aleksey Kulikov
|
5740831bb9
|
feat(commit): add more bindings and API methods (#22)
|
2021-12-20 20:42:16 +03:00 |
|
Aleksey Kulikov
|
e6bfdc5a85
|
feat(blob): add more bindings and API methods (#21)
|
2021-12-20 18:02:53 +03:00 |
|
Aleksey Kulikov
|
c2da51af94
|
feat(commit): make 'updateRef' to be required argument
|
2021-11-02 18:00:15 +03:00 |
|
Aleksey Kulikov
|
7f0cd86e72
|
test: remove checks for messages of throws
Platform specific messages for throws is different, so checking that test
throws proper type should be enough
|
2021-10-27 16:44:04 +03:00 |
|
Aleksey Kulikov
|
a806d0a312
|
style: sort imports alphabetically
|
2021-10-22 15:10:04 +03:00 |
|
Aleksey Kulikov
|
a24070c44c
|
docs: improve api documentation
|
2021-10-22 14:41:15 +03:00 |
|
Aleksey Kulikov
|
199dce111a
|
feat(commit): add ability to amend commit
|
2021-10-21 15:44:04 +03:00 |
|
Aleksey Kulikov
|
127849519d
|
test: add more tests for throws and their messages
|
2021-10-19 17:16:39 +03:00 |
|
Aleksey Kulikov
|
d6eae1e9ed
|
test: improve coverage
|
2021-10-15 17:37:38 +03:00 |
|
Aleksey Kulikov
|
1972c6d1ab
|
refactor!: use Oid instead of String for arguments
|
2021-10-13 15:31:20 +03:00 |
|
Aleksey Kulikov
|
3a0fa75929
|
feat(repository)!: add more aliases for api methods
BREAKING CHANGE: Make repository entry point for most operations
|
2021-10-11 20:06:36 +03:00 |
|
Aleksey Kulikov
|
03e2922517
|
style: remove unnecessary imports
|
2021-10-08 18:34:58 +03:00 |
|
Aleksey Kulikov
|
466f960c7b
|
refactor: extract repo setup for tests
|
2021-09-23 16:35:05 +03:00 |
|
Aleksey Kulikov
|
10b9864219
|
feat(repository): add alias for commit creation
|
2021-09-23 11:07:16 +03:00 |
|
Aleksey Kulikov
|
cf677e488a
|
refactor!: use IterableMixin where possible
|
2021-09-20 13:03:43 +03:00 |
|
Aleksey Kulikov
|
2fd43f3efe
|
chore: upgrade ffigen
|
2021-09-17 21:15:40 +03:00 |
|
Aleksey Kulikov
|
b83fea9360
|
feat(commit): add ability to revert commit
|
2021-09-16 20:04:40 +03:00 |
|
Aleksey Kulikov
|
050c0eb57a
|
refactor(commit)!: return Tree object instead of Oid for tree getter
|
2021-09-10 12:16:26 +03:00 |
|
Aleksey Kulikov
|
2cf974c624
|
feat(repository): add ability to lookup different types of git objects with []
|
2021-09-04 12:04:28 +03:00 |
|
Aleksey Kulikov
|
139c477d4a
|
feat(treebuilder): add bindings and api
|
2021-09-03 16:30:46 +03:00 |
|
Aleksey Kulikov
|
f0803298c8
|
feat(blob): add bindings and api
|
2021-09-02 18:03:41 +03:00 |
|
Aleksey Kulikov
|
94b4116adf
|
feat(commit): add ability to create commit with different number of parents
|
2021-08-30 16:45:37 +03:00 |
|
Aleksey Kulikov
|
c90561ed8f
|
feat(commit): add ability to create commit
|
2021-08-27 21:17:19 +03:00 |
|
Aleksey Kulikov
|
747996b40c
|
refactor: use ffi Arena for resource management
|
2021-08-25 18:33:17 +03:00 |
|
Aleksey Kulikov
|
dc5f510aa5
|
feat(commit): add base bindings and api
|
2021-08-24 19:08:12 +03:00 |
|