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
path: root/doc
AgeCommit message (Collapse)Author
2015-12-14Merge branch 'ci-project-migrate' into 'master' Kamil TrzciƄski
Ci Project migrate - This doesn't migrate: allow_git_fetch, coverage_regex, timeout. Since this are project configuration settings I would propose to migrate them to `.gitlab-ci.yml`. - This requires offline migrations. - It simplifies database models making all CI objects to be attached to: Project. - It removes Ci::Project, but makes /ci/projects working by adding method: Project.find_by_ci_id for backward compatibility (badges, triggers). - We should add default `timeout` to Application Settings. - It misses specs. - It is based on ci-services-migrate for now. - It removes CI events. - It removes administrator CI projects overview. - It removes CI application settings. In 8.4 or 8.5 we can remove redundant tables and columns. See merge request !1987
2015-12-14Rename mention of gitlab-git-http-server to gitlab-workhorseStan Hu
[ci skip] Closes https://github.com/gitlabhq/gitlabhq/issues/9904
2015-12-12Bump Redis requirement to 2.8 for Sidekiq 4 requirementsStan Hu
Closes #3649 [ci skip]
2015-12-12add details on how to change saml button labelBen Bodenmiller
2015-12-11Clarify cache behaviorDrew Blessing
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-12-11Merge pull request #9850 from davydovanton/doc-fix-typosStan Hu
Fix typos in all docs
2015-12-10Document file upload random uuid securityDrew Blessing
2015-12-09Merge branch 'fix-typos' into 'master' Robert Speicher
Fix typos in integration docs [ci skip] See merge request !1999
2015-12-09Merge branch 'master' into 'master' Robert Speicher
Update init script only once The init script is already being updated in section 6. See merge request !2038 [ci skip]
2015-12-09Merge branch 'remove-default-branch-option-from-doc' into 'master' Dmitriy Zaporozhets
Remove default_branch from project API creation documentation The docs erroneously included `default_branch` as an option in project creation, but this field does not make sense because a new project has an empty repo with no branches. Closes #3937 See merge request !2034
2015-12-09Update init script only onceFelix Eckhofer
The init script is already being updated in section 6.
2015-12-09Merge branch 'fix-workhorse-upgrade-info' into 'master' Jacob Vosmaer
Remove the prepended v on GitLab Workhorse upgrade doc Fix for https://gitlab.com/gitlab-org/gitlab-workhorse/issues/4 See merge request !2020
2015-12-09Merge branch 'merge-if-green' into 'master' Douwe Maan
Merge when build succeeds ### What does this MR do? Adds a button to a MR when the build/ci is running so it can be merged when/if the build is successfull. ### Are there points in the code the reviewer needs to double check? English spelling and whether or not the grammer is correct. ### Why was this MR needed? When you expect its all good, and don't want to revisit the current MR it can be accepted allready. ### What are the relevant issue numbers / Feature requests? Fixes #2640 -- although `Merge if green` is replaced with `Merge when the build succeeds` the general idea is the same. ### Screenshots (if relevant) ![Screenshot_from_2015-12-07_10-34-39](/uploads/b90b558b6ad6c8266bc9c96120d86f96/Screenshot_from_2015-12-07_10-34-39.png) ![Screenshot_from_2015-11-02_17-26-56](/uploads/9f52f56e3c5e9ec63cb8f42978c92a52/Screenshot_from_2015-11-02_17-26-56.png) ![Screenshot_from_2015-11-02_17-27-03](/uploads/119fc18c9b15ff73dc38010ac5b6244a/Screenshot_from_2015-11-02_17-27-03.png) ![Screenshot_from_2015-12-03_10-08-14](/uploads/bad7b35c7d129981d43631877c958be0/Screenshot_from_2015-12-03_10-08-14.png) ![Screenshot_from_2015-11-02_17-27-16](/uploads/b616d750a16cc11ba72f2ca84213515e/Screenshot_from_2015-11-02_17-27-16.png) ### Further considerations What if there are minor things needed solving, e.g. Rubocop, the current implementation will reset the approved status of the MR. It might be a consideration keep the approval for team member, or even guests. This would require an extra option in the Admin screen, though might add extra value. #### TODO - [x] Docs - [x] Specs /cc @DouweM @rspeicher See merge request !1729
2015-12-09Merge branch 'ci-services-docs' into 'master' Achilleas Pipinellis
Introduce CI documentation for services and languages This introduces guide for PHP, a bunch of services (databases) and cleans up some docker references. With this there are bunch of example projects in https://gitlab.com/groups/gitlab-examples. /cc @JobV @axil See merge request !1917
2015-12-09Merge branch 'master' into merge-if-greenDouwe Maan
# Conflicts: # app/controllers/projects/merge_requests_controller.rb # config/routes.rb
2015-12-09Remove default_branch from project API creation since an empty repositoryStan Hu
has no branches to start. Closes #3937
2015-12-09Merge branch 'issue-closing-docs' into 'master' Robert Speicher
Update documentation about automatic issue closing RE !1933 See merge request !2000
2015-12-09Use the name of the linked containers instead of localhostAchilleas Pipinellis
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1917#note_2833978
2015-12-09Tweak text of documentationDouwe Maan
2015-12-09Merge branch 'master' into merge-if-greenDouwe Maan
# Conflicts: # app/views/projects/merge_requests/widget/_heading.html.haml # app/views/projects/merge_requests/widget/open/_accept.html.haml
2015-12-09More clean up to the CI example on how to use docker images [ci skip]Achilleas Pipinellis
2015-12-08Use the latest docker image in mysql CI example [ci skip]Achilleas Pipinellis
2015-12-08More postgres CI service example cleanupAchilleas Pipinellis
2015-12-08More redis CI example clean upAchilleas Pipinellis
2015-12-08Fix wrong naming of services keyword [ci skip]Achilleas Pipinellis
2015-12-08Add note about the various phpenv toolsAchilleas Pipinellis
2015-12-08Add link to runners doc [ci skip]Achilleas Pipinellis
2015-12-08Clean up mysql CI exampleAchilleas Pipinellis
2015-12-08Block LDAP user when they are no longer found in the LDAP serverDrew Blessing
2015-12-08Merge branch 'ui/dashboard-new-issue' into 'master' Dmitriy Zaporozhets
UI: Add "New X" buttons to dashboard and group issue, MR and milestone indexes # To do - [x] Use searchable dropdown since dashboard/group can have a lot of projects. Use select2? ## Before ![Screen_Shot_2015-12-07_at_17.26.52](/uploads/22c6d6df10414f9e3e35d6cea3870486/Screen_Shot_2015-12-07_at_17.26.52.png) ## After ![Screen_Shot_2015-12-07_at_17.26.33](/uploads/02d082490ed6c83c66f052a5b601b5be/Screen_Shot_2015-12-07_at_17.26.33.png) As you can see, for milestones, groups are listed as well as we can now easily create group milestones. Fixes #3544 and https://dev.gitlab.org/gitlab/gitlabhq/issues/2581 See merge request !1968
2015-12-08Clean up postgres CI example [ci skip]Achilleas Pipinellis
2015-12-08More cleanup on Redis exampleAchilleas Pipinellis
2015-12-08Clean up Redis CI service example [ci skip]Achilleas Pipinellis
2015-12-08Add an intro to CI services documentation [ci skip]Achilleas Pipinellis
2015-12-08Move markdown link to the bottom [ci skip]Achilleas Pipinellis
2015-12-08Clean up CI ssh keys docs [ci skip]Achilleas Pipinellis
2015-12-08Use link instead of connect to be more Docker friendlyAchilleas Pipinellis
2015-12-08Clean up PHP CI example [ci skip]Achilleas Pipinellis
2015-12-08Add intro about languagesAchilleas Pipinellis
2015-12-08Fix wrong exampleAchilleas Pipinellis
2015-12-08Bring back removed heading and point to other sectionAchilleas Pipinellis
2015-12-08Clean up using_docker_images.mdAchilleas Pipinellis
2015-12-08Use .md instead of .htmlAchilleas Pipinellis
2015-12-08Fix headingAchilleas Pipinellis
2015-12-08Introduce CI documentation for services and languagesKamil Trzcinski
2015-12-08Remove the prepended v on GitLab Workhorse upgrade docKelvin
2015-12-08Merge branch 'master' into ui/dashboard-new-issueDouwe Maan
2015-12-08Add 'resume' capability to parallel-rsync-reposJacob Vosmaer
2015-12-08Rewrite docsDouwe Maan