Commit graph

14 commits

Author SHA1 Message Date
51fd4207ea fixup! fix test to fetch refspecs from the git2 2024-05-04 15:03:02 +09:00
c9eb34aa69 fix test to fetch refspecs from the git2 2024-05-04 14:55:00 +09:00
4fcb7fc354 fixup! [fix] test: setup gitconfig at repo init 2024-04-26 01:35:42 +09:00
607013c649 fixup! [fix] test: setup gitconfig at repo init 2024-04-26 00:21:42 +09:00
30ae6a6417 fixup! [fix] test: setup gitconfig at repo init 2024-04-25 17:01:34 +09:00
462c34cf96 [fix] test: setup gitconfig at repo init 2024-04-25 16:54:43 +09:00
1794b8b409 add test for backup add/done with single device
This works on Windows.
It still needs git config to perform commit.
2024-03-18 08:40:49 +09:00
bac829c1f1 lint with clippy
fix problems reported by clippy excepts about unused functions
2024-03-18 08:36:07 +09:00
f5fe3d6580 update docs & Cargo.toml 2024-03-17 03:25:44 +09:00
905d392419 add backup add
- change Storage::parent
- split path diff calc to util
- test for backup add
2024-03-14 08:54:12 +09:00
41b2924ad7 add test for storage add
- failure due to name duplication
- success with online & subdirectory with two devices
    - used local git to write test (TODO?: use only git2)
2024-03-14 06:35:11 +09:00
d212d32430 add test for storage add online 2024-03-13 04:25:38 +09:00
1aa74acf31 update test to use bare repository to simulate multi device 2024-03-13 04:08:57 +09:00
4283e1e98a change init command & add integration test
- now need to specify device name via cmd arg
- can use private repository with ssh key or ssh-agent
- adding integration test utility crates
2024-03-07 14:59:58 +09:00