summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Show pipeline creator & created_at in headingtc-pipeline-show-trigger-dateToon Claes2017-03-161-0/+4
| | | | | | Instead of showing the commit author & authored_date that triggered the pipeline, show the user and created_at in the heading of the pipeline show.
* Merge branch 'pipeline-tooltips-overflow' into 'master' Filipa Lacerda2017-03-161-0/+4
|\ | | | | | | | | | | | | Fixed pipeline action tooltips being cut off Closes #29314 See merge request !9960
| * Fixed pipeline action tooltips being cut offpipeline-tooltips-overflowPhil Hughes2017-03-151-0/+4
| | | | | | | | | | | | | | | | | | | | Changed the container for the tooltip to be the body so that the tooltip does not get cut off with the overflow area. This change affects both merge request pipelines table & the pipelines page Closes #29314
* | Adds pipeline mini-graph to system information box in Commit ViewFilipa Lacerda2017-03-161-0/+4
| |
* | Merge branch 'group-gear-setting-dropdown-to-tab' into 'master' Douwe Maan2017-03-161-0/+4
|\ \ | | | | | | | | | | | | | | | | | | Moved the gear settings dropdown in the group view to a tab Closes #23304 See merge request !9882
| * | Moved the gear settings dropdown in the group view to a tabJose Ivan Vargas2017-03-141-0/+4
| | |
* | | Merge branch '8836-mr-revert' into 'master' Robert Speicher2017-03-151-4/+0
|\ \ \ | | | | | | | | | | | | | | | | Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master' See merge request !9974
| * | | Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'Stan Hu2017-03-151-4/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit 5e9666880376b3f53edb95cba77b5642d3cc1810, reversing changes made to b35378a938e22f745b6c6ea32b53cb50f9b6c627.
* | | | Merge branch 'add_quick_submit_for_snippet_forms' into 'master' Clement Ho2017-03-151-0/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Add quick submit for snippet forms Closes #27534 See merge request !9911
| * | | Add quick submit for snippet formsblackst0ne2017-03-141-0/+4
| | | |
* | | | Merge branch 'better-priority-sorting' into 'master' Douwe Maan2017-03-152-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better priority sorting Closes #28754 See merge request !9938
| * | | | Allow filtering by all started milestonesbetter-priority-sortingSean McGivern2017-03-151-0/+4
| | | | |
| * | | | Allow sorting by due date and label prioritySean McGivern2017-03-151-0/+4
| | | | |
* | | | | Merge branch '27174-filter-filters' into 'master' Clement Ho2017-03-151-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent filtering Issues by multiple milestones, authors, or assignees Closes #27174 See merge request !9406
| * | | | | prevent filtering Issues by multiple milestones, authors, or assignees27174-filter-filtersSimon Knox2017-03-111-0/+4
| | | | | |
* | | | | | Merge branch 'dm-copy-code-as-gfm' into 'master' Sean McGivern2017-03-151-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy code as GFM from diffs, blobs and GFM code blocks See merge request !9874
| * | | | | | Copy code as GFM from diffs, blobs and GFM code blocksDouwe Maan2017-03-141-0/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch '27271-missing-time-spent-in-issue-webhook' into 'master' Douwe Maan2017-03-151-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include time tracking attributes in webhooks payload Closes #27271 See merge request !9942
| * | | | | | Include time tracking attributes in webhooks payload27271-missing-time-spent-in-issue-webhookRuben Davila2017-03-141-0/+4
| | | | | | |
* | | | | | | Remove whitespace in group linksXurxo2017-03-151-0/+4
| | | | | | |
* | | | | | | Merge branch 'allow-resolving-conflicts-in-utf-8' into 'master' Robert Speicher2017-03-151-0/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow resolving conflicts with non-ASCII chars Closes #26214 See merge request !9937
| * | | | | | Allow resolving conflicts with non-ASCII charsallow-resolving-conflicts-in-utf-8Sean McGivern2017-03-151-0/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We wanted to check that the text could be encoded as JSON, because conflict resolutions are passed back and forth in that format, so the file itself must be UTF-8. However, all strings from the repository come back without an encoding from Rugged, making them ASCII_8BIT. We force to UTF-8, and reject if it's invalid. This still leaves the problem of a file that 'looks like' UTF-8 (contains valid UTF-8 byte sequences), but isn't. However: 1. If the conflicts contain the problem bytes, the user will see that the file isn't displayed correctly. 2. If the problem bytes are outside of the conflict area, then we will write back the same bytes when we resolve the conflicts, even though we though the encoding was UTF-8.
* | | | | | Merge branch '28277-document-u2f-limitations-with-multiple-urls' into 'master' Achilleas Pipinellis2017-03-151-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Document U2F limitations with multiple URLs" Closes #28277 See merge request !9300
| * | | | | | Document U2F limitations with multiple hostnames/FQDNs.28277-document-u2f-limitations-with-multiple-urlsTimothy Andrew2017-02-251-0/+4
| | | | | | |
* | | | | | | Merge branch 'fix-milestone-name-on-show' into 'master' Rémy Coutable2017-03-151-0/+4
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo on Milestones show page. Fixes #29214 Closes #29214 See merge request !9913
| * | | | | | Switch to using milestone.to_reference when displaying milestone Fix #29214Raveesh2017-03-141-0/+4
| | |/ / / / | |/| | | |
* | | | | | Display full project name with namespace upon deletionMark Fletcher2017-03-151-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | * Removes ambiguity when two projects exist with the same name
* | | | | | Merge branch '28187-project-name-cut-off-with-nested-groups' into 'master' Alfredo Sumaran2017-03-151-0/+4
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Toggle long Project names Closes #28187 See merge request !9501
| * | | | | Toggle project name if too long28187-project-name-cut-off-with-nested-groupsSam Rose2017-03-131-0/+4
| | | | | |
* | | | | | Merge branch 'issue-boards-new-search-bar' into 'master' Filipa Lacerda2017-03-141-0/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added filtered search bar to issue boards Closes #28312 See merge request !9757
| * | | | | Added filtered search bar to issue boardsPhil Hughes2017-03-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Closes #28312
* | | | | | Merge branch 'fix/gb/dashboard-commit-status-caching' into 'master' Sean McGivern2017-03-141-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve fragment caching rules at projects dashboard Closes #28364 See merge request !9895
| * | | | | | Add changelog entry for project status caching fixfix/gb/dashboard-commit-status-cachingGrzegorz Bizon2017-03-141-0/+4
| | | | | | |
* | | | | | | Merge branch 'adam-count-badges-group-dashboard-milestones' into 'master' Sean McGivern2017-03-141-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add count badges to both dashboard and group milestones Closes #24421 See merge request !9836
| * | | | | | | Add count badges to both dashboard and group milestonesadam-count-badges-group-dashboard-milestonesAlex Braha Stoll2017-03-101-0/+4
| | | | | | | |
* | | | | | | | Organize our polyfills and standardize on core-jsMike Greiling2017-03-131-0/+4
| | | | | | | |
* | | | | | | | Merge branch 'feature/custom-lfs' into 'master' Douwe Maan2017-03-131-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not show LFS object when LFS is disabled Closes #28817 See merge request !9779
| * | | | | | | | Do not show LFS object when LFS is disabledChristopher Bartz2017-03-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not display a 404, when a user tries to retrieve the raw content of an LFS file (pointer) if the config option "lfs_enabled" is set to false. Instead, display the LFS pointer file directly.
* | | | | | | | | Merge branch 'handle-failure-when-deleting-tags' into 'master' Douwe Maan2017-03-131-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display error message when deleting tag in web UI fails See merge request !9906
| * | | | | | | | | Display error message when deleting tag in web UI failshandle-failure-when-deleting-tagsAdam Niedzielski2017-03-131-0/+4
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch '19742-permalink-blame-button-line-number-hash-links' into ↵Alfredo Sumaran2017-03-131-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Update permalink/blame buttons with line number fragment hash Closes #19742 See merge request !9461
| * | | | | | | | | Update permalink/blame buttons with line number fragment hash19742-permalink-blame-button-line-number-hash-linksEric Eastwood2017-03-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/19742
* | | | | | | | | | Merge branch '25515-delegate-single-discussion-to-new-issue' into 'master' Douwe Maan2017-03-131-0/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a new issue for a single discussion See merge request !8266
| * | | | | | | | | Delegate a single discussion to a new issueBob Van Landuyt2017-03-131-0/+4
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue.
* | | | | | | | | Merge branch '24501-new-file-existing-branch' into 'master'Sean McGivern2017-03-131-0/+4
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New file from interface on existing branch Closes #24501 See merge request !8427
| * | | | | | | | New file from interface on existing branchJacopo2017-03-131-0/+4
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now you can create a new file and select a target_branch != source_branch. If the file that you want to create already exists on the target branch an error message is shown A glDropdown is used to select and create a new branch instead of a text field.
* | | | | | | | Merge branch 'dz-blacklist--names' into 'master' Douwe Maan2017-03-131-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Blacklist nested groups and project names that can cause ambiguous routing for HA Closes #29324 See merge request !9898
| * | | | | | | | Reserve few project and nested group pathsDmitriy Zaporozhets2017-03-131-0/+4
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That have wildcard routes associated and not reserved yet: artifacts, graphs, badges and refs Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | Merge branch 'pages-0.4.0' into 'master' Robert Speicher2017-03-131-0/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Use GitLab Pages v0.4.0 See merge request !9896
| * | | | | | | Use GitLab Pages v0.4.0Nick Thomas2017-03-131-0/+4
| |/ / / / / /