drone/types
Akhilesh Pandey 0578be8afe feat: [CODE-1941]: user group changes (#2134)
* feat: [CODE-1941]: remove usergroup filter from request
* feat: [CODE-1941]: decrement page for harness-core
* feat: [CODE-1941]: update pagination request
* feat: [CODE-1941]: change interface from find to list
* feat: [CODE-1941]: change reviewer add permissions
* feat: [CODE-1941]: comments
* feat: [CODE-1941]: comments
* fix wire issues
* feat: [CODE-1941]: remove users from the db table usergroups
* feat: [CODE-1941]: annotate errors
* feat: [CODE-1941]: annotate errors
* feat: [CODE-1941]: sql style
* feat: [CODE-1941]: revert common.go change for parse limit
* feat: [CODE-1941]: move usergroup listing to space level
* feat: [CODE-1941]: update usergroup listing and update delete to push permission
* feat: [CODE-1941]: Update combined listing
* feat: [CODE-1941]: Update combined listing
* feat: [CODE-1941]: format
* feat: [CODE-1941]: rebase
* feat: [CODE-1941]: separate db struct for usergroup.go
* feat: [CODE-1941]: change usergroup filter to default query and review comments
* feat: [CODE-1941]: change usergroup filter to default
* feat: [CODE-1941]: change return type for search service interface
* feat: [CODE-1941]: change return type for search service interface
* feat: [CODE-1941]: change return type for search service interface
* feat: [CODE-1941]: Search Service interface and wire changes
* feat: [CODE-1941]: Search Service interface and wire changes
* feat: [CODE-1941]: Search UserGroups Handler change - codeformat
* feat: [CODE-1941]: Search UserGroups Handler change - codeformat
* feat: [CODE-1941]: Search UserGroups Handler change - codeformat
* feat: [CODE-1941]: Search UserGroups Handler change
* feat: [CODE-1941]: Big change: New LOGIC for UserGroup Reviewers
* feat: [CODE-1941]: DB changes
* feat: [CODE-1941]: listing api
* feat: [CODE-1941]: mapping methods
* feat: [CODE-1941]: list method for pullreq_reviewers db
* feat: [CODE-1941]: database queries
* feat: [CODE-1941]: database queries
* feat: [CODE-2058]: dbstore changes
* feat: [CODE-1941]: Controller and Database code
* feat: [CODE-1941]: update reviewer_add.go code
* feat: [CODE-1941]: update reviewers and usergroup db migrations
* feat: [CODE-1941]: Update API ops
* feat: [CODE-1941]: Update DB ops for reviewers
* feat: [CODE-1941]: db migration update
* feat: [CODE-1941]: db migration update
* feat: [CODE-1941]: code comments
* feat: [CODE-1941]: update migration numbering
* feat: [CODE-1941]: Add postgresql migrations
* feat: [CODE-1941]: Update DB ops for reviewers

feat: [CODE-1941]: Update API ops

feat: [CODE-1941]: update reviewers and usergroup db migrations

feat: [CODE-1941]: update reviewer_add.go code

feat: [CODE-1941]: break pr

feat: [CODE-1941]: break pr

feat: [CODE-1941]: Update migration numbering
* feat: [CODE-1941]: create table usergroups
* feat: [CODE-1941]: table migrations
* feat: [CODE-1941]: user group changes
2024-08-26 15:35:27 +00:00
..
capabilities feat: [ML-302]: Framework For Harness Intelligence APIs (#2547) 2024-08-20 22:05:29 +00:00
check Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
enum fix: [CDE-244]: infra status stopped added (#2587) 2024-08-26 12:27:27 +00:00
authz.go [MISC] Move UID to Identifier to match Harness Standards (#992) 2024-01-29 23:29:53 +00:00
check.go add new API: list status checks for a pullreq (#1042) 2024-02-22 10:39:25 +00:00
code_comment.go [OPEN-SOURCE] Prepare Repository (#605) 2023-09-24 07:33:16 +00:00
codeowners.go Update CODEOWNERS to match github (#2069) 2024-06-06 16:58:01 +00:00
commit.go Add commit diff stat to list commits (#1062) 2024-02-23 11:27:06 +00:00
config_test.go [OPEN-SOURCE] Prepare Repository (#605) 2023-09-24 07:33:16 +00:00
config.go [AH-309]: Updated config to make Registry enabled by default (#2570) 2024-08-22 21:46:01 +00:00
connector.go [MISC] Move UID to Identifier to match Harness Standards (#992) 2024-01-29 23:29:53 +00:00
devcontainer_config.go feat: [CDE-116]: Adding SCM pkg responsible for fetching devcontainer config from public code repos (#2141) 2024-07-02 18:40:36 +00:00
execution_analysis.go feat: [ML-302]: Framework For Harness Intelligence APIs (#2547) 2024-08-20 22:05:29 +00:00
execution.go feat: [ML-302]: Framework For Harness Intelligence APIs (#2547) 2024-08-20 22:05:29 +00:00
git.go Add omitempty to stats and run get change info for changes and types in parallel (#2105) 2024-06-14 15:41:53 +00:00
githook.go [Githook] Introduce InMemory Githook (#916) 2023-12-19 15:50:15 +00:00
gitspace_event.go feat: [CDE-140]: Adding docker machine host name config to identify the public host name on which the docker host is running. Updated the docker config to read from the default docker env variables if config values are not set. Updated the events timestamp to use nanoseconds. Fixed the working directory response and cleaned the logic of how the gitspace instance url is generated. Updated the scm service to parse repo name in a provider agnostic manner. (#2201) 2024-07-13 04:35:20 +00:00
gitspace_port.go feat: [CDE-241]: Adding protocol to the gitspace port returned by the IDE and corresponding changes. Fixing gitspace instance's reference instead of value in the orchestrator. (#2521) 2024-08-16 08:31:05 +00:00
gitspace.go feat: [CDE-263]: Changes to track Gitspaces usage across installations. (#2584) 2024-08-26 08:24:06 +00:00
infra_provider.go feat: [CDE-192]: modularize gitspace services (#2404) 2024-08-07 08:27:29 +00:00
infra_provisioned.go feat: [CDE-220]: Adding gitspace instance identifier to infra provisioning. Adding checks to ensure infra status is always same as required. Adding infra status type error enum. Adding util method to derive gitspace container name. Cleaning parameters to use values instead of references. Refactoring fields for infra struct to make them more explicit. Adding config to read agent port and pass it on to infra provider for provisioning and finding. (#2411) 2024-08-07 02:29:10 +00:00
infrastructure.go feat: [CDE-192]: make hosts and ports in gitspace infrastructure more verbose (#2496) 2024-08-13 11:42:01 +00:00
label.go labels support in Gitness (#2456) 2024-08-20 21:05:11 +00:00
list_filters.go feat: list pr time filter (#1188) 2024-04-05 23:17:33 +00:00
membership.go [OPEN-SOURCE] Prepare Repository (#605) 2023-09-24 07:33:16 +00:00
pagination.go [OPEN-SOURCE] Prepare Repository (#605) 2023-09-24 07:33:16 +00:00
path.go [MISC] Move UID to Identifier to match Harness Standards (#992) 2024-01-29 23:29:53 +00:00
pipeline.go feat: [ML-302]: Framework For Harness Intelligence APIs (#2547) 2024-08-20 22:05:29 +00:00
plugin.go [MISC] Move UID to Identifier to match Harness Standards (#992) 2024-01-29 23:29:53 +00:00
principal.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
public_key.go ssh public keys: db and api (#2058) 2024-05-27 14:26:21 +00:00
pullreq_activity_metadata.go Add comment mentions metadata and return id to principal info mapping in list activity response (#2024) 2024-05-10 23:22:59 +00:00
pullreq_activity_payload.go Add label scope to label activity (#2545) 2024-08-20 13:54:43 +00:00
pullreq_activity.go Add comment mentions metadata and return id to principal info mapping in list activity response (#2024) 2024-05-10 23:22:59 +00:00
pullreq.go feat: [CODE-1941]: user group changes (#2134) 2024-08-26 15:35:27 +00:00
repo.go feat: instrumentation, intitial work (#2475) 2024-08-18 22:04:34 +00:00
rule.go small fixes (#1232) 2024-04-19 01:36:03 +00:00
search.go fix: [CODE-1924]: Add support for keyword search recursively in space paths (#2048) 2024-05-21 05:58:50 +00:00
secret.go [MISC] Move UID to Identifier to match Harness Standards (#992) 2024-01-29 23:29:53 +00:00
service_account.go [OPEN-SOURCE] Prepare Repository (#605) 2023-09-24 07:33:16 +00:00
service.go [OPEN-SOURCE] Prepare Repository (#605) 2023-09-24 07:33:16 +00:00
space.go add space descendants data layer fn (#2511) 2024-08-14 16:49:30 +00:00
stage.go [OPEN-SOURCE] Prepare Repository (#605) 2023-09-24 07:33:16 +00:00
step.go [LINT] Fix All Linting Errors (#609) 2023-09-26 00:56:53 +00:00
stream.go [OPEN-SOURCE] Prepare Repository (#605) 2023-09-24 07:33:16 +00:00
suggestions.go feat: [ML-302]: Framework For Harness Intelligence APIs (#2547) 2024-08-20 22:05:29 +00:00
template.go [MISC] Move UID to Identifier to match Harness Standards (#992) 2024-01-29 23:29:53 +00:00
token.go [MISC] Move UID to Identifier to match Harness Standards (#992) 2024-01-29 23:29:53 +00:00
trigger.go [MISC] Move UID to Identifier to match Harness Standards (#992) 2024-01-29 23:29:53 +00:00
types_test.go [OPEN-SOURCE] Prepare Repository (#605) 2023-09-24 07:33:16 +00:00
user.go [OPEN-SOURCE] Prepare Repository (#605) 2023-09-24 07:33:16 +00:00
usergroup.go feat: [CODE-1941]: user group changes (#2134) 2024-08-26 15:35:27 +00:00
webhook.go [MISC] Move UID to Identifier to match Harness Standards (#992) 2024-01-29 23:29:53 +00:00