Commit Graph

190 Commits

Author SHA1 Message Date
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
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
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
Ritik Kapoor
5a1a94481a fix: [code-2493] handle empty review status (#2891)
* fix: [code-2493] condition for extra reviewers required
* fix: [code-2493] lint
* fix: [code-2493] style : conflict files error message status
* fix: [code-2493] handle empty review status
2024-10-29 19:03:29 +00:00
Shivanand Sonnad
f87c8b77e7 feat: [AH-201]: upgrade jest version and related fixes (#2856)
* feat: [AH-201]: update tests to accomodate new changes in icons
* feat: [AH-201]: remove coverage check for now
* feat: [AH-201]: upgrade jest version and related fixes
* feat: [AH-201]: add unit tests setup for artifact registry module
2024-10-28 06:45:48 +00:00
Ritik Kapoor
32e817888a fix: [CODE-2493] codeowners status in PR overview page (#2833)
* fix: [CODE-2493] resolve comments
* fix: [CODE-2493] fix codeowners status in PR overview page
2024-10-22 13:29:42 +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
Ritik Kapoor
534f5a8293 feat: [CODE-2386] added rules to update branch [ block_branch_update , block_force_push ] (#2710)
* fix: [CODE-2386] updated return for branch rules map logic
* fix: [CODE-2386] fix force update on require PR
* fix: [CODE-2382] disable force-push for require pr
* fix: [CODE-2382] disable force-push and require pr rule if branch update rule is selected
* fix: [CODE-2386] commented sub heading, will be added later
* feat: [CODE-2386] added rules to update branch
2024-09-23 17:01:46 +00:00
Ritik Kapoor
b9be854b72 fix: [CODE-2337] ui issue on execution page (#2696)
* fix: [CODE-2337] commit message
* fix: [CODE-2300] extra 0
2024-09-18 19:26:41 +00:00
Ritik Kapoor
62f27bb816 fix: [code-2300] width and style of branch/tag select dropdown (#2617)
* fix: [CODE-2300] changed to relative width
* fix: [CODE-2300] input-spinner enum
* fix: [CODE-2300] strings
* fix: [CODE-2300] popover rules dialog box
* feat: [CODE-2300] fix flicker and empty repo/branch states
* fix: [code-2300] latest commit alignment
* fix: [code-2300] lint
* fix: [code-2300] fix branch rules truncate issue with rule title
* fix: [code-2300] pr count on hard refresh
* fix: [code-2300] interaction to click from hover for PR options menu
* fix: [code-2300] handle pr count on initial loading
* fix: [code-2300] handle long branch names in commit modal
* fix: [code-2300] width and style of branch/tag select dropdown
2024-09-13 17:15:39 +00:00
Ritik Kapoor
55c6cacbde feat: [code-2337] add support for webhook execution logs (#2681)
* fix: [code-2337] address comments
* fix: [code-2337] increase drawer width to 50%
* fix: [code-2337] editor to scroll beyond last line
* fix: [code-2337] event title
* fix: [code-2337] remove commented code
* feat: [code-2337] add support for webhook execution logs
2024-09-13 06:59:06 +00:00
Karan Saraswat
539ba120ef feat: [CODE-2249]: Add an option to delete branch for merged/closed PR (#2646)
* fixed ui lint issues
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into CODE-2249
* start sending the commit SHA to delete branch API and type changes acc to swagger
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into CODE-2249
* open for review will be disabled if branch deleted and some more refactoring
* ran prettier
* changed delete branch button to secondary blue button and refactoring
* corrected types
* removed license text from stringTypes.ts file
* feat: [CODE-2249]: Add an option to delete branch for merged/closed PR
2024-09-09 20:04:07 +00:00
Ritik Kapoor
81b10ba01c fix: public repo config and labels flicker (#2571)
* fix lint
* label fixes and minor ui fix
* udpate: label values api to use query params
* fix: public repo config and labels flicker
2024-08-28 08:14:43 +00:00
Ritik Kapoor
2d14111677 labels support in Gitness (#2456)
* fix: lint check
* fix: page overflow
* resolve comments
* resolve comments
* fix: space label addition
* resolve comments : added enum
* update: settings -> manage repository
* update: resolved comments
* update: bugbash comments
* fix: ref exact scope for individual label values call
* fix lint
* add hook to handle current scope in HC and fix scope filter
* update space delete
* prettier check
* update labelAPIs to use getConfig in base
* support for harness-code labels
* fix no result card
* resolved comments for types
* resolved comments
* added sorting in labels and handled edge cases
* fix: replacement of any value label
* fix: spacing in value filter search input
* add: update modal on click for spaces
* added search for values in filter
* fix: UI issues and some enhancements
* handle empty labels list in space and remove tooltip for PR labels
* added getConifg and any values for label filter
* change label value color to enum
* make value-id a pionter
* update ordering
* expose value id
* handle long values
* update search in label selector
* handle edge cases
* fix lint
* added FF : CODE_PULLREQ_LABELS and standalone flag to labels
* fix popover on scrolling and added strings
* fix checks
* fix checks
* swagger update
* labels support in Gitness
2024-08-20 21:05:11 +00:00
Calvin Lee
e1724bfd5e feat: [code-2061]: add recursive search toggle (#2180)
* feat: [code-2075]: fix issue
* feat: [code-2061]: fixed search
* feat: [code-2061]: add support for enable recursive
* feat: [code-2061]: fix text
* feat: [code-2061]: add recursive search toggle
2024-07-30 17:24:28 +00:00
Ritik Kapoor
87e418bb86 update: [code-2017] swagger (#2110)
* update: [code-2017] id and display_name to identifier
* fix: [code-2017] comment update
* fix: [code-2017] replace identifier with id in pipelines
* fix: [code-2017] prettier
* update: [code-2017] swagger
2024-07-05 16:39:26 +00:00
Calvin Lee
6a6c62f9b3 feat: [code-2061]: add ssh support in gitness (#2140) 2024-07-01 19:09:53 +00:00
Calvin Lee
16fa4e7acf feat: [code-1991]: adding merge conflict files to be seen in merge section (#2126) 2024-06-21 15:46:17 +00:00
Calvin Lee
263e8647aa fix: [code-1991]: fix check icon and alignment (#2112) 2024-06-14 22:53:16 +00:00
Calvin Lee
42d03a869c feat: [code-1625]: Add new pr panel improvements for pr page (#2082) 2024-06-08 06:08:49 +00:00
Ritik Kapoor
c035c53e4d feat: [repo-summar/code-1950] added repoSummary and commit divergence tracker (#2066) 2024-05-27 19:55:19 +00:00
Karan Saraswat
ca0148816a feat: [CODE-1908]: Worked on ADO import functionality review comments (#2044) 2024-05-16 06:30:35 +00:00
Karan Saraswat
55f340ab7e add azure devops option under import repo/repos/project (#2026) 2024-05-13 13:29:40 +00:00
Ritik Kapoor
a692707c6c fix: [code-1797] PR Description issues (#2001) 2024-05-02 06:54:06 +00:00
Ritik Kapoor
e7f1c80361 Feat: [code-1744] added import pipeline checkbox for import repository in gitness (#1199) 2024-04-17 12:11:35 +00:00
Ritik Kapoor
bcc1845f0f Added: [code-1533] feedback and settings framework for AIDA PR Description (#1087) 2024-04-16 09:51:42 +00:00
Tan Nhu
092b849ae4 Fix UICore CSS import ordering problem by dynamically import app.css (#1208) 2024-04-13 20:09:54 +00:00
Ritik Kapoor
0da3030b17 update: [code-1436] author filter enhancements (#1053) 2024-04-03 15:03:43 +00:00
Calvin Lee
38510ca0c1 feat: [code-1687]: update ux of pr aida btn (#1164) 2024-03-29 20:39:54 +00:00
Ritik Kapoor
32db1345a3 Feat: [code-1684] added security settings in harness-code (#1163) 2024-03-29 06:34:44 +00:00
Calvin Lee
cf2623396d fix: [code-1457]: fix system comment for merging (#1140) 2024-03-26 16:23:40 +00:00
Ritik Kapoor
c379c7dddb Updated: [code-1574] closed icon for PR (#1115) 2024-03-12 09:50:08 +00:00
Tan Nhu
db029afa4d Add support for Jupyter notebook format in web editor (#1094) 2024-03-02 04:51:35 +00:00
Tan Nhu
a164636712 Show full diff in Pull Request + 10k files PR challenge (#1086) 2024-03-01 19:42:39 +00:00
Calvin Lee
43841ea523 feat: [code-1523]: aida pr description btn (#1077) 2024-02-29 01:19:30 +00:00
Ritik Kapoor
43d1737a55 Added: [code-1479] AIDA Feedback and Settings framework for semantic search (#1073) 2024-02-28 00:25:37 +00:00
Calvin Lee
0d38047153 feat: [code-1438]: add new branch rule (#1072) 2024-02-26 23:27:56 +00:00
Ritik Kapoor
b655edcda7 Fix: spacing in timestamp and commit range (#1028) 2024-02-06 19:13:51 +00:00
Tan Nhu
646c8fbe75 Completely fix width issues of components being calculated by nav (#1025) 2024-02-05 21:42:06 +00:00
Ritik Kapoor
f63b493870 Update: [code-1266] timestamp (#1009) 2024-02-03 04:20:43 +00:00
Tan Nhu
40395277e0 Fix diff rendering when jumping between files (#998) 2024-01-31 19:39:43 +00:00
Tan Nhu
d3d28ea3ae Refactoring Pull Request page to improve performance (#985) 2024-01-29 19:39:05 +00:00
Calvin Lee
b0b0625e79 fix: [code-1203]: branch protection form error (#991) 2024-01-26 17:14:11 +00:00
Calvin Lee
0246d1bc48 fix: [code-1358]: add highlight support for terraform files in gitblame (#987) 2024-01-24 22:41:59 +00:00
Calvin Lee
e8e77bd26f feat: [code-1338]: add highlight support for hcl and tf (#975) 2024-01-19 22:41:04 +00:00
Calvin Lee
634a70a833 feat: [code-1316]: add video support in comment box (#965) 2024-01-13 00:34:41 +00:00
Ritik Kapoor
182e6bb174 fix: [code-1298]: Remove Pipeline import option from harness code (#961) 2024-01-12 07:44:15 +00:00
Ritik Kapoor
cb817bf2ad [CODE-1159] UI to disable public repo creation with a flag - GITNESS_PUBLIC_RESOURCE_CREATION_ENABLED (#895) 2023-12-18 08:42:38 +00:00
vardan.bansal@harness.io vardan
33b96dbb1c feat: [CI-10587]: YAML <-> UI sync experience for Side Panel (#875) 2023-12-06 18:23:00 +00:00
vardan.bansal@harness.io vardan
c2e4dda84b feat: [CI-10562]: Introduce embedded annotations in YAML for update of Pipeline Entities (#849) 2023-11-30 22:06:16 +00:00