appwrite/app/init
Jake Barnby da5a137b98
refactor(insights): nest CTA execution and dismissal as sub-resources
Move POST /v1/insights/:id/dismiss to /v1/insights/:id/dismissals
and POST /v1/insights/:id/ctas/:ctaId/trigger to
/v1/insights/:id/ctas/:ctaId/executions, with the corresponding
class moves into Http/Insights/Dismissal/Create.php and
Http/CTA/Execution/Create.php. Rename the response model to
InsightCtaExecution and update events.php to surface dismissal
and execution as resource events with create verbs. The reshape
matches the rest of the API where verbs hang off plural sub-resources.
2026-05-01 14:04:31 +12:00
..
database fix: map deprecated platform types in subQueryPlatforms filter 2026-04-09 08:31:39 +00:00
realtime feat: add query param fallback for all impersonation params and simplify tests 2026-04-28 19:10:55 +05:30
resources set setGlobalCollections logs 2026-04-30 10:36:12 +03:00
worker Remove line 2026-04-30 10:44:21 +03:00
configs.php Implement new endpoints in /v1/project for services and protocols 2026-04-09 15:45:06 +02:00
constants.php feat(insights): add schema, scopes, events, errors, constants 2026-05-01 12:40:28 +12:00
locales.php Fixed format 2025-03-15 14:17:47 +01:00
models.php refactor(insights): nest CTA execution and dismissal as sub-resources 2026-05-01 14:04:31 +12:00
registers.php chore: bump PHPStan to level 4 and fix all new errors 2026-04-19 17:31:20 +05:30
resources.php refactor(insights): use Utopia Platform Action and Registry 2026-05-01 13:40:27 +12:00
span.php Restore MariaDB defaults, fix remaining timeouts, filter listener span logs 2026-03-11 23:20:51 +00:00