GitLab Bot
78cfc7cf4a
Add latest changes from gitlab-org/gitlab@master
2022-02-15 15:15:04 +00:00
GitLab Bot
8d2c267efc
Add latest changes from gitlab-org/gitlab@master
2021-11-25 06:12:46 +00:00
GitLab Bot
157c4d9279
Add latest changes from gitlab-org/gitlab@master
2021-11-02 09:09:49 +00:00
GitLab Bot
c241fef181
Add latest changes from gitlab-org/gitlab@master
2021-07-27 18:10:54 +00:00
GitLab Bot
49bb78aac3
Add latest changes from gitlab-org/gitlab@master
2021-05-17 18:10:42 +00:00
GitLab Bot
c19bb4adbf
Add latest changes from gitlab-org/gitlab@master
2021-05-14 09:10:24 +00:00
GitLab Bot
0ae8428c8e
Add latest changes from gitlab-org/gitlab@master
2021-05-11 21:10:21 +00:00
GitLab Bot
f3197dab7f
Add latest changes from gitlab-org/gitlab@master
2021-04-27 06:09:45 +00:00
GitLab Bot
962af1ccc6
Add latest changes from gitlab-org/gitlab@master
2021-04-06 00:09:06 +00:00
GitLab Bot
ee4105895e
Add latest changes from gitlab-org/gitlab@master
2021-03-12 18:09:23 +00:00
GitLab Bot
839e879bcf
Add latest changes from gitlab-org/gitlab@master
2021-02-17 09:09:36 +00:00
GitLab Bot
7f5e08060f
Add latest changes from gitlab-org/gitlab@master
2021-02-12 09:08:48 +00:00
GitLab Bot
316fbf9f95
Add latest changes from gitlab-org/gitlab@master
2020-10-15 18:08:43 +00:00
GitLab Bot
56fcf956a0
Add latest changes from gitlab-org/gitlab@master
2020-09-22 03:09:49 +00:00
GitLab Bot
afed1a4be1
Add latest changes from gitlab-org/gitlab@master
2020-09-17 09:09:32 +00:00
GitLab Bot
ada214dc52
Add latest changes from gitlab-org/gitlab@master
2020-04-30 09:09:39 +00:00
GitLab Bot
fca89bb73f
Add latest changes from gitlab-org/gitlab@master
2020-03-11 21:09:19 +00:00
GitLab Bot
82fa8a3d1e
Add latest changes from gitlab-org/gitlab@master
2020-03-10 09:08:10 +00:00
GitLab Bot
b925465787
Add latest changes from gitlab-org/gitlab@master
2019-09-23 21:06:29 +00:00
GitLab Bot
80f61b4035
Add latest changes from gitlab-org/gitlab@master
2019-09-18 14:02:45 +00:00
GitLab Bot
b7dfe2ae40
Add latest changes from gitlab-org/gitlab@master
2019-09-13 13:26:31 +00:00
Felipe Artur
13fc0efa57
Let project reporters create issue from group boards
...
The current state of group issue boards does not show the "Add issues"
button on the UI for users that are reporters of group child projects.
2019-09-04 16:33:02 +00:00
Winnie Hellmann
2e6225538f
Split and prepend CurrentBoardEntity
...
(cherry picked from commit 1e8bdd01bff96122fe80c51fa8f024f18675b58b)
2019-07-12 06:31:17 +00:00
Alexandru Croitor
0f6c42c5ce
Move Multiple Issue Boards for Projects to Core
...
Refactor code to allow multiple issue boards management for projects
in CE
2019-06-26 12:28:00 +03:00
Heinrich Lee Yu
275a17589c
Rename to time_tracking_limit_to_hours
...
Changes migration and all other places the attribute is used
2019-06-25 09:31:23 +08:00
Oswaldo Ferreira
ca884980ee
[CE] Support multiple assignees for merge requests
...
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161
(code out of ee/ folder).
2019-04-08 18:40:00 -03:00
Dmitriy Zaporozhets
9d476b1142
Refactor labels_filter_path and labels nav
...
Refactor labels_filter_path method to be consistent with other similar
methods like search_filter_path, milestones_filter_path etc.
Also move repeating code in labels index page nav into shared partial
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-10-04 10:24:50 +02:00
gfyoung
1993a4449a
Enable frozen string for app/helpers/**/*.rb
...
Partially addresses #47424 .
2018-09-06 17:33:46 -07:00
Felipe Artur
ad7148d9ea
Allow assigning and filtering issuables by ancestor group labels
2018-04-04 15:40:29 +00:00
Felipe Artur
9946d0813c
Address review comments
2018-03-05 14:30:56 -03:00
Felipe Artur
dd071c4b6e
Bring one group board to CE
2018-03-03 12:56:17 -03:00
Luke Bennett
19dcb2da05
Use path helper instead of url helper
2017-12-03 18:46:07 +00:00
Oswaldo Ferreira
18db152448
Remove unnecessary helper method
2017-10-31 12:58:09 +01:00
Oswaldo Ferreira
6fbd430fbe
Initial CE backport for saved issue board
2017-10-31 12:58:09 +01:00
Dmitriy Zaporozhets
c7f0d2b2af
Revert "Merge branch '2518-saved-configuration-for-issue-board' into 'master'"
...
This reverts merge request !15009
2017-10-30 19:53:14 +00:00
Oswaldo Ferreira
cd784a80d7
[CE backport] Saved configuration for issue board
2017-10-30 09:10:09 +00:00
Phil Hughes
cfea8f796f
Fixed missing namespaces on navigation translations
2017-09-27 15:44:39 +01:00
Phil Hughes
360b60bea7
CE backport of new-sidebar-boards
2017-09-13 11:08:48 +01:00
Felipe Artur
7474060421
Fix route conflict
2017-09-04 18:36:31 -03:00
Felipe Artur
aa997e4297
Small fixes
2017-08-31 16:34:57 -03:00
Felipe Artur
f2a43ff5b7
Group boards CE backport
2017-08-28 18:56:49 -03:00
Douwe Maan
fe13f11041
Create and use project path helpers that only need a project, no namespace
2017-07-05 11:11:59 -05:00
Phil Hughes
79d50538c4
Fixed avatar not displaying in issue boards
...
This happens when Gravatar is disabled in the admin settings, the avatar is returned as null & then frontend didn't do anything about it.
Closes #31428
2017-04-28 11:27:52 +01:00
Phil Hughes
103c78f18c
Removes labels instead of closing issue when clicking remove button
2017-02-03 17:02:44 +03:00
Phil Hughes
39fbd18951
Fixed bug with empty state showing after search
...
Fixed users href path being incorrect
2017-02-03 17:02:44 +03:00
Phil Hughes
cabc131cfb
Stop unauthized users dragging on issue boards
...
Closes #23763
2016-10-25 12:57:56 +01:00
Phil Hughes
f76f569bb8
Moved data attribute values into helper method
2016-10-12 12:50:47 +01:00