Missy Davies activity https://gitlab.com/missy-gitlab 2026-03-17T23:17:00Z tag:gitlab.com,2026-03-17:5215117687 Missy Davies commented on merge request !227630 at GitLab.org / GitLab 2026-03-17T23:17:00Z missy-gitlab Missy Davies

Hi @leetickett-gitlab a few small comments for you but overall looks good and I was able to test locally 🏓

tag:gitlab.com,2026-03-17:5215117682 Missy Davies commented on merge request !227630 at GitLab.org / GitLab 2026-03-17T23:17:00Z missy-gitlab Missy Davies

question: Why did you choose to add this only to update but not also create?

tag:gitlab.com,2026-03-17:5215117676 Missy Davies commented on merge request !227630 at GitLab.org / GitLab 2026-03-17T23:17:00Z missy-gitlab Missy Davies
      field :filter, GraphQL::Types::JSON, # rubocop:disable Graphql/JSONType -- filter schema is not model backend
tag:gitlab.com,2026-03-17:5215117666 Missy Davies commented on merge request !227630 at GitLab.org / GitLab 2026-03-17T23:17:00Z missy-gitlab Missy Davies
        argument :filter, GraphQL::Types::JSON, # rubocop:disable Graphql/JSONType -- filter schema is not model backend
tag:gitlab.com,2026-03-17:5215060939 Missy Davies commented on merge request !227064 at GitLab.org / GitLab 2026-03-17T22:45:45Z missy-gitlab Missy Davies

Hi @alexander.rusa thanks for your feedback! This is really helpful to know the friction points for you in contributing 🙏 Congrats on pushing through and getting the MR merged 😊

tag:gitlab.com,2026-03-17:5214387129 Missy Davies pushed to project branch md-mentorship-be-controller at GitLab.org / Developer Relations / DevRel Engineering / contributors-gitlab-com 2026-03-17T19:06:17Z missy-gitlab Missy Davies

Missy Davies (409faf37) at 17 Mar 19:06

Remove by_username scope and inline logic into lookup_by_username

tag:gitlab.com,2026-03-17:5214382871 Missy Davies commented on merge request !1964 at GitLab.org / Developer Relations / DevRel Engineering / contributors-gitlab-com 2026-03-17T19:04:52Z missy-gitlab Missy Davies

@leetickett-gitlab I removed the scope and folded that into the lookup_by_username method. Can you take another look?

tag:gitlab.com,2026-03-17:5214378032 Missy Davies pushed to project branch md-mentorship-be-controller at GitLab.org / Developer Relations / DevRel Engineering / contributors-gitlab-com 2026-03-17T19:03:13Z missy-gitlab Missy Davies

Missy Davies (91cfb9a2) at 17 Mar 19:03

Remove by_username scope and inline logic into lookup_by_username

tag:gitlab.com,2026-03-17:5212399082 Missy Davies commented on issue #3887 at GitLab Community / Community Members / Onboarding 2026-03-17T11:37:47Z missy-gitlab Missy Davies

Hi @tanvir.singh 👋

Thanks for onboarding! I'm a community maintainer and will help you get started with contributing to GitLab

Next steps

Please reply to this issue and introduce yourself by sharing about who you are and where you're looking to contribute.

  • If there is an existing issue you would like to work on, please provide a link.
  • If you need help finding something, let us know an area of interest (backend, frontend, documentation, etc.).
  • Consider updating your profile with a short bio and links to your socials.

What are community forks?

These shared projects make it easier than personal forks to push changes to the GitLab codebase, collaborate with others, and improve efficiency with GitLab Ultimate and Duo features.

  • The sooner you reply the quicker we can grant you access (typically less than 24 hours).
  • You can get started before getting access, clone projects, set up your environment, and explore the codebase.
  • Community fork access is only needed when you're ready to push your changes.

We'll help make your first contribution to GitLab easy so you can learn the process. If you're unsure about anything, please join us on Discord in the #contribute channel so we can support you!

Thank you 🙂

tag:gitlab.com,2026-03-16:5210300941 Missy Davies commented on merge request !1964 at GitLab.org / Developer Relations / DevRel Engineering / contributors-gitlab-com 2026-03-16T22:41:10Z missy-gitlab Missy Davies

Ok! I'll make the change :)

tag:gitlab.com,2026-03-16:5209894468 Missy Davies commented on merge request !1964 at GitLab.org / Developer Relations / DevRel Engineering / contributors-gitlab-com 2026-03-16T19:56:25Z missy-gitlab Missy Davies

Without the wrapper then we have to repeat the .first across all the places it's called (bc otherwise it returns a relation when we need a single record). It's not that much duplication, but I still kind of liked simplifying.

The wrapper also lets us return early if username is nil which prevents an extra database query. It's not a huge improvement in performance, but we call this in 6 different places and would have to add the same early return in all 6 if we wanted that catch.

@leetickett-gitlab WDYT, I'm happy to update if you prefer to not have the wrapper.

tag:gitlab.com,2026-03-16:5209875125 Missy Davies deleted project branch renovate/vitest-coverage-istanbul-4.x at gitlab-renovate-forks / contributors-gitlab-com 2026-03-16T19:48:57Z missy-gitlab Missy Davies

Missy Davies (f7d8b7c0) at 16 Mar 19:48

tag:gitlab.com,2026-03-16:5209874968 Missy Davies pushed to project branch main at GitLab.org / Developer Relations / DevRel Engineering / contributors-gitlab-com 2026-03-16T19:48:54Z missy-gitlab Missy Davies

