summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add DNS rebinding protection settingsOswaldo Ferreira2019-05-301-0/+30
|
* Use a fixed git abbrev parameter when we fetch a git revision10735-geo-gitlab-revision-can-return-not-consistent-resultsValery Sizov2019-03-281-1/+1
|
* Creates a function to check if repo is EEFilipa Lacerda2019-03-041-0/+14
| | | | | Adds EE information to gon Creates a global vue mixin
* Revert the "What's new" featureBrandon Labuschagne2019-01-291-76/+0
|
* Resolve "Add "What's new" menu item in top navigation"Brandon Labuschagne2019-01-141-0/+77
|
* 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.