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
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
2016-01-25Fix preventing migration from crashing in very specific casesRémy Coutable
2016-01-19Ensure that doesn't have pending migrations when running the specsDouglas Barbosa Alexandre
2016-01-08Handle missing DBs in connect_to_db?Yorick Peterse
2015-12-30Make sure that is no pending migrations in Gitlab::CurrentSettingsDouglas Barbosa Alexandre
2015-11-23Expose artifacts pathKamil Trzcinski
2015-11-10Implement Build ArtifactsKamil Trzcinski
2015-11-05Enable shared runners for all new projectsKamil Trzcinski
2015-09-01Added USE_DB env var to allow loading fake settings without db running.Marin Jankovski
2015-08-28fixed connection detection so settings can be read from the databaseEric Maziade
2015-08-20Import sources: settings in the admin interfaceArtem Sidorenko
2015-06-11session_expire_seconds => session_expire_delaythemaze75
2015-06-05Add session expiration delay configuration through UI applicationEric Maziade
2015-04-02Support configurable attachment size via Application SettingsStan Hu
2015-03-07Move restricted visibility settings to the UIVinnie Okada
2015-02-18DB performance improvements to GitLabDmitriy Zaporozhets
2015-01-25actually fix indentationMarco Wessel
2015-01-25Fix indentationMarco Wessel
2015-01-25Allow configuring protection of the default branch upon first pushMarco Wessel
2015-01-15Check for database connection before loading current application settingsDJ Mountney
2015-01-14Rescue database error in application settings if the database still doesn't e...Marin Jankovski
2015-01-09Rescue missing database errorsJacob Vosmaer
2015-01-08Create ApplicationSettings if does not exist in runtimeDmitriy Zaporozhets
2015-01-08Hack for migrating to new settingsDmitriy Zaporozhets
2015-01-08Improve application settings and write testsDmitriy Zaporozhets