Jake Barnby and Claude Opus 4.6
a952dad8d3
fix: add missing Role import and convert @group to PHP 8 attributes
...
- Add missing `use Utopia\Database\Helpers\Role` import in ProjectsBase.php
(fixes "Class Role not found" fatal error)
- Convert @group ciIgnore docblock annotations to #[Group('ciIgnore')]
PHP 8 attributes (PHPUnit 12 no longer supports docblock annotations)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-20 03:26:15 +13:00
Jake Barnby and Claude Opus 4.6
b645721e14
fix: resolve CI failures from 1.8.x merge
...
- Remove unused WhiteList import in teams.php (linter fix)
- Add missing $teamId and $newTeam params to setupProject() in ProjectsBase.php (fixes 401 errors in all Projects tests)
- Filter execution logs by requestPath in testSSRLogs to avoid picking up screenshot worker executions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-20 02:46:23 +13:00
Jake Barnby
8a6ddeef30
Merge branch '1.8.x' into feat-mongodb
2026-02-20 01:33:02 +13:00
Hemachandar
14e79f34db
Populate project-specific roles ( #11209 )
...
* Populate project-specific roles
* better comments
* simplify
* privileged user
* update permissions
* feedback
* lint
* only read + cleanup
* fix role length
* scopes
* not api-key
* cl-ignore group
* rename
* ciIgnore
* base scope
* change base scope
* fix projects
* copilot suggestion
2026-02-19 16:48:39 +05:30
Jake Barnby and Claude Opus 4.5
2d160747ca
perf: Remove @depends from Migrations, Projects, and Tokens tests
...
Added helper methods with static caching for independent test execution.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-06 12:13:54 +13:00
Chirag Aggarwal
6596569259
chore: make devkeys test dependence free
2025-04-14 18:01:40 +00:00
Torsten Dittmann
0a1d572c72
chore: run formatter
2024-03-06 18:34:21 +01:00
Everly Precia Suresh
19300ccdd7
format files in app, src, tests
2022-05-23 14:54:50 +00:00
Eldad Fux
e009f9c60b
Updated tests folder
2020-10-27 21:48:38 +02:00
Eldad Fux
b9cb8738f6
Added new tests
2020-07-08 12:11:12 +03:00