summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use gitlab-shell 7.1.1gitlab-shell-7.1.1Jacob Vosmaer2018-03-231-1/+1
|
* Merge branch 'storage-dropdown' into 'master'Sean McGivern2018-03-231-1/+1
|\ | | | | | | | | Show gitaly address instead of disk path See merge request gitlab-org/gitlab-ce!17954
| * Show gitaly address instead of disk pathJacob Vosmaer2018-03-231-1/+1
| |
* | Merge branch 'jprovazn-issueref' into 'master'Douwe Maan2018-03-233-1/+23
|\ \ | |/ |/| | | | | | | | | Fix issuable state indicator Closes gitlab-ee#4683 See merge request gitlab-org/gitlab-ce!17878
| * Fix issuable state indicatorJan Provaznik2018-03-233-1/+23
| | | | | | | | | | | | | | | | | | | | | | Now the issuable reference check works only in project scope, if we reference an issuable from a non-project resource (e.g. epics), then project is not set, and there is mismatch in generated issue references. This patch enables issuable reference state check also from group scope. Closes gitlab-ee#4683 Related to #30916
* | Merge branch '43771-improve-avatar-error-message' into 'master'Sean McGivern2018-03-236-10/+9
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Indicate supported image formats in avatar error" Closes #43771 See merge request gitlab-org/gitlab-ce!17747
| * | Change avatar error message to include allowed file formatsFabian Schneider2018-03-226-10/+9
| | |
* | | Merge branch ↵Kamil Trzciński2018-03-233-7/+43
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '43482-enabling-auto-devops-on-an-empty-project-gives-you-wrong-information' into 'master' Resolve "Enabling Auto DevOps on an empty project gives you wrong information" Closes #43482 See merge request gitlab-org/gitlab-ce!17605
| * | | Use actual repo instead of stubbing method43482-enabling-auto-devops-on-an-empty-project-gives-you-wrong-informationMatija Čupić2018-03-221-7/+1
| | | |
| * | | Refactor AutoDevops pipeline logic into methodMatija Čupić2018-03-221-8/+13
| | | |
| * | | Add CHANGELOGMatija Čupić2018-03-111-0/+5
| | | |
| * | | Add empty repo check before running AutoDevOps pipelineMatija Čupić2018-03-112-5/+37
| |/ /
* | | Merge branch 'mark-legacy-git-access' into 'master'Sean McGivern2018-03-2346-85/+138
|\ \ \ | | | | | | | | | | | | | | | | Route path lookups through legacy_disk_path See merge request gitlab-org/gitlab-ce!17743
| * | | Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-2146-85/+138
| | | |
* | | | Merge branch 'winh-deprecate-old-modal' into 'master'Filipa Lacerda2018-03-2312-135/+158
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Rename modal.vue to deprecated_modal.vue See merge request gitlab-org/gitlab-ce!17438
| * | | | Rename modal.vue to deprecated_modal.vuewinh-deprecate-old-modalWinnie Hellmann2018-03-2212-135/+158
| | | | |
* | | | | Merge branch 'increase-unicorn-memory-killer-limits' into 'master'Douwe Maan2018-03-232-2/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Increase the memory limits used in the unicorn killer Closes gitlab-com/infrastructure#19 See merge request gitlab-org/gitlab-ce!17948
| * | | | Increase the memory limits used in the unicorn killerincrease-unicorn-memory-killer-limitsDJ Mountney2018-03-222-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | These limits were updated in our docs, and in omnibus some time ago. But the defaults in the source-install were missed.
* | | | | Merge branch 'tc-re-add-read-only-banner' into 'master'Stan Hu2018-03-236-14/+45
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Add read-only banner to all pages Closes #43937 See merge request gitlab-org/gitlab-ce!17798
| * | | | Add read-only banner to all pagesToon Claes2018-03-226-14/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the database is in a read-only state, display a banner on each page informing the user they cannot write to that GitLab instance. Closes gitlab-org/gitlab-ce#43937.
* | | | | Merge branch 'ci-pipeline-commit-lookup' into 'master'Kamil Trzciński2018-03-223-5/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use porcelain commit lookup method on CI::CreatePipelineService Closes charts/helm.gitlab.io#291 See merge request gitlab-org/gitlab-ce!17911
| * | | | | Use porcelain commit lookup method on CI::CreatePipelineServiceci-pipeline-commit-lookupAlejandro Rodríguez2018-03-223-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before we were using a "plumbing" Gitlab::Git method that does not go through Gitaly migration checking.
* | | | | | Merge branch 'prettier-ignore' into 'master'Mike Greiling2018-03-222-73/+57
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added prettierignore file Closes #44483 See merge request gitlab-org/gitlab-ce!17907
| * | | | | | remove svg.config.js as it no longer existsMike Greiling2018-03-221-1/+1
| | | | | | |
| * | | | | | Added prettierignore fileprettier-ignorePhil Hughes2018-03-212-73/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #44483
* | | | | | | Merge branch 'move-concatenate-module-plugin' into 'master'Jacob Schatz2018-03-221-3/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Disable webpack scope hoisting in development See merge request gitlab-org/gitlab-ce!17942
| * | | | | | enable scope hoisting only in produciton (it interferes with HMR)Mike Greiling2018-03-221-3/+1
| | | | | | |
* | | | | | | Merge branch '44382-ui-breakdown-for-create-merge-request' into 'master'Clement Ho2018-03-223-7/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UI breakdown of message of the last pushed branch for Create merge request Closes #44382 See merge request gitlab-org/gitlab-ce!17821
| * | | | | | | Fix UI breakdown for Create merge request buttonTakuya Noguchi2018-03-233-7/+9
| | | | | | | |
* | | | | | | | Merge branch '43273-fix-double-scrollbar-dropdowns' into 'master'Jacob Schatz2018-03-225-4/+40
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Some dropdowns have two scroll bars." Closes #43273 See merge request gitlab-org/gitlab-ce!17665
| * | | | | | | | Resolve "Some dropdowns have two scroll bars."Dennis Tang2018-03-225-4/+40
|/ / / / / / / /
* | | | | | | | Merge branch '44365-fix-module-reloading' into 'master'Robert Speicher2018-03-221-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the other "A copy of ..." error for ReadOnly Closes #44365 See merge request gitlab-org/gitlab-ce!17935
| * | | | | | | Force Rails to not complain about reloadingLin Jen-Shin2018-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Same strategy with: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17810 See: https://stackoverflow.com/a/29710188/1992201 Frankly I don't really understand how this works and I don't really care either. However I tried it and it does the job. To try this, make sure you have pending migrations, and run the server, hit the site. It would tell you that there's pending migrations, and then run migrations, and then hit the site again. Without this patch, Rails would complain that "A copy of ...", with this patch, it works without problems.
* | | | | | | | Merge branch 'robots-help' into 'master'Robert Speicher2018-03-221-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the /help page in robots.txt Closes #44433 See merge request gitlab-org/gitlab-ce!17928
| * | | | | | | | Add the /help page in robots.txtrobots-helpAchilleas Pipinellis2018-03-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The /help page has docs which we don't want to be crawled as we prefer the docs website instead. Related https://gitlab.com/gitlab-org/gitlab-ce/issues/44433
* | | | | | | | | Merge branch 'bw-tweak-migration-style-guide-docs' into 'master'Robert Speicher2018-03-221-4/+12
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | make a little more obvious what operations might need downtime or enhanced migration techniques See merge request gitlab-org/gitlab-ce!17927
| * | | | | | | | make a little more obvious what operations might need downtime or enhanced ↵Brett Walker2018-03-221-4/+12
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | migration techniques
* | | | | | | | Merge branch '44386-better-ux-for-long-name-branches' into 'master'Phil Hughes2018-03-223-72/+95
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Poor UX with branch whose name is very long on Branches Closes #44386 See merge request gitlab-org/gitlab-ce!17832
| * | | | | | | | UX re-design branch items with flexboxTakuya Noguchi2018-03-223-72/+95
| | | | | | | | |
* | | | | | | | | Merge branch 'backport-4006-add-weight-indicator-to-issues-board' into 'master'Clement Ho2018-03-221-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport 4006 add weight indicator to issues board See merge request gitlab-org/gitlab-ce!17923
| * | | | | | | | | backport dependency import change in issue_card_inner.jsbackport-4006-add-weight-indicator-to-issues-boardDennis Tang2018-03-211-2/+2
| | | | | | | | | |
* | | | | | | | | | Merge branch ↵Clement Ho2018-03-224-25/+40
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'leipert-42037-long-instance-names-group-names-covers-namespace-dropdown' into 'master' Prevent overflow of long instance urls during Project creation Closes #42037 See merge request gitlab-org/gitlab-ce!17717
| * | | | | | | | | | Prevent overflow of long instance urls during Project creationLukas Eipert2018-03-224-25/+40
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'latest-security-to-master-21-03-18' into 'master'Douwe Maan2018-03-2248-135/+543
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce latest security changes to `master` See merge request gitlab-org/gitlab-ce!17905
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into 'latest-security-to-master-21-03-18'James Lopez2018-03-22219-1250/+2797
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Gemfile # Gemfile.lock
| * | | | | | | | | | | Fixing request options to allow_local_requests with DELETE verblatest-security-to-master-21-03-18Francisco Javier López2018-03-211-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Adapting mattermost to the new way of calling HTTPFrancisco Javier López2018-03-211-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'fix/auth0-unsafe-login-10-6' into 'security-10-6'James Lopez2018-03-219-55/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [10.6] Fix GitLab Auth0 integration signs in the wrong user See merge request gitlab/gitlabhq!2354
| * | | | | | | | | | | Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan2018-03-2139-79/+408
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337
* | | | | | | | | | | | Merge branch '44453-performance-bar-modalbox' into 'master'Phil Hughes2018-03-223-2/+13
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Performance bar modal box content overflows" Closes #44453 See merge request gitlab-org/gitlab-ce!17889