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

575 commits

Author SHA1 Message Date
YunoHost Bot
cd31571070
Translated readme-generator using Weblate (Indonesian) (#2489)
Currently translated at 100.0% (39 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/id/

Co-authored-by: cjdw <cjdw@users.noreply.translate.yunohost.org>
2024-07-27 10:48:05 +02:00
YunoHost Bot
93ee7a0d6d
Translated readme-generator using Weblate (Indonesian) (#2476)
Currently translated at 100.0% (39 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/id/

Co-authored-by: cjdw <cjdw@users.noreply.translate.yunohost.org>
2024-07-20 22:42:19 +02:00
github-actions[bot]
e0c947972f
Format Python code with Black (#2478)
Co-authored-by: alexAubin <4533074+alexAubin@users.noreply.github.com>
2024-07-19 18:14:13 +02:00
Alexandre Aubin
5af06b543e
Add script to autopatch apps for helpers 2.1 (#2407)
* Add script to autopatch apps for helpers 2.1

* helpers2.1: more patches for mysql/psql helpers

* helpers2.1: misc fixes

* helpers2.1: add searchandreplace for apt changes

* helpers2.1: propagate additional recent changes + misc fixes

* helpers2.1: replace check of PACKAGE_CHECK_EXEC with simpler ynh_in_ci_tests

* helpers2.1: misc fixes

* Update convert_to_helpers_2.1.py: fix sed -i syntax for MacOS where -i requires a suffix, even empty string...

* Fix again for MacOS which definitely doesn't like 'append' in sed x_x

* I love computers

* Invalid escape sequence yada yada

* Bunch of tricky issues where eg ynh_install_go becomes ynh_go_install becomes go_install due to the order of conflicting filters etc...

* Misc fixes + Trash everything about fpm_usage/footprint + Autopatch upload_max_filesize/memory_limit + Encourge people to use ynh_app_setting_set_default instead of [ -z ${foo:-}] trick in upgrade

* Fix invalid escape sequence

* Fix invalid escape sequences again :grim:

* Turns out we gotta have the absolute path to nodejs/npm/ruby in systemd confs after all because having PATH in Environment doesn't do the trick >_>

* Automatically bump yunohost requirement to 11.2.16

* Make the script more idempotent

* Delete scripts/config when there's no config_panel.toml

* Typo when patching ynh_psql_execute_as_root --sql

* Add an explicit FIXME / explanation when ynh_replace is used with positionals

* Replace __USER__ by __APP__ x_x ...

* Moar tweaks

* Tweak REMOVEME / FIXME flag to be able to complain about it from the linter

* Bump yunohost requirement to 11.2.17

* Autopatch now-unecessary chmod/chown

* Recommend to always upgrade sources instead of 'if ynh_app_upstream_version_changed'

* Require yunohost 11.2.18

* \--eval for mongo_exec doesnt exist anymore

* Autorework the patches/ folder structure to match new expectation from ynh_setup_source

* Autoremove ynh_abort_if_errors / ynh_clean_setup calls
2024-07-19 18:10:46 +02:00
github-actions[bot]
5c5ed3f7ff
🎨 Format Python code with Black (#2475)
Co-authored-by: OniriCorpe <6963387+OniriCorpe@users.noreply.github.com>
2024-07-15 16:36:06 +02:00
Mateusz
249c5f723f Provide links to changed assets - release notes, tag page, changelog between commits. 2024-07-15 16:32:58 +02:00
Mateusz
a0bafe7604 Bump ynh number on non-main-asset-only updates. 2024-07-15 16:32:58 +02:00
cjdw
1da80a6f46 Translated readme-generator using Weblate (Indonesian)
Currently translated at 56.4% (22 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/id/
2024-07-15 16:21:21 +02:00
github-actions[bot]
5f7c827104
🎨 Format Python code with Black (#2462)
Co-authored-by: yunohost-bot <14998418+yunohost-bot@users.noreply.github.com>
2024-07-12 19:09:32 +02:00
a411b4ebe8 Add --latest-commit-weekly arg to stop spam packagers 2024-07-08 20:38:30 +02:00
Mateusz
eacbd6f22c
Fixup requirements.txt (#2452) 2024-07-03 23:04:32 +02:00
Salamandar
f1a351a493
README: change url of CI level badge to ci-apps.yunohost.org (#2444) 2024-06-26 00:26:48 +02:00
731be56ef5 app_caches: mkdir before trying to cleanup and update cache 2024-06-24 11:04:38 +02:00
Salamandar
cd7ae5c5c7
readme_generator: sorted screenshot list for consistency (#2440) 2024-06-23 14:24:40 +02:00
OniriCorpe
230d19fe82 fix autopatch.py 2024-06-23 03:44:25 +02:00
OniriCorpe
5d0030e903 fix delete-log-removal autopatch 2024-06-23 02:51:31 +02:00
OniriCorpe
62eba54291 Typo 2024-06-22 21:49:08 +02:00
OniriCorpe
69bc48e911 add autopatch: do not remove logs on app removal 2024-06-22 21:49:08 +02:00
YunoHost Bot
0110bbfb3d
Translations update from Weblate for readme-generator (#2419)
* Translated readme-generator using Weblate (Spanish)

Currently translated at 100.0% (39 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/es/

* Translated readme-generator using Weblate (Turkish)

Currently translated at 23.0% (9 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/tr/

---------

Co-authored-by: rosbeef andino <ra@3cmr.fr>
Co-authored-by: Satuk Bug <satukby2@gmail.com>
2024-06-21 15:12:02 +02:00
OniriCorpe
c3133fcd27
Add config panel schema to the schema autopatch (#2427) 2024-06-21 12:11:40 +02:00
Alexandre Aubin
cb6b4b3a1c
list_builder: missing return ends up in disaster (#2395) 2024-06-08 19:08:51 +02:00
Salamandar
405f56c7b2
Remove packaging v1 -> v2 conversion scripts (#2387)
* Remove packaging v1 -> v2 conversion scripts

* Simplify write_catalog_v3
2024-06-08 15:39:14 +02:00
github-actions[bot]
c5eb3480e6
🎨 Format Python code with Black (#2391)
Co-authored-by: ericgaspar <46165813+ericgaspar@users.noreply.github.com>
2024-06-08 13:22:16 +02:00
root
3a2a24342e webhook: Server does not have a recent python, use optional[] instead of | 2024-06-06 14:30:13 +00:00
851de630f1 Fix webhook service 2024-06-06 16:28:14 +02:00
b087d7093c readme_generator: use absolute paths to translations, not relative paths 2024-06-06 16:28:14 +02:00
Salamandar
0b769e4e02 🎨 Format Python code with Black 2024-06-06 12:32:32 +02:00
f835ffa173 webhook: Rebase testing on master if fast-forwardable 2024-06-06 12:11:40 +02:00
27d614e293 webhooks: use logging, add --debug and --unsafe for testing, split functions by logical blocks 2024-06-06 12:11:40 +02:00
d126ab6070 Move readme generator webhook service to its own directory 2024-06-06 12:11:40 +02:00
Salamandar
eb9f116bc5 🎨 Format Python code with Black 2024-06-02 21:52:22 +02:00
3120a6a530 app_caches.py: Add --ssh and --all-branches
Those arguments allow to customize how repositories are cloned and what is fetched.
2024-06-02 20:56:50 +02:00
Salamandar
4263b82c54 🎨 Format Python code with Black 2024-05-28 20:00:11 +02:00
f98ab2c963 tools: refactor github credentials location
Tools were reading github creds from all over the place.
They now all read /tools/.github_{login,token,webhook_secret}.
Updating the gitignore to reflet that.
2024-05-28 19:10:47 +02:00
rosbeef andino
e1577fc5ac Translated readme-generator using Weblate (Spanish)
Currently translated at 100.0% (39 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/es/
2024-05-20 23:21:19 +02:00
Alexandre Aubin
44d61e6240
Boring fixes for app sources autoupdater (#2334)
* autoupdate app sources: Stupid ad-hoc patch for focalboard where 7.11.4 doesn't have the proper asset

* autoupdate app sources: add ?per_page=100 to github api release fetching for bazaar...
2024-05-13 18:59:53 +02:00
YunoHost Bot
a93f16c892
Translated readme-generator using Weblate (Spanish) (#2322)
Currently translated at 100.0% (39 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/es/

Co-authored-by: rosbeef andino <ra@3cmr.fr>
2024-05-11 14:07:53 +02:00
rosbeef andino
0aa518443f Translated readme-generator using Weblate (Spanish)
Currently translated at 97.4% (38 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/es/
2024-05-10 18:00:19 +02:00
Alexandre Aubin
96b24db28e
app_generator: more cleanup (#2314) 2024-05-08 18:13:41 +02:00
Alexandre Aubin
f61a6dae1e
app_generator: more cleanup, misc bug fixes, simplify code and development flow (#2313) 2024-05-08 18:03:33 +02:00
YunoHost Bot
6b0c41ac0b
Translated readme-generator using Weblate (Galician) (#2308)
Currently translated at 100.0% (39 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/gl/

Co-authored-by: José M <correo@xmgz.eu>
2024-05-08 13:25:13 +02:00
Alexandre Aubin
4feaa5937e Drop legacy catalog v2 API 2024-05-07 23:45:17 +02:00
github-actions[bot]
eef6986174
🎨 Format Python code with Black (#2302)
Co-authored-by: alexAubin <4533074+alexAubin@users.noreply.github.com>
2024-05-07 19:18:24 +02:00
Alexandre Aubin
cd5035400c
Fix appgenerator error (#2301)
* appgenerator: Add a red background on fields with error, otherwise there's no clear indication what's wrong ... though there are some other issues, to be investigated further

* appgenerator: more fixes for wtfforms, make it easier to debug form errors
2024-05-07 19:17:15 +02:00
dependabot[bot]
028507dc9b
Bump jinja2 from 3.1.3 to 3.1.4 in /tools/app_generator (#2299)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 00:12:13 +02:00
Poesty Li
6dca3f3e7f Translated readme-generator using Weblate (Chinese (Simplified))
Currently translated at 100.0% (39 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/zh_Hans/
2024-05-06 20:27:34 +02:00
Mateusz
365e93826b Update README.md 2024-05-04 04:39:52 +02:00
alexAubin
f2a03e963a 🎨 Format Python code with Black 2024-05-01 23:37:13 +02:00
OniriCorpe
48e7279f7e utcnow is obsolete 2024-05-01 23:37:04 +02:00
OniriCorpe
28a8fd9c8a remove another unused import 2024-05-01 23:37:04 +02:00