summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Revert a default GIT_DEPTH for MR pipelinerevert-git-depth-for-merge-requestFabio Pitino2019-05-311-19/+3
|
* Merge branch '60987-emoji-picker-popup' into 'master'Kushal Pandya2019-05-311-0/+1
|\ | | | | | | | | | | | | Fix emoji picker popup is not always fully visible Closes #60987 See merge request gitlab-org/gitlab-ce!28984
| * Fix emoji picker visibility issueFatih Acet2019-05-311-0/+1
| |
* | Merge branch '59587-add-graphql-logging' into 'master'Sean McGivern2019-05-314-0/+138
|\ \ | |/ |/| | | | | | | | | Add logging to GraphQL Closes #59587 See merge request gitlab-org/gitlab-ce!27885
| * Apply reviewer feedback59587-add-graphql-loggingcharlie ablett2019-05-314-30/+50
| | | | | | | | | | | | | | | | | | | | | | | | - Comply doc with guidelines - Improve tests for readability and completeness - Separate out phases visually with newlines - Add `format_message` test - test readability - code and test structure/styling - static query analyzers - call `as_json` on `provided_variables` - add exception handling
| * Move complexity/depth to `final_value`charlieablett2019-05-303-29/+22
| | | | | | | | | | | | Tidy tests according to reviewer comments. Move complexity and depth calls from `initial_value` to `final_value` Log variables as json
| * Call analyzers from LoggerAnalyzercharlieablett2019-05-304-32/+37
| | | | | | | | | | - Add changelog file - Fix failing tests
| * Add GraphQL logging feature flagcharlieablett2019-05-301-1/+18
| |
| * Restructure complexity analyzercharlieablett2019-05-303-14/+54
| | | | | | | | | | Remove instance variables for class re-use, test individual methods, use `monotonic_time`
| * Implement logger analyzercharlieablett2019-05-303-9/+41
| | | | | | | | | | | | | | - Modify GraphqlLogger to subclass JsonLogger - Replace the single-line analyser with one that can log all the GraphQL query related information in one place. - Implement analyzer behavior with spec
| * New logfile for graphql queriescharlieablett2019-05-302-0/+31
| | | | | | | | | | Specify dedicated logfile and logger class for GraphQL queries. Move complexity analyzer to a dedicated class.
* | Merge branch 'remove-legacy-artifacts-related-code' into 'master'Kamil Trzciński2019-05-3119-401/+59
|\ \ | | | | | | | | | | | | | | | | | | Remove legacy artifact related code Closes #58595 See merge request gitlab-org/gitlab-ce!26475
| * | Remove legacy artifact related coderemove-legacy-artifacts-related-codeShinya Maeda2019-05-3119-401/+59
| | | | | | | | | | | | | | | | | | We've already migrated all the legacy artifacts to the new realm, which is ci_job_artifacts table. It's time to remove the old code base that is no longer used.
* | | Change query to work on mysql as well. Also set entire date because setting ↵Luke Picciau2019-05-311-16/+17
| | | | | | | | | | | | only the year can trip 'start_date_should_be_less_than_due_date'
* | | Remove nils from project_statistics.packages_sizeAlessio Caiazza2019-05-311-0/+35
| | | | | | | | | | | | Now it defaults to 0
* | | Setup Phabricator importBob Van Landuyt2019-05-3120-14/+872
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This sets up all the basics for importing Phabricator tasks into GitLab issues. To import all tasks from a Phabricator instance into GitLab, we'll import all of them into a new project that will have its repository disabled. The import is hooked into a regular ProjectImport setup, but similar to the GitHub parallel importer takes care of all the imports itself. In this iteration, we're importing each page of tasks in a separate sidekiq job. The first thing we do when requesting a new page of tasks is schedule the next page to be imported. But to avoid deadlocks, we only allow a single job per worker type to run at the same time. For now we're only importing basic Issue information, this should be extended to richer information.
* | | Generate lets_encrypt_private_key on the flyVladimir Shushlin2019-05-313-13/+56
|/ / | | | | | | | | | | | | | | | | Remove migration generating lets encrypt key Don't generate private_key if database is readonly For reference: This reverts commit 988a7f70489b99383b95e9f271a2caf6bb5b3a44. This reverts commit 21acbe531592d55caf0e5b8716a3b551dafd6233.
* | 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
| | | |