summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs-include-emailhelpers' into 'master' Rémy Coutable2016-12-0110-1/+16
|\
| * Only include EmailHelpers in mailer specs and specs using themrs-include-emailhelpersRobert Speicher2016-12-0110-1/+16
* | Merge branch 'remove-order-dependency-in-label-finder-spec' into 'master' Rémy Coutable2016-12-011-1/+1
|\ \
| * | Rename a label to fix an intermittently-failing specNick Thomas2016-12-011-1/+1
* | | Merge branch 'clean-up-jira-service' into 'master' Sean McGivern2016-12-012-15/+27
|\ \ \ | |_|/ |/| |
| * | Refactor JiraService by moving code out of JiraService#execute methodclean-up-jira-serviceAdam Niedzielski2016-12-012-15/+27
* | | Merge branch '23718/backup-rake-task-human-readable' into 'master' Douwe Maan2016-12-011-0/+31
|\ \ \
| * | | Add Human Readable Timestamp to backup tar fileDavid Gerő2016-11-301-0/+31
* | | | Merge branch '22719-provide-a-new-gitlab-workhorse-install-rake-task-similar-...Robert Speicher2016-12-017-6/+209
|\ \ \ \
| * | | | Move task helpers to a module22719-provide-a-new-gitlab-workhorse-install-rake-task-similar-to-gitlab-shell-installRémy Coutable2016-11-308-63/+58
| * | | | Add #run_command! to task helpers to raise a TaskFailedError if status is not 0Rémy Coutable2016-11-302-15/+15
| * | | | New `gitlab:workhorse:install` rake taskRémy Coutable2016-11-303-0/+208
* | | | | Merge branch 'fix/git-access-wiki-when-repository-feature-disabled' into 'mas...Sean McGivern2016-11-302-2/+37
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Improve Gitlab::GitAccessWiki spec with download access checksDouglas Barbosa Alexandre2016-11-301-0/+25
| * | | | Improve ProjectPolicy spec to check permissions when wiki is disabledDouglas Barbosa Alexandre2016-11-301-2/+12
* | | | | Merge branch '24844-environments-date' into 'master' Fatih Acet2016-11-301-0/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix comma-dangle in function's arguments errors24844-environments-dateFilipa Lacerda2016-11-301-2/+2
| * | | | Use created date from last_deploymentFilipa Lacerda2016-11-301-0/+14
* | | | | Merge branch 'api-branch-status' into 'master' Rémy Coutable2016-11-301-0/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | API: Expose branch statusapi-branch-statusRobert Schilling2016-11-301-0/+11
* | | | | Merge branch 'grapify-projects-api' into 'master' Rémy Coutable2016-11-301-21/+20
|\ \ \ \ \
| * | | | | Grapify the projects APIgrapify-projects-apiRobert Schilling2016-11-281-21/+20
* | | | | | Merge branch '25031-do-not-raise-error-in-autocomplete' into 'master' Rémy Coutable2016-11-301-0/+9
|\ \ \ \ \ \
| * | | | | | Do not raise error in AutocompleteController#users when not authorizedSemyon Pupkov2016-11-301-0/+9
* | | | | | | Merge branch 'rs-group-security-spec-speed' into 'master' Rémy Coutable2016-11-304-219/+181
|\ \ \ \ \ \ \
| * | | | | | | Speed up Group security access specsrs-group-security-spec-speedRobert Speicher2016-11-304-219/+181
| |/ / / / / /
* | | | | | | Merge branch 'fix/create-pipeline-with-builds-in-transaction' into 'master' Kamil Trzciński2016-11-302-84/+81
|\ \ \ \ \ \ \
| * | | | | | | Extend pipelines factory with transient config attributefix/create-pipeline-with-builds-in-transactionGrzegorz Bizon2016-11-272-14/+9
| * | | | | | | Improve readability in pipeline test objects factoryGrzegorz Bizon2016-11-251-6/+10
| * | | | | | | Remove pipeline factory that is not used in testsGrzegorz Bizon2016-11-251-6/+0
| * | | | | | | Restore method that ensures builds being createdGrzegorz Bizon2016-11-252-21/+37
| * | | | | | | Remove remaining calls to CI yaml in pipeline specsGrzegorz Bizon2016-11-251-5/+0
| * | | | | | | Move helpers to the end of process pipeline specsGrzegorz Bizon2016-11-251-29/+29
| * | | | | | | Update pipeline processing specs for creating buildsGrzegorz Bizon2016-11-251-35/+28
* | | | | | | | Merge branch 'fix/rename-merge-request-head-pipeline' into 'master' Kamil Trzciński2016-11-304-19/+35
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Rename `MergeRequest#pipeline` to `head_pipeline`fix/rename-merge-request-head-pipelineGrzegorz Bizon2016-11-294-19/+35
* | | | | | | | Merge branch 'fix/ca-no-date' into 'master' Douwe Maan2016-11-301-1/+52
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | fix rubocop warningJames Lopez2016-11-251-1/+1
| * | | | | | | use an empty total time when the build has not started yet so the UI knowsJames Lopez2016-11-251-1/+23
| * | | | | | | fix for builds with no start date and specJames Lopez2016-11-251-1/+30
* | | | | | | | Merge branch '24772-fix-transient-failing-spec' into 'master' Sean McGivern2016-11-301-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Fix a transient spec failure24772-fix-transient-failing-specRémy Coutable2016-11-291-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'ee-1137-follow-up-protected-branch-users-and-groups' into 'mast...Douwe Maan2016-11-301-2/+2
|\ \ \ \ \ \ \
| * | | | | | | CE-specific changes gitlab-org/gitlab-ee#1137ee-1137-follow-up-protected-branch-users-and-groupsTimothy Andrew2016-11-291-2/+2
* | | | | | | | Merge branch '25002-sentence-case-dashboard-tabs' into 'master' Annabel Dunstone Gray2016-11-301-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Edit /spec/features/profiles/preferences_spec.rb to match changes in 084d90acRyan Harris2016-11-291-1/+1
* | | | | | | | | Merge branch 'remove-jsx-react-eslint-plugins' into 'master' Fatih Acet2016-11-296-24/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove JSX/React eslint plugins.remove-jsx-react-eslint-pluginsLuke "Jared" Bennett2016-11-296-24/+24
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Expose timestamp in build entity used by serializerfeature/expose-timestimes-in-build-entityGrzegorz Bizon2016-11-291-9/+16
|/ / / / / / / /
* | | | | | | | Merge branch 'fix/blob-controller-spec' into 'master' Sean McGivern2016-11-291-1/+1
|\ \ \ \ \ \ \ \