Viktor Borisov
bb75589a14
fix tests on windows platform
...
I had some problems with SSH for windows and I skipped them for the specific platform:
- clones repository with provided keypair
- clones repository with provided keypair from memory
- throws when provided keypair from memory is incorrect
2023-02-24 19:58:12 +07:00
Aleksey Kulikov
b66662f33c
chore: v1.2.2
2023-02-03 12:54:44 +03:00
Aleksey Kulikov
e1ca7e81a2
chore: remove coverage badge
2023-02-02 16:20:28 +03:00
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
ed67a4e307
fix: lookup package in correct location of Dart/Flutter cached packages ( #81 )
2023-02-02 15:29:31 +03:00
Aleksey Kulikov
675872c3ef
chore: v1.2.1
2022-12-24 19:09:16 +03:00
Aleksey Kulikov
fa946c5ce3
fix: use default location of Flutter's '.pub_cache' folder ( #79 )
2022-12-24 19:01:37 +03:00
Aleksey Kulikov
34d492a9b6
docs: update README with troubleshooting instructions for Windows
2022-11-22 15:27:25 +03:00
Aleksey Kulikov
ef9390d08b
chore: bump minimum dart and flutter versions ( #76 )
2022-09-16 16:45:31 +03:00
Dillon Nys
d55742d6d7
chore: Lookup library in system path ( #75 )
2022-08-10 19:43:28 +03:00
Aleksey Kulikov
07e83a1f41
chore: v1.2.0
2022-07-15 13:23:22 +03:00
Aleksey Kulikov
a41fc55099
feat: upgrade libgit2 to 1.5.0 ( #74 )
2022-07-15 13:10:42 +03:00
Aleksey Kulikov
016370625b
style: stricter linting
2022-07-05 18:00:35 +03:00
Aleksey Kulikov
4a36922129
feat(reset): add ability to pass checkout options to reset(...)
API method ( #72 )
2022-06-23 18:37:27 +03:00
Aleksey Kulikov
5f829dd1ca
feat(worktree): add ability to pass options to prune(...)
API method ( #71 )
2022-06-18 11:54:46 +03:00
Aleksey Kulikov
2daadaa9a4
style: annotate declarations for internal use ( #70 )
2022-06-18 11:17:14 +03:00
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
aa073c531e
feat(index): add ability to pass options to addAll(...)
API method ( #68 )
2022-06-17 14:52:46 +03:00
Aleksey Kulikov
d113af44b5
feat(commit): add ability to pass options to revert(...)
and revertTo(...)
API methods ( #67 )
...
- select parent to revert to for merge commits
- merge options
- checkout options
2022-06-17 12:43:54 +03:00
Aleksey Kulikov
75687c469c
chore: upgrade dependencies
2022-06-17 10:16:43 +03:00
Aleksey Kulikov
aa74c46a12
chore: v1.1.2
2022-06-09 18:02:49 +03:00
Aleksey Kulikov
6be34fe9a0
fix: lookup library in Flutter's .pub_cache folder ( #66 )
2022-06-09 17:56:27 +03:00
Aleksey Kulikov
48e2240c73
feat(revwalk): add ability to limit number of commits to walk ( #65 )
2022-06-09 17:15:55 +03:00
Aleksey Kulikov
a708d54b0a
chore: v1.1.1
2022-06-08 15:39:19 +03:00
Aleksey Kulikov
b0b8067203
fix: lookup library in correct locations ( #64 )
2022-06-08 15:31:27 +03:00
Aleksey Kulikov
5739de545b
feat(note): add ability to pass notes location ( #63 )
...
Add ability to pass optional notes location to `Note.list(...)` method (defaults to "refs/notes/commits").
2022-05-30 15:29:40 +03:00
Aleksey Kulikov
3d235f5ce4
refactor: use extensions ( #62 )
2022-05-30 13:58:08 +03:00
Aleksey Kulikov
4aea9a306a
chore: v1.1.0
2022-05-25 13:22:15 +03:00
Aleksey Kulikov
ae2aef5e2e
refactor: use loops inside list literals ( #60 )
2022-05-25 12:16:40 +03:00
Aleksey Kulikov
c35d336a56
feat: add ability to get and set libgit2 global options ( #59 )
2022-05-24 16:07:57 +03:00
Aleksey Kulikov
3900ec92cc
chore: upgrade dependencies ( #58 )
2022-05-23 13:50:15 +03:00
Aleksey Kulikov
faddaa52e2
feat(reset): add ability to remove entries in index ( #57 )
2022-05-18 15:49:08 +03:00
Aleksey Kulikov
16c42b9b2d
feat(repository): add ability to compare Identity objects ( #56 )
2022-05-10 20:50:52 +03:00
Aleksey Kulikov
d231164775
feat(repository): add ability to compare objects ( #55 )
...
Add naive objects comparison based on repository path. Use with caution,
previously loaded into memory index, odb, etc. might be different.
2022-05-10 19:57:24 +03:00
Aleksey Kulikov
bad40bdb61
feat: add ability to compare objects ( #54 )
2022-05-10 16:18:55 +03:00
Aleksey Kulikov
5dfedadfe6
chore: prepare to publish
2022-05-05 16:56:02 +03:00
Aleksey Kulikov
64f6a475cc
docs(credentials): clarify documentation
2022-05-05 16:23:04 +03:00
Aleksey Kulikov
e9e70cfc62
refactor(git_types): use enums ( #53 )
...
Use Dart's new feature "Enhanced enums with members".
2022-05-05 13:12:47 +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
c73f61d102
docs: add more examples
2022-05-04 16:34:59 +03:00
Aleksey Kulikov
0d78a99b55
test: rename markers to keep empty folders
2022-05-04 14:24:58 +03:00
Aleksey Kulikov
eacbea8f19
docs: add examples
...
closes #6
2022-05-03 21:03:03 +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
aef440e345
refactor(remote)!: add RemoteReference class ( #50 )
...
BREAKING CHANGE: Return value of ls(...) changed from List<Map<String, Object?>> to List<RemoteReference>
2022-04-29 15:24:05 +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
9d61584165
docs: update docs for bindings and api
2022-04-28 16:04:30 +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
94c40f9a94
test: disable repository owner verification for tests ( #47 )
2022-04-13 14:02:26 +03:00
Aleksey Kulikov
f42f8a6e1b
feat: upgrade libgit2 to 1.4.3
2022-04-13 11:44:56 +03:00
Aleksey Kulikov
94fbb8317f
feat: upgrade libgit2 to 1.4.2
2022-02-28 11:30:04 +03:00