summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add option multipart_chunk_size to docs, stop correct services.update_backup_restore_docMarin Jankovski2015-06-121-4/+6
|
* add links to lint, improve test coverageValery Sizov2015-06-101-3/+7
|
* Fix DB configuration for Docker in GitLab script exampleDaniel Gerhardt2015-06-051-2/+1
| | | | | | | The DB host was set to 'postgres' while the rest of the build script is set up to work with MySQL. This caused builds to fail with: Mysql2::Error: Unknown MySQL server host 'postgres' (25)
* add new requirementsValery Sizov2015-06-052-2/+65
|
* text fixesValery Sizov2015-06-031-13/+17
|
* text correctionsValery Sizov2015-06-031-8/+8
|
* minor fixesValery Sizov2015-06-031-4/+2
|
* documentation for gitlab-ci.ymlValery Sizov2015-06-032-0/+81
|
* cleaning upValery Sizov2015-06-036-123/+3
|
* fix backup for MySQLValery Sizov2015-06-032-1/+9
|
* 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
| |