Commit Graph

405 Commits

Author SHA1 Message Date
silverqx
31945c63c7 workflows added debug/release matrix for msvc 2023-04-04 16:59:26 +02:00
silverqx
de3a32f35c workflows bugfix cache name 2023-04-04 16:49:44 +02:00
silverqx
1d8d5b72f7 workflows bugfix Cmake variable type 2023-04-04 16:47:18 +02:00
silverqx
0bb145709e workflows changed actions name to Qt6.5 2023-04-04 09:12:49 +02:00
silverqx
893876f5e5 bugfix workflows cache key name 2023-04-04 09:11:08 +02:00
silverqx
f939c40c0f workflows upgraded to Qt v6.5.0 2023-04-04 09:06:59 +02:00
silverqx
12b4a5ca41 workflows upgraded to clang v16.0.0 2023-04-02 16:59:52 +02:00
silverqx
8e2bb3ee5f workflows bugfix ccache cache name 2023-03-17 13:00:42 +01:00
silverqx
70dce8d044 workflows upgraded to Qt 6.4.3 2023-03-17 12:40:20 +01:00
silverqx
a8d99e641c workflows enabled matrix 2023-02-17 18:46:05 +01:00
silverqx
8a2cfe5868 workflows removed tmate debug step 2023-02-17 18:44:54 +01:00
silverqx
834dc5e14e workflows move tmate debug step up 2023-02-17 18:37:44 +01:00
silverqx
926262f86d workflows move tmate debug step down 2023-02-17 18:32:26 +01:00
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