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
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>
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-17Add .org? method to Gitlab helperOswaldo Ferreira
dev_env_or_com? now considers dev.gitlab.org
2018-04-13Backport GitLab domain helper methodsOswaldo Ferreira
2018-04-12Deprecate legacy disk pathsZeger-Jan van de Weg
Direct disk access is impossible on environments where components run in their own container. There for constructing the path should not be done except for exceptional cases. One of the considerations, instead of logging, was to use Sentry. For now I've chosen not to use this as the impact of this change is hard to determine. Getting this in now will allow us to checkout the impact on dev.gitlab.org and staging.
2018-03-12Include the ee/ directory in backtracesSean McGivern
2017-06-09Make the revision on the `/help` page clickableToon Claes
For quicker access, add hyperlink to the gitlab.com commits page for the current REVISION of GitLab.
2016-06-27Update `Gitlab.com?` to support stagingRobert Speicher
2016-05-10Fix a few places where autoloading would failRémy Coutable
- Fix naming of API::CommitStatuses - Ensure we use require_dependency instead of require - Ensure the namespace is right in lib/api/api.rb, otherwise, we might require Grape::API::Helpers which defines the `#params` method. This is to avoid requiring a file multiple times and getting an "Already initialized constant" error. Signed-off-by: Rémy Coutable <remy@rymai.me>
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.
2015-08-11Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets
This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c.
2015-08-11Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets
This reverts commit 957e849f41d96fa9778fcdd06792d2f0274b29ab, reversing changes made to 6b9dbe9f5a175a8162abf296367f561bab3eea1a. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-15Fix application initializeDmitriy Zaporozhets
2015-07-15Remove satellitesDmitriy Zaporozhets
2015-04-09Add lib/gitlab.rb to autoload non-conventional pathsRobert Speicher