harness/app/api/request
Darko Draskovic 0502d3cac6 feat: [CODE-1988]: Use json obj for storing repo tags (#4573)
* 6f4e32 Use map[string][]string for repo tag filter

* 37dc2a Add TestParseTagsFromQuery

* 09a59e Replace AND repo tags filter with OR repo tags filter

* 98f7d3 Merge remote-tracking branch 'origin/main' into dd/repo-tags-json-obj

* 49a8e0 Merge remote-tracking branch 'origin/main' into dd/repo-tags-json-obj

* 925c4b Merge remote-tracking branch 'origin/main' into dd/repo-tags-json-obj

* 2fc723 Add type RepoTags map[string]string

* 18af56 Merge remote-tracking branch 'origin/main' into dd/repo-tags-json-obj

* 62fe6f Replace Tags []string with Tags map[string]string in repo filter

* 727b2e Use json obj for storing repo tags
2025-10-02 11:08:40 +00:00
..
archive.go fix complex file extensions like tar.gz (#2143) 2024-07-15 14:41:58 +00:00
archive_test.go feat: [code-2976]: replace go-chi with chi v5 (#3186) 2024-12-20 18:16:33 +00:00
auth.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 add API: get recent status check UIDs (#685) 2023-10-19 06:19:42 +00:00
common.go feat: [CODE-3841]: branches table and populate it (#3779) 2025-05-29 21:19:52 +00:00
connector.go fix space path handling (#2577) 2024-08-26 13:13:25 +00:00
context.go feat: [CODE-2865]: ssh support changes (#3052) 2025-01-13 15:56:57 +00:00
context_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
diff.go feat: [CODE-3129]: add ignore whitespace for diff (#3327) 2025-01-31 21:48:57 +00:00
execution.go feat: [PIPE-22871]: API for listing executions for a project/space (#2941) 2024-11-08 11:55:40 +00:00
favorite.go feat: [CODE-4239]: Update DELETE API for favorites to use query params (#4143) 2025-07-28 10:30:57 +00:00
git.go fix: [CODE-4304]: Ensure user facing error messages are upper case (#4287) 2025-08-12 22:09:18 +00:00
git_test.go [code-1016] Replace `gitea` Usages (not wrapper) (#1063) 2024-03-26 20:31:30 +00:00
gitspace.go feat: [CDE-947]: add scope filter for list gitspace (#4228) 2025-08-07 09:52:51 +00:00
infra_provider.go fix space path handling (#2577) 2024-08-26 13:13:25 +00:00
label.go feat: [PIPE-24548]: Add label PR label assignment count (#3292) 2025-01-17 17:37:46 +00:00
lfs.go feat: [CODE-2528]: Support Git LFS (#3506) 2025-03-11 21:14:13 +00:00
membership.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07: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
principal.go feat: [CODE-1741]: add new API endpoint for principal find operation (#1227) 2024-04-25 13:10:56 +00:00
publickey.go feat: [CODE-2548]: add PGP keys (#3781) 2025-05-16 11:13:41 +00:00
pullreq.go feat: [CODE-3174]: improve pullreq space list API (#3409) 2025-02-11 20:21:06 +00:00
repo.go feat: [CODE-1988]: Use json obj for storing repo tags (#4573) 2025-10-02 11:08:40 +00:00
repo_test.go feat: [CODE-1988]: Use json obj for storing repo tags (#4573) 2025-10-02 11:08:40 +00:00
rule.go feat: [CODE-4077]: Add rule_type filter to the rules listing API (#4001) 2025-07-14 07:53:02 +00:00
secret.go fix space path handling (#2577) 2024-08-26 13:13:25 +00:00
space.go add pullreq list API for spaces (#2606) 2024-08-29 11:49:33 +00:00
template.go fix space path handling (#2577) 2024-08-26 13:13:25 +00:00
time.go fix: [code-2912]: minor improvements, requested changes (#3197) 2024-12-23 16:20:40 +00:00
token.go [MISC] Move `UID` to `Identifier` to match Harness Standards (#992) 2024-01-29 23:29:53 +00:00
util.go feat: [code-2976]: replace go-chi with chi v5 (#3186) 2024-12-20 18:16:33 +00:00
util_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
webhook.go [MISC] Move `UID` to `Identifier` to match Harness Standards (#992) 2024-01-29 23:29:53 +00:00