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-02-07Use separate steps for reporting Linux and Windows test results.Kenneth Hsu
2021-02-07Define different steps for Linux and Windows tests.Kenneth Hsu
2021-02-07Remove ENABLE_GTK compilation symbol.Kenneth Hsu
This is only needed for the UI and not needed for command-line tests.
2021-02-07Run tests on Linux and Windows.Kenneth Hsu
2021-02-07Fix step name.Kenneth Hsu
Apparently, the name cannot reference environment variables.
2021-02-06Change step name.Kenneth Hsu
2021-02-06Add report title to test result reporter.Kenneth Hsu
2021-02-06Use latest nunit test reporter.Kenneth Hsu
2021-02-06Remove unnecessary build steps.Kenneth Hsu
These are not needed to run the tests.
2021-02-06Revert "Try different test result reporter."Kenneth Hsu
This reverts commit 7aa4890cfdbeec44f1041bcbf925c70b11207fd0. Although this is advertised to support NUnit, it doesn't appear to support NUnit format XML test result files.
2021-02-06Try different test result reporter.Kenneth Hsu
2021-02-06Test deliberate test failure.Kenneth Hsu
2021-02-06Add step to publish unit test results.Kenneth Hsu
2021-02-06Add workflow name.Kenneth Hsu
2021-02-06Add step to run Utility unit tests.Kenneth Hsu
2021-02-06Skip build of DependencyFinder.Kenneth Hsu
This fails with the following error: Program.cs(42,36): error CS1503: Argument 1: cannot convert from 'string' to 'Mono.Cecil.AssemblyNameReference' [/home/runner/work/duplicati/duplicati/BuildTools/DependencyFinder/DependencyFinder.csproj]
2021-02-06Add steps to build projects and solutions.Kenneth Hsu
2021-02-06Disable AppVeyor and Travis builds.Kenneth Hsu
2021-02-06Add step to restore NuGet packages.Kenneth Hsu
2021-02-06Add step to checkout code.Kenneth Hsu
2021-02-06Fix spelling.Kenneth Hsu
2021-02-06Run apt-get as root.Kenneth Hsu
2021-02-06Add initial unit test workflow definition.Kenneth Hsu
This simply attempts to install mono on ubuntu-latest.
2021-01-23Change `python` to `python2` for tools.Kenneth Skovhede
Fixes issues #4316
2021-01-21Updated changelog in RPM source build scriptKenneth Skovhede
2021-01-21Updated the RPM source build to have fewer warnings and use `msbuild`.Kenneth Skovhede
2021-01-21Now mangling the shebang for `DuplicatiVerify.ps` in RPMs as it is fixed in ↵Kenneth Skovhede
source.
2021-01-21Updated RPM spec file to ignore non-executable filesKenneth Skovhede
2021-01-21Changed verify script to explicitly mention `python2`Kenneth Skovhede
2021-01-21Updated the RPM diff file to be in-sync with the project file changesKenneth Skovhede
2021-01-20Version bump to v2.0.5.112-2.0.5.112_canary_2021-01-20v2.0.5.112-2.0.5.112_canary_2021-01-20Kenneth Skovhede
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.5.112_canary_2021-01-20.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.5.112_canary_2021-01-20.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.5.112_canary_2021-01-20.zip.sig.asc MD5: 96c6a05c1e702b0b866b42b34e45b9bf SHA1: 29c0e23b944f4d09c0e7e3a2040db8faf1dbb224 SHA256: 61f84d13ec0f20023922f01a5d61ad77c4a724d88763b8e393fb81ac8ceb6607
2021-01-20Updated timestamp service after verisign was shut downKenneth Skovhede
2021-01-18Merge pull request #4404 from warwickmm/fix_docker_restore_queryKenneth Skovhede
Fix restore issue in Docker installations
2021-01-10Merge pull request #4415 from warwickmm/fix_integration_testswarwickmm
Fix UI integration tests that now require Python 3.
2021-01-10Always maximize window in selenium tests.Kenneth Hsu
There are random times when the input fields cannot be found, and this seems to help.
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-10Update print statements to be compatible with Python 3.Kenneth Hsu
The latest selenium/standalone-firefox image is based on Ubuntu 20.04, which doesn't support Python 2.
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-04Merge pull request #4402 from drwtsn32x/fix-issue-4102warwickmm
Fix unwanted password manager autofill that caused restore errors.
2021-01-04add hint to backend password fieldsdrwtsn32x
2021-01-02add hint to additional password fieldsdrwtsn32x
2020-12-30Provide explicit column names when creating temp table.Kenneth Hsu
If we do not use an AS clause, the name of the column in the result set is unspecified and may change depending on the version of SQLite. https://www.sqlite.org/c3ref/column_name.html This fixes #4403.
2020-12-29add hint for password managerdrwtsn32x
2020-12-28Merge pull request #4399 from Gurthurb/masterwarwickmm
Avoid NullReferenceException if an IAsyncResult or WebRequest doesn't contain a WebResponse property
2020-12-28Avoid NullReferenceException if an IAsyncResult or WebRequest doesn't ↵Gurthurb
contain a WebResponse property An example of when this happens is when shutting down TrayIcon (using its context menu), at least on Windows. This is quite annoying when debugging with Visual Studio (having the default exception settings).
2020-12-19Merge pull request #4392 from warwickmm/fix_edit_uri_backend_config_typoKenneth Skovhede
Fix bug in showing OpenStack configuration error dialog
2020-12-19Merge pull request #4386 from warwickmm/catch_symlink_read_errorKenneth Skovhede
Catch and log exceptions encountered when getting symlink target
2020-12-19Merge pull request #4384 from warwickmm/translation_source_extra_backslashesKenneth Skovhede
Remove newline characters from HTML strings to fix some translations
2020-12-19Merge pull request #4380 from warwickmm/fix_purge_broken_files_dry_runKenneth Skovhede
Fix error encountered during dry-run of purge-broken-files