summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* fix links in API READMENihad Abbasov2012-09-211-1/+1
|
* separate project repositories API docsNihad Abbasov2012-09-212-166/+166
|
* API: SSH keys belong to user entityNihad Abbasov2012-09-212-79/+78
|
* API: commits belong to project repositoryNihad Abbasov2012-09-212-38/+34
|
* Merge pull request #1521 from NARKOZ/apiDmitriy Zaporozhets2012-09-211-20/+43
|\ | | | | API for project team members
| * add API for project team membersNihad Abbasov2012-09-211-20/+43
| |
* | APi for commits. Better api docsDmitriy Zaporozhets2012-09-211-0/+38
|/
* I want be able to get token via api. Used for mobile applicationsDmitriy Zaporozhets2012-09-202-0/+23
|
* API docs minor formatting fixNihad Abbasov2012-09-201-1/+1
| | | [ci-skip]
* Add docs for customizing Redis, add example fileRobert Speicher2012-09-181-1/+8
|
* Small fixes addedAlex Denisov2012-09-171-3/+3
|
* Docs addedAlex Denisov2012-09-162-0/+80
|
* Update installation doc with branch namesrandx2012-09-161-0/+7
|
* Merge pull request #1471 from PragTob/renameUnicorn.rbDmitriy Zaporozhets2012-09-161-1/+1
|\ | | | | Rename: unicorn.rb.orig --> unicorn.rb.example
| * added the name change to the installation.md - thanks and nice catch to @NARKOZTobias Pfeiffer2012-09-151-1/+1
| |
* | The project doesn't use cucumber(anymore?), it uses spinachTobias Pfeiffer2012-09-151-2/+2
| |
* | the rake was missing in fron of the gitlab:test taskTobias Pfeiffer2012-09-151-1/+1
|/
* Merge branch 'master' into project_hooks_apimiks2012-09-101-6/+9
|\
| * Prepared for gitolite v3randx2012-08-291-6/+9
| |
* | Projects hooks API implementedmiks2012-09-081-0/+44
|/
* Merge branch 'master' into project_users_apimiks2012-09-083-3/+9
|\
| * Merge pull request #1363 from AlexDenisov/api_create_project_fixesDmitriy Zaporozhets2012-09-061-0/+6
| |\ | | | | | | API create project fixes
| | * Create project via API: fixes addedAlex Denisov2012-09-031-0/+6
| | |
| * | Capitlization of /gitlab/i normalized. #1367Alex Denisov2012-09-062-3/+3
| | |
* | | Make project users API more RESTfulmiks2012-09-061-2/+47
| | |
* | | Typo fixedmiks2012-09-061-2/+2
| | |
* | | API on adding users to project implementedmiks2012-09-051-0/+15
|/ /
* | Cleaner install section for nginx, unicornrandx2012-09-041-10/+9
| |
* | cleanup gitlab from setup scriptsrandx2012-09-041-45/+0
| |
* | update install to use recipesrandx2012-09-041-8/+8
| |
* | Clean up doc/installation.mdRobert Speicher2012-09-041-30/+36
| | | | | | | | Closes #939
* | Text changes to API documentationRob Taylor2012-09-042-11/+9
|/
* add pagination to APINihad Abbasov2012-09-031-0/+7
|
* Merge pull request #1347 from AlexDenisov/api_project_creationDmitriy Zaporozhets2012-09-031-0/+18
|\ | | | | API for new project creation
| * Typo and mistakes fixedAlex Denisov2012-08-311-2/+2
| |
| * JSON for new project removed from API docsAlex Denisov2012-08-311-23/+0
| |
| * Docs changed for Create Project APIAlex Denisov2012-08-311-0/+3
| |
| * Docs added for Create Project APIAlex Denisov2012-08-311-0/+38
| |
| * Fixed bunch of js bugs with comments. Also added development tipsrandx2012-08-301-0/+45
| |
| * nginx vhost standardMarvin Monge2012-08-291-2/+3
| |
| * Add milestone API docs to doc/README and views/help/apiRobert Speicher2012-08-292-1/+2
| | | | | | | | Also removes `closed` attribute option from create action.
| * add docs for Milestones APINihad Abbasov2012-08-291-0/+57
| |
* | Update the references to the script and refer to it from the installation ↵Sytse Sijbrandij2012-09-021-0/+6
| | | | | | | | | | | | | | | | manual. Update the references to the script and refer to it from the installation manual. Indent the code block.
* | Merge pull request #1327 from logiblocs/masterDmitriy Zaporozhets2012-09-021-1/+1
|\ \ | | | | | | Trivial fix to docs/installation.md
| * | Fixed one letter in doc/installation.mdlogiblocs2012-08-291-1/+1
| |/
| * Simplify setup for nginx, initd with already predefined filesDmitriy Zaporozhets2012-08-281-90/+9
| |
| * Move snippets api doc to separate filerandx2012-08-253-102/+101
| |
| * Updated app:status & docs with hooks. Removed write_hooks from app:setuprandx2012-08-211-1/+6
| |
* | Non-interactive AWS install by running a single script.Sytse Sijbrandij2012-09-026-191/+218
| | | | | | | | | | | | | | | | | | Merge branch 'master' into non-interactive-aws-install Conflicts: doc/installation.md Fix merge mess in installation.md
* | Non-interactive AWS install by running a single script.Sytse Sijbrandij2012-09-022-36/+37
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Non-interactive AWS install by running a single script. Complete non-interactive AWS install with one line. Squash of 28 commits: Initial commit of complete install script. Must be sudo. Non interactive prostgres. Install mysql with unique password. Service file. Add init file. Nginx config. Script contains aws specific settings. Update references after rename. Prevent localhost ssh prompt. Postfix with policyd. Typo in localhost. Postfix package has other name. sudo -l session needs oneliners. More sudo commands to prevent permission problems. Change in existing file. Change in existing file must be referenced. Switch order. Postfix comment. Old way to generate password, less sudo. todo login Must use private ip and login instructions. Starting up. Fixed and checked various todos. Use service. Set host name. Go to default dir. Only works on next login. Only replace first host. Cleaned up the comments. Link to nginx config. Move to aws dir. Update links to aws for interactive install. Existing script stays at the same location. Change directory. Use the new init scripts for gitlab service and nginx. Use the branch for file downloads. Update with newest changes to installation.md. Correct reference. Use master branch since we need the nginx condfig and use absolute paths. Need to copy with sudo.