YunoHost-Apps / calckey_ynh

Calcket package for YunoHost
https://i.calckey.cloud/
GNU Affero General Public License v3.0
9 stars 7 forks source link

Firefish #48

Closed ericgaspar closed 11 months ago

ericgaspar commented 11 months ago

Problem

Solution

PR Status

Automatic tests

Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)

ericgaspar commented 11 months ago

!testme

yunohost-bot commented 11 months ago

:sunflower: Test Badge

lapineige commented 11 months ago

And changing the id just like that is enough ? 🤔 What about the repository name ? 🤔

csolisr commented 11 months ago

And changing the id just like that is enough ? 🤔 What about the repository name ? 🤔

Agree, we would have to move this app to https://github.com/YunoHost-Apps/firefish_ynh

lapineige commented 11 months ago

But how do we make sure people's Yunohost will shift to such a new repository ? By changing the app id + registering the new id in the app catalog ?

csolisr commented 11 months ago

But how do we make sure people's Yunohost will shift to such a new repository ? By changing the app id + registering the new id in the app catalog ?

Unfortunately, yeah. We'd have to make a new app in the catalog, basically. Then we'd have to add a way to migrate data from calckey_ynh to firefish_ynh. Something similar was made for Vaultwarden when it was renamed from Bitwarden-RS: https://github.com/YunoHost-Apps/vaultwarden_ynh/blob/master/scripts/ynh_handle_app_migration

lapineige commented 11 months ago

Then we'd have to add a way to migrate data from calckey_ynh to firefish_ynh.

Isn't this:

By changing the app id + registering the new id in the app catalog ?

… doing it ?

lapineige commented 11 months ago

So it's like how this will work, we will need a migration script, as you did with the experimental helper. Let's close this PR.

lapineige commented 11 months ago

Thanks @ericgaspar :)