Commit Graph

  • 4533b9a72d refactor(tests): use init_test and clean_test master grimhilt 2024-05-07 18:20:32 +0200
  • 980d2d9a5d feat(add): prevent adding a file without changes grimhilt 2024-05-07 18:12:05 +0200
  • 939b6f2fe3 feat: push deletion grimhilt 2024-05-02 18:36:09 +0200
  • 4504b98112 fix(push): push deletion grimhilt 2024-04-18 15:19:35 +0200
  • e8c8ab9dfe fix(add): add deleted file grimhilt 2024-04-16 17:54:25 +0200
  • 3420634bea chore: update clap fix-update-clap grimhilt 2024-03-31 22:17:26 +0200
  • 1aa02a24af test(push): add push remove test grimhilt 2024-03-31 19:23:32 +0200
  • 5e43800d6c chore: update libraries grimhilt 2024-03-31 19:19:10 +0200
  • dc7df00ac9 chore: cleaning code grimhilt 2024-03-17 00:20:58 +0100
  • a1b9cde71a fix(tests): fix testsuite allow to pass push grimhilt 2024-03-16 23:57:01 +0100
  • 7180647d26 test(pull): add test for pull grimhilt 2024-03-11 14:47:05 +0100
  • d5891a1a93 feat(push): add object when pushing directory grimhilt 2024-03-11 14:16:41 +0100
  • 3207391fdb test(push): check that object are locally created when pushed grimhilt 2024-03-10 23:06:32 +0100
  • fa65b6b071 test(add): implicit dir grimhilt 2024-03-10 17:29:50 +0100
  • 34dee1ceb6 fix(add): add directory implicitly grimhilt 2024-03-10 17:29:37 +0100
  • fe628ffc9f test(add): first tests grimhilt 2024-03-10 16:49:21 +0100
  • 6b7a82bec6 fix: prevent adding nextsync config files grimhilt 2024-03-10 16:49:06 +0100
  • fdcd4633e5 fix: allow to push explicit directory grimhilt 2024-03-10 16:19:23 +0100
  • 06bb51476b fix(push): push folder and return error when tcp fail grimhilt 2024-03-01 17:56:52 +0100
  • d8b2116aeb feat(remote): list remote with verbose option grimhilt 2024-03-01 15:35:38 +0100
  • 8ed86a05ea style(obj): minor fixes grimhilt 2024-02-29 09:36:52 +0100
  • 7951ad0520 refactor(tree): create impl Tree grimhilt 2024-02-25 17:34:16 +0100
  • faf7341525 refactor(blob): use object trait to create blob grimhilt 2024-02-24 18:52:00 +0100
  • 642c358737 feat(test): allow multiple tests grimhilt 2024-02-22 14:00:13 +0100
  • e67082b85a refactor(test): use subdir grimhilt 2024-02-22 13:02:22 +0100
  • 211e3702a3 refactor(test): remove old tests grimhilt 2024-02-21 17:03:21 +0100
  • a2f746d7f6 test: create first real test grimhilt 2024-02-21 16:55:56 +0100
  • 69614b0c9f fix(token): allow to get and store token in local config grimhilt 2024-02-21 16:50:54 +0100
  • a5c5f4a713 fix(config): add option to last category grimhilt 2024-02-21 16:50:34 +0100
  • eaacff0e55 fix: minor warnings grimhilt 2024-02-20 21:28:18 +0100
  • 287953c086 feat(config): create a proper config file with proper settings manipulation grimhilt 2024-02-20 21:25:21 +0100
  • 6a11bb494b feat(credential): allow to add credential grimhilt 2024-02-20 21:24:22 +0100
  • 1c60560c6e refactor(clone): set remote in config grimhilt 2024-02-20 15:47:51 +0100
  • c6534cfd40 feat(remote): add new remote grimhilt 2024-02-20 15:45:01 +0100
  • 7719e27fe8 clean main: divide clap config into multiple files, broke clone 70 lines width grimhilt 2023-10-28 23:46:12 +0200
  • fc8e976c9c add add/directory tests grimhilt 2023-10-28 22:23:48 +0200
  • 53b103af9e fix add -A grimhilt 2023-10-28 22:12:27 +0200
  • 81c24b5e3c fix multiples warnings grimhilt 2023-10-28 15:49:16 +0200
  • 22b9351862 add multiple test for the add command grimhilt 2023-10-28 15:45:35 +0200
  • 0c925bc4f4 count global number of tests grimhilt 2023-10-28 15:45:06 +0200
  • d34b9bab5e globbing in add and clean the function grimhilt 2023-10-28 15:44:53 +0200
  • 56234eaa3d add todos and fix some bugs on add and status grimhilt 2023-10-28 00:15:47 +0200
  • fd477a8139 start some tests on add command grimhilt 2023-10-28 00:14:14 +0200
  • 559316e756 add user agent on login request grimhilt 2023-10-27 23:04:01 +0200
  • f4a905c57f store token grimhilt 2023-10-24 15:32:51 +0200
  • c6cf8a9730 update readme to show auth grimhilt 2023-10-21 22:29:00 +0200
  • f6db6992a0 working login system grimhilt 2023-10-21 22:27:34 +0200
  • 908ead5b11 change name of functions grimhilt 2023-10-21 21:48:21 +0200
  • 9ea1d01c27 add trait ApiCall grimhilt 2023-10-21 21:47:48 +0200
  • 07f6405b26 test login grimhilt 2023-10-21 19:54:11 +0200
  • dadf00f4a5 add import necessary for test grimhilt 2023-09-12 15:48:37 +0200
  • a35c7b20d8 cleaning warnings grimhilt 2023-08-27 22:57:05 +0200
  • 863e3bd68a find deletion on pull grimhilt 2023-08-27 22:50:51 +0200
  • 57647e5df2 implement -all option to add grimhilt 2023-08-25 18:52:29 +0200
  • 41c4796555 push copy file grimhilt 2023-08-25 16:34:16 +0200
  • aced8b992a create IntoPathBuf grimhilt 2023-08-25 16:25:29 +0200
  • d323ae3070 push move file grimhilt 2023-08-25 16:09:28 +0200
  • d476622305 prevent copy or move of empty file grimhilt 2023-08-24 22:19:11 +0200
  • 498fada9ec push modification grimhilt 2023-08-24 20:59:41 +0200
  • f64d719b31 find modified, copied, moved file in staged grimhilt 2023-08-23 12:52:45 +0200
  • dcf137667b clean code grimhilt 2023-08-11 22:09:34 +0200
  • 5b46b1e2f1 not cleaned status with moved and copied grimhilt 2023-08-11 18:21:29 +0200
  • 4b12edbe5c add refs to blob grimhilt 2023-08-11 18:21:00 +0200
  • 16dbd25168 add modified files in status grimhilt 2023-08-04 19:17:21 +0200
  • 91a29480df fix blob creation and get changes grimhilt 2023-08-04 19:17:04 +0200
  • ce047eba12 prevent crash of downloader when not logging grimhilt 2023-08-04 19:16:44 +0200
  • 94220be935 add timestamp and hash in blob grimhilt 2023-08-04 16:01:24 +0200
  • d5097727cb create impl for blob grimhilt 2023-08-04 15:25:51 +0200
  • cb43a46456 draft of pull grimhilt 2023-07-28 13:22:55 +0200
  • 4c34df7cfe remote-diff only a directory grimhilt 2023-07-28 13:22:13 +0200
  • 29def4967c normalize path in add and check if path correspond to deleted object grimhilt 2023-07-24 00:49:08 +0200
  • 2775c77c55 improve status and minor fixes grimhilt 2023-07-24 00:48:22 +0200
  • 4e20ec94f9 remote diff with new opti remote enumerater grimhilt 2023-07-21 17:10:57 +0200
  • f01983b29d optimize clone by allowing to fetch with a different depth grimhilt 2023-07-21 16:00:04 +0200
  • 0832100d83 enumerate_remote function & applied to clone grimhilt 2023-07-21 14:45:45 +0200
  • 30004ebd8b remote-diff draft grimhilt 2023-07-20 00:59:57 +0200
  • dfd42389f3 loading bar when downloading grimhilt 2023-07-14 15:33:44 +0200
  • 80d497d47c creation of a downloader grimhilt 2023-07-13 23:36:39 +0200
  • 70fb733b05 use stream do download file grimhilt 2023-07-13 23:34:52 +0200
  • 60e0bf76a0 improve parser in reqprops to take into account not found props grimhilt 2023-07-13 16:19:33 +0200
  • b4cb78c676 fix issue when getting long body in reqprops grimhilt 2023-07-13 16:02:20 +0200
  • 0922066baa add contentlength in reqprops grimhilt 2023-07-13 16:02:04 +0200
  • 2d4905f506 allow not updating parent's date when cloning grimhilt 2023-07-13 00:21:37 +0200
  • 5bc9ef0035
    Update README.md grimhilt 2023-07-02 19:07:24 +0200
  • f56dcd30b8 cleaning all warnings grimhilt 2023-07-02 19:04:45 +0200
  • ddf2169950 use PathBuf in obj instead of &Path and get lastmodified when pushing changes grimhilt 2023-07-02 18:50:33 +0200
  • 5ccce48381 update date to all parent grimhilt 2023-07-02 18:49:56 +0200
  • 4ec389b6cc improve documentation grimhilt 2023-07-02 15:51:51 +0200
  • ed599d1399 add about for the help grimhilt 2023-06-30 00:58:26 +0200
  • 8173bbc7d5
    Update README.md grimhilt 2023-06-30 00:57:32 +0200
  • 95bd5e7366 add license grimhilt 2023-06-30 00:28:58 +0200
  • b08e6d3898 set depth to 0 when looking for single result in req_props grimhilt 2023-06-30 00:21:14 +0200
  • 723ceb2655 push deleted dir grimhilt 2023-06-29 23:52:48 +0200
  • 2a0fe6d1d1 minor changes grimhilt 2023-06-29 23:52:40 +0200
  • 45f8d486d8 remove objects grimhilt 2023-06-29 23:52:19 +0200
  • f812ad411e improve staging to take files in new folders grimhilt 2023-06-29 23:51:13 +0200
  • 601f176198 improve getting staged in status grimhilt 2023-06-29 22:55:19 +0200
  • da3d605baa remove env variable for remote grimhilt 2023-06-25 21:27:31 +0200
  • b74c5c176b check if the user is in a nextsync repo and fail else grimhilt 2023-06-25 18:26:59 +0200
  • d3592a5209 check if directory where the init command is clone is empty grimhilt 2023-06-25 18:03:56 +0200