Posted
about 13 years
ago
by
christianspecht
build credentials right before the request is executed
(doing it in the constructor doesn't work anymore - user name and password may
not be known yet when the class is initialized on startup)
src/BitbucketBackup/BitbucketRequest.cs
(11 lines added, 7 lines removed)
|
Posted
about 13 years
ago
by
christianspecht
don't try to decrypt the password if it's empty
src/BitbucketBackup/Config.cs
(5 lines added, 0 lines removed)
|
Posted
about 13 years
ago
by
christianspecht
refer to injected stuff with "this."
src/BitbucketBackup/BitbucketBackup.cs
(12 lines added, 12 lines removed)
|
Posted
about 13 years
ago
by
christianspecht
now with dependency injection (with Ninject)
lib/Ninject/LICENSE.txt
(175 lines added, 0 lines removed)
lib/Ninject/Ninject.dll
(0 lines
|
Posted
about 13 years
ago
by
christianspecht
refactor RepositoryUpdater
src/BitbucketBackup/BitbucketBackup.cs
(3 lines added, 4 lines removed)
src/BitbucketBackup/RepositoryUpdater.cs
(19 lines added, 17 lines removed)
|
Posted
about 13 years
ago
by
christianspecht
remove unnecessary usings
src/BitbucketBackup/Program.cs
(1 lines added, 8 lines removed)
|
Posted
about 13 years
ago
by
christianspecht
move main method to separate class
src/BitbucketBackup/BitbucketBackup.cs
(120 lines added, 0 lines removed)
|
Posted
about 13 years
ago
by
christianspecht
refactor config property to method
src/BitbucketBackup/Config.cs
(4 lines added, 7 lines removed)
src/BitbucketBackup/Program.cs
(2 lines added, 2 lines removed)
|
Posted
about 13 years
ago
by
[email protected]
BUGFIX:
Creating an Uri with authentication fails when username or password has special
chars like '@'
src/BitbucketBackup/RepositoryUpdater.cs
(1 lines added, 1 lines removed)
|
Posted
over 13 years
ago
by
christianspecht
update full readme-full.md
(the mentioned setup readme file is gone since af37604d6078)
readme-full.md
(1 lines added, 2 lines removed)
|