summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Migrating to packaged CIdoc_migration_to_omnibusValery Sizov2015-05-132-0/+30
|
* improve documentation for backupValery Sizov2015-05-081-2/+2
|
* added scheduling backup to doc[ci skip]Valery Sizov2015-05-081-27/+57
|
* move backup document to raketasksValery Sizov2015-05-083-2/+5
|
* fix grammarValery Sizov2015-05-071-1/+1
|
* backup cross-linkingValery Sizov2015-05-071-3/+5
|
* documentation for backup/restore rake taskValery Sizov2015-05-062-0/+189
|
* Update document about example CE build script to only use bundle path when ↵Marin Jankovski2015-05-051-1/+2
| | | | necessary.
* Merge branch 'users_permissions' into 'master'Valery Sizov2015-05-052-1/+26
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add user permissions matrix https://dev.gitlab.org/gitlab/gitlab-ci/issues/127 # Users Permissions GitLab CI relies on user's role on the GitLab. There are three permissions levels on GitLab CI: admin, master, developer, other. Admin user can perform any actions on GitLab CI in scope of instance and project. Also user with admin permission can use admin interface. | Action | Guest, Reporter | Developer | Master | Admin | |---------------------------------------|-----------------|-------------|----------|--------| | See commits and builds | ✓ | ✓ | ✓ | ✓ | | Retry or cancel build | | ✓ | ✓ | ✓ | | Remove project | | | ✓ | ✓ | | Create project | | | ✓ | ✓ | | Change project configuration | | | ✓ | ✓ | | Add specific runners | | | ✓ | ✓ | | Add shared runners | | | | ✓ | | See events in the system | | | | ✓ | | Admin interface | | | | ✓ | See merge request !93
| * add user permission matrixValery Sizov2015-05-052-1/+26
| |
* | Merge branch 'update_build_script' into 'master'Valery Sizov2015-05-051-9/+29
|\ \ | |/ |/| | | | | | | | | | | Update the build script example used by GitLab B.V. to support both docker and shell executors. Updated build examples for GitLab CE to be able to used with either Docker or regular shell executors. See merge request !92
| * Update the build script example used by GitLab B.V. to support both docker ↵Marin Jankovski2015-05-051-9/+29
| | | | | | | | and shell executors.
* | Refactoring. Clean up advanced settings. Migrate from gotlab_url to pathValery Sizov2015-05-041-2/+5
| |
* | update guide from 7.9 -> 7.10Valery Sizov2015-05-041-0/+49
|/
* grammar fix to readmeJeff Pelton2015-04-241-3/+2
|
* minor documentation fixValery Sizov2015-04-221-1/+1
|
* API for deploy jobsValery Sizov2015-04-211-5/+21
|
* add runners to documentation indexJob van der Voort2015-04-211-0/+1
|
* address line commentsJob van der Voort2015-04-131-2/+3
|
* add information about creating and registering runnersJob van der Voort2015-04-103-7/+52
|
* creating runnersJob van der Voort2015-04-102-0/+47
|
* start with runner documenationJob van der Voort2015-04-101-0/+67
|
* improve wordingJob van der Voort2015-04-091-16/+30
|
* Jobs documentationValery Sizov2015-04-094-0/+47
|
* doc for api forksfork_supportValery Sizov2015-04-062-0/+24
|
* Move contribution mention to list.Marin Jankovski2015-03-271-2/+1
|
* Remove the file for configuring a runner to run gitlab ce.Marin Jankovski2015-03-272-7/+3
|
* Add example for setting up ruby env using the cookbook-gitlab-test.Marin Jankovski2015-03-272-2/+31
|
* Add a troubleshooting node in the ce build exampleMarin Jankovski2015-03-261-0/+19
|
* Move runner setup instructions to cookbookJacob Vosmaer2015-03-241-91/+4
|
* Update install documentation to point to 7.9.Marin Jankovski2015-03-171-2/+2
|
* Update references to 7.9 upgrade.Marin Jankovski2015-03-161-2/+2
|
* Update installation and update documentation with nodejs dependencyMarin Jankovski2015-03-162-11/+77
|
* issue560 - added one line upgrade commandJordi Pujol-Ahulló2015-03-151-0/+30
|
* Update the example of CE build script.Marin Jankovski2015-03-051-4/+6
|
* api correction (runner removing)Valery Sizov2015-03-051-2/+2
|
* Merge branch 'feature_project_jobs_rest_api-1' into 'master'Valery Sizov2015-03-031-0/+40
|\ | | | | | | | | | | | | | | | | | | | | | | Implemented api for project jobs with working tests and updated doc The rest API allows you to manipulate a project on gitlab-ci but there is no way to manipulate build jobs through the api. I tested it, implemented truly working tests & updated documentation http://feedback.gitlab.com/forums/176466-general/suggestions/7068630-expose-the-job-api-to-the-rest-api See merge request !39
| * project jobs api: exposed active, build_branches, build_tags, tags. ↵Michel Courtine2015-02-121-0/+4
| | | | | | | | Implemented tests and updated documentation
| * Implemented api for project jobs with working tests and updated docMichel Courtine2015-02-111-0/+36
| |
* | delete runner endpointValery Sizov2015-02-261-0/+25
| |
* | Merge branch 'link-to-runner-section' into 'master'Dmitriy Zaporozhets2015-02-251-1/+1
|\ \ | | | | | | | | | | | | | | | Link to runner section instead of repo. See merge request !116
| * | Link to runner section instead of repo.Sytse Sijbrandij2015-02-241-1/+1
| | |
* | | Updated install guidePatricio Cano2015-02-161-2/+2
| | |
* | | Update guide to 7.8Patricio Cano2015-02-161-0/+65
|/ /
* | Move build script examples to something that is linked from the interface ↵Sytse Sijbrandij2015-02-161-0/+26
| | | | | | | | and the webpage.
* | Fix typo in docsErnest Walzel2015-02-111-1/+1
| | | | | | | | 'Dependancies' -> 'Dependencies'
* | Fixed typo in gitlab ci api documentationMichel Courtine2015-02-071-1/+1
|/ | | project create does not take an id as a parameter
* fix docValery Sizov2015-01-271-2/+2
|
* updated install&update guidesValery Sizov2015-01-272-5/+24
|
* Fixes #98. Updated documentation with callback URL details.Aleks Bunin2015-01-271-1/+4
|