Commit graph

42 commits

Author SHA1 Message Date
23bbef688b Updated readme 2020-12-22 21:25:23 -04:00
506e0d8422 Using the default DNS port as default in configuration file 2020-12-22 21:02:13 -04:00
eeea8c17b7 SQL database migration command 2020-12-22 21:01:18 -04:00
3737e17ecf Switched sql funcs returns from int to bool 2020-12-22 20:20:06 -04:00
02ee609cc4 Readme updated
Informations updated
2020-12-22 20:12:08 -04:00
319f1abb2c Merge remote-tracking branch 'origin/main' into main 2020-12-22 20:11:13 -04:00
Maël
235e1605e9
Merge pull request #2 from luclu7/patch-1
Fix readme.md
2020-12-22 20:10:04 -04:00
4a14ad594b Switching from database/sql to GORM 2020-12-22 20:09:10 -04:00
Luclu7
55be51c41c
fixed readme
REDIS => Redis
2020-12-22 20:21:18 +01:00
43e8ab8210 PostgreSQL Support
Implementation of PostgreSQL database engine in the DNS server using jackc/pgx (as database/sql driver). 
The user can select what database type he want in the config.ini file under the database section.
2020-12-22 14:56:54 -04:00
efffac8b0a Refactoring of some vars and funcs name
Theses change breaks old configuration files but make the code readability better thanks to VSCode plugins.
2020-12-21 23:12:02 -04:00
Maël
7cf1ae926b
Merge pull request #1 from fossabot/add-license-scan-badge
Add license scan report and status
2020-12-15 17:35:13 -04:00
fossabot
9a6daa346e Add license scan report and status
Signed off by: fossabot <badges@fossa.com>
2020-12-14 14:29:30 -08:00
98537616c8 Commenting 2020-12-14 18:20:24 -04:00
3459498605 Renamed the default DB name 2020-12-14 18:20:14 -04:00
e70571c450 Better SqlTest() function 2020-12-13 21:15:43 -04:00
61d6d47637 Unused code removed 2020-12-13 21:06:29 -04:00
de3bcdd7fc Service file 2020-12-13 21:05:00 -04:00
44147b07f2 Configuration file patch is dynamic 2020-12-13 21:04:29 -04:00
c858b1b5e1 test sql connexion before launch 2020-12-13 20:58:01 -04:00
3f7fa58fd6 Github renamed master branch to main... 2020-12-13 20:22:11 -04:00
9be5aa8718 Updated makefile 2020-12-13 20:21:07 -04:00
41eb42c369 New Github actions 2020-12-13 20:21:00 -04:00
cd28f79420 Better dist dir 2020-12-13 20:12:10 -04:00
Maël
2db44d955c
Github action (Golang) 2020-12-13 18:37:56 -04:00
d00b8b515f typo fix in makefile 2020-12-13 18:37:26 -04:00
9d3fc3c8e6 install steps 2020-12-13 15:55:45 -04:00
3939d2cd37 example config 2020-12-13 15:55:38 -04:00
e75d15606d Extra files 2020-12-13 15:55:27 -04:00
2b18017b3d Example config 2020-12-13 15:46:19 -04:00
ab5144aa8c Licence added 2020-12-13 15:16:24 -04:00
c17d650520 Removed unused values 2020-12-13 14:43:31 -04:00
9394aeeb9d Fixes 2020-12-13 14:40:14 -04:00
2e187300c6 Switch replaced by if cause only one case 2020-12-13 14:38:24 -04:00
e28b61e2f0 strings.Replace replaced by strings.ReplaceAll helper function 2020-12-13 14:37:09 -04:00
DeepSource Bot
465ea91381 Add .deepsource.toml 2020-12-13 18:33:16 +00:00
af9474533d Gigitnore 2020-12-13 14:31:05 -04:00
0c50b409f0 Warning removed 2020-12-13 14:30:58 -04:00
e5bf49a363 Database name is now dynamic 2020-12-13 14:30:29 -04:00
db2ad6f3f6 New name 2020-12-13 14:28:18 -04:00
3061efffb1 New name 2020-12-13 14:26:55 -04:00
36ce33e8f1 Init 2020-12-12 23:01:04 -04:00