summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 42611-removed-branch-linkFilipa Lacerda2018-10-08685-7197/+25178
|\
| * Merge branch 'backport-ce-to-ee-spec-fix' into 'master'Rémy Coutable2018-10-081-1/+1
| |\
| | * Fix issues controller N+1 failureSean McGivern2018-10-051-1/+1
| * | Merge branch 'bw-fix-checking-disabled-services' into 'master'51761-create-new-project-auto-populate-project-slug-string-to-project-name-if-name-is-empty34758-split-create-gcp-controllerStan Hu2018-10-061-8/+28
| |\ \
| | * | Check disabled_services when finding a serviceBrett Walker2018-10-061-8/+28
| * | | Fix invalid parent path on group settings pageDmitriy Zaporozhets2018-10-061-0/+16
| |/ /
| * | Add button to insert table in markdown editorGeorge Tsiolis2018-10-061-2/+11
| * | Fix LFS uploaded images not being renderedOswaldo Ferreira2018-10-056-6/+39
| * | Merge branch 'ee-7126-admin-projects-geo-status' into 'master'Douglas Barbosa Alexandre2018-10-051-0/+11
| |\ \
| | * | Prepare admin/projects/show view to allow EE specific featureGabriel Mazetto2018-10-051-0/+11
| * | | Add timed incremental rollout to Auto DevOpsAlessio Caiazza2018-10-052-12/+27
| |/ /
| * | Merge branch 'fix-flacky-test-jobs-spec' into 'master'Kamil Trzciński2018-10-051-4/+0
| |\ \
| | * | Fix time dependent jobs specAlessio Caiazza2018-10-051-4/+0
| * | | Merge branch '43109-ci_environments_status-json-executes-more-than-100-querie...Sean McGivern2018-10-052-9/+33
| |\ \ \ | | |/ / | |/| |
| | * | Update spec comment to point to correct issueBrett Walker2018-10-051-1/+1
| | * | Don't build project services unneccesarilyBrett Walker2018-10-042-9/+33
| * | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqBob Van Landuyt2018-10-054-20/+121
| |\ \ \
| | * \ \ Merge branch 'security-bw-confidential-titles-through-markdown-api' into 'mas...Bob Van Landuyt2018-10-051-0/+46
| | |\ \ \
| | | * | | post_process markdown redered by APIBrett Walker2018-09-291-0/+46
| | * | | | Merge branch 'security-fix-leaking-private-project-namespace' into 'master'Bob Van Landuyt2018-10-051-20/+47
| | |\ \ \ \
| | | * | | | Filter system notes with public and private cross referencesBrett Walker2018-10-021-20/+47
| | * | | | | Merge branch 'security-osw-user-info-leak-discussions' into 'master'Bob Van Landuyt2018-10-052-0/+28
| | |\ \ \ \ \
| | | * | | | | Filter user sensitive data from discussions JSONOswaldo Ferreira2018-10-012-0/+28
| | | | |/ / / | | | |/| | |
| * | | | | | Merge branch 'issue_43097' into 'master'Sean McGivern2018-10-052-39/+39
| |\ \ \ \ \ \
| | * | | | | | Move issue related_branches to serviceFelipe Artur2018-10-042-39/+39
| * | | | | | | Merge branch 'ce-5987-project-templates-api' into 'master'Robert Speicher2018-10-058-52/+231
| |\ \ \ \ \ \ \
| | * | | | | | | Backport project template API to CENick Thomas2018-10-058-52/+231
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'rails5-fix-artifacts-controller-spec' into 'master'Kamil Trzciński2018-10-051-6/+8
| |\ \ \ \ \ \ \
| | * | | | | | | Rails5: fix artifacts controller download specJasper Maes2018-10-041-6/+8
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'scheduled-manual-jobs' into 'master'Kamil Trzciński2018-10-0538-100/+1623
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-0530-49/+828
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix pipelines specShinya Maeda2018-10-051-1/+1
| | * | | | | | | | Make sure remaining time of scheduled jobs is positive in pipelines listWinnie Hellmann2018-10-051-5/+20
| | * | | | | | | | Add feature spec for remaining timeShinya Maeda2018-10-052-0/+21
| | * | | | | | | | Add :js tag for a feature specShinya Maeda2018-10-051-1/+1
| | * | | | | | | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-0558-250/+1084
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | fix method name in stage specAlessio Caiazza2018-10-041-2/+2
| | * | | | | | | | | Add component tests for scheduled job frontendWinnie Hellmann2018-10-042-26/+70
| | * | | | | | | | | Groomed specsShinya Maeda2018-10-043-18/+21
| | * | | | | | | | | Add limitation for start_in keywordShinya Maeda2018-10-041-4/+11
| | * | | | | | | | | Fix spec according to the Ci::Pipeline#delay renameShinya Maeda2018-10-041-2/+2
| | * | | | | | | | | Revert "Avoid conflicts between enumlator's schedule! method and state machin...Shinya Maeda2018-10-042-2/+2
| | * | | | | | | | | Avoid conflicts between enumlator's schedule! method and state machine's sche...Shinya Maeda2018-10-042-2/+2
| | * | | | | | | | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-0473-1014/+2634
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Improve performance of stale scheduled builds searchShinya Maeda2018-10-031-1/+1
| | * | | | | | | | | | Fix pipeline specShinya Maeda2018-10-031-1/+3
| | * | | | | | | | | | Add feature specShinya Maeda2018-10-033-0/+96
| | * | | | | | | | | | Add spec for Status::Pipeline::ScheduledShinya Maeda2018-10-032-0/+46
| | * | | | | | | | | | Add spec for Gitlab::Ci::Status::Build::UnscheduleShinya Maeda2018-10-031-0/+94
| | * | | | | | | | | | Add spec for pipeline_details_entity_specShinya Maeda2018-10-031-1/+1