Commit Graph

2527 Commits (devcontainer-setup)

Author SHA1 Message Date
Ansuman Satapathy 1dbdccfe18 fix: [CDE-397]: set space path in findAll method. (#2837)
* 

fix: [CDE-397]: set space path in findAll method.
2024-10-21 11:46:02 +00:00
Deepak Bhatt 73b8beb005 fix: [CDE-390]:add sql migration for gitspace config table (#2836)
* add comment
* add sql migration for gitspace config table
2024-10-21 10:55:39 +00:00
Pragyesh Mishra 18eb27aa15 [feat]: [AH-284]: Delete Artifact and Delete Artifact Version (#2788)
* pr review
* lint
* pr reviews
* pr reviews
* pr reviews
* fix
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into AH-284-delete-flows
* [feat]: [AH-284]: Delete flows
2024-10-21 10:11:14 +00:00
Ansuman Satapathy cc7320e9af fix: [CDE-397]: set space path in findAll method for auto-stopping (#2835)
* 

fix: [CDE-397]: set space path in findAll method.
2024-10-21 05:57:55 +00:00
Deepak Bhatt b3e65f827f fix: [CDE-202]:modify db function for gitspaces (#2807)
* modify list function for gitspaces
2024-10-21 04:35:34 +00:00
Shivakumar Ningappa 884d7b3612 feat: [AH-392]: support multiple scanners - gitness changes (#2834)
* feat: [AH-392]: support multiple scanners - review comments
* feat: [AH-392]: support multiple scanners - lint errors
* feat: [AH-392]: support multiple scanners - gitness changes
2024-10-18 20:58:44 +00:00
Darko Draskovic b002a60b02 feat: [CODE-2292]: Add API for space level webhook creation (#2730)
* Merge remote-tracking branch 'origin/main' into dd/webhooks-space
* Move webphookpreprocessor to webhook controller
* Merge remote-tracking branch 'origin/main' into dd/webhooks-space
* Merge branch 'main' into dd/webhooks-space
* Add webhookpreprocessor service
* Add WebhookParentInfo type and refactor webhook svc and store to use it
* Introduce webhookpreprocessor service
* Add space webhooks
* Refactor handlers to use custom fn params
* Move everything webhook service related to webhook service
* Remove webhook parent info type
* Add webhook execution count
* Add space webhooks
2024-10-18 16:27:56 +00:00
Akhilesh Pandey fd848b1e15 feat: [CODE-2318]: Update error message in case of forbidden (#2780)
* feat: [CODE-2318]: update error logic to be translate in controller
* Merge branch 'main' into akp/CODE-2318
* feat: [CODE-2318]: update error logic to be translate in controller
* feat: [CODE-2318]: remove nested error handling
* feat: [CODE-2318]: Update error message in case of forbidden
2024-10-18 14:16:16 +00:00
Pragyesh Mishra d21176e612 fix: [AH-471]: fixed package type filter (#2829)
* 



fixed package type filter
2024-10-18 11:31:33 +00:00
Shivanand Sonnad c3221fb0ff fix: [AH-518]: fix issue with registry and package type select on UI (#2830)
* fix: [AH-518]: show detailed error message coming from api response
* fix: [AH-518]: fix incorrect placeholder and handle loading senario for digest selector
* fix: [AH-518]: fix issue with registry and package type select on UI
2024-10-18 10:08:47 +00:00
Deepak Bhatt 21bdad8ece feat: [CDE-390]:add can delete column in gitspace_config table (#2827)
* fix err msg
* update migration query
* fix typo
* feedback comments
* add can delete column in gitspace_config table
2024-10-18 08:38:27 +00:00
Johannes Batzill 5cbd33bd5d feat: [PIPE-22535]: Include previous commit in blame (#2812) 2024-10-17 18:21:51 +00:00
Akhilesh Pandey ac8eb9ff37 feat: [CODE-2466]: support for codeowners usergroup (#2795)
* feat: [CODE-2466]: support for codeowners usergroup
2024-10-17 12:45:04 +00:00
Shivanand Sonnad 465275b549 feat: [AH-518]: fix alignment issue of overview cards on version details page (#2828)
* feat: [AH-518]: resolve PR comments
* feat: [AH-518]: fix alignment issue of overview cards on version details page
* feat: [AH-518]: disable security scan section and show aquatrivy selected by default
* feat: [AH-518]: use normal search input instead of AI search input on global artifact list page
* feat: [AH-518]: update text to total downloads instead of total weekly downloads
* feat: [AH-518]: remove labels from UI
* feat: [AH-518]: disable cleanup policy
* feat: [AH-518]: set min width for name columns in all tables in HAR module
2024-10-17 09:24:22 +00:00
Abhinav Singh f7411b41c9 feat: [CODE-2500]: add support for webhook internal url (#2806)
* feat: [CODE-2500]: add support for webhook internal url
* feat: [CODE-2500]: add support for webhook internal url
* feat: [CODE-2500]: add support for webhook internal url
2024-10-16 22:33:00 +00:00
Johannes Batzill ddf3f1d3b9 fix: [CODE-2516]: fix typo in dockerfile (#2823)
* Update Dockerfile
2024-10-16 17:51:42 +00:00
Jens Riisom Schultz 4cfbcbb790
Update README.md (#3571)
Fixed a horrible spelling mistake in the `README.md`.
2024-10-16 08:36:40 -07:00
Deepak Bhatt f2fca6808d fix: [CDE-202]: list-dead func (#2821)
* fix list-dead func
2024-10-16 10:27:13 +00:00
Dhruv Dhruv 6837cb4dbf fix: [CDE-371]: Fixing total count if number of gitspaces in current iteration is less than page size. (#2820)
* fix: [CDE-371]: Fixing total count if number of gitspaces in current iteration is less than page size.
2024-10-16 05:33:16 +00:00
Deepak Bhatt 7790c19a7f fix: [CDE-202]: update gitspace database funcs (#2809)
* remove named returns
* update gitspace database funcs
2024-10-16 04:17:04 +00:00
Ritik Kapoor 80dc6ff0b0 feat: [CODE-2510] add exclude_description param in PR listing (#2819)
* feat: [CODE-2510] add exclude_description param in PR listing
2024-10-15 17:21:42 +00:00
Marko Gaćeša 069a35a4d8 feat: [CODE-2484]: add API to squash commits on a branch (#2793)
* add openapi entry for squash
* minor fixes
* squash api
2024-10-15 16:49:02 +00:00
Tudor Macari bdf84d4941 fix: [AH-431]: fix manifests request (#2817)
* fix: [AH-431]: fix manifests request
2024-10-15 16:06:50 +00:00
Akhilesh Pandey 950c917947 feat: [CODE-2312]: fix missing resource name issue (#2814)
* feat: [CODE-2312]: fix missing resource name issue
2024-10-15 13:00:58 +00:00
Shivanand Sonnad a7c7194891 fix: [AH-486]: remove deployments data for helm artifacts (#2813)
* fix: [AH-486]: remove deployments data for helm artifacts
2024-10-15 09:33:53 +00:00
Shivakumar Ningappa 6614040555 feat: [AH-433]: write DB migrator tool for Artifact Registry - export postgres FS (#2811)
* feat: [AH-433]: write DB migrator tool for Artifact Registry - export postgres FS
2024-10-14 20:57:25 +00:00
Marko Gaćeša 4d577bb378 fix: [CODE-2134]: replace include_description with exclude_description param (#2808) 2024-10-14 18:08:07 +00:00
Shivanand Sonnad a98a695634 fix: [AH-483]: delete and Setup Client Popup is not going even after the user clicks on delete/Set Up Client button (#2802)
* 



fix: [AH-483]: delete and Setup Client Popup is not going even after the user clicks on delete/Set Up Client button
2024-10-14 07:59:08 +00:00
Akhilesh Pandey 3ef7f9f55a feat: [CODE-2312]: Update UI labels for audit service (#2805)
* feat: [CODE-2312]: revert go-sdk changes in all places
* feat: [CODE-2312]: revert go.mod changes
* feat: [CODE-2312]: fresh reset
* feat: [CODE-2312]: go.mod changes
* feat: [CODE-2312]: address resourcename to commit.go
* Merge branch 'main' into akp/CODE-2312
* feat: [CODE-2312]: address resourcename to commit.go
* feat: [CODE-2312]: address resourcename to commit.go
* feat: [CODE-2312]: address failure due to exceeding limit on resource labels
* feat: [CODE-2312]: lint
* feat: [CODE-2312]: MERGE
* feat: [CODE-2312]: Update wire
* feat: [CODE-2312]: update ui labels
* feat: [CODE-2312]: update resource and action
* feat: [CODE-2312]: Audit log new action : bypassed
* feat: [CODE-2312]: audit log object update
* Merge branch 'main' into akp/CODE-2312
* feat: [CODE-2312]: audit logging changes for commit, merge, create and delete branch
* Merge branch 'main' into akp/CODE-2312
* Merge branch 'main' into akp/CODE-2312
* feat: [CODE-2312]: introduce parser and enclosing method
* feat: [CODE-2312]: annotate error
* feat: [CODE-2312]: name change and todo removal
* feat: [CODE-2312]: Annotate errors
* feat: [CODE-2232]: Branch Rules: UserGroup support: Create and List
2024-10-11 17:05:19 +00:00
Deepesh Kumar 2606389e85 feat: [CDE-381]: Updated Doc and Help links (#2804)
* feat: [CDE-381]: Updated Doc and Help links
2024-10-11 10:57:22 +00:00
Ritik Kapoor f65eafa4fc fix: [CODE-2475] handle error for import-progress API failure (#2801)
* feat: [CODE-2475] address comments
* 

fix: [CODE-2475] resolve comments
* 

fix: [CODE-2475] lint check
* 

fix: [CODE-2475] handle error for import-progress API failure
2024-10-11 05:32:22 +00:00
Ritik Kapoor f6ac58f036 feat: [CODE-2411] add support for Fast-forward merge (#2803)
* feat: [CODE-2411] add support for Fast-forward merge
2024-10-10 22:36:19 +00:00
Shivanand Sonnad bbb7bce02a fix: [AH-484]: fix breaking ui when name is too big (#2799)
* fix: [AH-484]: fix breaking ui when name is too big
2024-10-10 07:36:14 +00:00
Kapil Garg 45be4fb7cb fix: [CDE-268]: add space path in resource input for update API (#2798)
* use parent space path
* add space path in resource input for update API
2024-10-10 06:43:41 +00:00
Abhinav Singh f4659a0c31 fix: [CODE-2478]: fix swagger of webhook execution (#2796) 2024-10-10 00:43:28 +00:00
Johannes Batzill 966cd70c4a fix: [CODE-2489]: Expand detection of repo not found cases in git error parsing (#2797) 2024-10-09 22:53:10 +00:00
Yogesh Chauhan 069a2a9198 feat: [ML-338] Change PipelineContext yaml field name (#2794)
* Change PipelineContext yaml field name
2024-10-09 20:07:04 +00:00
Yogesh Chauhan bd76bfe896 feat: [ML-338]: Use /chat/platform instead of /chat/gitness for AI foundation (#2792)
* 

USe /chat/platform instead of /chat/gitness
2024-10-09 18:36:01 +00:00
Marko Gaćeša c628d3307d feat: [CODE-2483]: skip permission check for space pullreq API and fix the inner loop (#2791)
* skip permission check for space pullreq API and fix the inner loop
2024-10-09 10:43:32 +00:00
Deepesh Kumar f2e382acbf feat: [CDE-356]: Added Usage metric component (#2790)
* 



feat: [CDE-356]: Added Usage metric component
* 



feat: [CDE-356]: Added Usage metric component
2024-10-09 09:50:33 +00:00
Ansuman Satapathy 2c8e0245c1 feat: [CDE-369]: call stop container for docker gitspaces (#2789)
* 

feat: [CDE-369]: call stop container for docker gitspaces
2024-10-09 09:44:16 +00:00
Yogesh Chauhan 72472f3b27 feat: [ML-338]: Rename return_pipeline_yaml capability to display_pipeline_yaml (#2776)
* Fix lint
* feat: [ML-338]: Rename return_pipeline_yaml capability to display_pipeline_yaml
2024-10-09 09:07:51 +00:00
Shivanand Sonnad 45341cd61e feat: [AH-342]: support container scanner select in docker registry configuration section (#2781)
* feat: [AH-342]: resolve comments
* feat: [AH-342]: support container scanner select in docker registry configuration section
2024-10-09 08:10:37 +00:00
Ansuman Satapathy 160d1a28dd feat: [CDE-369]: delete stopped gitspaces gracefully (#2784)
* feat: [CDE-369]: delete stopped gitspaces
2024-10-08 16:23:31 +00:00
Akhilesh Pandey e3b3e983fd feat: [CODE-2312]: audit logging changes for commit, merge, create and delete branch (#2686)
* feat: [CODE-2312]: address resourcename to commit.go
* feat: [CODE-2312]: address failure due to exceeding limit on resource labels
* feat: [CODE-2312]: lint
* feat: [CODE-2312]: MERGE
* feat: [CODE-2312]: Update wire
* feat: [CODE-2312]: update ui labels
* feat: [CODE-2312]: update resource and action
* feat: [CODE-2312]: Audit log new action : bypassed
* feat: [CODE-2312]: audit log object update
* Merge branch 'main' into akp/CODE-2312
* feat: [CODE-2312]: audit logging changes for commit, merge, create and delete branch
* Merge branch 'main' into akp/CODE-2312
* Merge branch 'main' into akp/CODE-2312
* feat: [CODE-2312]: introduce parser and enclosing method
* feat: [CODE-2312]: annotate error
* feat: [CODE-2312]: name change and todo removal
* feat: [CODE-2312]: Annotate errors
* feat: [CODE-2232]: Branch Rules: UserGroup support: Create and List
2024-10-08 16:20:56 +00:00
Marko Gaćeša 449435c9af feat: [CODE-1474]: fix allowed methods in merge dry run (#2783)
* fix allowed methods in merge dry run
2024-10-08 16:20:34 +00:00
Darko Draskovic 27b0d972f2 feat: [PIPE-22362]: Create openapi spec for user/tokens endpoint (#2782)
* Create openapi spec for user/tokens endpoint
2024-10-08 12:44:57 +00:00
Abhinav Singh 9e8775e1a2 techdebt: [CODE-2481]: remove ctrl k from search ui (#2779)
* Update web/src/components/CodeSearch/CodeSearch.tsx
* Update web/src/components/CodeSearch/KeywordSearch.tsx
* techdebt: [CODE-2481]: remove ctrl k from search ui
2024-10-08 05:29:34 +00:00
Deepak Bhatt f1cb9986c2 fix: [CDE-202]:udpate query for bulk update git instance state (#2777)
* add update all
* udpate query for bulk update git instance state
2024-10-07 15:51:31 +00:00
Shivanand Sonnad 8b53e5b92a feat: [AH-341]: support download SLSA report from artifact registry (#2771)
* feat: [AH-341]: update spelling mistake
* Merge branch 'feat-AH-341' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into feat-AH-341
* feat: [AH-341]: update api schema to fix type errors
* feat: [AH-341]: support download SLSA report from artifact registry
* feat: [AH-341]: update api schema to fix type errors
* feat: [AH-341]: support download SLSA report from artifact registry
2024-10-07 12:03:26 +00:00