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-07-01Simplify workflow trigger.Kenneth Hsu
Also, a single '*' matches zero or more characters, but does not match the '/' character, so this is less restrictive.
2021-05-04Use title case for job steps for consistency.Kenneth Hsu
2021-05-03Install gtk-sharp2 package for tests run on ubuntu-latest.Kenneth Hsu
This seems to have been previously included when the job ran on Ubuntu 18.04.5. Now that it has been upgraded to Ubuntu 20.04.2, the gtk-sharp libraries appear to be missing.
2021-05-03Restore NuGet packages in separate step.Kenneth Hsu
This more closely mirrors the steps in the unit_tests job.
2021-05-03Merge pull request #4431 from warwickmm/add_workflow_for_testswarwickmm
Add GitHub workflow to run tests
2021-03-07Remove artifacts from GitHub test workflow.Kenneth Hsu
The proper way to create a usable package is to call UpdateManager.CreateUpdatePackage and define all the required parameters. Given that there isn't high demand for such an artifact, we will simply avoid it for now.
2021-03-01Add missing semicolons.Kenneth Hsu
2021-03-01Define environment variable to represent build output directory.Kenneth Hsu
2021-03-01Include additional libraries in build artifacts.Kenneth Hsu
This mimics the steps performed in build-release.sh. We should later consolidate all these operations to unify the build/release process.
2021-03-01Create step to prepare artifacts before upload.Kenneth Hsu
2021-03-01Move NuGet restore to separate step.Kenneth Hsu
2021-02-27Use TrayIcon project assemblies as build artifactsKenneth Hsu
This will hopefully make it so that someone can start up the server using the build artifacts.
2021-02-20Upload build artifacts before running tests.Kenneth Hsu
This hopefully will make the artifacts available even if the tests fail.
2021-02-20Add step to upload build artifacts.Kenneth Hsu
2021-02-10Ask users to check forum when creating new issue.Kenneth Hsu
There are many issues or questions that have already been discussed and solved in the forums.
2021-02-09Remove step to install mono, which is already included.Kenneth Hsu
According to the documentation, mono is already included in the ubuntu-latest virtual environment: https://github.com/actions/virtual-environments/blob/ubuntu18/20210131.1/images/linux/Ubuntu1804-README.md
2021-02-08Use product name rather than command name.Kenneth Hsu
2021-02-08Use product name rather than command name.Kenneth Hsu
2021-02-08Install dependencies before checking out source.Kenneth Hsu
2021-02-08Use latest version of checkout action.Kenneth Hsu
2021-02-08Run all tests.Kenneth Hsu
2021-02-08Consolidate Linux and macOS unit test steps.Kenneth Hsu
2021-02-07Revert "Run all tests."Kenneth Hsu
This reverts commit df20aab8edad6119686dec716b05af3fa8824645.
2021-02-07Run all tests.Kenneth Hsu
2021-02-07Rename workflow file.Kenneth Hsu
This workflow now contains a job that runs the UI tests as well.
2021-02-07Run tests on macOS.Kenneth Hsu
2021-02-07Add OS to step name.Kenneth Hsu
2021-02-07Add job to run selenium UI tests.Kenneth Hsu
2021-02-07Remove unit test result reporter job.Kenneth Hsu
Although this displays the test failures more clearly, it doesn't handle matrix builds that well. The failures aren't really differentiated per job (Linux vs. Windows), and this also adds a test result reporter job (successful), as well as a Tests Results job, which fails if a test fails. This makes the list of jobs that appear next to a commit a bit messy.
2021-02-07Define separate job to collect test results from all environments.Kenneth Hsu
2021-02-07Use separate steps for unit tests on Linux and Windows.Kenneth Hsu
These differ by using mono.
2021-02-07Try to consolidate test steps.Kenneth Hsu
2021-02-07Save test results in test result folder.Kenneth Hsu
2021-02-07Use single test result reporter step.Kenneth Hsu
2021-02-07Define step to restore NuGet packages.Kenneth Hsu
This action will add nuget to your $PATH on all operating systems, including macOS and linux, without having to prefix it with mono.
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-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]