Commit graph

7 commits

Author SHA1 Message Date
Abdelilah El Aissaoui
aa80638742
Disabled warning on unused import warning because the import is needed to be mapped to an enum in the UDL file 2023-09-21 21:19:47 +02:00
Abdelilah El Aissaoui
5b7ed8a719
Fixed mac & windows support for the new SSH implementation.
Fixes #130
2023-09-20 16:25:13 +02:00
Abdelilah El Aissaoui
4aa581cf1f
Split rust code into different files to avoid having a single big file 2023-09-20 15:50:15 +02:00
Abdelilah El Aissaoui
865109d8d4
Added basic error and port handling 2023-09-20 15:40:31 +02:00
Abdelilah El Aissaoui
6dee4fbc93
Added basic ssh auth in rust without error handling 2023-09-20 10:26:02 +02:00
Abdelilah El Aissaoui
c104c681f4 Fixed excessive refreshes when running operations from gitnuro
Also fixed diff load looping when using LFS, which produces files in .git dir to change
2023-08-19 14:44:25 +02:00
Abdelilah El Aissaoui
7a7eb3ad93
Refactored repository watcher
Refactored to use a rust implementation instead of the java impl, because the java impl has been unrelible in linux and macos
2023-07-14 14:28:29 +02:00