summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Re-use issue/MR counts for the pagination systemmr-index-page-performanceYorick Peterse2017-09-054-2/+149
| | | | | | | 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-0511-101/+133
|\ | | | | | | | | | | | | | | | | '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
| * Move trigger_variables to presenterShinya Maeda2017-09-042-38/+34
| |
| * trigger_variables should consider trigger_request existstance alwaysShinya Maeda2017-09-041-0/+38
| |
| * Remove ci_trigger_request_with_variablesShinya Maeda2017-09-047-46/+79
| |
| * Fix trigger_request.variablesShinya Maeda2017-09-042-3/+4
| |
| * Fix specShinya Maeda2017-09-046-10/+9
| |
| * Revert autheticate! in Trigger APIShinya Maeda2017-09-047-15/+14
| |
| * Remove CreateTriggerRequestService and forbit to save variables on ↵Shinya Maeda2017-09-043-60/+26
| | | | | | | | Ci::TriggerRequest
* | Merge branch 'feature/sm/37239-implement-failure_reason-on-ci_builds' into ↵Kamil Trzciński2017-09-057-12/+63
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '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-053-13/+23
| | |
| * | Improve specShinya Maeda2017-09-051-9/+12
| | |
| * | Fix specShinya Maeda2017-09-052-2/+5
| | |
| * | - Allow runner API to pass failure_reasonShinya Maeda2017-09-055-8/+16
| | | | | | | | | | | | - Fix spec
| * | Fix enum listsShinya Maeda2017-09-056-25/+25
| | |
| * | Fix enum wordingShinya Maeda2017-09-051-1/+1
| | |
| * | Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-055-0/+27
| | |
* | | Merge branch 'additional-time-series-charts' into 'master'Tim Zallmann2017-09-057-1842/+5965
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Added support for additional time series charts Closes #33345 See merge request !13159
| * | | Added simple support for multiple colors on the different time seriesJose Ivan Vargas2017-08-311-0/+2
| | | |
| * | | fix misnamed graph component propertyMike Greiling2017-08-301-5/+5
| | | |
| * | | Corrected y scale for multiple time series and visual improvementsJose Ivan Vargas2017-08-302-2/+1
| | | |
| * | | Modified mocked data to be less than 500kbJose Ivan Vargas2017-08-302-5794/+1
| | | |
| * | | Added and corrected specs for the additional time seriesJose Ivan Vargas2017-08-307-1842/+11757
| | | |
* | | | Merge branch '37204-deprecate-git-user-manual-ssh-config' into 'master'Douwe Maan2017-09-051-0/+79
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecate custom SSH client configuration for the git user Closes #37204 See merge request !13930
| * | | | Add a system check for the git user's custom SSH configurationNick Thomas2017-09-041-0/+79
| | | | |
* | | | | Merge branch 'fix/import-file-spec-error' into 'master'Douwe Maan2017-09-051-6/+8
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Fix Import/Export spec failure See merge request !14032
| * | | | update regexfix/import-file-spec-errorJames Lopez2017-09-041-1/+1
| | | | |
| * | | | refactor specJames Lopez2017-09-041-3/+3
| | | | |
| * | | | attempt to fix random import file spec errorJames Lopez2017-09-041-6/+8
| | | | |
* | | | | Merge branch 'feature/gb/kubernetes-only-pipeline-jobs' into 'master'Kamil Trzciński2017-09-045-14/+106
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check if Kubernetes is required when creating pipeline jobs Closes #34785 See merge request !13849
| * \ \ \ \ Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-09-04192-1602/+6565
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | * master: (469 commits)
| * | | | | | Fix rubocop offense in CI/CD YAML processor specsfeature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-09-041-2/+5
| | | | | | |
| * | | | | | Change CI/CD kubernetes policy keyword to `active`Grzegorz Bizon2017-09-013-15/+9
| | | | | | |
| * | | | | | Check if service active when using CI/CD kubernetes policyGrzegorz Bizon2017-09-011-30/+6
| | | | | | |
| * | | | | | Fix only/except policy CI/CD linterGrzegorz Bizon2017-08-311-2/+2
| | | | | | |
| * | | | | | Change kubernetes job policy allowed valuesGrzegorz Bizon2017-08-312-1/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It is now possible to use `kubernetes: configured`.
| * | | | | | Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-08-31165-807/+2750
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (275 commits) Decrease Metrics/PerceivedComplexity threshold to 17 Upgrade mail and nokogiri gems due to security issues Link out to stackoverflow answer on setting swappiness Document swappiness recomendations in the requirements doc Fix invalid attribute used for time-ago-tooltip component Update latest artifacts doc Add changelog entry for flipping verify_certificates Default LDAP config verify_certificates to true Update share project with groups docs remove accidental console.log from karma tests update specs to match reorganized monitoring components Remove tooltips from new sidebar Use `git update-ref --stdin -z` to delete refs Don't use public_send in destroy_conditionally! helper Remove unused expressions policy from ci/cd config Simplify code for appending strategies in CI/CD config Raise exception when simplifiable ci entry incomplete Add changelog entry Fix MySQL failure for emoji autocomplete max-width for lazy-loaded images (this was removed in the original MR through merge resolution most probably) ... Conflicts: lib/gitlab/ci/config/entry/policy.rb
| * | | | | | | Remove unused method from CI/CD YAML processorGrzegorz Bizon2017-08-311-1/+1
| | | | | | | |
| * | | | | | | Refactor context variables in pipeline model classGrzegorz Bizon2017-08-311-12/+4
| | | | | | | |
| * | | | | | | Check if kubernetes required before creating a jobGrzegorz Bizon2017-08-262-0/+80
| | | | | | | |
| * | | | | | | Improve kubernetes service specs readabilityGrzegorz Bizon2017-08-261-9/+4
| | | | | | | |
| * | | | | | | Make it possible to access deployment details from pipelineGrzegorz Bizon2017-08-261-0/+8
| | | | | | | |
| * | | | | | | Use new complex only/except policy internal schemeGrzegorz Bizon2017-08-261-2/+2
| | | | | | | |
* | | | | | | | Add feature highlight to Issue Boards in new navigation sidebarClement Ho2017-09-043-0/+386
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'remove-unused-code-issueshelper' into 'master'Rémy Coutable2017-09-041-10/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused methods from `IssuesHelper` and `IssuablesHelper` See merge request !13793
| * | | | | | | Remove unused `IssuesHelper#merge_requests_sentence`Mehdi Lahmam2017-08-241-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Its last usage has been removed at eb3e7bdfd8.
* | | | | | | | Merge branch 'move-git-operation-service' into 'master'Sean McGivern2017-09-044-20/+20
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Move GitOperationService to Gitlab::Git See merge request !13984
| * | | | | | | Move GitOperationService to Gitlab::Gitmove-git-operation-serviceJacob Vosmaer2017-09-014-20/+20
| | | | | | | |
* | | | | | | | Merge branch 'git-operation-service-to-git' into 'master'Sean McGivern2017-09-042-29/+28
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | / / | |_|_|_|_|/ / |/| | | | | | Prepare GitOperationService for moving to Gitlab::Git See merge request !13773
| * | | | | | Fix whitespacegit-operation-service-to-gitJacob Vosmaer2017-09-011-1/+1
| | | | | | |