Commit Graph

33 Commits

Author SHA1 Message Date
adae7695c4 fix: wrong user
All checks were successful
Gitea Build Check / Build (pull_request) Successful in 40s
2024-08-26 16:50:25 +02:00
David Janowski
b7af573a0c feat: Assign new context with span context to address gRPC closure issue
All checks were successful
Gitea Build Check / Build (pull_request) Successful in 41s
2024-08-26 16:44:50 +02:00
David Janowski
6b91b4ef09 fix: context creation to use request context in TaskStart method
All checks were successful
Gitea Build Check / Build (pull_request) Successful in 44s
2024-08-26 16:38:14 +02:00
David Janowski
0e57346f52 feat: tracer initialization and add OTLP text map propagator setup
All checks were successful
Gitea Build Check / Build (pull_request) Successful in 43s
2024-08-26 16:33:40 +02:00
David Janowski
d1e6558eea chore: Add logrus and otel/trace as direct dependencies in go.mod
All checks were successful
Gitea Build Check / Build (pull_request) Successful in 40s
2024-08-26 15:50:03 +02:00
David Janowski
f82e4f70ac feat(telemetry): initial
All checks were successful
Gitea Build Check / Build (pull_request) Successful in 41s
added first draft of tracing and logging, may need to be improved
2024-08-26 15:42:42 +02:00
David Janowski
53f12f81d9 refactor(telemetry): initialization of tracer and logger
logger initialization and tracer usage in Plug struct for consistency
2024-08-26 13:05:50 +02:00
David Janowski
4a71ee3c1e feat(telemetry): telemetry & logging
added first idea of telemetry into the SDK, may needs more work
2024-08-26 13:01:31 +02:00
David Janowski
feced5a5d2 feat(telemetry): added base functions
added base function for OTEL Setup
2024-08-26 13:00:56 +02:00
David Janowski
f65c1d177c feat(telemetry): added base functions
added base function for OTEL Setup
2024-08-26 13:00:51 +02:00
David Janowski
3f6d45f900 fix: Make CreatedAt field a pointer in Message struct 2024-08-26 10:57:05 +02:00
David Janowski
750c30a674 feat(grpc): updated to latest protobuf & updated dependencies 2024-08-26 10:51:00 +02:00
c48d84f868 feat: add submodules correct 2024-08-25 01:48:27 +02:00
c7db77c72b remove submodule 2024-08-25 01:41:04 +02:00
aff0a258bb remove third_party folder 2024-08-25 01:34:34 +02:00
6a7e23e3bc chore: Update submodule grpc-proto to branch release/v4.0.0 2024-08-25 01:27:36 +02:00
426a153763 refactor: Remove unused error handling and simplify no data found check in server.go 2024-08-25 00:09:21 +02:00
db9fa84a99 refactor: error handling in Plug.Listen method
- Introduce a new function to create the no data found error
- Simplify error checking logic for clarity and consistency
2024-08-25 00:05:16 +02:00
772ee38e0b fix: error handling
using pointer for noDataFoundError check in Listen method
2024-08-24 23:59:42 +02:00
3129016364 refacotr: error handling in Listen method to use variable for noDataFoundError 2024-08-24 23:52:36 +02:00
601bfbbbde fix: Fix error handling for source retrieval in Listen method 2024-08-24 23:50:02 +02:00
22dfd5a5ad fix(error): Refactor error handling to use errors.Is for more robust database error checking in Listen method. 2024-08-24 23:42:38 +02:00
27e14a03c9 refactor(source): function header
changed function header to use the UserSources as information source
2024-08-17 20:23:11 +02:00
8d8c827309 feat(source): Include source parameter in gRPC server methods and initialization 2024-08-15 09:56:40 +02:00
87ae16ff1b fix(module): Update SDK import paths to use correct casing 2024-08-14 16:16:42 +02:00
ee49e611b3 fix(module): Update SDK import paths to use correct casing 2024-08-14 16:12:48 +02:00
144301cf0e chore(dependencies): tidy 2024-08-14 16:10:27 +02:00
9193a20bd6 feat(database): Update SDK to v3 and refactor database 2024-08-14 16:06:53 +02:00
2f10da2673 fix: change old git urls to anthrove urls
Some checks failed
Gitea Build Check / Build (push) Failing after 10s
Gitea Build Check / Build (pull_request) Has been cancelled
2024-07-19 22:21:34 +02:00
af59e71e72 fix: change old git urls to anthrove urls
Some checks failed
Gitea Build Check / Build (push) Failing after 7s
2024-07-19 21:57:14 +02:00
17c84acf7b fix: change old git urls to anthrove urls 2024-07-19 21:57:01 +02:00
020e98106b refactor: changed protobuf git repository path
All checks were successful
Gitea Build Check / Build (push) Successful in 1m52s
Gitea Build Check / Build (pull_request) Successful in 1m52s
2024-07-19 21:30:26 +02:00
439dcff968 migration from old git (no git history) 2024-07-19 15:28:48 +02:00