Commit Graph

8 Commits

Author SHA1 Message Date
Yanislav Igonin
db8a46cdf1
build: modernize Wave 1 baseline (#16)
* chore: add agents md

* docs: expand repository and setup guides

* docs: plan project modernization

* docs: add Wave 1 implementation plan

* test: characterize legacy behavior

* build: update Go and Fiber v2

* fix(gateway): preserve duplicate auth behavior

* refactor(db): migrate to pgx v5

* refactor: replace deprecated I/O APIs

* build: add local PostgreSQL compose

* build: add multi-stage image

* ci: replace legacy deployment workflow

* fix(deps): update vulnerable Go modules

* docs: document modern development workflow
2026-07-16 16:08:54 +09:00
Yanislav Igonin
e5bbc585e3 feat: write files by id 2021-09-11 16:05:31 +03:00
Yanislav Igonin
007f5f4883 feat: add thread creation 2021-09-10 19:16:53 +03:00
Yanislav Igonin
545a131801 feat: remove conn aquire in file create 2021-09-10 18:18:52 +03:00
Yanislav Igonin
fc650b2d2a fix: postgres connection freezes 2021-09-08 18:50:33 +03:00
Yanislav Igonin
107dd0fa0e feat: add err check for single row 2021-09-03 02:34:45 +03:00
Yanislav Igonin
af1283256c feat: add get posts from db 2021-09-01 23:00:37 +03:00
Yanislav Igonin
54a201d0a8 feat: add files creation in repo 2021-09-01 18:40:13 +03:00