summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-05-101-0/+22
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-01-261-22/+60
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-01-251-60/+22
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-03-111-33/+31
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-03-041-4/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-02-211-17/+51
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-01-281-0/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-12-201-118/+13
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-141-9/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-131-38/+80
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-171-2/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-021-2/+22
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-081-0/+20
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-11-191-6/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-281-0/+42
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-071-0/+42
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-27/+51
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-081-8/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-041-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-031-4/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-17/+38
|
* Use stub_rails_env for Rails.env stubbing66966-convert-rails-env-stub-usages-to-use-railshelpers-stub_rails_env-insteadAsh McKenzie2019-09-051-2/+0
| | | | | RailsHelpers.stub_rails_env takes care of stubbing Rails.env
* Use new RailsHelpers module13988-add-rails-helpersAsh McKenzie2019-08-281-4/+4
|
* Rename dev, org, com helperDoug Stull2019-08-281-0/+27
|
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-231-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Backport EE changes made to the scripts/ directoryresolve-scripts-differencesYorick Peterse2019-07-291-0/+6
| | | | | | This backport changes made by EE to the files in the scripts/ directory. This comes with a few changes to some scripts to make them work in the single codebase setup.
* Backport gitlab.yml.example from EEconfig-yaml-differencesYorick Peterse2019-06-201-2/+30
| | | | | | | | To make this happen, we need to conditionally add the group_saml strategy when running tests, but only on EE. This requires some changes to Gitlab.ee? so that it can be used before/without loading the Rails environment. We also have to change how we require a few files, so this can run outside of Rails.
* 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.