Commit Graph
920 Commits
Author SHA1 Message Date
Jacob Vosmaer bdd392bd13 Use gitlab-shell 1.9.3 2014-04-25 15:03:32 +02:00
Jacob Vosmaer 95ef25a57a Replace 6.0-to-6.7.md with 6.0-to-6.8.md 2014-04-25 15:01:46 +02:00
Dmitriy Zaporozhets e4c8e8fd76 Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce 2014-04-25 08:23:14 +02:00
Dmitriy Zaporozhets 7e10d10178 Add doc file for dev rake tasks 2014-04-24 19:53:18 +02:00
Philipp Hansch a4bf8037fb Multiple grammar/typo fixes in web hooks help 2014-04-23 21:00:26 +02:00
Dmitriy Zaporozhets 7c1c03888c Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce 2014-04-23 09:21:52 +00:00
Dmitriy Zaporozhets cf2058c0f1 Merge pull request #6781 from thekid/master
Complete admin APIs for SSH Keys
2014-04-23 10:03:25 +03:00
Dmitriy Zaporozhets 7b4a7625aa Merge pull request #6840 from hboomsma/patch-1
added target_project_id to merge_requests.md
2014-04-23 10:01:59 +03:00
Dmitriy Zaporozhets 6d4f5cd901 Merge pull request #6836 from terrywang/upgrader-doc
Break up the long upgrade one liner & add Bash syntax highlighting
2014-04-23 10:01:11 +03:00
Achilleas Pipinellis 5a521e56cb Newline between sentence and code block 2014-04-22 18:21:32 +03:00
Hidde Boomsma 2a944b1d9f added target_project_id to merge_requests.md
Added description about optional field target_project_id for merge requests.
2014-04-22 15:35:09 +02:00
Dmitriy Zaporozhets 07deb2254b Merge branch 'shell_version_install_doc' into 'master'
Update Shell version in the Install doc
2014-04-22 12:34:02 +00:00
Sytse Sijbrandij 6d4e2776ca Merge branch 'detailed-monthly-release' into 'master'
Detailed monthly release

Fixes #1190
2014-04-22 11:26:39 +00:00
Job van der Voort e79c915d3b remove redudant text in release doc 2014-04-22 12:54:23 +02:00
Marin Jankovski 19438af8d1 Update installation guide with new shell version. 2014-04-22 12:23:57 +02:00
Job van der Voort 223070b3fe add steps to monthly releases 2014-04-22 12:06:54 +02:00
Dmitriy Zaporozhets 1b491c364d Merge branch 'master' of https://github.com/gitlabhq/gitlabhq 2014-04-22 11:41:29 +02:00
Job van der Voort 3d3e3913b5 Merge pull request #6806 from robertd/fix-typo-in-docs
Fix minor typo in docs
2014-04-22 11:39:10 +02:00
Job van der Voort 3e50d615a2 Merge pull request #6808 from robertd/upgrade-docs-6.7-6.8
Update title and revert section of 6.7-to-6.8 docs
2014-04-22 08:25:55 +02:00
Terry Wang 03b56b9446 Break the one liner & add markdown syntax highlighting for Bash 2014-04-22 14:22:55 +10:00
robertd e2fd2bf9f5 Update title and revert section of 6.7-to-6.8 docs 2014-04-21 09:43:20 -04:00
dosire 01799721dc Take into account active users. 2014-04-21 12:34:08 +02:00
Timm Friebe 05e792b4c4 Implement GET /users/:uid/keys for admin users
Complements POST operation added in gitlabhq/gitlabhq#3146

Implement DELETE /users/:uid/keys/:id for admin users

Fix "Line is too long. [83/80]"

Use single quotes as advised

Use single quotes as advised

Use single quotes as advised

Fix missing space around { and }

Fix typo in documentation

Only catch  ActiveRecord::RecordNotFound, let other exceptions propagate

Raise a "404 Not found" if key to be deleted cannot be found
As requested by @jvanbaarsen in https://github.com/gitlabhq/gitlabhq/pull/6781#discussion_r11735114

