summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Improved test coverageimprove_test_coverageValery Sizov2015-04-171-1/+1
|
* fix build status jsonValery Sizov2015-04-171-1/+1
|
* deploy job creation fixValery Sizov2015-04-151-3/+2
|
* fix rubocopValery Sizov2015-04-151-1/+1
|
* job deletion fixValery Sizov2015-04-151-1/+1
|
* fix jobs creationfix_job_creationValery Sizov2015-04-151-3/+4
|
* fix adding projectsValery Sizov2015-04-101-1/+1
|
* Merge branch 'protected_attributes' into 'master'Dmitriy Zaporozhets2015-04-092-3/+15
|\ | | | | | | | | | | | | | | Remove protected attributes https://dev.gitlab.org/gitlab/gitlab-ci/issues/165 See merge request !60
| * remove protected attributesValery Sizov2015-04-092-3/+15
| |
* | Merge branch 'runners_sorting' into 'master'Dmitriy Zaporozhets2015-04-091-1/+1
|\ \ | | | | | | | | | | | | | | | Runners sorting in admin area See merge request !59
| * | Runners sortingValery Sizov2015-04-091-1/+1
| |/
* | Merge branch 'developers_can_cancel_job' into 'master'Dmitriy Zaporozhets2015-04-092-1/+8
|\ \ | |/ |/| | | | | | | | | | | | | | | Developers can cancel and retry jobs https://github.com/gitlabhq/gitlab-ci/issues/563 and https://dev.gitlab.org/gitlab/gitlab-ci/issues/170 See merge request !52
| * developers can cancel and retry jobdevelopers_can_cancel_jobValery Sizov2015-04-072-1/+8
| |
* | remove admin show pageValery Sizov2015-04-081-4/+0
| |
* | adding admin sectionValery Sizov2015-04-081-0/+2
|/
* Search runners by token or description on admin/runners pagesearch-runnersDmitriy Zaporozhets2015-04-021-1/+3
|
* event pagination fixValery Sizov2015-03-261-1/+1
|
* annotate eventValery Sizov2015-03-261-3/+2
|
* update changelogValery Sizov2015-03-261-1/+1
|
* added event serviceValery Sizov2015-03-261-8/+4
|
* events for adminValery Sizov2015-03-262-0/+12
|
* eventsValery Sizov2015-03-262-0/+24
|
* Merge branch 'security_fix' into 'master'Dmitriy Zaporozhets2015-03-252-4/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security fix: added is_shared parameter #176 This fix does not do anything with shared runners on gitlab.com. It means that we need to: * clear all temporary data on our shared runners * remove shared runner which are not ours Consider to put to the blog that some users might want to disable this option: ![joxi_screenshot_1427221433910](https://dev.gitlab.org/gitlab/gitlab-ci/uploads/6283b3e293d898511a3ae5667cb71774/joxi_screenshot_1427221433910.png) See merge request !143
| * Security fix: added is_shared parameterValery Sizov2015-03-252-4/+9
| |
* | Add project search at runner pageDmitriy Zaporozhets2015-03-241-0/+1
|/
* improve commit routingValery Sizov2015-03-202-3/+6
|
* Url to commit contain ref nameValery Sizov2015-03-202-6/+3
|
* projects sorting by last_commit_dateValery Sizov2015-03-192-3/+3
|
* Merge branch 'brakeman' into 'master'Dmitriy Zaporozhets2015-03-111-1/+1
|\ | | | | | | | | | | | | | | Adding brakeman Fixes #163 See merge request !136
| * Adding brakemanValery Sizov2015-03-111-1/+1
| |
* | rename committer to pusherValery Sizov2015-03-101-1/+1
|/
* Allow to pause runners - when paused runner will not receive any new buildKamil Trzcinski2015-03-062-1/+33
|
* Merge branch 'jobs_tabs' into 'master'Dmitriy Zaporozhets2015-03-041-0/+3
|\ | | | | | | | | | | | | | | | | | | Deploy jobs Implements #153 ![joxi_screenshot_1425465268516](https://dev.gitlab.org/gitlab/gitlab-ci/uploads/23960cfff46ac6c7d1d0ded528917306/joxi_screenshot_1425465268516.png) See merge request !124
| * Deploy jobsValery Sizov2015-03-021-0/+3
| |
* | Redirect to root path when application.yml config is validJeroen van Baarsen2015-02-282-3/+13
|/
* rubocop installValery Sizov2015-02-253-4/+3
|
* reset user session if token is invalidValery Sizov2015-02-242-0/+8
|
* Added notice splash when updating servicesKamil Trzcinski2015-02-091-1/+1
|
* Migrate E-mail notification to ServicesKamil Trzcinski2015-01-291-4/+2
|
* Redesign servicesKamil Trzcinski2015-01-241-2/+6
| | | | | | Taken from: - a6bdf7d8769c1726084f42a510b6aed097fffbf2 - 5e98293b0e21a7fd9d62ce7272afef31b8414abb
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ciValery Sizov2015-01-231-2/+2
|\
| * Fix oauth redurect urlsBartlomiej Swiecki2015-01-231-2/+2
| |
* | disable retry button for old buildsValery Sizov2015-01-231-0/+4
|/
* added missed authorizeValery Sizov2015-01-221-0/+1
|
* Build page is visible for other peopleDmitriy Zaporozhets2015-01-221-1/+1
|
* Merge branch 'topic/settings' into 'master'Valery Sizov2015-01-221-0/+53
|\ | | | | | | | | | | | | | | Settings enhancements with services transplantation As discussed here: https://gitlab.com/gitlab-org/gitlab-ci/issues/68 and here https://gitlab.com/gitlab-org/gitlab-ci/issues/63 this is implementation of Services backported from GitLab. As proof of concept Slack Service is implemented. What is missing here is the specs for services and some design choices described in first issue. See merge request !14
| * Added Slack notification serviceKamil Trzcinski2015-01-121-1/+2
| | | | | | | | - Send notification at once for all commits
| * Added missing create serviceKamil Trzcinski2015-01-121-5/+5
| |
| * Transplanted project notifications from GitLabKamil Trzcinski2015-01-121-0/+52
| |
* | Improve setup screen for GitLab CIDmitriy Zaporozhets2015-01-172-2/+4
| |