Rinku C activity https://gitlab.com/therealrinku 2026-03-17T11:17:38Z tag:gitlab.com,2026-03-17:5212310374 Rinku C commented on merge request !227635 at GitLab.org / GitLab 2026-03-17T11:17:38Z therealrinku Rinku C

hi there @sayobittencourt

can you please give this one a review when you got some time? It's just a simple ui change which I thought would make sense 🤔

tag:gitlab.com,2026-03-17:5212293357 Rinku C opened merge request !227635: Update the revoke button icon on project/group access token page at GitLab.org / GitLab 2026-03-17T11:13:42Z therealrinku Rinku C

What does this MR do and why?

Update the revoke button icon on project/group access token page

References

#593839

Screenshots or screen recordings

Before After
Screenshot 2026-03-17 at 16.43.59.png Screenshot 2026-03-17 at 16.44.17.png

How to set up and validate locally

  1. Checkout this branch and run gdk locally
  2. Go to project access token or group access token page
  3. Add the new active token if not present already
  4. Notice the new icon(cancel icon) for revoke button previously it looked like delete button
tag:gitlab.com,2026-03-17:5212261821 Rinku C opened issue #593839: Change the revoke access token button icon on personal and group access token page at GitLab.org / GitLab 2026-03-17T11:06:35Z therealrinku Rinku C tag:gitlab.com,2026-03-17:5212246720 Rinku C pushed new project branch rc_change_revoke_button_icon_on_project_and_group_access_token_page at GitLab Community / GitLab.org / GitLab Community Fork 2026-03-17T11:02:57Z therealrinku Rinku C

Rinku C (447b42d6) at 17 Mar 11:02

Update the revoke button icon on project/group access token page

tag:gitlab.com,2026-03-17:5211095802 Rinku C commented on issue #592406 at GitLab.org / GitLab 2026-03-17T06:11:51Z therealrinku Rinku C

closing as MR has been merged and deployed!

tag:gitlab.com,2026-03-17:5211095232 Rinku C closed issue #592406: Investigate Pipeline Editor not showing in blob controls at GitLab.org / GitLab 2026-03-17T06:11:34Z therealrinku Rinku C tag:gitlab.com,2026-03-17:5211071334 Rinku C commented on issue #585218 at GitLab.org / GitLab 2026-03-17T06:01:59Z therealrinku Rinku C

hi @psjakubowska 👋

seems like this one is fixed already 🤔 I tried editing the blob and committing and it does redirect me back to the MR correctly after that. was that the right flow I was checking or is it for some other flow? 🤔

tag:gitlab.com,2026-03-17:5211037902 Rinku C opened merge request !227596: Fix the simulateSass prop validation error on performance bar on development mode at GitLab.org / GitLab 2026-03-17T05:43:40Z therealrinku Rinku C

What does this MR do and why?

Fix the simulateSass prop validation error on performance bar on development mode.

in dev mode simulateSass value comes from ENV GITLAB_SIMULATE_SAAS which can be undefined(if not passed) leading to the prop validation error. so making simulateSass prop non required and passing default value as false to fix that.

Screenshots or screen recordings

Before After
Screenshot 2026-03-17 at 11.17.05.png Screenshot 2026-03-17 at 11.17.31.png

How to set up and validate locally

  1. Checkout this branch and run gdk locally
  2. Open the browser console once gdk is running successfully
  3. Notice the prop validation error for simulateSaas prop is not seen on console anymore
tag:gitlab.com,2026-03-17:5211020266 Rinku C pushed new project branch rc_fix_performance_bar_prop_console_error at GitLab Community / GitLab.org / GitLab Community Fork 2026-03-17T05:34:42Z therealrinku Rinku C

Rinku C (c113ba60) at 17 Mar 05:34

Fix the simulateSass prop validation error

tag:gitlab.com,2026-03-17:5210835554 Rinku C commented on merge request !216614 at GitLab.org / GitLab 2026-03-17T03:52:41Z therealrinku Rinku C

