summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use groupPath on the client instead of webUrlfix-group-urlAlfredo Sumaran2017-06-153-3/+8
|
* Expose :group_path and restore :web_url in GroupEntityAlfredo Sumaran2017-06-151-1/+2
|
* Expose correct path to groupAlfredo Sumaran2017-06-151-1/+4
| | | | :web_url will expose the full URL to the group making it unreachable on tests since the URL will not have the correct port on it.
* Merge branch '33614-try-to-fix-transient-failure' into 'master'Robert Speicher2017-06-151-2/+2
|\ | | | | | | | | | | | | Try to use the same pattern as other spec in this file Closes #33614 See merge request !12192
| * Try to use the same pattern as other spec in this file33614-try-to-fix-transient-failureRémy Coutable2017-06-151-2/+2
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'docs-registry-hostname-part-of-service-hostname' into 'master'33745-issue-closing-pattern-does-not-work-for-secondary-issues-when-using-full-urlsRémy Coutable2017-06-151-0/+12
|\ | | | | | | | | Service hostname also include registry name, when using non Docker Hub registry. See merge request !11729
| * Language typos fixedMatej Zerovnik2017-06-121-2/+2
| |
| * Service hostname also include registry name, when using non Docker Hub registry.Matej2017-05-261-0/+12
| |
* | Merge branch '31782-fix-diff-discussion-file-title-misalignment' into 'master'Annabel Dunstone Gray2017-06-151-2/+3
|\ \ | | | | | | | | | | | | | | | | | | Fix file diff title and renames alignment in discussions Closes #31782 See merge request !12169
| * | Fix file diff title and renames alignment in discussions31782-fix-diff-discussion-file-title-misalignmentEric Eastwood2017-06-141-2/+3
| | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31782 The unused toggle was removed previously, https://gitlab.com/gitlab-org/gitlab-ce/commit/cc37d1dfa11691f2d8357151d4b722b3d114881e#cf11229dd714f7f4b46f102ce6846e25528b6689_7_6
* | | Merge branch 'deprecate-gitaly-path' into 'master'Sean McGivern2017-06-159-23/+361
|\ \ \ | | | | | | | | | | | | | | | | Stop using deprecated `path` field on Gitaly messages See merge request !12112
| * | | Stop using deprecated `path` field on Gitaly messagesAlejandro Rodríguez2017-06-149-23/+361
| | | | | | | | | | | | | | | | | | | | This revealed an error in our configuration generation in gitlab:gitaly:install rake task. The fix is included
* | | | Merge branch '13336-multiple-broadcast-messages' into 'master'Rémy Coutable2017-06-157-19/+61
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #13336 - display multiple messages in both the UI and git output Closes #13336 See merge request !11113
| * | | | #13336 - display multiple messages in both the UI and git outputMike Ricketts2017-06-157-19/+61
|/ / / /
* | | | Merge branch 'docs/gb/document-new-migrations-testing-technique' into 'master'Rémy Coutable2017-06-151-0/+87
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document a new migrations testing technique Closes #33565 See merge request !12181
| * | | | Document a new migrations testing techniquedocs/gb/document-new-migrations-testing-techniqueGrzegorz Bizon2017-06-151-0/+87
| | | | |
* | | | | Merge branch '23998-blame-age-map' into 'master'Annabel Dunstone Gray2017-06-157-3/+158
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add age color mapping to blame view Closes #23998 See merge request !7198
| * | | | | Add blame view age mapJeff Stubler2017-06-147-3/+158
| | | | | |
* | | | | | Merge branch 'sh-fix-spec-helper-ee-consistency' into 'master'Rémy Coutable2017-06-151-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make spec/spec_helper consistent with EE by including a :routing type See merge request !12178
| * | | | | | Make spec/spec_helper consistent with EE by including a :routing typesh-fix-spec-helper-ee-consistencyStan Hu2017-06-141-0/+1
| | | | | | |
* | | | | | | Merge branch 'fix-manual-actions' into 'master'Grzegorz Bizon2017-06-155-5/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not show manual actions that cannot be run Closes #32380 See merge request !12121
| * | | | | | | Do not show manual actions that cannot be runfix-manual-actionsKamil Trzcinski2017-06-135-5/+25
| | | | | | | |
* | | | | | | | Merge branch 'backport-merge_params-conflict-message-to-ce-master' into 'master'Sean McGivern2017-06-151-1/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Backport merge_params.html.haml conflict comment See merge request !12138
| * | | | | | | Improve conflict message in _merge_params.html.hamlLuke "Jared" Bennett2017-06-141-1/+2
| | | | | | | |
| * | | | | | | Backport merge_params.html.haml conflict commentLuke "Jared" Bennett2017-06-141-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'instrument-merge-request-diff-load-commits' into 'master'Sean McGivern2017-06-153-0/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instrument MergeRequestDiff#load_commits See merge request !12162
| * | | | | | | Instrument MergeRequestDiff#load_commitsinstrument-merge-request-diff-load-commitsSean McGivern2017-06-143-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This instrumentation isn't needed strictly for performance measurements, but just to see which controller actions call this method at all. See <https://gitlab.com/gitlab-org/gitlab-ce/issues/30224#note_32306159> for more details.
* | | | | | | | Merge branch 'dm-fix-parser-cache' into 'master'Sean McGivern2017-06-153-2/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't return nil for missing objects from parser cache See merge request !12168
| * | | | | | | | Don't return nil for missing objects from parser cachedm-fix-parser-cacheDouwe Maan2017-06-143-2/+6
| | | | | | | | |
* | | | | | | | | Merge branch '33483-fix-note-highlight-being-lost-on-note-update' into 'master'Phil Hughes2017-06-152-3/+70
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix note highlight being lost after real time update Closes #33483 See merge request !12098
| * | | | | | | | | Fix note highlight being lost after real time updateEric Eastwood2017-06-142-3/+70
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33483
* | | | | | | | | Merge branch '32861-fix-milestone-drag-and-drop-assignees' into 'master'Phil Hughes2017-06-152-11/+23
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix milestone page assignees when dropped in ongoing list Closes #32861 See merge request !12076
| * | | | | | | | Fix milestone page assignees when dropped in ongoing listEric Eastwood2017-06-142-11/+23
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32861
* | | | | | | | Merge branch 'dm-target-branch-slash-command-desc' into 'master'Robert Speicher2017-06-142-1/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update /target_branch slash command description to be more consistent See merge request !12175
| * | | | | | | | Update /target_branch slash command description to be more consistentdm-target-branch-slash-command-descDouwe Maan2017-06-142-1/+5
| | | | | | | | |
* | | | | | | | | Merge branch 'rs-fix-codeclimate-build' into 'master'Douwe Maan2017-06-142-2/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Require rubocop-rspec in the correct location See merge request !12174
| * | | | | | | | | Require rubocop-rspec in the correct locationrs-fix-codeclimate-buildRobert Speicher2017-06-142-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves the `codeclimate` CI failure
* | | | | | | | | | Remove extra line so that it is consistent with EEClement Ho2017-06-141-1/+0
| | | | | | | | | |
* | | | | | | | | | Merge branch '33529-fix-autocomplete-atwho-not-showing-on-note-edit-form' ↵Clement Ho2017-06-142-1/+18
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix autocomplete not working on note edit form Closes #33529 See merge request !12106
| * | | | | | | | | Fix autocomplete not working on note edit formEric Eastwood2017-06-142-1/+18
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33529 Bug introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11278
* | | | | | | | | Merge branch 'pipelines-row-vue-file-fix' into 'master'Annabel Dunstone Gray2017-06-141-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed pipelines Vue template not ending correctly See merge request !12170
| * | | | | | | | | Fixed pipelines Vue template not ending correctlypipelines-row-vue-file-fixPhil Hughes2017-06-141-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge branch 'winh-select2-remove-token' into 'master'Annabel Dunstone Gray2017-06-141-2/+4
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Move remove token of Select2 to the right See merge request !12101
| * | | | | | | | Move remove token of Select2 to the rightwinh2017-06-141-2/+4
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'rs-single-line-rspec-hook-cop' into 'master'Douwe Maan2017-06-14209-633/+2051
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a custom RSpec/SingleLineHook cop Closes #24891 See merge request !11911
| * | | | | | | | Enable RSpec/SingleLineHook copRobert Speicher2017-06-141-1/+1
| | | | | | | | |
| * | | | | | | | Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-14205-633/+1940
| | | | | | | | |
| * | | | | | | | Add a custom RSpec/SingleLineHook copRobert Speicher2017-06-144-0/+111
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This cop adds an offense when `before`, `after`, or `around` are used as single-line blocks.
* | | | | | | | Merge branch '31263-fix-fenced-code-misalignment-with-activity' into 'master'Annabel Dunstone Gray2017-06-141-1/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix fenced code block misalignment in events/activity Closes #31263 See merge request !12149
| * | | | | | | | Fix fenced code block misalignment in events/activity31263-fix-fenced-code-misalignment-with-activityEric Eastwood2017-06-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31263 `.event-item` is only used within the `events/_event` partial. `.event-note` is only used within the `events/event/_common`(but no markdown) and `events/event/_note` partials. The fenced code `pre` style is scoped to `.event-item .event-note` Pages where events are used - User profile, ex. `/root` - Group Activity, ex. `/groups/foo/activity` - Project Activity, ex. `/foo/bar/activity