DRAFT PR : Testing Big PR - 659 files changed #2233
Draft
shaurya-harness wants to merge 136 commits into
Draft
Conversation
* 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 <srdjan.arsic@harness.io>
* 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
Signed-off-by: Calvin Lee <cjlee@ualberta.ca> Co-authored-by: Calvin Lee <cjlee@ualberta.ca>
* 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 <Kevin.nagurski@harness.io>
* 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 <cjlee@ualberta.ca> * 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 <cjlee@ualberta.ca> Co-authored-by: Calvin Lee <cjlee@ualberta.ca>
* docs: added doc for alert-dialog * Update apps/portal/src/content/docs/components/alert-dialog.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * Update apps/portal/src/content/docs/components/alert-dialog.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * Update apps/portal/src/content/docs/components/alert-dialog.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * Update apps/portal/src/content/docs/components/alert-dialog.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * Update apps/portal/src/content/docs/components/alert-dialog.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * Update apps/portal/src/content/docs/components/alert-dialog.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * Update apps/portal/src/content/docs/components/alert-dialog.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * Update apps/portal/src/content/docs/components/alert-dialog.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * Update apps/portal/src/content/docs/components/alert-dialog.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * Update apps/portal/src/content/docs/components/alert-dialog.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * Update apps/portal/src/content/docs/components/alert-dialog.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * Update apps/portal/src/content/docs/components/alert-dialog.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * docs: updated alert-dialog action handler documentation * Update apps/portal/src/content/docs/components/alert-dialog.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> --------- Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io>
* 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 <Kevin.nagurski@harness.io> * Update apps/portal/src/content/docs/components/calendar.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * Update apps/portal/src/content/docs/components/calendar.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * Update apps/portal/src/content/docs/components/calendar.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * fix: updated docs for calendar according to reivew comments --------- Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io>
* docs: added docs for button-options * Update apps/portal/src/content/docs/components/button-options.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * fix: updated docs for button-options * Update apps/portal/src/content/docs/components/button-options.mdx Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> --------- Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io>
* 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 <c_sanskar.sehgal@harness.io>
* feat * feat: add outlet * feat: fix color and semantic value Signed-off-by: Calvin Lee <cjlee@ualberta.ca> * feat: add render prop --------- Signed-off-by: Calvin Lee <cjlee@ualberta.ca> Co-authored-by: Calvin Lee <cjlee@ualberta.ca>
* feat: [pipe-24077]: fix scroll issue Signed-off-by: Calvin Lee <cjlee@ualberta.ca> * feat: [pipe-24077]: fix styling on system activity Signed-off-by: Calvin Lee <cjlee@ualberta.ca> * feat: [pipe-24077]: fix styling on system activity Signed-off-by: Calvin Lee <cjlee@ualberta.ca> --------- Signed-off-by: Calvin Lee <cjlee@ualberta.ca> Co-authored-by: Calvin Lee <cjlee@ualberta.ca>
* 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 <108645851+joannalye@users.noreply.github.com> Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io>
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.