414 Commits

Author SHA1 Message Date
Aleksandr Soloshenko
26bdf16931 [sse] add metrics 2025-08-05 16:22:03 +07:00
Aleksandr Soloshenko
ae42e2a16d [config] configurable SSE keep-alive period 2025-08-05 16:22:03 +07:00
Aleksandr Soloshenko
38d1681772 [docs] fix example requests 2025-08-05 16:22:03 +07:00
Aleksandr Soloshenko
bbfa9a349d [sse] multiple connections support 2025-08-05 16:22:03 +07:00
Aleksandr Soloshenko
63b93fbe01 [docs] update API docs 2025-08-05 16:22:03 +07:00
Aleksandr Soloshenko
cefb6fa7bb [sse] add 30 minutes write timeout 2025-08-05 16:22:03 +07:00
Aleksandr Soloshenko
a87adefafb [mesages] do not check push token before notification 2025-08-05 16:22:03 +07:00
Aleksandr Soloshenko
4bcfc35c87 [events] introduce events module as a proxy between the app and push/sse 2025-08-05 16:22:03 +07:00
Aleksandr Soloshenko
d86a0e4234 [push] migrate to Notify method where posible 2025-08-05 16:22:03 +07:00
Aleksandr Soloshenko
722272df6c [sse] minor fixes 2025-08-05 16:22:03 +07:00
Aleksandr Soloshenko
8a51c00dbb [deps] upgrade go-infra-fx 2025-08-05 16:22:03 +07:00
Aleksandr Soloshenko
0fb0f54539 [handlers] expose events endpoint 2025-08-05 16:22:03 +07:00
Aleksandr Soloshenko
79da361234 [sse] introduce SSE module 2025-08-05 16:22:03 +07:00
Aleksandr Soloshenko
a803b26472 [deploy] new entrypoint design 2025-07-30 08:10:19 +07:00
Aleksandr Soloshenko
c6fe84d730 [package] use curl for healthcheck 2025-07-28 14:17:57 +07:00
dependabot[bot]
c72bba5da1 Bump golang.org/x/oauth2 from 0.21.0 to 0.27.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.21.0 to 0.27.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.21.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.27.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-19 11:23:46 +07:00
Aleksandr Soloshenko
e148699ac7 [deps] upgrade client-go 2025-07-11 15:35:12 +07:00
Aleksandr Soloshenko
fa8e6f55a9 [docs] minor improvements to the API docs 2025-07-11 15:35:12 +07:00
Aleksandr Soloshenko
18dabe504b [handlers] separate message status DTOs 2025-07-11 15:35:12 +07:00
Aleksandr Soloshenko
26e205d73b [messages] add device last seen filter 2025-07-11 15:35:12 +07:00
Aleksandr Soloshenko
2152e60243 [messages] improve content errors handling 2025-07-11 15:35:12 +07:00
Aleksandr Soloshenko
a6fbdcc1ba [e2e] use textMessage instead of message 2025-07-11 15:35:12 +07:00
Aleksandr Soloshenko
b9d4059a16 [health] process unknown health status 2025-07-11 15:35:12 +07:00
Aleksandr Soloshenko
289a3b2ca2 [messages] explicit device selection 2025-07-11 15:35:12 +07:00
Aleksandr Soloshenko
8c88067543 [deps] upgrade client-go 2025-07-11 15:35:12 +07:00
Aleksandr Soloshenko
0e929406e6 [db] remove deprecated message field 2025-07-09 20:27:03 +07:00
Aleksandr Soloshenko
99f6bd23cb [docs] update data docs 2025-07-07 05:43:54 +07:00
Aleksandr Soloshenko
4da289ff57 [dev] add ngrok Makefile target 2025-07-07 05:43:54 +07:00
Aleksandr Soloshenko
4abd4d6a50 [docs] add dev-docs link 2025-07-07 05:43:54 +07:00
Aleksandr Soloshenko
290d0e5049 [tests] fix for new structures 2025-07-07 05:43:54 +07:00
Aleksandr Soloshenko
4516fb0ccf [handlers] fix message field compatibility for mobile 2025-07-07 05:43:54 +07:00
Aleksandr Soloshenko
8f01332869 [messages] add data messages support 2025-07-07 05:43:54 +07:00
Aleksandr Soloshenko
e4046c5865 [actions] fix workflows permissions 2025-06-27 06:48:28 +07:00
Aleksandr Soloshenko
752e9c6ed5 [settings] fix empty response for device 2025-06-27 06:47:02 +07:00
Aleksandr Soloshenko
4ce41816b5 [docs] update API docs 2025-05-28 06:10:55 +07:00
Aleksandr Soloshenko
d8f9864e52 [settings] introduce settings module 2025-05-28 06:10:55 +07:00
Aleksandr Soloshenko
dfe1341ec8 [push] unify broadcast notifications 2025-05-28 06:10:55 +07:00
Aleksandr
dfa12a46f5 Potential fix for code scanning alert no. 10: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-05-19 05:46:25 +07:00
Aleksandr Soloshenko
632ef462ef [webhooks] set webhooks per-device 2025-05-17 15:22:17 +07:00
Aleksandr Soloshenko
99791deebe [docs] include only User and System parts of the API docs 2025-05-17 10:47:03 +07:00
Aleksandr
37730e67c2 Potential fix for code scanning alert no. 9: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-05-16 20:03:46 +07:00
Aleksandr Soloshenko
4e6b4e7f28 [push] add send retries 2025-05-13 16:48:16 +07:00
Aleksandr
7f35b0114b Potential fix for code scanning alert no. 7: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-05-12 06:35:22 +07:00
Aleksandr
d2474ee6e5 Potential fix for code scanning alert no. 6: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-05-11 12:57:24 +07:00
Aleksandr Soloshenko
e457a16e9e [deps] upgrade golang.org/x/net 2025-04-29 13:15:11 +07:00
Aleksandr Soloshenko
1e73fc83b2 [deps] upgrade x/net package 2025-04-18 09:00:15 +07:00
Aleksandr Soloshenko
3506b9cdf1 [actions] disable build for dependabot 2025-04-18 08:59:24 +07:00
Aleksandr Soloshenko
747edc8f9c [e2e] add priority validation tests 2025-04-02 13:59:13 +07:00
Aleksandr Soloshenko
8cdb4a1d13 [messages] add unit tests 2025-04-02 13:59:13 +07:00
Aleksandr Soloshenko
11bdf0e033 [messages] add messages priority 2025-04-02 13:59:13 +07:00