summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'backstage/gb/migrate-pipeline-stages-index' into 'master'Kamil Trzciński2018-05-024-2/+39
|\
| * Use stages position column to track stage indexGrzegorz Bizon2018-05-014-5/+5
| * Merge branch 'master' into backstage/gb/migrate-pipeline-stages-indexGrzegorz Bizon2018-05-018-82/+354
| |\
| * \ Merge branch 'master' into 'backstage/gb/migrate-pipeline-stages-index'Grzegorz Bizon2018-04-259-6/+159
| |\ \
| * | | Rename stage index column name to priority columnGrzegorz Bizon2018-04-244-5/+5
| * | | Remove empty line from stages index migration specsGrzegorz Bizon2018-04-241-1/+0
| * | | Add background migration that migrates stages indicesGrzegorz Bizon2018-04-241-0/+36
| * | | Add stage index to safe import/export attributesGrzegorz Bizon2018-04-241-0/+1
| * | | Fix specs creating a pipeline stage with implicit indexGrzegorz Bizon2018-04-241-1/+1
| * | | Validate presence of a stage index in the modelGrzegorz Bizon2018-04-241-1/+2
* | | | Merge branch 'dm-commit-trailer-without-gravatar' into 'master'Robert Speicher2018-05-011-10/+30
|\ \ \ \
| * | | | Fix commit trailer rendering when Gravatar is disabledDouwe Maan2018-04-251-10/+30
* | | | | Merge branch 'helm-add-alpine-mirrors' into 'master'Kamil Trzciński2018-05-013-72/+32
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add alpine mirrors while operating on k8s clusterAlessio Caiazza2018-04-303-72/+32
* | | | | Merge branch 'security-45689-fix-archive-cache-bug' into 'security-10-7'Douwe Maan2018-04-301-37/+50
* | | | | Merge branch 'add-jwt-strategy-to-gitlab-suite' into 'master'Douwe Maan2018-04-301-0/+87
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Adds spec for omni_auth jwt strategyTiago Botelho2018-04-261-0/+87
| | |_|/ | |/| |
* | | | Add gitlab-pages admin ping rake taskJacob Vosmaer (GitLab)2018-04-271-0/+172
* | | | Merge branch 'performance/gb/improve-pipeline-creation-service' into 'master'Kamil Trzciński2018-04-261-7/+2
|\ \ \ \
| * | | | Do not save associated records for pipeline builds twiceGrzegorz Bizon2018-04-251-7/+2
| |/ / /
* | | | Merge branch 'zj-storage-path-deprecation' into 'master'Douwe Maan2018-04-255-38/+43
|\ \ \ \ | |/ / / |/| | |
| * | | Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-255-38/+43
| | |/ | |/|
* | | Merge branch 'bvl-fix-maintainer-push-error' into 'master'Douwe Maan2018-04-242-2/+16
|\ \ \
| * | | Allow admins to push to empty reposBob Van Landuyt2018-04-242-2/+16
| |/ /
* | | Merge branch '10244-add-project-ci-cd-settings' into 'master'Kamil Trzciński2018-04-242-0/+3
|\ \ \
| * \ \ Merge branch 'master' into 10244-add-project-ci-cd-settingsDylan Griffith2018-04-2417-21/+269
| |\ \ \ | | |/ /
| * | | Introduce new ProjectCiCdSetting10244-add-project-ci-cd-settingsYorick Peterse2018-04-162-0/+3
* | | | Merge branch 'jej/refactor-omniauth-controller' into 'master'Douwe Maan2018-04-243-4/+114
|\ \ \ \
| * | | | Auth::User classes refactor adds should_save?James Edwards-Jones2018-04-231-4/+4
| * | | | Unify Saml::IdentityLinker and OAuth::IdentityLinkerJames Edwards-Jones2018-04-232-23/+23
| * | | | Show error on failed OAuth account linkJames Edwards-Jones2018-04-221-0/+20
| * | | | Refactor OmniauthCallbacksController to remove duplicationJames Edwards-Jones2018-04-222-0/+90
* | | | | Merge branch 'bvl-warn-if-move-fails-on-mountpoint' into 'master'Douwe Maan2018-04-242-0/+26
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Describe workaround when restore fails because of `Errno::EBUSY`Bob Van Landuyt2018-04-232-0/+26
| |/ / /
* | | | Resolve "Namespace factory is problematic"Lin Jen-Shin2018-04-234-4/+4
* | | | Merge branch '44713-fast-spec-helper' into 'master'Douwe Maan2018-04-231-1/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | Move Settings to its own file, isolate it from Rails and introduce Gitlab.rootRémy Coutable2018-04-231-0/+6
| * | | Introduce spec/fast_spec_helper.rb to run spec files that don't rely on the w...Rémy Coutable2018-04-231-1/+3
| |/ /
* | | Moved committer and spec. Added some extra code to run hooks or not depending...Francisco Javier López2018-04-231-1/+1
|/ /
* | Merge branch 'rd-45502-uploading-project-export-with-lfs-file-locks-fails' in...Douwe Maan2018-04-201-6/+0
|\ \
| * | Don't include lfs_file_locks data in export bundleRubén Dávila2018-04-191-6/+0
* | | Add an API endpoint to download git repository snapshotsNick Thomas2018-04-192-0/+33
* | | Resolve "Show `failure_reason` in jobs view content section"Mayra Cabrera2018-04-191-0/+7
* | | Fix Custom hooks are not triggered by UI wiki editFrancisco Javier López2018-04-182-1/+155
* | | Merge branch 'bw-commonmark-cached-markdown-version' into 'master'Sean McGivern2018-04-181-1/+1
|\ \ \
| * | | for cached markdown fields, select the correct engineBrett Walker2018-04-171-1/+1
| | |/ | |/|
* | | Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-182-2/+2
| |/ |/|
* | Merge branch 'sh-memoize-repository-empty' into 'master'Grzegorz Bizon2018-04-171-0/+11
|\ \
| * | Fix failing ./spec/lib/backup/repository_spec.rb by clearing the memoized valueStan Hu2018-04-141-1/+2
| * | Memoize Git::Repository#has_visible_content?Stan Hu2018-04-141-1/+11