Commit Graph

2882 Commits

Author SHA1 Message Date
Sourabh Awashti
b501dbe44a feat:[AH-927]: generic artifact router and redirect url changes (#3322)
* feat:[AH-927]: fix checks
* feat:[AH-926]: fix checks
* feat:[AH-927]: fix checks
* feat:[AH-927]: fix checks
* feat:[AH-927]: generic artifact router and redirect url changes
2025-01-27 07:26:26 +00:00
Shivanand Sonnad
148b29fe7e feat: [AH-855]: Implement version details page for OSS (#3318)
* feat: [AH-855]: update maven version type
* feat: [AH-855]: Implement version details page for OSS
2025-01-27 07:07:11 +00:00
Sourabh Awashti
c41a615394 feat:[AH-926]: get client setup and artifact details api for generic artifacts (#3321)
* feat:[AH-926]: fix checks
* feat:[Ah-926]: fix checks
* feat:[AH-926]: get client setup and artifact details api for generic artifacts
2025-01-27 06:58:17 +00:00
Sourabh Awashti
8d6f511fca feat:[AH-400]: Get files API support (#3316)
* feat:[AH-400]: fix checks
* feat:[AH-400]: fix checks
* feat:[AH-400]: merge conflicts
* feat:[AH-400]: review changes
* feat:[AH-400]: Get files API support
2025-01-24 14:04:21 +00:00
Shivanand Sonnad
58e0787663 feat: [AH-853]: Implement Maven Artifact Details Page (#3317)
* feat: [AH-856]: Support Maven Artifact in global artifact list table
* feat: [AH-853]: Implement Maven Artifact Details Page
2025-01-24 13:29:13 +00:00
Shivanand Sonnad
30df15d021 feat: [AH-852]: Implement Maven Version Details page Overview Tab (#3311)
* feat: [AH-852]: Implement Maven Version Details page Overview Tab
* feat: [AH-852]: implement version details page header content
2025-01-24 12:17:08 +00:00
Pragyesh Mishra
8342bf839a [feat]: [AH-147]: maven client setup api changes (#3312)
* [feat]: [AH-147]: maven client setup api
* [feat]: [AH-147]: maven client setup api
* [feat]: [AH-147]: API changes
2025-01-24 12:12:35 +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
Sourabh Awashti
321a1cc8d2 feat:[AH-400]: upload and download flow for generic artifacts (#3298)
* feat:[AH-400]: fix checks
* feat:[AH-400]: fix checks
* Merge branch 'AH-400' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into AH-400
* feat:[AH-400]: fix checks
* Merge branch 'main' into AH-400
* feat:[AH-400]: review changes
* feat:[AH-400]: upload and download flow for generic artifacts
2025-01-24 09:31:00 +00:00
Dhruv Dhruv
5965b1dd87 fix: [CDE-598]: Adding assertion during build with features that the image exists. (#3314)
* fix: [CDE-598]: Adding assertion during build with features that the image exists. Also logging the generated dockerfile in the user facing logs.
2025-01-24 08:04:37 +00:00
Tudor Macari
a655c2f8e9 feat: [AH-396]: webhook support (#2778)
* feat: [AH-396]: resolve PR comments
* feat: [AH-396]: adjust sql
* feat: [AH-396]: implement registry webhooks
2025-01-23 17:22:35 +00:00
Marko Gaćeša
49e52935c4 feat: [CODE-2859]: add repo cache to repo finder (#3310)
* add repo cache to repo finder
2025-01-23 15:13:06 +00:00
Shivanand Sonnad
b5dde732a3 feat: [AH-851]: Implement Maven Version List page (#3309)
* feat: [AH-851]: Implement Maven Version List page
2025-01-23 12:33:14 +00:00
Shivanand Sonnad
d27437dd2c feat: [AH-844]: Implement Maven Repository List, create, update, update, setupclient setup (#3294)
* feat: [AH-844]: correct spelling mistake
* feat: [AH-844]: fix PR comments
* feat: [AH-844]: add new mavenCentral source in upstream proxy
* feat: [AH-844]: Support Maven Central Source in Upstream registry flow
* feat: [AH-844]: Implement Maven Repository List, create, update, update, setupclient setup
2025-01-23 07:44:24 +00:00
Shivanand Sonnad
8890cfb783 feat: [AH-897]: Add RBAC support in webhook pages (#3306)
* feat: [AH-897]: Add RBAC support to webhook actions
* feat: [AH-897]: Add RBAC support in webhook pages
2025-01-22 15:59:40 +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
Shivanand Sonnad
80ba05dea1 feat: [AH-896]: Support actions in webhook list page (#3301)
* feat: [AH-896]: support FF in env file
* feat: [AH-896]: refetch webhooklist after delete
* feat: [AH-896]: Support actions in webhook list page
2025-01-22 07:46:09 +00:00
Atefeh Mohseni Ejiyeh
9f9505dbb6 fix: [CODE-2501] fix handling non-cmd errors (#3305) 2025-01-21 22:15:29 +00:00
Marko Gaćeša
40dd6a19ed feat: [CODE-3061]: make git functions return not found if commit is not found (#3304)
* linter fix
* make git functions return not found if commit is not found
2025-01-21 16:15:41 +00:00
Pragyesh Mishra
9290cf559e [feat]: [AH-147]: Get Maven Artifact Detail API and proxy changes (#3302)
* [feat]: [AH-147]: pr check
* [fix]: [AH-147]: fix pr check
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into maven-remote-changes
* [feat]: [AH-147]: Get Maven Artifact Detail API
* [feat]: [AH-147]: Get Maven Artifact Detail API
2025-01-21 15:24:14 +00:00
Ritik Kapoor
7d1b421504 fix: [CODE-2864] disable upload btn (#3303)
* fix: [CODE-2864] disable upload btn
2025-01-21 13:17:50 +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
Sourabh Awashti
a532c9c386 feat:[AH-628]: Add queries for node and generic blob tables (#3295)
* [fix]: [AH-629]: FIXED PR CHECK
* feat:[AH-629]: fix checks
* Merge branch 'main' into AH-629-db
* feat:[AH-629]: fix checks
* feat:[AH-628]: Add queries for node and generic blob tables
2025-01-21 11:25:54 +00:00
Shivanand Sonnad
6ba35cc245 feat: [AH-884]: Implement Webhook Execution List and Details Modal (#3300)
* feat: [AH-884]: fix PR comments
* feat: [AH-884]: update api refactor
* feat: [AH-884]: integrate API contract changes
* feat: [AH-884]: Implement Webhook Execution List and Details Modal
2025-01-21 10:45:07 +00:00
Shivanand Sonnad
b00a8f16b4 feat: [AH-883]: Implement edit webhook page (#3291)
* feat: [AH-883]: refetch webhook after update and fix route to webhook details page from webhook list page
* feat: [AH-883]: fix breaking css for inline inputs
* feat: [AH-883]: implement Edit flow with enterprise secret input
* feat: [AH-883]: Implement edit webhook page
2025-01-21 07:08:51 +00:00
Shivanand Sonnad
b6c214b9ee feat: [AH-841]: bugfixes after integration with API (#3290)
* feat: [AH-841]: show view artifact details for generatic artifacts in place of download command in global artifact list page
* feat: [AH-841]: bugfixes after integration with API
2025-01-20 16:38:32 +00:00
Enver Biševac
72c5e2b0f6 feat: [code-2912]: improved log message for usage metrics workers (#3299)
* improved log message for usage metrics workers
2025-01-20 15:39:07 +00:00
Pragyesh Mishra
eb778919ee [feat]: [AH-147]: maven api base (#3282)
* [feat]: [AH-147]: comment out file manager dependency
* [feat]: [AH-147]: comment out file manager dependency
* [feat]: [AH-147]: comment out file manager dependency
* [feat]: [AH-147]: remote methods
* [feat]: [AH-147]: maven apis
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into maven-apis
* [feat]: [AH-147]: maven apis
* [feat]: [AH-147]: maven apis
* [feat]: [AH-147]: maven api contract
* [feat]: [AH-147]: maven api contract
* [feat]: [AH-147]: maven api contract
* [feat]: [AH-147]: maven api contract
2025-01-20 13:26:20 +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
Ritik Kapoor
d0de550873 chore: [CODE-3010] add Cache-Control for static assets (#3240)
* address comment
*

chore: [CODE-3010] add Cache-Control for static assets
2025-01-17 17:34:26 +00:00
Shivanand Sonnad
3c5a2a4ab0 feat: [AH-882]: Implement create webhook modal (#3288)
* feat: [AH-882]: fix circular dependancy check plugin for ar
* feat: [AH-882]: fix PR comments
* feat: [AH-882]: Add Generic URL validation
* feat: [AH-882]: implement support for extra headers in create webhook form
* feat: [AH-882]: bufixes in webhook form content
* [AH-882]: Implement create webhook modal
2025-01-17 13:40:00 +00:00
Marko Gaćeša
d6ea2b8de6 fix: [CODE-3030]: fix name of include_git_stats param in openapi (#3289)
* fix name of include_git_stats param in openapi
2025-01-17 12:33:55 +00:00
Sourabh Awashti
3e17a7e7fc feat:[AH-630]: File manager support for HAR (#3251)
* feat:[AH-630]: fix checks
* feat:[AH-630]: fix checks
* feat:[AH-630]: fix checks
* Merge branch 'main' into AH-630
* feat:[AH-630]: review changes
* feat:[AH-630]: File manager support for HAR
2025-01-17 12:22:51 +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
Ritek Rounak
57a071c6dd fix: [AH-865]: Fix Repetitive Delete Success | gitness (#3283)
* fix: [AH-865]: Fix Lint
* fix: [AH-865]: Fix Repeative Delete Success
2025-01-17 06:15:32 +00:00
Shivanand Sonnad
6643c377ca feat: [AH-881]: Implement webhook listing page (#3262)
* feat: [AH-881]: show ALL when no triggers
* feat: [AH-881]: new API changes integration
* feat: [AH-881]: update status column mapping
* feat: [AH-881]: remove mock data
* feat: [AH-881]: Implement webhook listing page
2025-01-17 05:46:36 +00:00
Vikyath Harekal
19e099a2c1 feat: [CDE-584]: Add zone to instance info (#3286)
* feat: [CDE-584]: Add zone to instance info
2025-01-17 05:43:34 +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
Pragyesh Mishra
862ce90d21 [feat]: [AH-147]: generic and maven api contract (#3285)
* [feat]: [AH-147]: generic and maven api contract
2025-01-16 16:15:08 +00:00
Deepak Bhatt
c54b82706e feat: [CDE-577]: fix jetbrains ide issues (#3281)
* feat: [CDE-577]: fix jetbrains ide issues
2025-01-16 07:23:26 +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
Neel Khamar
378dbeaca7 feat: [CDE-586]: JetBrains IDE changes (#3246)
* lint issues
* fixed lint issues
* feat: JetBrains IDE changes
2025-01-16 05:47:25 +00:00
Ritik Kapoor
6e8cd9bdba fix: [CODE-2491]: Change "Checks" Progress Indicator Color (#3258)
* fix: [CODE-2491] remove css
*

fix: [ritik/CODE-2491] change running text color to primary
*

fix: [ritik/CODE-2491] change running icon color to primary
2025-01-15 21:25:51 +00:00
Ritik Kapoor
ddff3fc390 fix: [CODE-3038] label selector height (#3277)
* fix: [CODE-3038] label selector height
2025-01-15 18:04:41 +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
Tudor Macari
ad7c8d51f2 fix: [AH-889]: fix pull from different space upstream (#3275)
* fix: [AH-889]: fix pull from different space upstream
2025-01-15 16:19:52 +00:00
Ritek Rounak
77e8ef45d1 fix: [AH-831]: Updated Error Message for Upstream Delete Fail (#3272)
* fix: [AH-831]: Updated Manifest_reference Foreign
* fix: [AH-831]: Updated Error Message for Upstream Delete Fail
2025-01-15 12:30:13 +00:00
Pragyesh Mishra
af016422cd [feat]: [AH-147]: added maven integration api handlers (#3269)
* [feat]: [AH-147]: added maven handlers, routers
* [feat]: [AH-147]: added maven handlers, routers
* [feat]: [AH-147]: added maven handlers, routers
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into maven-integration-api-handler
* [feat]: [AH-147]: added maven handlers, routers
* [feat]: [AH-147]: added maven handlers, routers
2025-01-15 12:23:21 +00:00
Abhinav Singh
ab2a066bf9 fix: [CODE-3036]: ssh startup issue (#3267) 2025-01-15 10:03:52 +00:00
Dhruv Dhruv
b94a78c795 feat: [CDE-572]: Using features for devcontainers. (#3260)
* feat: [CDE-572]: Using features for devcontainers. Adding changes to parse features from the devcontainer.json and build a new docker image from them. Also adding the support for new devcontainer.json properties- init, privileged, capAdd, securityOpt, mounts. Adding support for three runArgs- privileged, capAdd, mount. Also making the DownloadFeature method context aware, cancelling the goroutines when the ctx is cancelled.
2025-01-15 07:22:55 +00:00