Skip to content

Conversation

@shaurya-harness
Copy link
Contributor

No description provided.

iatopilskii and others added 30 commits January 31, 2025 16:33
* fix: fix ui build:watch errors

* fix: design review fixes for pr-commits page
…UI (#904)

* Reduce the monaco-editor version to 0.40.0 to match the version on NGUI

* Add monaco-yaml to gitness

* downgrade monaco-editor to 0.40.0

* update pnpm-lock.yaml

* add caret to semver

* update version; update pnpm-lock.yaml

---------

Co-authored-by: Srdjan Arsic <[email protected]>
* adding theme-selector

* move strings to enums

* add separators

* add props interface

* cleanup and aligning to mocks

* added language selector

* added on save prop

* align to UX

* use Dialog from ui/components

* add remaining props for language selector

* cleanup

* cleanup : rename closure variables in loop

* integrate remaining props for theme selector

* align to mocks

* align to mocks - language selector

* cleanup interface for language selector

* cleanup

* fix eslint issues

* review comments

* added documentation

* improve docs

* fix hover UX

* return full theme on change

* cleanup

* review comments - part 2

* review comments - part 3

* review comments - part 4

* review comments - part 5

* review comments - part 6

* reorg language selector

* reorg theme selector

* fix examples
* add add button

* add error handling

* unselect on canvas click

* format pipeline yaml
* split docker images for mfe and standalone builds

* use light weight alpine for final image
* feat: add Problems component

* move Problem types to component
* feat: improved styles for detailed PR pages

* chore: fix lint

* fix: preview state

* fix: minor changes

* chore: add small adjustments
* Update shared-style-variables.css

color values update

* change from hsl to hsla

---------

Co-authored-by: Kevin Nagurski <[email protected]>
* feat: Add avatarUrl to RepoSummaryView
* chore: eslint fixes
* remove corepack, install pnpm in CI

* use npm instead of wget
…lickering and in view diffInstance cleanup (#909)

* feat: [pipe-24076]: optimizations

Signed-off-by: Calvin Lee <[email protected]>

* fix: PR changes page diffs optimizations - scrollbar flickering and in view diffInstance cleanup

* fix: PR changes page diffs optimizations - jump to diff and in view diffInstance cleanup

* fix: PR changes page diffs optimizations - jump to diff and in view diffInstance cleanup

* fix: PR changes page diffs optimizations - jump to diff and in view diffInstance cleanup

---------

Signed-off-by: Calvin Lee <[email protected]>
Co-authored-by: Calvin Lee <[email protected]>
* docs: added doc for alert-dialog

* Update apps/portal/src/content/docs/components/alert-dialog.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

* Update apps/portal/src/content/docs/components/alert-dialog.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

* Update apps/portal/src/content/docs/components/alert-dialog.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

* Update apps/portal/src/content/docs/components/alert-dialog.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

* Update apps/portal/src/content/docs/components/alert-dialog.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

* Update apps/portal/src/content/docs/components/alert-dialog.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

* Update apps/portal/src/content/docs/components/alert-dialog.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

* Update apps/portal/src/content/docs/components/alert-dialog.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

* Update apps/portal/src/content/docs/components/alert-dialog.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

* Update apps/portal/src/content/docs/components/alert-dialog.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

* Update apps/portal/src/content/docs/components/alert-dialog.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

* Update apps/portal/src/content/docs/components/alert-dialog.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

* docs: updated alert-dialog action handler documentation

* Update apps/portal/src/content/docs/components/alert-dialog.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

---------

Co-authored-by: Kevin Nagurski <[email protected]>
* chore: rebase

* chore: rebase

* fix: lint/tsc

* chore: rebase

* fix: lint/tsc

* tsc again

* chore: minor fix

* feat: review comments
* Fixed: Attaching media in comment textarea is not working in MFE

* Added alert when rebase couldn't happen

* Open accordion if closed when the user clicks on 'command line'

* Fixed: If 0 file changes between, we should not show tooltip

* Fixed: File changes display is inconsistent. Changes are showing old branches, it is not updating when we change the branch.

* Enhanced diffData state logic

* Added AlertContainer for rebase error and changed useAPIPath hook

* Changed alert title

* Removed console log

* Return function from useAPIPath

* Added close button to Alert Container

* Fixed broken lock file, webpack was not working hence preventing MFE from running locally

* Fixed: delete / edit comment should not be shown for comments added by a different user

* Fixed: Overscroll in comment section

* Reverted lock file changes since it is already fixed now
* docs: added docs for calendar

* Update apps/portal/src/content/docs/components/calendar.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

* Update apps/portal/src/content/docs/components/calendar.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

* Update apps/portal/src/content/docs/components/calendar.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

* Update apps/portal/src/content/docs/components/calendar.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

* fix: updated docs for calendar according to reivew comments

---------

Co-authored-by: Kevin Nagurski <[email protected]>
* docs: added docs for button-options

* Update apps/portal/src/content/docs/components/button-options.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

* fix: updated docs for button-options

* Update apps/portal/src/content/docs/components/button-options.mdx

Co-authored-by: Kevin Nagurski <[email protected]>

---------

Co-authored-by: Kevin Nagurski <[email protected]>
* Adding placeholder components

* Moving code from views to packages/ui/views

* Fix time formatting

* Adding Execution tree

* Cleanup - remove duplicate "Layout" component

* Cleanup stage and step execution views

* Moves types and interfaces to "./types" file

* Cleanup view wrapper

* Cleanup exports

* Added placeholder Execution Header info, related code cleanup

* Add timestamp in logs

* fix time format in tree

* feat: add basic header

* fix layout with grid

* remove duplicate "Status"

* cleanup duplicate Status enum

* feat: match styles

* feat: add title styles

* Adding execution tabs

* cleanup execution tabs

* Fix type checks

* chore: rebase

* fix merge conflict

* feat: finishing touches, add border

---------

Co-authored-by: sanskar <[email protected]>
* feat

* feat: add outlet

* feat: fix color and semantic value

Signed-off-by: Calvin Lee <[email protected]>

* feat: add render prop

---------

Signed-off-by: Calvin Lee <[email protected]>
Co-authored-by: Calvin Lee <[email protected]>
cjlee01 and others added 27 commits February 12, 2025 21:22
* feat: [pipe-24077]: fix scroll issue

Signed-off-by: Calvin Lee <[email protected]>

* feat: [pipe-24077]: fix styling on system activity

Signed-off-by: Calvin Lee <[email protected]>

* feat: [pipe-24077]: fix styling on system activity

Signed-off-by: Calvin Lee <[email protected]>

---------

Signed-off-by: Calvin Lee <[email protected]>
Co-authored-by: Calvin Lee <[email protected]>
* fix form reset on submit

* fix form reset on submit
* feat: Namespace pagination components
* feat: add pagination docs
* feat: move pr conversation UI from apps/gitness
* fix: repo summary empty state and generateToken from NGUI MFE

* fix: repo summary empty state and generateToken from NGUI MFE

* fix: repo summary empty state and generateToken from NGUI MFE

* fix: repo summary empty state and generateToken from NGUI MFE
* feat: add hover card and time

* feat: add time-ago component

* fix: hover styles

* fix: lint

* fix: remove log

* feat: match style, review comments

* feat: refactor, match styles

* fix: center table contents

* fix: alignment

* chore: change ts to tsx
* feat: add toasts

* feat: architecture changes

* chore: cleanup

* chore: cleanup

* feat: add update, get styles

* feat: add cancel import

* chore: cleanup

* feat: remove importing state from stacked list

* fix: lint
* fix webpack config

* commit local changes
* Test design tokens push from Figma to Git

* added container paddings for breakpoints

* typography settings update

* typography structure update

* global typography font-weight and style value update

* breakpont font size gradation add (without value)

* desktop font size update

* viewport updates

* desktop typography structure update

* desktop typography naming update

* typography desktop settings update

* desktop typography update

* typography global update

* data typography update

* display font update

* typography update

* line-height update

* line-height update

* line-height update

* radius update

* colors update

* colors update

* colors update

* colors update

* colors update

* typography naming update

* radius update

* added height and width list (empty for now)

* hight desktop update

* btn update

* sizing update

* sizing update

* btn update

* btn update

* structure update

* btn update

* dark color upd

* colors update

* renaming

* renaming

* renaming

* renaming

* update caption base & subtle line height to 16px

* light colors update

* light colors update

* border rename

* size update

* upd

* color update

* token upd

* color upd

* palette upd

* palette upd

* green upd

* orange and green upd

* indigo upd

* orange upd

* purple upd

* accent upd

* green upd

* gray upd

* colors upd

* adding leading-none, updates to pipeline card

* rename

* update labels line height

* colors upd

* token rename

* red upd

* red upd

* colors upd

* colors update

* token upd

* color upd

* upd

* typography upd

* fix

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* updt

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* Upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* upd

* update icon size

* update icons previous change not updated

* icons

* icn upd

* icn upd

* icn upd

* icn upd

* icn upd

* upd

* color update

* rename iconWidth to iconStrokeWidth for more clarity

* tokens push from figma to repo

* remove gitness version of tokens

---------

Co-authored-by: Joanna <[email protected]>
Co-authored-by: Kevin Nagurski <[email protected]>
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
10 out of 11 committers have signed the CLA.

✅ harish-viswa
✅ sans-harness
✅ 3em
✅ cjlee01
✅ srdjan-harness
✅ vardanbansal-harness
✅ praneshg239
✅ cxramina
✅ knagurski
✅ mbatchelor
❌ shaurya-harness
You have signed the CLA already but the status is still pending? Let us recheck it.

@shaurya-harness shaurya-harness changed the title DRAFT : Very Big PR - 660 files changes DRAFT PR : Testing BIg PR - 659 files changed Oct 24, 2025
@shaurya-harness shaurya-harness changed the title DRAFT PR : Testing BIg PR - 659 files changed DRAFT PR : Testing Big PR - 659 files changed Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.