Alexandre Aubin
c1b3c3f785
Merge pull request #1717 from Salamandar/helpers
...
Create versionned directories of the helpers
2024-05-27 16:49:05 +02:00
Alexandre Aubin
1e47a1438b
apps: auto-define YNH_HELPERS_VERSION from a new 'helpers_version' key in the manifest's [integration] section, or fallback to the 'packaging_format' info
2024-05-27 16:38:09 +02:00
Alexandre Aubin
7011b1c879
YNH_APP_HELPERS_DIR -> YNH_HELPERS_DIR
2024-05-27 16:35:38 +02:00
5d3131b494
rework top-level helpers
2024-05-27 16:08:10 +02:00
a2bc8c4f38
Create versionned directories of the helpers
2024-05-27 16:08:10 +02:00
Alexandre Aubin
6aa9d05372
Merge pull request #1847 from chri2/getopts_echo_printf
...
Update getopts to accept arguments that are valid arguments to echo
2024-05-22 13:10:23 +02:00
Alexandre Aubin
84d1a6bcca
Attempt to fix mypy ?
2024-05-21 23:21:00 +02:00
Alexandre Aubin
259c596e12
Fix invalid escape sequence?
2024-05-21 23:16:55 +02:00
Chris Vogel
3b8a91efe6
Update getopts to accept arguments that are valid arguments to echo
...
The usage of `echo` to output arguments to to a pipe leads to the problem that arguments that are valid to `echo` itself cannot be processed:
```
root@yt:~# TEST='-n'
root@yt:~# printf '%s\n' $TEST
-n
root@yt:~# echo "$TEST"
root@yt:~# echo "debug $TEST"
debug -n
```
Replacing `echo` with `printf` improves the situation.
2024-05-21 10:15:13 +02:00
Salamandar
110dffeb7f
Merge pull request #1844 from YunoHost/mongodb-helper
...
Add mongodb helpers
2024-05-21 00:56:10 +02:00
Alexandre Aubin
d5e054fe80
doc: fix gitlab helper/resource doc automagic PR because doc structure changed
2024-05-20 01:46:44 +02:00
OniriCorpe
71dabfea6c
Update 11.2.12
2024-05-20 00:07:42 +02:00
Alexandre Aubin
14a8445375
helpers/ruby: fix unbound variable
2024-05-19 20:55:20 +02:00
Alexandre Aubin
0a5dd1b099
Update log.py: fix fstring with no arg
2024-05-19 20:51:45 +02:00
Alexandre Aubin
437f21ed5a
Revert "Delete helpers/mongodb, to be readded in another PR"
...
This reverts commit 9b7b265cbf
.
2024-05-19 15:51:14 +02:00
Alexandre Aubin
f6d38bebee
Merge pull request #1838 from ericgaspar/dev
...
Add redis and ruby helpers
2024-05-19 15:50:47 +02:00
Alexandre Aubin
9b7b265cbf
Delete helpers/mongodb, to be readded in another PR
2024-05-19 15:50:18 +02:00
Alexandre Aubin
ad6c75652c
Update helpers/ruby
2024-05-19 15:21:05 +02:00
Alexandre Aubin
30046784a0
Update ruby: simplify messages, fix bash mess
2024-05-19 15:20:33 +02:00
eric_G
f798236a3a
Update helpers/redis
...
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
2024-05-18 17:17:01 +02:00
eric_G
44840603b5
Update helpers/mongodb
...
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
2024-05-18 16:36:05 +02:00
eric_G
7f52988671
Update helpers/mongodb
...
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
2024-05-18 16:35:37 +02:00
eric_G
89e24eb258
Update helpers/ruby
...
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
2024-05-18 16:33:41 +02:00
eric_G
76c54ebdea
Update helpers/ruby
...
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
2024-05-18 16:33:30 +02:00
Alexandre Aubin
48c673478d
Merge pull request #1805 from Abperron/enh-2047-log-show-last-x
...
[enh] Implement 'yunohost log show last' to display the last log file.
2024-05-18 14:29:36 +02:00
Alexandre Aubin
c2c27a01fc
Merge pull request #1819 from YunoHost/fix-_check_domain_is_ready_for_ACME-for-sub-subdomain
...
[fix] renew cert for sub subdomain
2024-05-18 14:20:28 +02:00
Alexandre Aubin
c459ddabbd
Merge pull request #1842 from YunoHost/corepaaaaaack
...
Prevent yet another Node and Corepack madness
2024-05-17 21:47:09 +02:00
tituspijean
3010066190
Prevent yet another Node and Corepack madness
2024-05-17 21:32:27 +02:00
Éric Gaspar
cc3c5fc4f0
Update go
2024-05-15 12:18:13 +02:00
Éric Gaspar
1a24d32e98
Update mongodb
2024-05-15 12:15:39 +02:00
Éric Gaspar
6e1980279c
Add ruby
2024-05-15 12:09:19 +02:00
Éric Gaspar
12ea021e3a
Add mongodb
2024-05-15 12:09:07 +02:00
Éric Gaspar
a333907d97
Create redis
2024-05-15 10:36:39 +02:00
Alexandre Aubin
498b8d9c43
Merge pull request #1837 from ericgaspar/dev
...
Add Go Helper to the core
2024-05-15 08:24:01 +02:00
eric_G
915788d53f
Update helpers/go
...
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
2024-05-15 08:16:52 +02:00
Éric Gaspar
2744fed552
Add Go Helper to the core
2024-05-15 06:50:42 +02:00
Alexandre Aubin
00477594d6
Merge pull request #1836 from aya/fix_ldap_permission_for_admins
...
fix ldap write access for admin users
2024-05-14 00:49:46 +02:00
Yann Autissier
c2e39a533f
fix ldap write access for admin users
...
Admin users are unable to modify ldap entries, getting following error:
0x32 (LDAP_INSUFFICIENT_ACCESS)
2024-05-13 22:28:38 +00:00
Alexandre Aubin
675650f057
Merge pull request #1835 from orhtej2/patch-2
...
Actually remove the newly added repo.
2024-05-13 23:34:30 +02:00
Mateusz
f1906fe473
Actually remove the newly added repo.
2024-05-12 22:22:34 +02:00
Alexandre Aubin
5b58500965
Merge pull request #1834 from selfhoster1312/doc-source-full-replace
...
Document ynh_add_source --full_replace=1
2024-05-12 20:29:04 +02:00
selfhoster1312
c81f1611c6
Document ynh_add_source --full_replace=1
2024-05-12 20:27:10 +02:00
Alexandre Aubin
b5884fe1ed
Merge pull request #1833 from YunoHost/actions/black
...
Format Python code with Black
2024-05-11 19:44:33 +02:00
alexAubin
e9f074188a
🎨 Format Python code with Black
2024-05-11 17:43:08 +00:00
Alexandre Aubin
a6d1fa5a7a
Merge pull request #1832 from YunoHost/remove-packagingv1-helper-from-doc
...
doc: Remove internal/packagingv1 helpers from helpers doc
2024-05-11 19:42:48 +02:00
Alexandre Aubin
3ad7e900ab
doc: Remove internal/packagingv1 helpers from helpers doc
2024-05-11 16:38:33 +02:00
OniriCorpe
21a157e2e7
Translated using Weblate (Japanese)
...
Currently translated at 67.3% (527 of 783 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/ja/
2024-05-10 18:33:41 +02:00
OniriCorpe
80af05cb64
Translated using Weblate (Slovak)
...
Currently translated at 29.6% (232 of 783 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/sk/
2024-05-10 18:33:41 +02:00
OniriCorpe
029c7f66c3
Translated using Weblate (Indonesian)
...
Currently translated at 49.5% (388 of 783 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/id/
2024-05-10 18:33:41 +02:00
OniriCorpe
e93f17fcf9
Translated using Weblate (Persian)
...
Currently translated at 64.3% (504 of 783 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fa/
2024-05-10 18:33:41 +02:00