Missy Davies (f67bcd04) at 16 Mar 19:48

Merge branch 'renovate/vitest-coverage-istanbul-4.x' into 'main'

... and 1 more commit

tag:gitlab.com,2026-03-16:5209874959 Missy Davies accepted merge request !1966: Update dependency @vitest/coverage-istanbul to ^4.1.0 at GitLab.org / Developer Relations / DevRel Engineering / ... 2026-03-16T19:48:54Z missy-gitlab Missy Davies

This MR contains the following updates:

Package Type Update Change
@vitest/coverage-istanbul (source) devDependencies minor ^4.0.18 -> ^4.1.0

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

vitest-dev/vitest (@​vitest/coverage-istanbul)

v4.1.0

Compare Source

Vitest 4.1 is out!

This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.

   🚀 Features
   🐞 Bug Fixes
   🏎️ Performance
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

tag:gitlab.com,2026-03-16:5209869503 Missy Davies commented on merge request !223498 at GitLab.org / GitLab 2026-03-16T19:46:53Z missy-gitlab Missy Davies

Hi @kevinxshao are you ready for another review? I see you resolved the last thread but didn't tag or mention me for another review so I'm assuming you're still working here. I also see the pipeline is failing 🏓 Looks like you just might need to rebase. Let me know when you're ready again!

tag:gitlab.com,2026-03-16:5209833702 Missy Davies deleted project branch renovate/vue-data-ui-3.x at gitlab-renovate-forks / contributors-gitlab-com 2026-03-16T19:34:09Z missy-gitlab Missy Davies

Missy Davies (ee5d0dfb) at 16 Mar 19:34

tag:gitlab.com,2026-03-16:5209833407 Missy Davies pushed to project branch main at GitLab.org / Developer Relations / DevRel Engineering / contributors-gitlab-com 2026-03-16T19:34:04Z missy-gitlab Missy Davies

Missy Davies (d22465e7) at 16 Mar 19:34

Merge branch 'renovate/vue-data-ui-3.x' into 'main'

... and 1 more commit

tag:gitlab.com,2026-03-16:5209833393 Missy Davies accepted merge request !1951: Update dependency vue-data-ui to ^3.15.12 at GitLab.org / Developer Relations / DevRel Engineering / contributors... 2026-03-16T19:34:03Z missy-gitlab Missy Davies

This MR contains the following updates:

Package Type Update Change
vue-data-ui (source) dependencies patch ^3.15.10 -> ^3.15.12

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

graphieros/vue-data-ui (vue-data-ui)

v3.15.12

Compare Source

VueUiIcon

  • Add npmx icon ;)
npmx icon
<VueUiIcon name="npmx" />

VueUiHorizontalBar

  • Improve the flexibility of the VueUiVerticalBarDatapoint type which allows to fix TS errors when passing metadata into the dataset, and using this type in the tooltip.customFormat callback

v3.15.11

Compare Source

VueUiHorizontalBar

  • Add optional configuration for row gutter color and border radius, to temper excessive white space that can occur with long series labels.
image
const config = computed(() => {
    return {
        style: {
            chart: {
                layout: {
                    bars: {
                        // defaults:
                        rowColor: null,
                        rowRadius: 4
                    }
                }
            }
        }
    }
});

Docs are up to date

Special thanks to @​alexdln for another genius idea 🙏🌿


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

tag:gitlab.com,2026-03-16:5209832939 Missy Davies approved merge request !1951: Update dependency vue-data-ui to ^3.15.12 at GitLab.org / Developer Relations / DevRel Engineering / contributors... 2026-03-16T19:33:56Z missy-gitlab Missy Davies

This MR contains the following updates:

Package Type Update Change
vue-data-ui (source) dependencies patch ^3.15.10 -> ^3.15.12

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

graphieros/vue-data-ui (vue-data-ui)

v3.15.12

Compare Source

VueUiIcon

  • Add npmx icon ;)
npmx icon
<VueUiIcon name="npmx" />

VueUiHorizontalBar

  • Improve the flexibility of the VueUiVerticalBarDatapoint type which allows to fix TS errors when passing metadata into the dataset, and using this type in the tooltip.customFormat callback

v3.15.11

Compare Source

VueUiHorizontalBar

  • Add optional configuration for row gutter color and border radius, to temper excessive white space that can occur with long series labels.
image
const config = computed(() => {
    return {
        style: {
            chart: {
                layout: {
                    bars: {
                        // defaults:
                        rowColor: null,
                        rowRadius: 4
                    }
                }
            }
        }
    }
});

Docs are up to date

Special thanks to @​alexdln for another genius idea 🙏🌿


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

tag:gitlab.com,2026-03-16:5209832700 Missy Davies approved merge request !1966: Update dependency @vitest/coverage-istanbul to ^4.1.0 at GitLab.org / Developer Relations / DevRel Engineering / ... 2026-03-16T19:33:53Z missy-gitlab Missy Davies

This MR contains the following updates:

Package Type Update Change
@vitest/coverage-istanbul (source) devDependencies minor ^4.0.18 -> ^4.1.0

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

vitest-dev/vitest (@​vitest/coverage-istanbul)

v4.1.0

Compare Source

Vitest 4.1 is out!

This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.

   🚀 Features
   🐞 Bug Fixes
   🏎️ Performance
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.