0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-24 00:55:42 +02:00
Brice Ruth 1b9b410c5d
Remove non-functional CheckSuiteID parameter support
The CheckSuiteID parameter was referencing a non-existent 'check_suite_id'
column in the action_run table. This commit removes the hallucinated database
schema reference while maintaining API compatibility.

Changes:
- Remove CheckSuiteID field from FindRunOptions struct
- Remove check_suite_id database query condition
- Remove parameter handling logic from shared action handler
- Remove related tests for non-functional feature
- Update Swagger docs to indicate parameter is not supported in Gitea API
- Maintain GitHub API compatibility by keeping parameter documented

The check_suite_id parameter is now silently ignored when provided,
with clear documentation that it's not supported in Gitea.
2025-06-30 10:44:48 -05:00
..
2025-02-20 12:39:21 -08:00
2025-06-27 07:59:55 +02:00
2025-06-24 21:24:09 +08:00
2025-06-27 07:59:55 +02:00
2025-06-27 07:59:55 +02:00
2025-06-27 07:59:55 +02:00
2025-06-27 07:59:55 +02:00
2025-03-31 01:53:48 -04:00
2025-03-31 01:53:48 -04:00
2024-12-30 14:35:46 -08:00