summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'wabernat1/gitlab-ce-patch-14' into 'master' 31515-navigation-menu-bugs-on-the-contribution-analytics-pageSean Packham (GitLab)2017-05-022-16/+20
|\ | | | | | | | | Update docs on creating a project See merge request !10957
| * Update docs on creating a projectAchilleas Pipinellis2017-05-022-16/+20
| |
* | Merge branch 'menway/gitlab-ce-patch-15' into 'master' Sean Packham (GitLab)2017-05-024-0/+8
|\ \ | |/ |/| | | | | Change to correct directory in update instructions See merge request !10958
| * Change to correct directory in update instructionsmenway/gitlab-ce-patch-15menway2017-04-274-0/+8
| | | | | | | | [ci skip]
* | Merge branch 'add-tanuki-ci-status-favicons' into 'master' Sean McGivern2017-05-0223-1/+14
|\ \ | | | | | | | | | | | | | | | | | | updated to new favicons Closes #12818 See merge request !10923
| * | [ci skip] Added changelog entryLuke "Jared" Bennett2017-05-021-0/+4
| | |
| * | Renamed notfound favicon nameadd-tanuki-ci-status-faviconsLuke "Jared" Bennett2017-05-013-0/+0
| | |
| * | added not-found status faviconsDimitrie Hoekstra2017-05-012-0/+0
| | |
| * | Added testLuke "Jared" Bennett2017-04-251-0/+6
| | |
| * | updated to new faviconsLuke "Jared" Bennett2017-04-2519-1/+4
| | |
* | | Merge branch '30535-display-whether-pages-is-enabled-in-the-admin-dashboard' ↵Rémy Coutable2017-05-022-0/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Display GitLab Pages status in Admin Dashboard Closes #30535 See merge request !11007
| * | | Display GitLab Pages status in Admin DashboardMark Fletcher2017-05-012-0/+10
| | | |
* | | | Merge branch '20830-getting-started-better-explore-groups-view' into 'master' Phil Hughes2017-05-0212-48/+335
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better Explore Groups view Closes #20830 See merge request !7230
| * | | | Better Explore Groups viewLuke "Jared" Bennett2017-05-0212-48/+335
|/ / / /
* | | | Merge branch 'pdflab-in-repo' into 'master' Phil Hughes2017-05-0217-15/+327
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Move PDFLab assets into repo See merge request !10642
| * | | | Move PDFLab into GitLabpdflab-in-repoSam Rose2017-04-2817-15/+327
| | | | |
* | | | | Merge branch 'zj-upgrade-carrierwave' into 'master' Douwe Maan2017-05-017-26/+29
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update Carrierwave and fog-core See merge request !11016
| * | | | | Update Carrierwave and fog-coreZeger-Jan van de Weg2017-05-017-26/+29
|/ / / / /
* | | | | Merge branch 'fix/add-specs-for-request-profiler' into 'master' Douwe Maan2017-05-013-0/+140
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add specs for Gitlab::RequestProfiler Closes #31513 See merge request !11005
| * | | | | Add specs for Gitlab::RequestProfilerAhmad Sherif2017-05-013-0/+140
| | |/ / / | |/| | | | | | | | | | | | | Closes #31513
* | | | | Merge branch 'dont-blow-up-when-email-has-no-references-header' into 'master' Douwe Maan2017-05-013-1/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't blow up when email has no References header Closes gitlab-ee#2247 See merge request !11014
| * | | | | Don't blow up when email has no References headerdont-blow-up-when-email-has-no-references-headerSean McGivern2017-05-013-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an email doesn't match our incoming email patterns on the To header, we fall back to the References header. If there was no References header, we'd raise an exception, when we'd be better off acting as if it was empty.
* | | | | | Merge branch 'dm-blob-download-button' into 'master' Sean McGivern2017-05-016-6/+44
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show Raw button as Download for binary files See merge request !10743
| * | | | | | Add changelogdm-blob-download-buttonDouwe Maan2017-04-301-0/+4
| | | | | | |
| * | | | | | Show Raw button as Download for binary filesDouwe Maan2017-04-305-6/+40
| | | | | | |
* | | | | | | Merge branch '31463-group-all-linters' into 'master' Robert Speicher2017-05-013-46/+61
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Consider grouping all static analysis jobs into a single one" Closes #31463 See merge request !10946
| * | | | | | | Add scripts/static-analysis to run all the static analysers in one go31463-group-all-lintersRémy Coutable2017-05-012-9/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | Shorten and improve some job namesRémy Coutable2017-05-011-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | Group static-analysis jobs into a single jobRémy Coutable2017-05-012-32/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | Merge branch ↵Douwe Maan2017-05-013-5/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '28968-revert-allow-people-with-merge-access-to-create-branches' into 'master' Prevent people from creating branches if they don't have persmission to push Closes #28968 See merge request !10983
| * | | | | | | Prevent people from creating branches if they don't have persmission to pushPawel Chojnacki2017-04-283-5/+7
| | | | | | | |
* | | | | | | | Merge branch 'dm-snippet-blob-viewers' into 'master' Sean McGivern2017-05-0131-76/+482
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use blob viewers for snippets See merge request !10747
| * | | | | | | | Add changelogdm-snippet-blob-viewersDouwe Maan2017-04-301-0/+4
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Use blob viewers for snippetsDouwe Maan2017-04-3030-76/+478
| | | | | | | |
* | | | | | | | Merge branch '30586-fix-gitaly-is-ancestor' into 'master' 31611-sketch43-click-opens-new-tab-and-closes-it-quicklySean McGivern2017-05-015-36/+41
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Gitaly::Commit#is_ancestor Closes #30586 See merge request !10634
| * | | | | | | | Fix Gitaly::Commit#is_ancestor30586-fix-gitaly-is-ancestorKim "BKC" Carlbäcker2017-04-285-36/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Upgrade Gitaly-version
* | | | | | | | | Merge branch '31615-fix-dropdown-animation-failure' into 'master' Jacob Schatz2017-05-011-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed transient failure related to dropdown animations Closes #31615 See merge request !11002
| * | | | | | | | Fixed transient failure related to dropdown animations31615-fix-dropdown-animation-failureLuke "Jared" Bennett2017-04-301-0/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Update CHANGELOG.md for 9.1.2Timothy Andrew2017-05-019-32/+11
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | Merge branch 'rs-add_column_with_default_cops' into 'master' Sean McGivern2017-05-0116-13/+121
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add cop to blacklist specific tables for `add_column_with_default` Closes #31293 See merge request !10892
| * | | | | | | | Disable AddColumnWithDefaultToLargeTable cop for pre-existing migrationsrs-add_column_with_default_copsRobert Speicher2017-04-2811-0/+11
| | | | | | | | |
| * | | | | | | | Add AddColumnWithDefaultToLargeTable copRobert Speicher2017-04-283-0/+96
| | | | | | | | |
| * | | | | | | | Rename AddColumnWithDefault to ReversibleAddColumnWithDefaultRobert Speicher2017-04-283-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're going to add another cop that deals with another aspect of `add_column_with_default`, so we need to separate them.
| * | | | | | | | Refactor the AddColumnWithDefault cop to use node matchersRobert Speicher2017-04-281-9/+10
| | | | | | | | |
* | | | | | | | | Merge branch 'patch-18' into 'master' Douwe Maan2017-04-301-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo See merge request !11003
| * | | | | | | | Fix typoTsvi Mostovicz2017-04-301-1/+1
|/ / / / / / / /
* | | | | | | | Merge branch 'revert-c3c465ac' into 'master' Robert Speicher2017-04-296-48/+30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'tc-no-todo-service-select' into 'master'" See merge request !10997
| * | | | | | | | Revert "Merge branch 'tc-no-todo-service-select' into 'master'"revert-c3c465acStan Hu2017-04-296-48/+30
|/ / / / / / / / | | | | | | | | | | | | | | | | This reverts merge request !10845
* | | | | | | | Merge branch '31595-emoji-btn' into 'master' Alfredo Sumaran2017-04-291-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix emoji alignment Closes #31595 See merge request !10993
| * | | | | | | | Fix emoji alignment31595-emoji-btnAnnabel Dunstone Gray2017-04-281-2/+2
| |/ / / / / / /