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
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
2017-01-21Revert "Merge branch 'backport-fix-load-error' into 'master'"Stan Hu
2017-01-20Don't define ApplicationSetting defaults in a constantRémy Coutable
2017-01-15Don't persist ApplicationSetting in test envRémy Coutable
2017-01-15Move default values to ApplicationSetting::DEFAULTS and use it in CurrentSett...Rémy Coutable
2017-01-12Add support for PlantUML diagrams in Asciidoc.Horacio Sanson
2016-12-19Rename Gogs to Gitea, DRY the controller and improve viewsRémy Coutable
2016-12-19Gogs ImporterKim "BKC" Carlbäcker
2016-11-13Only turn on Sidekiq throttling if application settings existsStan Hu
2016-11-10Allow the Sidekiq queues to throttle and the factor by which to throttle them...Patricio Cano
2016-11-10Allow certain Sidekiq jobs to be throttledPatricio Cano
2016-09-23Remove use of `USE_DB` environment variable in codeGrzegorz Bizon
2016-09-22Update `CurrentSettings` class that uses ENVGrzegorz Bizon
2016-08-25Remove gitoriousZ.J. van de Weg
2016-08-19Support integration with Koding (online IDE)Gokmen Goksel
2016-07-19Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano
2016-07-07Added setting to set new users by default as externalDravere
2016-06-30Handle case when Redis cache returns an empty settingStan Hu
2016-06-30Fix database migrations when Redis is not runningStan Hu
2016-06-17a few changes based on MR feedbackJames Lopez
2016-06-13Merge branches 'feature/project-export-ui-experimental' and 'feature/project-...James Lopez
2016-06-08Allow custom text on 'almost there' pageSean McGivern
2016-06-01Merge branch 'current-settings-use-request-store-during-request'Douwe Maan
2016-05-31Add Application Setting to configure Container Registry token expire delay (d...Kamil Trzcinski
2016-05-29Try and use cache for application settings even when the db is not connectedDJ Mountney
2016-05-28Only use RequestStore for current_application_settings during a requestDJ Mountney
2016-04-22gitlab import UI - icon, file selector, etc... Also updated font-awesome and ...James Lopez
2016-04-12Add a 'circuit breaker' for repo checksJacob Vosmaer
2016-04-01Remove "Congratulations!" tweet button on newly-created project.connorshea
2016-02-08Fix CurrentSettings autoload bug in development.Jason Lee
2016-02-02Support Akismet spam checking for creation of issues via APIStan Hu
2016-01-28Use ActiveRecord::Base.connection.active? and rescue any exception in connect...Rémy Coutable
2016-01-28Only create the defaults ApplicationSetting when DB is fully migratedRémy Coutable
2016-01-26Ensure rake tasks that don't need a DB connection can be run without oneRémy Coutable