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
2021-07-22Move integration-php7.3 to latestJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-07-05Use minio for s3 testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-07-05Run s3 tests againJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-24Fix branch selection in stable22Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-01Add XDEBUG_MODE=coverageLukas Reschke
This should help the Codecov execution jobs. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-05-29Use MariaDB from GHCRLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-05-29Move PGSQL to GHCRLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-05-29Migrate more services to GHCRLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-05-29Bump Container VersionsLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-05-29Use GHCR PHP 7.3 Acceptance ContainerLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-05-28Merge pull request #27211 from nextcloud/use-ghcr-php7.3John Molakvoæ
2021-05-28Merge pull request #27212 from nextcloud/use-gchr-for-servicesJohn Molakvoæ
Use GHCR for services
2021-05-28Merge pull request #27213 from nextcloud/use-alpine-gitJohn Molakvoæ
Use GHCR for Git Pull image
2021-05-28Use GHCR Selenium ContainerLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-05-28Use GHCR for Git Pull imageLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-05-28Use GHCR for servicesLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-05-28Use GHCR PHP 7.3 containerLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-05-28Use GitHub container registryLukas Reschke
To avoid Docker ratelimit issues. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-04-23Add integration tests for searching users in contacts menuDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-04-16Update acceptance tests to Selenium 3Daniel Calviño Sánchez
The acceptance tests used the last Selenium 2 Docker container available, which provides a rather old Firefox version (Firefox 47). Nevertheless, despite some rendering issues, most things still worked as expected due to the JavaScript files being built with support for older browsers. However, now that support for Internet Explorer 11 and older browsers will be dropped things could start to fail, so a newer browser (and thus a newer Selenium version) should be used in the acceptance tests. Selenium has been standardized by the W3C, and the protocol to communicate between the Selenium server and the browser has changed due to that. Firefox >= 48 only supports the new W3C protocol, but the Selenium driver for Mink does not support it yet. The old protocol can still be used in recent Chromium/Chrome versions by explicitly forcing it, so for the time being the acceptance tests will need to be run on Chrome instead (although Firefox provides some interesting features like the fake streams that would be needed to test calls in Talk, so they should be moved again to Firefox once possible). Finally, the default shm size of Docker is 64 MiB. This does not seem enough to run newer Chrome releases and causes the browser to randomly crash during the tests ("unknown error: session deleted because of page crash" is shown in the logs). Due to this "disable-dev-shm-usage" needs to be used so Chrome writes shared memory files into "/tmp" instead of "/dev/shm" (the default shm size of Docker could have been increased instead using "docker run --shm-size...", but that seems to be problematic when the container is run in current Drone releases). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-03-18Merge pull request #25331 from ↵Morris Jobke
nextcloud/fix-valid-storages-removed-when-cleaning-remote-storages Fix valid storages removed when cleaning remote storages
2021-03-10Also execute the new tests on droneJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-26Add integration tests for "sharing:cleanup-remote-storages" OCC commandDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-01-08Use specific docker image tags to allow drone to cache them and not run into ↵Morris Jobke
docker pull rate limits Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-07Fix name of avatar integration tests in DroneDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-01-07Update postgres version testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-06No need to run mysql5 tests anymoreRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-12-29jsunit: Run jsunit with chromium/puppeteer on github actionsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-07Add php8 CIRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-12-07Add integration tests for user avatarsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-10-30Only run phpunit when php, xml or test files are modifiedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-18To revert once php8.0 packages are thereJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-18Update drone testing matrixJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-16Remove phan config - was replaced by PsalmMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-21Disable fragile comments testsMorris Jobke
Those tests are actual problems in our code. See https://github.com/nextcloud/server/pull/20462#issuecomment-613380650 for a summary by @danxuliu Basically they are introduced by #18929 but are only revealed by #18764. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-30Hello codecov :rocket:Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-05-29Do not clone the whole Talk repository for integration testsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-29Add integration tests for video verificationDaniel Calviño Sánchez
Enabling the "send password by Talk" property of shares require that Talk is installed and enabled, so the Drone step that runs them has to first clone the Talk repository. When the integration tests are run on a local development instance, however, it is not guaranteed that Talk is installed. Due to this the "@Talk" tag was added, which ensures that any feature or scenario marked with it will first check if Talk is installed and, if not, skip the scenario (instead of failing). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-04-14use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon
- adapters for PHP API version to Support PHP < 7.3 - switch to pass only one base per search - cookie logic is moved from Access to API adapters Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-23Move Compile Handlebars CI to GitHub ActionsGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-02-10Lint on github actionsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-02-03Move npm build to github actionsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-28Bump integration to php7.3 with redisRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27Bump memcached imageRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27REVERT LATER: disable phan for nowRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27Update droneRoeland Jago Douma
* Run 7.4 tests (nodb + sqlite) * Update older images to newer phpunit Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-21Merge pull request #18045 from nextcloud/ci/other/php73Roeland Jago Douma
Move more CI tests to php7.3
2019-11-21Move more CI tests to php7.3Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-20Move integration tests to php7.3Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-13php7.2 minimum for 18Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>