Commit graph

83 commits

Author SHA1 Message Date
Aleksey Kulikov
4717aab57f style: stricter linting 2021-10-23 12:31:18 +03:00
Aleksey Kulikov
f3fbc80f8e style: no implicit casts and dynamic 2021-10-22 17:25:06 +03:00
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
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
9f346c99f7 feat: add more toString overrides for debugging 2021-10-13 19:23:34 +03:00
Aleksey Kulikov
beed516c89 style: use Object instead of dynamic 2021-10-13 16:10:18 +03:00
Aleksey Kulikov
1972c6d1ab refactor!: use Oid instead of String for arguments 2021-10-13 15:31:20 +03:00
Aleksey Kulikov
23787adc3a refactor(stash)!: extract implementation of api 2021-10-13 11:53:24 +03:00
Aleksey Kulikov
20ca75639d refactor: remove unnecessary local variables 2021-10-12 19:21:58 +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
1d47b06955 feat(submodule): add bindings and api 2021-10-08 17:34:59 +03:00
Aleksey Kulikov
90e99faf81 feat(packbuilder): add bindings and api 2021-10-07 12:14:20 +03:00
Aleksey Kulikov
caac6b2fd2 feat(describe): add bindings and api 2021-10-06 16:02:25 +03:00
Aleksey Kulikov
0ed5e7c797 feat(graph): add bindings and api 2021-10-06 11:36:38 +03:00
Aleksey Kulikov
52707dcc63 feat(merge): add ability to merge file from index 2021-10-04 12:23:48 +03:00
Aleksey Kulikov
5c8d6647eb feat(note): add bindings and api 2021-10-01 17:34:01 +03:00
Aleksey Kulikov
5ee0662376 feat(blame): add bindings and api 2021-10-01 13:43:44 +03:00
Aleksey Kulikov
9686d93935 refactor: change naming of local variable to reflect intent 2021-09-30 19:10:43 +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
ec80ad3dd4 feat(attr): add bindings and api 2021-09-30 13:53:58 +03:00
Aleksey Kulikov
299d1a17e7 feat(remote): add ability to pass callbacks as arguments 2021-09-28 17:17:03 +03:00
Aleksey Kulikov
b5561212e0 refactor: use nullable strings instead of empty in arguments 2021-09-27 11:44:16 +03:00
Aleksey Kulikov
6d48ae742c feat(repository): add ability to pass callbacks for remote and repository creation during clone 2021-09-27 11:19:00 +03:00
Aleksey Kulikov
b1f112a30d feat(repository): add extended options to repository init 2021-09-24 13:18:04 +03:00
Aleksey Kulikov
5680fd8674 feat(repository): add ability to clone repository 2021-09-24 12:07:11 +03:00
Aleksey Kulikov
3c1a6b4ab4 refactor(reference): simplify api 2021-09-23 17:05:28 +03:00
Aleksey Kulikov
10b9864219 feat(repository): add alias for commit creation 2021-09-23 11:07:16 +03:00
Aleksey Kulikov
e0e16aea30 feat(remote): add bindings and api 2021-09-22 18:11:20 +03:00
Aleksey Kulikov
3b883c49e3 feat(signature): add bindings and api for default signature 2021-09-21 15:28:58 +03:00
Aleksey Kulikov
3cb55817ad feat(stash): add bindings and api 2021-09-21 13:18:11 +03:00
Aleksey Kulikov
b83fea9360 feat(commit): add ability to revert commit 2021-09-16 20:04:40 +03:00
Aleksey Kulikov
cd9f38c2bd feat(diff): add ability to apply diff 2021-09-16 18:56:53 +03:00
Aleksey Kulikov
344dba60e9 feat(patch): add bindings and api 2021-09-16 16:35:37 +03:00
Aleksey Kulikov
2ae5751efa feat(reset): add bindings and api 2021-09-13 12:31:37 +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
458c0bdc71 feat: override toString with relevant information for debugging 2021-09-10 12:03:37 +03:00
Aleksey Kulikov
628aa610d8 feat(checkout): add bindings and api 2021-09-09 19:56:15 +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
Aleksey Kulikov
1f2d00b177 feat(repository): add ability to check status of repo and single file 2021-09-07 19:08:28 +03:00
Aleksey Kulikov
a00078ba76 feat(worktree): add base bindings and api 2021-09-06 20:11:41 +03:00
Aleksey Kulikov
11dbb8195d feat(branch): add bindings and api 2021-09-06 19:10:41 +03:00
Aleksey Kulikov
fb69de66d2 refactor: pass sha hex string instead of Oid as argument 2021-09-04 12:21:42 +03:00