Commit Graph

17 Commits

Author SHA1 Message Date
37e92e8473 add GetComments and update proto 2023-08-14 14:27:29 +03:00
85d1191dd9 removed dependencies 2023-08-13 00:09:57 +03:00
17a09f7fb3 chanched handlers 2023-08-12 19:26:50 +03:00
85f4b92fa7 Merge branch 'rewrite'
# Conflicts:
#	cmd/script/main.go
#	go.mod
#	go.sum
#	handler/handlers.go
#	handler/writer.go
#	proto/go_generate/dashboard.pb.go
#	proto/micro/dashboard_micro.pb.go
#	proto/micro/dashboard_micro_http.pb.go
#	proto/pkgdash.pb.validate.go
#	service/client_git/client.go
#	service/client_git/client_test.go
#	service/service.go
#	storage/postgres/quries.go
#	storage/postgres/storage.go
#	storage/sqlite/storage.go
#	storage/storage.go
#	storage/storage_test.go
2023-08-12 15:23:14 +03:00
4be12c653b intermediate merge
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2023-08-11 21:45:08 +03:00
2ef12956ac initial rewrite, use micro v4 and not cms-xxx stuff
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2023-08-11 21:27:38 +03:00
8886dcba9c add handlers, storage(Postgres, sqlite) (#3)
Reviewed-on: #3
Co-authored-by: Evstigneev Denis <danteevstigneev@yandex.ru>
Co-committed-by: Evstigneev Denis <danteevstigneev@yandex.ru>
2023-08-11 20:12:15 +03:00
02aa7d25f1 remark for array query 2023-08-11 17:18:45 +03:00
71f438e108 add logic to GetModule handler 2023-08-11 17:07:37 +03:00
7de883b8c0 add storage sqlite GetModule with save ineq 2023-08-11 16:24:16 +03:00
c1f1e31569 rename fields 2023-08-11 08:58:31 +03:00
1eeb6607be rename struct storage 2023-08-10 22:35:48 +03:00
6eb76b1d15 add sqlite 2023-08-10 22:16:14 +03:00
a5a6c683a4 add worker with analyze go.mod(pref ver util) 2023-08-10 17:53:11 +03:00
89522f28da add validate req fields 2023-08-10 13:05:17 +03:00
92153397a0 add handle: addComment;addPackage storage:ListPackage;AddComment;AddPackage 2023-08-10 12:38:55 +03:00
bbb9174d8a add storage and mux handle with handlers 2023-08-09 14:31:23 +03:00