Commit Graph

2951 Commits

Author SHA1 Message Date
Shivanand Sonnad
26d28e748b feat: [AH-964]: add unit test coverage for artifact details page and version list (#3418)
* feat: [AH-964]: add unit test coverage for artifact details page and version list
2025-02-12 13:42:28 +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
Marko Gaćeša
722084608c feat: [CODE-3174]: improve pullreq space list API (#3409)
* improve pullreq space list API
2025-02-11 20:21:06 +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
Shivanand Sonnad
9af8f072b5 feat: [AH-944]: redesign artifact details page header (#3411)
* feat: [AH-944]: redesign artifact details page header
2025-02-11 16:50:25 +00:00
Shivanand Sonnad
1e619e8219 feat: [AH-944]: support link to latest version in registry artifact list table (#3410)
* feat: [AH-944]: support link to latest version in registry artifact list table
2025-02-11 16:50:21 +00:00
Shivanand Sonnad
11b4bb4afc feat: [AH-944]: refactor version list page (#3396)
* feat: [AH-944]: fix table alignment
* feat: [AH-944]: refactor version list page
2025-02-11 11:54:00 +00:00
Shivanand Sonnad
cdbc3ab654 feat: [AH-944]: refactor copy button and copy checksum button (#3393)
* feat: [AH-944]: fix failing unit tests
* feat: [AH-944]: update icon for copy in copy button
* feat: [AH-944]: refactor copy button and copy checksum button
2025-02-11 11:21:45 +00:00
Shivanand Sonnad
cfa0e7c464 feat: [AH-944]: version header content refactor (#3395)
* feat: [AH-944]: version header content refactor
2025-02-11 10:51:51 +00:00
Marko Gaćeša
01956e255a fix: [CODE-3173]: remove zero reference updated check (#3408)
* remove zero reference updated check
2025-02-11 10:39:11 +00:00
Dhruv Dhruv
d9c8d1c4d1 fix: [CDE-632]: Fixing marshalling and unmarshalling logic for features and mounts. (#3405)
* fix: [CDE-632]: Fixing marshalling and unmarshalling logic for features and mounts.
2025-02-11 10:06:20 +00:00
Neel Khamar
5116297202 feat: [CDE-627]: Added the new parameter resource_space_ref (#3384)
* Applied prettier
* feat: Added the new parameter resource_space_ref
2025-02-11 09:46:54 +00:00
Shivanand Sonnad
4250c0554a feat: [AH-916]: upstream proxy edit tests (#3404)
* feat: [AH-916]: upstream proxy edit tests
* feat: [AH-916]: refactor upstream proxy create tests
* feat: [AH-916]: add unit tests for create upstream proxy flow
2025-02-11 09:19:48 +00:00
Shivanand Sonnad
12796dc321 feat: [AH-916]: add UTs for maven and generic registry create flow (#3401)
* feat: [AH-916]: add UTs for maven and generic registry create flow
2025-02-10 13:23:00 +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
Ansuman Satapathy
0135603c8d feat: [CDE-603]: set infraproviderconfig identifier and space in the cache (#3399)
* feat: [CDE-603]: set infraproviderconfig in the cache
* feat: [CDE-603]: set infraproviderconfig in the cache
* feat: [CDE-603]: set infraproviderconfig in the cache
2025-02-10 11:54:15 +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
Shivanand Sonnad
cee3efb886 feat: [AH-944]: fix UI flickering if upstream proxy length is big (#3392)
* feat: [AH-944]: use color from design system
* feat: [AH-944]: fix UI flickering if upstream proxy length is big
* feat: [AH-944]: add ellipsis to upstream proxy name in reorder select
2025-02-10 06:25:26 +00:00
Shivanand Sonnad
824f72479c feat: [AH-944]: Improve view for version and arch selector on version details page (#3391)
* feat: [AH-944]: Improve view for version and arch selector on version details page
2025-02-10 05:39:46 +00:00
Shivanand Sonnad
ab8b28691b feat: [AH-944]: refactor setup client button (#3389)
* [AH-944]: refactor setup client button
2025-02-10 05:39:23 +00:00
Enver Biševac
29ee963a89 feat: [code-2912]: improve middleware (#3375)
* Merge remote-tracking branch 'origin/main' into eb/code-2912-middleware
* requested changes
* requested changes
* refactoring code to remove chunk support
* added integration test, minor configuration changes
* fix: add usage metric enabled env var
* requested changes
* requested changes
* refactor tests
* minor imprevemnts
* improve middleware
2025-02-07 18:35:29 +00:00
Ritik Kapoor
e9f0d8729a feat: [CODE-2944]: add service account support in bypass list for branch rules (#3381)
* feat: [CODE-2944]: address comment and updated placeholder
*

feat: [CODE-2944]: add service account support in bypass list for branch rules
2025-02-07 17:55:39 +00:00
Shivanand Sonnad
4fb63f6d9b feat: [AH-944]: use icon size 24 in listing page and 40 in header content (#3387)
* feat: [AH-944]: update version list icon
* feat: [AH-944]: use icon size 24 in listing page and 40 in header content
2025-02-07 08:21:57 +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
Johannes Batzill
1c30053bd6 fix: [CODE-3143]: Cleaup services/system and installID usage (#3380) 2025-02-05 20:22:22 +00:00
Prachi Shah
babaff18f0 feat: [ML-629]: UT added for sanitize conversation function (#3376)
* UT added for sanitize conversation function
2025-02-05 07:32:30 +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
Abhinav Rastogi
bc125029ff feat: [CODE-3135]: Update Dockerfile.uiv2 (#3370) 2025-02-03 18:48:55 +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
Johannes Batzill
898ecb123c feat: [CODE-3122]: update uiv2 docker file to latest harness/opensource-ui version (#3367) 2025-02-01 04:18:28 +00:00
Atefeh Mohseni Ejiyeh
a75e6ec4ec fix: [CODE-2501] Return 200 with an empty list for commits on non-existing references (#3366) 2025-02-01 02:28:29 +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
Shivanand Sonnad
9224727874 feat: [AH-924]: fix serach registry filter on artifact list page (#3362)
* feat: [AH-924]: fix failing tests
* feat: [AH-924]: fix serach registry filter on artifact list page
* feat: [AH-924]: support sorting and pagination in file list table
2025-01-31 08:08:12 +00:00
Sourabh Awashti
c89f8516e8 feat:[AH-938]: fix for get artifacts API (#3358)
* feat:[AH-938]: fix for get artifacts API
* feat:[AH-938]: fix for get artifacts API
2025-01-31 06:55:46 +00:00
Shivanand Sonnad
42b3baa6a0 feat: [AH-885]: disabled webhook form if webhook is internal (#3354)
* feat: [AH-885]: disabled webhook form if webhook is internal
2025-01-31 05:05:49 +00:00
Johannes Batzill
ebdf453e43 feat: [CODE-3122]: Add dockerfile for new ui (#3359) 2025-01-31 01:41:53 +00:00
Atefeh Mohseni Ejiyeh
f97e72bd00 fix: [PIPE-24870]: Fix Swagger for Space Import Repositories API (#3360) 2025-01-30 21:56:36 +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
Marko Gaćeša
16e2ec6660 feat: [PIPE-24577]: add 200 response to artefact download API in openapi (#3336)
* add 200 response to artefact download API in openapi
2025-01-30 15:31:33 +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
Ritik Kapoor
f8a4584dca fix: [CODE-3109]: handle new line character for mentions (#3353)
* fix: [CODE-3109]: handle new line char for mentions
2025-01-30 09:53:02 +00:00
Sourabh Awashti
1478d44c2e feat:[AH-938]: bug fixes for generic artifacts (#3351)
* feat:[AH-938]: fix checks
* feat:[AH-938]: bug fixes for generic artifacts
2025-01-30 09:20:58 +00:00
Enver Biševac
d131a4f2aa feat: [CODE-3112]: write response using pkt error format in service pack and advertise refs (#3348)
* write to response pkt error format in service pack
2025-01-30 08:33:28 +00:00