- Feb 16, 2015
-
-
Sid Sijbrandij authored
-
- Feb 13, 2015
-
-
Marin Jankovski authored
Update changelog #150 See merge request !112
-
Valery Sizov authored
-
Valery Sizov authored
Fix typo in docs Changed `Dependancies` to `Dependencies` See merge request !40
-
- Feb 12, 2015
-
-
Dmitriy Zaporozhets authored
Skip refs: branch wildcard fix fixes bug found here !35 See merge request !38
-
- Feb 11, 2015
-
-
Ernest Walzel authored
'Dependancies' -> 'Dependencies'
-
Valeriy Sizov authored
Fixed typo in gitlab ci api documentation
-
Valeriy Sizov authored
Fix typo
-
Andrew Widdersheim authored
-
Valery Sizov authored
This reverts commit 0d39bfa3.
-
Valery Sizov authored
Implemented project job get / post / delete through the rest api 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 tests & updated documentation http://feedback.gitlab.com/forums/176466-general/suggestions/7068630-expose-the-job-api-to-the-rest-api Keep up the good work. It's the first ruby codebase I dig into and I'm impressed by it's robustness. Congratulations! See merge request !37
-
Valery Sizov authored
Disable turbolink on links pointing out to GitLab server ### What does this MR do? This MR adds 'data-no-turbolink' attribute into links pointing to GitLab server. ### Are there points in the code the reviewer needs to double check? No ### Why was this MR needed? In rare cases where gitlab and CI service is installed on the same host, turbolink will be used for links between those two. This may result in corrupted css and javascript. This change is harmless for installations that do not share the domain name for GitLab and CI system - in such case, all links modified are already pointing out outside of the domain so turbolink won't handle them. ### What are the relevant issue numbers / Feature requests? I consider this a small fix, no issue has been added. See merge request !27
-
Valery Sizov authored
Added notice splash when updating services Continuation of https://gitlab.com/gitlab-org/gitlab-ci/merge_requests/30 See merge request !36
-
Valery Sizov authored
-
- Feb 10, 2015
-
-
Michel Courtine authored
-
- Feb 09, 2015
-
-
Kamil Trzcinski authored
-
- Feb 07, 2015
-
-
Michel Courtine authored
project create does not take an id as a parameter
-
- Feb 05, 2015
-
-
Bartlomiej Swiecki authored
-
- Feb 04, 2015
-
-
Valeriy Sizov authored
Add test coverage parsing example for pytest-cov
-
Valery Sizov authored
-
Valery Sizov authored
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
-
Valeriy Sizov authored
Upgrade raindrops gem
-
Valeriy Sizov authored
Update index.html.haml
-
Valery Sizov authored
Allow Project#skip_refs to accept & match regex Added support to allow regex in the skip refs attribute on the Project model. See merge request !35
-
Lucas Eisenzimmer authored
-
Andrew Ang authored
* Added rspec tests for #skip_ref? * Allow regex matching * Added hints on Project form
-
Valery Sizov authored
Rename hostname to description in Runner's API Continuation of: https://gitlab.com/gitlab-org/gitlab-ci/merge_requests/28 See merge request !34
-
- Feb 03, 2015
-
-
Zhanpeng Chen authored
-
- Jan 30, 2015
-
-
Dmitriy Zaporozhets authored
-
- Jan 29, 2015
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Drew Blessing authored
-
- Jan 28, 2015
-
-
Kamil Trzcinski authored
-
Valery Sizov authored
Allow to receive tag_list from Runner This enables CI to receive tag_list from Runner's during registration. Test results are here: https://semaphoreapp.com/ayufan/gitlab-ci/branches/tag_list This MR requires gitlab-ci-runner!11 See merge request !32
-
- Jan 27, 2015
-
-
Valery Sizov authored
Doc update See merge request !111
-
Valery Sizov authored
-
Valery Sizov authored
Documentation update See merge request !110
-
Valery Sizov authored
-
Valery Sizov authored
#98 Updated documentation with callback URL details. See merge request !33
-
Aleks Bunin authored
-