-
-
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
Functionality that is useful for Gitea's administrative workflow #8659
Comments
You already have that? |
He means on the list of PRs page. In GitHub we use labels to set this but Gitea has that built in |
It could be `Show approvals counts on Pull request list page" |
For this one:
I think a small client-side button to check could be used? I mean, it could show something like ❔ that, when pressed, a request is sent to the server and the button is changed into ✔️ or ❌. |
It's better to add |
Sorry, are you referring to the "does it produce conflicts" option? |
Suggestions! 😢 |
@jamesorlakin sure send PR ;) |
@lafriks Sure thing, I'll try to get it out tomorrow |
@guillep2k |
Oh, of course! |
…#8924) * update #8659 fold/unfold code diffs * add fold button style * update #8659 implement expand up/down codes (blob excerpt) * fix golint errors * fix expand direction * remove debug message * update css style for blob exceprt * fix typo in comment * update style sheet with less * update expect diff (add SectionInfo) * update #8942 accept suggested change (fix typo) * close reader and check file type before get tail section * adjust button position and check file type before insert fold button * move index js to web_src * merge index.js with master * generate index.js * update js coding style
Changelog tool now supports Gitea. 🎉 |
@jamesorlakin Care to submit a PR? 😁 |
It seems it's easier to diaplsy files conflicted. |
This is on the PRs list page not on a particular pr page. |
@guillep2k you can add #11012 |
@guillep2k you can check |
wow now it's near of complete 🎉 |
can this be specified bit more please? |
Also, what I noticed is missing:
|
As the move to gitea.com is getting closer, I was thinking about those useful features that we as maintainers will miss after we move; I mean those specifically needed for the workflow of maintaining Gitea itself.
The idea is to make a list of those features we consider the most useful, so contributors can have specific goals to help with.
As a maintainer I'm not familiar with many of the tasks involved in the administration of Gitea, so I'll start with my short list to open the discussion.
NOTE: in this list I'm collecting ideas from the comments below
Update branch
button "Update Branch" button on PR #9750 (Add "Update Branch" button to Pull Requests #9784).The text was updated successfully, but these errors were encountered: