Skip to content

Add Tanuki AI logo to SVG repository

Purpose

As noted in this issue, a banner is currently being displayed to group owners on GitLab.com to notify them that code suggestions is existing beta and free access is ending. In this merge request, many SVG files were removed from the application code as they were suspected to be either unused or already implemented in this SVG repository, but the Tanuki AI logo was incorrectly removed. Currently, the banner looks like this:

image

As a part of this merge request, with the file being added the application will be able to render the SVG file correctly and not return a 404, as paths are imported from the module into the application.

Screenshots

The SVG file resolves correctly when running the dev server:

image

For testing purposes, I added the SVG file to /gitlab-development-kit/gitlab/node_modules/@gitlab/svgs/dist/illustrations directly. On a local GDK instance, we can enable the steps to present the banner, and confirm it has constructed the path correctly:

image

Constructed file path: http://localhost:3000/assets/illustrations/tanuki_ai_logo-d872a52a45b8e6a81a3362321e43d7bbf68001fd3a5d4c4e45dbe8737b76b062.svg

Shown in browser:

image

Checklist

For a new icon and/or illustration:

I have not selected any of these as this issue contains much of the discussion on the original SVG image, and the uploaded file was taken directly from an old commit.

Merge request reports

Loading