generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: publish events to timeline service, controller gets timeline from service #3639
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
matt2e
force-pushed
the
matt2e/publish-to-timeline-service
branch
from
December 5, 2024 05:27
dec533c
to
27436cb
Compare
Open
matt2e
force-pushed
the
matt2e/publish-to-timeline-service
branch
2 times, most recently
from
December 5, 2024 05:39
8666d08
to
6765929
Compare
matt2e
changed the title
feat: other components call timeline service to publish and get events
feat: publish events to timeline service, controller gets timeline from service
Dec 5, 2024
matt2e
force-pushed
the
matt2e/publish-to-timeline-service
branch
5 times, most recently
from
December 5, 2024 06:53
6d039d1
to
d903fe9
Compare
worstell
force-pushed
the
matt2e/publish-to-timeline-service
branch
4 times, most recently
from
December 5, 2024 17:10
512cf67
to
6a9c4b9
Compare
worstell
force-pushed
the
matt2e/publish-to-timeline-service
branch
from
December 5, 2024 18:06
6a9c4b9
to
58f3b79
Compare
worstell
force-pushed
the
matt2e/publish-to-timeline-service
branch
from
December 5, 2024 19:31
db50b14
to
9d2fe34
Compare
worstell
force-pushed
the
matt2e/publish-to-timeline-service
branch
5 times, most recently
from
December 5, 2024 20:45
2e33775
to
e902b60
Compare
worstell
force-pushed
the
matt2e/publish-to-timeline-service
branch
3 times, most recently
from
December 5, 2024 21:27
be6997a
to
994f440
Compare
matt2e
added a commit
that referenced
this pull request
Dec 6, 2024
matt2e
force-pushed
the
matt2e/publish-to-timeline-service
branch
3 times, most recently
from
December 6, 2024 03:41
2b1dde0
to
83246ed
Compare
# Conflicts: # backend/controller/console/console.go # backend/controller/controller.go # backend/controller/timeline/events_async.go # backend/controller/timeline/events_call.go # backend/controller/timeline/events_cron.go # backend/controller/timeline/events_ingress.go # backend/controller/timeline/events_log.go # backend/controller/timeline/events_pubsub_consume.go # backend/controller/timeline/events_pubsub_publish.go # backend/controller/timeline/timeline.go # Conflicts: # backend/controller/controller.go # backend/controller/timeline/timeline.go # Conflicts: # backend/controller/console/console.go
matt2e
force-pushed
the
matt2e/publish-to-timeline-service
branch
from
December 6, 2024 04:01
83246ed
to
09ddae1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
timeline.Publish(ctx, event)
, and all event creation is moved to itfixes #3622
fixes #3623
fixes #3633
fixes #3625