Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eeGitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2019-11-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-05Use stub_rails_env for Rails.env stubbingAsh McKenzie
RailsHelpers.stub_rails_env takes care of stubbing Rails.env
2019-08-28Use new RailsHelpers moduleAsh McKenzie
2019-08-28Rename dev, org, com helperDoug Stull
2019-08-22Add frozen_string_literal to lib part 2Thong Kuah
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-29Backport EE changes made to the scripts/ directoryYorick Peterse
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.
2019-06-20Backport gitlab.yml.example from EEYorick Peterse
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.
2019-05-30Add DNS rebinding protection settingsOswaldo Ferreira
2019-03-28Use a fixed git abbrev parameter when we fetch a git revisionValery Sizov
2019-03-04Creates a function to check if repo is EEFilipa Lacerda
Adds EE information to gon Creates a global vue mixin
2019-01-29Revert the "What's new" featureBrandon Labuschagne
2019-01-14Resolve "Add "What's new" menu item in top navigation"Brandon Labuschagne
2018-05-24Replace Gitlab::REVISION with Gitlab.revision and handle installations ↵Rémy Coutable
without a .git directory Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-23Move Settings to its own file, isolate it from Rails and introduce Gitlab.rootRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-23Introduce spec/fast_spec_helper.rb to run spec files that don't rely on the ↵Rémy Coutable
whole Rails env Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-13Backport GitLab domain helper methodsOswaldo Ferreira
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-27Update `Gitlab.com?` to support stagingRobert Speicher
2016-04-13Add `Gitlab.com?` methodRobert Speicher
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.