Karan Saraswat
f85b6c45c3
feat: [PIPE-24894]: Restrict lifecycle operations for reserved repo identifiers ( #3426 )
...
* feat: [PIPE-24894]: Restrict lifecycle operations for reserved repo identifiers
2025-02-13 12:01:53 +00:00
Darko Draskovic
13f6558ca3
techdebt: [CODE-3169]: Move unnecessary DB calls related to reviewer creation out of the create PR tx ( #3420 )
...
* Move activity creation out of tx and reset pr act seq after pr creation
* Add storeCreateReviewerActivity
* Move unnecessary DB calls related to reviewer creation out of the create PR tx
2025-02-13 11:14:36 +00:00
Karan Saraswat
8b81b19c3d
feat: [PIPE-23710]: changed signature of RepoIdentifier to start taking session argument ( #3345 ) ( #3425 )
...
* feat: [PIPE-23710]: changed signature of RepoIdentifier to start taking session argument (#3345 )
* argument changed to session
* fixed failing go lint check
*
updated method usage
*
corrected spelling mistake
*
feat: [PIPE-23710]: changed signature of RepoIdentifier to start taking internal boolean argument
2025-02-13 10:14:20 +00:00
Karan Saraswat
5018aacfb7
feat: [PIPE-24894]: Revert "changed signature of RepoIdentifier to start taking session argument ( #3345 )" ( #3424 )
...
* Revert "feat: [PIPE-23710]: changed signature of RepoIdentifier to start taking session argument (#3345 )"
This reverts commit a5f510c4b2
.
2025-02-13 09:21:16 +00:00
Marko Gaćeša
a4a05b6281
chore: [CODE-3148]: remove repo git info cache ( #3421 )
...
* remove repo git info cache
2025-02-12 17:04:11 +00:00
Marko Gaćeša
a906259562
feat: [CODE-3148]: refactor refcache ( #3390 )
...
* linter issues fix
* reintroduce repofinder to aiagent
* Merge remote-tracking branch 'origin/main' into mg/cache/space-and-repo-finder
* removed refcache deps from aiagent
* pr comments
* fix linter issues
* refactor refcache
2025-02-12 12:42:12 +00:00
Prachi Shah
890fe494de
fix: [ML-648]: remove explanation field from chat response body ( #3416 )
...
* Merge branch 'main' into ML-648
* remove explanation field
2025-02-12 11:29:10 +00:00
Vivek Dixit
5ef704e559
[feat]: [ML-657]: Added Support For PipelineGeneration ( #3417 )
...
* Addressed Comments
* FIxed lint errors
* [feat]: [ML-657]: Added Support For PipelineGeneration
2025-02-12 09:11:47 +00:00
Yogesh Chauhan
360831edc3
fix: [ML-648]: Add a method to give all valid stage_types ( #3415 )
...
* remove code comment
* add isValid for request action
* Add a method to give all valid stage_types
2025-02-12 07:40:48 +00:00
Darko Draskovic
72e7a3dde9
techdebt: [CODE-3169]: Move unnecessary DB calls related to label assignment out of the create PR tx ( #3402 )
...
* Merge remote-tracking branch 'origin/main' into dd/remove-from-transaction
* Move storeLabelAssignActivity to tx
* Move pr backfill with label info and activity storing out of the tx
* Replace slices containing label/value info with an assignment map
* Move unnecessary DB calls related to label assignment out of the create PR tx
2025-02-11 18:44:17 +00:00
Yogesh Chauhan
cff1a4a6fb
fix: [ML-648]: Propagate LLM errors in stage/step creation ( #3400 )
...
* Propagate LLM errors
2025-02-10 13:05:26 +00:00
Yogesh Chauhan
d2a2c2c361
fix: [ML-648]: Add error to generate output structs ( #3397 )
...
* fix test
* pointer to message
* Add error to generate output structs
2025-02-10 11:42:43 +00:00
Dhruv Dhruv
e42e24cdfe
feat: [CDE-599]: Auto-creating infra resources at the root level. ( #3383 )
...
* feat: [CDE-599]: Auto-creating infra resources at the root level.
2025-02-07 03:47:59 +00:00
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
Prachi Shah
44f3628f53
feat: [ML-629]: change generate pipeline stage input struct ( #3363 )
...
* error message change
* gci
* sanitize func modified
* Merge branch 'main' into cs
* run goimports
* done
* change generate pipeline stage input struct
2025-02-04 11:42:51 +00:00
Karan Saraswat
a5f510c4b2
feat: [PIPE-23710]: changed signature of RepoIdentifier to start taking session argument ( #3345 )
...
* argument changed to session
* fixed failing go lint check
*
updated method usage
*
corrected spelling mistake
*
feat: [PIPE-23710]: changed signature of RepoIdentifier to start taking internal boolean argument
2025-02-04 09:18:16 +00:00
Marko Gaćeša
530a707052
feat: [CODE-3076]: update several refs on merge ( #3355 )
...
* resolve pr comments
* update several refs on merge
2025-02-03 10:52:01 +00:00
Enver Biševac
92e39dee79
feat: [CODE-3129]: add ignore whitespace for diff ( #3327 )
...
* better parsing of query param ignore_whitespace
* replace hideWhitespace with ignoreWhitespace
* replace rest client literals with vars
* added openapi
* add ignore whitespace for diff
2025-01-31 21:48:57 +00:00
Darko Draskovic
2f9d9583e6
feat: [CODE-1805]: Add service account rule bypass list support ( #3297 )
...
* Make service account store code more consistent
* Merge remote-tracking branch 'origin/main' into dd/service-account-bypass
* Merge remote-tracking branch 'origin/main' into dd/service-account-bypass
* Merge remote-tracking branch 'origin/main' into dd/service-account-bypass
* Remove principal controller interface
* Address review comments
* Merge remote-tracking branch 'origin/main' into dd/service-account-bypass
* Merge remote-tracking branch 'origin/main' into dd/service-account-bypass
* Add pagination to repo/space list service account
* Revert to non embedded Principal to ServiceAccount
* Merge remote-tracking branch 'origin/main' into dd/service-account-bypass
* Add query param to service account list
* Add inherited param to principal filter
* Merge remote-tracking branch 'origin/main' into akp/CODE-1805
* Merge remote-tracking branch 'origin/main' into akp/CODE-1805
* Return service account info instead of vanilla service account
* Return principal info to return id instead o
2025-01-31 17:46:24 +00:00
Marko Gaćeša
6f37eaea3f
fix: [CODE-3120]: reload repo in repo summary API controller ( #3356 )
...
* reload repo in repo summary API controller
2025-01-30 16:09:55 +00:00
Yogesh Chauhan
2130f7f9a4
[fix]: [ML-575]: Ai Agent Fix stage type enums ( #3357 )
...
* Fix stage enums
2025-01-30 14:55:22 +00:00
Prachi Shah
6b231495c1
fix: [ML-575]: mark required fields for spec file ( #3350 )
...
* gci write
* lint errors fix
* lint errors fix
* required:'true'
* required : true
* done
* changed
* make stage type as enum according to openapi std
* remove conflicts with main
* mark fields as required
* Merge branch 'main' into ML-575
* make conversationID optional parameter in chat
* generate conversation ID in backend
* Merge branch 'main' into ML-575
* gci run
* gci run
* gci run
* gci run
* lint error fix
* gci run
* resolve comments
* re_generate to regenerate
* gci run
* lint errors fix
* lint error fix
* update actions struct correctly
* update actions struct
* lint error fix
* chat struct and two new enums for actions
* merged
* merge with ML-562
* temp
* done
* done
* remove redundant file
* fixed lint errors in submodule
* lint error fix
* Update wire_gen.go
* Update wire_gen.go
* fix lint errors
* updated error message
* changed loc of enum definitions
* new endpoint /chat
* new type chat
* original
* to original
* made required changes
* trial
* fix lint errors-3
* fi
2025-01-30 11:43:49 +00:00
Prachi Shah
5f11b9ed2d
[fix]: [ML-575]: make conversationID optional parameter in chat ( #3344 )
...
* make conversationID optional parameter in chat
* generate conversation ID in backend
* Merge branch 'main' into ML-575
* gci run
* gci run
* gci run
* gci run
* lint error fix
* gci run
* resolve comments
* re_generate to regenerate
* gci run
* lint errors fix
* lint error fix
* update actions struct correctly
* update actions struct
* lint error fix
* chat struct and two new enums for actions
* merged
* merge with ML-562
* temp
* done
* done
* remove redundant file
* fixed lint errors in submodule
* lint error fix
* Update wire_gen.go
* Update wire_gen.go
* fix lint errors
* updated error message
* changed loc of enum definitions
* new endpoint /chat
* new type chat
* original
* to original
* made required changes
* trial
* fix lint errors-3
* fix lint errors-2
* fix lint errors
* 3 new enums for stagetype, messagetype, role
* enum types for stagetype, role and messagetype
* role enum and message type enum
* ML-562: New enum
2025-01-29 11:03:05 +00:00
Johannes Batzill
cbd889881b
feat: [CODE-2693]: Add backend support to track time of last push. ( #3320 )
2025-01-27 22:03:35 +00:00
Marko Gaćeša
2fa3914fa9
feat: [CODE-3076]: create and update PR refs in the PR controller ( #3319 )
...
* update pr refs in controller
2025-01-27 13:38:55 +00:00
Prachi Shah
c1b89607ce
[feat]: [ML-575]: Shifting to generic /chat endpoint ( #3313 )
...
* gci run
* gci run
* gci run
* gci run
* lint error fix
* gci run
* resolve comments
* re_generate to regenerate
* gci run
* lint errors fix
* lint error fix
* update actions struct correctly
* update actions struct
* lint error fix
* chat struct and two new enums for actions
* merged
* merge with ML-562
* temp
* done
* done
* remove redundant file
* fixed lint errors in submodule
* lint error fix
* Update wire_gen.go
* Update wire_gen.go
* fix lint errors
* updated error message
* changed loc of enum definitions
* new endpoint /chat
* new type chat
* original
* to original
* made required changes
* trial
* fix lint errors-3
* fix lint errors-2
* fix lint errors
* 3 new enums for stagetype, messagetype, role
* enum types for stagetype, role and messagetype
* role enum and message type enum
* ML-562: New enum
2025-01-24 11:07:02 +00:00
Marko Gaćeša
f016ac9ac9
feat: [CODE-3030]: introduce include_git_stats param for list PRs APIs ( #3284 )
...
* introduce include_git_stats param for list PRs APIs
2025-01-17 11:27:23 +00:00
Darko Draskovic
6554c472d1
feat: [PIPE-24548]: Add label creation to pullreq creation ( #3276 )
...
* Refactor label select base const and its use
* Add created labels to create pr response
* Merge remote-tracking branch 'origin/main' into dd/pr-creation-label-assign
* Add label creation to pullreq creation
2025-01-16 16:48:56 +00:00
Shivakumar Ningappa
c9d62fdc0e
fix: [AH-626]: check for nil controller to prevent PANIC ( #3280 )
...
* fix: [AH-626]: check for nil controller to prevent PANIC
2025-01-16 07:04:07 +00:00
Marko Gaćeša
0006151b23
feat: [PIPE-24577]: define body for file upload api in openapi def ( #3274 )
...
* define body for file upload api in openapi def
2025-01-15 17:11:41 +00:00
Atefeh Mohseni Ejiyeh
f78f767ae2
feat: [CODE-2818]: Add Archive Repo functionality ( #3051 )
2025-01-13 19:02:51 +00:00
Yogesh Chauhan
a94be356c4
feat: [ML-531]: Introduce conversations into request DTOs for AI Devops ( #3239 )
...
* Merge branch 'main' into yogesh/ML-531-conversationsDTO
* Fixed Lint issues
* transfer fields from handler to controller
* Add to controller object
* Add conversation DTOS
2025-01-09 16:05:51 +00:00
Yogesh Chauhan
e41863edb2
fix: [ML-505]: Fix JSON key name for yaml step ( #3166 )
...
* fix: [ML-505]: Fix key name for yaml step
2025-01-07 05:54:59 +00:00
Ansuman Satapathy
083a24d8eb
feat: [CDE-582]: refactor gitspaces, use spaceCache ( #3227 )
...
* feat: [CDE-582]: refactor gitspaces seperate DB layer.
* feat: [CDE-582]: refactor gitspaces seperate DB layer.
* feat: [CDE-582]: refactor gitspaces seperate DB layer.
* feat: [CDE-582]: refactor gitspaces seperate DB layer.
2025-01-07 05:06:39 +00:00
Deepak Bhatt
887379b94a
feat: [CDE-563]: add intellij support ( #3193 )
...
* feat: [CDE-552]: fix lint
* feat: [CDE-552]: wait for the ide to run
* feat: [CDE-552}: fix lint
* feat: [CDE-552}: address comments
* feat: [CDE-552}: add support for arm and amd architecture
* feat: [CDE-552}: fix lint
* feat: [CDE-552}: fix build
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into CDE-563-intellij-support
* feat: [CDE-552}: fix installation for intellij
* feat: [CDE-552}: fix installation for intellij
* feat: [CDE-552}: add install tools, setup and run scripts for intellij
* add intellij support
# Conflicts:
# app/gitspace/infrastructure/trigger_infra_event.go
# app/gitspace/orchestrator/utils/script_templates/setup_intellij.sh
2024-12-30 15:19:48 +00:00
Marko Gaćeša
2b959817d5
feat: [CODE-2862]: put space fetch behind a cache ( #3201 )
...
* replaced type of the inner cache to SpaceCache
* put space fetch behind a cache
2024-12-25 11:37:40 +00:00
Enver Biševac
c94a181e7e
fix: [code-2912]: minor improvements, requested changes ( #3197 )
...
* minor improvements, requested changes
2024-12-23 16:20:40 +00:00
Darko Draskovic
9d4fc2c796
feat: [CODE-2975]: Add reviewers creation to pull req creation ( #3182 )
...
* Put pull req creation in tx
* Fix auth error handling and struct/json key/field name
* Merge remote-tracking branch 'origin/main' into dd/pr-create-reviewers
* Move create reviewers functionality into a helper func
* Add reviewers creation to pull req creation
2024-12-23 14:48:52 +00:00
Enver Biševac
db38802e83
feat: [code-2912]: usage service implementation ( #3168 )
...
* feat: [code-2912]: rest and ui changes (#3178 )
* requested changes
* rest and ui changes
* requested changes
* add midleware to raw and archieve endpoints
* wire fixed
* requested changes
* Merge remote-tracking branch 'origin/main' into eb/code-2912
* added initial values from db
* minor improvements
* requested changes
* remove check for bandwidth
* wiring dep
* improved test
* limits check added
* config added, minor improvements
* usage service implementation
2024-12-20 10:28:47 +00:00
Darko Draskovic
265eb40f22
feat: [CODE-1353]: Add status check and merge check SSE events ( #3146 )
...
* Merge remote-tracking branch 'origin/main' into dd/sse-events
* Add webhook create/update/delete event
* Add branch/tag created/updated deleted events
* Merge remote-tracking branch 'origin/main' into dd/sse-events
* Merge remote-tracking branch 'origin/main' into dd/sse-events
* Merge remote-tracking branch 'origin/main' into dd/sse-events
* Add new event types
* Merge remote-tracking branch 'origin/main' into dd/sse-events
* Add logs directly to publisher
* Merge remote-tracking branch 'origin/main' into dd/sse-events
* Add status check and merge check SSE events
2024-12-18 16:00:58 +00:00
Akhilesh Pandey
694e790091
feat: [CODE-2679]: Comment status update changes ( #2943 ) ( #3006 )
...
* feat: [CODE-2472]: update wire
* feat: [CODE-2472]: update wire
* feat: [CODE-2472]: update wire
* feat: [CODE-2742]: update comments
* Merge branch 'main' into akp/CODE-2472
* feat: [CODE-2472]: naming and comment
* Apply suggestion from code review
* feat: [CODE-2472]: remove file
* feat: [CODE-2472]: Created issue
* feat: [CODE-2472]: Review
* feat: [CODE-2472]: rebase
* feat: [CODE-2679]: Comment status update changes (#2943 )
* rebase
* feat: [CODE-2679]: review
* feat: [CODE-2679]: wire changes
* feat: [CODE-2679]: Comment status update changes
* feat: [CODE-2679]: Comment status update changes
* feat: [CODE-2472]: fix minor issues
* feat: [CODE-2472]: Update the timestamps
* feat: [CODE-2472]: Pullreq comment updated changes
* feat: [CODE-2472]: changes
* feat: [CODE-2472]: update name to edited
* feat: [CODE-2472]: update name to edited
* feat: [CODE-2472]: status change comment changes
* feat: [CODE-2472]: Text changes only
* feat: [CODE-2472]: initial code
2024-12-18 06:27:39 +00:00
Johannes Batzill
096b86da47
fix: [CODE-2942]: space level permission checks for status checks and webhooks ( #3167 )
2024-12-16 22:19:47 +00:00
Yogesh Chauhan
aed116a24b
fix: [ML-505]: changes to support update-step API for Harness Intelligence ( #3156 )
...
* Fix some lint issues
* fix more lint issues
* Fix linting
* fix: [ML-505]: add step context
* fix: [ML-505]: fix interface for update step
* fix: [ML-505]: interface for update step
* fix: [ML-505]: interface for update step
* fix: [ML-505]: structs for update step
2024-12-16 11:42:40 +00:00
Darko Draskovic
0af4f33a8b
fix: [CODE-2855]: Fix list recent status check on space lavel permission ( #3162 )
...
* Fix list recent status check on space lavel permission
2024-12-13 16:34:54 +00:00
Abhinav Singh
c7f7ade6b6
feat: [CODE-2886]: jira auth support ( #3119 )
2024-12-12 19:36:08 +00:00
Darko Draskovic
c05e7057dc
feat: [CODE-1353]: Add SSE events for rules and reviewer add/remove ( #3141 )
...
* Add SSE events
2024-12-10 11:24:31 +00:00
Ansuman Satapathy
57a2cb6e44
feat: [CDE-545]: add a seperate events for gitspace routing ( #3142 )
...
* feat: [CDE-545]: add a seperate events for gitspace routing
* feat: [CDE-545]: add a seperate events for gitspace routing
2024-12-10 11:23:36 +00:00
Johannes Batzill
5698383d44
fix: [CODE-2908]: Fix permission checks for space level rule + label operations ( #3123 )
2024-12-06 21:59:07 +00:00
Yogesh Chauhan
f82dd44d57
fix: [ML-505]: Fix generate step API input type ( #3120 )
...
* fix: [ML-505]: Fix generate step API input type
2024-12-06 10:18:29 +00:00
Ansuman Satapathy
a515a57299
feat: [CDE-545]: check during provision retry for latest instance ( #3114 )
...
* feat: [CDE-545]: check during provision retry for latest instance
* feat: [CDE-545]: check during provision retry for latest instance
2024-12-05 05:25:02 +00:00