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-11Refactored Sidekiq Throttler and updated documentationPatricio Cano
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-11-07Merge branch 'jacobvosmaer-gitlab/gitlab-ce-git-gc-improvements' into 'master' Douwe Maan
2016-11-07Simplify ApplicationSetting#repository_storagesNick Thomas
2016-11-04Refine Git garbage collectionJacob Vosmaer
2016-11-04Allow multiple repository storage shards to be enabled, and automatically rou...Nick Thomas
2016-10-07Add markdown cache columns to the database, but don't use them yetNick Thomas
2016-09-09Pull import sources from Gitlab::ImportSourcesOjas Shirekar
2016-08-25Remove gitoriousZ.J. van de Weg
2016-08-19Support integration with Koding (online IDE)Gokmen Goksel
2016-07-19Default to manual input for `domain_whitelist`, syntax fixes and added new te...Patricio Cano
2016-07-19Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano
2016-07-19Refactored the domain separator regex, plus syntax and grammar fixes.Patricio Cano
2016-07-19Added the ability to block sign ups using a domain blacklist.Patricio Cano
2016-07-07Added setting to set new users by default as externalDravere
2016-07-06Rename `enabled_git_access_protocols` to singular.Patricio Cano
2016-07-06Only allow Git Access on the allowed protocolPatricio Cano
2016-07-06Add setting that allows admins to choose which Git access protocols are enabledPatricio Cano
2016-06-30Add Application Setting to configure default Repository Path for new projectsAlejandro Rodríguez
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-23Serialize application setting as Array by defaultGrzegorz Bizon
2016-05-16fix default send confirmation valueFelipe Artur
2016-05-13Merge branch 'health-check-route'Douwe Maan
2016-05-12no schema info for ApplicationSettingAndrei Gliga
2016-05-12typoAndrei Gliga
2016-05-12validate disabled_oauth_sign_in_sources in ApplicationSeAndrei Gliga
2016-05-12default value for disabled_oauth_sign_in_sources in create_from_defaults @ Ap...Andrei Gliga
2016-05-12serialize the disabled_oauth_sign_in_sourcesAndrei Gliga
2016-05-10Add health_check access token, and enforce on the health_check endpointDJ Mountney
2016-05-09Merge branch 'feature/project-import' of gitlab.com:gitlab-org/gitlab-ce into...James Lopez
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-04-22gitlab import UI - icon, file selector, etc... Also updated font-awesome and ...James Lopez
2016-04-12Add repository_checks_enabled settingJacob Vosmaer
2016-04-01Remove "Congratulations!" tweet button on newly-created project.connorshea
2016-03-10Prevent projects to have higher visibility than groupsFelipe Artur
2016-02-09Re-add EmailValidator to avoid the repetition of format: { with: Devise.email...Rémy Coutable
2016-02-09Validate email addresses using Devise.email_regexpRémy Coutable
2016-02-09Merge branch 'fix/max-attachment-size-setting-validation'Douwe Maan
2016-02-09Add option to include the sender name in body of Notify email. fix #7824Jason Lee
2016-02-09Validate maximum attachment size in application settingsGrzegorz Bizon
2016-02-02Support Akismet spam checking for creation of issues via APIStan Hu
2016-01-29Partially revert "Add IP check against DNSBLs at account sign-up"Robert Speicher