Commit Graph

105 Commits

Author SHA1 Message Date
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
Karan Saraswat
ff00a8ba7a fix: [CODE-2628]: replaced TypesRepository with RepoRepositoryOutput from swagger (#2882)
* fixed other types too
* fix: [CODE-2628]: replaced TypesRepository with RepoRepositoryOutput from swagger
2024-10-28 17:21:39 +00:00
Ritik Kapoor
6a17336aaa fix: [CODE-2566] add FF config and hide plugin step behind a UI Flag - GITNESS_UI_SHOW_PLUGIN (#2847)
* fix: [code-2566] address comment
* fix: [code-2566] address comment
* fix: [code-2566] address comments
* fix: [CODE-2566] lint check
* fix: [CODE-2566] add FF config and hide plugin step behind local FF - GITNESS_FF_SHOW_PLUGIN_STEP
2024-10-24 18:40:52 +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
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
Karan Saraswat
9e0b86d290 feat: [CODE-2330]: auto collapse resolved code comments (#2655)
* fixed ui lint
* feat: [CODE-2330]: auto collapse resolved code comments
2024-09-06 12:26:17 +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
fcfa540f7c update: [code-2195] increase limit of get checks for commit to 100 (#2542)
* update: [code-2195] increase limit of get checks for commit to 100
2024-08-20 21:41:04 +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
Tan Nhu
f626dc640e Render off-screen diffs in a single pre tag to boost performance (#2271)
* Tan's last PR :)
* Sync with main
* Prevent browser crash on big PR (>200 files changed)
* Fixed link to comment not working
* Add NPE prevention
* Fixed Show Diff works only once
* Fix Harness nav is not auto-collapsed when visiting PR Changes
* Add code to restore new and edited comments
* Render off-screen diffs in a single pre tag to boost performance
2024-08-09 17:41:59 +00:00
Ritik Kapoor
91291b8b27 fix: URL for case insensitive repo name and block infinite render (#2410)
* remove unnecessary block
* update: condition for replacing the incorrect URL
* Apply suggestion from code review
* fix: strict handle the case insensitve repo names
* update: using replace instead of push for invalid URL
* fix: URL for case insensitive repo name and block infinite render
2024-08-07 20:13:14 +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
42d03a869c feat: [code-1625]: Add new pr panel improvements for pr page (#2082) 2024-06-08 06:08:49 +00:00
Tan Nhu
2f2388aa42 PR Page changes per demo feedbacks (#2056) 2024-05-22 16:16:52 +00:00
Tan Nhu
7351d63ccc Check if PR source branch exists to build path to files properly (#2042) 2024-05-15 23:20:54 +00:00
Ritik Kapoor
9b561a33cd Feat: [code-1576] Add support to delete empty repository (#1195) 2024-04-15 03:33:08 +00:00
Tan Nhu
47f4070b3c Fix width in a couple of places when screen is small + clean up unused code (#1181) 2024-04-03 23:48:43 +00:00
Tan Nhu
1f8dab3943 Allow multiple comments to be added on a same line + Mark multiple code lines for a comment (#1177) 2024-04-03 18:02:52 +00:00
Tan Nhu
a164636712 Show full diff in Pull Request + 10k files PR challenge (#1086) 2024-03-01 19:42:39 +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
Karan Saraswat
aae15eb5a5 feat: [CODE-1258]: made window title more meaningful for CODE module (#1058) 2024-02-21 19:04:20 +00:00
Ritik Kapoor
3ddcd2d3cc Update : [CODE-1410 ] Semantic Search Integration (#1046) 2024-02-20 08:17:12 +00:00
Tan Nhu
9d8bf25692 Optimize rendering when updating / deleting a comment (#1032) 2024-02-09 20:37:03 +00:00
Tan Nhu
646c8fbe75 Completely fix width issues of components being calculated by nav (#1025) 2024-02-05 21:42:06 +00:00
Tan Nhu
40395277e0 Fix diff rendering when jumping between files (#998) 2024-01-31 19:39:43 +00:00
Tan Nhu
61ee297c9b Fix a couple of small bugs on diff viewer + optimize merge button rendering (#996) 2024-01-30 00:06:10 +00:00
Tan Nhu
d3d28ea3ae Refactoring Pull Request page to improve performance (#985) 2024-01-29 19:39:05 +00:00
Ritik Kapoor
b24729d608 UI [CODE-1216] : Fix modal close and disable side menu on comment deletion (#913) 2023-12-18 07:15:57 +00:00
Johannes Batzill
b4a1c293dc [UI] Fix Status Check Leak (#853) 2023-12-01 01:30:02 +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
Ritik Kapoor
274a5a01ab [CODE-1116] UI : Protection rules integration with Branch Creation/Deletion and Commits (#824) 2023-11-28 07:06:54 +00:00
Calvin Lee
0319fa7a07 fix: [code-980]: fix lint (#731) 2023-10-26 22:26:44 +00:00
Calvin Lee
79448a3c77 feat: [code-980]: add branch protection page (#723) 2023-10-26 21:45:26 +00:00
Tan Nhu
12b192cf1c Console output is duplicated in pull request pipelines (#663) 2023-10-09 20:38:10 +00:00
Tan Nhu
0cd391bbb8 Fix a couple of type and linting issues (#659) 2023-10-05 20:20:16 +00:00
Johannes Batzill
124c85c954 [MISC] Fix UI Event Streaming For Embedded Mode (#624) 2023-09-28 16:05:21 +00:00
Tan Nhu
0c89ec015a Refactor useScheduleJob and Pipeline Steps rendering (#612) 2023-09-26 18:58:05 +00:00
Johannes Batzill
a83cd21c17 [OPEN-SOURCE] Prepare Repository (#605) 2023-09-24 07:33:16 +00:00
Tan Nhu
ecfe2b5cff Leverage requestAnimationFrame to schedule logs rendering / Render 100k lines of log without lagging (#603) 2023-09-22 18:35:26 +00:00
Johannes Batzill
6c42b77500 [SSE] Add full stack SSE support for PRs (#591) 2023-09-21 02:55:41 +00:00
Dan Wilson
d02e74f490 add cancel build button, fix small css issues on console, fix some eslint issues (#544) 2023-09-19 15:31:05 +00:00
Tan Nhu
1572618093 Pipeline Checks refactoring and bug fixes (#515) 2023-09-18 20:52:38 +00:00
Dan Wilson
e61b5f7334 fix execution not starting if status is pending (#502) 2023-09-15 14:30:34 +00:00
Dan Wilson
a6dcc0a6ef small ui fixes in pipelines (#501) 2023-09-15 11:21:22 +00:00
Dan Wilson
e0061153d9 small execution fixes 2023-09-13 10:22:12 +01:00
Johannes Batzill
ef4855e901 [Server Sent Events] Improve both Frontend and Backend (#441) 2023-09-12 23:45:54 +00:00
Dan Wilson
1358ef74d6 enable for standalone, improved trigger wording, improve ci icons 2023-09-12 17:47:07 +01:00
Dan Wilson
c4f8dcbfdf WIP execution event streaming 2023-09-11 16:55:38 +01:00
Tan Nhu
fefb053d14 Incorporate Cookies based Auth / Clean up (#410) 2023-09-07 19:45:24 +00:00
Dan Wilson
f7969d3bf5 use shared status icon component and remove rem usage 2023-09-04 13:48:43 +01:00