Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: Migrating to packaged CIdoc_migration_to_omnibus | Valery Sizov | 2015-05-13 | 2 | -0/+30 |
| | |||||
* | improve documentation for backup | Valery Sizov | 2015-05-08 | 1 | -2/+2 |
| | |||||
* | added scheduling backup to doc[ci skip] | Valery Sizov | 2015-05-08 | 1 | -27/+57 |
| | |||||
* | move backup document to raketasks | Valery Sizov | 2015-05-08 | 3 | -2/+5 |
| | |||||
* | fix grammar | Valery Sizov | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | backup cross-linking | Valery Sizov | 2015-05-07 | 1 | -3/+5 |
| | |||||
* | documentation for backup/restore rake task | Valery Sizov | 2015-05-06 | 2 | -0/+189 |
| | |||||
* | Update document about example CE build script to only use bundle path when ↵ | Marin Jankovski | 2015-05-05 | 1 | -1/+2 |
| | | | | necessary. | ||||
* | Merge branch 'users_permissions' into 'master' | Valery Sizov | 2015-05-05 | 2 | -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 matrix | Valery Sizov | 2015-05-05 | 2 | -1/+26 |
| | | |||||
* | | Merge branch 'update_build_script' into 'master' | Valery Sizov | 2015-05-05 | 1 | -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 Jankovski | 2015-05-05 | 1 | -9/+29 |
| | | | | | | | | and shell executors. | ||||
* | | Refactoring. Clean up advanced settings. Migrate from gotlab_url to path | Valery Sizov | 2015-05-04 | 1 | -2/+5 |
| | | |||||
* | | update guide from 7.9 -> 7.10 | Valery Sizov | 2015-05-04 | 1 | -0/+49 |
|/ | |||||
* | grammar fix to readme | Jeff Pelton | 2015-04-24 | 1 | -3/+2 |
| | |||||
* | minor documentation fix | Valery Sizov | 2015-04-22 | 1 | -1/+1 |
| | |||||
* | API for deploy jobs | Valery Sizov | 2015-04-21 | 1 | -5/+21 |
| | |||||
* | add runners to documentation index | Job van der Voort | 2015-04-21 | 1 | -0/+1 |
| | |||||
* | address line comments | Job van der Voort | 2015-04-13 | 1 | -2/+3 |
| | |||||
* | add information about creating and registering runners | Job van der Voort | 2015-04-10 | 3 | -7/+52 |
| | |||||
* | creating runners | Job van der Voort | 2015-04-10 | 2 | -0/+47 |
| | |||||
* | start with runner documenation | Job van der Voort | 2015-04-10 | 1 | -0/+67 |
| | |||||
* | improve wording | Job van der Voort | 2015-04-09 | 1 | -16/+30 |
| | |||||
* | Jobs documentation | Valery Sizov | 2015-04-09 | 4 | -0/+47 |
| | |||||
* | doc for api forksfork_support | Valery Sizov | 2015-04-06 | 2 | -0/+24 |
| | |||||
* | Move contribution mention to list. | Marin Jankovski | 2015-03-27 | 1 | -2/+1 |
| | |||||
* | Remove the file for configuring a runner to run gitlab ce. | Marin Jankovski | 2015-03-27 | 2 | -7/+3 |
| | |||||
* | Add example for setting up ruby env using the cookbook-gitlab-test. | Marin Jankovski | 2015-03-27 | 2 | -2/+31 |
| | |||||
* | Add a troubleshooting node in the ce build example | Marin Jankovski | 2015-03-26 | 1 | -0/+19 |
| | |||||
* | Move runner setup instructions to cookbook | Jacob Vosmaer | 2015-03-24 | 1 | -91/+4 |
| | |||||
* | Update install documentation to point to 7.9. | Marin Jankovski | 2015-03-17 | 1 | -2/+2 |
| | |||||
* | Update references to 7.9 upgrade. | Marin Jankovski | 2015-03-16 | 1 | -2/+2 |
| | |||||
* | Update installation and update documentation with nodejs dependency | Marin Jankovski | 2015-03-16 | 2 | -11/+77 |
| | |||||
* | issue560 - added one line upgrade command | Jordi Pujol-Ahulló | 2015-03-15 | 1 | -0/+30 |
| | |||||
* | Update the example of CE build script. | Marin Jankovski | 2015-03-05 | 1 | -4/+6 |
| | |||||
* | api correction (runner removing) | Valery Sizov | 2015-03-05 | 1 | -2/+2 |
| | |||||
* | Merge branch 'feature_project_jobs_rest_api-1' into 'master' | Valery Sizov | 2015-03-03 | 1 | -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 Courtine | 2015-02-12 | 1 | -0/+4 |
| | | | | | | | | Implemented tests and updated documentation | ||||
| * | Implemented api for project jobs with working tests and updated doc | Michel Courtine | 2015-02-11 | 1 | -0/+36 |
| | | |||||
* | | delete runner endpoint | Valery Sizov | 2015-02-26 | 1 | -0/+25 |
| | | |||||
* | | Merge branch 'link-to-runner-section' into 'master' | Dmitriy Zaporozhets | 2015-02-25 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | Link to runner section instead of repo. See merge request !116 | ||||
| * | | Link to runner section instead of repo. | Sytse Sijbrandij | 2015-02-24 | 1 | -1/+1 |
| | | | |||||
* | | | Updated install guide | Patricio Cano | 2015-02-16 | 1 | -2/+2 |
| | | | |||||
* | | | Update guide to 7.8 | Patricio Cano | 2015-02-16 | 1 | -0/+65 |
|/ / | |||||
* | | Move build script examples to something that is linked from the interface ↵ | Sytse Sijbrandij | 2015-02-16 | 1 | -0/+26 |
| | | | | | | | | and the webpage. | ||||
* | | Fix typo in docs | Ernest Walzel | 2015-02-11 | 1 | -1/+1 |
| | | | | | | | | 'Dependancies' -> 'Dependencies' | ||||
* | | Fixed typo in gitlab ci api documentation | Michel Courtine | 2015-02-07 | 1 | -1/+1 |
|/ | | | project create does not take an id as a parameter | ||||
* | fix doc | Valery Sizov | 2015-01-27 | 1 | -2/+2 |
| | |||||
* | updated install&update guides | Valery Sizov | 2015-01-27 | 2 | -5/+24 |
| | |||||
* | Fixes #98. Updated documentation with callback URL details. | Aleks Bunin | 2015-01-27 | 1 | -1/+4 |
| |