summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Re-use issue/MR counts for the pagination systemmr-index-page-performanceYorick Peterse2017-09-0513-11/+244
| | | | | | | This changes the issue and MR index pages so the pagination system re-uses the output of the COUNT(*) query used to calculate the number of rows per state (opened, closed, etc). This removes the need for an additional COUNT(*) on both pages.
* Merge branch ↵Kamil Trzciński2017-09-0516-137/+171
|\ | | | | | | | | | | | | | | | | 'fix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-persist-variables-on-ci-triggerrequest' into 'master' Removes `CreateTriggerRequestService` and add a blocker to prevent saving variables on `Ci::TriggerRequest` Closes #35650 See merge request !13792
| * Use pipeline.trigger_requests.lastfix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-persist-variables-on-ci-triggerrequestShinya Maeda2017-09-051-1/+1
| |
| * Revert iunnecessary change(gitaly)Shinya Maeda2017-09-041-2/+1
| |
| * Move trigger_variables to presenterShinya Maeda2017-09-045-51/+49
| |
| * trigger_variables should consider trigger_request existstance alwaysShinya Maeda2017-09-044-17/+54
| |
| * Remove ci_trigger_request_with_variablesShinya Maeda2017-09-049-48/+92
| |
| * Fix trigger_request.variablesShinya Maeda2017-09-043-7/+6
| |
| * Fix specShinya Maeda2017-09-048-13/+13
| |
| * Revert autheticate! in Trigger APIShinya Maeda2017-09-049-23/+22
| |
| * Remove CreateTriggerRequestService and forbit to save variables on ↵Shinya Maeda2017-09-047-95/+53
| | | | | | | | Ci::TriggerRequest
* | Merge branch 'feature/sm/37239-implement-failure_reason-on-ci_builds' into ↵Kamil Trzciński2017-09-0515-17/+98
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Implement `failure_reason` on `ci_builds` Closes #37239 See merge request !13937
| * | Use script_failure. Add runner_system_failure. Improve spec.feature/sm/37239-implement-failure_reason-on-ci_buildsShinya Maeda2017-09-056-18/+28
| | |
| * | Use unknown_failure for runnerShinya Maeda2017-09-051-5/+2
| | |
| * | Improve specShinya Maeda2017-09-051-9/+12
| | |
| * | Fix specShinya Maeda2017-09-052-2/+5
| | |
| * | - Allow runner API to pass failure_reasonShinya Maeda2017-09-058-10/+29
| | | | | | | | | | | | - Fix spec
| * | Fix enum listsShinya Maeda2017-09-0512-40/+34
| | |
| * | Fix enum wordingShinya Maeda2017-09-055-5/+5
| | |
| * | Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-0513-6/+61
| | |
* | | Merge branch 'docs/gb/fix-ci-cd-types-removal-due-date' into 'master'Grzegorz Bizon2017-09-051-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Fix CI/CD `types` config entry removal due date See merge request !13990
| * | | Fix CI/CD `types` config entry removal due datedocs/gb/fix-ci-cd-types-removal-due-dateGrzegorz Bizon2017-09-051-1/+1
| | | |
* | | | Merge branch 'additional-time-series-charts' into 'master'Tim Zallmann2017-09-0517-1994/+6256
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added support for additional time series charts Closes #33345 See merge request !13159
| * \ \ \ Merge branch 'refactor-monitoring-store' into 'additional-time-series-charts'Jose Ivan Vargas Lopez2017-09-011-45/+41
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Refactor MonitoringStore class See merge request !13999
| | * | | | Corrected collate functionJose Ivan Vargas2017-09-011-1/+1
| | | | | |
| | * | | | refactor monitoring_store.jsMike Greiling2017-09-011-41/+37
| | | | | |
| | * | | | simplify storeMetrics methodMike Greiling2017-09-011-6/+6
| |/ / / /
| * | | | Increased opacity from 0.10 to 0.25Jose Ivan Vargas2017-09-011-1/+1
| | | | |
| * | | | Added simple support for multiple colors on the different time seriesJose Ivan Vargas2017-08-316-18/+45
| | | | |
| * | | | fix misnamed graph component propertyMike Greiling2017-08-301-5/+5
| | | | |
| * | | | Increased the height of the graph when dealing with 3 plus legendsJose Ivan Vargas2017-08-301-3/+3
| | | | |
| * | | | Corrected y scale for multiple time series and visual improvementsJose Ivan Vargas2017-08-304-14/+19
| | | | |
| * | | | Added CHANGELOGJose Ivan Vargas2017-08-301-0/+5
| | | | |
| * | | | Modified mocked data to be less than 500kbJose Ivan Vargas2017-08-302-5794/+1
| | | | |
| * | | | Fixed scss linter errorsJose Ivan Vargas2017-08-301-1/+1
| | | | |
| * | | | Added and corrected specs for the additional time seriesJose Ivan Vargas2017-08-3010-1897/+11803
| | | | |
| * | | | Added vertical spacing when there's multiple legendsJose Ivan Vargas2017-08-304-21/+40
| | | | |
| * | | | Refactored deployment mixinsJose Ivan Vargas2017-08-302-3/+2
| | | | |
| * | | | Added legends for each of the time seriesJose Ivan Vargas2017-08-302-34/+52
| | | | |
| * | | | Refactored the monitoring_column component to process all of the time seriesJose Ivan Vargas2017-08-301-45/+77
| | | | |
| * | | | Converted the dates for each time series on the storeJose Ivan Vargas2017-08-301-6/+14
| | | | |
| * | | | Added monitoring_paths component to show multiple time series on a single chartJose Ivan Vargas2017-08-301-0/+40
| | | | |
* | | | | Merge branch 'winh-move-issue-project-dropdown' into 'master'Phil Hughes2017-09-051-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make project selection dropdown for issue editing consistent See merge request !13574
| * | | | | Make project selection dropdown for issue editing consistentwinh-move-issue-project-dropdownwinh2017-08-311-0/+1
| | | | | |
* | | | | | Merge branch 'winh-transfer-project-dropdown' into 'master'Phil Hughes2017-09-051-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make transfer project dropdown in project settings consistent See merge request !13596
| * | | | | | Make transfer project dropdown in project settings consistentwinh-transfer-project-dropdownwinh2017-08-311-0/+1
| | | | | | |
* | | | | | | Merge branch 'winh-merge-request-target-branch-dropdown' into 'master'Phil Hughes2017-09-051-0/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make target branch dropdown on merge request edit page consistent See merge request !13592
| * | | | | | | Make target branch dropdown on merge request edit page consistentwinh-merge-request-target-branch-dropdownwinh2017-09-041-0/+8
| | | | | | | |
* | | | | | | | Merge branch 'winh-protection-dropdowns' into 'master'Phil Hughes2017-09-051-13/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make protected branches / tags permission dropdowns consistent See merge request !13611
| * | | | | | | | Make protected branches / tags permission dropdowns consistentwinh-protection-dropdownswinh2017-08-311-13/+5
| | | | | | | | |