drone/app/api/openapi
Darko Draskovic fd9a1ad400 feat: [CODE-2568]: Add rules API for space level (#2865)
* Add openapi spec for space rules
* Merge branch 'main' into dd/space-branch-rules
* Fix doc comments and space permissions
* Merge branch 'main' into dd/space-branch-rules
* Add equal check to update rule
* Merge branch 'main' into dd/space-branch-rules
* Use consistently RuleParentInfo
* Add RuleParentInfo type
* Merge branch 'main' into dd/space-branch-rules
* Rename r to rule in funcs and rule to protection
* Merge remote-tracking branch 'origin/main' into dd/space-branch-rules
* Unifiy instrumentation and audit handling
* Add delete, find, list and patch svc funcs and API endpoints
* Add rules API for space level
2024-11-19 12:52:27 +00:00
..
account.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
check.go feat: [CDE-69]: Making page and limit query params in openapi spec public. (#2114) 2024-06-16 03:41:10 +00:00
common.go feat: [PIPE-22871]: API for listing executions for a project/space (#2941) 2024-11-08 11:55:40 +00:00
connector.go feat: [CI-14316]: Connectors support in gitness (#2699) 2024-09-18 13:24:48 +00:00
gitspace.go feat: [CDE-332]: added a way to filter gitspaces (#2915) 2024-11-04 06:57:06 +00:00
infra_provider.go gitspaces API Implementation (#2136) 2024-07-09 05:23:02 +00:00
openapi_test.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
openapi.go feat: [CODE-2568]: Add rules API for space level (#2865) 2024-11-19 12:52:27 +00:00
pipeline.go feat: [PIPE-23137]: updated executionInfo struct with more data and added lastExecutions to list space pipelines API (#2958) 2024-11-08 19:08:20 +00:00
plugin.go feat: [CDE-69]: Making page and limit query params in openapi spec public. (#2114) 2024-06-16 03:41:10 +00:00
principals.go fix: [CODE-1577] include pr author in browser param in PR listing page (#2868) 2024-11-06 10:20:51 +00:00
pullreq.go feat: [PIPE-22454]: add PR metadata in get/list PR API response (#2912) 2024-11-05 12:02:44 +00:00
repo.go feat: [CODE-2568]: Add rules API for space level (#2865) 2024-11-19 12:52:27 +00:00
resource.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
rules.go feat: [CODE-2568]: Add rules API for space level (#2865) 2024-11-19 12:52:27 +00:00
secret.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
service.go feat: different openapi for harness code (#997) 2024-01-30 21:51:44 +00:00
space.go feat: [PIPE-23137]: updated executionInfo struct with more data and added lastExecutions to list space pipelines API (#2958) 2024-11-08 19:08:20 +00:00
system.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
template.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
upload.go feat: Add swagger support for uploads API (#678) 2023-10-27 08:37:12 +00:00
user.go feat: [PIPE-22362]: Create openapi spec for user/tokens endpoint (#2782) 2024-10-08 12:44:57 +00:00
users.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
webhook.go feat: [CODE-2292]: Add API for space level webhook creation (#2730) 2024-10-18 16:27:56 +00:00
wire.go feat: different openapi for harness code (#997) 2024-01-30 21:51:44 +00:00