I've not got the chance to continue on this further so far 😅

So I'm closing this for now, will open up another MR when I get the chance 🙏

tag:gitlab.com,2026-03-17:5210835163 Rinku C closed merge request !216614: Make error and success message user friendly during username update at GitLab.org / GitLab 2026-03-17T03:52:24Z therealrinku Rinku C

What does this MR do and why?

Make error and success message user friendly during username update. Currently success and error messages both shows up as alert at the top but user aren't aware of it.

Changes made:

  • shows toast message for successful username update
  • shows error message below input field for username validation error and server error
  • checking username availability on Update username button click and only show confirmation modal if it's available

References

#584021

Screenshots or screen recordings

Before After

How to set up and validate locally

  1. Checkout this branch and run gdk locally
  2. Go to update profile page eg: http://gdk.local/-/user_settings/profile
  3. Try updating username with special character on the front eg: %root
  4. Notice the error message appearing below the username input field
  5. Try updating username to valid value eg: username100
  6. Notice the success toast message
tag:gitlab.com,2026-03-16:5208780140 Rinku C commented on issue #593714 at GitLab.org / GitLab 2026-03-16T14:57:21Z therealrinku Rinku C

hi there @faleksic

just to let you know, there is already another issue open for this as well #593599 🙏 so maybe this can be closed as duplicate.

tag:gitlab.com,2026-03-16:5206151957 Rinku C pushed to project branch rc_fix_hardcoded_disable_message_on_workflow_catalog at GitLab Community / GitLab.org / GitLab Community Fork 2026-03-16T02:08:51Z therealrinku Rinku C

Rinku C (d674c638) at 16 Mar 02:08

Update the message

tag:gitlab.com,2026-03-15:5205227549 Rinku C pushed to project branch rc_fix_hardcoded_disable_message_on_workflow_catalog at GitLab Community / GitLab.org / GitLab Community Fork 2026-03-15T12:18:44Z therealrinku Rinku C

Rinku C (aa6a764a) at 15 Mar 12:18

Apply duo suggestion

tag:gitlab.com,2026-03-15:5205213351 Rinku C commented on merge request !227241 at GitLab.org / GitLab 2026-03-15T12:04:43Z therealrinku Rinku C

@GitLabDuo name property is provided from child component

tag:gitlab.com,2026-03-15:5205211370 Rinku C pushed to project branch rc_fix_hardcoded_disable_message_on_workflow_catalog at GitLab Community / GitLab.org / GitLab Community Fork 2026-03-15T12:03:17Z therealrinku Rinku C

Rinku C (577064ed) at 15 Mar 12:03

Merge branch 'master' into 'rc_fix_hardcoded_disable_message_on_wor...

... and 331 more commits

tag:gitlab.com,2026-03-13:5202074840 Rinku C commented on merge request !227015 at GitLab.org / GitLab 2026-03-13T15:57:50Z therealrinku Rinku C

thank you for the review @psjakubowska 🙇

I've addressed your suggestions now!

tag:gitlab.com,2026-03-13:5202071326 Rinku C commented on merge request !227015 at GitLab.org / GitLab 2026-03-13T15:56:58Z therealrinku Rinku C

sure! done

tag:gitlab.com,2026-03-13:5202070078 Rinku C commented on merge request !227015 at GitLab.org / GitLab 2026-03-13T15:56:40Z therealrinku Rinku C

make sense 🤔 updated now

tag:gitlab.com,2026-03-13:5202034286 Rinku C pushed to project branch rc_redirect_to_mr_on_blob_edit_cancel at GitLab Community / GitLab.org / GitLab Community Fork 2026-03-13T15:48:05Z therealrinku Rinku C

Rinku C (6bdb8950) at 13 Mar 15:48

Merge branch gitlab:master into rc_redirect_to_mr_on_blob_edit_cancel

... and 506 more commits