summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Create config/secrets.yml with 0600secrets-permKamil Trzcinski2015-07-152-3/+2
|
* small update to docsJob van der Voort2015-07-142-12/+12
|
* Update documentationupdate-docsKamil Trzcinski2015-07-143-5/+27
|
* Update backup_restore.mdKamil Trzcinski2015-07-131-0/+2
|
* Use config/secrets.yml to store session secret and database encryption secretKamil Trzcinski2015-07-101-3/+6
|
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ciDmitriy Zaporozhets2015-07-093-1/+57
|\
| * Merge branch 'trace_in_file' into 'master'Kamil Trzciński2015-07-083-1/+57
| |\ | | | | | | | | | | | | | | | | | | | | | Build trace in file https://dev.gitlab.org/gitlab/gitlab-ci/issues/272 See merge request !167
| | * spec minor fixtrace_in_fileValery Sizov2015-06-261-1/+1
| | |
| | * build trace in fileValery Sizov2015-06-253-1/+57
| | |
* | | Improve name of build config in readme overview.Sytse Sijbrandij2015-07-081-1/+1
|/ /
* | Merge branch 'dpl-doc' into 'master'Kamil Trzciński2015-07-065-0/+240
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added documentation about the use of Dpl Please review. 1. Is that clear how to use Dpl? 2. Where the examples should be stored? 3. What should be else added? Maybe example for different provider? See merge request !170
| * | Final touchesKamil Trzcinski2015-07-062-11/+11
| | |
| * | Split long linesKamil Trzcinski2015-07-063-11/+25
| | |
| * | Better docs structure and fixed most of grammarKamil Trzcinski2015-07-063-65/+60
| | |
| * | Added documentation about the use of DplKamil Trzcinski2015-07-065-0/+231
| | |
* | | Final touchesdocker-docKamil Trzcinski2015-07-061-1/+1
| | |
* | | Docker usageKamil Trzcinski2015-07-021-18/+45
| | |
* | | Make the descriptions clearerKamil Trzcinski2015-06-261-12/+12
| | |
* | | Fixed typoKamil Trzcinski2015-06-261-1/+1
| | |
* | | Added not-yet released docker feature configurationKamil Trzcinski2015-06-261-0/+135
|/ /
* | update documentatioonValery Sizov2015-06-263-3/+3
|/
* fixed typoskaren Carias2015-06-231-15/+19
|
* update and install guidesValery Sizov2015-06-233-2/+114
|
* added note about [ci skip] to docValery Sizov2015-06-181-0/+3
|
* update documentationValery Sizov2015-06-182-8/+19
|
* update documentationValery Sizov2015-06-151-9/+12
|
* Merge branch 'new_syntax' into 'master'Valery Sizov2015-06-121-56/+71
|\ | | | | | | | | | | New syntax of .gitlab-ci.yml See merge request !136
| * documentationValery Sizov2015-06-121-56/+71
| |
* | 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.