0
I Use This!
Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 23 hours ago.
Dec 06, 2024 — Dec 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'api-tests' More... over 7 years ago
document current limitations More... over 7 years ago
GithubApiResponse was used to serialize the API response, isn't needed anymore More... over 7 years ago
fix tests More... over 7 years ago
get user agent from context More... over 7 years ago
move logging from GithubApi to IHosterApiCaller decorator, will be needed for all APIs More... over 7 years ago
make it possible to get user A's repos while authenticating with user B More... over 7 years ago
delete unneeded test More... over 7 years ago
don't show the "Backup finished" messages after an error occurs More... over 7 years ago
actually catch different exception types More... over 7 years ago
replace direct GitHub API calls by Octokit More... over 7 years ago
rename to avoid confusion with instances of Config More... over 7 years ago
don't expose http statuscode and don't check it in the tests More... over 7 years ago
move GithubApiTests to abstract base class (reusable for future other APIs) More... over 7 years ago
build environment variable names More... over 7 years ago
log message More... almost 8 years ago
overwrite existing files More... almost 8 years ago
backup config files (fixes #11) More... almost 8 years ago
use single quotes in config file -> backslashes don't need to be escaped anymore More... almost 8 years ago
use single quotes in config file -> backslashes don't need to be escaped anymore More... almost 8 years ago
use environment variables instead of hard-coded values More... almost 8 years ago
finally remove the need to call IsOnThisComputer() before everything More... almost 8 years ago
context doesn't need to be overridden More... almost 8 years ago
fix spacing More... almost 8 years ago
rename to avoid confusion with instances of Config More... almost 8 years ago
get config from context More... almost 8 years ago
*really* delete temp folders before running the tests More... almost 8 years ago
delete IsOnThisComputer() overload with config parameter More... almost 8 years ago
don't read config until it's actually needed (otherwise validation messages would be shown on startup first, even before the app title) More... almost 8 years ago
remove IConfigReader from LoggingScmBackup More... almost 8 years ago