Commit Graph

392 Commits

Author SHA1 Message Date
silverqx d4db32575f workflows bugfix env. variables for linux-qt6 2023-02-17 18:31:21 +01:00
silverqx 9687f5d69a workflows bugfix tinyorm_dbs file generation 2023-02-17 18:31:05 +01:00
silverqx 7fd104201d workflows tried to debug linux-qt6 action 2023-02-17 18:03:47 +01:00
silverqx 246f060cf3 workflows tried to debug linux-qt6 action 2023-02-17 18:02:17 +01:00
silverqx 7ad77d1c17 workflows tried to debug linux-qt6 action 2023-02-17 17:59:13 +01:00
silverqx 6a2db3e958 workflows removed tmate debug steps 2023-02-17 17:34:38 +01:00
silverqx 911d25f0b9 workflows fixtypo 2023-02-17 17:22:26 +01:00
silverqx 9f72cf1447 workflows disabled matrix 2023-02-17 17:07:44 +01:00
silverqx fafc5fbd4a workflows added tmate debug step 2023-02-17 17:06:27 +01:00
silverqx 7219a6d549 workflows bugfix removed PostgreSQL password
This workflow uses certificate authentication.
2023-02-17 17:04:51 +01:00
silverqx 72937576be workflows updated pg_hba.conf 2023-02-17 17:03:53 +01:00
silverqx 5abdbf3c24 workflows bugfix tinyorm_dbs file path 2023-02-17 17:02:36 +01:00
silverqx de82fe4a36 workflows added @dbs list to pg_hba.conf 2023-02-17 16:00:18 +01:00
silverqx 1907fa6934 workflows removed tmate debug step 2023-02-17 13:46:07 +01:00
silverqx a6a0d1741a workflows updated pg_hba 2023-02-17 13:44:16 +01:00
silverqx d748019b5b workflows tried to debug crash 2023-02-17 11:26:12 +01:00
silverqx 0d6ff3ac95 workflows granted privileges tinyorm\_% for MySQL
Granted all privileges for tinyorm\_% databases prefix for the MySQL.
2023-02-16 21:12:22 +01:00
silverqx 76a494fae0 workflows add CREATEDB privilege for PostgreSQL 2023-02-16 16:41:53 +01:00
silverqx 6a16a909aa workflows changed database query to lowercase 2023-02-16 16:39:44 +01:00
silverqx 39f24683d9 workflows added DB_PGSQL_SEARCHPATH env. variable 2023-02-15 21:09:29 +01:00
silverqx 43c25172b9 workflows updated comment 2023-01-26 16:05:27 +01:00
silverqx a4584c894c workflows added / 2023-01-26 15:53:21 +01:00
silverqx 33588e4106 workflows removed useless chown and chmod 2023-01-26 15:52:16 +01:00
silverqx 60a3aa468e workflows enabled matrix 2023-01-26 15:32:50 +01:00
silverqx 5e96a4369a workflows removed debug code 2023-01-26 15:32:34 +01:00
silverqx 2faec5c471 workflows bugfix empty file with tee
The problem was the cat with the tee (w/o --append) on the same file,
the tee command is sometimes faster than the cat command, so
it truncates the file content before the cat can read it.

The solution was the sed --in-place, so no need to use the cat and tee.
2023-01-26 14:44:27 +01:00
silverqx 0cd4909400 workflows used long parameters 2023-01-26 14:39:55 +01:00
silverqx d1b7e9e8b0 workflows used tee instead of mktemp 2023-01-26 14:38:53 +01:00
silverqx 8a864a5fcf workflows added /dev/null for tee 2023-01-26 14:37:59 +01:00
silverqx 874c8ca8a8 workflows bugfix certificates path 2023-01-25 20:36:08 +01:00
silverqx 5e512c95f6 workflows disabled matrix 2023-01-25 20:12:55 +01:00
silverqx 3d33ec8902 workflows changed 90-crystal.conf path 2023-01-25 20:08:46 +01:00
silverqx 6476cabd7b workflows PostgreSQL certificate authentication
Forced certificate authentication for PostgreSQL on Linux.

 - added /etc/postgres/xyz/conf.d/90-crystal.conf with custom
   configurations
   - enabled SSL
   - listen on the localhost only
 - generating SSL certificates with our CA with 1 month expire duration
   and SAN
 - changed default root password
 - small script enhancements like naming, logs grouping, PostgreSQL
   service checking, ...
2023-01-25 20:08:29 +01:00
silverqx 939813522f workflows used long parameter 2023-01-25 19:45:26 +01:00
silverqx c424f3414b workflows enhanced step 2023-01-25 19:44:56 +01:00
silverqx a1928e362b workflows used >- 2023-01-24 15:51:08 +01:00
silverqx e16ef13a68 workflows added .exe extension 2023-01-24 15:50:51 +01:00
silverqx 9dc5ddd4eb workflows added quotes 2023-01-24 15:50:07 +01:00
silverqx 705f18e0c2 workflows whitespaces 2023-01-24 15:49:44 +01:00
silverqx 2cea8d8d55 workflows used long parameters everywhere (Linux) 2023-01-24 15:49:04 +01:00
silverqx 60365666ad workflows enhanced replace content in file (pwsh) 2023-01-24 13:06:10 +01:00
silverqx 9e38156e2d workflows used quotes everywhere on Windows 2023-01-24 11:24:06 +01:00
silverqx 981a427567 workflows used quotes everywhere on Linux 2023-01-24 11:17:40 +01:00
silverqx a54dd5e516 workflows Linux user long parameter 2023-01-23 21:49:51 +01:00
silverqx 724bcc0a35 workflows removed debug code 2023-01-23 21:17:25 +01:00
silverqx 15b8eedb4b workflows bugfix Linux echo 2023-01-23 21:08:41 +01:00
silverqx 81f667f239 workflows used -- after sudo 2023-01-23 19:30:55 +01:00
silverqx 412c38d4d4 workflows mirrored changes from msvc2022-qt6 2023-01-23 19:29:09 +01:00
silverqx 2831f4ceb2 workflows unified service steps naming 2023-01-23 19:23:44 +01:00
silverqx 0f7cd3ffe3 workflows added comments about DB SSL connections 2023-01-23 18:24:43 +01:00