summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 8.0.0.rc4v8.0.0.rc4Robert Speicher2015-09-211-1/+1
|
* Merge branch 'master' into 8-0-stableRobert Speicher2015-09-2149-226/+419
|\
| * 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.
| * | | | | | Fixed MR handling when GitLab CI project is not presentKamil Trzcinski2015-09-212-3/+8
| |/ / / / /
| * | | | | Merge branch 'notification-levels' into 'master' Douwe Maan2015-09-2111-3/+126
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | Minor code cleanupnotification-levelsDouwe Maan2015-09-203-24/+23
| | | | | |
| | * | | | Use the `find_by_user_id` magic finder instead of `where`.Patricio Cano2015-09-161-1/+1
| | | | | |
| | * | | | Updated label from `Mention` to `On Mention`.Patricio Cano2015-09-161-1/+1
| | | | | |
| | * | | | Merge branch 'master' into notification-levelsPatricio Cano2015-09-16389-571/+17165
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into notification-levelsPatricio Cano2015-09-16133-551/+1050
| | |\ \ \ \ \
| | * | | | | | Added Global to the drop downs and updated the label of the button to show ↵Patricio Cano2015-09-165-15/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the current level instead of `Notifications`
| | * | | | | | Added Spinach tests and updated CHANGELOGPatricio Cano2015-09-163-0/+21
| | | | | | | |
| | * | | | | | Replaced `this` with `@` in the coffee file and added an arrow that clearly ↵Patricio Cano2015-09-142-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | marks the Notifications button as a drop down
| | * | | | | | Notification dropdown now shows currently active level, and also shows what ↵Patricio Cano2015-09-144-10/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the actual value of `global` is, if the project has the notification level set to global.
| | * | | | | | Corrected `case` indentation to conform with RubocopPatricio Cano2015-09-141-22/+22
| | | | | | | |
| | * | | | | | Added spacing to icons in Notification drop downPatricio Cano2015-09-141-4/+4
| | | | | | | |
| | * | | | | | Notification level can now be saved from within the project view.Patricio Cano2015-09-146-21/+32
| | | | | | | |
| | * | | | | | Fixed notification level list item helper.Patricio Cano2015-09-141-12/+8
| | | | | | | |
| | * | | | | | PAtrially working notification buttonDarby2015-09-144-0/+49
| | | | | | | |
| * | | | | | | Merge branch 'sh-fix-issue-2585' into 'master' Dmitriy Zaporozhets2015-09-211-0/+4
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make Markdown area formatting consistent Issue #2585 See merge request !1354
| | * | | | | | | Make Markdown area formatting consistentsh-fix-issue-2585Stan Hu2015-09-181-0/+4
| | | | | | | | |