feat(objects): add support for Group wikis#1484
Conversation
|
Thanks for this PR! I left a few comments, but overall it is looking great 👍 |
Codecov Report
@@ Coverage Diff @@
## master #1484 +/- ##
==========================================
+ Coverage 90.98% 91.00% +0.02%
==========================================
Files 73 73
Lines 4080 4091 +11
==========================================
+ Hits 3712 3723 +11
Misses 368 368
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
Would it be possible for you to add some unit tests as well for this? |
There are no unit tests for project wikis. Not sure it makes sense to have unit tests for groups only. Could think about adding functional tests. Makes sense? |
I just triggered the workflow. Group Wikis are a Premium/EE feature so let's see if this works in the CE container 😁 And you're right, we'd need to create a new Edit: it failed ( |
|
FYI: Running |
|
Thanks a lot @spamsch 😊 Looks good to me. Personally I would like it if it was rebased and squashed. As right now there are six commits and one of them is a merge commit. I think it will make the project history be better if it was rebased and squashed. Not sure what @nejch and @max-wittig think. |
Ok, i can also squash on merge and add the unit tests along with project wiki tests in a follow-up. Just not from my phone on my commute right now.. :D |
This pull request adds support for wikis on Group level
Closes #1224