- Dec 16, 2024
-
-
Amit Karsale authored
Release prep v16.2.0
-
GitHub Actions authored
-
- Dec 09, 2024
-
- Dec 07, 2024
-
-
GitHub Actions authored
-
- Nov 19, 2024
-
-
Malik Parvez authored
sha_of_the_head_commit
-
- Nov 13, 2024
-
-
Amit Karsale authored
-
- Oct 25, 2024
-
-
Shubham Shinde authored
(CAT-2100) Add Debian 12 support
-
- Oct 18, 2024
-
-
Shubham Shinde authored
- Add all Debian 11 and above platforms to have expected privileges. - Add ruby package for Debian 12 - When downloading the mariadb-server package '/var/log/mysql' is automatically created for other platforms, but that is not the case with Debian 12. So, make sure the directory is present. - Debian 12 uses utf8mb3 encoding since utf8 is not supported on it. - Skip Debian-12-arm platform from tests since the mysql binaries, 'my_print_defaults' and 'mysql_config_editor', are not supported for ARM architecture.
-
- Oct 15, 2024
-
-
Malik Parvez authored
pdksync - (PF-3525) - pdk update for module
-
- Oct 01, 2024
-
-
Amit Karsale authored
-
Tim Meusel authored
Fix backup/rotation with multiple excluded databases
-
Jonathan Buch authored
* When using multiple excluded databases, the list of databases is filtered using `grep -v`. i.e. `grep -v '^\(information_schema|performance_schema\)$` * When using Basic vs Extended Regular Expressions, the characters `(` and `|` lose their special meaning, the backslashed versions have to be used. For the group (`()`) the escaping has been done, however the alternation is unescaped. Leading to: * All the excluded databases will be backed up. * In case a database is not backuppable (which is why it had been excluded), this leads to the cleanup not being run at all, as it depends on the backup having been successful. This MR aims to fix this issue, by revising the regular expression and specifying that behaviour in the respective class spec.
-
Ramesh Sencha authored
Fix spec unit for mysql_server_id
-
- Sep 20, 2024
-
-
Tim Meusel authored
Fix spec where mysql_users was failing for SLES
-
- Sep 18, 2024
-
-
rahuls02997 authored
fix mistakes fix spec for the changed query
-
- Aug 28, 2024
-
-
Marc Simonetti authored
Value of the facter :macaddress was nil, causing tests to have two failures (contexts "igalic's laptop" and "node with lo only"). Update the facter initialization allows to pass the tests successfully.
-
- Jul 22, 2024
-
-
Malik Parvez authored
sha_of_the_head_commit
-
rajat-puppet authored
-
- Jul 11, 2024
-
-
Ramesh Sencha authored
Release prep v16.0.0
-
GitHub Actions authored
-
- Jul 05, 2024
-
-
Ramesh Sencha authored
(#1619) mysq::db: update charset/collate to utf8mb3/utf8mb3_general_ci
-
Ramesh Sencha authored
Remove deprecated option expire_logs_days from default config
-
Ramesh Sencha authored
(MAINT) Fixing documentation syntax of innobackup function
-
Ramesh Sencha authored
-
Ramesh Sencha authored
(CAT-1919) - Handle scenario when user input password in <anything-in-caps-with-alpha-numeric>*<alpha-numeric-40-chars-in-caps>
-
- Jun 30, 2024
-
-
Ramesh Sencha authored
(CAT-1919) - Handle scenario when user input password in <anything-in-caps-with-alpha-numeric>*<alpha-numeric-40-chars-in-caps>
-
- Jun 04, 2024
-
-
rajat-puppet authored
pdksync - (ITHELP-87329) - replace pull_request_target with pull_request
-
Malik Parvez authored
-
- May 21, 2024
-
-
Ramesh Sencha authored
pdksync - (ITHELP-87329) - replace pull_request_target with pull_request
-
Malik Parvez authored
-
- Apr 08, 2024
-
-
praj1001 authored
pdksync - update mend to work on cron
-
- Apr 02, 2024
-
-
Malik Parvez authored
-
- Mar 13, 2024
-
-
Frank Wall authored
-
- Mar 12, 2024
-
-
Tim Meusel authored
Ages ago, MySQL and MariaDB switched their default from UTF8 to UTF8MB3. This PR reflects this change.
-
- Jan 18, 2024
-
-
Ramesh Sencha authored
(CAT-1696) - Skip pipeline for ARM based OS
-
- Jan 17, 2024
-
-
Ramesh Sencha authored
-
- Dec 22, 2023
-
-
Ramesh Sencha authored
pdksync - (MAINT) PDK Update
-
- Dec 21, 2023
-
-
Ramesh Sencha authored
-
- Dec 05, 2023
-
-
Ramesh Sencha authored
params.pp: cleanup service provider logic
-
Tim Meusel authored
-