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
2021-03-06Merge pull request #4410 from warwickmm/use_consistent_mono_imagesKenneth Skovhede
Use consistent (and updated) mono versions for Docker and Travis
2021-01-10Use python3.Kenneth Hsu
The latest selenium/standalone-firefox image is based on Ubuntu 20.04, which doesn't support Python 2.
2021-01-10Use included mono version in integration tests.Kenneth Hsu
The latest selenium/standalone-firefox image is based on Ubuntu 20.04, which has support for mono 6.8.0.105.
2021-01-10Install python3-pip in integration tests.Kenneth Hsu
The latest selenium/standalone-firefox image is based on Ubuntu 20.04, which doesn't support Python 2.
2021-01-02Use consistent mono image for Docker and Travis tests.Kenneth Hsu
Previously, Travis used the latest mono image. By using the same one as the Docker image, we would have caught the problem in issue #4403 before the changes were merged into the master branch.
2020-09-23Merge pull request #4280 from warwickmm/clean_up_travis_buildKenneth Skovhede
Clean up Travis build script
2020-09-12Address review comments from @warwickmmDean Ferreyra
Replace `VerifyDir` and `CompareFiles` with `AssertDirectoryTreesAreEquivalent` and `AssertFilesAreEqual`. Move `WriteFile` to `TestUtils`. Add "Symlink" category to start.sh.
2020-08-08Remove redundant build in Travis build script.Kenneth Hsu
2020-08-08Fix indentation in Travis build script.Kenneth Hsu
2020-08-08Remove __MonoCS__ constant from travis build.Kenneth Hsu
This is no longer needed (see pull request #4213).
2020-08-08Add new test categories to local test runner script.Kenneth Hsu
We forgot to add these when introducing the new test categories.
2020-07-30Update version of mono used in GUI tests.Kenneth Hsu
The selenium docker image is based on Ubuntu bionic, whose version of mono-complete is 4.6.2.7. Since we require mono 5.10.0 or greater, we will explicitly install the latest version.
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-09Use duplicati root var.verhoek
2019-12-08Fix typo.verhoek
2019-12-08Remove test data download functionality.verhoek
This is built in unit tests and doesn't need outside steering anymore.
2019-12-07Remove forward opts from jobs.verhoek
2019-12-07Adjust selenium job for import change.verhoek
2019-12-07Fix typo.verhoek
2019-12-07Reduce number of unit test scripts by favouring parameters.verhoek
2019-12-04Compact travis output for nuget.verhoek
2019-12-04Enhance travis output markers for testing.verhoek
2019-12-03Version bump test + sanity checkverhoek
Forgot a version bump and added sanity check of source/target dirs.
2019-12-03Updated nunit runnersverhoek
2019-12-03Updated to SharpComptress 0.23.0verhoek
2019-12-03Added disruption test categoryverhoek
2019-12-02Imported duplicatipipeline scriptsverhoek
Added bash scripts to run the dockerized build and test environment