Account created on 18 October 2009, about 15 years ago
#

Recent comments

πŸ‡ΊπŸ‡¦Ukraine spheresh

Removing this module from the dependencies might be best since it was primarily used for older version migrations, which are no longer relevant. This package is not listed as a requirement in the opigno/opigno_lms composer.json, so there shouldn’t be any issues with its removal. We created the 3.2.7 branch to maintain version consistency, but the module is no longer needed for most projects.

Now that migrate_plus:^6 is available, it seems possible to resolve this issue by updating the dependencies if necessary.
We are open to contributions if you’d like to help implement this change.

πŸ‡ΊπŸ‡¦Ukraine spheresh

Hello @idaleks
This validation looks better to me. This patch will be included to the next release.

πŸ‡ΊπŸ‡¦Ukraine spheresh

This ticket can be used to update the patch or mirror version of dependencies to solve minimum compatibility issues. The updates should not include API or UI changes, only the build dependencies.

πŸ‡ΊπŸ‡¦Ukraine spheresh

This ticket can be used to update the patch or mirror version of dependencies to solve minimum compatibility issues. The updates should not include API or UI changes, only the build dependencies.

πŸ‡ΊπŸ‡¦Ukraine spheresh

I've created a patch with the updated dependencies to use version 4.7.6 or higher. The patch file is attached.

πŸ‡ΊπŸ‡¦Ukraine spheresh

I've created a patch with the updated dependencies to use a fsevents version 1.2.13 or higher. The patch file is attached.

πŸ‡ΊπŸ‡¦Ukraine spheresh

The credentials path contains the id file. This can become a problem when migrating configs as for me.

This is an initial solution that uses the key module, which works well with http-v1
https://git.drupalcode.org/issue/firebase-3163053/-/tree/http-v1

The only problem is that GOOGLE_APPLICATION_CREDENTIALS requires a file path.

That's why

'#type' => 'key_select',
'#key_filters' => ['provider' => 'file'],

We can only use the file provider.
I have added a @todo to research if we can use $key_entity->getKeyValue() instead.

Because the patch does not allow you to use all the functionality of the keys module for now.

Production build 0.71.5 2024