- 22.04.2016 39 коммитов
-
-
Felipe Artur создал
-
Robert Speicher создал
Refactor Todos feature spec to be faster and less brittle We now only create two Todos instead of 21 when testing pagination, and we've updated the test to be less brittle when dealing with slower CI environments. See merge request !3889
-
Robert Speicher создал
Use the `can?` helper instead of `current_user.can?` Fixes #15513. See merge request !3882
-
Robert Speicher создал
We now only create two Todos instead of 21 when testing pagination, and we've updated the test to be less brittle when dealing with slower CI environments.
-
-
Robert Speicher создал
Move cherry-pick feature specs to proper directory Cherry pick feature specs were located in `spec/feature/project` directory while we have `spec/feature/projects`. Later location is consistent with our namespaces (we have `Projects::` namespace, not `Project::`). See merge request !3875
-
Achilleas Pipinellis создал
Bump gitlab-shell to 2.7.2 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15525 See merge request !3884
-
-
-
Dmitriy Zaporozhets создал
Fixed issue with assignee object not being returned Closes #15515 See merge request !3877
-
-
Alfredo Sumaran создал
-
-
-
Grzegorz Bizon создал
-
Alfredo Sumaran создал
-
Rémy Coutable создал
Allow filtering by Owned projects on dashboard page Closes #3799  See merge request !3762
-
Achilleas Pipinellis создал
Add newest enhancements to GH importer docs [ci skip] See merge request !3867
-
-
-
-
Rémy Coutable создал
Always read diff_view setting from the cookie Prior, when the user had their view set to "parallel" and then visited a merge request's changes tab _without_ passing the `view` parameter via query string, the view would be parallel but the `Notes` class was always instantiated with the default value from `diff_view` ("inline"), resulting in broken markup when the form to add a line note was dynamically inserted. The cookie is set whenever the view is changed, so this value should always be up-to-date. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14557 and https://gitlab.com/gitlab-org/gitlab-ce/issues/15285 See merge request !3732 -
-
Grzegorz Bizon создал
Fix vulnerability that leaks private labels and milestones ## Summary This fixes vulnerability that leaks information about private labels and milestones because of insecure direct object reference in issueable create service. This affects merge requests and issues. See https://gitlab.com/gitlab-org/gitlab-ce/issues/15439 ## Fix This MR introduces additional check that rejects labels and milestone that does not belong to the same project issue/merg request does. ## Further work `IssuableBaseService` may benefit from encapsulating filters in separate class/module, which then may improve coherency in this class. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15439 See merge request !1954
-
Grzegorz Bizon создал
-
Grzegorz Bizon создал
-
Grzegorz Bizon создал
-
Grzegorz Bizon создал
-
Grzegorz Bizon создал
This also verify if milestone belongs to correct project before creating a new issue. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15439
-
-
Robert Speicher создал
Fixes text color on labels in sidebar Previously the labels in the sidebar would just have `#FFF` text color which could cause problems with a light background color. With this, the text color comes from the JSON. See merge request !3846
-
-
-
-
Alfredo Sumaran создал
-
Alfredo Sumaran создал
-
Alfredo Sumaran создал
-
Alfredo Sumaran создал
-
Jacob Schatz создал
Remove float from blame link icon Closes #15413 <img src="/uploads/af6aea9102e1b42e5e92783ce818863c/Screen_Shot_2016-04-21_at_1.57.56_PM.png" width="200px"> See merge request !3861
-
- 21.04.2016 1 коммит
-
-
Robert Speicher создал
-