-
Notifications
You must be signed in to change notification settings - Fork 25
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
Introduce the CalendarEventAttendance/get JMAP method #1447
Introduce the CalendarEventAttendance/get JMAP method #1447
Conversation
import org.apache.james.utils.DataProbeImpl | ||
import org.junit.jupiter.api.{BeforeEach, Test} | ||
|
||
trait LinagoraCalendarEventAttendanceGetMethodContract { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please test edge cases:
- invalid blob
- blob is not an ICS
- missing capability
- etc...
...s/src/test/scala/com/linagora/tmail/james/jmap/StandaloneEventAttendanceRepositoryTest.scala
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good quality work.
Nothing much to say appart that things starts to piece nicely together ;-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Read it. Not much to add except please don't forget the issue number as a prefix of your commits thanks :)
...scala/com/linagora/tmail/james/common/LinagoraCalendarEventAttendanceGetMethodContract.scala
Outdated
Show resolved
Hide resolved
...scala/com/linagora/tmail/james/common/LinagoraCalendarEventAttendanceGetMethodContract.scala
Outdated
Show resolved
Hide resolved
Now, the dav version with module chooser :-) |
Please clean up commit history and add the issue as a prefix on commit descriptions |
Closes #1328
TODO