-
-
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
Multiple assignees #3705
Merged
Merged
Multiple assignees #3705
Changes from 114 commits
Commits
Show all changes
119 commits
Select commit
Hold shift + click to select a range
1bd777b
Issue assignees are now loaded of a seperate table when displayed in …
kolaente 3c0b4e1
Multiple assignees work so far, but current state is alpha
kolaente 3d69908
Various cleanups
kolaente 8720925
Made removing all assignees working again
kolaente edad903
Don't send the action attribute, its not used
kolaente 269f426
Made adding assignes via gui almost work
kolaente 6583569
fmt
kolaente a0bf332
Made adding assignees work when creating an issue
kolaente cf6d9d3
cleanup
kolaente df4dc8d
When viewing issues or prs via the api, assignees are now shown corre…
kolaente 2c88374
Added assignee things when adding/updating an issue/pr via the api
kolaente 8d382ac
Merge remote-tracking branch 'upstream/master' into multiple-assignees
kolaente fa0f918
Issue assignees now recive notifications
kolaente 8a57bba
Cleanup
kolaente 3f525e0
Added checking for assignees to timetracking
kolaente 0dc735e
Small fixes and improvements
kolaente f302943
More small fixes and improvements
kolaente cb9d4d5
Filtering by issue assignee works again
kolaente 4cdfea5
Stats working again when filtering by assignee
kolaente be8d754
Added old assigneeID when creating an issue/pr
kolaente fbe62cd
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente 2ae1bae
fmt
kolaente 5cddeb5
Fixed assignes showing up two times on issue page
kolaente e8a019a
fmt + lint
kolaente d2e780e
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente 84540bb
Merge remote-tracking branch 'upstream/master' into multiple-assignees
kolaente 1d9fbc5
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente ed600df
Small design settings
kolaente 660be02
Made adding assignees when creating issues with the api work again
kolaente 55e8e2c
Added editing assignees via api working again
kolaente 423b3f8
fmt
kolaente b6b18b6
Made pull request assignments via the api work again
kolaente 27acaed
fmt + lint
kolaente 8fd82e6
Last bugfixes + tests work now
kolaente 57cfe61
small improvments + typos
kolaente 26638cd
Merge branch 'master' into multiple-assignees
kolaente 2dea0ee
vendor update
kolaente e2be76f
Merge remote-tracking branch 'origin/multiple-assignees' into multipl…
kolaente 87a8499
change nothing but trigger ci
kolaente c06d758
change nothing but trigger ci
kolaente a6b746b
small improvements and fixes
kolaente 9f9fc22
MakeAssigneeList now uses a pointer to the issue
kolaente 3c38ae2
Added transaction to migration
kolaente 5a5815f
fmt
kolaente 343a932
Added unit tests for multiple assingees + small fixes
kolaente ee3442e
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente f900090
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente b7600a6
fmt
kolaente 04ed047
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente b3bdd85
Merge branch 'master' into multiple-assignees
jonasfranz c42a9b4
Merge remote-tracking branch 'origin/multiple-assignees' into multipl…
kolaente 44bd7a5
Improvments to removing already existing issue assignees via the api
kolaente 19bba7c
fixed lint
kolaente e89bf78
Added descriptive comment
kolaente 194ba16
Change nothing but TRIGGER THE FUCKING CI SO IT PICKS UP THE LATEST C…
kolaente d1d5316
Change nothing but TRIGGER THE FUCKING CI SO IT PICKS UP THE LATEST C…
kolaente 494ee08
fmt
kolaente 16c609a
Change nothing but TRIGGER THE FUCKING CI SO IT PICKS UP THE LATEST C…
kolaente 2303fc0
Change nothing but TRIGGER THE FUCKING CI SO IT PICKS UP THE LATEST C…
kolaente 3d8e037
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente d47c230
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente 07b3e10
Small fixes and improvments
kolaente c9bd49a
Deleted unnessecary license headers
kolaente d3b3a4c
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente 8d33ef8
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente a95dad3
Added custom error type if a passed user does not has access to the r…
kolaente 066eef4
Added custom error type if a passed user does not has access to the r…
kolaente 2f4b6f8
Improved loading assignees for a list of issues
kolaente 9f9f435
Improved adding/removing assignees via UI
kolaente 3d12ded
Improved adding/removing assignees via UI
kolaente 91aa3de
cleanup
kolaente bed774c
Merge branch 'master' into multiple-assignees
kolaente 84dd68f
Merge branch 'master' into multiple-assignees
kolaente 7014d05
Merge branch 'master' into multiple-assignees
kolaente 248d252
(hopefully) fixed postgresql error when building issue list with assi…
kolaente 6075a1e
Merge remote-tracking branch 'origin/multiple-assignees' into multipl…
kolaente 0bfbeef
(hopefully) fixed postgresql error when building issue list with assi…
kolaente 71e9ebc
Fixed assignee select dropdown ui
kolaente 3a49f58
Simplified loading assignees for one issue
kolaente 893565e
fixed import order
kolaente e2292ff
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente 7eb284a
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente e121931
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente 461a594
Added cleanup to migration
kolaente b55e8b5
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente 139724d
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente 0518f20
Added dropping is_assigned from issue_user in migration
kolaente a0919ff
Modified migration to use xorm session instead of xorm engine
kolaente f9cb8a1
Modified migration to use xorm session instead of xorm engine
kolaente bdda006
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente 3181f53
Added xorm session transaction
kolaente e79b5d4
removed unecessary join
kolaente b5d65cb
small improvements to issue list with assignees
kolaente 8e0395a
Error handling in the migration
kolaente 97e7ed9
Merge branch 'master' into multiple-assignees
lunny c3db90a
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente cc38f07
fmt
kolaente 5f692ec
Merge remote-tracking branch 'origin/multiple-assignees' into multipl…
kolaente 0102751
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente aea7776
Merge with gitea-master
kolaente 48c9acf
Merge with gitea-master
kolaente 137b952
Updated gitea-sdk
kolaente aedf5d1
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente b54e0b6
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente e6562ff
updated stylesheets
kolaente 4767b09
updated swagger.json
kolaente cbf9c5d
Simplified clearing all assignees
kolaente 259cb5f
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente 4f8aa91
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente c7d14bc
Fixed undefined "Assignee" in issues list
kolaente 0a7ff44
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente aa11367
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente a0d8cde
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente 4b31e99
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente bbf1320
Merge branch 'master' into multiple-assignees
lunny fade599
Fixed page reload when clearing all assignees in new issue form
kolaente 323c9b3
Merge branch 'master' into multiple-assignees
lunny a1f6fa9
Merge branch 'master' of https://github.com/go-gitea/gitea into multi…
kolaente f87edc7
Merge remote-tracking branch 'origin/multiple-assignees' into multipl…
kolaente File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
- | ||
id: 1 | ||
assignee_id: 1 | ||
issue_id: 1 | ||
- | ||
id: 2 | ||
assignee_id: 1 | ||
issue_id: 6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
maybe we could
break
here.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.
Sure.