Commit Graph

21 Commits

Author SHA1 Message Date
GitLab Bot 4223ed2e83 Add latest changes from gitlab-org/gitlab@master 2021-04-01 03:08:55 +00:00
GitLab Bot 96c78a921f Add latest changes from gitlab-org/gitlab@master 2020-09-18 18:10:26 +00:00
GitLab Bot a83a97f604 Add latest changes from gitlab-org/gitlab@master 2020-05-28 12:08:10 +00:00
GitLab Bot c324100967 Add latest changes from gitlab-org/gitlab@master 2019-11-07 21:06:14 +00:00
GitLab Bot 6b75320f52 Add latest changes from gitlab-org/gitlab@master 2019-10-17 12:07:33 +00:00
Alexandru Croitor 010e3c5ed4
Display only participants that user has permission to see 2019-09-30 14:22:05 +02:00
Patrick Derichs b6424b378d Fix confidential issue label disclosure on milestone view
Add changelog entry

Method should be public

Use milestonish method

Use render data to filter labels

Add specs for label visibility on milestone
2019-05-14 13:16:30 +02:00
Jan Provaznik 8ce4b6093a Move scoped_label into label presenter
When rendering a label we want to check 'scoped_label' feature
availability on a project/group where label is being used. For
this reason a label presenter is used in UI and information about
context project/group is passed to this presenter.
2019-04-23 19:58:20 +00:00
Jarka Košanová 8ad127083e Show only MRs visible to user on milestone detail 2019-02-14 15:30:22 +01:00
gfyoung 73322a0e55 Enable frozen string in app/controllers/**/*.rb
Enables frozen string for the following:

* app/controllers/*.rb
* app/controllers/admin/**/*.rb
* app/controllers/boards/**/*.rb
* app/controllers/ci/**/*.rb
* app/controllers/concerns/**/*.rb

Partially addresses #47424.
2018-09-18 21:22:45 -07:00
Lin Jen-Shin 418947b6ce Fix a few layout error 2017-11-22 23:30:51 +08:00
Lin Jen-Shin 07d3d44775 Move ModuleWithInstanceVariables to Gitlab namespace
And use .rubocop.yml to exclude paths we don't care,
rather than using the cop itself to exclude.
2017-11-22 17:06:57 +08:00
Lin Jen-Shin f8b681f6e9 WIP 2017-11-06 22:40:19 +08:00
Lin Jen-Shin 9ae92b8caa Add cop to make sure we don't use ivar in a module 2017-09-18 21:23:45 +08: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
Felipe Artur 2e3f0b08fb Remove old specs and add new ones 2017-06-16 12:02:20 -03:00
Felipe Artur 673bc07c0f Order merge requests by priority 2017-06-16 12:01:41 -03:00
Phil Hughes c0c82368da Fixed dashboard milestone tabs not loading
Closes #33477
2017-06-09 09:57:42 +01:00
Phil Hughes 4b812d979e Fixed failing specs 2017-04-26 12:23:29 +01:00
Phil Hughes 480fcb5533 Added controller specs 2017-04-26 12:23:29 +01:00
Phil Hughes 52d59a4e51 Load milestone tabs asynchronously 2017-04-26 12:23:29 +01:00