| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \
| | |
| | |
| | |
| | |
| | | |
Link to runner section instead of repo.
See merge request !116
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Reset user session if token is invalid
closes #148
See merge request !115
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | | |
Merge union CHANGELOG
See merge request !42
|
| |/ / |
|
|\ \ \ |
|
| |\ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
Updated update and install guide
Updated guides for GitLab CI to 7.8
See merge request !114
|
| | | | |
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | | |
Updated changelog
See merge request !41
|
|/ / |
|
| |
| |
| |
| | |
accessible.
|
|\ \
| | |
| | |
| | |
| | |
| | | |
Link job script examples
See merge request !113
|
| | | |
|
|/ /
| |
| |
| | |
and the webpage.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update changelog
#150
See merge request !112
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix typo in docs
Changed `Dependancies` to `Dependencies`
See merge request !40
|
| |/ /
| | |
| | |
| | | |
'Dependancies' -> 'Dependencies'
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
Skip refs: branch wildcard fix
fixes bug found here !35
See merge request !38
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fixed typo in gitlab ci api documentation
|
| |/ /
| | |
| | | |
project create does not take an id as a parameter
|
|\ \ \
| | | |
| | | | |
Fix typo
|
|/ / / |
|
| | |
| | |
| | |
| | | |
This reverts commit 0d39bfa32967c5f2794bdf30d088b74a78fd54c2.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
Added notice splash when updating services
Continuation of https://gitlab.com/gitlab-org/gitlab-ci/merge_requests/30
See merge request !36
|
|/ / |
|
|\ \
| | |
| | | |
Add test coverage parsing example for pytest-cov
|
| | | |
|
|\ \ \
| |_|/
|/| | |
|
| |\ \
| | | |
| | | | |
Upgrade raindrops gem
|
| | | | |
|
| |\ \ \
| | |_|/
| |/| | |
Update index.html.haml
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
* Added rspec tests for #skip_ref?
* Allow regex matching
* Added hints on Project form
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Rename hostname to description in Runner's API
Continuation of: https://gitlab.com/gitlab-org/gitlab-ci/merge_requests/28
See merge request !34
|
| |/ / |
|
|/ / |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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-org/gitlab-ci-runner!11
See merge request !32
|
| | |
|