summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Replace linux with GNU/Linux to recognize the work of Dr. Stallman.replace-linux-with-gnu-linuxSytse Sijbrandij2015-03-152-2/+2
|
* Change default number of unicorn workers to three.Marin Jankovski2015-03-131-1/+1
|
* Update documentation for object_kind field in Webhook push and tag push WebhooksStan Hu2015-03-131-0/+2
|
* Merge branch 'enhance_markdown_linebreak_docs' into 'master'Hannes Rosenögger2015-03-131-0/+8
|\ | | | | | | | | | | | | | | Enhance Markdown linebreak docs The "Line Breaks" section within the Markdown docs was missing an example of creating a line break within a paragraph by ending a line with two spaces. See merge request !335
| * Add an example of creating a line break by adding two spaces atEwan Edwards2015-02-111-0/+8
| | | | | | | | the end of a line.
* | Merge branch 'emoji_cheatsheet_fix' into 'master'Marin Jankovski2015-03-121-10/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | Emoji cheatsheet fix Worked through the help text for emoji to properly reference and use EmojiOne tags. Removed the ninja and reworked the first sentence a bit, as ninja isn't supported by EmojiOne. Should resolve ticket #953. See merge request !384
| * | Updated help documentation to properly reference EmojiOne. [ci skip]Cameron Banga2015-03-121-10/+10
| | |
* | | Add deploy to ci.gitlab.com to release documents.Marin Jankovski2015-03-113-0/+4
|/ /
* | Add a note about building AMI to security docMarin Jankovski2015-03-111-0/+1
| |
* | add AMI update stepJob van der Voort2015-03-112-0/+5
| |
* | Add criteria for requesting CVEDmitriy Zaporozhets2015-03-091-1/+1
| |
* | remove duplicate right braces ('}') in configuration examples of GitHub,Kuo-Cheng Yeu2015-03-093-5/+5
| | | | | | | | GitLab, and Google.
* | Add UI guide to GitLab development helpDmitriy Zaporozhets2015-03-082-0/+13
| |
* | Merge branch 'web_hook_extend' into 'master'Dmitriy Zaporozhets2015-03-041-0/+1
|\ \ | | | | | | | | | | | | | | | Web Hook sends email of pusher See merge request !1630
| * | Web Hook sends email of pusherValery Sizov2015-03-041-0/+1
| | |
* | | Moved the Gmail integration line into the list of available integrations.Ewan Edwards2015-03-041-2/+2
| | |
* | | The "GitLab buttons in Gmail" document was not linked from anywhereEwan Edwards2015-03-041-0/+2
|/ / | | | | | | else. It is now linked.
* | Merge branch 'installtion-from-source' into 'master'Dmitriy Zaporozhets2015-03-031-1/+1
|\ \ | | | | | | | | | | | | | | | Clearly mark it as installation from source. See merge request !1622
| * | Clearly mark it as installation from source.Sytse Sijbrandij2015-03-031-1/+1
| | |
* | | Update ci setup documenationDmitriy Zaporozhets2015-03-021-1/+4
| | |
* | | Merge branch 'add-irker-service' of https://github.com/Aorimn/gitlabhq into ↵Dmitriy Zaporozhets2015-03-022-0/+47
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Aorimn-add-irker-service Conflicts: app/controllers/projects/services_controller.rb
| * | Add Irker serviceAorimn2015-03-012-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Irker is a gateway which sends IRC messages on git updates. This new service provides an interface to this gateway, integrated in Gitlab, for each updates. As per the guidelines, this commit adds the new feature in the CHANGELOG, tests and documentation. See http://www.catb.org/esr/irker/
* | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-03-024-40/+40
|\ \ \ | |/ /
| * | Merge branch 'master' into 'master'Robert Schilling2015-03-011-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error in docs for closing an issue API docs for issues says you set parameter 'closed' to '1'. I was not able to do that but I could set 'state_event' to 'close' which closed the issue. Does not work "https://gitlab.com/api/v3/projects/:id/issues/:issue_id?closed=1" Does work "https://gitlab.com/api/v3/projects/:id/issues/:issue_id?state_event=close" See merge request !342
| | * | To close an issue you must set 'state_event' to 'close'. I cannot set ↵Derek Campbell2015-02-201-1/+1
| | | | | | | | | | | | | | | | 'closed' to '1'.
| * | | Merge pull request #8890 from sue445/feature/project_api_avatar_urlJeroen van Baarsen2015-03-011-3/+6
| |\ \ \ | | | | | | | | | | Expose avatar_url in projects API
| | * | | Expose avatar_url in projects APIsue4452015-03-011-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Impl Project#avatar_url * Refactor ApplicationHelper: Use Project#avatar_url * Update changelog
| * | | | Merge pull request #8757 from bbodenmiller/patch-1Robert Schilling2015-02-281-1/+1
| |\ \ \ \ | | | | | | | | | | | | formatting cleanup on mysql_to_postgresql.md
| | * | | | formatting cleanup on mysql_to_postgresql.mdBen Bodenmiller2015-02-081-1/+1
| | | | | |
| * | | | | Merge pull request #8758 from bbodenmiller/patch-3Robert Schilling2015-02-281-4/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | use gitlab branch of mysql-postgresql-converter
| | * | | | | use gitlab branch of mysql-postgresql-converterBen Bodenmiller2015-02-081-4/+4
| | |/ / / /
| * | | | | Merge pull request #8803 from Bugagazavr/patch-2Robert Schilling2015-02-281-31/+28
| |\ \ \ \ \ | | | | | | | | | | | | | | Correct json payload [ci skip]
| | * | | | | Correct json payload [ci skip]Bugagazavr2015-02-161-31/+28
| | | | | | |
* | | | | | | Merge branch 'shell-paths' into 'master'Dmitriy Zaporozhets2015-03-021-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More reasons why prefixing is good Inspired by http://www.dwheeler.com/essays/filenames-in-shell.html See merge request !1604
| * | | | | | | More reasons why prefixing is goodJacob Vosmaer2015-02-261-0/+5
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Inspired by http://www.dwheeler.com/essays/filenames-in-shell.html
* | | | | | | Merge branch 'update_logs_document' into 'master'Sytse Sijbrandij2015-02-281-2/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mention audit events ee feature in logs documentation. Related to gitlab/gitlabhq#1979 See merge request !1609
| * | | | | | Mention audit events ee feature in logs documentation.Marin Jankovski2015-02-271-2/+4
| | | | | | |
* | | | | | | Merge branch 'mmonaco/gitlab-ce-api-user-noconfirm' into 'master'Dmitriy Zaporozhets2015-02-271-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 'confirm' option to users api For #1990 Based on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/129 See merge request !1610
| * | | | | | Merge branch 'master' into mmonaco/gitlab-ce-api-user-noconfirmDmitriy Zaporozhets2015-02-27130-695/+2790
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/api/users.rb
| * | | | | | Add 'confirm' option to users apiMatthew Monaco2014-11-031-0/+1
| | | | | | |
* | | | | | | Remove CI sections related to release tool, update steps in monthly and ↵Marin Jankovski2015-02-273-42/+19
| |/ / / / / |/| | | | | | | | | | | | | | | | | patch release documentation.
* | | | | | Merge branch 'bitbucket-import'Dmitriy Zaporozhets2015-02-256-34/+163
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/import/gitorious/status.html.haml db/schema.rb
| * | | | | | Expand Bitbucket integration docs.Douwe Maan2015-02-251-4/+28
| | | | | | |
| * | | | | | Add Bitbucket integration docs.Douwe Maan2015-02-247-35/+139
| | | | | | |
| * | | | | | Add Bitbucket importer.Douwe Maan2015-02-241-0/+1
| | | | | | |
* | | | | | | Merge branch 'web_editor_branch' into 'master'Dmitriy Zaporozhets2015-02-243-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Web Editor: save to new branch Implements #1931 See merge request !1523
| * | | | | | | changelog && documentationValery Sizov2015-02-243-2/+2
| |/ / / / / /
* | | | | | | typo fixedIgor Bogoslavskyi2015-02-241-1/+1
|/ / / / / / | | | | | | | | | | | | fixed a typo in an url to gitlab-ssl. Now it does not return the 404 error
* | | | | | Update version of gitlab-shell in the installation and update documentation.Marin Jankovski2015-02-233-6/+6
| | | | | |
* | | | | | Update 7.7-to-7.8.mdPatrik Kernstock2015-02-221-1/+1
| | | | | |