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 (Expand)Author
2022-08-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-03-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-02-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-12-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-11-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-07Save instance administration project id in DBReuben Pereira
2019-07-12Upgrade to Rails 5.2Heinrich Lee Yu
2019-03-27Use a Gitlab::FakeApplicationSettings when migrations are pendingRémy Coutable
2018-12-19Method `create_from_defaults` will never give nilLin Jen-Shin
2018-12-19Move schema aware defaults to build_from_defaultsLin Jen-Shin
2018-12-19Return fake if and only if there's no databaseLin Jen-Shin
2018-12-19Return an ApplicationSetting in CurrentSettingsRémy Coutable
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-09-24Simplify by using Gitlab::SafeRequestStoreMichael Kozono
2018-09-11Simplify setting of in_memory_application_settingsStan Hu
2018-09-10Ensure in-memory application settings are cleared before each testRémy Coutable
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-06-07Make Gitlab::CurrentSettings.current_application_settings return cached setti...Rémy Coutable
2018-06-07Avoid sequential scans loading schema_migrations table when loading applicati...Stan Hu
2018-05-23Simplify Gitlab::CurrentSettings now that the logic is in CacheableAttributesRémy Coutable
2018-03-15Cache table_exists?('application_settings') to reduce repeated schema reloadsStan Hu
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2017-11-22Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin
2017-11-17Use StrongMemoize and enable/disable cops properlyLin Jen-Shin
2017-09-18Add cop to make sure we don't use ivar in a moduleLin Jen-Shin
2017-08-31`current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern
2017-07-11Repair Regression caused by - !11573Paul Charlton
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-07-11Merge branch 'master' into 'catch-redis-address-error'DJ Mountney
2017-07-10Prevent bad data being added to application settings when Redis is unavailableNick Thomas
2017-06-28Add additional error caching for redis when using a tcp address toDJ Mountney
2017-06-21Change references from ApplicationSetting to ::ApplicationSetting to make aut...Stan Hu
2017-06-19If migrations are pending, make CurrentSettings use existing values and popul...Stan Hu
2017-06-19Revert "Merge branch 'rs-revert-11842' into 'master'"Stan Hu
2017-06-16Partially revert 1e8dbd46Robert Speicher
2017-06-06redesign caching of application settingsPaul Charlton
2017-06-02Skip loading application settings from the database when migrations are pendingNick Thomas
2017-02-23Enable Rails/DelegateDouwe Maan
2017-01-27Move ApplicationSetting DEFAULTS to `.defaults` insteadRémy Coutable
2017-01-23Rescue from ActiveRecord::UnknownAttributeError and fallback to fake settingsRémy Coutable
2017-01-23Revert "Merge branch 'revert-9cac0317' into 'master' "Grzegorz Bizon
2017-01-22Revert "Merge branch 'dont-persist-application-settings-in-test-env' into 'ma...Grzegorz Bizon