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

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2022-11-11Handle circle deletion event and add cleanup jobJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-11-09Merge pull request #4184 from nextcloud/bugfix/noid/integration-validatorsMarcel Klehr
2022-11-07Permanently delete deck cards marked as deleted after 5 min in a cron jobMichal Polacik
Limit deleted cards in one cron job run to 500 Converted spaces to tabs Added missing import for CardMapper class Added another missing import for CardMapper class Fixed response object in findToDelete method + fixed 2 misspellings in API.md Fixed invalid parameter type Fix DeleteCronTest Signed-off-by: Marcel Klehr <mklehr@gmx.net> Fix lint errors Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2022-11-03Fix validation of attachment dataJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-31Merge pull request #4173 from nextcloud/bugfix/noid/card-sanity-checkJulius Härtl
2022-10-31Merge pull request #4059 from nextcloud/feature/improve-security-levelJulius Härtl
2022-10-31Add integration test for attachment handling on cardsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-31Add some tests for parameter validationJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-25Fix integration test run scriptJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-21feat: add validators to check values in servicesLuka Trovic
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2022-10-20Migrate to nextcloud/OCP package in masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-19Update guzzlehttp/guzzle requirement in /tests/integrationdependabot[bot]
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.4.5...7.5.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19Fix duedate testsMarcel Klehr
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2022-10-13Avoid using dropped Test\AppFramework\Db\MapperTestUtilitytests/drop-mapper-test-utilJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-22Fix deleteAclraul
Signed-off-by: raul <raul@nextcloud.com>
2022-09-07fix testsJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-07-25Fix tests running against 25 with adjusted ISimpleFile methodstests/isimplefileJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-09Update behat/behat requirement in /tests/integrationdependabot/composer/tests/integration/behat/behat-approx-3.11.0dependabot[bot]
Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05build(deps-dev): Update sabre/dav requirement in /tests/integrationdependabot[bot]
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/4.3.1...4.4.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05build(deps-dev): Update guzzlehttp/guzzle requirementdependabot[bot]
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.4.3...7.4.5) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05Fix static analysis by stubbing more circle methodsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-05-28build(deps-dev): Update guzzlehttp/guzzle requirementdependabot/composer/tests/integration/guzzlehttp/guzzle-7.4.3dependabot[bot]
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.4.2...7.4.3) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-05-13Revert lazy use of userId in ConfigServiceJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-05-12Switch from OC::$server->get to OCP\Server::getCarl Schwan
And add a bit more typing to some classes + psalm issues Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-11Fix php-cs-fixer failureJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-05-11Merge pull request #3682 from nextcloud/bug/increase-file-count-after-sharingJulius Härtl
Increase file count after sharing
2022-05-11Move all caching to helperJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-05-06Merge pull request #3782 from nextcloud/enh/backend_serialization_modelsRaul Ferreira Fuentes
Add CardDetail serialization model
2022-05-06Pipeline and codestyle fixesRaul
Signed-off-by: Raul <raul@nextcloud.com>
2022-04-22Add missing indicesbugfix/noid/missing-indicesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-11Fix test case which relied on `mapper->delete()` returning a bool valueRaul Ferreira Fuentes
Signed-off-by: Raul Ferreira Fuentes <raul@nextcloud.com>
2022-04-11Merge pull request #3670 from nextcloud/bugfix/noid/stack-update-checkJulius Härtl
Properly check for the stack AND setting board permissions
2022-04-11Merge pull request #3690 from nextcloud/bugfix/optimise_notifier_queriesJulius Härtl
Optimise queries when preparing card related notifications
2022-04-11Properly check for the stack AND setting board permissionsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-11Fix naming schemeRaul Ferreira Fuentes
Signed-off-by: Raul Ferreira Fuentes <raul@nextcloud.com>
2022-04-11Merge pull request #3695 from nextcloud/update-master-phpunit-configJulius Härtl
Update master php testing versions
2022-04-08Merge pull request #3689 from nextcloud/bugfix/noid/fix-cron-jobsJulius Härtl
Fix cron jobs
2022-04-08build(deps-dev): Update symfony/event-dispatcher requirementdependabot[bot]
Updates the requirements on [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) to permit the latest version. - [Release notes](https://github.com/symfony/event-dispatcher/releases) - [Changelog](https://github.com/symfony/event-dispatcher/blob/5.4/CHANGELOG.md) - [Commits](https://github.com/symfony/event-dispatcher/compare/v4.4.0...v5.4.3) --- updated-dependencies: - dependency-name: symfony/event-dispatcher dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08Merge pull request #3699 from ↵Julius Härtl
nextcloud/dependabot/composer/tests/integration/guzzlehttp/guzzle-7.4.2 build(deps-dev): Update guzzlehttp/guzzle requirement from 6.5.2 to 7.4.2 in /tests/integration
2022-04-08build(deps-dev): Update sabre/dav requirement in /tests/integrationdependabot[bot]
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/3.2.3...4.3.1) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08build(deps-dev): Update guzzlehttp/guzzle requirementdependabot[bot]
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.5.2...7.4.2) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08build(deps-dev): Update behat/behat requirement in /tests/integrationdependabot[bot]
Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.8.0...v3.10.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08Fix cron jobsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-08Migrate phpunit configurationJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-08Update master php testing versionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-08Fix test warningsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-08Bump phpunit for integration testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-05Fix NotifierTest to mock the new `StackMapper::findStackFromCardId()` method ↵Raul Ferreira Fuentes
correctly. Signed-off-by: Raul Ferreira Fuentes <raul@nextcloud.com>
2022-03-22Handle description shortening more gracefullyJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-03-22Cover case where the owner is preservedJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>