Commit graph

20 commits

Author SHA1 Message Date
Rajat Jain
2302385cce Don't let logged out user do manual order
Add a check for logged out user in the manual order
so that they don't see an flash message when they try to
reorder issues.
2019-07-02 23:17:49 +05:30
Stan Hu
25b3d905a0 Properly check that issue list has persisted
A valid user needs to be signed in, and we need to reload the page to
verify that the issue list was saved on the backend.
2019-06-26 14:51:53 -07:00
Rajat Jain
62a5a6b621 Use relative position to order issues 2019-06-26 22:20:45 +05:30
Rajat Jain
d85e9965ea Stub manual_sorting flag 2019-06-26 19:23:18 +05:30
Rajat Jain
6f448bd17d Bring Manual Ordering on Issue List
On all the issue lists -- Group, Project and Dashboard -- this
change adds a new option for managing the lists.

"Manual Ordering" option is added which when flipped on will allow
an user to drag and drop issues around to create a relative ordering
among them.
2019-06-26 08:29:23 +00:00
James Ramsay
79d90cb6bd Use Projects::UpdateService to archive projects
System hooks were not being triggered when projects were archived or
unarchived. Reuse the Projects::UpdateService to automatically
trigger system hooks and increase code reuse.
2018-08-03 11:55:21 -04:00
Mark Chao
a63bce1a4b Resolve "Rename the Master role to Maintainer" Backend 2018-07-11 14:36:08 +00:00
Winnie Hellmann
3db2f32759 Enable Capybara/FeatureMethods cop 2018-07-05 06:32:05 +00:00
Jan Beckmann
352e322291 Resolve "404 when trying to create a new issue from the group" 2018-07-02 08:04:43 +00:00
Imre Farkas
20dfe25c15 Export assigned issues in iCalendar feed 2018-05-31 14:01:04 +00:00
Semyon Pupkov
d6af33b4b2 Replace group spinach tests with RSpec analog
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-03-29 12:12:47 +05:00
Jarka Kadlecová
7f0ebeff1a Include subgroup issuables on the group page 2018-02-01 07:04:37 +01:00
Clement Ho
974a04026d Add filtered search to group issue dashboard 2017-08-02 09:27:24 +00:00
Keifer Furzland
7e113b6824 Remove superfluous type defs in specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:52 +02:00
Alexis Reigel
dfc2542f55 use full caps RSS instead of rss 2017-05-24 22:29:59 +02:00
Alexis Reigel
6efe9c2f14 atom links with rss token instead of private token 2017-05-24 22:29:59 +02:00
Oswaldo Ferreira
2338785ec9 Use wait_for_requests to wait all JS request 2017-05-22 20:39:49 -03:00
Phil Hughes
dab6aab220 Assignee filter on group issues/merge requests only loads group users
Closes #29490
2017-04-24 16:15:24 +01:00
Michael Kozono
a2670ee06b Show public RSS feeds to anonymous users 2017-02-28 12:50:57 -08:00
Douwe Maan
79d94b1679 Merge branch '22481-honour-issue-visibility-for-groups' into 'security'
Honour issue and merge request visibility in their respective finders

This MR fixes a security issue with the IssuesFinder and MergeRequestFinder where they would return items the user did not have permission to see. This was most visible on the issue and merge requests page for a group containing projects that had set their issues or merge requests to "private".

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/22481

See merge request !2000
2016-11-09 12:24:13 +01:00