summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGELOGfeature/global-and-group-level-labelsDouglas Barbosa Alexandre2016-09-161-0/+1
|
* Add a feature spec for Admin Global LabelsDouglas Barbosa Alexandre2016-09-163-156/+116
|
* Fix MR/Issues count on global labels pageDouglas Barbosa Alexandre2016-09-163-7/+13
|
* Replicate global labels when creating a new groupDouglas Barbosa Alexandre2016-09-165-21/+71
|
* Show/hide label type icon when set/removing label priorityDouglas Barbosa Alexandre2016-09-163-6/+7
|
* Fix label manager to handle group labels correctlyDouglas Barbosa Alexandre2016-09-161-3/+12
|
* Remove duplicated logic from labels related servicesDouglas Barbosa Alexandre2016-09-165-103/+45
|
* List global labels on project labels pageDouglas Barbosa Alexandre2016-09-163-12/+28
|
* List global labels on group labels pageDouglas Barbosa Alexandre2016-09-164-9/+27
|
* Add CRUD functionality to global labelsDouglas Barbosa Alexandre2016-09-1622-159/+729
|
* Remove template attribute from Label modelDouglas Barbosa Alexandre2016-09-166-11/+38
|
* Improve UX for labels page with iconsDouglas Barbosa Alexandre2016-09-169-8/+41
|
* Allow user to prioritize labels on project labels pageDouglas Barbosa Alexandre2016-09-167-34/+60
|
* Add service to toggle label subscription for a group/projectDouglas Barbosa Alexandre2016-09-167-14/+120
|
* List group labels on project labels pageDouglas Barbosa Alexandre2016-09-165-11/+29
|
* Refactoring labels related servicesDouglas Barbosa Alexandre2016-09-169-63/+160
|
* Add label_type to label modelDouglas Barbosa Alexandre2016-09-164-1/+21
|
* Add service to destroy labels for a group/projectDouglas Barbosa Alexandre2016-09-164-2/+60
|
* Extract base service class for labels related servicesDouglas Barbosa Alexandre2016-09-165-30/+15
|
* Add service to update labels for a group/projectDouglas Barbosa Alexandre2016-09-164-2/+81
|
* Add service to replicate global/group labels for a projectDouglas Barbosa Alexandre2016-09-165-15/+55
|
* Add service to generate default labels for a group/projectDouglas Barbosa Alexandre2016-09-165-28/+62
|
* Add service to create labels for a group/projectDouglas Barbosa Alexandre2016-09-166-3/+100
|
* Add CRUD functionality to group labelsDouglas Barbosa Alexandre2016-09-1615-8/+236
|
* Fix Gitlab::ImportExport::ProjectTreeRestorerDouglas Barbosa Alexandre2016-09-164-4/+6
|
* Fix Dashboard::LabelsControllerDouglas Barbosa Alexandre2016-09-161-1/+1
|
* Fix Gitlab::GoogleCodeImport::ImporterDouglas Barbosa Alexandre2016-09-161-1/+1
|
* Fix Gitlab::GithubImport::LabelFormatterDouglas Barbosa Alexandre2016-09-162-2/+2
|
* Fix Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-09-161-1/+1
|
* Fix LabelsHelperDouglas Barbosa Alexandre2016-09-164-17/+26
|
* Fix IssuableFinderDouglas Barbosa Alexandre2016-09-161-2/+2
|
* Fix specs to use Label#subject instead of Label#projectDouglas Barbosa Alexandre2016-09-1641-102/+102
|
* Change project to a polymorphic on labelsDouglas Barbosa Alexandre2016-09-167-18/+48
|
* Merge branch 'issue-22083' into 'master' Rémy Coutable2016-09-162-1/+2
|\ | | | | | | | | | | | | Fixes incorrect reference to `@repository.root_ref` in _readme.html.haml. Fixes #22083 See merge request !6369
| * fixed incorrect reference to @repository.root_ref in _readme.html.haml. #22083Jason Aquino2016-09-162-1/+2
| |
* | Merge branch 'group_approvers' into 'master' Rémy Coutable2016-09-1630-569/+1
|\ \ | | | | | | | | | | | | | | | | | | Remove schema annotations completely It removes schema annotations completely. The https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4099 has not done that See merge request !6386
| * | Remove schema annotations completelyValery Sizov2016-09-1630-569/+1
| | |
* | | Add missing CHANGELOG entryRémy Coutable2016-09-161-0/+1
| |/ |/| | | | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'increase_artifact_size_column' into 'master' Yorick Peterse2016-09-163-2/+18
|\ \ | | | | | | | | | | | | Increase ci_builds artifacts_size column to 8-byte integer to allow larger files See merge request !6333
| * | Increase ci_builds artifacts_size column to 8-byte integer to allow larger filesDrew Blessing2016-09-153-2/+18
| | |
* | | Merge branch 'integer_migration_style' into 'master' Yorick Peterse2016-09-163-43/+88
|\ \ \ | | | | | | | | | | | | | | | | Integer migration style See merge request !6334
| * | | fixDrew Blessing2016-09-151-8/+3
| | | |
| * | | Add support for column limits in add_column_with_defaultDrew Blessing2016-09-153-44/+94
| |/ /
* | | Merge branch 'sh-add-link-to-reliable-capybara-specs' into 'master' Achilleas Pipinellis2016-09-161-0/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add link to article on how to write reliable, asynchronous tests with Capybara This article has been incredibly useful for all developers. Adding a link to it so more people can refer to it. See merge request !6312
| * | | Add link to article on how to write reliable, asynchronous tests with Capybarash-add-link-to-reliable-capybara-specsStan Hu2016-09-121-0/+2
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'diff-comments-toggle-tooltip-hide' into 'master' Fatih Acet2016-09-162-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hides tooltip on discussion toggle button when clicking ## What does this MR do? Hides the tooltip when clicking the discussion toggle button. Rather than triggering the tooltip to hide we trigger blur. This is because of how _amazing_ Bootstraps tooltips are. They are shown also on focus so if we trigger the tooltip to hide & then mouseover the button again the tooltip still shows. ## What are the relevant issue numbers? Closes #20750 See merge request !6303
| * | | | Hides tooltip on discussion toggle button when clickingdiff-comments-toggle-tooltip-hidePhil Hughes2016-09-122-0/+2
| | | | | | | | | | | | | | | | | | | | Closes #20750
* | | | | Merge branch 'issue-boards-large-height-load' into 'master' Fatih Acet2016-09-162-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue boards loading issues on large screens ## What does this MR do? On larger screens it is possible for 20 issues to load (this is the amount per page) & there still to be room underneath the last issue which means the list can't scroll stopping the infinite scrolling working. This MR checks if there are more issues to load, if there are & the height of the scroll area is less than or the same as scroll height then more issues are loaded. This will keep happening until it is possible to scroll, once it is possible to scroll it goes back to the default behaviour of the infinite scrolling. ## What are the relevant issue numbers? Closes #22092 See merge request !6319
| * | | | | Fixed issue boards loading issues on large screensissue-boards-large-height-loadPhil Hughes2016-09-132-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Closes #22092
* | | | | | Merge branch 'issue_21824' into 'master' Fatih Acet2016-09-163-9/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issuable templates dropdown for forked projects fixes #21824 See merge request !6329