summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use order instead of reorder. Improve tests.Shinya Maeda2017-05-032-3/+6
|
* Ci::Pipeline to project.pipelinesShinya Maeda2017-05-032-32/+32
|
* Fix improper method name and spec descriptionShinya Maeda2017-05-032-5/+5
|
* Fix created_at to user_id in specShinya Maeda2017-05-031-6/+6
|
* Change sort spec descriptionShinya Maeda2017-05-031-2/+2
|
* Allow only indexed columns in #order_and_sort. Remove present (Because ↵Shinya Maeda2017-05-032-3/+11
| | | | unnecessary) from condition. Added spec just in case.
* 'to be > 0' to 'not_to be_empty'. 'to eq(0)' to 'to be_empty'Shinya Maeda2017-05-031-9/+9
|
* Normalize wordingShinya Maeda2017-05-031-47/+39
|
* Finish pipelines_specShinya Maeda2017-05-032-46/+105
|
* Unveil iterationShinya Maeda2017-05-031-10/+29
|
* Use eq instead of match_array for comparison of arrayShinya Maeda2017-05-031-5/+5
|
* No need to support sha for sortingShinya Maeda2017-05-032-2/+2
|
* Avoid hardcode table nameShinya Maeda2017-05-031-2/+2
|
* Add spec for Pipeline API (Halfway)Shinya Maeda2017-05-031-0/+145
|
* No need 'a'Shinya Maeda2017-05-031-13/+13
|
* Reduce playable columns for sortingShinya Maeda2017-05-032-2/+2
|
* Add name. Improve order_and_sort.Shinya Maeda2017-05-031-7/+12
|
* Add name(User)Shinya Maeda2017-05-034-8/+36
|
* Change name to usernameShinya Maeda2017-05-032-2/+2
|
* Fix inappropriate regexShinya Maeda2017-05-031-1/+1
|
* Fix how to use PipelinesFinderShinya Maeda2017-05-032-2/+2
|
* Use ActiveRecord for comparisonShinya Maeda2017-05-031-50/+36
|
* Add tag trueShinya Maeda2017-05-031-1/+1
|
* Check if any master existsShinya Maeda2017-05-031-1/+1
|
* include to all(eq()). Test status, not scope.Shinya Maeda2017-05-031-16/+16
|
* %[] to %w[]Shinya Maeda2017-05-032-5/+5
|
* %w() to %[]Shinya Maeda2017-05-031-1/+1
|
* %w() to %[]Shinya Maeda2017-05-031-5/+5
|
* Fix inappropriate words in docShinya Maeda2017-05-031-3/+3
|
* Use 'case/when/end'Shinya Maeda2017-05-031-7/+5
|
* Improved CI. Fix yaml_errors boolean evaluation.Shinya Maeda2017-05-032-57/+40
|
* Fixed the following.Shinya Maeda2017-05-032-23/+43
| | | | | | - Fix inappropriate evaluation(casecmp) to regex - Fix missed boolean conversion - Improve spec
* Fixed SQL injectionShinya Maeda2017-05-031-2/+2
|
* Fix created_at test case because of sorting failureShinya Maeda2017-05-031-8/+8
|
* Fix rubocop offences and rspec failuresShinya Maeda2017-05-033-28/+27
|
* Add specs. Plus, minor fixes.Shinya Maeda2017-05-034-21/+209
|
* Fixed those points.Shinya Maeda2017-05-034-26/+29
| | | | | | | | - username to user_id - Drop duration - Resolve comments - Add Changelog - Edit docs
* Remove unnecessary commentShinya Maeda2017-05-031-1/+1
|
* - Add new parameters for Pipeline APIShinya Maeda2017-05-033-26/+104
| | | | - Expand PipelinesFinder functions
* Merge branch '31560-workhose-gitaly-from-mirror' into 'master' Rémy Coutable2017-05-024-6/+21
|\ | | | | | | | | | | | | #31560 Add repo parameter to gitaly:install and workhorse:install Closes #31560 See merge request !10979
| * #31560 Add repo parameter to gitaly:install and workhorse:installMike Ricketts2017-05-024-6/+21
|/
* Merge branch 'metrics-deployment-history' into 'master' Douwe Maan2017-05-0221-108/+645
|\ | | | | | | | | | | | | Metrics deployment history Closes #26914 See merge request !10649
| * Fixed karma loading incorrect pathmetrics-deployment-historyPhil Hughes2017-04-251-1/+1
| |
| * Generate fixutre for metrics pagePhil Hughes2017-04-255-65/+33
| |
| * Remove concurrent indexPawel Chojnacki2017-04-251-1/+1
| |
| * use represent_concise instead of separate entityPawel Chojnacki2017-04-245-42/+18
| |
| * DeploymentsSerializer can serialize arrays properlyPawel Chojnacki2017-04-241-4/+3
| |
| * Fix deployments security check path and add checks for internal and public ↵Pawel Chojnacki2017-04-243-1/+31
| | | | | | | | access
| * Add deployments security checkPawel Chojnacki2017-04-241-0/+15
| |
| * Cleanup deploymentsd controller spec and use schema validation to test the ↵Pawel Chojnacki2017-04-242-9/+62
| | | | | | | | output