Commit Graph

18 Commits

Author SHA1 Message Date
a61c3fbfd9
Merge branch 'feature/determinePacmanDatabaseDirectory' into dev 2023-06-06 01:29:18 +02:00
3d512f25ab
Add new recipe to justfile 2023-06-05 00:18:00 +02:00
4f474591da
Add test for determinePacmanDatabaseDirectory 2023-06-04 23:15:16 +02:00
81fc8f1883
Implement determinePacmanDatabaseDirectory
Reused the code from determinePacmanCacheDirectory
2023-06-04 23:13:30 +02:00
89e79b1025
Change how commandline arguments are handled 2023-06-04 22:55:31 +02:00
35c6c5c8d9
Merge branch 'feature/unit-testing' into dev 2023-06-04 00:45:40 +02:00
9ad8012052
Major changes
Changed the whole project struture
justfile was adjusted to reflect the changes
Add Tests
Minor changes to .gitignore
2023-06-03 22:53:27 +02:00
10ba654b09
Add dotnet format to justfile 2023-06-03 14:55:11 +02:00
888df20cc9
Rework commandline arguments && Add Exceptions 2023-06-03 14:50:13 +02:00
04048c4cb9
Implement determinePacmanCacheDirectory
Used a StreamReader to read pacman.conf and then read one line until a line contains CacheDir
Then used a regex to only get the cache directory
2023-06-03 12:11:32 +02:00
20599a03ba
Add justfile 2023-06-03 12:08:00 +02:00
5a09db7423
Change formatting to spaces 2023-06-03 09:35:43 +02:00
281b6f01a2
Add formating rules 2023-06-03 08:51:24 +02:00
64100065c9
Add method stubs 2023-05-27 19:18:45 +02:00
d4dc405b2b
Begin commandline arguments 2023-05-27 18:32:46 +02:00
22ffc338e7
Add compile flags 2023-05-27 18:17:50 +02:00
00b50f0601
Start project pacserver 2023-05-27 18:04:13 +02:00
5bdcbdff4b Initial commit 2023-05-27 13:28:28 +02:00