Commit Graph

351 Commits

Author SHA1 Message Date
68422e0841
Merge branch 'master' into develop
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-16 23:58:02 +06:00
fbda134b7d
Merge branch 'develop'
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-03-16 23:57:31 +06:00
b1a2b5f56f
🐛 Fixed router paths for static
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-16 23:46:17 +06:00
c1534501b3
🎨 Updated env package config
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-16 22:47:49 +06:00
1d740d02d4
✏️ Updated README.md 2023-03-16 22:40:02 +06:00
e89095a9dc
👷 Update and format Drone CI config 2023-03-16 22:36:33 +06:00
ada30fffcd
🧑‍💻 Updated Makefile 2023-03-16 22:36:00 +06:00
27bab72323
🚚 Moved assets to web/static 2023-03-16 22:18:33 +06:00
0585d51f66
🎨 Format source code, rearrange structs fields 2023-03-16 21:30:00 +06:00
e7a128d69e
:pin: Upgraded and vendored go modules 2023-03-16 21:02:14 +06:00
c047d18765
🎨 Return LogFtm middleware in main.go 2023-01-17 01:03:36 +06:00
bf3499084e
♻️ Refactored user HTTP delivery schema 2023-01-17 01:01:22 +06:00
e7f86d5de9
Merge branch 'master' into develop
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-17 00:42:21 +06:00
6af54a2c8d
Merge branch 'hotfix/basic'
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-17 00:42:20 +06:00
cd236a6662
🐛 Fixed BasicAuth usage 2023-01-17 00:42:07 +06:00
6968544048
Merge branch 'master' into develop
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-17 00:20:00 +06:00
704765d804
Merge branch 'hotfix/urlpath'
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2023-01-17 00:19:59 +06:00
009e9eb163
🐛 Fixed duplicating path join 2023-01-17 00:19:54 +06:00
7b04212ba5
Merge branch 'master' into develop
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-16 18:11:27 +06:00
0b8a1317d5
Merge branch 'hotfix/assets'
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-01-16 18:11:27 +06:00
202a505916
🔥 Removed .gitignore from static assets 2023-01-16 18:11:20 +06:00
66ef7203a3
🐛 Fixed assets URL support 2023-01-16 18:11:02 +06:00
ad8ae7804d
Merge branch 'feature/Makefile' into develop
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-16 17:25:29 +06:00
82f6c1ea54
Merge branch 'hotfix/config'
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-01-16 17:25:23 +06:00
5848b18fe7
Merge branch 'master' into develop 2023-01-16 17:25:23 +06:00
db44b4e3bd
🐛 Fixed 'env: expected a pointer to a Struct' error 2023-01-16 17:25:13 +06:00
fe12d487d0
🔥 Removed useless commands in Makefile 2023-01-16 17:17:57 +06:00
8e4ae72f7f
Merge branch 'hotfix/assets'
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed
2023-01-16 17:11:13 +06:00
8db9a8b1c4
Merge tag 'vassets' into develop
All checks were successful
continuous-integration/drone/push Build is passing
0.2.1 vassets
2023-01-16 17:11:13 +06:00
e1776e1d92
👷 Removed already embedded assets upload in Drone config 2023-01-16 17:10:54 +06:00
f13d319af1
Merge branch 'master' into develop 2023-01-16 17:08:27 +06:00
e59ae42d5b
Merge branch 'release/0.2'
Some checks reported errors
continuous-integration/drone/tag Build was killed
2023-01-16 17:08:08 +06:00
eceb33ac11
Merge branch 'feature/refactor-like-a-superhero' into develop 2023-01-16 17:05:00 +06:00
8f85c4c681
🚨 Removed some linter warnings 2023-01-16 17:02:56 +06:00
1ff04b42bd
🎨 Format auth HTTP delivery schema 2023-01-16 16:37:27 +06:00
39023a1df3
🎨 Added config comment in main.go 2023-01-16 16:35:26 +06:00
c42bef9895
🔧 Removed StaticURLPrefix config 2023-01-16 16:33:37 +06:00
fb93202373
🎨 Replaced empty interfaces to any 2023-01-16 16:29:40 +06:00
5f05cef767
🎨 Format metadata repository interface 2023-01-16 16:23:35 +06:00
f87435b797
🎨 Format metadata HTTP delivery schema 2023-01-16 16:23:20 +06:00
834d27d939
🎨 Format template files 2023-01-16 16:19:22 +06:00
43af05a02b
🔧 Use environment variables file in systemd service config 2023-01-16 16:13:18 +06:00
ddc73036a8
🔧 Enable pprof by default for now 2023-01-16 16:12:24 +06:00
16c0564c04
🔥 Removed config assets 2023-01-16 15:26:14 +06:00
46d8ae80cd
:pin: Upgraded and vendored go modules 2023-01-16 15:25:08 +06:00
b67c386ce7
🔧 Replaced viper config to environment variables
due 12factor, see: https://12factor.net/config
2023-01-16 15:24:31 +06:00
30f8be2c6c
:pin: Changed Go version in go.mod and CI config 2023-01-16 15:00:24 +06:00
2f9153fb5e
🔥 Removed VERSION 2023-01-16 07:55:58 +06:00
faf5650e45
:pin: Upgraded and vendored go modules 2023-01-16 07:55:38 +06:00
c7bd73c63a
♻️ Drop HTTP delivery framework
replaced 'valyala/fasthttp' to native 'net/http' package, close #4
2023-01-16 06:43:07 +06:00