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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-13Move Travis tests to DroneCILukas Reschke
Should give us some quicker test execution speed as we're not limited by Travis Explicitly invoke with "bash" Install instance already Use newest litmus container
2016-08-30Exclude older PHP versions from .travis.ymlLukas Reschke
2016-08-17Updated travis file to validate autoloaderRoeland Jago Douma
2016-08-03Add workflowengine to check-code callMorris Jobke
2016-06-27Add app:check-code for already compatible appsMorris Jobke
* admin_audit, comments, federation * removed not needed call to OC_Util::checkAdminUser() (is already done by the request handler before)
2016-04-12Exclude autoload_static.php (#23935)Lukas Reschke
Composer 1.1 has since yesterday a new performance improvement that will be automatically used for PHP >= 5.6, however this file is incompatible with older PHP versions and thus we need to exclude it from the checks. Note that this performance improvement is only used on >= 5.6 so ownCloud will still run fine on older PHP versions as well.
2016-03-17Merge pull request #23303 from owncloud/exclude-only-specific-third-partyThomas Müller
Exclude only known failing third-party files
2016-03-17Don't try to execute a dav syntax testJoas Schilling
2016-03-16Exclude only known failing third-party filesLukas Reschke
This way we can also scan the third-party folder for incompatibilities with a used PHP version. Since there are some polyfills that would otherwise fail I had to exclude them manually here.
2016-03-16Execute PHP Parallel Linter on TravisLukas Reschke
2016-03-10Execute travis test on stable branches as wellThomas Müller
2015-12-21Adding integration tests for CalDAVThomas Müller
2015-12-21Restructure travis testsThomas Müller
2015-11-25Use sqliteThomas Müller
2015-11-10Add CalDAVTester to travisThomas Müller
2015-10-29Make Travis CI pass when DAV was not touchedJoas Schilling
2015-10-28run litmus scripts only if code in the dav app did change changedThomas Müller
2015-10-28Enable DAV app testing on travisThomas Müller
2014-09-22Revert "Travis support"Morris Jobke
This reverts commit 472d896ce9aad4d526126a7aefa96127920585e6. Conflicts: .travis.yml
2014-08-05execute unit test for files external in separate build configThomas Müller
2014-08-05Travis supportMorris Jobke
* use PHPUnit 4.x * force php memory limit on travis to 1024MB * create script for travis * whitelist branches master, stable5 and stable6 on travis (and PRs) * sqlplus64 * conditional JS tests and ocular temporal removal * enable scrutinizer code coverage * move oracle to top to decrease overall test duration