Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2019-05-31Change query to work on mysql as well. Also set entire date because setting ↵Luke Picciau
only the year can trip 'start_date_should_be_less_than_due_date'
2019-05-31Remove nils from project_statistics.packages_sizeAlessio Caiazza
Now it defaults to 0
2019-05-31Setup Phabricator importBob Van Landuyt
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.
2019-05-31Generate lets_encrypt_private_key on the flyVladimir Shushlin
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.
2019-05-31Sort by position in issue boards store addList()Winnie Hellmann
2019-05-31CE port of Move EE specific lines in API::ProjectsImre Farkas
2019-05-31CE port of Move EE specific lines in API::SettingsImre Farkas
2019-05-30Merge branch '609120-ref-link' into 'master'Mayra Cabrera
Fixes ref being displayed as raw HTML Closes #60912 See merge request gitlab-org/gitlab-ce!28823
2019-05-30Merge branch 'extract-danger-roulette' into 'master'Nick Thomas
Make single codebase roulette respect OOO status See merge request gitlab-org/gitlab-ce!28877
2019-05-30Fix test with hard coded idHeinrich Lee Yu
2019-05-30Merge branch '9121-sort-relative-position' into 'master'Sean McGivern
Support sorting issues using `relative_position` Closes #62178 See merge request gitlab-org/gitlab-ce!28566
2019-05-30Extract roulette to its own moduleLin Jen-Shin
So it's more modular and extensible
2019-05-30Add Pipeline IID to viewsMike Scott
* 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
2019-05-30Merge branch 'vue-repo-parent-row-fixes' into 'master'Filipa Lacerda
Fixes bug with parent row component triggering multiple Vue router pushes See merge request gitlab-org/gitlab-ce!28882
2019-05-30Fixes ref being displayed as raw HTMLFilipa Lacerda
The ref to the branch was being displayed as raw HTML in the Pipelines page
2019-05-30Merge branch 'graphql-batch-requests-ee' into 'master'Filipa Lacerda
Enable GraphQL batch requests See merge request gitlab-org/gitlab-ce!28370
2019-05-30Extract clearDetailIssue() to issue boards storeWinnie Hellmann
2019-05-30Merge branch 'add-wiki-size-to-statistics' into 'master'Stan Hu
Add wiki size to project statistics Closes #57822 See merge request gitlab-org/gitlab-ce!25321
2019-05-30Merge branch 'renovate/gitlab-ui-3.x' into 'master'Clement Ho
Update dependency @gitlab/ui to ^3.10.1 See merge request gitlab-org/gitlab-ce!28862
2019-05-29Update Snapshots for MR PopoversAndrew Fontaine
A new attribute was added to `GlPopover`, so the snapshots had to be updated to match.
2019-05-29Added rack-timeout for PumaJan Provaznik
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.
2019-05-29Fixes bug with parent row component triggering multiple Vue router pushesPhil Hughes
2019-05-29Merge branch ↵Tim Zallmann
'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
2019-05-29Add spec to verify statistics without repositoriesPeter Marko
2019-05-29Add wiki size to project statisticsPeter Marko
2019-05-29Make external_dashboard_url available to frontendReuben Pereira
- On Operations settings page - On Metrics dashboard page
2019-05-29Added spec for authenticating multiplex queriesPhil Hughes
2019-05-29Add Puma samplerJan Provaznik
This sampler gathers Puma-specific metrics which can be used by Prometheus then.
2019-05-29Updated heading for default state in Web IDEDenys Mishunov
Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/60107
2019-05-29Merge branch 'vue-repo-breadcrumbs' into 'master'Filipa Lacerda
Added repository file listing breadcrumbs See merge request gitlab-org/gitlab-ce!28706
2019-05-29Merge branch 'mc/feature/reports-download' into 'master'Grzegorz Bizon
Allow downloading report artifacts Closes #49265 See merge request gitlab-org/gitlab-ce!27974
2019-05-29Created repository list breadcrumbs Vue appPhil Hughes
2019-05-29Increase global karma timeoutHeinrich Lee Yu
Revert useless timeout added in karma spec
2019-05-28Merge branch 'pipelines-email-default-branch-filter' into 'master'Mayra Cabrera
Add notify_only_default_branch option to PipelinesEmailService Closes #61721 See merge request gitlab-org/gitlab-ce!28271
2019-05-28Merge branch 'qa-extend-click-visit-actions' into 'master'Dan Davison
Implement dynamic validation on QA Pages Closes gitlab-qa#280 See merge request gitlab-org/gitlab-ce!25704
2019-05-28Allow issues to be sorted by relative_positionBrett Walker
- adding a "Manual" option to the dropdown - show 100 issues list when manually sorting
2019-05-28Extract Ci::Build#report_artifacts into methodMatija Čupić
Extracts combining the job_artifacts relation with the with_reports scope for getting report artifacts into a method.
2019-05-28Rename with_all_reports to with_reportsMatija Čupić
2019-05-28Move JobArtifactEntity to JobArtifactReportEntityMatija Čupić
2019-05-28Expose report download path in build detailsMatija Čupić
Exposes report download paths in build details.
2019-05-28Add all reports scope to Ci::JobArtifactMatija Čupić
2019-05-28Add notify_only_default_branch option to PipelinesEmailServicePeter Marko
2019-05-28Merge branch 'increase-note-karma-spec-timeout' into 'master'Douglas Barbosa Alexandre
Increase timeout of flaky specs Closes #62399 See merge request gitlab-org/gitlab-ce!28820
2019-05-28Fix order dependency with user params during importsLiam McAndrew
2019-05-28Merge branch 'vue-repo-document-title' into 'master'Filipa Lacerda
Update document title when repository router changes See merge request gitlab-org/gitlab-ce!28714
2019-05-28CE port of Move EE specific lines in API::UsersImre Farkas
2019-05-28Fix display of promote to group labelJan Provaznik
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
2019-05-28Merge branch 'bvl-graphql-multiplex' into 'master'Lin Jen-Shin
Enables GraphQL batch requests See merge request gitlab-org/gitlab-ce!28273
2019-05-28Increase timeout of flaky specsHeinrich Lee Yu
2019-05-28Revert "Merge branch ↵Winnie Hellmann
'61511-add-expand-collapse-to-project-operation-setttings-2' into 'master'" This reverts merge request !28620