Skip to content

Consolidate account property getters - #33206

Merged
PVince81 merged 1 commit into
masterfrom
enh/27869/consolidate
Jul 26, 2022
Merged

Consolidate account property getters#33206
PVince81 merged 1 commit into
masterfrom
enh/27869/consolidate

Conversation

@Pytal

@PytalPytal commented Jul 12, 2022

Copy link
Copy Markdown
Member

Share logic for getting account properties to reduce repetition required for further accessibility improvements e.g. propagation of #33163 to all properties

@PytalPytal added this to the Nextcloud 25 milestone Jul 12, 2022
@PytalPytal self-assigned this Jul 12, 2022
@Pytal
Pytalforce-pushed the enh/27869/consolidate branch from 612c24b to 64584efCompareJuly 12, 2022 00:04
@PytalPytal mentioned this pull request Jul 12, 2022
11 tasks
@PVince81

Copy link
Copy Markdown
Member

why is this needed ? a short explanation would be nice

@Pytal

Copy link
Copy Markdown
MemberAuthor

why is this needed ? a short explanation would be nice

Description updated

@PVince81PVince81 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

👍 thanks

@Pytal
Pytalforce-pushed the enh/27869/consolidate branch 2 times, most recently from a70eb01 to ae18cddCompareJuly 15, 2022 19:15
@github-actions

Copy link
Copy Markdown
Contributor

Possible performance regression detected

Show Output
1 queries added
= /remote.php/dav/files/test
≠ /remote.php/dav/files/test/test.txt with 1 queries added
+ UPDATE "oc_preferences" SET "configvalue" = :dcValue1 WHERE ("userid" = :dcValue2) AND ("appid" = :dcValue3) AND ("configkey" = :dcValue4)
≠ /remote.php/dav/files/test/many_files with 1 queries removed
- UPDATE "oc_preferences" SET "configvalue" = :dcValue1 WHERE ("userid" = :dcValue2) AND ("appid" = :dcValue3) AND ("configkey" = :dcValue4)
= /remote.php/dav/files/test/new_file.txt
≠ /remote.php/dav/files/test/new_file.txt with 1 queries added
+ UPDATE "oc_preferences" SET "configvalue" = :dcValue1 WHERE ("userid" = :dcValue2) AND ("appid" = :dcValue3) AND ("configkey" = :dcValue4)

@Pytal

Copy link
Copy Markdown
MemberAuthor

Review ping @reviewers

@github-actions

Copy link
Copy Markdown
Contributor

Possible performance regression detected

Show Output
1 queries added
= /remote.php/dav/files/test
≠ /remote.php/dav/files/test/test.txt with 1 queries added
+ UPDATE "oc_preferences" SET "configvalue" = :dcValue1 WHERE ("userid" = :dcValue2) AND ("appid" = :dcValue3) AND ("configkey" = :dcValue4)
≠ /remote.php/dav/files/test/many_files with 1 queries removed
- UPDATE "oc_preferences" SET "configvalue" = :dcValue1 WHERE ("userid" = :dcValue2) AND ("appid" = :dcValue3) AND ("configkey" = :dcValue4)
= /remote.php/dav/files/test/new_file.txt
≠ /remote.php/dav/files/test/new_file.txt with 1 queries added
+ UPDATE "oc_preferences" SET "configvalue" = :dcValue1 WHERE ("userid" = :dcValue2) AND ("appid" = :dcValue3) AND ("configkey" = :dcValue4)

@Pytal

Copy link
Copy Markdown
MemberAuthor

One more review would be appreciated to unblock upcoming accessibility improvements #27869 :)

Signed-off-by: Christopher Ng <chrng8@gmail.com>
@Pytal
Pytalforce-pushed the enh/27869/consolidate branch from ae18cdd to 3430808CompareJuly 21, 2022 01:14
@PVince81
PVince81 merged commit 623d533 into masterJul 26, 2022
@PVince81
PVince81 deleted the enh/27869/consolidate branch July 26, 2022 07:13
@skjnldsvskjnldsv mentioned this pull request Aug 11, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Pytal@PVince81@CarlSchwan