summaryrefslogtreecommitdiffstats
path: root/.drone.yml
Commit message (Collapse)AuthorAgeFilesLines
* Move Compile Handlebars CI to GitHub ActionsGary Kim2020-02-231-19/+0
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Lint on github actionsRoeland Jago Douma2020-02-101-32/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move npm build to github actionsRoeland Jago Douma2020-02-031-24/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump integration to php7.3 with redisRoeland Jago Douma2019-11-281-33/+33
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump memcached imageRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* REVERT LATER: disable phan for nowRoeland Jago Douma2019-11-271-7/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update droneRoeland Jago Douma2019-11-271-26/+39
| | | | | | | * Run 7.4 tests (nodb + sqlite) * Update older images to newer phpunit Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #18045 from nextcloud/ci/other/php73Roeland Jago Douma2019-11-211-14/+14
|\ | | | | Move more CI tests to php7.3
| * Move more CI tests to php7.3Roeland Jago Douma2019-11-211-14/+14
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move integration tests to php7.3Roeland Jago Douma2019-11-201-33/+33
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* php7.2 minimum for 18Roeland Jago Douma2019-11-131-140/+58
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Run acceptance tests on PHP 7.3Daniel Calviño Sánchez2019-10-221-11/+11
| | | | | | | | There is no difference (as far as I know) between running the acceptance tests on PHP 7.1 or on PHP 7.3; this is simply a preparatory step to be ready when PHP 7.1 support is dropped in Nextcloud server. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge pull request #17480 from ↵Roeland Jago Douma2019-10-091-8/+0
|\ | | | | | | | | nextcloud/enhancement/drone/no-submodule-when-not-needed Remove unnecessary submodules steps
| * Remove unwanted submodulesJohn Molakvoæ (skjnldsv)2019-10-091-8/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Run composer install in parallelRoeland Jago Douma2019-10-081-15/+15
|/ | | | | | | The newer docker image runs the composer isntall in parallel. Saving precious seconds on CI. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Kill ui-regression ci jobRoeland Jago Douma2019-10-081-55/+0
| | | | | | | Since we do not use it at the moment anyway it seems like a waste of resources to actually run it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Switch to @nextcloud/axios for the CSRF update fixChristoph Wurst2019-10-051-2/+0
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Move sharing integration tests to their own directoryJohn Molakvoæ (skjnldsv)2019-10-041-60/+60
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Split drone webpack testsJohn Molakvoæ (skjnldsv)2019-10-041-5/+6
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Use handlebars from node_modules (on CI)Christoph Wurst2019-09-301-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* No need to test against EOL dbsRoeland Jago Douma2019-09-101-68/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Download composer packages in parallel in integration testsRoeland Jago Douma2019-09-041-33/+33
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #16990 from nextcloud/ci/do_not_run_every_db_combo_on_prsRoeland Jago Douma2019-09-041-20/+9
|\ | | | | Do not run every possible DB combo on PRs
| * Do not run every possible DB combo on PRsRoeland Jago Douma2019-09-031-20/+9
| | | | | | | | | | | | Only run them once merged. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Only run code coverage CI on mergeRoeland Jago Douma2019-09-031-2/+0
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Only run integration tests when PHP was modifiedJoas Schilling2019-08-271-0/+33
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Revert "Run phan tests only on high memory machines"Morris Jobke2019-05-091-3/+0
|
* Run phan tests only on high memory machinesMorris Jobke2019-05-081-0/+3
| | | | | | This should fix the out of memory issues we are seeing with this job Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #15311 from nextcloud/ci/mysql/8Roeland Jago Douma2019-05-031-3/+39
|\ | | | | Add mysql 8.0 CI run
| * Use mysql_native_password as default authentication pluginDaniel Kesselberg2019-05-011-0/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Add mysql 8.0 CI runRoeland Jago Douma2019-05-011-3/+38
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #15327 from nextcloud/ci/postgres-11Roeland Jago Douma2019-05-011-0/+35
|\ \ | | | | | | CI Postgres 11
| * | CI Postgres 11Roeland Jago Douma2019-05-011-0/+35
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | CI MariaDB 10.4Roeland Jago Douma2019-05-011-0/+35
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | CI MariaDB 10.3Roeland Jago Douma2019-05-011-0/+35
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | CI MariaDB 10.2Roeland Jago Douma2019-05-011-0/+33
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add mariadb 10.1 CI jobRoeland Jago Douma2019-05-011-0/+35
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add mariadb 10.0 ci testsRoeland Jago Douma2019-05-011-0/+37
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Pass proper TEST_SELECTION to drone objectstoreRoeland Jago Douma2019-04-151-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adjust drone config to drone 1.0.0Morris Jobke2019-04-041-1046/+2217
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix nested group retrieval also for 2 other casesArthur Schiwon2019-03-051-1/+1
| | | | | | and also consolidate logic in one method Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #13850 from ↵Joas Schilling2019-02-211-4/+0
|\ | | | | | | | | nextcloud/feature/11274/enable-disable-multiple-apps Enable & disable multiple apps at once
| * Strict Types, Return TypesDaniel Kesselberg2019-02-191-4/+0
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Move twofactor_backupcodes to main webpack bundleRoeland Jago Douma2019-02-201-8/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Remove drone jobsRoeland Jago Douma2019-02-201-29/+0
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use npm ci for webpack buildsJulius Härtl2019-02-191-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add proper drone jobRoeland Jago Douma2019-02-131-8/+11
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* integration test: pages search scenario with multiple basesArthur Schiwon2019-01-281-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use nextcloudci/nodeJulius Härtl2019-01-251-3/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix vue settings checks and filenamesJohn Molakvoæ (skjnldsv)2019-01-251-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>