Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-13Add travis_wait to "Border" tests to avoid timeoutDean Ferreyra
2020-09-08Add SymLink test category to .travis.ymlDean Ferreyra
2020-08-07Merge pull request #4261 from warwickmm/avoid_deleting_unrelated_filesKenneth Skovhede
Avoid deleting unrelated files when removing backup configuration
2020-07-21Add test to check that only relevant backend files are deleted.Kenneth Hsu
This concerns issues #3845, and #4244.
2020-07-19Add test to backup and restore problematic long path.Kenneth Hsu
This tests a path that exceeds typical limits on Windows. This concerns issue #3839. This concerns pull request #4256.
2020-01-23Merge pull request #4018 from warwickmm/refactor/fileset_removalKenneth Skovhede
Refactor fileset deletion code and add tests
2020-01-22Merge remote-tracking branch 'upstream/master' into test/recovery_toolKenneth Hsu
2020-01-22Merge remote-tracking branch 'upstream/master' into refactor/fileset_removalKenneth Hsu
2020-01-18Add test for restoring files using RecoveryTool.Kenneth Hsu
2020-01-10Add test for repairing with missing dindex files.Kenneth Hsu
This concerns issue #4046.
2020-01-02Merge remote-tracking branch 'upstream/master' into refactor/fileset_removalKenneth Hsu
2020-01-01Add test for restoring permissions with inheritance breaks.Kenneth Hsu
2019-12-12Add tests for fileset deletion strategies.Kenneth Hsu
2019-12-11Removed unnecessary download cachingverhoek
2019-12-08Remove test data download functionality.verhoek
This is built in unit tests and doesn't need outside steering anymore.
2019-12-07Fixed typo.verhoek
2019-12-07Reduce number of unit test scripts by favouring parameters.verhoek
2019-12-03Simplify staging for tests.verhoek
2019-12-03 Fix dirs in travis.ymlverhoek
2019-12-02Imported duplicatipipeline scriptsverhoek
Added bash scripts to run the dockerized build and test environment
2019-12-02Import modded travis ymlverhoek
Imported a minimized version of the travis yml config from the duplicati pipeline project.
2019-09-17Add disruption tests to Travis configuration.Kenneth Hsu
2019-07-31update the CI build toolsBlueBlock
- appveyor config now handles if the repo name differs from 'duplicati' - travis sets vars to disable microsoft telemtry
2019-07-26initial upgrade to framework 4.6.2BlueBlock
- no code changes except those noted below - projects upgrade to 4.6.2 - wixinstaller project upgraded automatically by VisualStudio - wixinstaller updated to require 4.6.2 - Library.Encryption changed to Standard2.0 so accommodate update to SharpAesCrypt
2019-04-20Update Travis to Ubuntu 18.04.2 LTS (Bionic Beaver).Kenneth Hsu
This fixes the "Unable to locate package dotnet-sdk-2.0.0" errors.
2019-01-18Add ImportExport test category to Travis tests.Kenneth Hsu
2018-10-29Added unit test for GetPathRoot in case of long paths.verhoek
2018-08-07Another attempt at upgrading pip on TravisKenneth Skovhede
2018-08-07Another attempt to update urllib3 on TravisKenneth Skovhede
2018-08-07Attempt to upgrade urllib3Kenneth Skovhede
2018-06-20Added sensible default values to build directly from duplicati source folder.verhoek
2018-06-03Added createfolder unit test for googledrive.verhoek
2018-05-18Merge branch 'master' into refactoredverhoek
2018-05-18Moved travis script steps to separate bash script with trap on error, to ↵verhoek
prevent continuing executing further steps on error.
2018-05-16Renamed unit test category UrlUtility to UriUtility for consistency. Added ↵verhoek
to travis.yml.
2018-05-05Run Utility tests in Travis.Kenneth Hsu
2018-05-05Run Serialization tests in Travis.Kenneth Hsu
2018-05-05Use environment variable to get Travis build directory.Kenneth Hsu
This makes it possible for users to run the builds in their own Travis accounts.
2018-04-25Fixed an incorrect caching folder in Travis buildKenneth Skovhede
2018-04-25Optimized Travis build script to use the stages feature for having custom ↵Kenneth Skovhede
job control. Each unittest category now runs separately and only downloads/caches the data it needs.
2018-01-20Merge branch 'master' into concurrent_processingKenneth Skovhede
# Conflicts: # .travis.yml # Duplicati/Library/Main/Database/LocalBackupDatabase.cs # Duplicati/Library/Main/Operation/BackupHandler.cs # Duplicati/Library/Main/ResultClasses.cs # Duplicati/Library/Main/Volumes/VolumeWriterBase.cs # Duplicati/Library/Utility/TempFile.cs
2017-10-22Switch to MSBuild and see if that works betterKenneth Skovhede
2017-10-22Syntax fixKenneth Skovhede
2017-10-22Creating symlink to fix the broken Travis Nuget checkoutKenneth Skovhede
2017-10-12Reworked the .travis.yml to fix the sauce connect issueKenneth Skovhede
2017-10-12Disable the SSL hack for coverity to see if it fixes the connection issues ↵Kenneth Skovhede
with saucelabs
2017-10-11Experiment setting up CoverityKenneth Skovhede
2017-09-23Revert "Updated nunit"Kenneth Skovhede
This reverts commit e999f1d77d998cfe6b8fbfceba86543843032b4c.
2017-09-23Updated nunitKenneth Skovhede
2017-08-12Move the tmp directory under home directory on TravisDan Stahr
Travis tmp dir is subject to garbage collection which interferes with the tests. This wasn't an issue before because the number and size of files was limited but becomes a problem with more workers preparing volume files.