From cd8383a3df6ed1195ea468ec6d3e4eb66965218e Mon Sep 17 00:00:00 2001 From: sarina Date: Fri, 5 Jul 2024 08:22:32 -0400 Subject: [PATCH 1/2] docs: Remove OEP-52 note about provisional status, as it has been accepted. Addresses #415 --- .../oep-0052-arch-event-bus-architecture.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/oeps/architectural-decisions/oep-0052-arch-event-bus-architecture.rst b/oeps/architectural-decisions/oep-0052-arch-event-bus-architecture.rst index 25fc8302e..0974bfdae 100644 --- a/oeps/architectural-decisions/oep-0052-arch-event-bus-architecture.rst +++ b/oeps/architectural-decisions/oep-0052-arch-event-bus-architecture.rst @@ -30,10 +30,6 @@ OEP-52: Event Bus Architecture Overview ******** -.. note:: - - This provisional OEP is expected to be updated with references to new sub-decision ADRs and documentation to add clarity as work progresses. See the `event bus project roadmap`_ for more details. - * Adding an event bus to the Open edX platform allows asynchronous event messaging across services, which enables a number of improvements aligned with our architectural goals. * An abstraction layer will be provided to enable the choice of multiple technologies for implementing an Open edX event bus. @@ -112,6 +108,11 @@ Consequences Change History ************** +2024-07-09 +========== + +* Removed note about OEP being provisional, as it has been marked as Accepted. + 2023-05-15 ========== From 48022b0fc321ccf5a07ef2aa5feaea66eb43efea Mon Sep 17 00:00:00 2001 From: sarina Date: Fri, 5 Jul 2024 08:30:16 -0400 Subject: [PATCH 2/2] docs: Add PR historical info to OEP-52 --- .../oep-0052-arch-event-bus-architecture.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/oeps/architectural-decisions/oep-0052-arch-event-bus-architecture.rst b/oeps/architectural-decisions/oep-0052-arch-event-bus-architecture.rst index 0974bfdae..7ddfeab1a 100644 --- a/oeps/architectural-decisions/oep-0052-arch-event-bus-architecture.rst +++ b/oeps/architectural-decisions/oep-0052-arch-event-bus-architecture.rst @@ -11,7 +11,7 @@ OEP-52: Event Bus Architecture * - Title - Event Bus Architecture * - Last Modified - - 2022-05-15 + - 2024-07-09 * - Authors - Feanil Patel , Robert Raposa * - Arbiter @@ -112,29 +112,33 @@ Change History ========== * Removed note about OEP being provisional, as it has been marked as Accepted. +* `Pull request #605 `_ 2023-05-15 ========== * Added link to event_bus_redis implementation ADR. * Updated OEP status to Accepted. +* `Pull request #477 `_ 2023-05-12 ========== * Added link to new openedx-events ADR +* `Pull request #478 `_ 2022-11-29 ========== * Removed disclaimer about provisional ADRs (most have since been accepted) and added follow-up work in References - +* `Pull request #414 `_ 2022-07-11 ========== * Updated formatting. * Updated note about provisional updates, including reference to roadmap item. +* `Pull request #351 `_ 2022-03-30 ========== @@ -144,6 +148,7 @@ Updated draft as follows: * Moved the Kafka technology choice to a separate edx.org ADR. * Added references and overview of a variety of other event bus related ADRs. * Moved ADR on schema representation to openedx-events, near a number of other event bus related ADRs. +* `Pull request #324 `_ 2021-08-16 ==========