Commit Graph

2826 Commits

Author SHA1 Message Date
Vikyath Harekal
5ccbbd76a6 feat: [CDE-549]: debug (#3137)
* feat: [CDE-549]: debug
2024-12-10 05:03:27 +00:00
Enver Biševac
37980937b5 feat: [code-2911] data race panic when cache counters are modified (#3130)
* fix data race panic when cache counters are modified
2024-12-10 00:28:43 +00:00
Abhinav Singh
9a46d7de82
fix: helm chart fix (#3590) 2024-12-09 14:09:19 -08:00
Ritek Rounak
f463f8f7f5 fix: [AH-745] fix summary page sql query for sqlite | Gitness (#3110)
* fix: [AH-745] Added sql query in logs
* feat: [AH-745] Added Separate Queries for Postgres & Sqlite
* fix: [AH-745] fix summary page sql query for sqlite
2024-12-09 18:08:32 +00:00
Ritek Rounak
ff1cbd654e fix: [AH-556] fix error on creation of duplicate artifact registry | Gitness (#3117)
* fix: [AH-556] Fix NilError Lint
* fix: [AH-556] fix error on creation of duplicate artifact registry
2024-12-09 14:26:41 +00:00
Vikyath Harekal
df3342aefe feat: [CDE-549]: Copy image using skopeo (#3127)
* feat: [CDE-549]: fix
* feat: [CDE-549]: fix lint
* feat: [CDE-549]: fix
* feat: [CDE-549]: fix
* feat: [CDE-549]: update command
* feat: [CDE-549]: Copy image using skopeo
2024-12-09 13:16:13 +00:00
Tudor Macari
9cd6480f9d fix: [AH-757]: do nothing if manifets manifest is already referenced (#3128)
* fix: [AH-757]: do nothing if manifets manifest is already referenced
2024-12-09 09:53:31 +00:00
Enver Biševac
8c5a5b6716 feat: [code-2296] minor improvements on command package (#3046)
* Merge remote-tracking branch 'origin/main' into eb/code-2296
* requested changes
* added unit test and description
* refactor command parser
* minor improvements on command package
2024-12-07 17:10:47 +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
2942fbba69 fix: [ML-505]: Fix make wire (#3122) 2024-12-06 19:38:22 +00:00
Darko Draskovic
7b214b58d5 feat: [CODE-285]: Add openapi spec for space recent check list (#3115)
* Add openapi spec for space recent check list
2024-12-06 13:07:21 +00:00
Ritik Kapoor
3f608cd3db fix: [CODE-2903]: Disable the inline merge btn - in case the merge is in progress (#3121)
* 

fix: [CODE-2903]: Disable the inline merge btn - in case the merge is in progress
2024-12-06 10:40:00 +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
Arvind Choudhary
cfa4e351c4 fix: [AH-717]: Added fix to return 404 in case manifest or blobs are not available (#3107)
* [AH-717]: updated lint issues
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into AH-717-404-fix-registry
* [AH-717]: Added fix to return 404 in case manifest or blobs are not available
2024-12-06 03:33:51 +00:00
Ritik Kapoor
3496df5316 fix: [CODE-2899]: list only first 1000 chars in commit description for Squash & Merge method (#3116)
* 

fix: [CODE-2899]: list only first 1000 chars in commit description for Squash & Merge method
2024-12-05 18:23:33 +00:00
Neel Khamar
70a7743e87 feat: [CDE-537]: Added new search functionality to filter gitspaces and fixed the pagination issue when filter if applied (#3108)
* Made changes to the default value for sort
* UI changes for search filter
* UI changes for search filter
* Search functionality changes
2024-12-05 08:21:28 +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
Ansuman Satapathy
a5d442f289 feat: [CDE-544]: allow actions if stuck in starting/stopping transient state (#3113)
* feat: [CDE-544]: allow actions if stuck in starting/stopping transient state
* feat: [CDE-544]: allow actions if stuck in starting/stopping transient state
* feat: [CDE-544]: allow actions if stuck in starting/stopping transient state
* feat: [CDE-544]: allow actions if stuck in starting/stopping transient state
2024-12-05 05:02:57 +00:00
Abhinav Singh
bd9d15500c feat: [CODE-2885]: support for webhook type (#3098) 2024-12-05 02:01:08 +00:00
Atefeh Mohseni Ejiyeh
a9fed4271a fix: [CODE-2896]: Audit logs data on create repo by the migrator (#3112) 2024-12-05 01:31:07 +00:00
Atefeh Mohseni Ejiyeh
8abfe73a37 fix: [CODE-2893]: handle rbac permission check on create repo button (#3111) 2024-12-04 23:37:22 +00:00
Atefeh Mohseni Ejiyeh
a71e822ac9 fix: [CODE-2839]: branch rules state migration (#3039) 2024-12-04 22:37:06 +00:00
Tudor Macari
d85030ef03 fix: [AH-731]: fix build (#3109)
* fix: [AH-731]: fix build
2024-12-04 09:42:20 +00:00
Tudor Macari
7764ab2154 fix: [AH-731]: revert interface change (#3106)
* fix: [AH-731]: revert interface change
2024-12-04 08:02:57 +00:00
Dhruv Dhruv
ccf7673ee5 fix: [CDE-473]: Checking default containerUser from the image. (#3105)
* fix: [CDE-473]: Checking default containerUser from the image.
2024-12-04 07:24:22 +00:00
Shivakumar Ningappa
aea3067a06 fix: [AH-746]: add separate sql syntax for sqlite while recursively listing registries (#3104)
* fix: [AH-746]: add separate sql syntax for sqlite while recursively listing registries
2024-12-04 05:40:57 +00:00
Ritek Rounak
d4987eb0cb fix: [AH-489] Fix Docker & Helm DownloadCount | Gitness (#3032)
* fix: [AH-489] Update Tag DB Queries
* fix: [AH-489] Fix Docker Download Count in Get Manifests
* add Download Count in Docker manifest Details
* fix: [AH-489] Fix Docker DownloadCount in Details Page
* fix: [AH-489] Fix Helm DownloadCount DB Query
2024-12-04 03:16:17 +00:00
Karan Saraswat
423702f0c0 feat: [PIPE-23720]: add author details to the commits API (#3095)
* addressed review comment
* feat: [PIPE-23720]: add author details to the commits API
2024-12-03 17:35:07 +00:00
Darko Draskovic
18da27f968 feat: [CODE-2857]: Add checks API to spaces (#3084)
* Fix stmt reassignment
* Add get descendent ids helper to space store
* Add checks API to spaces
2024-12-03 15:31:56 +00:00
Abhishek Bane
ab9d78dc7b feat: [AH-743]: remove last downloads text from col name (#3101)
* feat: [AH-743]: remove last downloads text from col name
2024-12-03 13:41:04 +00:00
Tudor Macari
ed2597bdcc feat: [AH-713]: add method to get base UI url (#3103)
* feat: [AH-713]: add method to get base UI url
2024-12-03 13:37:48 +00:00
Ansuman Satapathy
26408533e1 feat: [CDE-472]: handle stream closing gracefully, and simplify sync cmd execution (#3102)
* feat: [CDE-472]: handle stream closing gracefully, and simplify sync cmd execution
* feat: [CDE-472]: handle stream closing gracefully, and simplify sync cmd execution
2024-12-03 13:06:59 +00:00
Dhruv Dhruv
6f7e203251 fix: [CDE-540]: Adding check for media folder path during gitspace creation. (#3100)
* fix: [CDE-540]: Adding check for media folder path during gitspace creation.
2024-12-03 08:59:31 +00:00
Ansuman Satapathy
74ff87178f feat: [CDE-472]: add status code to the channel for gitspace exec (#3096)
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
* feat: [CDE-472]: add status code to the channel
2024-12-03 04:49:05 +00:00
Dhruv Dhruv
384fb7a7d2 fix: [CDE-513]: Sorting infra provider resources. (#3093)
* Correcting import.
* fix: [CDE-513]: Sorting infra provider resources.
2024-12-02 13:49:10 +00:00
Ansuman Satapathy
04b4dab207 feat: [CDE-472]: make IDE service args typed (#3092)
* feat: [CDE-472]: reduce verbosity of internal installation steps
* feat: [CDE-472]: reduce verbosity of internal installation steps
* feat: [CDE-472]: make IDE service args typed
2024-12-02 12:04:47 +00:00
Neel Khamar
02d3453ddd feat: [CDE-522]: Parameter changes for new x-total-no-filter count and removed the clear sort button (#3091)
* Parameter changes for new x-total-no-filter count
2024-12-02 10:02:50 +00:00
Dhruv Dhruv
a64d5631f4 feat: [CDE-473]: Unlocking and removing remoteUser password in case of SSH key. (#3090)
* feat: [CDE-473]: Unlocking and removing remoteUser password in case of SSH key.
2024-12-02 08:16:42 +00:00
Ansuman Satapathy
c65f994af9 feat: [CDE-522]: send total gitspaces without applying user filters in header (#3089)
* feat: [CDE-522]: formatting
* feat: [CDE-522]: formatting
* feat: [CDE-522]: send total gitspaces without applying user filters in header
* feat: [CDE-522]: send total gitspaces without applying filter in header
2024-12-02 07:03:22 +00:00
Ansuman Satapathy
08d9d959cc feat: [CDE-472]: install extensions only during setup, vscode impl for it. (#3088)
* feat: [CDE-522]: formatting
* feat: [CDE-472]: install extensions only during setup, vscode impl for it.
* feat: [CDE-472]: install extensions only during setup, vscode impl for it.
* feat: [CDE-472]: install extensions only during setup, vscode impl for it.
* feat: [CDE-472]: install extensions only during setup, vscode impl for it.
2024-12-02 06:49:31 +00:00
Ansuman Satapathy
293aa5ff29 feat: [CDE-472]: add search gitspace, user dir fixed for life-cycle command (#3087)
* feat: [CDE-472]: add search gitspace, user dir fixed for life-cycle command
2024-12-01 06:50:59 +00:00
Dhruv Dhruv
1086397b3f feat: [CDE-473]: Adding support for containerUser and remoteUser. (#3086)
* Adding support for root as remoteUser
* Changing logger from gitspace to application in config util.
* Changing logger from gitspace to application in config util.
* feat: [CDE-473]: Adding support for containerUser and remoteUser.
2024-12-01 05:03:48 +00:00
Deepak Bhatt
b7cca56ec7 fix: [CDE-502]:do not add nexus connector (#3082)
* do not add nexus connector
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into nexus-support
* do not add nexus connector
* address feedback
* add nexus connector support
2024-11-30 05:49:46 +00:00
Abhishek Bane
b0630e59a2 feat: [AH-727]: show registries from all scopes in upstream proxies selector (#3081)
* feat: [AH-727]: show registries from all scopes in upstream proxies selector
2024-11-29 18:29:10 +00:00
Shivakumar Ningappa
393a14682f fix: [AH-674]: support upstream proxies at org/acct - minor refactor for better readability (#3076)
* fix: [AH-674]: support upstream proxies at org/acct - minor refactor for better readability
2024-11-29 13:22:43 +00:00
Deepak Bhatt
04c6046d70 feat: [CDE-502]: add nexus connector support (#3080)
* address feedback
* add nexus connector support
2024-11-29 11:16:42 +00:00
Neel Khamar
e20f4d3ecb feat: [CDE-528]: Get started screen changes (#3077)
* Get started screen changes
2024-11-29 09:00:13 +00:00
Ansuman Satapathy
7daa9666cc feat: [CDE-472]: customizations refactor code (#3078)
* feat: [CDE-472]: customizations refactor code
2024-11-29 08:29:38 +00:00
Shivakumar Ningappa
facd2431a3 fix: [AH-674]: support upstream proxies at org/acct, multiple levels (#3055)
* fix: [AH-674]: support upstream proxies at org/acct, multiple levels. change the default to false:non-recursive
* fix: [AH-674]: support upstream proxies at org/acct, multiple levels. add a flag in API for recursive or non-recursive
* fix: [AH-674]: support upstream proxies at org/acct, multiple levels. combine recursive and non-recursive for better maintance, optimze quries
* fix: [AH-674]: support upstream proxies at org/acct, multiple levels
* fix: [AH-674]: support upstream proxies at org/acct, multiple levels
2024-11-29 01:54:49 +00:00
Darko Draskovic
f0d58cdda7 fix: [CODE-2833]: Ignore Redis related cache errors when get/set key (#3059)
* Ignore Redis related cache errors when get/set key
2024-11-28 18:19:12 +00:00