Michael Muré
|
aa0449a3ea
|
Merge remote-tracking branch 'origin/master' into dag-entity
|
2021-03-29 11:02:08 +02:00 |
|
Michael Muré
|
9434d2ea5c
|
repo: fix security issue that could lead to arbitrary code execution
see https://blog.golang.org/path-security for details
|
2021-03-21 22:37:19 +01:00 |
|
Michael Muré
|
2bdb1b60ff
|
entity: working commit signatures
|
2021-02-14 12:19:02 +01:00 |
|
Michael Muré
|
e35c7c4d17
|
entity: more testing and bug fixing
|
2021-02-14 12:19:01 +01:00 |
|
Michael Muré
|
dc5059bc33
|
entity: more progress on merging and signing
|
2021-02-14 12:19:00 +01:00 |
|
Michael Muré
|
8d63c983c9
|
WIP
|
2021-02-14 12:19:00 +01:00 |
|
Michael Muré
|
5c4e7de012
|
repository: partially add two new functions to RepoData
|
2021-02-14 12:18:59 +01:00 |
|
Michael Muré
|
fb0c5fd061
|
repo: expose all lamport clocks, move clocks in their own folder
|
2021-02-14 12:15:41 +01:00 |
|
Michael Muré
|
8128bb79b0
|
repo: close before deleting
|
2020-12-08 15:09:58 +01:00 |
|
Michael Muré
|
c884d557bf
|
repo: move bleve there
|
2020-12-08 14:42:13 +01:00 |
|
Michael Muré
|
71e1303234
|
repo: simpler clock mutex locking
|
2020-12-08 13:15:21 +01:00 |
|
Michael Muré
|
be6e653f15
|
repo: remove the memory-only repo for now
|
2020-12-08 13:07:53 +01:00 |
|
Michael Muré
|
4ef2c11040
|
repo: finish RepoStorage move
|
2020-12-08 13:07:51 +01:00 |
|
Michael Muré
|
bca9ae8274
|
repo: more work towards RepoStorage
|
2020-12-05 21:41:10 +01:00 |
|
Mark
|
28adf41af6
|
Move new RepoStorage interface to GoGitRepo, revert repoTest
|
2020-12-05 21:41:10 +01:00 |
|
Karl Semich
|
9f1d0e6f8b
|
read name from both global and local config
|
2020-10-30 17:20:19 -04:00 |
|
Michael Muré
|
ca4020f4fa
|
repository: workaround a go-git bug and ensure sorted tree object
|
2020-10-25 00:24:26 +02:00 |
|
Michael Muré
|
5d1fc3ff39
|
repo: minor cleanup
|
2020-10-04 20:46:38 +02:00 |
|
Michael Muré
|
1eb1317318
|
repo: fix missing keyring on the go-git repo
|
2020-10-04 20:03:44 +02:00 |
|
Michael Muré
|
1a0c86a12d
|
repo: use go-git in more places, fix push
|
2020-10-04 19:56:16 +02:00 |
|
Michael Muré
|
db20bc34e5
|
repo: fallback editor list by looking if the binary exist
|
2020-09-29 22:00:35 +02:00 |
|
Michael Muré
|
4055495c8b
|
repo: fix wrong ordering in gogit's ListCommit
|
2020-09-29 20:43:54 +02:00 |
|
Michael Muré
|
0acb3505ff
|
repo: implement GetCoreEditor for go-git
|
2020-09-29 20:43:54 +02:00 |
|
Michael Muré
|
d8b49e025a
|
repo: ReadTree must accept either a commit or a tree hash
|
2020-09-29 20:42:21 +02:00 |
|
Michael Muré
|
eb88f0e446
|
repo: more config related bug fixes
|
2020-09-29 20:42:21 +02:00 |
|
Michael Muré
|
71b7eb1401
|
repo: implement local/global/any config everywhere
|
2020-09-29 20:42:21 +02:00 |
|
Michael Muré
|
cdfbecf3e2
|
repo: fix gogit clock path
|
2020-09-29 20:42:21 +02:00 |
|
vince
|
27e70af236
|
fix ListCommits implementation
|
2020-09-29 20:42:21 +02:00 |
|
Michael Muré
|
d4f1d5659b
|
repo: fix some go-git implementation
|
2020-09-29 20:42:21 +02:00 |
|
vince
|
e442ed36b3
|
Add more function implementations
|
2020-09-29 20:42:21 +02:00 |
|
Michael Muré
|
2bda70316d
|
repository: more go-git implementation
|
2020-09-29 20:42:21 +02:00 |
|
Michael Muré
|
b127481364
|
repository: add access to the system keyring, with fallback on a file
|
2020-09-29 20:42:21 +02:00 |
|
Michael Muré
|
d171e11028
|
repository: partial impl of a go-git backed Repo
|
2020-09-29 20:42:20 +02:00 |
|