summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Allow user to specify content he wants to see on project pageproject-default-viewDmitriy Zaporozhets2015-07-131-0/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* added link to issue closing pattern in dockaren Carias2015-07-101-0/+2
|
* Revert "api: add 'system', 'upvote', and 'downvote' fields to note queries"Stan Hu2015-07-091-8/+2
| | | | This reverts commit dd4fee5fdbda07fbc09234c4b043c3c9939a6a9b.
* api: add 'system', 'upvote', and 'downvote' fields to note queriesBen Boeckel2015-07-091-2/+8
|
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-07-081-1/+5
|\
| * Merge branch 'add-ie-compat-notice' into 'master'Job van der Voort2015-07-081-1/+5
| |\ | | | | | | | | | | | | | | | | | | | | | Added info about common UI problems if IE Compatibility View mode is enabled. /cc @sytses @Haydn See merge request !939
| | * Added info about common UI problems if IE Compatibility View mode is enabled.add-ie-compat-noticePatricio Cano2015-07-071-1/+5
| | |
* | | Make sure webhooks are mentioned at the top level.Sytse Sijbrandij2015-07-082-5/+8
|/ /
* | Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer2015-07-081-1/+1
|\ \
| * \ Merge pull request #9435 from bbodenmiller/patch-1stanhu2015-07-071-1/+1
| |\ \ | | |/ | |/| use relative link to SSH setup page
| | * use relative link to SSH setup pageBen Bodenmiller2015-07-061-1/+1
| | |
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceJacob Vosmaer2015-07-081-1/+1
|\ \ \
| * \ \ Merge branch 'fix-irker-capitalization' into 'master'Robert Schilling2015-07-081-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Change "Irc Uri" -> "IRC URI" See merge request !937
| | * | | Change "Irc Uri" -> "IRC URI"Stan Hu2015-07-071-1/+1
| | | |/ | | |/|
* | | | Merge branch 'create-group' into 'master' Job van der Voort2015-07-076-1/+46
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New doc about creating groups I added a new document about creating groups in GitLab. I also fixed comment in previous MR https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1885 See merge request !1886
| * | | | fixed textkaren Carias2015-07-071-10/+14
| | | | |
| * | | | fixed typokaren Carias2015-07-071-3/+3
| | | | |
| * | | | fixed imagekaren Carias2015-07-072-2/+2
| | | | |
| * | | | fixed document with improved instructionskaren Carias2015-07-073-15/+11
| | | | |
| * | | | new doc about creating groupskaren Carias2015-07-023-1/+46
| | | | |
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceSytse Sijbrandij2015-07-071-1/+3
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | Conflicts: doc/install/requirements.md
| * | | | Add link to multiple app servers.Sytse Sijbrandij2015-07-071-0/+2
| | |_|/ | |/| |
* | | | Specify that swap will be slow.Sytse Sijbrandij2015-07-071-9/+10
|/ / /
* | | Merge branch 'compress-db' into 'master'Kamil TrzciƄski2015-07-071-1/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compress database backup Restore handles both cases: uncompressed and compressed backup. As an improvement `IO.popen` can be used. /cc @jacobvosmaer See merge request !873
| * | | Compress database backupKamil Trzcinski2015-07-061-1/+4
| | |/ | |/|
* | | Merge branch 'settings-via-api' into 'master'Dmitriy Zaporozhets2015-07-072-0/+89
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | API to set application settings for admin Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !934
| * | Add docs and empty specs for applicaiton settings APIDmitriy Zaporozhets2015-07-062-0/+89
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-07-062-22/+57
|\ \ \
| * \ \ Merge branch 'add-irker-options' into 'master'Dmitriy Zaporozhets2015-07-061-22/+27
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Irker service configuration options ### What does this MR do? This MR makes a number of hard-coded Irker parameters configurable in the service settings: Irker server host, port, and default IRC URI. It also removes the "max recipient" limit since the recipient list is configurable only by the project owner, and it makes no sense to update the limit when it is implied in the recipient list already. ### Why was this MR needed? The existing service assumed that gitlab.com was running an Irker daemon on `localhost` when it was not. Using Irker on gitlab.com thus did not work at all. This MR allows users to provide their own Irker daemons. ### Are there points in the code the reviewer needs to double check? My main concern is whether allowing a user to specify the server/port combination would have security implications for a host. Given that HipChat and Slack allow users to do this, I didn't think this was doing anything novel. ### What are the relevant issue numbers? * Closes #1713 * Closes #1714 * Closes gitlab-com/support-forum#139 ### Screenshots ### Before ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/2eb3eb815e249e9fb669fc97ecd4f3c8/image.png) ### After ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/cceaba951c05bd3df2c842cc68046b87/image.png) See merge request !930
| | * | | Add Irker service configuration optionsStan Hu2015-07-051-22/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1713 Closes #1714 Closes gitlab-com/support-forum#139
| * | | | Merge branch 'doc-list' into 'master'Robert Speicher2015-07-051-0/+30
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve documentation of lists in Markdown See merge request !899
| | * | | | Improve documentation of lists in MarkdownRaniere Silva2015-07-031-0/+30
| | | | | |
* | | | | | fixed link to gitlab-basicskaren Carias2015-07-051-1/+1
|/ / / / /
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceJacob Vosmaer2015-07-031-0/+28
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Allow user to be blocked and unblocked via the APISteve Norman2015-07-031-0/+28
| | |_|/ | |/| |
* | | | Merge branch 'create-final-rc' into 'master' Job van der Voort2015-07-021-5/+10
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Change RC/final package release timing Creating the packages one day before the release feels strange, especially in a month like this (June 2015) where the release is on a Monday. I think it is better to have one more RC. See merge request !1873
| * | | Change RC/final package release timingJacob Vosmaer2015-06-191-5/+10
| | | |
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-07-021-0/+5
|\ \ \ \
| * | | | Add Troubleshooting section to SAML doc.saml-troubleshootingDouwe Maan2015-07-011-0/+5
| | |_|/ | |/| |
* | | | fixed linkkaren Carias2015-07-011-2/+2
| | | |
* | | | new document about creating a projectkaren Carias2015-07-015-4/+29
|/ / /
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-07-011-2/+2
|\ \ \
| * | | Reporter role can manage issue tracker nowreporter-manage-issuesDmitriy Zaporozhets2015-06-301-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Merge branch 'commandline' into 'master'Job van der Voort2015-07-0146-11/+146
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | added new doc "command line commands" Added new doc to GitLab Basics See merge request !1880
| * | | small fixeskaren Carias2015-06-301-3/+1
| | | |
| * | | organized commandskaren Carias2015-06-302-55/+54
| | | |
| * | | fixed typokaren Carias2015-06-301-1/+1
| | | |
| * | | added new linkskaren Carias2015-06-303-6/+6
| | | |
| * | | renamed files with hyphenkaren Carias2015-06-3045-3/+3
| | | |
| * | | fixed titlekaren Carias2015-06-291-1/+1
| | | |