summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Replace Gitlab::REVISION with Gitlab.revision and handle installations ↵46600-fix-gitlab-revision-when-not-in-git-repoRémy Coutable2018-05-241-0/+60
| | | | | | without a .git directory Signed-off-by: Rémy Coutable <remy@rymai.me>
* Move Settings to its own file, isolate it from Rails and introduce Gitlab.rootRémy Coutable2018-04-231-0/+6
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Introduce spec/fast_spec_helper.rb to run spec files that don't rely on the ↵Rémy Coutable2018-04-231-1/+3
| | | | | | whole Rails env Signed-off-by: Rémy Coutable <remy@rymai.me>
* Backport GitLab domain helper methodsOswaldo Ferreira2018-04-131-0/+6
|
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update `Gitlab.com?` to support stagingrs-gitalb-com-stagingRobert Speicher2016-06-271-0/+6
|
* Add `Gitlab.com?` methodrs-gitlab-com-checkRobert Speicher2016-04-121-0/+17
To be used as a feature flag for GitLab.com-only features, such as welcome emails. We will be careful to only use this to disable features or functionality that do not make sense for any installations that aren't GitLab.com. We will not use this to restrict features from other installations or keep them "exclusive" to GitLab.com.