summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken floating point tests61910-common_utils_spec-js-fails-locally-on-master-for-roundofffloatjboyson12019-05-301-8/+8
| | | | | | | | Update tests to use toBeCloseTo instead of toBe for floating point checks. More info here: https://jestjs.io/docs/en/expect#tobeclosetonumber-numdigits
* Sort by position in issue boards store addList()Winnie Hellmann2019-05-301-0/+9
|
* CE port of Move EE specific lines in API::ProjectsImre Farkas2019-05-301-1/+48
|
* CE port of Move EE specific lines in API::SettingsImre Farkas2019-05-301-0/+1
|
* Merge branch '609120-ref-link' into 'master'Mayra Cabrera2019-05-301-0/+6
|\ | | | | | | | | | | | | Fixes ref being displayed as raw HTML Closes #60912 See merge request gitlab-org/gitlab-ce!28823
| * Fixes ref being displayed as raw HTML609120-ref-linkFilipa Lacerda2019-05-301-0/+6
| | | | | | | | | | The ref to the branch was being displayed as raw HTML in the Pipelines page
* | Merge branch 'extract-danger-roulette' into 'master'Nick Thomas2019-05-303-103/+111
|\ \ | | | | | | | | | | | | Make single codebase roulette respect OOO status See merge request gitlab-org/gitlab-ce!28877
| * | Extract roulette to its own moduleLin Jen-Shin2019-05-303-103/+111
| | | | | | | | | | | | So it's more modular and extensible
* | | Fix test with hard coded idHeinrich Lee Yu2019-05-301-1/+3
| | |
* | | Merge branch '9121-sort-relative-position' into 'master'docs/create-table-driven-standardsSean McGivern2019-05-302-0/+46
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Support sorting issues using `relative_position` Closes #62178 See merge request gitlab-org/gitlab-ce!28566
| * | Allow issues to be sorted by relative_positionBrett Walker2019-05-282-0/+46
| | | | | | | | | | | | | | | - adding a "Manual" option to the dropdown - show 100 issues list when manually sorting
* | | Add Pipeline IID to viewsMike Scott2019-05-3014-38/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Pipeline IID to MR's * Add Pipeline IID to commit box * Add Pipeline IID to builds page * Add Pipeline IID to job sidebar * Add Pipeline IID to header on view pipeline pages * Add changelog entry * Update tests
* | | Merge branch 'vue-repo-parent-row-fixes' into 'master'Filipa Lacerda2019-05-301-0/+64
|\ \ \ | | | | | | | | | | | | | | | | Fixes bug with parent row component triggering multiple Vue router pushes See merge request gitlab-org/gitlab-ce!28882
| * | | Fixes bug with parent row component triggering multiple Vue router pushesPhil Hughes2019-05-291-0/+64
| | | |
* | | | Merge branch 'graphql-batch-requests-ee' into 'master'Filipa Lacerda2019-05-301-5/+24
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Enable GraphQL batch requests See merge request gitlab-org/gitlab-ce!28370
| * | | | Added spec for authenticating multiplex queriesPhil Hughes2019-05-291-5/+24
| | |_|/ | |/| |
* | | | Extract clearDetailIssue() to issue boards storeWinnie Hellmann2019-05-301-0/+10
| | | |
* | | | Merge branch 'add-wiki-size-to-statistics' into 'master'Stan Hu2019-05-298-20/+141
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add wiki size to project statistics Closes #57822 See merge request gitlab-org/gitlab-ce!25321
| * | | | Add spec to verify statistics without repositoriesPeter Marko2019-05-291-0/+38
| | | | |
| * | | | Add wiki size to project statisticsPeter Marko2019-05-298-20/+103
| | |/ / | |/| |
* | | | Merge branch 'renovate/gitlab-ui-3.x' into 'master'Clement Ho2019-05-291-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update dependency @gitlab/ui to ^3.10.1 See merge request gitlab-org/gitlab-ce!28862
| * | | | Update Snapshots for MR PopoversAndrew Fontaine2019-05-291-0/+2
| | |/ / | |/| | | | | | | | | | | | | | A new attribute was added to `GlPopover`, so the snapshots had to be updated to match.
* | | | 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.