Commit 9ffbb6ac authored by Michael Kozono's avatar Michael Kozono

Merge branch 'geo-doc-update-docs' into 'master'

Geo: Add notice about "update" events to Geo framework guide

See merge request gitlab-org/gitlab!35178
parents 05052f76 e0d17d39
......@@ -511,6 +511,13 @@ Widgets should now be verified by Geo!
Individual widget synchronization and verification data should now be available
via the GraphQL API!
1. Take care of replicating "update" events. Geo Framework does not currently support
replicating "update" events because all entities added to the framework, by this time,
are immutable. If this is the case
for the entity you're going to add, please follow [https://gitlab.com/gitlab-org/gitlab/-/issues/118743]
and [https://gitlab.com/gitlab-org/gitlab/-/issues/118745] as examples to add the new event type.
Please also remove this notice when you've added it.
#### Admin UI
To do: This should be done as part of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment