MariaDB supports DBdeployer and MySqlJS, but they don't support MariaDB?
Hi! While digging into the CI situation I noticed that https://buildbot.mariadb.org/ advertises: "We run other ecosystem tests for: * DBdeployer * MySqlJS" However, when I browse https://github.com/mysqljs/mysql and https://github.com/datacharmer/dbdeployer there are zero mentions of MariaDB. Just wondering is anybody working to get them to mention MariaDB in their docs? If they are tested as part of the MariaDB CI, surely they should reciprocate and at least tell in their README that MariaDB is also supported. Maybe somebody from the MariaDB Foundation could send a PR to update their README, so they don't need to do anything else than just accept it. This was done for example in https://github.com/mysql-net/MySqlConnector/pull/1460/files by Daniel Lenski, and now that project mentions both MySQL and MariaDB. - Otto
Hi Otto! At MariaDB Foundation, we try to sed 's#MySQL#MySQL/MariaDB#g' every time that we see a project that supports MariaDB but does not mention it in its documentation. For instance: - https://codeberg.org/forgejo/website/pulls/206 - https://github.com/grafana/grafana/pull/71832 So, thank you for pinging us about that! Otto Kekäläinen via developers <developers@lists.mariadb.org>, 08/04/2024 – 17:06:00 (-0700):
However, when I browse https://github.com/mysqljs/mysql and https://github.com/datacharmer/dbdeployer there are zero mentions of MariaDB.
Dbdeployer seems to be archived, so I am not sure that there is something that can be done about it. For mysqljs, they seem to have restricted new issue to users that have already contributed and I don't, but I will try to make that happen.
Just wondering is anybody working to get them to mention MariaDB in their docs? If they are tested as part of the MariaDB CI, surely they should reciprocate and at least tell in their README that MariaDB is also supported.
They even test MariaDB in their CI https://github.com/mysqljs/mysql/blob/master/.github/workflows/ci.yml#L175-L..., I am not sure why they don't mention it... But that's unfortunately the case on lots of projects. -- Faustin Lammler MariaDB Foundation GPG: F652 BCD1 1AA8 8975 F010 48A5 390A 2F27 832A 5C79
I removed dbdeployer while it's in need of a maintainer and the repository is read only. https://github.com/MariaDB/buildbot/pull/404 removes it from the bb page. unfortunately mysqljs appears to be lacking in upstream maintenance so would seem unlikely to receive such a patch. In general I do like the reciprocal arrangement once we prove it works reliable and is CI. On Tue, 9 Apr 2024 at 07:08, Otto Kekäläinen via developers < developers@lists.mariadb.org> wrote:
Hi!
While digging into the CI situation I noticed that https://buildbot.mariadb.org/ advertises:
"We run other ecosystem tests for: * DBdeployer * MySqlJS"
However, when I browse https://github.com/mysqljs/mysql and https://github.com/datacharmer/dbdeployer there are zero mentions of MariaDB.
Just wondering is anybody working to get them to mention MariaDB in their docs? If they are tested as part of the MariaDB CI, surely they should reciprocate and at least tell in their README that MariaDB is also supported.
Maybe somebody from the MariaDB Foundation could send a PR to update their README, so they don't need to do anything else than just accept it.
This was done for example in https://github.com/mysql-net/MySqlConnector/pull/1460/files by Daniel Lenski, and now that project mentions both MySQL and MariaDB.
- Otto _______________________________________________ developers mailing list -- developers@lists.mariadb.org To unsubscribe send an email to developers-leave@lists.mariadb.org
participants (3)
-
Daniel Black
-
Faustin Lammler
-
Otto Kekäläinen