stable

Clone or download

Read-only

feat: description in event

Use semantic for the event description. Always include the link to the artifact at the top of the description. Part of story #35094: have "calendar" events attached to tracker email notification Change-Id: I671abc6c15e53f5732e63f187b5abe748a1f9533

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/ActionsRunner.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/CalendarEventData.php +49 −1 Go to diff View file
R plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/CalendarEventDataBuilder.php Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/EventDescriptionRetriever.php +64 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/EventSummaryRetriever.php +3 −3 Go to diff View file
R plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/BuildCalendarEventData.php Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/RetrieveEventDescription.php +38 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/RetrieveEventSummary.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/EmailNotificationAttachmentProvider.php +9 −6 Go to diff View file
R plugins/tracker/tests/unit/Stub/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/BuildCalendarEventDataStub.php Go to diff View file
A plugins/tracker/tests/unit/Stub/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/RetrieveEventDescriptionStub.php +60 −0 Go to diff View file
M plugins/tracker/tests/unit/Stub/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/RetrieveEventSummaryStub.php +13 −3 Go to diff View file
R plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/CalendarEventDataBuilderTest.php Go to diff View file
A plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/EventDescriptionRetrieverTest.php +209 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/EventSummaryRetrieverTest.php +6 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/EmailNotificationAttachmentProviderTest.php +20 −12 Go to diff View file