Commit Graph

  • 38cecba455 fix(grpc): spelling main v3.4.0 SoXX 2024-09-04 14:56:27 +0200
  • b497348d2a feat(grpc): add logging SoXX 2024-09-04 14:53:01 +0200
  • 2c8d6bd682 fix(grpc): get necessary information SoXX 2024-09-04 14:17:00 +0200
  • 601ce9eae7 feat(grpc): added GetUserMessages & SendMessage SoXX 2024-09-04 14:01:04 +0200
  • 42954c7cf1 feat(grpc): added ping SoXX 2024-09-04 13:41:29 +0200
  • 909e84fe1c feat(grpc): added middleware v3.3.0 SoXX 2024-08-30 15:20:32 +0200
  • 76174e3247 feat(dependencies): update to latest version v3.2.0 SoXX 2024-08-29 15:26:58 +0200
  • ea41bef942 fix: move before new context gets created SoXX 2024-08-27 14:21:33 +0200
  • caef31f48f feat: Add validation check for user account before starting task SoXX 2024-08-27 14:17:31 +0200
  • 19b96e64e1 feat: added summery v3.1.0 SoXX 2024-08-27 12:25:00 +0200
  • 1489e19280 docs(typo): fixed typo v3.0.0 SoXX 2024-08-27 11:43:59 +0200
  • da6eda19ea docs(example): added new example SoXX 2024-08-27 11:43:22 +0200
  • 969bc17737 feat(telemetry): added more info SoXX 2024-08-27 10:04:55 +0200
  • 942bbede1b feat(telemetry): added light logging SoXX 2024-08-27 09:56:52 +0200
  • 08e4364069 feat(telemetry): Integrate OpenTelemetry tracing into BatchPostProcessing function SoXX 2024-08-27 09:49:20 +0200
  • 0070352623 fix: upsertSource function SoXX 2024-08-27 09:35:25 +0200
  • f708706d50 feat: Add batch post-processing functionality for scraping posts SoXX 2024-08-27 09:15:17 +0200
  • 7975791d9b chore: sort imports SoXX 2024-08-27 08:26:39 +0200
  • ceba57ffd8 refactor: move source function to own function Alphyron 2024-08-27 07:50:36 +0200
  • 23bae0a5f8 refactor: move object functions to own ones Alphyron 2024-08-27 07:45:30 +0200
  • c0f069b3c0 refactor: remove telemetry from getter and setter functions Alphyron 2024-08-27 07:38:24 +0200
  • 311de674ba feat: listen function now has an own context and implemented an graceful stop Alphyron 2024-08-27 07:37:19 +0200
  • 130f6928fc refactor: move otlp to custom file out of the scope from plug instance Alphyron 2024-08-27 07:32:24 +0200
  • 117c15e371 fix: wrong user SoXX 2024-08-26 16:50:25 +0200
  • 7ce3b94756 feat: Assign new context with span context to address gRPC closure issue SoXX 2024-08-26 16:44:50 +0200
  • 426701f58c fix: context creation to use request context in TaskStart method SoXX 2024-08-26 16:38:14 +0200
  • bef94becce feat: tracer initialization and add OTLP text map propagator setup SoXX 2024-08-26 16:33:40 +0200
  • 57dcb53aba chore: Add logrus and otel/trace as direct dependencies in go.mod SoXX 2024-08-26 15:50:03 +0200
  • e070fb8dcf feat(telemetry): initial SoXX 2024-08-26 15:42:42 +0200
  • 8e44948927 refactor(telemetry): initialization of tracer and logger SoXX 2024-08-26 13:05:50 +0200
  • 5aeb04951f feat(telemetry): telemetry & logging SoXX 2024-08-26 13:01:31 +0200
  • 53df27f9e3 feat(telemetry): added base functions SoXX 2024-08-26 13:00:56 +0200
  • 0ab2d12c39 feat(telemetry): added base functions SoXX 2024-08-26 13:00:51 +0200
  • 119d3b6d0d fix: Make CreatedAt field a pointer in Message struct SoXX 2024-08-26 10:57:05 +0200
  • 25db8e8bf7 feat(grpc): updated to latest protobuf & updated dependencies SoXX 2024-08-26 10:51:00 +0200
  • 3268ada83a feat: add submodules correct Alphyron 2024-08-25 01:48:27 +0200
  • 0c37a7ee25 remove submodule Alphyron 2024-08-25 01:41:04 +0200
  • 2484da89f1 remove third_party folder Alphyron 2024-08-25 01:34:34 +0200
  • 0151abc4e2 chore: Update submodule grpc-proto to branch release/v4.0.0 SoXX 2024-08-25 01:27:36 +0200
  • b445f5c362 refactor: Remove unused error handling and simplify no data found check in server.go SoXX 2024-08-25 00:09:21 +0200
  • 6b10ff2766 refactor: error handling in Plug.Listen method SoXX 2024-08-25 00:05:16 +0200
  • eef3296435 fix: error handling SoXX 2024-08-24 23:59:42 +0200
  • 08fc9e5e33 refacotr: error handling in Listen method to use variable for noDataFoundError SoXX 2024-08-24 23:52:36 +0200
  • 969c2d90d9 fix: Fix error handling for source retrieval in Listen method SoXX 2024-08-24 23:50:02 +0200
  • 40be98100e fix(error): Refactor error handling to use errors.Is for more robust database error checking in Listen method. SoXX 2024-08-24 23:42:38 +0200
  • 7d4ce9f359 refactor(source): function header SoXX 2024-08-17 20:23:11 +0200
  • b6974c4a9f feat(source): Include source parameter in gRPC server methods and initialization SoXX 2024-08-15 09:56:40 +0200
  • c01290847d fix(module): Update SDK import paths to use correct casing SoXX 2024-08-14 16:16:42 +0200
  • 8fa77e186b fix(module): Update SDK import paths to use correct casing SoXX 2024-08-14 16:12:48 +0200
  • 598b2e73bd chore(dependencies): tidy SoXX 2024-08-14 16:10:27 +0200
  • cf4a5bc9a2 feat(database): Update SDK to v3 and refactor database SoXX 2024-08-14 16:06:53 +0200
  • 2f10da2673 fix: change old git urls to anthrove urls v2.2.1 deprecated/main SoXX 2024-07-19 22:21:34 +0200
  • 5e6b9e0990 fix: change old git urls to anthrove urls SoXX 2024-07-19 22:21:34 +0200
  • af59e71e72 fix: change old git urls to anthrove urls SoXX 2024-07-19 21:57:14 +0200
  • 408a2d1e47 fix: change old git urls to anthrove urls SoXX 2024-07-19 21:57:14 +0200
  • 17c84acf7b fix: change old git urls to anthrove urls SoXX 2024-07-19 21:57:01 +0200
  • 91bd27ad98 fix: change old git urls to anthrove urls SoXX 2024-07-19 21:57:01 +0200
  • 020e98106b refactor: changed protobuf git repository path SoXX 2024-07-19 21:30:26 +0200
  • 13bef627a2 refactor: changed protobuf git repository path SoXX 2024-07-19 21:30:26 +0200
  • 439dcff968 migration from old git (no git history) soxx 2024-07-19 15:28:48 +0200
  • 1abc5cbae0 migration from old git (no git history) SoXX 2024-07-19 15:28:48 +0200