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
2022-03-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-03-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-02-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-12-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-11Add latest changes from gitlab-org/gitlab@masterGitLab 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-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-08Add 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-10Avoid calling freeze on already frozen strings in libDinesh Panda
2019-08-28Rename dev, org, com helperDoug Stull
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-26Add Gitlab.ee methodRobert Speicher
This method yields to the given block when the installation is EE.
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-05-07Merge branch 'winh-separate-frontend-fixtures' into 'master'Phil Hughes
Generate EE-specific JavaScript fixtures into ee/ directory (CE-backport) See merge request gitlab-org/gitlab-ce!28032
2019-05-05Run rubocop -a on CE filesStan Hu
2019-05-03Allow to override Gitlab.ee? with IS_GITLAB_EEWinnie Hellmann
(cherry picked from commit f3b74d59865a88be67663339447667c725961413)
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-16Extract process_name from GitLab::SentryAndrew Newdigate
GitLab::Sentry has a program_context method to determine whether a Sentry exception occurred in Sidekiq or rails. Since we will need similar functionality for distributed tracing, this change extracts the program_context method into GitLab.process_name for more general consumption.
2019-01-14Resolve "Add "What's new" menu item in top navigation"Brandon Labuschagne
2018-11-19Improve variables supportKamil Trzciński
This ensures that variables accept only string, alongside also improves kubernetes_namespace, improving validation and default value being set.
2018-10-07Enable more frozen string in lib/**/*.rbgfyoung
Enables frozen for the following: * lib/*.rb * lib/banzai/**/*.rb * lib/bitbucket/**/*.rb * lib/constraints/**/*.rb * lib/container_registry/**/*.rb * lib/declarative_policy/**/*.rb Partially addresses #47424.
2018-10-02Show the commit-sha for pre-release versionsBob Van Landuyt
The pre-release tags are set at the beginning of a release, so it would be impossible to figure out which version was running if we're running nightlies. In that case it's better to still link to the SHA. These versions don't get deployed to .com.
2018-07-05Stop relying on migrations in the CacheableAttributes cache key and cache ↵Rémy Coutable
attributes for 1 minute instead Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-07Add installation type to usage ping dataBalasankar C
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-05-23Introduce a new CacheableAttributes concernRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-25Merge branch 'osw-backport-dev-env-check-for-storage-settings-deprecation' ↵Rémy Coutable
into 'master' Backport dev env check for storage settings deprecation See merge request gitlab-org/gitlab-ce!18461
2018-04-24Backport dev env check for storage settings deprecationOswaldo Ferreira
2018-04-24Do not preload settingsKamil Trzciński
2018-04-23Get rid of config/initializers/2_app.rb and define Gitlab in lib/gitlab.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-23Address latest feedbackRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>