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 (Expand)Author
2021-05-15Fix ReSharper's "Use string interpolation expression" / Code Smellmarodev
2021-05-04Merge pull request #4469 from tygill/fix/ms-graph-throttlingwarwickmm
2021-05-03Merge pull request #4431 from warwickmm/add_workflow_for_testswarwickmm
2021-03-20Add a bit more test coverage.Tyler Gill
2021-03-19Clean up a few more bugs and inconsistencies in ReadLimitLengthStream.Tyler Gill
2021-03-18Fix some bugs in ReadLimitLengthStream changes, and add a unit test for some ...Tyler Gill
2021-03-08Added delay to purge-broken-files unittest.Kenneth Skovhede
2021-03-06Merge pull request #4414 from warwickmm/test/run_script_afterKenneth Skovhede
2021-03-06Merge pull request #4398 from warwickmm/bugfix/repair_missing_blocklistsKenneth Skovhede
2021-03-06Merge pull request #4417 from warwickmm/handle_unsupported_run_script_exit_codesKenneth Skovhede
2021-02-08Increase tolerance for last write time tests on macOS.Kenneth Hsu
2021-02-08Increase tolerance for last write time tests on macOS.Kenneth Hsu
2021-02-08Increase tolerance for last write time tests on macOS.Kenneth Hsu
2021-02-07Use helper method to determine platform.Kenneth Hsu
2021-02-07Fix comment style.Kenneth Hsu
2021-02-07Relax unit test file time checking on osxThomas Suckow
2021-02-07Dispose HttpWebResponse after use.Kenneth Hsu
2021-02-07Revert "Test deliberate test failure."Kenneth Hsu
2021-02-06Test deliberate test failure.Kenneth Hsu
2021-01-15Fix test for DUPLICATI__PARSED_RESULT on Windows.Kenneth Hsu
2021-01-15Add test for DUPLICATI__PARSED_RESULT environment variable.Kenneth Hsu
2021-01-11Avoid testing scripts with exit code -1.Kenneth Hsu
2021-01-10Add test for unsupported script exit codes.Kenneth Hsu
2021-01-09Remove spaces around redirection operator.Kenneth Hsu
2021-01-09Remove quotes from echo statement in run-script-after test.Kenneth Hsu
2021-01-09Add test for run-script-after.Kenneth Hsu
2020-12-27Add test for repairing multiple missing blocklist hashes.Kenneth Hsu
2020-12-19Merge pull request #4380 from warwickmm/fix_purge_broken_files_dry_runKenneth Skovhede
2020-12-01Add test for purging broken files with dry-run.Kenneth Hsu
2020-11-02Add test for specifying remote URL using run-script-before.Kenneth Hsu
2020-11-02Allow custom commands to be provided to CreateScript test helper.Kenneth Hsu
2020-10-27Merge pull request #4352 from duplicati/feature/new_unittest_datahostKenneth Skovhede
2020-10-19Changed to using a proxied host to reduce S3 transfer charges from unittestsKenneth Skovhede
2020-09-28Use helper method to compare contents of directories.Kenneth Hsu
2020-09-27Avoid clock issues when quickly running successive backups in tests.Kenneth Hsu
2020-09-23Merge pull request #4293 from warwickmm/fix_export_encodingKenneth Skovhede
2020-09-13Add `Assert.Fail` to catch unexpected symlink policiesDean Ferreyra
2020-09-13For "Ignore" policy, also ensure a file doesn't existDean Ferreyra
2020-09-13Unit test improvements per review commentsDean Ferreyra
2020-09-13Address review commentsDean Ferreyra
2020-09-13Add back missing stream reset to AssertFilesAreEqualDean Ferreyra
2020-09-12Fix typo in log and assert messagesDean Ferreyra
2020-09-12Restore use of Utility.CompareStreams in AssertFilesAreEqualDean Ferreyra
2020-09-12Add tolerance to file time comparisonsDean Ferreyra
2020-09-12Address review comments from @warwickmmDean Ferreyra
2020-09-10Merge branch 'master' into symlink_unit_testsDean Ferreyra
2020-09-08Add symlink policy testsDean Ferreyra
2020-09-08Address review comments from @warwickmmDean Ferreyra
2020-09-07Include Windows in tests for directory names with wildcardsDean Ferreyra
2020-09-06Add tests for directory names with wildcards.Kenneth Hsu