Skip to content
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

Update Flow to v0.233.0 #3237

Merged
merged 1 commit into from Apr 16, 2024
Merged

Update Flow to v0.233.0 #3237

merged 1 commit into from Apr 16, 2024

Conversation

reosarevok
Copy link
Member

No description provided.

@reosarevok reosarevok added the Refactoring Refactoring-only PRs (eslint fixes etc) label Apr 16, 2024
Copy link
Contributor

@yvanzo yvanzo left a comment

Choose a reason for hiding this comment

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

Thank you!

@reosarevok reosarevok merged commit 465db60 into metabrainz:master Apr 16, 2024
2 of 3 checks passed
@reosarevok reosarevok deleted the flow-233 branch April 16, 2024 08:51
yvanzo added a commit that referenced this pull request Apr 17, 2024
* master:
  Update POT files using the production database
  Bump musicbrainz-tests image tag after MBS-13358
  Regenerate cpanfile.snapshot files after MBS-13358
  Update Perl dependencies for internationalization
  MBS-13546: Switch to Email::Address::XS
  Update DateTime::Locale version to 1.41
  MBS-13358 (II.2): Require Perl 5.38.0 or later
  Bind install_svlogd_services.sh instead of copying
  Replace RUN chmod/chown with COPY --chmod/--chown
  Always set PERL_CARTON_PATH in Docker images
  Bind cpanfile and snapshot to install Perl modules
  Always set ownership for cpanm/Carton directories
  Always install Perl and cpanm/Carton in one RUN
  Cache cpanm downloads, builds, and tests
  Reinstall perl modules only when cpanfile changes
  Drop instruction included in install_perl_modules
  Always clean up the cpanm cache for root user
  MBS-13358 (II.1): Upgrade Perl version to 5.38.2
  Install ts from source instead of using apt-get
  Install carton from cpanm instead of using apt-get
  Drop support for Perl 5.30
  Update Flow to v0.233.0 (#3237)
  MBS-13540: Update track credits in a few more cases (#3233)
  MBS-13541: Accept uppercase MBIDs in JavaScript (#3235)
  Install xz through APT as it isn’t so new anymore
  Install APT packages using self-documented macros
  Factorize setting up cpanm & carton through macros
  Templatize Dockerfile.tests to reuse macros
  Rework installing cpanm after official docker-perl
  Document Perl deps installation through comments
  Replace the few `wget` calls with `curl` calls
  Use build ARG instruction for installed XZ version
  Remove temporary keys to install XZ utils
  Add temporary keyrings through bind mount
  Format lists of packages one by line
  Generalize options passed to curl
  Factorize copy_common_mbs_files into server_base
  Drop duplicate ARG already provided in server_base
  Cache APT directories when building Docker images
  MBS-13539: Update VK logo (#3232)
  Add context to "order" header (#3229)
yvanzo added a commit that referenced this pull request May 13, 2024
* beta:
  Translated using Weblate (French)
  Translated using Weblate (Spanish)
  Translated using Weblate (Italian)
  Translated using Weblate (Greek)
  Translated using Weblate (Chinese (Simplified))
  Translated using Weblate (Norwegian Bokmål)
  Translated using Weblate (Spanish)
  Translated using Weblate (Chinese (Simplified))
  Translated using Weblate (Chinese (Simplified))
  Translated using Weblate (Chinese (Simplified))
  Translated using Weblate (Russian)
  Translated using Weblate (Spanish)
  Translated using Weblate (Lithuanian)
  Update translation files
  Translated using Weblate (Korean)
  Update POT files using the production database
  Fix `Controller::User::Collections` test
  MBS-13563: Italicize aliases and sort names in Autocomplete2 (#3248)
  Translated using Weblate (Korean)
  Translated using Weblate (Russian)
  Translated using Weblate (Spanish)
  Translated using Weblate (Lithuanian)
  Update translation files
  Add a test for MBS-13570
  Fix extraneous dereference
  MBS-13570: Avoid crash in artist collection load_related_info
  Update POT files using the production database
  Translated using Weblate (Spanish)
  Translated using Weblate (Chinese (Traditional))
  Translated using Weblate (Lithuanian)
  Translated using Weblate (Italian)
  Update translation files
  MBS-13533: Fix order of cover art in release group artwork (#3238)
  Update POT files using the production database
  MBS-7646: Show localized artist aliases in more places (#3191)
  Translated using Weblate (Chinese (Simplified))
  Translated using Weblate (Italian)
  Translated using Weblate (Swedish)
  Translated using Weblate (Spanish (Latin America))
  Translated using Weblate (Chinese (Simplified))
  Translated using Weblate (Chinese (Simplified))
  Translated using Weblate (Chinese (Simplified))
  Translated using Weblate (Chinese (Simplified))
  Translated using Weblate (Turkish)
  Translated using Weblate (Turkish)
  Translated using Weblate (Spanish)
  Translated using Weblate (Persian)
  Translated using Weblate (Russian)
  Translated using Weblate (Portuguese)
  Translated using Weblate (Norwegian Bokmål)
  Translated using Weblate (Korean)
  Translated using Weblate (Croatian)
  Translated using Weblate (Catalan)
  Translated using Weblate (Lithuanian)
  Translated using Weblate (Lithuanian)
  Translated using Weblate (Japanese)
  Translated using Weblate (Japanese)
  Translated using Weblate (Romanian)
  Translated using Weblate (Dutch)
  Translated using Weblate (Italian)
  Translated using Weblate (French)
  Translated using Weblate (Finnish)
  Translated using Weblate (Estonian)
  Translated using Weblate (French)
  Translated using Weblate (French)
  Translated using Weblate (Spanish)
  Translated using Weblate (German)
  Translated using Weblate (German)
  Translated using Weblate (German)
  Translated using Weblate (German)
  Translated using Weblate (German)
  Translated using Weblate (Greek)
  Translated using Weblate (Lithuanian)
  Translated using Weblate (Lithuanian)
  MBS-13558: Convert /work templates to use Flow component syntax
  MBS-13558: Convert /voting templates to use Flow component syntax
  MBS-13558: Convert /user templates to use Flow component syntax
  MBS-13558: Convert /url templates to use Flow component syntax
  MBS-13558: Convert /taglookup templates to use Flow component syntax
  MBS-13558: Convert /tag templates to use Flow component syntax
  MBS-13558: Convert /statistics templates to use Flow component syntax
  MBS-13558: Convert /series templates to use Flow component syntax
  Remove unnecessary explicitness while passing index
  MBS-13558: Convert /search templates to use Flow component syntax
  MBS-13558: Convert /release_group templates to use Flow component syntax
  Move type DeleteReleaseFormT to DeleteRelease
  MBS-13558: Convert /release templates to use Flow component syntax
  MBS-13558: Convert /relationship templates to use Flow component syntax
  Move type DeleteRecordingFormT to DeleteRecording
  MBS-13558: Convert /recording templates to use Flow component syntax
  MBS-13558: Convert /place templates to use Flow component syntax
  MBS-13558: Convert /otherlookup templates to use Flow component syntax
  MBS-13558: Convert /oauth2 templates to use Flow component syntax
  MBS-13558: Convert /medium templates to use Flow component syntax
  MBS-13558: Convert /mbid templates to use Flow component syntax
  MBS-13558: Convert /main templates to use Flow component syntax
  MBS-13558: Convert /label templates to use Flow component syntax
  MBS-13558: Convert /isrc, /iswc templates to use Flow component syntax
  Move type DeleteInstrumentFormT to DeleteInstrument
  MBS-13558: Convert /instrument templates to use Flow component syntax
  Move type DeleteGenreFormT to DeleteGenre
  MBS-13558: Convert /genre templates to use Flow component syntax
  MBS-13558: Convert /event templates to use Flow component syntax
  Move type DeleteAliasFormT to DeleteAlias
  MBS-13558: Convert /entity templates to use Flow component syntax
  Fix typo
  MBS-13558: Convert /elections templates to use Flow component syntax
  MBS-13558: Convert /edit_note templates to use Flow component syntax
  MBS-13558: Convert /doc templates to use Flow component syntax
  MBS-13558: Convert /collection templates to use Flow component syntax
  MBS-13558: Convert /cdtoc templates to use Flow component syntax
  MBS-13558: Convert /cdstub templates to use Flow component syntax
  MBS-13558: Convert /artist_credit templates to use Flow component syntax
  MBS-13558: Convert /artist templates to use Flow component syntax
  Move type AreaDeleteFormT to DeleteArea
  MBS-13558: Convert /area templates to use Flow component syntax
  MBS-13558: Convert /annotation templates to use Flow component syntax
  Move type WikiDocT to WikiDocIndex
  MBS-13558: Convert /admin templates to use Flow component syntax
  MBS-13558: Convert /account templates to use Flow component syntax
  Disable eslint rules that conflict with Flow component syntax
  Update flow to 0.234.0 (#3242)
  MBS-13548: obey returnto for already logged in users (#3241)
  Revert "Bind cpanfile and snapshot to install Perl modules"
  Install git to list translation files
  Revert "Bind cpanfile and snapshot to install Perl modules"
  Install git to list translation files
  Remove duplicate instrument in Lithuanian PO file
  Translated using Weblate (Lithuanian)
  Update translation files
  Update POT files using the production database
  Translated using Weblate (Chinese (Simplified))
  Translated using Weblate (Italian)
  Translated using Weblate (Russian)
  Update translation files
  Translated using Weblate (Lithuanian)
  Bump musicbrainz-tests image tag after MBS-13358
  Regenerate cpanfile.snapshot files after MBS-13358
  Update Perl dependencies for internationalization
  MBS-13546: Switch to Email::Address::XS
  Update DateTime::Locale version to 1.41
  MBS-13358 (II.2): Require Perl 5.38.0 or later
  Bind install_svlogd_services.sh instead of copying
  Replace RUN chmod/chown with COPY --chmod/--chown
  Always set PERL_CARTON_PATH in Docker images
  Bind cpanfile and snapshot to install Perl modules
  Always set ownership for cpanm/Carton directories
  Always install Perl and cpanm/Carton in one RUN
  Cache cpanm downloads, builds, and tests
  Reinstall perl modules only when cpanfile changes
  Drop instruction included in install_perl_modules
  Always clean up the cpanm cache for root user
  MBS-13358 (II.1): Upgrade Perl version to 5.38.2
  Install ts from source instead of using apt-get
  Install carton from cpanm instead of using apt-get
  Drop support for Perl 5.30
  Update Flow to v0.233.0 (#3237)
  MBS-13540: Update track credits in a few more cases (#3233)
  MBS-13541: Accept uppercase MBIDs in JavaScript (#3235)
  Install xz through APT as it isn’t so new anymore
  Install APT packages using self-documented macros
  Factorize setting up cpanm & carton through macros
  Templatize Dockerfile.tests to reuse macros
  Rework installing cpanm after official docker-perl
  Document Perl deps installation through comments
  Replace the few `wget` calls with `curl` calls
  Use build ARG instruction for installed XZ version
  Remove temporary keys to install XZ utils
  Add temporary keyrings through bind mount
  Format lists of packages one by line
  Generalize options passed to curl
  Factorize copy_common_mbs_files into server_base
  Drop duplicate ARG already provided in server_base
  Cache APT directories when building Docker images
  MBS-13539: Update VK logo (#3232)
  Add context to "order" header (#3229)
  Update POT files using the production database
  Benchmark createFastObjectClone with Node.js v20
  Amend commit 954dae4: Upgrade Node.js to v20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactoring Refactoring-only PRs (eslint fixes etc)
Projects
None yet
2 participants