Dmitry Zuikov
58fecd442b
indexed keys, hbs2-keyman and hbs2-sync updated
2024-08-27 09:16:10 +03:00
Vladimir Krutkin
f7119564fb
Added the manifest update command, fixed bugs
2024-08-26 17:15:13 +03:00
Dmitry Zuikov
9bab121743
merged hbs2-cli ans hbs2-sync
2024-08-07 15:20:19 +03:00
Dmitry Zuikov
26a023d60d
hbs2-peer refchan cat && hbs2-peer reflog cat
2024-04-09 12:04:13 +03:00
Dmitry Zuikov
d2082de4bf
patch 0.24.1.1
2024-04-02 06:39:50 +03:00
Dmitry Zuikov
da6bb6bcb4
0.24.1
2024-03-20 08:17:22 +03:00
Dmitry Zuikov
fc9b0ffb40
fixed bug? with readRef
2024-03-06 16:16:44 +03:00
Dmitry Zuikov
e9c7c9dbae
merged new download and some intermediate changes
2024-03-06 16:10:24 +03:00
Dmitry Zuikov
cc7f2dd948
download fixes
2024-02-21 05:55:13 +03:00
Dmitry Zuikov
e6ae5fb593
version command
...
commit 9df07ae34a6d1c7f53cee3abe2304ff81eb0a26c
Author: Sergey Ivanov <ivanovs-4@yandex.ru>
Date: Tue Oct 24 22:25:34 2023 +0400
`version` command for hbs2, hbs2-peer, git-hbs2
2024-01-28 07:52:08 +03:00
Dmitry Zuikov
f0d469766e
small-encrypted-block wip
2023-12-26 07:34:23 +03:00
Dmitry Zuikov
f3a4082099
new encryption format
2023-12-01 10:59:07 +03:00
Dmitry Zuikov
002ecf7b3e
merged notify-proto-debug fixes
2023-11-06 08:56:10 +03:00
Dmitry Zuikov
35905b94bd
Notify proto + wiping resource-t in Messaging/Unix
2023-11-03 16:49:29 +03:00
Dmitry Zuikov
328275d14e
bugfixes
2023-10-18 17:06:43 +03:00
Dmitry Zuikov
29fdd23602
fixed reflog sync bug
2023-10-18 10:16:11 +03:00
Dmitry Zuikov
2962cc78ea
fix git hbs2 init
2023-10-17 11:40:03 +03:00
Dmitry Zuikov
6069abb33e
git hbs2 init
2023-10-17 11:20:21 +03:00
Dmitry Zuikov
e7f4adb9a1
fix-empty-pushes
2023-10-17 05:14:23 +03:00
Dmitry Zuikov
3be12d8304
new encrypted repo push bugfix
2023-10-16 17:12:28 +03:00
Dmitry Zuikov
b7d0e1730d
removed debug print
2023-10-16 15:49:21 +03:00
Dmitry Zuikov
06970f527b
git clone --mirror location bug fixed
2023-10-16 15:42:13 +03:00
Dmitry Zuikov
9f745148e6
fixed wtf / workaround?
2023-10-16 07:45:17 +03:00
Dmitry Zuikov
7dde27345f
git-scan-for-missed-blocks-first
2023-10-16 07:21:25 +03:00
Dmitry Zuikov
246518cd34
ghc 9.4.6
2023-10-16 06:13:27 +03:00
Dmitry Zuikov
35b7c87eef
suckess-conf and fixme dependencies moved to git.hbs2.net
2023-10-15 15:34:43 +03:00
Dmitry Zuikov
8d83317251
fix hbs2-reposync for RO config
2023-10-15 14:09:37 +03:00
Dmitry Zuikov
6d7616c426
debug-2
2023-10-15 13:27:41 +03:00
Dmitry Zuikov
5397cd352b
debug
2023-10-15 13:14:44 +03:00
Dmitry Zuikov
be67ff026e
debug
2023-10-15 13:09:08 +03:00
Dmitry Zuikov
6661006974
basic tool for hbs2 repo syncronization
2023-10-14 13:07:03 +03:00
Dmitry Zuikov
64400a425e
dynamic polling management
2023-10-13 10:06:17 +03:00
Dmitry Zuikov
24644ab1df
bugfix
2023-10-12 18:39:45 +03:00
Dmitry Zuikov
c829a6d37c
group-keys / repository-encryption to test
2023-10-12 09:58:13 +03:00
Dmitry Zuikov
3e62d03c9b
fix bug-git-new-branches-on-second-run
2023-10-08 06:25:59 +03:00
Dmitry Zuikov
ded14a0e26
minor bugfix
2023-10-07 14:48:49 +03:00
Dmitry Zuikov
8842843ffb
hbs2-git-to-new-rpc
2023-10-07 14:29:40 +03:00
Dmitry Zuikov
99f0b4a7ad
bugfix (missed objects)
2023-10-06 17:16:40 +03:00
Dmitry Zuikov
8ed863c552
fix hbs2-git cookie
2023-10-06 15:26:12 +03:00
Dmitry Zuikov
43b4af607e
fixing git clone
2023-10-06 13:44:47 +03:00
Dmitry Zuikov
9a2b9d8df7
introduced cookie to state db files
...
in order to make multi-repo work for single reference
and as a first step to join all states into one db
(here may be issues though)
2023-10-06 11:16:07 +03:00
Dmitry Zuikov
233c1445b1
introducing cookie
2023-10-06 09:30:48 +03:00
Dmitry Zuikov
78c99fcee4
new config location for hbs2-git
...
now it's under .hbs2 on the same level,
where .git/ directory is located.
migration should work automatically. probably.
2023-10-06 08:03:23 +03:00
Dmitry Zuikov
0f0085d4b6
fix: hbs2-git. proper refval calculation
...
Now "git push --force" and "git push origing :branch" aka brancg
removing work.
Basing on "rank", where "rank" is a number
of transactions in reflog on commit time,
It works, cause reflog is append-only and
transaction number is growing-only and there
is only one writer.
WARNING: you **must** move to this commit right now.
2023-09-22 07:05:39 +03:00
Sergey Ivanov
67892fca02
Update command `export`
2023-09-21 08:10:16 +03:00
Sergey Ivanov
5ffb44ac49
Revert "test PR ADibgyhKo6 hbs2-git-config-location"
...
This reverts commit 5b5639fc2b
.
2023-08-23 16:38:46 +04:00
Sergey Ivanov
b7079c2915
Revert "PR CG2C18TK8v "account asyncs, respawn node on errors""
...
This reverts commit 8904704edc
.
2023-08-16 16:50:16 +04:00
Dmitry Zuikov
5b5639fc2b
test PR ADibgyhKo6 hbs2-git-config-location
...
Squashed commit of the following:
commit a2652dfcb84e6318edbfd470284999ac55058a59
Author: Vladimir Krutkin <krutkinvs@gmail.com>
Date: Tue Aug 15 09:40:08 2023 +0300
Fix: create ".hbs2-git" dir if missing
commit 5c76f287b457e1bf7199631b0035c541c44a0d3b
Author: Vladimir Krutkin <krutkinvs@gmail.com>
Date: Mon Aug 14 17:08:15 2023 +0300
fixme
commit 721bed688408a02fb3e7bf9e9ea70fad73f2f665
Author: Vladimir Krutkin <krutkinvs@gmail.com>
Date: Mon Aug 14 17:07:21 2023 +0300
PR
commit 82d5a30f4510b3f70bfbf2bc208b14df4ce2b17d
Author: Vladimir Krutkin <krutkinvs@gmail.com>
Date: Mon Aug 14 17:01:09 2023 +0300
Changed hbs2-git config file location, refactoring
commit 84b0e7024afaaa892842b36b0d6691c9cb348ce1
Author: Vladimir Krutkin <krutkinvs@gmail.com>
Date: Mon Aug 14 16:46:31 2023 +0300
Fix warnings
commit 916436fed8ee6c8f2eb25dd24acc5f616e5e31a0
Author: Vladimir Krutkin <krutkinvs@gmail.com>
Date: Wed Aug 9 17:04:34 2023 +0300
Fix warnings
2023-08-15 10:20:52 +03:00
Dmitry Zuikov
8904704edc
PR CG2C18TK8v "account asyncs, respawn node on errors"
2023-08-11 06:10:09 +03:00
Dmitry Zuikov
40ba5fca68
RefLogKey moved to HBS2.Net.Proto.RefLog...
...
... since it is just one of many possible refs
2023-08-10 05:50:39 +03:00