gotosocial/internal/api/client/admin
Vyr Cossont fc3741365c
[bugfix] Fix Swagger spec and add test script (#2698)
* Add Swagger spec test script

* Fix Swagger spec errors not related to statuses with polls

* Add API tests that post a status with a poll

* Fix creating a status with a poll from form params

* Fix Swagger spec errors related to statuses with polls (this is the last error)

* Fix Swagger spec warnings not related to unused definitions

* Suppress a duplicate list update params definition that was somehow causing wrong param names

* Add Swagger test to CI

- updates Drone config
- vendorizes go-swagger
- fixes a file extension issue that caused the test script to generate JSON instead of YAML with the vendorized version

* Put `Sample: ` on its own line everywhere

* Remove unused id param from emojiCategoriesGet

* Add 5 more pairs of profile fields to account update API Swagger

* Remove Swagger prefix from dummy fields

It makes the generated code look weird

* Manually annotate params for statusCreate operation

* Fix all remaining Swagger spec warnings

- Change some models into operation parameters
- Ignore models that already correspond to manually documented operation parameters but can't be trivially changed (those with file fields)

* Documented that creating a status with scheduled_at isn't implemented yet

* sign drone.yml

* Fix filter API Swagger errors

* fixup! Fix filter API Swagger errors

---------

Co-authored-by: tobi <tobi.smethurst@protonmail.com>
2024-03-06 18:05:45 +01:00
..
accountaction.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
admin.go [bugfix] 😇 (#2476) 2023-12-18 16:40:29 +00:00
admin_test.go [feature] Add experimental instance-federation-spam-filter option (#2685) 2024-02-27 12:22:05 +00:00
debug_off.go [feature] Add /api/v1/admin/debug/apurl endpoint (#2359) 2023-11-27 14:02:52 +00:00
debug_on.go [feature] Add /api/v1/admin/debug/apurl endpoint (#2359) 2023-11-27 14:02:52 +00:00
domainallowcreate.go [feature] Implement explicit domain allows + allowlist federation mode (#2200) 2023-09-21 12:12:04 +02:00
domainallowdelete.go [feature] Implement explicit domain allows + allowlist federation mode (#2200) 2023-09-21 12:12:04 +02:00
domainallowget.go [feature] Implement explicit domain allows + allowlist federation mode (#2200) 2023-09-21 12:12:04 +02:00
domainallowsget.go [feature] Implement explicit domain allows + allowlist federation mode (#2200) 2023-09-21 12:12:04 +02:00
domainblockcreate.go [feature] Implement explicit domain allows + allowlist federation mode (#2200) 2023-09-21 12:12:04 +02:00
domainblockdelete.go [feature] Implement explicit domain allows + allowlist federation mode (#2200) 2023-09-21 12:12:04 +02:00
domainblockget.go [feature] Implement explicit domain allows + allowlist federation mode (#2200) 2023-09-21 12:12:04 +02:00
domainblocksget.go [feature] Implement explicit domain allows + allowlist federation mode (#2200) 2023-09-21 12:12:04 +02:00
domainkeysexpire.go [bugfix] Fix Swagger spec and add test script (#2698) 2024-03-06 18:05:45 +01:00
domainpermission.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
emailtest.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
emojicategoriesget.go [bugfix] Fix Swagger spec and add test script (#2698) 2024-03-06 18:05:45 +01:00
emojicategoriesget_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
emojicreate.go [bugfix] Fix Swagger spec and add test script (#2698) 2024-03-06 18:05:45 +01:00
emojicreate_test.go [chore/bugfix/horror] Allow expires_in and poll choices to be parsed from strings (#2346) 2023-11-10 16:42:48 +00:00
emojidelete.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
emojidelete_test.go [bugfix] Fix Postgres emoji delete, emoji category change (#2570) 2024-01-29 14:57:22 +00:00
emojiget.go [bugfix] Fix Postgres emoji delete, emoji category change (#2570) 2024-01-29 14:57:22 +00:00
emojiget_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
emojisget.go [bugfix] Fix Postgres emoji delete, emoji category change (#2570) 2024-01-29 14:57:22 +00:00
emojisget_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
emojiupdate.go [bugfix] Fix Swagger spec and add test script (#2698) 2024-03-06 18:05:45 +01:00
emojiupdate_test.go [bugfix] Fix Postgres emoji delete, emoji category change (#2570) 2024-01-29 14:57:22 +00:00
headerfilter.go [feature] request blocking by http headers (#2409) 2023-12-18 14:18:25 +00:00
headerfilter_create.go [feature] request blocking by http headers (#2409) 2023-12-18 14:18:25 +00:00
headerfilter_delete.go [feature] request blocking by http headers (#2409) 2023-12-18 14:18:25 +00:00
headerfilter_get.go [feature] request blocking by http headers (#2409) 2023-12-18 14:18:25 +00:00
mediacleanup.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
mediacleanup_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
mediarefetch.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
reportget.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
reportresolve.go [bugfix] Fix Swagger spec and add test script (#2698) 2024-03-06 18:05:45 +01:00
reportresolve_test.go [chore] Use generic pointer function (#2080) 2023-08-07 18:38:11 +01:00
reportsget.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
reportsget_test.go [bugfix] support endless polls, and misskey's' method of inferring expiry in closed polls (#2349) 2023-11-11 10:15:04 +00:00
rulecreate.go [bugfix] Fix Swagger spec and add test script (#2698) 2024-03-06 18:05:45 +01:00
ruledelete.go [bugfix] Fix Swagger spec and add test script (#2698) 2024-03-06 18:05:45 +01:00
ruleget.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
rulesget.go [bugfix] Fix Swagger spec and add test script (#2698) 2024-03-06 18:05:45 +01:00
ruleupdate.go [bugfix] Fix Swagger spec and add test script (#2698) 2024-03-06 18:05:45 +01:00