summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge branch 'rs-ci-migration-guide' into 'master' Robert Speicher2015-09-221-220/+264
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reformat and copy edit the CI-to-CE migration guide [ci skip] See merge request !1335
| * | | | Add note about automatically re-enabling CI during migrate taskrs-ci-migration-guideRobert Speicher2015-09-211-0/+3
| | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | Remove unintended linebreakRobert Speicher2015-09-211-2/+2
| | | | |
| * | | | Be consistent about "only required for manual install" notesRobert Speicher2015-09-211-5/+8
| | | | |
| * | | | More migration guide updatesRobert Speicher2015-09-211-34/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename "Finishing Up" to "Nginx configuration" - Add fourth "Finishing Up" section - Add Troubleshooting section with a link to backup restoration docs - Change a few indented blocks into fenced blocks so they're highlighted properly. - Added Marin's suggestions for CI-to-CE-on-different-server section.
| * | | | WhitespaceRobert Speicher2015-09-211-14/+14
| | | | |
| * | | | Add commands for Omnibus installationKamil Trzcinski2015-09-211-11/+62
| | | | |
| * | | | Update guideKamil Trzcinski2015-09-211-19/+32
| | | | |
| * | | | More migration guide updatesRobert Speicher2015-09-201-28/+33
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes a few links and typos, and reorganizes the CI "Create a backup" section.
| * | | | Update migration guideKamil Trzcinski2015-09-201-130/+22
| | | | |
| * | | | Redcarpet didn't like unordered lists deeply nested in an ordered oneRobert Speicher2015-09-171-41/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't really like making these an ordered list since they're mutually exclusive, but I think the structure is what's important. [ci skip]
| * | | | Fix link to "create a database dump" headerRobert Speicher2015-09-171-1/+1
| | | | |
| * | | | Indent database dump steps one more levelRobert Speicher2015-09-171-39/+39
| | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | Reformat and copy edit the CI-to-CE migration guideRobert Speicher2015-09-171-187/+231
| | | | |
* | | | | Merge branch 'tweak-more-css-for-md-preview' into 'master' Robert Speicher2015-09-223-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Tweak remaining CSS for Markdown preview See merge request !1383
| * | | | | Tweak remaining CSS for Markdown previewStan Hu2015-09-213-3/+3
|/ / / / / | | | | | | | | | | | | | | | Missed a few items in !1378
* | | | | Merge branch 'rs-fix-spec-warnings' into 'master' Robert Speicher2015-09-214-4/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Ensure raise_error expectations provide arguments See merge request !1381
| * | | | | Ensure raise_error expectations provide argumentsrs-fix-spec-warningsRobert Speicher2015-09-214-4/+8
| | | | | |
* | | | | | Merge branch 'fix-issue-2593' into 'master' Robert Speicher2015-09-213-5/+36
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Error 500 when comparing non-existing branches Closes #2593 See merge request !1355
| * | | | | Fix Error 500 when comparing non-existing branchesfix-issue-2593Stan Hu2015-09-183-5/+36
| | | | | | | | | | | | | | | | | | | | | | | | Closes #2593
* | | | | | Merge branch 'fix-dangling-milestone-ids' into 'master' Stan Hu2015-09-211-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove deleted milestones from merge requests This is related to !1348 but thought it would be useful as a separate MR. This MR removes deleted milestone IDs from any merge request. Closes https://github.com/gitlabhq/gitlabhq/issues/9643 See merge request !1350
| * | | | | | Remove deleted milestones from merge requestsStan Hu2015-09-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9643
* | | | | | | Merge branch 'rs-relative-link-up-one' into 'master' Robert Speicher2015-09-212-15/+51
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Allow relative links to go up one directory level See merge request !1352
| * | | | | | Allow RelativeLinkFilter to go up multiple directoriesrs-relative-link-up-oneRobert Speicher2015-09-202-2/+9
| | | | | | |
| * | | | | | Allow relative links to go up one directory levelRobert Speicher2015-09-182-15/+44
| | | | | | |
* | | | | | | Merge branch 'rename-reply-by-email' into 'master' Robert Speicher2015-09-2117-175/+150
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename reply_by_email to incoming_email to prepare for the future. Closes #2579. See merge request !1367
| * | | | | | | Tweak textrename-reply-by-emailDouwe Maan2015-09-212-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | Merge branch 'master' into rename-reply-by-emailDouwe Maan2015-09-2120-84/+266
| |\ \ \ \ \ \ \
| * | | | | | | | Rename reply_by_email to incoming_email to prepare for the future.Douwe Maan2015-09-2117-175/+151
| | | | | | | | |
* | | | | | | | | Merge branch 'ci-import-improvements' into 'master' Kamil TrzciƄski2015-09-212-2/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI import improvements See merge request !1369
| * | | | | | | | | Relax CI version check during importci-import-improvementsJacob Vosmaer2015-09-211-1/+3
| | | | | | | | | |
| * | | | | | | | | Make importing builds less noisyJacob Vosmaer2015-09-211-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'fix-ci-handling' into 'master' Dmitriy Zaporozhets2015-09-212-3/+8
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed MR handling when GitLab CI project is not present This is copy of !1371 /cc @jacobvosmaer @vsizov @dzaporozhets See merge request !1373
| * | | | | | | | | Fixed MR handling when GitLab CI project is not presentfix-ci-handlingKamil Trzcinski2015-09-212-3/+8
| | | | | | | | | |
* | | | | | | | | | Merge branch 'fix-note-edit-preview-css' into 'master' Robert Speicher2015-09-214-3/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More tweaks to make note edit/preview CSS consistent Closes #2585 See merge request !1378
| * | | | | | | | | | More tweaks to make note edit/preview CSS consistentStan Hu2015-09-214-3/+7
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2585
* | | | | | | | | | Merge branch 'fix-mr-without-refs' into 'master' Dmitriy Zaporozhets2015-09-212-1/+20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fetch merge request ref if it is missing when visit MR page This will fix merge problem for merge requests between forks created before 8.0 Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Needed for 8.0 Fixes #2580 See merge request !1377
| * | | | | | | | | | Fetch merge request ref if it is missing when visit MR pagefix-mr-without-refsDmitriy Zaporozhets2015-09-212-1/+20
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will fix merge problem for merge requests between forks created before 8.0 Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | Fix grammarSytse Sijbrandij2015-09-211-2/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge branch 'fix-milestone-destroy-in-mr' into 'master' Dmitriy Zaporozhets2015-09-213-0/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove milestones from merge requests when milestones are deleted Destroying a milestone does not remove it from existing merge requests. This MR fixes that. Requires f4816372 to pull in as well. Reported by https://github.com/gitlabhq/gitlabhq/issues/9643 See merge request !1348
| * | | | | | | | | Remove milestones from merge requests when milestones are deletedStan Hu2015-09-213-0/+12
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by https://github.com/gitlabhq/gitlabhq/issues/9643
* | | | | | | | | Merge branch 'repo-size-link' into 'master' Dmitriy Zaporozhets2015-09-212-3/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link project repo size to files See merge request !1374
| * | | | | | | | | Link project repo size to filesrepo-size-linkDouwe Maan2015-09-212-3/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'remove-project-panel-ci-button' into 'master' Dmitriy Zaporozhets2015-09-211-4/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove CI button from project home panel Since we already have a "Continuous Integration" item in the sidebar now, I don't think we need "CI" on the project page. See merge request !1372
| * | | | | | | | | Remove CI button from project home panelremove-project-panel-ci-buttonDouwe Maan2015-09-211-4/+0
| |/ / / / / / / /
* | | | | | | | | Merge branch 'ci-nav-fw' into 'master' Dmitriy Zaporozhets2015-09-212-14/+14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use fixed-width icons in CI nav sidebar. See merge request !1376
| * | | | | | | | | Use fixed-width icons in CI nav sidebar.ci-nav-fwDouwe Maan2015-09-212-14/+14
| |/ / / / / / / /
* | | | | | | | | Merge branch 'ci-nav-commits-count' into 'master' Dmitriy Zaporozhets2015-09-211-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use consistent styling for number of commits in CI nav sidebar Before: ![Screen_Shot_2015-09-21_at_15.00.28](https://gitlab.com/gitlab-org/gitlab-ce/uploads/9005f606842936d415a3b67890b8af88/Screen_Shot_2015-09-21_at_15.00.28.png) After: ![Screen_Shot_2015-09-21_at_15.00.43](https://gitlab.com/gitlab-org/gitlab-ce/uploads/08c897b65f82fab5f2c386a0d21c64af/Screen_Shot_2015-09-21_at_15.00.43.png) See merge request !1375
| * | | | | | | | Use consistent styling for number of commits in CI nav sidebarci-nav-commits-countDouwe Maan2015-09-211-1/+1
| |/ / / / / / /
* | | | | | | | Revert "Fixed MR handling when GitLab CI project is not present"Kamil Trzcinski2015-09-212-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3abcab779ec3015914eda5d715b4a9588445d815.