Commit Graph

340 Commits (master)

Author SHA1 Message Date
Morris Jobke 9ebbb3c654 Merge pull request #1991 from nextcloud/code-check-more-shipped-apps
Run code checker on more shipped apps
8 years ago
Lukas Reschke ffba8297df
Run code checker on more shipped apps
Adds:
- sharebymail
- systemtags
- theming
- workflowengine

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke a2def38a7a
Use PHP 7.1 RC5 for CI
This image has PHP 7.1 RC5 inside and the currently used one only RC4.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke 88199f1cc1
Add .htaccess checker as CI step
Don't want anyone to commit invalid changes in that file again 🙈

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Roeland Jago Douma 13168ffbba
Bump to php7.1 RC4
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Morris Jobke b1235a67de
test alternative drone syntax for command options
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Morris Jobke d0a3d17912
add 4 byte mysql test run
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Roeland Jago Douma 7c48c5d8f7
Bump 7.1 CI to RC3
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Lukas Reschke a1f5364d7f
Generate coverage for quick DB tests
This adds the "QUICKDB" group which excludes some tests that abuse unit tests as integration tests as displayed in https://github.com/nextcloud/server/issues/1626

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke b85b6abda8
Add codecov
Allows coverage tracking using codecov

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke e501fefa90
Use new integration-php7.0 container
This one caches the dependencies

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke cb19066dc3
Move integration tests to single containers
This adds improved performance

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke f9a4bb94f6
Add checker for signed off commits
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Morris Jobke 11cc8903bb
add actual check if mysql is up already 8 years ago
Lukas Reschke c0656fb4ef
Move Travis tests to DroneCI
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
8 years ago
Morris Jobke c70d100643
clone depth of 1 and execute integration tests first
* specify git image
8 years ago
Morris Jobke e42cd6fb61
update drone.yml to 0.5 8 years ago
Lukas Reschke 1b2021a243
Use the PHP 7.1-3 tag
Bumps the PHP version from beta2 to RC1
8 years ago
Lukas Reschke 9915f68a80
Add PHP 7.1 drone tests 8 years ago
Roeland Jago Douma 831179971c
Use PHPUnit 5.5.4 8 years ago
Joas Schilling d3f82356bb Merge pull request #1227 from nextcloud/improve-tests
Improve tests
8 years ago
Morris Jobke 7f8c5ed497
Activate APCu on PHP 7
Fix an issue with APCus inc and dec methods on PHP 7

see https://github.com/krakjoe/apcu/issues/183#issuecomment-244038221 for details
8 years ago
Morris Jobke 56b58b00b7
properly load APCu extension on CLI to execute APCu tests 8 years ago
Lukas Reschke d149f2288d
Execute only tests for modern PHP versions 8 years ago
Roeland Jago Douma aa5158afc3
Split CI into DB and NODB groups 8 years ago
Roeland Jago Douma aab741e4a0
Run mysql and posgres on 5.6 8 years ago
Roeland Jago Douma b4e22398d6
Bump drone to use newer php7 docker 8 years ago
Roeland Jago Douma 80b4efa9e0
Disable coverage for now
Coverage generation takes to long. So disabling for now.
8 years ago
Roeland Jago Douma dbbc250702
Add 5.6 sqlite ci 8 years ago
Roeland Jago Douma 3e9977387a
Move 'main' ci to php7 (speed) 8 years ago
Morris Jobke e328d98b6c Add PHP 5.4 and 5.5 jobs to CI 8 years ago
Morris Jobke cb69571cda Fix docker image naming issue for CI
* wrongly named PHP7 - it is PHP 5.6
* moved integration tests at the very end
8 years ago
Morris Jobke 01829e8d7c mysql only works with 3 byte UTF-8 8 years ago
Morris Jobke 41436fecc2 Add mysql job to CI 8 years ago
Morris Jobke 6583a2fef0
Add postgres to CI 8 years ago
Lukas Reschke 189b131e33 Remove duplicate data folder 8 years ago
Morris Jobke abc11ba365
add temporary cleanup step for CI 8 years ago
Morris Jobke 859ca1f9bb
Add integration tests 8 years ago
Morris Jobke c64c723027
Use proper PhantomJS library and run the tests as separate step
* add dependency for phantomjs
8 years ago
Morris Jobke a508342924
Add drone.io support 8 years ago