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
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