-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
full directory support for wiki #7390
Conversation
+ add _delete to reserved keywords Signed-off-by: Michael Gnehr <[email protected]>
see go-gitea#7225 for more details Signed-off-by: Michael Gnehr <[email protected]>
Signed-off-by: Michael Gnehr <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #7390 +/- ##
==========================================
+ Coverage 41.19% 41.22% +0.03%
==========================================
Files 469 469
Lines 63536 63635 +99
==========================================
+ Hits 26171 26235 +64
- Misses 33943 33970 +27
- Partials 3422 3430 +8
Continue to review full report at Codecov.
|
Please resolve the conflicts |
@@ -136,6 +198,9 @@ func (repo *Repository) updateWikiPage(doer *User, oldWikiName, newWikiName, con | |||
} | |||
|
|||
gitRepo, err := git.OpenRepository(basePath) | |||
|
|||
fmt.Println(reflect.TypeOf(gitRepo)) |
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.
not needed
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions. |
Please resolve the conflicts. |
Well, this is a bit frustrating seeing this stale PR. Would really appreciate this feature. :( To bad I'm not proficient at Go. |
This PR has been stale for long time, and the Wiki Title problem has been improved by #24143 Would there be new progress of this PR? |
It has been stale for a long time and I can't think of a way to handling it other than closing it. Feel free to reopen if there's any new progress and I could also help. |
directory support for wiki
previously this was part of #7225 - lets split it up
This PR
edit
andnew
pagefix #823
Signed-off-by: Michael Gnehr [email protected]