summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Do not show manual actions that cannot be runfix-manual-actionsKamil Trzcinski2017-06-133-3/+19
* Merge branch '29010-perf-bar' into 'master'Robert Speicher2017-06-121-1/+1
|\
| * Fix linting, route, and specsRémy Coutable2017-06-091-1/+1
| * Fix spec failures and add a feature flag for the performance barRémy Coutable2017-06-091-1/+1
* | Use :request_store hooks on specsuse-request-store-helper-instead-actual-codeOswaldo Ferreira2017-06-092-20/+2
|/
* Merge branch 'dm-blob-binaryness-change' into 'master'Sean McGivern2017-06-091-2/+2
|\
| * Detect if file that appears to be text in the first 1024 bytes is actually bi...dm-blob-binaryness-changeDouwe Maan2017-06-081-2/+2
* | Merge branch 'master-security-update' into 'master'Regis Boudinot2017-06-084-5/+11
|\ \ | |/ |/|
| * Merge branch 'upstream-9-2-security' into master-security-updateDJ Mountney2017-06-084-5/+11
| |\
| | * Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-074-5/+11
* | | Add Blob#file_type convenience methoddm-blob-file-typeDouwe Maan2017-06-081-0/+8
|/ /
* | Merge branch '12614-fix-long-message' into 'master'Dmitriy Zaporozhets2017-06-081-2/+24
|\ \ | |/ |/|
| * Fix long urls in the title of commitAlexander Randa2017-05-121-2/+24
* | nil-check Repository::is_ancestor?Kim Carlbäcker2017-06-081-8/+32
* | Merge branch 'feature/gb/persist-pipeline-stages' into 'master'Kamil Trzciński2017-06-072-9/+34
|\ \
| * \ Merge branch 'feature/gb/migrate-pipeline-stages' into feature/gb/persist-pip...Grzegorz Bizon2017-06-064-44/+38
| |\ \
| * | | Improve specs for pipeline and pipeline seedsGrzegorz Bizon2017-06-051-2/+2
| * | | Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon2017-06-0528-563/+925
| |\ \ \
| * | | | Refine implementation of pipeline stage seedsGrzegorz Bizon2017-06-021-7/+7
| * | | | Rename `Ci::Stage` class to `Ci::LegacyStage`Grzegorz Bizon2017-06-012-2/+2
| * | | | Rename pipeline methods related to legacy stagesGrzegorz Bizon2017-06-011-7/+7
| * | | | Expose pipeline stage seeds from pipeline instanceGrzegorz Bizon2017-05-311-0/+11
| * | | | Expose stage model attributes from pipeline objectGrzegorz Bizon2017-05-301-0/+14
* | | | | Merge branch 'zj-read-registry-pat' into 'master'Kamil Trzciński2017-06-071-2/+18
|\ \ \ \ \
| * | | | | Create read_registry scope with JWT authZ.J. van de Weg2017-06-051-2/+18
* | | | | | Merge branch '2563-backport-ee1942' into 'master'Grzegorz Bizon2017-06-072-2/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Just let the user to create the namespace2563-backport-ee1942Lin Jen-Shin2017-06-061-2/+2
| * | | | | Backport https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1942Lin Jen-Shin2017-06-061-0/+4
* | | | | | Fix binary encoding error on MR diffsJames Lopez2017-06-061-0/+11
* | | | | | Allow numeric pages domainDrew Blessing2017-06-061-31/+20
|/ / / / /
* | | | | Merge branch 'pull-mirror-overhaul-ce-backport' into 'master'Douwe Maan2017-06-051-10/+6
|\ \ \ \ \
| * | | | | backports changed import logic from pull mirroring feature into CETiago Botelho2017-06-051-10/+6
* | | | | | Refactor the DeleteUserWorkerNick Thomas2017-06-051-3/+1
| |_|_|/ / |/| | | |
* | | | | Merge branch 'fix-realtime-edited-text-for-issues-9-3' into 'master'Phil Hughes2017-06-051-0/+11
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into fix-realtime-edited-text-fo...Luke "Jared" Bennett2017-06-0212-203/+380
| |\ \ \ \ \
| * | | | | | Port fix-realtime-edited-text-for-issues 9-2-stable fix to master.Luke "Jared" Bennett2017-05-311-0/+11
* | | | | | | Merge branch '31061-26135-ci-project-slug-enviroment-variables' into 'master'Kamil Trzciński2017-06-051-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Add slugify project path to CI enviroment variablesvanadium232017-06-031-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch '25680-CI_ENVIRONMENT_URL' into 'master'Kamil Trzciński2017-06-051-6/+90
|\ \ \ \ \ \ \
| * | | | | | | CreatePipelineBuildsService would have created envLin Jen-Shin2017-06-021-30/+0
| * | | | | | | Merge remote-tracking branch 'upstream/master' into 25680-CI_ENVIRONMENT_URLLin Jen-Shin2017-06-026-93/+280
| |\ \ \ \ \ \ \
| * | | | | | | | Fix a typo: not -> noLin Jen-Shin2017-06-011-1/+1
| * | | | | | | | Merge all environment url methods, introduce ensure_persisted_environmentLin Jen-Shin2017-06-011-25/+38
| * | | | | | | | split tests for expanded_environment_urlLin Jen-Shin2017-06-011-4/+25
| * | | | | | | | Introduce ci_environment_url which would fallbackLin Jen-Shin2017-06-011-6/+18
| * | | | | | | | Just use the url from options, not saving it as a columnLin Jen-Shin2017-06-011-4/+3
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into 25680-CI_ENVIRONMENT_URLLin Jen-Shin2017-06-0116-286/+243
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into '25680-CI_ENVIRONMENT_URL'Lin Jen-Shin (godfat)2017-05-2612-139/+277
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Pass external_url from environment if job doesn't have oneLin Jen-Shin2017-05-251-10/+32
| * | | | | | | | | | Add tests for CI_ENVIRONMENT_URLLin Jen-Shin2017-05-251-6/+53