Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused entitiesremove-unused-entities | Kamil Trzcinski | 2015-08-04 | 1 | -5/+0 |
| | |||||
* | Added support for image and services | Kamil Trzcinski | 2015-07-06 | 1 | -1/+1 |
| | |||||
* | Get rid of private message usageoauth_everywhere | Valery Sizov | 2015-07-02 | 2 | -2/+2 |
| | |||||
* | fix API: project create | Valery Sizov | 2015-06-17 | 1 | -2/+2 |
| | |||||
* | implementation of variables | Valery Sizov | 2015-06-05 | 1 | -0/+6 |
| | |||||
* | cleaning up | Valery Sizov | 2015-06-03 | 2 | -116/+0 |
| | |||||
* | Merge branch 'fix_api_vulnerability' into 'master' | Valery Sizov | 2015-05-21 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | Fix API vulnerability with MySQL https://dev.gitlab.org/gitlab/gitlab-ci/issues/228 See merge request !155 | ||||
| * | API vulnerability with MySQL | Valery Sizov | 2015-05-13 | 1 | -1/+1 |
| | | |||||
* | | storing runner infosave_info_from_runner | Valery Sizov | 2015-05-12 | 2 | -2/+10 |
|/ | |||||
* | Refactoring. Clean up advanced settings. Migrate from gotlab_url to path | Valery Sizov | 2015-05-04 | 2 | -5/+11 |
| | |||||
* | API rework && testsapi_rework | Valery Sizov | 2015-04-28 | 2 | -48/+32 |
| | |||||
* | refactoring network related coderefactoring_user_url | Valery Sizov | 2015-04-22 | 2 | -3/+2 |
| | |||||
* | Merge branch 'project_search' into 'master' | Valery Sizov | 2015-04-22 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | Projects search on dashboard https://dev.gitlab.org/gitlab/gitlab-ci/issues/173  See merge request !73 | ||||
| * | projects search on dashboard | Valery Sizov | 2015-04-21 | 1 | -2/+2 |
| | | |||||
* | | API for deploy jobs | Valery Sizov | 2015-04-21 | 2 | -2/+48 |
|/ | |||||
* | only who has manage access can manage project | Valery Sizov | 2015-04-17 | 1 | -5/+5 |
| | |||||
* | project forking: specs | Valery Sizov | 2015-04-06 | 1 | -4/+4 |
| | |||||
* | support for forks | Valery Sizov | 2015-04-06 | 2 | -0/+39 |
| | |||||
* | Merge pull request #559 from jvanbaarsen/remove-deprecated-api-point | Valeriy Sizov | 2015-03-31 | 1 | -51/+0 |
|\ | | | | | Removed deprecated API behaviour | ||||
| * | Removed deprecated API behaviour | Jeroen van Baarsen | 2015-03-05 | 1 | -51/+0 |
| | | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | | Security fix: added is_shared parameter | Valery Sizov | 2015-03-25 | 1 | -1/+2 |
| | | |||||
* | | Allow to pause runners - when paused runner will not receive any new build | Kamil Trzcinski | 2015-03-06 | 1 | -0/+2 |
| | | |||||
* | | Added runner last contact | Kamil Trzcinski | 2015-03-06 | 2 | -0/+9 |
|/ | |||||
* | Merge pull request #553 from jvanbaarsen/fix-295 | Valeriy Sizov | 2015-03-03 | 1 | -1/+1 |
|\ | | | | | Only update trace when trace is given | ||||
| * | Only update trace when trace is given | Jeroen van Baarsen | 2015-02-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes #295 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | | Merge branch 'feature_project_jobs_rest_api-1' into 'master' | Valery Sizov | 2015-03-03 | 2 | -0/+78 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | 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 | 2 | -3/+16 |
| | | | | | | | | Implemented tests and updated documentation | ||||
| * | Implemented api for project jobs with working tests and updated doc | Michel Courtine | 2015-02-11 | 2 | -1/+66 |
| | | |||||
* | | delete runner endpoint | Valery Sizov | 2015-02-26 | 1 | -0/+12 |
| | | |||||
* | | rubocop install | Valery Sizov | 2015-02-25 | 3 | -19/+19 |
| | | |||||
* | | Revert "Implemented api for project jobs" | Valery Sizov | 2015-02-11 | 2 | -64/+0 |
| | | | | | | | | This reverts commit 0d39bfa32967c5f2794bdf30d088b74a78fd54c2. | ||||
* | | Implemented api for project jobs | Michel Courtine | 2015-02-10 | 2 | -0/+64 |
|/ | |||||
* | Merge branch 'topic/settings-email' into 'master' | Valery Sizov | 2015-02-04 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate E-mail notification to Services menu As discussed earlier e-mail notifications lives now under Services menu. Let me know if this is right direction. I think now that maybe I shouldn't migrate email_add_committer and email_recipients to MailService and instead use parameters from Project. What guys do you think? Tests results are here: https://semaphoreapp.com/ayufan/gitlab-ci/branches/topic-settings-email See merge request !30 | ||||
| * | Fixed tests | Kamil Trzcinski | 2015-01-29 | 1 | -0/+1 |
| | | |||||
* | | Rename hostname in Runner's API to description | Kamil Trzcinski | 2015-01-28 | 1 | -2/+2 |
|/ | |||||
* | Allow runner to pass tag_list during registration | Kamil Trzcinski | 2015-01-27 | 1 | -2/+8 |
| | |||||
* | Use hostname as default runner's description | Kamil Trzcinski | 2015-01-23 | 1 | -2/+2 |
| | |||||
* | Register builds depend on runner tags | Dmitriy Zaporozhets | 2015-01-12 | 1 | -16/+4 |
| | |||||
* | Don't run projects which are assigned to specific runner by shared runner. | Kamil Trzcinski | 2015-01-12 | 1 | -1/+4 |
| | |||||
* | Merge branch 'api_for_webhooks_registering' into 'master' | Valery Sizov | 2015-01-07 | 2 | -0/+28 |
|\ | | | | | | | | | | | | | | | | | | | API for webhooks registering Simple API method for creating new WebHooks for specified Project. P.S. Sorry for not squasing commits, they were already pushed. See merge request !11 | ||||
| * | Projects API method for webhooks creation | Mariusz Michalak | 2014-11-24 | 1 | -0/+24 |
| | | |||||
| * | Grape Entity for WebHook | Mariusz Michalak | 2014-11-24 | 1 | -0/+4 |
| | | |||||
* | | Add ability to register specific runners for projects | Dmitriy Zaporozhets | 2015-01-07 | 1 | -2/+10 |
| | | | | | | | | | | You can provide project token durinng runner regstration and runner will be created specifically for this project | ||||
* | | remove script field from project | Valery Sizov | 2014-12-01 | 2 | -5/+2 |
|/ | |||||
* | Fix tests | Dmitriy Zaporozhets | 2014-11-05 | 1 | -1/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor commits/builds logic | Dmitriy Zaporozhets | 2014-11-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add Commits API | Dmitriy Zaporozhets | 2014-11-05 | 4 | -2/+82 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix tests | Dmitriy Zaporozhets | 2014-11-04 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Commit creates multiple builds now | Dmitriy Zaporozhets | 2014-11-03 | 1 | -1/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'enhancement/separate-commits-from-builds' of ↵ | Dmitriy Zaporozhets | 2014-10-31 | 1 | -3/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/kestred/gitlab-ci into kestred/gitlab-ci-enhancement/separate-commits-from-builds Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG app/models/build.rb app/services/create_build_service.rb db/schema.rb |