dev/extending-sdk-with-missing-grpc-functions #8

Merged
SoXX merged 5 commits from dev/extending-sdk-with-missing-grpc-functions into main 2024-09-04 12:57:14 +00:00
Owner
No description provided.
SoXX added 2 commits 2024-09-04 12:02:14 +00:00
added ping function
feat(grpc): added GetUserMessages & SendMessage
All checks were successful
Gitea Build Check / Build (push) Successful in 50s
Gitea Build Check / Build (pull_request) Successful in 53s
601ce9eae7
finalized first draft for the endpoint integration
SoXX added 1 commit 2024-09-04 12:17:20 +00:00
fix(grpc): get necessary information
All checks were successful
Gitea Build Check / Build (push) Successful in 51s
Gitea Build Check / Build (pull_request) Successful in 53s
2c8d6bd682
getting data from database for the userSource
Alphyron approved these changes 2024-09-04 12:46:09 +00:00
Dismissed
SoXX added 1 commit 2024-09-04 12:53:14 +00:00
feat(grpc): add logging
All checks were successful
Gitea Build Check / Build (push) Successful in 51s
Gitea Build Check / Build (pull_request) Successful in 47s
b497348d2a
Alphyron requested changes 2024-09-04 12:56:08 +00:00
Dismissed
pkg/plug/grpc.go Outdated
@ -158,0 +167,4 @@
if err != nil {
span.RecordError(err)
span.SetStatus(codes.Error, err.Error())
log.WithContext(ctx).WithError(err).Error("getting userSource")
Owner

Satz fängt groß an!

Satz fängt groß an!
Alphyron marked this conversation as resolved
pkg/plug/grpc.go Outdated
@ -158,0 +175,4 @@
if err != nil {
span.RecordError(err)
span.SetStatus(codes.Error, err.Error())
log.WithContext(ctx).WithError(err).Error("execution function")
Owner

Satz fängt groß an!

Satz fängt groß an!
Alphyron marked this conversation as resolved
pkg/plug/grpc.go Outdated
@ -158,0 +221,4 @@
err := s.sendMessageExecution(ctx, userSource, message.Message)
if err != nil {
log.WithContext(ctx).WithError(err).Error("sending message executiom")
Owner

Satz fängt groß an!

Satz fängt groß an!
Alphyron marked this conversation as resolved
pkg/plug/grpc.go Outdated
@ -158,0 +244,4 @@
"messsage": ping.Message,
"timestamp": ping.Timestamp,
}
log.WithContext(ctx).WithFields(fields).Trace("got pinged")
Owner

Satz fängt groß an!

Satz fängt groß an!
Alphyron marked this conversation as resolved
SoXX added 1 commit 2024-09-04 12:56:40 +00:00
fix(grpc): spelling
All checks were successful
Gitea Build Check / Build (push) Successful in 48s
Gitea Build Check / Build (pull_request) Successful in 50s
38cecba455
Alphyron approved these changes 2024-09-04 12:57:05 +00:00
SoXX merged commit 38cecba455 into main 2024-09-04 12:57:14 +00:00
SoXX deleted branch dev/extending-sdk-with-missing-grpc-functions 2024-09-04 12:57:14 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Anthrove/plug-sdk#8
No description provided.