summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Remove hook directory requirement from Shellgitaly-version-v1.43.0Zeger-Jan van de Weg2019-05-307-96/+3
| | | | | | | | | | | | It used to be the case that GitLab created symlinks for each repository to one copy of the Git hooks, so these ran when required. This changed to set the hooks dynamically on Gitaly when invoking Git. The side effect is that we didn't need all these symlinks anymore, which Gitaly doesn't create anymore either. Now that means that the tests in GitLab-Rails should test for it either. Related: https://gitlab.com/gitlab-org/gitaly/issues/1392#note_175619926
* Added rack-timeout for PumaJan Provaznik2019-05-291-0/+58
| | | | | | | It assures that requests are aborted after 60 seconds, otherwise an exception is raised. This exception is logged by Sentry, also there is a Prometheus counter for measuring number of requests in each state.
* Merge branch ↵Tim Zallmann2019-05-291-0/+4
|\ | | | | | | | | | | | | | | | | '61639-flaky-spec-issue-boards-labels-creates-project-label-spec-features-boards-sidebar_spec-rb-350' into 'master' Fix dropdown position when loading remote data Closes #61639 See merge request gitlab-org/gitlab-ce!28526
| * Fix dropdown position when loading remote data61639-flaky-spec-issue-boards-labels-creates-project-label-spec-features-boards-sidebar_spec-rb-350Heinrich Lee Yu2019-05-271-0/+4
| | | | | | | | Also fixes flaky spec
* | Make external_dashboard_url available to frontendReuben Pereira2019-05-292-0/+71
| | | | | | | | | | - On Operations settings page - On Metrics dashboard page
* | Add Puma samplerJan Provaznik2019-05-291-0/+96
| | | | | | | | | | This sampler gathers Puma-specific metrics which can be used by Prometheus then.
* | Updated heading for default state in Web IDEDenys Mishunov2019-05-298-151/+416
| | | | | | | | Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/60107
* | Merge branch 'vue-repo-breadcrumbs' into 'master'Filipa Lacerda2019-05-294-0/+47
|\ \ | | | | | | | | | | | | Added repository file listing breadcrumbs See merge request gitlab-org/gitlab-ce!28706
| * | Created repository list breadcrumbs Vue appPhil Hughes2019-05-294-0/+47
| | |
* | | Merge branch 'mc/feature/reports-download' into 'master'Grzegorz Bizon2019-05-294-0/+64
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Allow downloading report artifacts Closes #49265 See merge request gitlab-org/gitlab-ce!27974
| * | Extract Ci::Build#report_artifacts into methodmc/feature/reports-downloadMatija Čupić2019-05-282-1/+14
| | | | | | | | | | | | | | | Extracts combining the job_artifacts relation with the with_reports scope for getting report artifacts into a method.
| * | Rename with_all_reports to with_reportsMatija Čupić2019-05-281-2/+2
| | |
| * | Move JobArtifactEntity to JobArtifactReportEntityMatija Čupić2019-05-281-1/+1
| | |
| * | Expose report download path in build detailsMatija Čupić2019-05-282-0/+36
| | | | | | | | | | | | Exposes report download paths in build details.
| * | Add all reports scope to Ci::JobArtifactMatija Čupić2019-05-281-0/+15
| | |
* | | Increase global karma timeoutrevert-karma-timeoutHeinrich Lee Yu2019-05-292-3/+3
| | | | | | | | | | | | Revert useless timeout added in karma spec
* | | Merge branch 'pipelines-email-default-branch-filter' into 'master'Mayra Cabrera2019-05-281-17/+59
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add notify_only_default_branch option to PipelinesEmailService Closes #61721 See merge request gitlab-org/gitlab-ce!28271
| * | | Add notify_only_default_branch option to PipelinesEmailServicePeter Marko2019-05-281-17/+59
| |/ /
* | | Merge branch 'qa-extend-click-visit-actions' into 'master'Dan Davison2019-05-281-1/+10
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Implement dynamic validation on QA Pages Closes gitlab-qa#280 See merge request gitlab-org/gitlab-ce!25704
| * | Implement dynamic validation on QA Pagesddavison2019-05-201-1/+10
| | | | | | | | | | | | | | | | | | Elements now have the ability to be required on pages or not Currently using the default wait mechanism Altered the ElementWithPattern Cop to fit new splat for init
* | | Merge branch 'increase-note-karma-spec-timeout' into 'master'Douglas Barbosa Alexandre2019-05-281-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Increase timeout of flaky specs Closes #62399 See merge request gitlab-org/gitlab-ce!28820
| * | | Increase timeout of flaky specsHeinrich Lee Yu2019-05-281-2/+2
| | | |
* | | | Fix order dependency with user params during importsLiam McAndrew2019-05-281-2/+11
| | | |
* | | | Merge branch 'vue-repo-document-title' into 'master'Filipa Lacerda2019-05-281-0/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update document title when repository router changes See merge request gitlab-org/gitlab-ce!28714
| * | | | Update document title when repository router changesPhil Hughes2019-05-241-0/+15
| | | | |
* | | | | CE port of Move EE specific lines in API::UsersImre Farkas2019-05-281-0/+12
| | | | |
* | | | | Fix display of promote to group labelJan Provaznik2019-05-284-2/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since label presenter is used in label index view, label class check doesn't work as expected because the class is now LabelPresenter. Also `label.subject` doesn't work as expected now because Label's model `subject` method is shadowed by Gitlab's presenter's method which uses `subject` for referencing the original object. Instead we use a presenter's method for both checks now. `label_deletion_confirm_text` is not used anywhere so it's removed
* | | | | Merge branch 'bvl-graphql-multiplex' into 'master'Lin Jen-Shin2019-05-284-25/+116
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Enables GraphQL batch requests See merge request gitlab-org/gitlab-ce!28273
| * | | | Enables GraphQL batch requestsPhil Hughes2019-05-284-25/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabling GraphQL batch requests allows for multiple queries to be sent in 1 request reducing the amount of requests we send to the server. Responses come come back in the same order as the queries were provided.
* | | | | Revert "Merge branch ↵Winnie Hellmann2019-05-281-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '61511-add-expand-collapse-to-project-operation-setttings-2' into 'master'" This reverts merge request !28620
* | | | | Merge branch 'dz-scope-project-routes-2' into 'master'Dmitriy Zaporozhets2019-05-281-1/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Move more project routes under /-/ scope See merge request gitlab-org/gitlab-ce!28717
| * | | | | Move some project routes under - scopedz-scope-project-routes-2Dmitriy Zaporozhets2019-05-261-1/+9
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Affected routes are: * autocomplete_sources * project_members * deploy_keys * deploy_tokens Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Merge branch 'use-source-ref-name-in-webhook' into 'master'Ash McKenzie2019-05-281-0/+9
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Use source ref in pipeline webhook Closes #61553 See merge request gitlab-org/gitlab-ce!28772
| * | | | Use source ref for pipeline webhookuse-source-ref-name-in-webhookShinya Maeda2019-05-281-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When user uses Pipelines for merge requests, the pipeline is a run on a merge request ref instead of branch ref. However, we should send source ref as a webhook in order to respect the original behavior.
* | | | | Throw an error when formatDate's input is invalidPaul Gascou-Vaillancourt2019-05-281-1/+21
| | | | |
* | | | | Fix removing empty lines via suggestionsIgor2019-05-282-7/+81
| | | | | | | | | | | | | | | | | | | | | | | | | Before this fix, a suggestion which just removes an empty line wasn't appliable
* | | | | Add expand/collapse buttonAdriel Santiago2019-05-281-0/+15
| | | | | | | | | | | | | | | | | | | | Add ability to expand/collapse operation settings
* | | | | Merge branch 'backstage/gb/improve-jobs-controller-performance' into 'master'57694-documentation-for-graphqlStan Hu2019-05-289-311/+317
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve performance of jobs controller show Closes #60708 See merge request gitlab-org/gitlab-ce!28093
| * \ \ \ \ Merge commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6' into ↵backstage/gb/improve-jobs-controller-performanceGrzegorz Bizon2019-05-2721-129/+356
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backstage/gb/improve-jobs-controller-performance * commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6': (51 commits)
| * | | | | | Set up mock data for stagesFilipa Lacerda2019-05-241-1/+27
| | | | | | |
| * | | | | | Fix deployment entity testsGrzegorz Bizon2019-05-242-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes style lint errors
| * | | | | | Expose build environment latest deployable name and pathGrzegorz Bizon2019-05-243-3/+16
| | | | | | |
| * | | | | | Removes fetchStage actions and mutationsFilipa Lacerda2019-05-244-289/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates tests
| * | | | | | Add specs checking serialization of a stage buildsGrzegorz Bizon2019-05-241-0/+12
| | | | | | |
| * | | | | | Do not serialize deployment details for build details pageGrzegorz Bizon2019-05-243-6/+38
| | | | | | |
| * | | | | | Do not serialize a deployment commit showing a jobGrzegorz Bizon2019-05-242-0/+26
| | | | | | |
| * | | | | | Add specs for Gitaly calls in deployment serializationGrzegorz Bizon2019-05-241-2/+7
| | | | | | |
| * | | | | | Assert on no Gitaly requests in a job show testsGrzegorz Bizon2019-05-241-4/+2
| | | | | | |
| * | | | | | Enable counting Gitaly requests in jobs show testsGrzegorz Bizon2019-05-241-19/+59
| | | | | | |
| * | | | | | Add a controller test verifying exposure of stagesGrzegorz Bizon2019-05-241-0/+6
| | | | | | |