- Mar 11, 2015
-
- Mar 10, 2015
-
- Mar 05, 2015
-
- Mar 04, 2015
-
-
Marin Jankovski authored
Release 7.8.2 See merge request !128
-
Valery Sizov authored
Initialize services Fixes https://gitlab.com/gitlab-org/gitlab-ci/issues/106 See merge request !125 Conflicts: CHANGELOG db/schema.rb
-
- Feb 24, 2015
-
- Feb 22, 2015
-
- Feb 21, 2015
-
- Feb 19, 2015
-
-
Marin Jankovski authored
Updated update and install guide Updated guides for GitLab CI to 7.8 See merge request !114
- Feb 17, 2015
-
-
Sid Sijbrandij authored
- Feb 16, 2015
-
-
Dmitriy Zaporozhets authored
Link job script examples See merge request !113
-
Sid Sijbrandij authored
-
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
-