Remove tab
Unconfigured vim on this box, grrrr./
2014-04-18 14:16:19 +02:00
Evgeniy Sokovikov bc732a89be fix installation.md type
depency -> dependency
2014-04-18 14:35:38 +04:00
Jacob Vosmaer f0f0ac6321 Remove help document title
Help pages on doc.gitlab.com/ce are missing titles. This needs to be
solved globally.
2014-04-18 10:39:04 +02:00
Jacob Vosmaer eadcd278be Bring back 'Authorization for Merge Requests'
This text was deleted in 564c37d9b6.
2014-04-18 10:10:40 +02:00
Jacob Vosmaer b9e040f8bf Link to the workflow index 2014-04-18 10:03:57 +02:00
robertd b3e5b12e9b Fix minor typo in docs 2014-04-17 10:15:05 -06:00
Job van der Voort f81123811e add dependency check to montly release doc and tweet instructions 2014-04-17 16:30:24 +02:00
Job van der Voort f931195d34 bump versions in update guide 2014-04-17 10:47:35 +02:00
Job van der Voort c2ad30638a add 67-68 update guide 2014-04-17 10:15:50 +02:00
Job van der Voort 00b576e67d update version in installation doc 2014-04-17 09:42:08 +02:00
dosire b2b2989f7f Endpoints are for RPC interfaces, we have resources. 2014-04-15 14:52:02 +02:00
Dmitriy Zaporozhets 6be82c5e3b Merge branch 'master' of github.com:gitlabhq/gitlabhq 2014-04-14 22:11:47 +03:00
Sytse Sijbrandij ec5bfec24e Merge branch 'postgres_installation' into 'master'
No need to edit database.yml for standard Postgres
2014-04-14 09:55:59 +00:00
Dmitriy Zaporozhets 884390de20 Merge pull request #6711 from marciotoze/patch-1
Update installation.md
2014-04-14 12:38:42 +03:00
Sytse Sijbrandij f2b2f2c2dc Merge branch 'add_patch_release_doc' into 'master'
Add patch release documentation for developers
2014-04-14 07:16:38 +00:00
Marin Jankovski c927f0620a Update security document with the link to patch document. 2014-04-14 09:06:42 +02:00
Levent YALCIN 133da28058 Slack documentation added 2014-04-14 03:26:48 +03:00
Dmitriy Zaporozhets 53b52b11d5 Merge pull request #6699 from criteo/api_get_open_merge_requests
Add optional parameter to list merge requests
2014-04-13 20:10:39 +03:00
Sytse Sijbrandij 731c009a80 Merge pull request #6741 from dblessing/omniauth_docs
Add OmniAuth Documentation
2014-04-10 14:36:40 +02:00
Drew Blessing 728b05cab7 Add OmniAuth Documentation
Add GitHub OmniAuth docs

Google instructions

Google instructions

Merge master

Clean things up

Clean things up

Clean things up

Clean things up

Clean things up

Clean things up

Clean things up

Add Google and Twitter docs

Add screenshot

Add screenshot

Clean things up

Clean things up

Clean things up

Clean things up

Clean things up

Clean things up

Clean things up

Finalize current docs

Finalize current docs

Add existing user information

Add twitter

Add twitter

Add Twitter disclaimer

Add Twitter disclaimer

remove old doc

Remove unnecessary link

Revert omniauth provider format

Add OmniAuth Documentation

Add GitHub OmniAuth docs

Google instructions

Google instructions

Merge master

Clean things up

Clean things up

Clean things up

Clean things up

Clean things up

Clean things up

Clean things up

Add Google and Twitter docs

Add screenshot

Add screenshot

Clean things up

Clean things up

Clean things up

Clean things up

Clean things up

Clean things up

Clean things up

Finalize current docs

Finalize current docs

Add existing user information

Add twitter

Add twitter

Add Twitter disclaimer

Add Twitter disclaimer

remove old doc

Remove unnecessary link

Revert omniauth provider format

Use omniauth again

Remove notice

Restore whitespace

Slight changes
2014-04-10 07:31:54 -05:00
Marin Jankovski f7d2f36084 EE changelog note. 2014-04-10 11:28:12 +02:00
Marin Jankovski 05eb224486 Add patch release document. 2014-04-10 11:23:44 +02:00
dosire 670e02982c Steer people to the packages since people encounter less errors installing those. 2014-04-10 09:20:19 +02:00
Jacob Vosmaer ac01e44536 Be more specific about when to edit database.yml 2014-04-09 18:17:45 +02:00
Jacob Vosmaer 53f0d6cc51 No need to edit database.yml for standard Postgres
Postgres running on localhost should recognize the `git` system user
used by GitLab so there is no need to set/change database passwords.
2014-04-09 14:14:19 +02:00
dosire 12c49dd989 People forget to compile their assets, start after doing that. 2014-04-09 07:58:57 +02:00
Marcio Toze 6c47514322 Update installation.md
just fix typo

fix broken links
2014-04-09 00:09:53 -03:00
dosire b2b790afa7 Nicer formulation. 2014-04-08 17:18:17 +02:00