Commit graph

44 commits

Author SHA1 Message Date
Tigor Hutasuhut 97341ec698 sqlite: added pragma support for wal 2024-08-27 09:10:58 +07:00
Tigor Hutasuhut 9e1a192f93 images: implemented ListImages handler 2024-08-25 22:10:57 +07:00
Tigor Hutasuhut 0fec03adbc api: images list now always grouped by device then subreddit after sorting 2024-08-25 16:54:00 +07:00
Tigor Hutasuhut 28ddbd3bee image: update image list api 2024-08-25 12:43:57 +07:00
Tigor Hutasuhut e45e0c0d2b log: added log.source config option 2024-08-25 10:44:33 +07:00
Tigor Hutasuhut 1ce878fdfb images: update implementations 2024-08-24 19:21:01 +07:00
Tigor Hutasuhut 39c0ef1bd9 images: update proto 2024-08-19 21:17:04 +07:00
Tigor Hutasuhut dcbcbddcea removed useless docs 2024-08-19 16:21:44 +07:00
Tigor Hutasuhut f98e5dc063 images: added list image proto 2024-08-16 14:38:44 +07:00
Tigor Hutasuhut 02720647a8 buf: protobuf now used managed mode 2024-08-16 11:44:31 +07:00
Tigor Hutasuhut b472bb2ee8 errs: reexpose errors 2024-08-15 21:44:17 +07:00
Tigor Hutasuhut ab13359aeb api: implemented subreddit exists 2024-08-15 21:37:02 +07:00
Tigor Hutasuhut af2fd593b4 api: implemented resolve subreddit name api 2024-08-15 20:39:04 +07:00
Tigor Hutasuhut b220cf1b2c api: implemented update subreddits endpoint 2024-08-15 16:17:25 +07:00
Tigor Hutasuhut dbb754199f api: implemented list subreddits endpoint 2024-08-15 16:02:23 +07:00
Tigor Hutasuhut baf4ba686e api: implemented get subreddit handler 2024-08-15 15:20:18 +07:00
Tigor Hutasuhut c83387652b api: implemented CountSubreddits API endpoint 2024-08-15 15:07:17 +07:00
Tigor Hutasuhut a17325bfed proto: added more proto for subreddits 2024-08-15 14:13:40 +07:00
Tigor Hutasuhut 5dc4ccdf70 error: update log value for origin error in errs package 2024-08-15 11:01:57 +07:00
Tigor Hutasuhut 6c09278e0a devices: added tracing and telemetry to devices_list and update 2024-08-15 10:40:35 +07:00
Tigor Hutasuhut cf14079f1f refactor: api now uses it's own request type and handlers
will now handles the conversion of the request to the api request type
2024-08-15 10:23:56 +07:00
Tigor Hutasuhut 8bb8cb30ec refactor: now uses jet sql as much as possible 2024-08-15 09:36:06 +07:00
Tigor Hutasuhut 4872e653ef api: added telemetry and migrate to jet for devices endpoint 2024-08-13 14:26:19 +07:00
Tigor Hutasuhut 3e95251181 api: added subreddits get api and update telemetry package 2024-08-13 09:40:02 +07:00
Tigor Hutasuhut 50011ca3ac telemetry: update metrics method 2024-08-12 22:00:21 +07:00
Tigor Hutasuhut 62aee841cd go: added metrics support 2024-08-12 20:20:12 +07:00
Tigor Hutasuhut 9056b48e54 o2logger: flush buffer on cleanup 2024-08-11 21:57:36 +07:00
Tigor Hutasuhut 528e408f4d log: update logging option to include file output 2024-08-11 21:45:11 +07:00
Tigor Hutasuhut c0db85e85f go: preparing the CLI interface 2024-08-11 19:50:43 +07:00
Tigor Hutasuhut b94b9e7d20 go: added telemetry and openobserve log handling 2024-08-11 18:42:56 +07:00
Tigor Hutasuhut b41011bbf2 go: added config via koanf 2024-08-11 17:08:27 +07:00
Tigor Hutasuhut 8ff3bc4fd8 subreddits: implemented create subreddit rpc endpoint 2024-08-11 10:27:13 +07:00
Tigor Hutasuhut ab86ff19a5 devices: added count devices endpoint 2024-08-08 22:51:53 +07:00
Tigor Hutasuhut ea92229dcc server: add validation interceptor 2024-08-08 20:49:18 +07:00
Tigor Hutasuhut 649be571d2 devices: implemented DeviceExists service 2024-08-08 20:39:04 +07:00
Tigor Hutasuhut 87fb2c45a1 server: implemented device update endpoint 2024-08-08 16:13:30 +07:00
Tigor Hutasuhut 19a058dc11 sql: added logging support 2024-08-08 13:41:18 +07:00
Tigor Hutasuhut cc75353de1 device: added proto schema for updating device values 2024-08-08 10:40:22 +07:00
Tigor Hutasuhut 107330e49b devices: added list devices endpoint 2024-08-07 23:59:29 +07:00
Tigor Hutasuhut f559ad7ca0 go: added air and pretty logging 2024-08-07 10:41:00 +07:00
Tigor Hutasuhut 261361e5a7 app: added one api connection between backend and frontend 2024-08-06 22:13:37 +07:00
Tigor Hutasuhut efd2b6b187 refactor(api): sqlite error check uses new for type assertion 2024-08-05 23:20:07 +07:00
Tigor Hutasuhut b23ac7617e more updates 2024-08-05 23:06:32 +07:00
Tigor Hutasuhut 856c846dbd initial setup 2024-08-04 23:16:05 +07:00