summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove recommending moving the home dir to NFSdocs/remove-home-nfsCindy Pallares2019-04-111-9/+2
|
* Merge branch 'proj-settings-ok-leftovers' into 'master'Clement Ho2019-04-1116-293/+456
|\ | | | | | | | | CE Improve project settings page (leftovers) See merge request gitlab-org/gitlab-ce!27078
| * Update project settings qa selectorsSanad Liaquat2019-04-118-2276/+139
| | | | | | | | Additionally fixes geo rename test.
| * Improve project settings pageLuke Bennett2019-04-1114-272/+2572
|/ | | | Prioritize and simplify project settings content.
* Update CHANGELOG.md for 11.9.8GitLab Release Tools Bot2019-04-115-20/+16
| | | [ci skip]
* Merge branch 'patch-31' into 'master'Stan Hu2019-04-111-0/+4
|\ | | | | | | | | | | | | Add missing provider_unauthorized method to import_github.rb Closes #60347 See merge request gitlab-org/gitlab-ce!27218
| * Return a `401` error codeBen2019-04-111-1/+1
| |
| * Fix trailing white spaceBen2019-04-101-1/+1
| |
| * Add missing provider_unauthroized method to import_github.rb Ben2019-04-101-0/+4
| |
* | Merge branch 'fj-bump-workhorse-version-8-6-0' into 'master'Nick Thomas2019-04-112-1/+6
|\ \ | | | | | | | | | | | | Update GitLab Workhorse to v8.6.0 See merge request gitlab-org/gitlab-ce!27260
| * | Update GitLab Workhorse to v8.6.0Francisco Javier López2019-04-112-1/+6
|/ /
* | Merge branch '60398-increase-timeouts-clusters-bundle' into 'master'Phil Hughes2019-04-111-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Increase clusters bundle specs timeout Closes #60398 See merge request gitlab-org/gitlab-ce!27269
| * | Increase clusters bundle specs timeout60398-increase-timeouts-clusters-bundleEnrique Alcantara2019-04-111-1/+1
| | |
* | | Merge branch '60304-long-file-names-in-mr-diffs-cause-horizontal-scrolling' ↵Annabel Dunstone Gray2019-04-112-1/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Long file names in MR diffs cause horizontal scrolling" Closes #60304 See merge request gitlab-org/gitlab-ce!27233
| * | | Only make margin-auto on large screens for diff file header60304-long-file-names-in-mr-diffs-cause-horizontal-scrollingSam Bigelow2019-04-102-1/+6
| |/ /
* | | Merge branch 'restore-hipchat' into 'master'Nick Thomas2019-04-1126-27/+963
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Revert "Remove HipChat integration from GitLab" Closes #60042 See merge request gitlab-org/gitlab-ce!27172
| * | | Restore index on services.typeSean McGivern2019-04-112-0/+21
| | | |
| * | | Add frozen_string_literal to HipChat filesrestore-hipchatSean McGivern2019-04-103-0/+5
| | | |
| * | | Fix UrlBlocker specSean McGivern2019-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The newer version of HTTParty we now use will try harder to get a valid URL out of a relative one. Unfortunately, when there's no room (as was the case in this spec), the relative URL begins with `//`, which is actually a protocol-relative URL, not a simple path. Adding a room - which will always be the case in 'real life' - fixes this.
| * | | Add changelog entrySean McGivern2019-04-101-0/+5
| | | |
| * | | Revert "Remove HipChat integration from GitLab"Sean McGivern2019-04-1027-48/+953
| | | | | | | | | | | | | | | | This reverts commit a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac.
* | | | Merge branch 'qa-staging-53-quarantine-issue-suggesstions-spec' into 'master'Rémy Coutable2019-04-111-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Quarantine Issue suggestions spec See merge request gitlab-org/gitlab-ce!27259
| * | | | Qurantine Issue suggestions specSanad Liaquat2019-04-111-1/+2
| | | | |
* | | | | Merge branch 'docs/repo-mirrors-and-sidekiq' into 'master'Achilleas Pipinellis2019-04-111-6/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better documentation on repo mirroring enqueuing Closes gitlab-ee#10345 See merge request gitlab-org/gitlab-ce!27093
| * | | | | Better documentation on repo mirroring enqueuingEvan Read2019-04-111-6/+11
|/ / / / /
* | | | | Merge branch 'docs-pages-intro' into 'master'Achilleas Pipinellis2019-04-118-367/+92
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Docs: Refactor Pages' intro guide See merge request gitlab-org/gitlab-ce!27136
| * | | | | Refactor intro guideMarcia Ramos2019-04-118-367/+92
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Remove redundancies: - Domains - User/group/project sites
* | | | | Merge branch 'docs/add-whitepaper-note' into 'master'Achilleas Pipinellis2019-04-111-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Edits for GKE whitepaper note Closes gitlab-ee#11103 See merge request gitlab-org/gitlab-ce!27243
| * | | | | Edits for GKE whitepaper noteEvan Read2019-04-111-0/+6
|/ / / / /
* | | | | Merge branch 'fixed-web-ide-merge-request-review' into 'master'Kushal Pandya2019-04-114-0/+47
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Web IDE not loading merge request files Closes #60243 See merge request gitlab-org/gitlab-ce!27225
| * | | | | Fixes Web IDE not loading merge request filesPhil Hughes2019-04-114-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60243
* | | | | | Merge branch 'revert-24704-download-repository-path' into 'master'Rémy Coutable2019-04-1118-136/+63
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch '24704-download-repository-path' into 'master'" See merge request gitlab-org/gitlab-ce!27249
| * | | | | | Revert "Merge branch '24704-download-repository-path' into 'master'"revert-24704-download-repository-pathPatrick Bajao2019-04-1118-136/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6c75bd015cba181f028bc87c396c3d8e43b5dc3e, reversing changes made to 1be7f5aaa38aba79843eae8835be6c99c025e982.
* | | | | | | Merge branch '60278-fix-development-seed' into 'master'Douwe Maan2019-04-113-4/+6
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ApplicationSetting development seed Closes #60278 See merge request gitlab-org/gitlab-ce!27213
| * | | | | | Fix ApplicationSetting development seed60278-fix-development-seedRémy Coutable2019-04-103-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It could happen that there's a cached (in Redis) ApplicationSetting record, and calling `Gitlab::CurrentSettings.current_application_settings` only returns it instead of creating a new DB record, which makes the `ApplicationSetting.current_without_cache.update!` call fail. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Merge branch ↵Filipa Lacerda2019-04-113-10/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '59928-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-stat_graph-scss' into 'master' Resolve "Fix the following style-lint errors and warnings for `app/assets/stylesheets/pages/stat_graph.scss`" Closes #59928 See merge request gitlab-org/gitlab-ce!27180
| * | | | | | | Create svg-w-100 utility class for svg containers59928-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-stat_graph-scssJose Vargas2019-04-103-10/+8
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | The class makes a svg tag 100% width
* | | | | | | Merge branch 'limit-amount-of-created-pipelines' into 'master'Grzegorz Bizon2019-04-115-15/+70
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Process at most 4 pipelines during push See merge request gitlab-org/gitlab-ce!27205
| * | | | | | | Process at most 4 pipelines during pushlimit-amount-of-created-pipelinesKamil Trzciński2019-04-105-15/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a limitation that we will try to create pipeline for at most 4 first changes (branches and tags). This does not affect processing of Pipelines for Merge Requests, as each updated MR will have associated pipeline created.
* | | | | | | | Merge branch ↵Lin Jen-Shin2019-04-112-4/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'ce-6120-extract-ee-specific-files-lines-for-spec-services-merge_requests' into 'master' [CE-port] Extract EE specific files/lines for spec/services/merge_requests See merge request gitlab-org/gitlab-ce!26977
| * | | | | | | | Fix naming of testce-6120-extract-ee-specific-files-lines-for-spec-services-merge_requestsHeinrich Lee Yu2019-04-112-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ALso makes it consistent with EE
* | | | | | | | | Merge branch 'jc-guard-against-empty-dereferenced_target' into 'master'Sean McGivern2019-04-113-1/+13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guard against nil dereferenced_target Closes #60076 See merge request gitlab-org/gitlab-ce!27192
| * | | | | | | | | Guard against nil dereferenced_targetjc-guard-against-empty-dereferenced_targetJohn Cai2019-04-103-1/+13
| | | | | | | | | |
* | | | | | | | | | Merge branch 'winh-eslint-jest' into 'master'Phil Hughes2019-04-111-5/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable eslint-plugin-jest for Jest Closes #59636 See merge request gitlab-org/gitlab-ce!26715
| * | | | | | | | | | Replace individual ESLint rules with jest/recommendedwinh-eslint-jestWinnie Hellmann2019-04-101-5/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'winh-delete-static_fixtures.rb' into 'master'Phil Hughes2019-04-113-30/+15
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete static_fixtures.rb for static HAML fixtures Closes #59200 See merge request gitlab-org/gitlab-ce!27145
| * | | | | | | | | | | Delete static_fixtures.rb for static HAML fixturesWinnie Hellmann2019-04-113-30/+15
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'gt-fix-styling-for-pages-import' into 'master'Phil Hughes2019-04-112-3/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix styling for `app/assets/stylesheets/pages/detail_page.scss` Closes #59909 See merge request gitlab-org/gitlab-ce!26873
| * | | | | | | | | | | Replace properties with utility classGeorge Tsiolis2019-04-102-3/+1
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch ↵Sean McGivern2019-04-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '3353-trainee-backend-maintainer-ash-mckenzie-update-codeowners' into 'master' Add @ashmckenzie to backend CODEOWNERS Closes gitlab-com/www-gitlab-com#3353 See merge request gitlab-org/gitlab-ce!27204