Commit graph

16 commits

Author SHA1 Message Date
Aleksey Kulikov
7c6060b02c
test(credentials): enable some of the previously disabled tests for Linux (#82) 2023-02-02 16:15:24 +03:00
Aleksey Kulikov
984b44d992
refactor: move named arguments to front of tests (#52)
Use Dart's new feature "Named args everywhere"
2022-05-04 16:55:40 +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
d901d2e13f
feat: upgrade libgit2 to 1.4.0 (#45) 2022-02-16 16:57:52 +03:00
Aleksey Kulikov
6bdf133f06 test(credentials): use https instead of git
Github removed support of the unauthenticated git protocol.
2022-01-11 18:36: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
0e329bd2b1 test: fix tests failing in ci 2021-10-27 20:59:50 +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
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
4948bba773 test(credentials): add more test cases 2021-10-21 12:40:45 +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
ec80ad3dd4 feat(attr): add bindings and api 2021-09-30 13:53:58 +03:00
Aleksey Kulikov
4c7a096fe3 feat(repository): add ability to pass credentials in callbacks argument 2021-09-29 18:54:29 +03:00