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-07-17The release manager owns the stable branchesJacob Vosmaer
I think this helps the release manager because it means they don't have to worry about others pushing commits at the last minute.
2015-07-17Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-07-17Clean up editions paragraphSytse Sijbrandij
2015-07-17Update installation instructions.Sytse Sijbrandij
2015-07-17Improve the layout of the readme.Sytse Sijbrandij
2015-07-16Merge branch 'chef-docker' into 'master' Job van der Voort
Added note about chef Added note about chef being required to generate GitLab config. because of tweet https://twitter.com/grahamgilbert/status/621015318442459136 See merge request !982
2015-07-16Merge branch 'create-branch' into 'master' Job van der Voort
Added new doc about creating a new branch Added new document about creating a branch and fixed bullets in all the other documents. Also fixed "git push REMOTE BRANCH". See merge request !1894
2015-07-16fixed conflictkaren Carias
2015-07-16changed some textkaren Carias
2015-07-16Merge branch 'improve-readme' into 'master' Sytse Sijbrandij
Document should start from h1 title. Also put badges on top for easier tracking Looks much better with new project page design. See merge request !983
2015-07-16Document should start from h1 title. Also put badges on top for easier trackingDmitriy Zaporozhets
2015-07-16Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski
2015-07-16Merge branch 'master' of github.com:gitlabhq/gitlabhqMarin Jankovski
2015-07-16added additional spacekaren Carias
2015-07-15added note about chefkaren Carias
2015-07-15Merge branch 'time_ago_fix' into 'master' Dmitriy Zaporozhets
Time ago fix for branch compare page https://dev.gitlab.org/gitlab/gitlabhq/issues/2508 See merge request !1904
2015-07-15Time ago fix for compare pageValery Sizov
2015-07-15Merge pull request #9455 from rburchell/patch-1Stan Hu
Remove author information from "post" in merge_requests API.
2015-07-15Merge branch 'merge-request-wip-information' into 'master'Stan Hu
api: expose work_in_progress flag See merge request !948
2015-07-14Merge branch 'docker-image' into 'master'Kamil TrzciƄski
Fix docker image See merge request !979
2015-07-14Fix docker imageKamil Trzcinski
2015-07-14Revert password change changelog entry.Sytse Sijbrandij
2015-07-14Revert "Change default admin password from "5iveL!fe" to "password""Sytse Sijbrandij
This reverts commit 8a01a1222875b190d32769f7a6e7a74720079d2a.
2015-07-14Merge branch 'notifications-title' into 'master' Job van der Voort
fixed notifications title I fixed the title and link to this document because I believe that it's more clear and easier to find if it has "emails" in the name. See merge request !1897
2015-07-14Merge branch 'fix-ed' into 'master' Dmitriy Zaporozhets
Fix path to move_drop_indexes.ed Small documentation fix. See merge request !1900
2015-07-14Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-07-14Merge branch 'nice-scroll-sidebar' into 'master'Dmitriy Zaporozhets
Add nice scroll for sidebar Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !978
2015-07-14Merge branch 'scrollbar-issue' into 'master'Dmitriy Zaporozhets
Hide scrollbar from sidebar when external mouse is connected to OSX See merge request !977
2015-07-14Add nice scroll for sidebarDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-14Merge branch 'update-guide-713' into 'master' Valery Sizov
create update guides for 7.13 See merge request !1899
2015-07-14Hide scrollbar from sidebar when external mouse is connected to OSXKamil Trzcinski
2015-07-14Fix path to move_drop_indexes.edJacob Vosmaer
2015-07-14create update guides for 7.13Job van der Voort
2015-07-14Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-07-14Merge branch 'rs-fix-coverage' into 'master'Dmitriy Zaporozhets
Move coverage-related setup back to spec_helper These tools must be loaded before our regular Rails environment. Partially reverts 57830201a9152b56ccf65a98275601617f44653d See merge request !976
2015-07-14Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-07-14Merge branch 'mysql-to-postgres-ed' into 'master' Dmitriy Zaporozhets
Add 'ed' step to mysql-to-postgres procedure This change brings the documentation in this repo up to date with that in https://github.com/gitlabhq/mysql-postgresql-converter . See merge request !1896
2015-07-14Merge branch 'rs-issue-1773' into 'master'Dmitriy Zaporozhets
Fix mentions not being created upon issue/merge request update New cross-references weren't being added when they were made in an issue or merge request update. This happened because the relevant `UpdateService`s were making the `notice_added_references` call after the model had already been updated and saved, so the `changes` attribute was empty and no cross-references were made at all. This fixes the bug and adds a bit of testing and a bit of refactoring. Closes #1773 See merge request !974
2015-07-14Merge branch 'project-default-view' into 'master'Dmitriy Zaporozhets
Allow user to specify content he wants to see on project page Improvement to !938. Since a lot of people complain on fact they don't like to see README. Especially since we already have a switcher for dashboard - it kind of acceptable to select behaviour. User can specify which content he/she wants to see: ![Screenshot_2015-07-13_18.24.31](https://gitlab.com/gitlab-org/gitlab-ce/uploads/d237474e8f52df4a62ba7e951fa28bd8/Screenshot_2015-07-13_18.24.31.png) ![Screenshot_2015-07-13_18.24.36](https://gitlab.com/gitlab-org/gitlab-ce/uploads/473b0e2a94b3de16d048b8332b539816/Screenshot_2015-07-13_18.24.36.png) cc @JobV @jacobvosmaer @marin @sytses See merge request !970
2015-07-14Move coverage-related setup back to spec_helperRobert Speicher
These tools must be loaded before our regular Rails environment.
2015-07-14Rename `notice_added_references` to `create_new_cross_references!`Robert Speicher
2015-07-14Refactor Mentionable#notice_added_referencesRobert Speicher
It now accounts for models that have changed but have already been persisted, such as when called from an UpdateService. Closes #1773
2015-07-14Merge branch 'project-plus-icon' into 'master'Dmitriy Zaporozhets
Replaced icon for project page dropdown button Improve for !971 ![Screenshot_2015-07-13_23.37.01](https://gitlab.com/gitlab-org/gitlab-ce/uploads/2b168c6f8a07f33cab4ca8f735646f8a/Screenshot_2015-07-13_23.37.01.png) See merge request !973
2015-07-14Improve project new item dropdownDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-13added link to dockaren Carias
2015-07-13Merge branch 'use_password_field_defaults_for_services' into 'master'Dmitriy Zaporozhets
Use password field defaults for services Previously we masked the password field manually. After the refactor that services page received we can use `password_field` default masking. Fixes internal https://dev.gitlab.org/gitlab/gitlab-ee/issues/314 See merge request !969
2015-07-13Merge branch 'project-dropdown' into 'master'Dmitriy Zaporozhets
Add dropdown to quickly create issue or branch from project page because just 'new issue' link is not valid for all users. A lot of people use external issue tracker. So I grouped several links under one button ![Screenshot_2015-07-13_18.40.43](https://gitlab.com/gitlab-org/gitlab-ce/uploads/9db7394c16d1a8718c8a6a15fd2c98cc/Screenshot_2015-07-13_18.40.43.png) ![Screenshot_2015-07-13_18.40.41](https://gitlab.com/gitlab-org/gitlab-ce/uploads/d880532bb15370bb3f8e76bd06b411ad/Screenshot_2015-07-13_18.40.41.png) cc @JobV @marin @jacobvosmaer @sytses See merge request !971
2015-07-13Merge branch 'scroll-sidebar' into 'master'Dmitriy Zaporozhets
Scroll sidebar On small screens content of sidebar does not fit. This merge request makes sidebar scrollable which makes it usable for tablets and small laptops. This merge request has no screenshot because it brings no visual change. Its about action. cc @darby @JobV See merge request !972
2015-07-13fixed notifications titlekaren Carias
2015-07-13Increase padding between menu items a bitDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>