Skip to content

Conversation

@st3iny
Copy link
Member

@st3iny st3iny commented Oct 23, 2023

Summary

The backend for #40616.

All (related) feedback from #40767 is addressed here.

Checklist

Copy link
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

* @method string getMessage()
* @method void setMessage(string $message)
*/
class Absence extends Entity implements JsonSerializable {

Check notice

Code scanning / Psalm

PropertyNotSetInConstructor

Property OCA\DAV\Db\Absence::$id is not defined in constructor of OCA\DAV\Db\Absence or in any methods called in the constructor
$absence->setStatus($status);
$absence->setMessage($message);

if ($absence->getId() === null) {

Check notice

Code scanning / Psalm

DocblockTypeContradiction

int does not contain null
@solracsf solracsf added this to the Nextcloud 28 milestone Oct 27, 2023
@st3iny st3iny force-pushed the feat/dav/absence-db branch from d4cbd23 to 45ed9b1 Compare October 28, 2023 22:09
@ChristophWurst ChristophWurst merged commit d0db4d6 into master Oct 30, 2023
@ChristophWurst ChristophWurst deleted the feat/dav/absence-db branch October 30, 2023 11:27
<summary>WebDAV endpoint</summary>
<description>WebDAV endpoint</description>
<version>1.28.0</version>
<version>1.29.0</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thought: 1.28.1 would have been nice instead, to keep in sync with the NC version.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

semantic > syntactic versioning 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

6 participants