Alexandre Aubin
|
a123149bef
|
helpers2.1: remove boring edge case in ynh_exec_as checking if asking to run as root..?
|
2024-06-10 18:36:25 +02:00 |
|
Alexandre Aubin
|
8ad3a3bc6f
|
helpers2.1: remove old internal ynh_render_template, should use ynh_add_config --jinja instead
|
2024-06-10 18:31:58 +02:00 |
|
Alexandre Aubin
|
2a6a8af0f7
|
helpers2.1: ynh_systemd_action: rename --service_name to --service to be consistent with other commands
|
2024-06-10 18:26:19 +02:00 |
|
Alexandre Aubin
|
1b2d13f96a
|
helpers2.1: simplify ynh_replace_string, just write ynh_replace --match=foo --replace=bar --file=/some/path
|
2024-06-10 18:18:42 +02:00 |
|
Alexandre Aubin
|
14ba98a232
|
helpers2.1: remove legacy code in setting handling
|
2024-06-10 18:05:23 +02:00 |
|
Alexandre Aubin
|
29d6dd685a
|
helpers2.1: Remove weird old packaging v1 trick for apt dependencies related to ruby
|
2024-06-10 18:01:17 +02:00 |
|
Alexandre Aubin
|
51d1011c47
|
helpers2.1: Remove the --foo_version arg for go, mongodb, nodejs, php, ruby helpers. Just use the global $foo_version which should be defined as global
|
2024-06-10 18:00:20 +02:00 |
|
Alexandre Aubin
|
4d5ae9d32c
|
helpers2.1: mysql/psql: rename ynh_SQL_connect_as to ynh_SQL_execute for semantics and consistency with ynh_SQL_execute_as_root
|
2024-06-10 17:00:21 +02:00 |
|
Alexandre Aubin
|
05a02221b9
|
helpers2.1: for mysql and psql helpers, use db_name, db_pwd, db_name as default values
|
2024-06-10 16:52:55 +02:00 |
|
Alexandre Aubin
|
576e35321f
|
helpers2.1: replace $YNH_COMPOSER_VERSION with $composer_version to be consistent with other technologies: node_version, ruby_version, go_version etc...
|
2024-06-10 16:35:15 +02:00 |
|
Alexandre Aubin
|
f2f8b3e319
|
helpers2.1: rework ynh_install_composer to wget the actual composer.phar instead of calling the unecessarily complex composer install script
|
2024-06-10 16:30:28 +02:00 |
|
Alexandre Aubin
|
cbc68afea4
|
helpers2.1: remove old references to packaging v1 $final_path
|
2024-06-10 15:03:16 +02:00 |
|
Alexandre Aubin
|
6e2b36d957
|
helpers2.1: remove unused options --label/--show_tile/--protected in ynh_permission_update
|
2024-06-10 15:00:05 +02:00 |
|
Alexandre Aubin
|
ef7da9e70f
|
Remove legacy references to path_url (instead of path) from packaging v1 era
|
2024-06-10 14:51:40 +02:00 |
|
Alexandre Aubin
|
9b6ccb7b1f
|
helpers2.1: remove a whole bunch of unused args in mongo helpers..
|
2024-06-10 14:38:56 +02:00 |
|
Alexandre Aubin
|
0273ee34b1
|
helpers2.1: remove ugly legacy eval trick in ynh_exec_warn_less
|
2024-06-10 14:11:25 +02:00 |
|
Alexandre Aubin
|
67477473e8
|
helpers2.1: remove legacy/unecessary/underused helpers: ynh_print_log, ynh_print_err, ynh_exec_err, ynh_exec_quiet, ynh_exec_fully_quiet, ynh_print_OFF, ynh_print_ON
|
2024-06-10 14:06:49 +02:00 |
|
Alexandre Aubin
|
0eda746af5
|
helpers2.1: simplify ynh_add_fail2ban_config: remove unecessary/unused max_retry and ports options, remove --use_template: just generate the conf on-the-fly if --failregex/--logpath are provided, or use the f2b_stuff templates otherwise
|
2024-06-10 13:36:00 +02:00 |
|
Alexandre Aubin
|
701828bf45
|
helpers2.1: simplify backup/restore helper syntax: ynh_restore_file -> ynh_restore to be symetric with ynh_backup. Remove unused --dest_dir arg, rename --src/origin_path to --target
|
2024-06-10 13:17:26 +02:00 |
|
|
f0727ebdb4
|
helpers/v1/go: fix call.
goenv latest doesn’t call the plugin anymore, so i’m calling directly the plugin goenv-latest.
|
2024-06-10 12:11:26 +02:00 |
|
Alexandre Aubin
|
8117f438d4
|
helpers2.1: vendor is a symlink to the folder in parent
|
2024-06-08 17:36:35 +02:00 |
|
Alexandre Aubin
|
5c461d6058
|
helpers2.1: import go changes from v1 to v2.1
|
2024-06-08 17:30:41 +02:00 |
|
Alexandre Aubin
|
eb8db04629
|
Merge remote-tracking branch 'origin/dev' into helpers-2.1
|
2024-06-08 17:22:06 +02:00 |
|
Alexandre Aubin
|
727b0e093a
|
helpers 2.1: rename ynh_secure_remove --file to ynh_safe_rm --target
|
2024-06-08 16:56:23 +02:00 |
|
Chris Vogel
|
2bd76986a8
|
correction in help for ynh_read_manifest
in line 955 the parameter is named differently than in the functions help
|
2024-06-07 11:53:40 +02:00 |
|
|
5676a72750
|
helpers/go: fix missing git fetch
|
2024-06-05 15:25:28 +02:00 |
|
Alexandre Aubin
|
3a1c8287b4
|
helpers 2.1: merge new --jinja option for templating
|
2024-06-04 15:08:26 +02:00 |
|
Alexandre Aubin
|
c6a7d3a591
|
Merge remote-tracking branch 'origin/dev' into helpers-2.1
|
2024-06-04 15:03:00 +02:00 |
|
Alexandre Aubin
|
fef411e1ca
|
Merge pull request #1851 from YunoHost/add-jinja-support-to-ynh-add-config
helpers: Add a --jinja option to ynh_add_config
|
2024-06-04 15:02:12 +02:00 |
|
Alexandre Aubin
|
75b267dc42
|
helpers: moar fixes for helper versioning, use -L to follow symlink
|
2024-06-04 14:59:17 +02:00 |
|
Alexandre Aubin
|
c4c0210dc1
|
Fix helpers loader: helpers are available in v1 or v2
|
2024-06-03 17:42:17 +02:00 |
|
Alexandre Aubin
|
23038ea62b
|
Merge branch 'dev' into fix_go_helper
|
2024-06-03 12:25:53 +02:00 |
|
Alexandre Aubin
|
cca2962b11
|
helpers: YNH_APP_INSTANCE_NAME -> app for consistency
|
2024-06-03 12:18:28 +02:00 |
|
|
841f6500b5
|
helpers/go: add double quotes to trigger syntax errors when bugs occur instead of silently behaving incorrectly.
|
2024-06-03 12:02:17 +02:00 |
|
|
e6b676df5b
|
helpers: goenv is broken when checking out latest master commit.
Instead, checkout the latest commit. Same for xxenv-latest.
|
2024-06-03 11:59:04 +02:00 |
|
tituspijean
|
ab892be38b
|
One vendor to rule them all
and in the darkness let the autoupdater do its work
|
2024-06-02 20:45:26 +02:00 |
|
Alexandre Aubin
|
65abffa1ce
|
Merge remote-tracking branch 'origin/dev' into add-jinja-support-to-ynh-add-config
|
2024-05-28 11:27:59 +02:00 |
|
Josué Tille
|
4a9a3ba138
|
Update doc about helper ynh_add_config
|
2024-05-28 00:39:04 +02:00 |
|
Alexandre Aubin
|
80f07a9974
|
helpers 2.1: ynh_if_upgrading_from_... -> ynh_app_upgrading_from_...
|
2024-05-28 00:09:00 +02:00 |
|
Alexandre Aubin
|
6835a664c7
|
Merge remote-tracking branch 'origin/dev' into helpers-2.1
|
2024-05-28 00:02:26 +02:00 |
|
Alexandre Aubin
|
346f42643b
|
helpers 2.1: move ynh_add_config, ynh_replace_vars, ynh_read_var_in_file, ynh_write_var_in_file and ynh_render_template to a separate 'templating' file
|
2024-05-27 23:48:22 +02:00 |
|
Alexandre Aubin
|
7c1b07ee0f
|
helpers 2.1: Simplify ynh_app_upstream_version and ynh_read_manifest
|
2024-05-27 23:45:03 +02:00 |
|
Alexandre Aubin
|
88684c7937
|
helpers 2.1: remove legacy ynh_legacy_permissions_exists and ynh_legacy_permissions_delete_all
|
2024-05-27 23:43:35 +02:00 |
|
Alexandre Aubin
|
84a7b23e8a
|
helpers 2.1: replace ynh_compare_current_package_version with simpler ynh_if_upgrading_from_version_prior_to and ynh_if_upgrading_from_version_prior_or_equal_to
|
2024-05-27 23:42:53 +02:00 |
|
Alexandre Aubin
|
70f5154130
|
helpers 2.1: remove ynh_get_debian_release, apps should just use $YNH_DEBIAN_VERSION
|
2024-05-27 23:40:44 +02:00 |
|
Alexandre Aubin
|
3a500d8457
|
helpers 2.1: remove ynh_require_ram and unused --ignore_swap and --only_swap options in ynh_get_ram
|
2024-05-27 23:38:22 +02:00 |
|
Alexandre Aubin
|
a240fb2316
|
helpers 2.1: use positional args for ynh_normalize_url_path
|
2024-05-27 22:50:00 +02:00 |
|
Alexandre Aubin
|
f895724a25
|
helpers 2.1: remove legacy ynh_webpath_available and ynh_webpath_register
|
2024-05-27 22:45:25 +02:00 |
|
Alexandre Aubin
|
8b59e315bf
|
helpers 2.1: remove legacy ynh_psql_test_if_first_run
|
2024-05-27 22:42:52 +02:00 |
|
Alexandre Aubin
|
b79ff15d32
|
helpers 2.1: remove legacy --nonappend/--non-append arg in logrotate helper
|
2024-05-27 22:40:35 +02:00 |
|