summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Update psalm baselinenextcloud-command2023-04-071-6/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2023-03-161-141/+2
| | | | Signed-off-by: GitHub <noreply@github.com>
* tests(integration): Fix catching error only on object storeJulius Härtl2023-03-092-1/+17
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-093-6/+200
| | | | | | This allows to stream file chunks directly to S3 during upload. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* chore(deps-dev): Bump symfony/event-dispatcher in /build/integrationdependabot[bot]2023-02-271-6/+6
| | | | | | | | | | | | | | | Bumps [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) from 5.4.9 to 5.4.19. - [Release notes](https://github.com/symfony/event-dispatcher/releases) - [Changelog](https://github.com/symfony/event-dispatcher/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/event-dispatcher/compare/v5.4.9...v5.4.19) --- updated-dependencies: - dependency-name: symfony/event-dispatcher dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps-dev): Bump phpunit/phpunit in /build/integrationdependabot[bot]2023-02-271-33/+33
| | | | | | | | | | | | | | | Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.28 to 9.6.4. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.28...9.6.4) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Revert "[master] Update psalm-baseline.xml"Côme Chilliet2023-02-211-2/+12
|
* Merge pull request #36786 from ↵Daniel2023-02-211-12/+2
|\ | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * Update psalm baselinenextcloud-command2023-02-211-12/+2
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-213-0/+70
|/
* tests: Remove legacy chunking testsJulius Härtl2023-02-171-27/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* tests: Remove legacy checksum testJulius Härtl2023-02-172-43/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-153-5/+5
| | | | | | | | | | While "none" is indeed equivalent to "noindex, nofollow" for Google, but seems to be not supported by Bing and probably other search engines. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name#other_metadata_names https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=de#comma-separated-list https://www.bing.com/webmasters/help/which-robots-metatags-does-bing-support-5198d240 Signed-off-by: MichaIng <micha@dietpi.com>
* Update psalm baselinenextcloud-command2023-02-131-15/+4
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2023-02-091-3/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2023-02-081-67/+4
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2023-02-071-54/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* use php8.0 imagesMaxence Lange2023-01-311-1/+1
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* style: Fix php-cs and psalmJulius Härtl2023-01-271-0/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* ci: migrate ocp since checker to psalmDaniel Kesselberg2023-01-242-124/+115
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #36279 from ↵MichaIng2023-01-231-27/+27
|\ | | | | | | | | nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.5.28 chore(deps-dev): Bump phpunit/phpunit from 9.5.27 to 9.5.28 in /build/integration
| * chore(deps-dev): Bump phpunit/phpunit in /build/integrationdependabot[bot]2023-01-211-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.27 to 9.5.28. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.5.28/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.27...9.5.28) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update psalm baselinenextcloud-command2023-01-212-127/+6
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* composer run cs:fixCôme Chilliet2023-01-209-9/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix check in integration testsCôme Chilliet2023-01-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Attempt at reducing psalm errorsCôme Chilliet2023-01-201-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update psalm baselinenextcloud-command2023-01-181-9/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* feat(CI): Enforce colored output for behat on drone CIJoas Schilling2023-01-121-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #36006 from ↵Daniel2023-01-112-17/+1
|\ | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * Update psalm baselinenextcloud-command2023-01-112-17/+1
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Update CA certificate bundlenextcloud-command2023-01-111-1/+1
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* fix(CI): Check for the binaries we want to useJoas Schilling2023-01-051-3/+23
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fixing testsJohn Molakvoæ2023-01-041-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add component testingJohn Molakvoæ2023-01-041-3/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(actions): Update psalm github actionJohn Molakvoæ2022-12-291-6/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add DESIGN.md to expected filesDaniel Kesselberg2022-12-211-11/+12
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update psalm baselinenextcloud-command2022-12-211-11/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Put back baseline for the enableAppForGroups type mismatchCôme Chilliet2022-12-191-0/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Silence false-positive from psalm in lib/public/Log/functions.phpCôme Chilliet2022-12-191-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Bump phpunit/phpunit from 9.5.26 to 9.5.27 in /build/integrationdependabot[bot]2022-12-121-18/+18
| | | | | | | | | | | | | | | Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.26 to 9.5.27. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.26...9.5.27) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Update psalm baselinenextcloud-command2022-12-081-66/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #35571 from ↵MichaIng2022-12-061-1/+1
|\ | | | | | | | | nextcloud/automated/noid/master-update-ca-cert-bundle [master] Update ca-cert bundle
| * Update CA certificate bundlenextcloud-command2022-12-061-1/+1
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Update psalm baselinenextcloud-command2022-12-061-3/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Bump behat/behat from 3.11.0 to 3.12.0 in /build/integrationdependabot[bot]2022-12-052-75/+76
| | | | | | | | | | | | | | | Bumps [behat/behat](https://github.com/Behat/Behat) from 3.11.0 to 3.12.0. - [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.11.0...v3.12.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Cleanup test exclusionsJ0WI2022-12-041-17/+0
| | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* More theming cypress tests and some fixesJohn Molakvoæ2022-11-291-0/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Update psalm baselinenextcloud-command2022-11-231-4/+2
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update composer autoloaderCarl Schwan2022-11-221-0/+3
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Rename mastodon to fediverseCarl Schwan2022-11-221-5/+0
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>