1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00
Commit graph

612 commits

Author SHA1 Message Date
lapineige
ab886e3070 add manifest scheme 2024-04-02 23:12:54 +02:00
lapineige
5fbe1c2bb5 v0.8.1 2024-04-02 23:12:54 +02:00
lapineige
c55c8a7396 v0.8.1 2024-04-02 23:12:54 +02:00
lapineige
f80fd234cc v0.8.1 2024-04-02 23:12:54 +02:00
Alexandre Aubin
8f74aa2c22 appgenerator: propagate changes to template files + rework preview/zipdownload with two submit buttons mapped to the same route 2024-04-02 23:12:54 +02:00
Alexandre Aubin
faab2b3953 appgenerator: forgot to add Flask-Bootstrap in requirements.txt earlier ... running pip freeze 2024-04-02 23:12:54 +02:00
Alexandre Aubin
14e735a725 appgenerator: more refactoring of the way we handled the specific technology 2024-04-02 23:12:54 +02:00
Alexandre Aubin
09edb1540a appgenerator: simplify/rework the HTML/form structure using Flask-Bootstrap's macro 2024-04-02 23:12:54 +02:00
lapineige
f6845e9580 Fix YunoHost typo
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
2024-04-02 23:12:54 +02:00
lapineige
9ec78eb23d Fix YunoHost typo
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
2024-04-02 23:12:54 +02:00
lapineige
c0109ed08f Fix YunoHost typo
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
2024-04-02 23:12:54 +02:00
lapineige
dfef75b52e Fix YunoHost typo
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
2024-04-02 23:12:54 +02:00
lapineige
c5a0ddec9f Fix YunoHost typo
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
2024-04-02 23:12:54 +02:00
lapineige
40494fb4ac Fix YunoHost typo
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
2024-04-02 23:12:54 +02:00
lapineige
fd094a6457 Update tools/app_generator/templates/change_url.j2
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
2024-04-02 23:12:54 +02:00
Alexandre Aubin
9de1ac0281 appgenerator: rework the main form structure to have something matching the manifest structure: GeneralInfos, UpstreamInfos, IntegrationInfos, InstallQuestions, Resources 2024-04-02 23:12:54 +02:00
lapineige
bd9ec14c5d fix missing quotes and multi_instance handling 2024-04-02 23:12:54 +02:00
lapineige
2b0013a4dd python option needs python3-venv package 2024-04-02 23:12:54 +02:00
Alexandre Aubin
e785764d7d appgenerator: cleanup a bunch of stuff to try to focus on what matters for now 2024-04-02 23:12:54 +02:00
Alexandre Aubin
b9fb28083d appgenerator: typo in requirements.txt 2024-04-02 23:12:54 +02:00
Alexandre Aubin
513943042b appgenerator: rename stuff to app generator consistently 2024-04-02 23:12:54 +02:00
Alexandre Aubin
32b1ebb836 Apply black 2024-04-02 23:12:54 +02:00
lapineige
f05d700aa0 Initial release - v0.7.5 2024-04-02 23:12:54 +02:00
lapineige
a5b373b8ee Create YunohostAppGenerator.py 2024-04-02 23:12:54 +02:00
Tagadda
d52a3adf7e 🎨 Format Python code with Black 2024-04-02 17:49:06 +02:00
Laurent Peuch
20c65d0d22 fix(translate_apps): testing branch existance needed to be checked before cloning 2024-04-02 16:57:35 +02:00
Laurent Peuch
b5771aeefc feat(translate_apps): handle also updating translation description on existing files 2024-04-02 16:57:35 +02:00
Laurent Peuch
b694ee9c38 fix(translate_apps): the path to check if files existed was in the wrong PWD 2024-04-02 16:57:35 +02:00
Laurent Peuch
a3b7509a74 feat(translate_apps): use json.dumps the same way than weblate to avoid duplications 2024-04-02 16:57:35 +02:00
Laurent Peuch
2e5a2bbfa0 feat(translate_apps): for every app component add as available languages for translation all the ones available in yunohost/core 2024-04-02 16:57:35 +02:00
Laurent Peuch
d8778a55b0 chore: fix git absorb mess 2024-04-02 16:57:35 +02:00
Laurent Peuch
f1798ed133 feat(translate_apps): make output more readable 2024-04-02 16:57:35 +02:00
Laurent Peuch
8025e1d5d7 fix(translate_apps): correctly indent a new translation 2024-04-02 16:57:35 +02:00
Laurent Peuch
1fd3f96d0e feat(translate_apps): use testing branch if it exists 2024-04-02 16:57:35 +02:00
Laurent Peuch
5ba6232cfc refactor(translate_apps): create a base.py file to avoid duplicating code 2024-04-02 16:57:35 +02:00
Laurent Peuch
4b1454d04c refactor(translate_apps): move translations in a manifest subfolder 2024-04-02 16:57:35 +02:00
Laurent Peuch
6afaaf37c9 feat(translate_apps): add message to the PR 2024-04-02 16:57:35 +02:00
Laurent Peuch
85e2fb47c1 feat(translate_apps): add a git diff in push_or_update_apps_on_repository.py for logging 2024-04-02 16:57:35 +02:00
Laurent Peuch
8de0674996 feat(translate_apps): on update from apps to weblate, app new strings from apps 2024-04-02 16:57:35 +02:00
Laurent Peuch
9dd70e9d61 feat(translate_apps): add a list of apps for the beta testing phase 2024-04-02 16:57:35 +02:00
Laurent Peuch
0ac7c24587 feat(translate_apps): add a script that pushes new translation to apps via PR 2024-04-02 16:57:35 +02:00
Laurent Peuch
b629fc1547 feat(translate_apps): recreate weblate component also if it's not present 2024-04-02 16:57:35 +02:00
Laurent Peuch
e8ec8e845a feat(translate_apps): add a first script to push/updates translations from apps to weblate 2024-04-02 16:57:35 +02:00
José M
1b0e80c835 Translated readme-generator using Weblate (Galician)
Currently translated at 100.0% (39 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/gl/
2024-04-02 16:57:22 +02:00
58fef77deb Allow prereleases in autoupdater. Mainly to support Vikunja. 2024-04-02 16:53:51 +02:00
ffb3555d7f Handle non existing executable for logging_sender.py 2024-04-02 16:53:28 +02:00
tituspijean
737dc44e72 🎨 Format Python code with Black 2024-04-01 18:26:42 +02:00
Bram
689c0209e4
Regen readme testing branch (#2197) 2024-04-01 18:14:22 +02:00
xabirequejo
7d10e69c9b Translated readme-generator using Weblate (Basque)
Currently translated at 100.0% (39 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/eu/
2024-04-01 00:32:03 +02:00
OniriCorpe
556947bca7 Translated readme-generator using Weblate (French)
Currently translated at 100.0% (39 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/fr/
2024-04-01 00:32:03 +02:00