summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Add UI guide to GitLab development helpDmitriy Zaporozhets2015-03-082-0/+13
|
* Update ci setup documenationDmitriy Zaporozhets2015-03-021-1/+4
|
* More reasons why prefixing is goodJacob Vosmaer2015-02-261-0/+5
| | | | Inspired by http://www.dwheeler.com/essays/filenames-in-shell.html
* Document fun facts about omnibus-gitlabJacob Vosmaer2015-02-191-0/+32
|
* Fix a number of discovered typos, capitalization of developer andEwan Edwards2015-02-032-6/+6
| | | | product names, plus a couple of instances of bad Markdown markup.
* Don't create zombies with IO.popenJacob Vosmaer2015-01-221-1/+1
| | | | | | The previous recommend incantation would leave the process we read from hanging around, even though it had finished. That gives you a 'defunct'/'zombie' process.
* Add security tips about file and pathsJacob Vosmaer2014-12-091-0/+63
|
* Move sidekiq debug docs to development folderRobert Schilling2014-12-071-0/+14
|
* Remove warning from db seed since it is called by db setup.Sytse Sijbrandij2014-12-041-1/+2
|
* Fix notifications for developers that don't read the documentation.Sytse Sijbrandij2014-12-041-1/+4
|
* Disable Sidekiq arguments logging by defaultJacob Vosmaer2014-12-011-0/+1
|
* remove unnecessarry imageMarc Radulescu2014-11-272-1/+1
|
* replaced hotlinkMarc Radulescu2014-11-262-1/+1
|
* added office analogy to help understanding of gitlab architectureMarc Radulescu2014-11-261-0/+32
|
* Make semaphore configuration an ordered list.Achilleas Pipinellis2014-10-151-3/+3
|
* Point to correct project on githost.io.Achilleas Pipinellis2014-10-151-1/+1
|
* Describe who can trigger builds and where, add no red tests policy to ↵Marin Jankovski2014-10-151-9/+11
| | | | contributing doc.
* Replace www.gitlab.com with about.gitlab.comCiro Santilli2014-10-071-1/+1
|
* Add a counterexample to 'do it in Ruby'Jacob Vosmaer2014-10-021-0/+6
|
* Add semaphore config to ci testing doc.Sytse Sijbrandij2014-09-191-19/+27
|
* Mention build scriptDmitriy Zaporozhets2014-09-181-1/+2
|
* CI setup docsDmitriy Zaporozhets2014-09-182-0/+33
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix spelling errors in doc, closes #7437Robert Schilling2014-08-071-7/+7
| | | | Further changes
* Fixed typos in Development - Rake Tasks docRob Taylor2014-07-311-3/+3
|
* Updated the picture based on comments.Sytse Sijbrandij2014-07-102-0/+0
|
* Update the diagram and make clear that rails accesses the repo's via shell.Sytse Sijbrandij2014-07-102-0/+0
|
* Update docs to markdown style guide.Ciro Santilli2014-06-033-94/+55
|
* Add doc file for dev rake tasksDmitriy Zaporozhets2014-04-242-2/+30
|
* Also need to change the reference.dosire2014-04-081-1/+1
|
* Remove nested images since they are not supported by ↵dosire2014-04-082-0/+0
| | | | https://gitlab.com/gitlab-com/doc-gitlab-com
* Merge branch 'doc-readme-for-site' into 'master'Dmitriy Zaporozhets2014-03-271-0/+2
|\ | | | | | | | | | | | | Doc-readme-for-site New readme files for doc.gitlab.com I also but the links for the api readme at the top.
| * New doc site needs indexes.dosire2014-03-271-0/+2
| |
* | fix image not displaying in GitLab due to faulty markdownJob van der Voort2014-03-271-2/+2
|/
* Merge branch 'attribution-for-shell-guide' into 'master'Jacob Vosmaer2014-03-241-0/+6
|\ | | | | | | Attribution For Shell Guide
| * Can deeplink after all.dosire2014-03-241-1/+1
| |
| * References for the issues the guide addresses.dosire2014-03-241-0/+6
| |
* | typo fixEvgeniy Sokovikov2014-03-191-1/+1
| |
* | Update references to gitlab dot com.dosire2014-03-101-1/+1
|/
* Add shell commands guideJacob Vosmaer2014-02-251-0/+111
|
* Domain sockets are the default, not TCPJacob Vosmaer2014-02-101-1/+1
|
* Use one sentence per line in architecture.mdJacob Vosmaer2014-02-101-12/+46
|
* Remove duplication with readme. Remove unneeded spaces. Prevent people ↵dosire2014-02-041-17/+27
| | | | writing ~git in the documentation. Descriptive headers.
* adding ref from structure to architectureSam Gleske2014-01-291-1/+6
|
* Clarifying web frontend direct file accessSam Gleske2014-01-281-1/+1
| | | | Rewrite how Apache/nginx interacts with precompiled assets.
* update links for gitlab.comSam Gleske2014-01-281-4/+4
|
* An architectural overview of GitLabSam Gleske2014-01-283-17/+128
| | | | | This is to help new admins of GitLab understand what components are involved in making GitLab work.
* Start writing doc about GitLab architecture for developersDmitriy Zaporozhets2013-11-251-0/+23
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>