summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Expand)AuthorAgeFilesLines
* Fix feature specFelipe Artur2017-10-061-0/+1
* Merge branch 'master' into 'issue_35873'Clement Ho2017-10-063-0/+369
|\
| * Merge branch 'replace_project_merge_requests.feature' into 'master'Rémy Coutable2017-10-062-0/+56
| |\
| | * Replace the 'project/merge_requests.feature' spinach test with an rspec analogreplace_project_merge_requests.featureVitaliy @blackst0ne Klachkov2017-10-052-0/+56
| * | Add more specs.36829-gpg-commit-not-verified-if-signed-with-a-subkeyRubén Dávila2017-10-051-0/+73
| * | Add more specs to cover subkeys scenariosRubén Dávila2017-10-051-0/+200
| * | Add some basic specs and refactor model and validationsRubén Dávila2017-10-051-0/+40
* | | Merge branch 'master' into issue_35873Felipe Artur2017-10-053-14/+18
|\ \ \ | |/ /
| * | Merge branch '31050-registry-image-lists' into 'master'Grzegorz Bizon2017-10-041-2/+2
| |\ \
| | * | Add serializer matchersKamil Trzcinski2017-10-021-2/+2
| * | | Merge branch '36670-remove-edit-form' into 'master'Sean McGivern2017-10-031-12/+15
| |\ \ \
| | * | | Remove edit action for issuesJarka Kadlecova2017-10-031-12/+15
| | | |/ | | |/|
| * | | Merge branch 'master' into ff_port_from_eeEric Eastwood2017-09-282-0/+106
| |\ \ \ | | |/ /
| * | | Merge branch 'master' into ff_port_from_eeEric Eastwood2017-09-262-1/+7
| |\ \ \
| * | | | Fix ff_merge_requests.feature spinach testsEric Eastwood2017-09-201-0/+1
* | | | | Add more backend specsFelipe Artur2017-10-041-0/+43
* | | | | add branch with images to test repoFelipe Artur2017-10-031-1/+2
| |_|/ / |/| | |
* | | | Support custom attributes on usersMarkus Koller2017-09-281-0/+103
| |_|/ |/| |
* | | Fix component update with branch specifiers on CI38378-testenv-can-t-handle-component-versions-with-a-branch-name-in-ciAlejandro Rodríguez2017-09-261-0/+3
| |/ |/|
* | Merge branch '36549-circuit-breaker-handles-missing-storages' into 'master'Douwe Maan2017-09-221-1/+1
|\ \
| * | Allow the git circuit breaker to correctly handle missing repository storagesNick Thomas2017-09-221-1/+1
| |/
* | Replace the 'project/shortcuts.feature' spinach test with an rspec analogreplace_project_shortcuts.featureVitaliy @blackst0ne Klachkov2017-09-221-0/+6
|/
* Merge branch '37789-followup-for-read-registry-change' into 'master'Rémy Coutable2017-09-181-3/+1
|\
| * Clean up read_registry scope changesRobin Bobbitt2017-09-181-3/+1
* | Merge branch 'improve_spec_features_profiles_specs' into 'master'Rémy Coutable2017-09-181-0/+6
|\ \
| * | Improve 'spec/features/profiles/*' specsVitaliy @blackst0ne Klachkov2017-09-161-0/+6
* | | Replace the 'search.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov2017-09-161-0/+5
|/ /
* | Merge branch '20824-scope-users-to-members-in-group-issuable-list' into 'master'Phil Hughes2017-09-152-0/+21
|\ \
| * | Return only group's members in user dropdowns on issuables list pages20824-scope-users-to-members-in-group-issuable-listRémy Coutable2017-09-142-0/+21
* | | Merge branch '37872-fix-nasty-gdk-nuke' into 'master'Robert Speicher2017-09-141-36/+50
|\ \ \ | |_|/ |/| |
| * | Make TestInit.setup_gitlab_shell and TestInit.setup_gitaly more robust37872-fix-nasty-gdk-nukeRémy Coutable2017-09-141-36/+45
| * | Abort when `TestEnv.init` is not called in the `test` environmentRémy Coutable2017-09-141-0/+5
| |/
* | Extend the QueryRecorder matcherBob Van Landuyt2017-09-141-2/+34
|/
* Merge branch 'revert-2f46c3a8' into 'master'Robert Speicher2017-09-122-3/+3
|\
| * Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8Annabel Dunstone Gray2017-09-112-3/+3
* | Merge branch 'hide-read-registry-scope-when-registry-disabled' into 'master'Kamil Trzciński2017-09-122-1/+7
|\ \
| * | Hide read_registry scope when registry is disabled on instanceRobin Bobbitt2017-08-212-1/+7
* | | Reset all connection schema cache after migration tests37608-reset-all-connectionsLin Jen-Shin2017-09-121-1/+3
| |/ |/|
* | Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-...revert-f2421b2bRubén Dávila2017-09-082-3/+3
* | Merge branch '23079-remove-default-scope-in-sortable' into 'master'Douwe Maan2017-09-071-6/+8
|\ \
| * | Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-6/+8
* | | Restore some changes from !9199Rubén Dávila2017-09-062-3/+3
* | | Merge branch 'feature/migrate-branch-operations-to-gitaly' into 'master'37407-error-500-when-creating-a-project-createservice-returns-a-nil-objectRobert Speicher2017-09-061-1/+1
|\ \ \
| * | | Migrate creating/deleting a branch to Gitalyfeature/migrate-branch-operations-to-gitalyAhmad Sherif2017-09-061-1/+1
* | | | Wait for gitaly to boot during teststest-wait-gitaly-bootJacob Vosmaer2017-09-061-0/+18
| |/ / |/| |
* | | Optimize SQL queries used in Groups::GroupMembersController#create27374-groups-groupmemberscontroller-create-is-slow-due-to-sqlRubén Dávila2017-09-051-0/+27
|/ /
* | update gitlab-test repositoryAlexis Reigel2017-09-051-1/+1
* | Merge branch 'feature/sm/33281-protected-runner-executes-jobs-on-protected-br...Kamil Trzciński2017-09-041-2/+4
|\ \
| * | Fix specShinya Maeda2017-09-031-2/+2
| * | Fix specShinya Maeda2017-09-031-2/+4