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-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-19resolve all semi and no-extra-semi eslint violationsMike Greiling
2017-01-19resolve all no-plusplus eslint violationsMike Greiling
2017-01-17Merge branch 'refresh-authorizations-tighter-lease' into 'master' Robert Speicher
Synchronize all project authorization refreshing work using a lease Closes #25987 See merge request !8599
2017-01-17Fixed random issue boards sidebar failurePhil Hughes
2017-01-17Synchronize all project authorization refreshingYorick Peterse
Previously a lease would only be obtained to update data. This could lead to duplicate data being inserted, triggering a UNIQUE constraint error. To work around this we now acquire a lease before performing _any_ project authorization work, releasing it at the very end. Fixes #25987
2017-01-16Merge branch '26616-fix-search-group-project-filters' into 'master' Alfredo Sumaran
Fix search group/project filtering to show results Closes #26616 See merge request !8565
2017-01-16Merge branch 'sandish/gitlab-ce-update_ret_val' into 'master' Robert Speicher
Ensure updating project settings shows a flash message on success See merge request !8579
2017-01-16Fix dropdown filter input value after blurEric Eastwood
2017-01-16Merge branch '25946-manual-pipeline-dropdown-casing' into 'master' Alfredo Sumaran
Retain original casing for build name in manual pipeline dropdown Closes #25946 See merge request !8387
2017-01-16Merge branch 'fix/rc-migration-typo' into 'master' Rémy Coutable
Yet another dot git migration fix See merge request !8592
2017-01-16Add a spec and actually display the flash noticeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-16Merge branch 'fix/diff-title' into 'master' Alfredo Sumaran
Fix issue with diff comments path See merge request !7819
2017-01-16fix typo, added relevant specJames Lopez
2017-01-16Retain original casing for build name in manual pipeline dropdownSam Rose
2017-01-16Merge branch 'pmq20/gitlab-ce-psvr/head/cache' into 'master' Yorick Peterse
Expire related caches after changing HEAD See merge request !8584
2017-01-16Merge branch 'dot-in-project-queries' into 'master' Rémy Coutable
Add a constraint on the query parameter to allow querying for projects with dots in their name. See merge request !8210
2017-01-16Merge branch 'move-admin-groups-spinach-test-to-rspec' into 'master' Rémy Coutable
Move admin groups spinach tests to rspec See merge request !8313
2017-01-15Expire related caches after changing HEADMinqi Pan
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-15Allow to use + symbol in filenamesblackst0ne
2017-01-15Fix to display notice when project settings updated.sandish chen
Change validity checking for UpdateService. Add return value for project update service. Return 302(redirect_to) when successfully updated. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-15Add a constraint on the query parameter to allow querying for projects with ↵Bruno Melli
dots in their name.
2017-01-15Merge branch ↵Douwe Maan
'25018-gitlab-checks-changeaccess-looks-for-user-permissions-that-don-t-exist' into 'master' Resolve "`Gitlab::Checks::ChangeAccess` looks for user permissions that don't exist" Closes #25018 See merge request !8551
2017-01-14fixed commit diff linking and added specsLuke "Jared" Bennett
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-13Remove useless permission checks in Gitlab::Checks::ChangeAccessRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>