summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bvl-do-not-use-redis-keys' into 'master'Rémy Coutable2017-10-171-0/+8
|\
| * Don't use `Redis#keys` in the circuitbreakerbvl-do-not-use-redis-keysBob Van Landuyt2017-10-171-0/+8
* | Read circuitbreaker settings from `Gitlab::CurrentSettings`Bob Van Landuyt2017-10-171-4/+0
|/
* Merge branch '37571-replace-wikipage-createservice-with-factory' into 'master'Rémy Coutable2017-10-131-2/+1
|\
| * Replaces 'WikiPage::CreateService' calls with 'wiki_page' factoryJacopo2017-10-131-2/+1
* | backport for gitlab-ee!2869backport-ee-2869Simon Knox2017-10-131-0/+16
* | Merge branch '37691-subscription-fires-multiple-notifications' into 'master'Sean McGivern2017-10-121-7/+7
|\ \
| * | fix a wrong method call in the refactormicael.bergeron2017-10-121-1/+1
| * | fix multiple notifications from being sent for multiple labelsmicael.bergeron2017-10-101-7/+7
* | | Move all API authentication code to APIGuardDouwe Maan2017-10-121-4/+4
* | | Backport EE change for setting up forked projectbackport-ee-change-for-testLin Jen-Shin2017-10-111-1/+1
| |/ |/|
* | Introduce new hook data builders for Issue and MergeRequest34284-add-changes-to-issuable-webhook-dataRémy Coutable2017-10-091-0/+57
* | Start adding Gitlab::HookData::IssuableBuilderRémy Coutable2017-10-091-58/+0
* | Include the changes in issuable webhook payloadsRémy Coutable2017-10-092-3/+61
* | Merge branch '37552-replace-js-true-with-js' into 'master'Rémy Coutable2017-10-091-3/+3
|\ \
| * | Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-3/+3
* | | Leave bad DNs alone instead of raising errorsMichael Kozono2017-10-071-0/+40
* | | Normalize values, reusing DN normalization codeMichael Kozono2017-10-071-0/+29
|/ /
* | Add a project forks spec helperBob Van Landuyt2017-10-071-0/+58
* | Commenting on image diffsFelipe Artur2017-10-073-2/+46
* | 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 '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
|\ \ \ \ | |/ / /
| * | | 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 'master' into ff_port_from_eeEric Eastwood2017-09-262-1/+7
|\ \ \ | |/ /
| * | 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
| |/
* | Fix ff_merge_requests.feature spinach testsEric Eastwood2017-09-201-0/+1
|/
* 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