Ritik Kapoor
aa7bb45eb9
feat: [CODE-2467]: add pullreq_label_assigned as a webhook trigger event ( #2945 )
...
* fix: [code-2505] lint checks
* feat: [code-2467] add pullreq_label_assigned as a webhook trigger event
2024-11-11 12:00:57 +00:00
Abhishek Bane
7704d86db1
chore: [AH-612]: add test cases for Registry Artifact list ( #2965 )
...
* fix: [AH-612]: fix reg_identifier value and test case
* chore: [AH-612]: fix repository test case
* chore: [AH-612]: add test cases for Registry Artifact list
* fix: [AH-636]: fix clearing of filters
2024-11-11 11:41:45 +00:00
Pragyesh Mishra
0f4df14661
[fix]: [AH-487]: added oci prefix in helm pull command ( #2968 )
...
* [fix]: [AH-487]: added oci prefix in helm command
2024-11-11 10:30:11 +00:00
Ansuman Satapathy
d4c7f6930c
feat: [CDE-461]: abstract logger for docker, gitspace setup steps ( #2966 )
...
* feat: [CDE-461]: abstract logger for docker, gitspace setup steps
* feat: [CDE-461]: abstract logger for docker, gitspace setup steps
* feat: [CDE-461]: abstract logger for docker, gitspace setup steps
* feat: [CDE-461]: abstract logger for docker, gitspace setup steps
* feat: [CDE-461]: abstract logger for docker, gitspace setup steps
* feat: [CDE-461]: abstract logger for docker, gitspace setup steps
* feat: [CDE-461]: abstract logger for docker, gitspace setup steps
* feat: [CDE-461]: abstract logger for docker, gitspace setup steps
2024-11-11 10:16:26 +00:00
Ansuman Satapathy
3cdbf05237
feat: [CDE-461]: HOSS support for Port Forwarding And Environments ( #2964 )
...
* feat: [CDE-461]: register steps and run
* feat: [CDE-461]: register steps and run
* feat: [CDE-461]: breakdown embedded docker
* feat: [CDE-461]: breakdown embedded docker
* feat: [CDE-461]: breakdown embedded docker
* feat: [CDE-461]: breakdown embedded docker
* feat: [CDE-461]: breakdown embedded docker
* feat: [CDE-461]: breakdown embedded docker
* feat: [CDE-461]: breakdown embedded docker
* feat: [CDE-461]: linting
* feat: [CDE-461]: linting
* fix: [CDE-461]: clean-up
* feat: [CDE-461]: added docker port forward
* feat: [CDE-461]: added port forward support
2024-11-11 04:22:14 +00:00
Abhinav Singh
ea9f3af325
fix: [CODE-2728]: fix webhook internal url to not read from db ( #2953 )
2024-11-09 00:46:41 +00:00
Karan Saraswat
123969c7e1
feat: [PIPE-23137]: updated executionInfo struct with more data and added lastExecutions to list space pipelines API ( #2958 )
...
* fixed go lint
* fixed go lint
* feat: [CODE-23137]: added execution summary data to list space pipelines API
2024-11-08 19:08:20 +00:00
Marko Gaćeša
b630e9f248
feat: [CODE-2702]: fix string search by '_' or '%' ( #2959 )
...
* fix string search by '_' or '%'
2024-11-08 16:27:51 +00:00
Karan Saraswat
0cd3e0693f
feat: [PIPE-22871]: API for listing executions for a project/space ( #2941 )
...
* fixed go lint
* added header
* Apply suggestions from code review
* feat: [PIPE-22871]: added filters for list space executions API
* feat: [PIPE-22871]: count of pipelines db query will be run if there is more than 1 page
* removed pipelineId ans repoId from executionPipelineRepoJoin
* fixed go lint
* addressed review comments
* Apply suggestions from code review
* Apply suggestions from code review
* fixed lint
* feat: [PIPE-22871]: API for listing executions for a project/space
2024-11-08 11:55:40 +00:00
Ansuman Satapathy
565820fbc8
fix: [CDE-469]: remove pointer types from gitspace scm ( #2956 )
...
* fix: [CDE-461]: remove pointer types from gitspace scm
* fix: [CDE-461]: remove pointer types from gitspace scm
* fix: [CDE-461]: remove pointer types from gitspace scm
2024-11-08 09:51:59 +00:00
Neel Khamar
e3f56f5a3d
fix: [CDE-468]: Added a check to differentiate between CDE Gitspace and Gitness ( #2955 )
...
* Re-trigger Build
* Bug Fix
2024-11-08 09:05:44 +00:00
Johannes Batzill
2f54f4003a
fix: [CODE-2710]: block numeric identifier for root spaces ( #2952 )
2024-11-07 21:59:16 +00:00
Andreas Deininger
ff2da8563e
[GH] Fix typos ( #3566 )
...
This PR fixes various typos i spotted in the project.
2024-11-07 11:34:07 -08:00
Marko Gaćeša
7336cab958
feat: [CODE-2702]: fix string search by '_' or '%' ( #2946 )
...
* fix string search by '_' or '%'
2024-11-07 15:09:35 +00:00
Deepak Bhatt
d6f64c8af6
feat: [CDE-460]:filter events for cde ( #2950 )
...
* filter events
2024-11-07 14:11:51 +00:00
Deepak Bhatt
16dd28329b
fix: [CDE-462]:add migration script ( #2947 )
...
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into add-migration-script
* update migration script
* add migration file
* fix query
* add migration script
2024-11-07 13:33:25 +00:00
Ansuman Satapathy
0469b4352e
feat: [CDE-466]: added a transient state during deletion ( #2949 )
...
* feat: [CDE-466]: added a transient state during deletion
* feat: [CDE-466]: added a transient state during deletion
2024-11-07 13:17:04 +00:00
Ansuman Satapathy
cb200c85c3
feat: [CDE-460]: added events for resetting infra ( #2948 )
...
* feat: [CDE-460]: added events for resetting infra
2024-11-07 10:15:47 +00:00
Neel Khamar
72b0431b25
fix: [CDE-442]: Branch url changes and minor UI fixes for create gitspace ( #2937 )
...
* Newly updated swagger file
* Pushed the newly generated index.tsx file for interface
* Removed the manually added parameter
* Styling fix using css
* Branch url and UI Fixes
2024-11-06 11:57:08 +00:00
Shivanand Sonnad
1275064dd0
feat: [AH-611]: add unit tests for registry list page ( #2927 )
...
* feat: [AH-611]: add unit tests for registry list page
2024-11-06 11:05:57 +00:00
Ritik Kapoor
68db486133
fix: [CODE-1577] include pr author in browser param in PR listing page ( #2868 )
...
* fix: [CODE-1577] remove redundant code
* refactor: [code-1577] address comments
* fix: [code-1577] lint
* fix: [CODE-1577] address comments
* fix: [code-1577] lint
* fix: [code-1577] lint
* fix: [code-1577] lint
* fix: [code-1577] lint
* feat: [code-1577] add author in URL
2024-11-06 10:20:51 +00:00
Deepak Bhatt
1c43fbde25
fix: [CDE-202]: handle cleanup-old-instance event with correct gitspace instance ( #2939 )
...
* fix cleanup-old-instance task
2024-11-06 10:06:32 +00:00
Karan Saraswat
0e58c3da0b
feat: [PIPE-22870]: rename operationId for space pipelines' listing API ( #2938 )
...
* feat: [PIPE-22870]: rename operationId for space pipelines' listing API
2024-11-06 09:25:36 +00:00
Deepak Bhatt
f79d785f60
fix: [CDE-438]: modify filter logic for marked-for-deletion field ( #2935 )
...
* modify delete api
* modify filter logic for marked-for-deletion field
2024-11-06 08:06:56 +00:00
Arvind Choudhary
0871584eaa
feat: [AH-431]: Updated registry url generation for Vanity flows ( #2933 )
...
* [AH-431]: Updated registry url generation
2024-11-06 07:35:16 +00:00
Deepesh Kumar
0586b5e780
feat: [CDE-265]: Fixed repo dropdown when changing repo type ( #2623 )
...
* chore: Sync main
* feat: [CDE-265]: Fixed repo dropdown when changing repo type
2024-11-06 07:30:07 +00:00
Deepesh Kumar
ba5fb10683
feat: [CDE-458]: updated last activated in gitspace listing ( #2936 )
...
* feat: [CDE-458]: updated last activated in gitspace listing
2024-11-06 07:06:30 +00:00
Ansuman Satapathy
affbffc2ea
fix: [CDE-454]: added events for cleaning-up infra ( #2934 )
...
* fix: [CDE-454]: added events for cleaning-up infra
2024-11-06 04:45:39 +00:00
Tudor Macari
0d65a0df3a
fix: [AH-602]: fix registry urls ( #2931 )
...
* fix: [AH-602]: fix registry urls
2024-11-05 21:16:41 +00:00
Shivanand Sonnad
3404495893
fix: [AH-580]: fix issue with reinitialising forms with new values after changing package type ( #2929 )
...
* fix: [AH-580]: fix issue with reinitialising forms with new values after changing package type
2024-11-05 18:01:37 +00:00
Ansuman Satapathy
4ee52b0cf8
fix: [CDE-454]: set initial used time. ( #2930 )
...
* fix: [CDE-454]: set initial used time.
2024-11-05 17:49:09 +00:00
Johannes Batzill
9b89229a35
fix: [CODE-2684]: Move go-get to git URL and support submodules and major versioning ( #2914 )
2024-11-05 17:13:26 +00:00
Akhilesh Pandey
2f45f99f8b
feat: [CODE-2573]: Allow ID to be sent in userGroupInfo object ( #2923 )
...
* feat: [CODE-2573]: Scan UserGroup ID to be returned after creation
* feat: [CODE-2573]: Allow ID to be sent in userGroupInfo object
2024-11-05 16:02:19 +00:00
Ansuman Satapathy
975cec7f53
fix: [CDE-454]: gitspaces increase timeout for long postCreate scripts ( #2926 )
...
* fix: [CDE-454]: increase timeout for long postCreate scripts
* fix: [CDE-454]: increase timeout for long postCreate scripts
* fix: [CDE-454]: increase timeout for long postCreate scripts
* fix: [CDE-454]: increase timeout for long postCreate scripts
2024-11-05 13:41:39 +00:00
Tudor Macari
ddd8b47f62
feat: [AH-602]: refactoring ( #2920 )
...
* rezolve PR comments
* rezolve PR comments
* refactoring
* feat: [AH-602]: refactoring
2024-11-05 12:44:11 +00:00
Karan Saraswat
0e5b3d64bd
feat: [PIPE-22870]: added missing pipelines listing API for spaces ( #2924 )
...
* feat: [PIPE-22870]: added missing pipelines listing API for spaces
2024-11-05 12:26:25 +00:00
Marko Gaćeša
0db33abeb1
feat: [PIPE-22454]: add PR metadata in get/list PR API response ( #2912 )
...
* add PR metadata in PR API response
2024-11-05 12:02:44 +00:00
Ansuman Satapathy
0ca7e83e34
fix: [CDE-454]: added null check for logs, apply state filter ( #2922 )
...
*
fix: [CDE-454]: added null check for logs.
*
fix: [CDE-454]: added null check for logs.
2024-11-05 03:41:57 +00:00
Karan Saraswat
6adad6a1f2
fix: [PIPE-22872]: fixed swagger schema for existing APIs ( #2921 )
...
* fix: [PIPE-22872]: fixed swagger schema for existing APIs
2024-11-04 16:58:06 +00:00
Vikyath Harekal
8cafd9f978
feat: [CDE-332]: install sudo ( #2919 )
...
* feat: [CDE-332]: install sudo
2024-11-04 15:14:47 +00:00
Vikyath Harekal
1b65eb4e04
feat: [CDE-332]: Sudo no password ( #2918 )
...
* feat: [CDE-332]: Sudo no password
2024-11-04 14:45:25 +00:00
Ansuman Satapathy
abe335ddd2
fix: [CDE-454]: add the db filter for last used before. ( #2917 )
...
* fix: [CDE-454]: add the db filter for last used before.
2024-11-04 13:36:43 +00:00
Ansuman Satapathy
ffa2643136
fix: [CDE-332]: gitspaces swagger fix ( #2916 )
...
* fix: [CDE-332]: gitspaces swagger fix
2024-11-04 08:19:40 +00:00
Ansuman Satapathy
2daeee0b93
feat: [CDE-332]: added a way to filter gitspaces ( #2915 )
...
* feat: [CDE-332]: added a way to filter gitspaces
* feat: [CDE-332]: added a way to filter gitspaces
2024-11-04 06:57:06 +00:00
Ansuman Satapathy
2fc779c32a
feat: [CDE-332]: updated swagger for gitspaces and sort order for gitspaces activation ( #2913 )
...
* feat: [CDE-332]: added a way to filter gitspaces
* feat: [CDE-332]: updated swagger for gitspaces and sort order for gitspaces activation
* feat: [CDE-332]: updated swagger for gitspaces
2024-11-04 04:40:28 +00:00
Marko Gaćeša
4244cbaa5a
fix: [PIPE-22290]: fix check count summary query ( #2911 )
...
* fix check count summary query
2024-11-01 13:56:04 +00:00
Deepak Bhatt
516fadfe8f
fix: [CDE-290]: modify list function for gitspaces ( #2908 )
...
* feat: [CDE-332]: debugging
* feat: [CDE-332]: debugging
* feat: [CDE-332]: debugging
* feat: [CDE-332]: debugging
* feat: [CDE-332]: fix subquery no alias
* feat: [CDE-332]: fix subquery no alias
* feat: [CDE-332]: fix subquery no alias
* feat: [CDE-332]: fix subquery no alias
* feat: [CDE-332]: remove duplication of code
* feat: [CDE-332]: remove duplication of code
* feat: [CDE-332]: remove duplication of code
*
feat: [CDE-332]: remove duplication of code
*
modify list all
*
fix lint
*
add sorting
*
modify list function
2024-11-01 06:07:53 +00:00
Alik Khilazhev
9c442d0c9b
fix:(README.md) links to developer portal ( #3576 )
2024-10-30 10:00:58 -07:00
Akhilesh Pandey
31768b1621
feat: [CODE-2468]: rename review submitted webhook trigger ( #2910 )
...
* feat: [CODE-2468]: rename webhook trigger
* feat: [CODE-2468]: rename webhook trigger
2024-10-30 16:33:55 +00:00
Akhilesh Pandey
b848c642fc
feat: [CODE-2425]: Add webhook and trigger for all comment types ( #2815 )
...
* feat: [CODE-2425]: Arg format
* Merge branch 'main' into akp/CODE-2425
* feat: [CODE-2425]: return immediately in notification service if its a code-comment
* feat: [CODE-2425]: send gitness comment type
* Merge branch 'main' into akp/CODE-2425
* feat: [CODE-2425]: Add webhook and trigger for all comment types
2024-10-30 16:32:06 +00:00