summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Document a new migrations testing techniquedocs/gb/document-new-migrations-testing-techniqueGrzegorz Bizon2017-06-151-0/+87
|
* 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
* | | | | | Merge branch 'dz-add-codeclimate-job' into 'master'Dmitriy Zaporozhets2017-06-142-3/+27
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add codeclimate job to .gitlab-ci.yml See merge request !12086
| * | | | | | Exclude more path from codeclimate jobDmitriy Zaporozhets2017-06-142-15/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | Improve codeclimate.yml to avoid timeoutsDmitriy Zaporozhets2017-06-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | Add codeclimate job to .gitlab-ci.ymlDmitriy Zaporozhets2017-06-141-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | Add yarn cache to code climate ignore listDmitriy Zaporozhets2017-06-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | Merge branch '32470-pag-links' into 'master'Annabel Dunstone Gray2017-06-142-3/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more visual contrast for active page in pagination widget Closes #32470 See merge request !12119
| * | | | | | | more visual contrast for active page in pagination widget32470-pag-linksSimon Knox2017-06-132-3/+7
| | | | | | | |
* | | | | | | | Merge branch 'help-landing-page-customizations' into 'master'Douwe Maan2017-06-1416-14/+129
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Allow more customization to Help landing page See merge request !11878
| * | | | | | | Help landing page customizationsRobin Bobbitt2017-06-1413-14/+108
| | | | | | | |
| * | | | | | | Help landing page customizations - db changesRobin Bobbitt2017-06-133-0/+21
| | | | | | | |
* | | | | | | | Merge branch 'dm-diff-viewers' into 'master'Sean McGivern2017-06-1440-39/+1153
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement diff viewers Closes #30501 and #19931 See merge request !11777
| * | | | | | | | Implement diff viewersDouwe Maan2017-06-1440-39/+1153
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch '2525-backport-kubernetes-service-changes' into 'master'Kamil Trzciński2017-06-145-57/+107
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport EE changes to the Kubernetes service Closes gitlab-ee#2525 See merge request !12139
| * | | | | | | Backport EE changes to the Kubernetes serviceNick Thomas2017-06-145-57/+107
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch '33149-rename-more-builds' into 'master'Kamil Trzciński2017-06-144-200/+202
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix raw_path with the new job path, rename builds to jobs in test Closes #33149 See merge request !11941
| * | | | | | | Fix other renamingLin Jen-Shin2017-06-141-1/+1
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'upstream/master' into 33149-rename-more-buildsLin Jen-Shin2017-06-14117-393/+1485
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (34 commits) Revert "Merge branch 'karma-headless-chrome' into 'master'" Make small pipeline schedules UI enhancements. Remove js classes from vue component that are not needed in vue component Update tests and application Adds "Pipeline" to job's sidebar Change border color of job's scroll controllers to $border-color Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' Added Tectonic to the page. Always check read_issue permissions when loading issue Handle legacy jobs without name Do not expose internal artifacts hash in build entity Use wait_for_requests instead of sleep 0.3 Limit wiki container width Fix migrations testing support RSpec hooks order Rename BuildEntity to JobEntity Fix support for external_url for commit statuses Allow to access pipelines even if they are disabled, but only present jobs and commit statuses without giving ability to access them add CHANGELOG.md entry for !12036 remove phantomjs-specific test hacks update karma job to use chrome build image created by gitlab-build-images!41 ...
| * | | | | | | | Fix other renamingLin Jen-Shin2017-06-141-11/+11
| | | | | | | | |
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into 33149-rename-more-builds33149-rename-more-buildsLin Jen-Shin2017-06-13843-4496/+15172
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (460 commits) Center dropdown for pipeline's mini graph Documentation bugfix of invalid JSON payload example of Create a commit with multiple files and actions Fix filename method of GitlabUploader to return always real filename Ignore CVE-2017-5029 in Nokogiri Refactor atom builder by using xml.atom layout Let PhantomJS load local images Add a changelog entry Only add a description change note when no tasks are updated Doc: Add the need to upgrade to Go 1.8.3 in the 9.1->9.2 documentation as the upgrade fails with Go 1.5 (installed with Gitlab 8.1) Use gitaly 0.11.2 Add the ability to perform background migrations Always render warnings icon in orange Fix a few translation for zh_TW Improve Job detail view to make it refreshed in real-time instead of reloading Attempts to run RSpec tests twice (1 retry) ignore name validation on importing Only show hover state on links and buttons Use vue files for navigation tabs and buttons doc: add example of scheduler when Add test for u2f helper and changelog entry ...
| * | | | | | | | | Fix raw_path with the new job path, rename to jobLin Jen-Shin2017-06-064-195/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the tests
* | | | | | | | | | Merge branch 'zj-raise-etag-route-regex-miss' into 'master'Kamil Trzciński2017-06-147-56/+36
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Raise etag route regex miss Closes #33106 See merge request !12084
| * | | | | | | | | | Revert to passing the path when matching key to the routerzj-raise-etag-route-regex-missZ.J. van de Weg2017-06-125-55/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was edited to the request, but this won't work if the data is not available at the time of setting the key for the first time.
| * | | | | | | | | | Fix etag route missesZ.J. van de Weg2017-06-122-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes gitlab-org/gitlab-ce#33106
| * | | | | | | | | | Raise exception on invalid pipeline cacheKamil Trzcinski2017-06-121-0/+2
| | | | | | | | | | |