Aleksey Kulikov
|
d71e00947e
|
feat(merge): add ability to pass options to fileFromIndex(...) API method (#69)
|
2022-06-17 15:40:19 +03:00 |
|
Aleksey Kulikov
|
4e55d0f06c
|
refactor(repository)!: use Finalizer to automatically free allocated memory (#51)
BREAKING CHANGE: Return value of identity getter changed from Map<String, String> to Identity
|
2022-05-02 15:33:31 +03:00 |
|
Aleksey Kulikov
|
6d1ccd5c12
|
refactor(merge)!: add MergeAnalysis class containing analysis result and merge preference (#49)
BREAKING CHANGE: Return value of Merge.analysis(...) changed from List<Object> to MergeAnalysis.
|
2022-04-28 18:00:18 +03:00 |
|
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
|
9918ab0905
|
refactor(checkout)!: move checkout related methods into Checkout class (#42)
|
2022-01-25 20:16:46 +03:00 |
|
Aleksey Kulikov
|
570c696269
|
refactor(merge)!: move merge related methods into Merge class (#41)
|
2022-01-25 18:53:04 +03:00 |
|
Aleksey Kulikov
|
e7c18c35e2
|
refactor(repository)!: remove excessive aliases (#40)
BREAKING CHANGE: instead of removed aliases, API methods from relevant
classes should be called (e.g. Commit.create, Reference.lookup, etc.)
|
2022-01-25 17:25:15 +03:00 |
|
Aleksey Kulikov
|
f7dde69de3
|
feat(checkout)!: add ability to checkout commit (#35)
|
2022-01-21 17:10:41 +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
|
fe570a6990
|
feat(annotated)!: add more bindings and API methods (#26)
|
2021-12-22 17:41:34 +03:00 |
|
Aleksey Kulikov
|
9791b6324c
|
feat(merge)!: add more bindings and API methods (#24)
|
2021-12-21 17:11:41 +03:00 |
|
Aleksey Kulikov
|
e6bfdc5a85
|
feat(blob): add more bindings and API methods (#21)
|
2021-12-20 18:02:53 +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
|
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
|
cfa5268af2
|
style: use "map/where" instead of "for" loop
|
2021-10-12 14:56:56 +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
|
52707dcc63
|
feat(merge): add ability to merge file from index
|
2021-10-04 12:23:48 +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
|
466f960c7b
|
refactor: extract repo setup for tests
|
2021-09-23 16:35:05 +03:00 |
|
Aleksey Kulikov
|
7618f944c0
|
refactor!: return sets of git type flags instead of integers
|
2021-09-10 20:22:02 +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
|
188cdc4354
|
test(repository): add test for merge message
|
2021-09-10 10:44:35 +03:00 |
|
Aleksey Kulikov
|
659e69b1f2
|
feat(merge): add ability to cherry-pick commit
|
2021-09-09 15:40:05 +03:00 |
|
Aleksey Kulikov
|
63dabcdd2c
|
feat(merge): add more bindings and api methods
|
2021-09-09 14:39:40 +03:00 |
|
Aleksey Kulikov
|
223cc7cc14
|
feat(merge): add bindings and api for merge analysis
|
2021-09-08 16:03:35 +03:00 |
|