Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-22More text outside code blocksJacob Vosmaer
2015-09-22Update/improve CI migration docs for 8.0.1Jacob Vosmaer
2015-09-22Merge branch 'fix-ci-permissions' into 'master' Dmitriy Zaporozhets
Fix CI permissions ![Screen_Shot_2015-09-21_at_20.23.16](https://gitlab.com/gitlab-org/gitlab-ce/uploads/6f40699507d0dce148d0054a093f0d63/Screen_Shot_2015-09-21_at_20.23.16.png) This fixes two problems: - Allow developers to retry builds - Hide advanced project options from CI page for non-admin users See merge request !1379
2015-09-22Merge branch 'fix-ci-migration-docs' into 'master' Marin Jankovski
Add missing rake and change nginx config for CI migration /cc @marin See merge request !1385
2015-09-22Add missing rake and change nginx config for CI migrationKamil Trzcinski
2015-09-22Merge branch 'rs-ci-migration-guide' into 'master' Robert Speicher
Reformat and copy edit the CI-to-CE migration guide [ci skip] See merge request !1335
2015-09-22Add note about automatically re-enabling CI during migrate taskRobert Speicher
[ci skip]
2015-09-22Merge branch 'tweak-more-css-for-md-preview' into 'master' Robert Speicher
Tweak remaining CSS for Markdown preview See merge request !1383
2015-09-22Remove unintended linebreakRobert Speicher
2015-09-22Be consistent about "only required for manual install" notesRobert Speicher
2015-09-22More migration guide updatesRobert Speicher
- 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.
2015-09-22WhitespaceRobert Speicher
2015-09-22Tweak remaining CSS for Markdown previewStan Hu
Missed a few items in !1378
2015-09-21Merge branch 'rs-fix-spec-warnings' into 'master' Robert Speicher
Ensure raise_error expectations provide arguments See merge request !1381
2015-09-21Add commands for Omnibus installationKamil Trzcinski
2015-09-21Merge branch 'fix-issue-2593' into 'master' Robert Speicher
Fix Error 500 when comparing non-existing branches Closes #2593 See merge request !1355
2015-09-21Update guideKamil Trzcinski
2015-09-21Merge branch 'fix-dangling-milestone-ids' into 'master' Stan Hu
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
2015-09-21Merge branch 'rs-relative-link-up-one' into 'master' Robert Speicher
Allow relative links to go up one directory level See merge request !1352
2015-09-21Ensure raise_error expectations provide argumentsRobert Speicher
2015-09-21Remove deleted milestones from merge requestsStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/9643
2015-09-21Merge branch 'rename-reply-by-email' into 'master' Robert Speicher
Rename reply_by_email to incoming_email to prepare for the future. Closes #2579. See merge request !1367
2015-09-21Merge branch 'ci-import-improvements' into 'master' Kamil TrzciƄski
CI import improvements See merge request !1369
2015-09-21Merge branch 'fix-ci-handling' into 'master' Dmitriy Zaporozhets
Fixed MR handling when GitLab CI project is not present This is copy of !1371 /cc @jacobvosmaer @vsizov @dzaporozhets See merge request !1373
2015-09-21Update CHANGELOGKamil Trzcinski
2015-09-21Fix permissions problemsKamil Trzcinski
- Allow developers to retry builds - Hide advanced project options from CI page for non-admin users
2015-09-21Merge branch 'fix-note-edit-preview-css' into 'master' Robert Speicher
More tweaks to make note edit/preview CSS consistent Closes #2585 See merge request !1378
2015-09-21Merge branch 'fix-mr-without-refs' into 'master' Dmitriy Zaporozhets
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
2015-09-21More tweaks to make note edit/preview CSS consistentStan Hu
Closes #2585
2015-09-21Fix grammarSytse Sijbrandij
2015-09-21Merge branch 'fix-milestone-destroy-in-mr' into 'master' Dmitriy Zaporozhets
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
2015-09-21Merge branch 'repo-size-link' into 'master' Dmitriy Zaporozhets
Link project repo size to files See merge request !1374
2015-09-21Merge branch 'remove-project-panel-ci-button' into 'master' Dmitriy Zaporozhets
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
2015-09-21Merge branch 'ci-nav-fw' into 'master' Dmitriy Zaporozhets
Use fixed-width icons in CI nav sidebar. See merge request !1376
2015-09-21Merge branch 'ci-nav-commits-count' into 'master' Dmitriy Zaporozhets
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
2015-09-21Fetch merge request ref if it is missing when visit MR pageDmitriy Zaporozhets
This will fix merge problem for merge requests between forks created before 8.0 Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-21Remove milestones from merge requests when milestones are deletedStan Hu
Reported by https://github.com/gitlabhq/gitlabhq/issues/9643
2015-09-21Use fixed-width icons in CI nav sidebar.Douwe Maan
2015-09-21Use consistent styling for number of commits in CI nav sidebarDouwe Maan
2015-09-21Link project repo size to filesDouwe Maan
2015-09-21Fixed MR handling when GitLab CI project is not presentKamil Trzcinski
2015-09-21Remove CI button from project home panelDouwe Maan
2015-09-21Revert "Fixed MR handling when GitLab CI project is not present"Kamil Trzcinski
This reverts commit 3abcab779ec3015914eda5d715b4a9588445d815.
2015-09-21Fixed MR handling when GitLab CI project is not presentKamil Trzcinski
2015-09-21Relax CI version check during importJacob Vosmaer
2015-09-21Make importing builds less noisyJacob Vosmaer
2015-09-21Tweak textDouwe Maan
[ci skip]
2015-09-21Merge branch 'notification-levels' into 'master' Douwe Maan
Notification levels can now be set on the Project's main page ![Screen_Shot_2015-09-16_at_7.49.49_PM](https://gitlab.com/gitlab-org/gitlab-ce/uploads/0ac517bdfdc801f0e2115463c3ea9e10/Screen_Shot_2015-09-16_at_7.49.49_PM.png) The notification settings for a project can now be set directly on the Project's page. The drop down list and the button label reflect the current level. Saving is done via a remote form submission and if successful shows the user a flash message: ![Screen_Shot_2015-09-16_at_6.09.02_PM](https://gitlab.com/gitlab-org/gitlab-ce/uploads/8a6e1fde5177aa3976cadf59fdb8d375/Screen_Shot_2015-09-16_at_6.09.02_PM.png) @DouweM can you please review my code. I gave my bestest effort to make in clean and readable. @rspeicher hopefully we can include it with the 8.0 release, maybe? /cc @darby See merge request !1322
2015-09-21Merge branch 'sh-fix-issue-2585' into 'master' Dmitriy Zaporozhets
Make Markdown area formatting consistent Issue #2585 See merge request !1354
2015-09-21Merge branch 'ci-migrate-version-fix' into 'master' Marin Jankovski
Use GitlabCi::VERSION when checking migration See merge request !1368