summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* cleaning up specsValery Sizov2015-06-251-2/+0
|
* warning when .gitlab-ci.yml not foundValery Sizov2015-06-241-0/+19
|
* Ability to cancel all builds in the commit at onceValery Sizov2015-06-241-0/+9
|
* Fix: show builds for public usersValery Sizov2015-06-221-1/+3
|
* yaml refactoringValery Sizov2015-06-191-1/+1
|
* New syntax of gitlab-ci.ymlValery Sizov2015-06-121-5/+4
|
* add links to lint, improve test coverageValery Sizov2015-06-101-0/+12
|
* spec fixlintValery Sizov2015-06-091-3/+0
|
* specsValery Sizov2015-06-091-0/+20
|
* Fix of creation project with the same nameValery Sizov2015-06-091-0/+6
|
* Merge branch 'active_runners' into 'master'Valery Sizov2015-06-081-2/+3
|\ | | | | | | | | | | | | | | | | | | Show number of runners actively checking in on runners page https://dev.gitlab.org/gitlab/gitlab-ci/issues/241 ![joxi_screenshot_1433751389715](https://gitlab.com/gitlab-org/gitlab-ci/uploads/6f08e9e35a5c63396486d46792b703dc/joxi_screenshot_1433751389715.png) See merge request !127
| * active runnersValery Sizov2015-06-081-2/+3
| |
* | specs for variablesValery Sizov2015-06-051-0/+26
|/
* fix specsValery Sizov2015-06-032-6/+4
|
* cleaning upValery Sizov2015-06-031-67/+0
|
* public accessible build and commitValery Sizov2015-05-152-12/+47
|
* storing runner infosave_info_from_runnerValery Sizov2015-05-121-0/+17
|
* Remove redundant headerValery Sizov2015-05-051-1/+1
|
* Refactoring. Clean up advanced settings. Migrate from gotlab_url to pathValery Sizov2015-05-041-3/+3
|
* Tabs Pending and Running on admin builds pageValery Sizov2015-04-241-0/+49
|
* Merge branch 'project-runners-page' into 'master'Dmitriy Zaporozhets2015-04-231-4/+62
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved runner page for project Tasks: - [x] Ability to add runner to several projects - [x] Render runner status (online, offline, disabled) - [x] Two column style of page: specific and shared runners - [x] Toggle shared runners for project - [x] Fix tests - [x] Write tests for new functionality - [x] Remove runner instead disabling if it is last project for this runner - [x] Cleanup and refactor code - [x] Improve query for authorised runners (reject duplicates) - [x] Improve UI based on https://dev.gitlab.org/gitlab/gitlab-ci/issues/185#note_41582 See merge request !61
| * runner page: specsValery Sizov2015-04-211-4/+62
| |
* | Merge branch 'improve_test_coverage' into 'master'Valery Sizov2015-04-222-4/+44
|\ \ | | | | | | | | | | | | | | | | | | | | | Improved test coverage https://dev.gitlab.org/gitlab/gitlab-ci/issues/203 See merge request !68
| * | Improved test coverageimprove_test_coverageValery Sizov2015-04-172-4/+44
| |/
* | projects search on dashboardValery Sizov2015-04-211-0/+1
|/
* remove admin show pageValery Sizov2015-04-081-9/+0
|
* Search runners by token or description on admin/runners pagesearch-runnersDmitriy Zaporozhets2015-04-021-0/+13
|
* specs for eventsValery Sizov2015-03-262-0/+40
|
* Add project search at runner pageDmitriy Zaporozhets2015-03-241-1/+20
|
* improve commit routingValery Sizov2015-03-201-1/+1
|
* Url to commit contain ref nameValery Sizov2015-03-201-1/+1
|
* projects sorting by last_commit_dateValery Sizov2015-03-191-2/+2
|
* feature test for deploy jobValery Sizov2015-03-101-0/+10
|
* Write test for 500 error on runners pageDmitriy Zaporozhets2015-03-041-0/+3
|
* Refactor help text and remove integration pageDmitriy Zaporozhets2015-01-232-9/+17
|
* Set runner tags via admin areaDmitriy Zaporozhets2015-01-121-1/+1
|
* Improve UI for buildsDmitriy Zaporozhets2015-01-121-1/+2
|
* Add specs for project jobs pageDmitriy Zaporozhets2015-01-121-0/+26
|
* Fix specsDmitriy Zaporozhets2014-11-061-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Increase test coverageDmitriy Zaporozhets2014-11-041-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add more test coverageDmitriy Zaporozhets2014-11-042-1/+32
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add commit feature specsDmitriy Zaporozhets2014-11-042-1/+21
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testsDmitriy Zaporozhets2014-11-041-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix bugs after migration to commit->builds modelDmitriy Zaporozhets2014-10-311-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'enhancement/separate-commits-from-builds' of ↵Dmitriy Zaporozhets2014-10-311-4/+5
|\ | | | | | | | | | | | | | | | | | | | | | | 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
| * Separate Commit model and logic from Build model|etc...Kestred2014-08-231-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an entirely non-user facing change which prepares GitLab CI for future support of Parallel Builds. See https://about.gitlab.com/2013/12/19/gitlab-ci-with-parallel-builds-and-deployments/. These changes specifically avoid changing the supported API or changing any of the website views. Changes to the website views will come in tandem with future features like "Multiple build scripts". The supported API won't change as part of any future changes on this vein, to maintain support for the unofficial GitLab CI runners. This closes the following implementation step: 1. A commit has many builds Signed-off-by: Kestred <kestred@riotcave.com>
* | New feature: All builds page for admin userDmitriy Zaporozhets2014-10-221-0/+21
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Redirect after sign in. Fix broken test.Marin Jankovski2014-07-011-2/+2
|
* Fix testsDmitriy Zaporozhets2014-03-271-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor scssDmitriy Zaporozhets2014-01-282-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>