Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-20Merge branch 'milestones-show-mrs' into 'master' Jacob Schatz
Add merge request data to the progress information on Milestones pages. ## What does this MR do? Adds data about merge requests to the Milestone show view. It previously only showed something like `3 issues: 2 open and 1 closed 20% complete`, now it shows `3 issues: 2 open and 1 closed 2 merge requests: 2 open and 0 merged 20% complete`. ## Are there points in the code the reviewer needs to double check? I don't think so. ## Why was this MR needed? The milestone progress % didn't accurately reflect the open/merged MRs. ## What are the relevant issue numbers? Fixes #13980 ## Screenshots (if relevant) Before: ![Screen_Shot_2016-06-16_at_2.12.57_PM](/uploads/99a044ea918b23fe93cef3305c21086e/Screen_Shot_2016-06-16_at_2.12.57_PM.png) After: ![Screen_Shot_2016-06-16_at_2.12.38_PM](/uploads/be17e723b9c9bbe33099d1f0e94192d0/Screen_Shot_2016-06-16_at_2.12.38_PM.png) ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) cc: @jschatz1 See merge request !4719
2016-06-14show number of processed mrs in milestone pageArinde Eniola
2016-06-08Improve button margin for btn-grouped css classDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-21fix user.name length in milestones participants tabTony Chu
2016-05-03Improve milestone page UIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-04-18Remove additional misuse of `data-original-title` attributeRobert Speicher
2016-04-11make milestone labels in labels tab similar to that of the labels pageArinde Eniola
2016-03-20change the css class has_tooltip to has-tooltip universallyArinde Eniola
2016-03-19Merge branch 'label-tooltip' into 'master' Douwe Maan
Add label description in tooltip to labels in issue index and sidebar The tooltip can get quite big, but it’s so useful to inform people about what these labels mean new ![Screen_Shot_2016-03-08_at_11.48.28](/uploads/894baaaa1f789c3a2069a924d541e64b/Screen_Shot_2016-03-08_at_11.48.28.png) ![Screen_Shot_2016-03-08_at_11.48.20](/uploads/efe4fa0960054c4071b8f6bf83024403/Screen_Shot_2016-03-08_at_11.48.20.png) @JobV writes on Slack: > yeah I think it’s better than not, but I’d have to try it :smiley: > > cautious yes, revert if it’s annoying :wink: See merge request !3124
2016-03-18Add eye-slash icon to confidential issuesDouglas Barbosa Alexandre
2016-03-18Restrict access for confidential issues on milestone viewDouglas Barbosa Alexandre
2016-03-17Add label description in tooltip to labels in issue index and sidebarDouwe Maan
2016-03-07Updates from last code review.Rubén Dávila
2016-03-05Add link with filter by milestone for labels and avatar.Rubén Dávila
Closes #13628
2016-03-05Add missing partials!Rubén Dávila
2016-03-05Show Project name on Labels tab for Group and Dashboard context.Rubén Dávila
2016-03-05Use the same partial when rendering Issues or Merge Requests.Rubén Dávila
2016-03-05Make Merge Requests tab have the same look as Issues.Rubén Dávila
2016-03-05Show project name for Issues tab in Group and Dashboard context.Rubén Dávila
2016-03-05Refactor Merge Requests tab into a custom partialRubén Dávila
* Add Labels tab to Groups * Add decorator for label so it's aware of Milestones.
2016-03-05Refactor Merge Requests tab into a custom partialRubén Dávila
2016-03-05Eager load Issues/MRs project for Milestone.Rubén Dávila
With this change we avoid doing N+1 queries when viewing Milestone's Issues/MRs from a Group context.
2016-03-05Refactor Merge Requests tab into a custom partialRubén Dávila
2016-03-05Recator Issues Tab into a custom partial.Rubén Dávila