summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixes after reviewwebhook_payload_with_changesValery Sizov2015-12-073-18/+11
|
* fox specsValery Sizov2015-12-074-17/+28
|
* Add added, modified and removed properties to commit object in webhookValery Sizov2015-12-046-42/+51
|
* Merge branch 'extend-events-api'Dmitriy Zaporozhets2015-12-045-14/+106
|\
| * Extent Event and Note APIextend-events-apiDmitriy Zaporozhets2015-12-045-14/+106
| | | | | | | | | | | | | | | | * add note to Events API * add author section to Events API * add noteable_id and noteable_type to Notes API Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'mr-commits-api' into 'master' Dmitriy Zaporozhets2015-12-044-1/+72
|\ \ | | | | | | | | | | | | | | | | | | Add API endpoint to fetch merge request commits list Fixes #3748 See merge request !1984
| * | Improve docsmr-commits-apiDmitriy Zaporozhets2015-12-041-5/+3
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Add API endpoint to fetch merge request commits listDmitriy Zaporozhets2015-12-044-0/+73
| |/ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Fix wrong doc in merge request APIDmitriy Zaporozhets2015-12-041-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'fix_mailer_queue' into 'master' Marin Jankovski2015-12-042-2/+2
|\ \ | |/ |/| | | | | | | | | Fix mailers queue The `mailer` queue can be removed. See merge request !1975
| * Fix mailer queuefix_mailer_queueValery Sizov2015-12-032-2/+2
| |
* | Merge branch 'ui/sidebar' into 'master' Dmitriy Zaporozhets2015-12-0417-194/+223
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UI: Sidebar & header tweaks and fixes Depends on !1953 See the commits for more details, the messages mostly speak for themselves. ![Logo](https://gitlab.com/gitlab-org/gitlab-ce/uploads/ba088150165bb0a0aea1e894f3443f43/logo_tooltip.png) ![Sidebar](https://gitlab.com/gitlab-org/gitlab-ce/uploads/c1e8c09ac3bf489cdb9531eebea18c90/sidebar_tooltips.png) Fixes #2928, #2071, https://dev.gitlab.org/gitlab/gitlabhq/issues/2575, and https://dev.gitlab.org/gitlab/gitlabhq/issues/2573 See merge request !1958
| * \ Merge branch 'master' into ui/sidebarui/sidebarDouwe Maan2015-12-0388-348/+378
| |\ \ | | |/ | | | | | | | | | # Conflicts: # app/assets/stylesheets/framework/sidebar.scss
| * | Revert unrelated changesDouwe Maan2015-12-021-0/+3
| | |
| * | Page titles are title case.Douwe Maan2015-12-021-2/+2
| | |
| * | Fade in/out Back icon when sidebar is toggledDouwe Maan2015-12-021-1/+5
| | |
| * | Fix header tooltip alignmentDouwe Maan2015-12-021-6/+6
| | |
| * | Fix logo height in signed-out header barDouwe Maan2015-12-021-3/+5
| | |
| * | Restore sidebar tooltips and fix logo tooltip locationDouwe Maan2015-12-0214-185/+207
| | |
* | | Merge branch 'ui/form-consistency' into 'master' Dmitriy Zaporozhets2015-12-0456-213/+201
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UI: Improve form consistency Depends on !1953 See the commits for more details, the messages mostly speak for themselves. # Highlights ## Tag form Before: ![tag_before](/uploads/ee5ba6ef405749013f9e5717ebcf72f3/tag_before.png) After: ![tag_after](/uploads/71bb543553190d91c03fd706cce35923/tag_after.png) See merge request !1955
| * | | Fix specui/form-consistencyDouwe Maan2015-12-031-4/+4
| | | |
| * | | Fix specsDouwe Maan2015-12-032-5/+5
| | | |
| * | | Merge branch 'master' into ui/form-consistencyDouwe Maan2015-12-0388-348/+380
| |\ \ \ | | | |/ | | |/|
| * | | Tweak tag form wordingDouwe Maan2015-12-031-1/+1
| | | |
| * | | Rename variableDouwe Maan2015-12-022-4/+4
| | | |
| * | | Add `http://gitlab.example.com/u/` prefix to "Change username" field.Douwe Maan2015-12-021-3/+4
| | | |
| * | | Remove `.git` suffix to project path field.Douwe Maan2015-12-021-1/+0
| | | |
| * | | Use select2 instead of regular selectbox for profile public emailDouwe Maan2015-12-021-1/+1
| | | |
| * | | Use autofocus where appropriateDouwe Maan2015-12-023-3/+3
| | | |
| * | | Use js-requires-input where appropriateDouwe Maan2015-12-026-14/+10
| | | |
| * | | Use select2 placeholder instead of blank optionDouwe Maan2015-12-021-2/+1
| | | |
| * | | Remove unnecesary wrapper elementsDouwe Maan2015-12-027-26/+15
| | | |
| * | | Only use input placeholders when they add valueDouwe Maan2015-12-026-11/+13
| | | |
| * | | Don't write "Optional" or "Required" unless non-obviousDouwe Maan2015-12-024-6/+3
| | | |
| * | | Use form-actions where appropriateDouwe Maan2015-12-026-18/+23
| | | |
| * | | Add cancel button to forms that didn't have one alreadyDouwe Maan2015-12-0212-22/+28
| | | |
| * | | Add cancel button to forms that didn't have one alreadyDouwe Maan2015-12-024-5/+6
| | | |
| * | | Use consistent casing for form field labelsDouwe Maan2015-12-0210-30/+19
| | | |
| * | | Use consistent casing for page titlesDouwe Maan2015-12-0229-58/+62
| | |/ | |/|
* | | Merge branch 'ui/login-page' into 'master' Dmitriy Zaporozhets2015-12-044-7/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix background and padding of login and error pages Was gray, is white again. See merge request !1978
| * | | Fix background and padding of login and error pagesui/login-pageDouwe Maan2015-12-034-7/+10
| | |/ | |/|
* | | Merge branch 'doc-ssh' into 'master' Achilleas Pipinellis2015-12-041-2/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Correction of markdown in SSH docs Correction of broken markdown in SSH docs See merge request !1900
| * | | Correction of markdown in SSH docsLaurens Stötzel2015-11-251-2/+3
| | | |
* | | | Merge branch 'fork-event' into 'master' Robert Speicher2015-12-032-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Don't show project fork event as imported See merge request !1949
| * \ \ \ Merge branch 'master' into fork-eventfork-eventDouwe Maan2015-12-0388-348/+380
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Don't show project fork event as importedDouwe Maan2015-12-022-1/+2
| | |_|/ | |/| |
* | | | Merge branch 'new-tag-branch-authorization' into 'master' Robert Speicher2015-12-032-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add authorization to new branch/tag pages. The create actions have authorization, the new actions didn't, so no-one unauthorized could actually do anything, but it was wrong(TM). See merge request !1979
| * | | | Add authorization to new branch/tag pages.new-tag-branch-authorizationDouwe Maan2015-12-032-2/+2
| | |/ / | |/| |
* | | | Merge branch 'fix-ruby-version' into 'master' Robert Speicher2015-12-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update .ruby-version to 2.1.7 Fixes #3835 See merge request !1980
| * | | | Update .ruby-version to 2.1.7fix-ruby-versionRobert Schilling2015-12-031-1/+1
| | | | |