Skip to content

[Emoji] Update the list of emojis to the latest version for Gitlab #60190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2025

Conversation

lyrixx
Copy link
Member

@lyrixx lyrixx commented Apr 10, 2025

Q A
Branch? 7.2
Bug fix? fix internal tooling
New feature? no
Deprecations? no
Issues
License MIT

This also fixes the internal tooling used to perform the update.

@@ -4,7 +4,7 @@
update: ## Update sources
@composer update
@curl https://api.github.com/emojis > vendor/github-emojis.json
@curl https://gitlab.com/gitlab-org/gitlab/-/raw/master/fixtures/emojis/index.json > vendor/gitlab-emojis.json
@curl https://gitlab.com/gitlab-org/gitlab/-/raw/master/fixtures/emojis/digests.json > vendor/gitlab-emojis.json
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines -157 to -159
foreach ($emojiItem['aliases'] as $alias) {
$maps[$emojiPriority][$alias] = $emoji;
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aliases were always empty anyway

@stof stof changed the title [Emoji] Fix build of gitlab emoji + update them [Emoji] Update the list of emojis to the latest version for Gitlab Apr 10, 2025
@stof
Copy link
Member

stof commented Apr 10, 2025

I updated the PR title to have a better changelog entry (to me, this deserves being mentioned in the changelog)

@GromNaN
Copy link
Member

GromNaN commented Apr 11, 2025

fabbot suggests adding a license header to the scripts, which seems correct.

@lyrixx
Copy link
Member Author

lyrixx commented Apr 11, 2025

fabbot suggests adding a license header to the scripts, which seems correct.

We didn't do that on other files. Should I open another PR to fix all other files?

Copy link
Member

@GromNaN GromNaN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Licence header on generated files can be discussed separately.

@fabpot
Copy link
Member

fabpot commented Apr 13, 2025

fabbot suggests adding a license header to the scripts, which seems correct.

fabbot does not complain anymore :)

@nicolas-grekas
Copy link
Member

Thank you @lyrixx.

@nicolas-grekas nicolas-grekas merged commit fd0d3c0 into symfony:7.2 Apr 14, 2025
8 of 12 checks passed
@lyrixx lyrixx deleted the emoji branch April 14, 2025 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants