Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace linux with GNU/Linux to recognize the work of Dr. Stallman.replace-linux-with-gnu-linux | Sytse Sijbrandij | 2015-03-15 | 2 | -2/+2 |
| | |||||
* | Change default number of unicorn workers to three. | Marin Jankovski | 2015-03-13 | 1 | -1/+1 |
| | |||||
* | Update documentation for object_kind field in Webhook push and tag push Webhooks | Stan Hu | 2015-03-13 | 1 | -0/+2 |
| | |||||
* | Merge branch 'enhance_markdown_linebreak_docs' into 'master' | Hannes Rosenögger | 2015-03-13 | 1 | -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 at | Ewan Edwards | 2015-02-11 | 1 | -0/+8 |
| | | | | | | | | the end of a line. | ||||
* | | Merge branch 'emoji_cheatsheet_fix' into 'master' | Marin Jankovski | 2015-03-12 | 1 | -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 Banga | 2015-03-12 | 1 | -10/+10 |
| | | | |||||
* | | | Add deploy to ci.gitlab.com to release documents. | Marin Jankovski | 2015-03-11 | 3 | -0/+4 |
|/ / | |||||
* | | Add a note about building AMI to security doc | Marin Jankovski | 2015-03-11 | 1 | -0/+1 |
| | | |||||
* | | add AMI update step | Job van der Voort | 2015-03-11 | 2 | -0/+5 |
| | | |||||
* | | Add criteria for requesting CVE | Dmitriy Zaporozhets | 2015-03-09 | 1 | -1/+1 |
| | | |||||
* | | remove duplicate right braces ('}') in configuration examples of GitHub, | Kuo-Cheng Yeu | 2015-03-09 | 3 | -5/+5 |
| | | | | | | | | GitLab, and Google. | ||||
* | | Add UI guide to GitLab development help | Dmitriy Zaporozhets | 2015-03-08 | 2 | -0/+13 |
| | | |||||
* | | Merge branch 'web_hook_extend' into 'master' | Dmitriy Zaporozhets | 2015-03-04 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | | | | Web Hook sends email of pusher See merge request !1630 | ||||
| * | | Web Hook sends email of pusher | Valery Sizov | 2015-03-04 | 1 | -0/+1 |
| | | | |||||
* | | | Moved the Gmail integration line into the list of available integrations. | Ewan Edwards | 2015-03-04 | 1 | -2/+2 |
| | | | |||||
* | | | The "GitLab buttons in Gmail" document was not linked from anywhere | Ewan Edwards | 2015-03-04 | 1 | -0/+2 |
|/ / | | | | | | | else. It is now linked. | ||||
* | | Merge branch 'installtion-from-source' into 'master' | Dmitriy Zaporozhets | 2015-03-03 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | Clearly mark it as installation from source. See merge request !1622 | ||||
| * | | Clearly mark it as installation from source. | Sytse Sijbrandij | 2015-03-03 | 1 | -1/+1 |
| | | | |||||
* | | | Update ci setup documenation | Dmitriy Zaporozhets | 2015-03-02 | 1 | -1/+4 |
| | | | |||||
* | | | Merge branch 'add-irker-service' of https://github.com/Aorimn/gitlabhq into ↵ | Dmitriy Zaporozhets | 2015-03-02 | 2 | -0/+47 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | Aorimn-add-irker-service Conflicts: app/controllers/projects/services_controller.rb | ||||
| * | | Add Irker service | Aorimn | 2015-03-01 | 2 | -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/gitlabhq | Dmitriy Zaporozhets | 2015-03-02 | 4 | -40/+40 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'master' into 'master' | Robert Schilling | 2015-03-01 | 1 | -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 Campbell | 2015-02-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 'closed' to '1'. | ||||
| * | | | Merge pull request #8890 from sue445/feature/project_api_avatar_url | Jeroen van Baarsen | 2015-03-01 | 1 | -3/+6 |
| |\ \ \ | | | | | | | | | | | Expose avatar_url in projects API | ||||
| | * | | | Expose avatar_url in projects API | sue445 | 2015-03-01 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Impl Project#avatar_url * Refactor ApplicationHelper: Use Project#avatar_url * Update changelog | ||||
| * | | | | Merge pull request #8757 from bbodenmiller/patch-1 | Robert Schilling | 2015-02-28 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | formatting cleanup on mysql_to_postgresql.md | ||||
| | * | | | | formatting cleanup on mysql_to_postgresql.md | Ben Bodenmiller | 2015-02-08 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #8758 from bbodenmiller/patch-3 | Robert Schilling | 2015-02-28 | 1 | -4/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | use gitlab branch of mysql-postgresql-converter | ||||
| | * | | | | | use gitlab branch of mysql-postgresql-converter | Ben Bodenmiller | 2015-02-08 | 1 | -4/+4 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #8803 from Bugagazavr/patch-2 | Robert Schilling | 2015-02-28 | 1 | -31/+28 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Correct json payload [ci skip] | ||||
| | * | | | | | Correct json payload [ci skip] | Bugagazavr | 2015-02-16 | 1 | -31/+28 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'shell-paths' into 'master' | Dmitriy Zaporozhets | 2015-03-02 | 1 | -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 good | Jacob Vosmaer | 2015-02-26 | 1 | -0/+5 |
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | Inspired by http://www.dwheeler.com/essays/filenames-in-shell.html | ||||
* | | | | | | | Merge branch 'update_logs_document' into 'master' | Sytse Sijbrandij | 2015-02-28 | 1 | -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 Jankovski | 2015-02-27 | 1 | -2/+4 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'mmonaco/gitlab-ce-api-user-noconfirm' into 'master' | Dmitriy Zaporozhets | 2015-02-27 | 1 | -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-noconfirm | Dmitriy Zaporozhets | 2015-02-27 | 130 | -695/+2790 |
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/api/users.rb | ||||
| * | | | | | | Add 'confirm' option to users api | Matthew Monaco | 2014-11-03 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Remove CI sections related to release tool, update steps in monthly and ↵ | Marin Jankovski | 2015-02-27 | 3 | -42/+19 |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | patch release documentation. | ||||
* | | | | | | Merge branch 'bitbucket-import' | Dmitriy Zaporozhets | 2015-02-25 | 6 | -34/+163 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/import/gitorious/status.html.haml db/schema.rb | ||||
| * | | | | | | Expand Bitbucket integration docs. | Douwe Maan | 2015-02-25 | 1 | -4/+28 |
| | | | | | | | |||||
| * | | | | | | Add Bitbucket integration docs. | Douwe Maan | 2015-02-24 | 7 | -35/+139 |
| | | | | | | | |||||
| * | | | | | | Add Bitbucket importer. | Douwe Maan | 2015-02-24 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'web_editor_branch' into 'master' | Dmitriy Zaporozhets | 2015-02-24 | 3 | -2/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Web Editor: save to new branch Implements #1931 See merge request !1523 | ||||
| * | | | | | | | changelog && documentation | Valery Sizov | 2015-02-24 | 3 | -2/+2 |
| |/ / / / / / | |||||
* | | | | | | | typo fixed | Igor Bogoslavskyi | 2015-02-24 | 1 | -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 Jankovski | 2015-02-23 | 3 | -6/+6 |
| | | | | | | |||||
* | | | | | | Update 7.7-to-7.8.md | Patrik Kernstock | 2015-02-22 | 1 | -1/+1 |
| | | | | | |