Yanislav Igonin
|
c09684e2fa
|
build: add multi-stage image
|
2026-07-15 23:35:18 +04:00 |
|
Yanislav Igonin
|
ce11d6ff5e
|
build: add local PostgreSQL compose
|
2026-07-15 23:31:50 +04:00 |
|
Yanislav Igonin
|
e3d1c05558
|
refactor: replace deprecated I/O APIs
|
2026-07-15 23:27:41 +04:00 |
|
Yanislav Igonin
|
2b98b9a55a
|
refactor(db): migrate to pgx v5
|
2026-07-15 23:24:28 +04:00 |
|
Yanislav Igonin
|
94adc28e65
|
fix(gateway): preserve duplicate auth behavior
|
2026-07-15 23:18:27 +04:00 |
|
Yanislav Igonin
|
35f0ee8510
|
build: update Go and Fiber v2
|
2026-07-15 23:14:09 +04:00 |
|
Yanislav Igonin
|
9e1d6eb95b
|
test: characterize legacy behavior
|
2026-07-15 23:08:35 +04:00 |
|
Yanislav Igonin
|
f82177e878
|
docs: add Wave 1 implementation plan
|
2026-07-15 22:51:05 +04:00 |
|
Yanislav Igonin
|
0980fbc94c
|
docs: plan project modernization
|
2026-07-15 22:41:09 +04:00 |
|
Yanislav Igonin
|
e3026e99f4
|
docs: expand repository and setup guides
|
2026-07-15 18:02:57 +04:00 |
|
Yanislav Igonin
|
e28cc97465
|
chore: add agents md
|
2026-07-15 17:54:47 +04:00 |
|
Yanislav Igonin
|
a967ae8fb6
|
Update README.md
|
2023-05-09 10:37:14 +03:00 |
|
codesee-maps[bot]
|
19c2e3454c
|
Add CodeSee architecture diagram workflow to repository
|
2022-08-25 12:29:55 +00:00 |
|
Yanislav Igonin
|
60ac3560c8
|
fix: github icon size in thread
|
2022-05-25 13:30:20 +03:00 |
|
Yanislav Igonin
|
975e21b012
|
readme
|
2022-05-25 13:24:31 +03:00 |
|
Yanislav Igonin
|
2ee326d5f4
|
lint
|
2022-05-21 13:29:10 +03:00 |
|
Yanislav Igonin
|
79c350c2fb
|
change limiter enabling
|
2022-05-18 10:45:53 +03:00 |
|
Yanislav Igonin
|
0853d87fc3
|
rate limiter now enabled from config
|
2022-05-18 10:34:56 +03:00 |
|
Yanislav Igonin
|
965dc59ffc
|
change url of test
|
2022-05-18 10:24:41 +03:00 |
|
Yanislav Igonin
|
e7cb6bd176
|
trying vegeta load testing
|
2022-05-18 10:23:35 +03:00 |
|
Yanislav Igonin
|
50138c2551
|
feat: resize images
|
2022-04-14 11:44:18 +03:00 |
|
Yanislav Igonin
|
55cc4a3614
|
feat: add redirect on post after post creation
|
2022-04-11 11:19:19 +03:00 |
|
Yanislav Igonin
|
d645af63da
|
feat: remove bootstrap js
|
2022-04-11 09:45:15 +03:00 |
|
Yanislav Igonin
|
0cc994c2b7
|
feat: turn rate limiter back on
|
2022-04-11 09:31:17 +03:00 |
|
Yanislav Igonin
|
2d321e8833
|
feat: update deps
|
2022-04-10 11:41:11 +03:00 |
|
Yanislav Igonin
|
84cd830a7f
|
fix: disable rate limiter (need to be configured properly)
|
2022-04-09 15:42:56 +03:00 |
|
Yanislav Igonin
|
c8c9850625
|
Refactoring - Fiber (#14)
* add fiber
* disable gin, enable fiber
* gradually enabling app setup
* change env
* add routes
* add static
* connect template engine
* add simple load test
* make it executable
* add rate limiter
* doc
* connect get threads controller
* clean
* add compression middleware
* add etag middleware
* lint
* add recover middleware
* check isFromLocal method
* connect get thread by id controller
* connect create thread controller
* connect captcha controller
* connect update thread controller
* rename file
* playing with css
* connect gateway controller
|
2022-04-09 15:16:09 +03:00 |
|
Yanislav Igonin
|
4f23b5dc71
|
Fix - Rename method (#13)
|
2022-04-05 21:17:08 +03:00 |
|
Yanislav Igonin
|
edb39360d2
|
Revert "fix: static hosting"
This reverts commit 2c19a7794d.
|
2022-02-28 12:33:32 +02:00 |
|
Yanislav Igonin
|
920018950b
|
Revert "fix: seo + uploads"
This reverts commit 424a5ff4df.
|
2022-02-28 12:33:20 +02:00 |
|
Yanislav Igonin
|
76e6179346
|
Revert "fix: css renaming for deploy"
This reverts commit 21cd94b93e.
|
2022-02-28 12:33:13 +02:00 |
|
Yanislav Igonin
|
21cd94b93e
|
fix: css renaming for deploy
|
2022-02-28 12:18:15 +02:00 |
|
Yanislav Igonin
|
424a5ff4df
|
fix: seo + uploads
|
2022-02-28 12:10:37 +02:00 |
|
Yanislav Igonin
|
2c19a7794d
|
fix: static hosting
|
2022-02-28 11:59:50 +02:00 |
|
Yanislav Igonin
|
03f0dfc55d
|
add middleware to traefik
|
2022-02-28 11:54:14 +02:00 |
|
Yanislav Igonin
|
8a194d7f48
|
change path to pathprefix
|
2022-02-28 11:33:50 +02:00 |
|
Yanislav Igonin
|
c5d0ebfbca
|
add slash for prefix
|
2022-02-28 11:32:11 +02:00 |
|
Yanislav Igonin
|
88aba20245
|
fix labels
|
2022-02-28 11:28:21 +02:00 |
|
Yanislav Igonin
|
03f210bf4a
|
fix label
|
2022-02-28 11:26:08 +02:00 |
|
Yanislav Igonin
|
6b67e11e3b
|
fix
|
2022-02-28 11:24:24 +02:00 |
|
Yanislav Igonin
|
6c1ac1367e
|
add stripprefix for deploy
|
2022-02-28 11:22:08 +02:00 |
|
Yanislav Igonin
|
79e6cc8e5b
|
Feature - Gateway (#12)
* feat: add geateway config
* feat: add ping controller for check by gateway
* feat: add new env vars for gateway
* feat: update config
* gateway request wip
* feat: add auth header for gateway request
* feat: separate gateway folder
* update endpoint for gateway
* add makefile
* lint
* swap png to svg
* add url of board to request to gateway
* change deployed path prefix
* add env in compose
* add body log on gateway connect
|
2022-02-28 10:18:44 +03:00 |
|
Yanislav Igonin
|
140d56b627
|
feat: separate templates package, now header has link even with empty title
|
2022-02-22 08:54:17 +02:00 |
|
Yanislav Igonin
|
f7be64e1b4
|
license
|
2022-02-09 12:23:06 +02:00 |
|
Yanislav Igonin
|
2f9e26d799
|
feat: disable captcha for local dev
|
2022-02-09 09:18:51 +02:00 |
|
Yanislav Igonin
|
672e82d06e
|
Feature - Post design (#11)
* feat: add date and id in post design
* feat: add file styling
|
2022-02-07 13:27:16 +03:00 |
|
Yanislav Igonin
|
a02884e6b5
|
docs
|
2022-02-06 19:40:21 +02:00 |
|
Yanislav Igonin
|
164f41ed9e
|
feat: rename env var
|
2022-02-06 19:37:20 +02:00 |
|
Yanislav Igonin
|
aafbf6b1fe
|
fix: BumpThreadInTx method
|
2022-02-03 18:28:22 +02:00 |
|
Yanislav Igonin
|
736be1f461
|
fix: parent id get for html template
|
2022-02-03 17:22:46 +02:00 |
|