Commit Graph

19 Commits

Author SHA1 Message Date
Darko Draskovic
3b31d78da6 feat: [CODE-3134]: Add fetch label with include_values query param (#3369)
* Compose/repack LabelWithValues in find label controller
* Merge remote-tracking branch 'origin/main' into dd/fetch-label-with-values
* Revert to non pointer ListQueryFilter
* Replace Label with LabelWithValues in find repo/space label
* Address review comments
* Add pagination to list values and return all values when fetching a single value
* Add new svc label find with values func
* Add fetch space label with include_values query param
* Add fetch label with include_values query param
2025-02-04 19:53:27 +00:00
Karan Saraswat
d51474badc fix: [CODE-3057]: Revert "temporary fix for listing more than 30 repos in a single request" (#3324)
* Revert "fix: [code-2875]: temporary fix for listing more than 30 repos in a single request (#3134) (#3308)"

This reverts commit 636f6f2750.
2025-01-27 08:06:38 +00:00
Karan Saraswat
636f6f2750 fix: [code-2875]: temporary fix for listing more than 30 repos in a single request (#3134) (#3308)
* fix: [code-2875]: temporary fix for listing more than 30 repos in a single request (#3134)

* temporary fix for listing more than 30 repos in a single request
* max repos changed to 500
2025-01-22 13:14:43 +00:00
Karan Saraswat
63b3134a09 fix: [CODE-3057]: Revert "temporary fix for listing more than 30 repos in a single request (#3134)" (#3296)
* Revert "fix: [code-2875]: temporary fix for listing more than 30 repos in a single request (#3134)"

This reverts commit 2a5b475778.
2025-01-21 12:33:40 +00:00
Darko Draskovic
6ed620bdc3 feat: [PIPE-24548]: Add label PR label assignment count (#3292)
* Refactor count pullreq assignments to backfill form
* Add label PR label assignment count
2025-01-17 17:37:46 +00:00
Abhinav Singh
c7f7ade6b6 feat: [CODE-2886]: jira auth support (#3119) 2024-12-12 19:36:08 +00:00
Enver Biševac
2a5b475778 fix: [code-2875]: temporary fix for listing more than 30 repos in a single request (#3134)
* temporary fix for listing more than 30 repos in a single request
* max repos changed to 500
2024-12-10 07:55:33 +00:00
Marko Gaćeša
dc5bc6ed44 refactor parsing of time range filters (#2693)
* refactor parsing of time range filters
2024-09-17 08:07:57 +00:00
Marko Gaćeša
1e644163d3 deprecate PR edited field (#2692)
* deprecate PR edited field
2024-09-16 15:44:17 +00:00
Marko Gaćeša
75042e9293 add pullreq list API for spaces (#2606)
* moved the service to the existing pullreq package
* add pullreq list API for spaces
2024-08-29 11:49:33 +00:00
Darko Draskovic
b1ac141460 Add list labels per pr to pr list (#2372) (#2387)
* Add list labels per pr to pr list (#2372)

* Refactor to pullreq(s) backfill funcs
* Add list labels per pr to pr list
2024-08-07 15:32:30 +00:00
Darko Draskovic
81fcd524c8 Add label feature (#2073)
* Address PR comments
* Add list label from ancestor scopes query param
* Add label feature
2024-07-25 14:57:56 +00:00
Abhinav Singh
a576087694 feat: add etag for raw api (#2018) 2024-05-03 20:03:37 +00:00
suchsoon
d9b04d51c6
remove repetitive words (#3484) 2024-04-19 16:28:04 -07:00
Atefeh Mohseni-Ejiyeh
aa330928dd Restore the space to its exact state at the time of deletion (#1180) 2024-04-08 18:19:07 +00:00
Abhinav Singh
f20189812b feat: list pr time filter (#1188) 2024-04-05 23:17:33 +00:00
Atefeh Mohseni-Ejiyeh
5d0d28e4a3 Support Space Soft Delete, Restore, and Purge (#1076) 2024-03-21 23:34:19 +00:00
Atefeh Mohseni-Ejiyeh
24fbf49168 repo soft delete improvements (#1045) 2024-02-22 05:25:29 +00:00
Johannes Batzill
0961ee0906 [MISC] Separate Git Smart HTTP Protocol Into Handler and Controller (#717) 2023-10-25 17:23:19 +00:00