summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | use updated gitlab-test repo for signed commitsAlexis Reigel2017-07-271-19/+5
| * | | | add gpg commit popover badgesAlexis Reigel2017-07-271-0/+25
| * | | | perform signature update in sidekiq workerAlexis Reigel2017-07-271-4/+10
| * | | | update features specs for gpg commitsAlexis Reigel2017-07-271-13/+38
| * | | | add primary keyid attribute to gpg keysAlexis Reigel2017-07-271-2/+2
| * | | | remove gpg from keychain when user's email changesAlexis Reigel2017-07-271-3/+13
| * | | | gpg email verificationAlexis Reigel2017-07-271-9/+11
| * | | | test with a gpg key with multiple emailsAlexis Reigel2017-07-271-2/+2
| * | | | use example gpg key instead of my ownAlexis Reigel2017-07-271-4/+4
| * | | | feature spec for gpg signed commitsAlexis Reigel2017-07-271-0/+32
| * | | | add profile gpg key page to manage gpg keysAlexis Reigel2017-07-271-0/+40
* | | | | Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* | | | | Remove superfluous type defs in specsKeifer Furzland2017-07-27289-294/+294
|/ / / /
* | | | Merge branch 'rc/35599-stop-the-bleeding-of-default_url_options' into 'master'Sean McGivern2017-07-271-0/+4
|\ \ \ \
| * | | | Ensure the overriding of Gitlab::Application.routes.default_url_options is on...rc/35599-stop-the-bleeding-of-default_url_optionsRémy Coutable2017-07-271-0/+4
* | | | | Merge branch '33601-add-csrf-token-verification-to-api' into 'master'Sean McGivern2017-07-271-1/+1
|\ \ \ \ \
| * | | | | Add specsDouwe Maan2017-07-271-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch '35191-prioritized-labels-for-non-member' into 'master'Rémy Coutable2017-07-271-0/+8
|\ \ \ \ \
| * | | | | Remove help message about prioritized labels for non-membersTakuya Noguchi2017-07-271-0/+8
| | |_|_|/ | |/| | |
* | | | | Merge branch 'rc/fix-tests-factories' into 'master'Sean McGivern2017-07-271-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix the :project factory by not copying the test repo twicerc/fix-tests-factoriesRémy Coutable2017-07-271-1/+1
* | | | | Fix saving diffs that are not valid UTF-835539-can-t-create-a-merge-request-containing-a-binary-file-with-non-utf-8-charactersSean McGivern2017-07-261-2/+2
|/ / / /
* | | | Merge branch '29289-project-destroy-clean-up-after-failure' into 'master'Sean McGivern2017-07-261-0/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | Move exception handling to executeTiago Botelho2017-07-261-14/+4
| * | | Add specs for ProjectDestroyWorkerTiago Botelho2017-07-201-0/+30
* | | | Merge branch '31129-jira-project-key-elim' into 'master'Sean McGivern2017-07-261-14/+7
|\ \ \ \
| * | | | Remove project_key from the Jira configurationJarka Kadlecova2017-07-251-14/+7
* | | | | Merge branch '35474-fix-new-issue' into 'master'Phil Hughes2017-07-251-0/+18
|\ \ \ \ \
| * | | | | Move relative_path to the element that is being clickedJarka Kadlecova2017-07-251-0/+18
| |/ / / /
* | | | | Merge branch 'archytaus/gitlab-ce-26372-duplicate-issue-slash-command' into '...Rémy Coutable2017-07-251-0/+37
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix feature specsSean McGivern2017-07-201-3/+3
| * | | | Changes based on MR feedback.Ryan Scott2017-07-201-6/+2
| * | | | Added slash command to close an issue as a duplicate. Closes #26372Ryan Scott2017-07-201-0/+41
| |/ / /
* | | | Resolve "Lazy load images on the Frontend"Tim Zallmann2017-07-244-5/+5
* | | | Merge branch '33097-issue-tracker' into 'master'Sean McGivern2017-07-242-4/+208
|\ \ \ \
| * | | | Support both internal and external issue trackersJarka Kadlecova2017-07-242-1/+194
| * | | | Associate Issues tab only with internal issues trackerJarka Kadlecova2017-07-241-4/+15
| | |/ / | |/| |
* | | | Merge branch 'rs-overcreating-users' into 'master'Rémy Coutable2017-07-241-8/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Create guest users only when necessary rather than for every specrs-overcreating-usersRobert Speicher2017-07-211-8/+9
* | | | Merge branch 'zj-pipeline-badge-improvements' into 'master'Grzegorz Bizon2017-07-222-6/+76
|\ \ \ \ | |/ / / |/| | |
| * | | Port spinach tests to rspec feature specszj-pipeline-badge-improvementsZ.J. van de Weg2017-07-211-5/+61
| * | | Reword success to passing for pipeline badgesZ.J. van de Weg2017-07-211-0/+14
| * | | Rename build to pipeline for status badgesZ.J. van de Weg2017-07-211-6/+6
* | | | Merge branch '34549-extract-devise-mappings-into-helper' into 'master'Rémy Coutable2017-07-211-1/+3
|\ \ \ \
| * | | | Extract "@request.env['devise.mapping'] = Devise.mappings[:user]" to a test h...Jacopo2017-07-201-1/+3
* | | | | Merge branch 'rs-move-mr-slash-command-spec-from-issues' into 'master'Rémy Coutable2017-07-212-26/+18
|\ \ \ \ \
| * | | | | Move a spec related to merge requests out of a feature related to issuesrs-move-mr-slash-command-spec-from-issuesRobert Speicher2017-07-202-26/+18
* | | | | | Merge branch '28975-recommend-using-v4-api-on-slash-command-integrations' int...Robert Speicher2017-07-212-2/+2
|\ \ \ \ \ \
| * | | | | | Recommend using V4 API on chat slash command integrations28975-recommend-using-v4-api-on-slash-command-integrationsOswaldo Ferreira2017-07-192-2/+2
* | | | | | | Merge branch 'fix/sm/32790-pipeline_schedules-pages-throwing-error-500' into ...Grzegorz Bizon2017-07-211-0/+24
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |