drone/app/api/controller/repo
Darko Draskovic 335eaa73c1 feat: [CODE-2498]: Add time and author filter params to list commits page (#3000)
* Remove redundant consts and annotate errors
* Add a Regex bool field to the api.CommitFilter
* Add use author/commiter regex bool to list commit filter
* Merge branch 'main' into dd/commit-time-author-filter
* Add commiter IDs
* Merge branch 'main' into dd/commit-time-author-filter
* Merge branch 'main' into dd/commit-time-author-filter
* Merge branch 'main' into dd/commit-time-author-filter
* Add regex quote for author
* Add time and author filter params to list commits page
2024-11-21 10:31:32 +00:00
..
archive.go
blame.go
check.go
codeowner_validate.go
commit.go feat: [CODE-2567]: improve git commit message handling (#2849) 2024-10-24 10:08:36 +00:00
content_get.go feat: [PIPE-21976]: add flattened directory listing (#2869) 2024-10-30 13:26:42 +00:00
content_paths_details.go
controller.go feat: [CODE-2568]: Add rules API for space level (#2865) 2024-11-19 12:52:27 +00:00
create_branch.go
create_commit_tag.go
create.go [GH] Fix typos (#3566) 2024-11-07 11:34:07 -08:00
default_branch.go
delete_branch.go
delete_tag.go
diff.go
find.go
get_branch.go feat: [PIPE-22290]: add additional info to list branches API (#2831) 2024-10-24 13:19:35 +00:00
get_commit_divergences.go feat: [PIPE-22290]: add additional info to list branches API (#2831) 2024-10-24 13:19:35 +00:00
get_commit.go
git_info_refs.go
git_service_pack.go
helper.go
import_progress.go
import.go
label_define.go
label_delete.go
label_list.go
label_save.go
label_update.go
label_value_define.go
label_value_delete.go
label_value_list.go
label_value_update.go
list_branches.go feat: [PIPE-22290]: add additional info to list branches API (#2831) 2024-10-24 13:19:35 +00:00
list_commit_tags.go
list_commits.go feat: [CODE-2498]: Add time and author filter params to list commits page (#3000) 2024-11-21 10:31:32 +00:00
list_paths.go
list_pipelines.go
list_service_accounts.go
merge_check.go
move.go
no_op_checks.go
pipeline_generate.go
purge.go
raw.go
rebase.go
restore.go feat: [CODE-2426]: Separate CODE Repo Create/Edit into distinct permissions (#2758) 2024-10-23 16:37:06 +00:00
rule_create.go feat: [CODE-2568]: Add rules API for space level (#2865) 2024-11-19 12:52:27 +00:00
rule_delete.go feat: [CODE-2568]: Add rules API for space level (#2865) 2024-11-19 12:52:27 +00:00
rule_find.go feat: [CODE-2568]: Add rules API for space level (#2865) 2024-11-19 12:52:27 +00:00
rule_list.go feat: [CODE-2568]: Add rules API for space level (#2865) 2024-11-19 12:52:27 +00:00
rule_update.go feat: [CODE-2568]: Add rules API for space level (#2865) 2024-11-19 12:52:27 +00:00
soft_delete.go
squash.go feat: [CODE-2567]: improve git commit message handling (#2849) 2024-10-24 10:08:36 +00:00
summary.go
update_public_access.go
update.go
wire.go feat: [CODE-2568]: Add rules API for space level (#2865) 2024-11-19 12:52:27 +00:00