-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add milestone labels #20620
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
Add milestone labels #20620
Conversation
d77b650
to
31bd3d4
Compare
31bd3d4
to
41cdfff
Compare
Can you merge @lafriks @silverwind @6543 @techknowlogick @lunny |
Is it necessary to display milestone's lables in issue view interface? It may made some confusion. |
please resolve conflicts |
@6543 I will update today |
2f5c12c
to
50ad89e
Compare
50ad89e
to
3aec5c6
Compare
I agree but we shouldn't bloat the scope of this PR too much. It's been waiting too long already. Let's get it into a mergable state and refine later. |
I don't think so. Like issue labels will be displayed in issue list and issue detail page. |
I will update it only one more time, if there are any additional issues with this PR let me know or I am closing it next time. |
* main: (90 commits) Refactor rename user and rename organization (go-gitea#24052) Use `CommentList` instead of `[]*Comment` (go-gitea#24828) Fix topics deleted via API not being deleted in org page (go-gitea#24825) Return `404` in the API if the requested webhooks were not found (go-gitea#24823) Decouple the different contexts from each other (go-gitea#24786) [skip ci] Updated translations via Crowdin Add RTL rendering support to Markdown (go-gitea#24816) [skip ci] Updated translations via Crowdin Update JS dependencies (go-gitea#24815) Fix duplicate tooltip hiding (go-gitea#24814) Mute repo names in dashboard repo list (go-gitea#24811) Rework label colors (go-gitea#24790) Fix max width and margin of comment box on conversation page (go-gitea#24809) Allow all URL schemes in Markdown links by default (go-gitea#24805) Some refactors for issues stats (go-gitea#24793) Implement actions artifacts (go-gitea#22738) Fix Actions being enabled accidentally (go-gitea#24802) Change `add_on` in `keys_ssh.tmpl` (go-gitea#24803) replace `drone exec` to `act_runner exec` in test README.md (go-gitea#24791) Fix OAuth loading state (go-gitea#24788) ...
Bumped the migration number. |
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.
LGTM ui wise, can't speak for backend changes.
@bl00mber Would be nice if we could merge this feature for 1.21. Could you update your branch and address the open review comments? |
Co-authored-by: Denys Konovalov <[email protected]>
42c25b5
to
3fe9bcb
Compare
320a284
to
09d2600
Compare
@denyskon can you merge? |
Thanks for the update, I'll review the PR soon |
I'm sorry, I won't be able to review this large feature before the feature freeze. Unless any other maintainer is able to do so, I'll try to review this for 1.22. |
m.Labels = nil | ||
if err = m.LoadLabels(ctx); err != nil { | ||
return err | ||
} |
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.
Are there any reasons that we need to clear it and load it from DB instead of adding new labels to m.Labels
directly? 🤔
close #17244