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
2017-01-14Merge branch '26587-metrics-middleware-endpoint-is-nil' into 'master' Yorick Peterse
Resolve "Metrics middleware: endpoint is nil" Closes #26587 See merge request !8544
2017-01-14Merge branch 'fix-build-sort-order' into 'master' Robert Speicher
Resolve "Sort order for pipeline build lists doesn't properly handle numbers" Closes #25428 See merge request !8277
2017-01-13Merge branch 'fix-single-team-specs' into 'master' Robert Speicher
Improve single mattermost team select disabled state See merge request !8276
2017-01-13revise sortable_name test formattingMike Greiling
2017-01-13Merge branch 'fix/merge-separate-build-spec-files' into 'master' Robert Speicher
Merge separate build spec files into one in correct location Closes #24579 See merge request !8564
2017-01-13Improve disabled state selectLuke "Jared" Bennett
Add tests
2017-01-13Merge branch 'fix/serialized-commit-path' into 'master' Rémy Coutable
Update commit entity to point to valid commit page Closes #26624 See merge request !8558
2017-01-13Merge branch 'env-var-in-redis-config' into 'master' Rémy Coutable
Allow to use ENV variables in redis config See merge request !8073
2017-01-13Fix Rubocop offense in build specsGrzegorz Bizon
2017-01-13Remove empty build spec file from invalid locationGrzegorz Bizon
2017-01-13Merge build specs into file that has valid locationGrzegorz Bizon
2017-01-13Update commit entity to point to valid commit pageGrzegorz Bizon
2017-01-13Only escape the 'No Milestone' paramSean McGivern
This is less invasive than the parent commit.
2017-01-13Fix milestone API specs in Ruby 2.1Sean McGivern
Ruby 2.3: ``` URI.parse('http://foo/bar?baz quux') => #<URI::HTTP http://foo/bar?baz%20quux> ``` Ruby 2.1: ``` URI.parse('http://foo/bar?baz quux') URI::InvalidURIError: bad URI(is not URI?): http://foo/bar?baz quux ```
2017-01-13Merge branch '23194-fix-no-milestone-option-for-projects-endpoint' into ↵Sean McGivern
'master' Fixes the incoherent filtering by milestone in `/projects/:id/issues` and `/groups/:id/issues` endpoints Closes #23194 See merge request !8457
2017-01-13Allow to use ENV variables in redis configSemyon Pupkov
2017-01-13Merge branch 'move-dashboard-help-spinach-to-rspec' into 'master' Rémy Coutable
Move dashboard help spinach test to rspec See merge request !8436
2017-01-13Merge branch 'move-dashboard-group-spinach-to-rspec' into 'master' Rémy Coutable
Move dashboard group spinach test to rspec See merge request !8434
2017-01-13Merge branch 'move-dashboard-archived-projects-spinach-to-rspec' into 'master' Rémy Coutable
Move dashboard archived projects spinach tests to rspec See merge request !8431
2017-01-13Merge branch 'move-dashboard-activetab-spinach-to-rspec' into 'master' Rémy Coutable
Move dashboard active tab spinach test to rspec See merge request !8423
2017-01-13Merge branch 'remove-double-let' into 'master' Rémy Coutable
Remove duplicate let in cycle_analytics_spec See merge request !8422
2017-01-13Merge branch 'move-admin-users-spinach-tests-to-rspec' into 'master' Rémy Coutable
Move admin users spinach tests to rspec See merge request !8395
2017-01-13Check for env[Grape::Env::GRAPE_ROUTING_ARGS] instead of endpoint.routeRémy Coutable
`endpoint.route` is calling `env[Grape::Env::GRAPE_ROUTING_ARGS][:route_info]` but `env[Grape::Env::GRAPE_ROUTING_ARGS]` is `nil` in the case of a 405 response Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-13API: Implement project issues iid param with IssuesFinder and add testsDavid Eisner
- Use IssuesFinder for the /issues API resouce - Tests for iid filter in project issues API resource - Tests for No Milestone filter in issues API resources The "No Milestone" case was not previously tested, and the `/issues` resource did not support the the `milestone` parameter. - Return issues where all labels match from the issues and project issues API resources, like the group issues resource already does. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6825#note_17474533 Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-13Merge branch '24185-legacy-ci-status-reactive-cache' into 'security'Robert Speicher
Use ReactiveCaching to update external CI status asynchronously See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2055
2017-01-12fixes the issueTiago Botelho
2017-01-12Merge branch 'use-configured-git' into 'master' Douwe Maan
Use configured git rather thans system git See merge request !8460
2017-01-12Merge branch 'zj-unadressable-url-variables' into 'master' Douwe Maan
Do not check for valid url for .gitlab-ci.yml Closes #22970 See merge request !8451
2017-01-12Merge branch 'fill-authorized-projects' into 'master' Douwe Maan
Fill missing authorized projects rows Closes #26194 See merge request !8476
2017-01-12Merge branch 'search-bar-first-iteration' into 'master' Jacob Schatz
Search bar first iteration Closes #21747 See merge request !7345
2017-01-12Merge branch 'Sanson/gitlab-ce-asciidoctor-plantuml' into 'master' Sean McGivern
Add support for PlantUML diagrams in Asciidoc. Closes #17603 See merge request !8537
2017-01-12Merge branch 'fix/project-delete-tooltip' into 'master' Sean McGivern
Fix project queued for deletion re-creation tooltip Closes #17235 See merge request !5393
2017-01-12Add support for PlantUML diagrams in Asciidoc.Horacio Sanson
This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a PlantUML diagram all we need is to include a plantuml block like: ``` [plantuml, id="myDiagram", width="100px", height="100px"] -- bob -> alice : ping alice -> bob : pong -- ``` The plantuml block is substituted by an HTML img element with *src* pointing to an external PlantUML server. This MR also add a PlantUML integration section to the Administrator -> Settings page to configure the PlantUML rendering service and to enable/disable it. Closes: #17603
2017-01-12Fix rubocopClement Ho
2017-01-12Backend reviewClement Ho
2017-01-11Fill missing authorized projects rowsYorick Peterse
This ensures that the project_authorizations rows exist for all users for which this data has not yet been populated. Fixes #26194
2017-01-11Fix Users API to accept confirm parameterMark Fletcher
2017-01-11New error message recreating projects on pending deleteJames Lopez
2017-01-10Fix Rubocop offenses in LDAP related code and specGrzegorz Bizon
2017-01-10Merge branch 'restore-backup-when-env-variable-is-passed' into 'master' Sean McGivern
Restore backup correctly when "BACKUP" environment variable is passed Closes #26090 See merge request !8477
2017-01-10Merge branch '24139-production-wildcard-for-cycle-analytics' into 'master' Sean McGivern
Treat environments matching `production/*` as Production for Cycle Analytics Closes #24139 See merge request !8500
2017-01-10Fix specsClement Ho
2017-01-10Refactor addWordToInputClement Ho
2017-01-10Fix various styles for rubocopLin Jen-Shin
2017-01-10Fix specsClement Ho
2017-01-10Fix specsClement Ho
2017-01-10Refactor and use regex for string processingClement Ho
2017-01-10Add specs for remaining dropdownsClement Ho
2017-01-10Define filtered_search as a variableClement Ho
2017-01-10Create dropdown hint specClement Ho