summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'refresh-authorizations-tighter-lease' into 'master' Robert Speicher2017-01-171-20/+20
|\
| * Synchronize all project authorization refreshingrefresh-authorizations-tighter-leaseYorick Peterse2017-01-161-20/+20
* | Fixed random issue boards sidebar failureboards-sidebar-spec-fixPhil Hughes2017-01-161-1/+3
|/
* Merge branch '26616-fix-search-group-project-filters' into 'master' Alfredo Sumaran2017-01-161-0/+19
|\
| * Fix dropdown filter input value after blur26616-fix-search-group-project-filtersEric Eastwood2017-01-161-0/+19
* | Merge branch 'sandish/gitlab-ce-update_ret_val' into 'master' Robert Speicher2017-01-163-102/+68
|\ \
| * | Add a spec and actually display the flash noticeRémy Coutable2017-01-162-101/+67
| * | Fix to display notice when project settings updated.sandish chen2017-01-151-1/+1
* | | Merge branch '25946-manual-pipeline-dropdown-casing' into 'master' Alfredo Sumaran2017-01-162-4/+4
|\ \ \ | |_|/ |/| |
| * | Retain original casing for build name in manual pipeline dropdown25946-manual-pipeline-dropdown-casingSam Rose2017-01-162-4/+4
* | | Merge branch 'fix/rc-migration-typo' into 'master' Rémy Coutable2017-01-162-29/+57
|\ \ \
| * | | fix typo, added relevant specfix/rc-migration-typoJames Lopez2017-01-162-29/+57
* | | | Merge branch 'fix/diff-title' into 'master' Alfredo Sumaran2017-01-161-1/+28
|\ \ \ \ | |/ / / |/| | |
| * | | fixed commit diff linking and added specsfix/diff-titleLuke "Jared" Bennett2017-01-141-1/+28
* | | | Merge branch 'pmq20/gitlab-ce-psvr/head/cache' into 'master' Yorick Peterse2017-01-162-15/+22
|\ \ \ \
| * | | | Expire related caches after changing HEADpmq20/gitlab-ce-psvr/head/cacheMinqi Pan2017-01-152-15/+22
* | | | | Merge branch 'dot-in-project-queries' into 'master' Rémy Coutable2017-01-161-6/+11
|\ \ \ \ \
| * | | | | Add a constraint on the query parameter to allow querying for projects with d...Bruno Melli2017-01-141-6/+11
* | | | | | Merge branch 'move-admin-groups-spinach-test-to-rspec' into 'master' Rémy Coutable2017-01-151-2/+111
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Move admin groups spinach tests to rspecSemyon Pupkov2016-12-271-2/+111
* | | | | | Allow to use + symbol in filenamesblackst0ne2017-01-151-0/+14
| |_|_|_|/ |/| | | |
* | | | | Merge branch '25018-gitlab-checks-changeaccess-looks-for-user-permissions-tha...Douwe Maan2017-01-141-3/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove useless permission checks in Gitlab::Checks::ChangeAccess25018-gitlab-checks-changeaccess-looks-for-user-permissions-that-don-t-existRémy Coutable2017-01-121-3/+0
* | | | | Merge branch '26587-metrics-middleware-endpoint-is-nil' into 'master' Yorick Peterse2017-01-141-0/+11
|\ \ \ \ \
| * | | | | Check for env[Grape::Env::GRAPE_ROUTING_ARGS] instead of endpoint.route26587-metrics-middleware-endpoint-is-nilRémy Coutable2017-01-121-0/+11
| |/ / / /
* | | | | Merge branch 'fix-build-sort-order' into 'master' Robert Speicher2017-01-131-0/+19
|\ \ \ \ \
| * | | | | revise sortable_name test formattingMike Greiling2017-01-131-4/+1
| * | | | | prefer unit test on model over view testfix-build-sort-orderMike Greiling2017-01-022-35/+22
| * | | | | add tests for natural sorting of build namesMike Greiling2017-01-021-0/+35
* | | | | | Merge branch 'fix-single-team-specs' into 'master' Robert Speicher2017-01-131-3/+82
|\ \ \ \ \ \
| * | | | | | Improve disabled state selectfix-single-team-specsLuke "Jared" Bennett2017-01-131-3/+82
* | | | | | | Merge branch 'fix/merge-separate-build-spec-files' into 'master' Robert Speicher2017-01-132-1341/+1275
|\ \ \ \ \ \ \
| * | | | | | | Fix Rubocop offense in build specsfix/merge-separate-build-spec-filesGrzegorz Bizon2017-01-131-1/+0
| * | | | | | | Remove empty build spec file from invalid locationGrzegorz Bizon2017-01-131-6/+0
| * | | | | | | Merge build specs into file that has valid locationGrzegorz Bizon2017-01-132-1335/+1276
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'fix/serialized-commit-path' into 'master' Rémy Coutable2017-01-131-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Update commit entity to point to valid commit pageGrzegorz Bizon2017-01-131-0/+2
| |/ / / / / /
* | | | | | | Merge branch 'env-var-in-redis-config' into 'master' Rémy Coutable2017-01-132-1/+17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Allow to use ENV variables in redis configSemyon Pupkov2017-01-132-1/+17
* | | | | | | Only escape the 'No Milestone' paramfix-ruby21-milestone-api-specs-2Sean McGivern2017-01-132-4/+6
* | | | | | | Fix milestone API specs in Ruby 2.1fix-ruby21-milestone-api-specsSean McGivern2017-01-131-1/+1
* | | | | | | Merge branch '23194-fix-no-milestone-option-for-projects-endpoint' into 'mast...Sean McGivern2017-01-131-3/+77
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | API: Implement project issues iid param with IssuesFinder and add tests23194-fix-no-milestone-option-for-projects-endpointDavid Eisner2017-01-121-3/+77
* | | | | | | Merge branch 'move-dashboard-help-spinach-to-rspec' into 'master' Rémy Coutable2017-01-131-0/+17
|\ \ \ \ \ \ \
| * | | | | | | Move dashboard help spinach test to rspecSemyon Pupkov2017-01-041-0/+17
* | | | | | | | Merge branch 'move-dashboard-group-spinach-to-rspec' into 'master' Rémy Coutable2017-01-131-0/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | Move dashboard group spinach test to rspecSemyon Pupkov2017-01-041-0/+20
| |/ / / / / / /
* | | | | | | | Merge branch 'move-dashboard-archived-projects-spinach-to-rspec' into 'master' Rémy Coutable2017-01-132-0/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | Move dashboard archived projects spinach tests to rspecSemyon Pupkov2017-01-042-0/+32
| |/ / / / / / /
* | | | | | | | Merge branch 'move-dashboard-activetab-spinach-to-rspec' into 'master' Rémy Coutable2017-01-131-0/+46
|\ \ \ \ \ \ \ \