- Notifications
You must be signed in to change notification settings - Fork673
feat(objects): add support for Group wikis#1484
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Thanks for this PR! I left a few comments, but overall it is looking great 👍 |
codecov-commenter commentedMay 30, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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? |
nejch commentedMay 31, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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 |
Uh oh!
There was an error while loading.Please reload this page.
This pull request adds support for wikis on Group level
Closes#1224