Commit Graph

375 Commits

Author SHA1 Message Date
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
silverqx
52d2479aa5 workflows PostgreSQL certificate authentication
Forced certificate validation clientcert=verify-full for clang-cl-qt6
action with the scram-sha-256 authentication method.
The Client/Server certificates validations are set to the strictest
validation.
2023-01-23 17:39:28 +01:00
silverqx
bc17c343d1 workflows PostgreSQL certificate authentication
Forced certificate authentication for PostgreSQL.

 - added $env:PGDATA/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
 - also the GitHub runner is forced to use certificate authentication
 - small script enhancements like naming, logs grouping, PostgreSQL
   service checking, ...
2023-01-23 17:07:52 +01:00
silverqx
8e297a8218 workflows enhanced MySQL check service status step 2023-01-23 15:16:03 +01:00
silverqx
c48264b781 workflows fixtypo 2023-01-23 15:15:50 +01:00
silverqx
47ca177c0b workflows enhanced MySQL check service status step 2023-01-23 15:08:22 +01:00
silverqx
eb7252e5b4 workflows updated action name 2023-01-23 15:07:46 +01:00
silverqx
939f3b4de9 workflows fixtypo 2023-01-22 22:02:46 +01:00
silverqx
93e93e1536 workflows enabled MSYS2 ucrt64 Qt 6 build 2023-01-19 15:45:07 +01:00
silverqx
b7796197b2 workflows used Split-Path instead of -split '/' 2023-01-19 11:16:42 +01:00
silverqx
4db31a9329 workflows added -y to all 7z.exe x 2023-01-19 11:12:41 +01:00
silverqx
a93f51dbaf workflows cached MySQL timezone tables download 2023-01-19 11:10:32 +01:00
silverqx
29ac68f18d workflows testing ccache misses 2023-01-18 21:59:20 +01:00
silverqx
1a97eaf5ef workflows testing ccache misses 2023-01-18 21:42:30 +01:00