Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace Gitlab::REVISION with Gitlab.revision and handle installations ↵46600-fix-gitlab-revision-when-not-in-git-repo | Rémy Coutable | 2018-05-24 | 1 | -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.root | Rémy Coutable | 2018-04-23 | 1 | -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 Coutable | 2018-04-23 | 1 | -1/+3 |
| | | | | | | whole Rails env Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Backport GitLab domain helper methods | Oswaldo Ferreira | 2018-04-13 | 1 | -0/+6 |
| | |||||
* | Remove superfluous lib: true, type: redis, service: true, models: true, ↵ | Rémy Coutable | 2017-07-27 | 1 | -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-staging | Robert Speicher | 2016-06-27 | 1 | -0/+6 |
| | |||||
* | Add `Gitlab.com?` methodrs-gitlab-com-check | Robert Speicher | 2016-04-12 | 1 | -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. |