drone/app/router
Karan Saraswat 0cd3e0693f feat: [PIPE-22871]: API for listing executions for a project/space (#2941)
* fixed go lint
* added header
* Apply suggestions from code review
* feat: [PIPE-22871]: added filters for list space executions API
* feat: [PIPE-22871]: count of pipelines db query will be run if there is more than 1 page
* removed pipelineId ans repoId from executionPipelineRepoJoin
* fixed go lint
* addressed review comments
* Apply suggestions from code review
* Apply suggestions from code review
* fixed lint
* feat: [PIPE-22871]: API for listing executions for a project/space
2024-11-08 11:55:40 +00:00
..
api_router.go fix: [CODE-2314]: check / at end to for routing (#2612) 2024-09-04 00:20:08 +00:00
api.go feat: [PIPE-22871]: API for listing executions for a project/space (#2941) 2024-11-08 11:55:40 +00:00
git_router.go fix: [CODE-2314]: check / at end to for routing (#2612) 2024-09-04 00:20:08 +00:00
git.go fix: [CODE-2684]: Move go-get to git URL and support submodules and major versioning (#2914) 2024-11-05 17:13:26 +00:00
interface.go feat: [CODE-2146]: add new router paradigm 2024-07-23 21:39:39 +00:00
logging.go feat: [CODE-2146]: add new router paradigm 2024-07-23 21:39:39 +00:00
router_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
router.go feat: [CODE-2146]: add new router paradigm 2024-07-23 21:39:39 +00:00
web_router.go feat: [CODE-2146]: add new router paradigm 2024-07-23 21:39:39 +00:00
web.go Inject X-Allow-Public-Access Header For UI (#2300) 2024-08-05 23:39:16 +00:00
wire.go feat: [code-2461]: add go-import metatag in response for go get operations (#2775) 2024-10-23 10:45:34 +00:00