summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into feature/project...James Lopez2016-04-222-0/+5
|\
| * Improved confirmation UXconfirmation-screenPhil Hughes2016-04-211-0/+1
| * Instrument Gitlab::GitAccess/GitAccessWikiYorick Peterse2016-04-211-0/+4
* | Merge branches 'feature/project-export' and 'feature/project-import' into fea...James Lopez2016-04-226-7/+51
|\ \ | |/
| * Switch raw trace to use X-Sendfile headerTomasz Maczukin2016-04-191-1/+1
| * Add raw trace output for GitLab WorkhorseTomasz Maczukin2016-04-191-0/+1
| * Add support to cherry-pick any commitP.S.V.R2016-04-181-0/+1
| * Merge branch 'fix-redirect-profile-keys-new-to-profile-keys' into 'master' Rémy Coutable2016-04-151-1/+1
| |\
| | * Make /profile/keys/new redirects to /profile/keys for back-compatRémy Coutable2016-04-151-1/+1
| * | Merge branch 'auto-fsck' into 'master' Robert Speicher2016-04-143-1/+15
| |\ \ | | |/ | |/|
| | * Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer2016-04-134-0/+28
| | |\
| | * | Clear repository check columns asynchronouslyJacob Vosmaer2016-04-131-1/+1
| | * | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer2016-04-128-9/+50
| | |\ \
| | * | | Move 'clear checks' button to applicatoin settingsJacob Vosmaer2016-04-121-4/+1
| | * | | Rename almost all the thingsJacob Vosmaer2016-04-063-6/+6
| | * | | Rebase repo check MRJacob Vosmaer2016-04-043-1/+18
| * | | | Merge branch 'redis_config_consistency' into 'master' Valery Sizov2016-04-132-5/+3
| |\ \ \ \
| | * | | | Redis configuration consistencyredis_config_consistencyValery Sizov2016-04-132-5/+3
| * | | | | Merge branch 'async-related-mrs' into 'master' Rémy Coutable2016-04-131-0/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Load related MRs/branches asynchronouslyYorick Peterse2016-04-131-0/+2
| * | | | | Merge branch 'external-omniauth-providers' into 'master' Marin Jankovski2016-04-132-0/+8
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Documentation of featurePatricio Cano2016-04-111-0/+7
| | * | | | Allow `external_providers` for Omniauth to be defined to mark these users as ...Patricio Cano2016-04-111-0/+1
| * | | | | Merge branch 'rs-archive-cache-worker-cron' into 'master' Dmitriy Zaporozhets2016-04-132-0/+6
| |\ \ \ \ \
| | * | | | | Move RepositoryArchiveCacheWorker to sidekiq-cronrs-archive-cache-worker-cronRobert Speicher2016-04-122-0/+6
| | | |/ / / | | |/| | |
| * | | | | Add changelog entries, install docs, and gitlab.yml.example entry for the tru...DJ Mountney2016-04-121-0/+9
| * | | | | Adjust the default trusted_proxies to only include localhost, and allow other...DJ Mountney2016-04-122-0/+3
| * | | | | Merge branch 'decouple-member-notification' into 'master' Douwe Maan2016-04-121-0/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Simplify Projects::NotificationSettingsControllerDouglas Barbosa Alexandre2016-04-121-1/+1
| | * | | | Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre2016-04-117-10/+13
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Use singular resource for NotificationSettingDouglas Barbosa Alexandre2016-04-081-2/+2
| | * | | | Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre2016-04-085-9/+14
| | |\ \ \ \
| | * | | | | Change how notification settings in profile are rendered and updatedDmitriy Zaporozhets2016-03-301-0/+1
| | * | | | | Create NotificationSettings object only when user change value in dropdownDmitriy Zaporozhets2016-03-301-0/+1
* | | | | | | download export now workingJames Lopez2016-04-151-0/+1
* | | | | | | some experimental UI stuff to test exportJames Lopez2016-04-141-0/+1
|/ / / / / /
* | | | | | Merge branch 'instrument-service-classes' into 'master' Rémy Coutable2016-04-121-0/+12
|\ \ \ \ \ \
| * | | | | | Instrument all service classesinstrument-service-classesYorick Peterse2016-04-121-0/+12
| | |_|_|/ / | |/| | | |
* | | | | | Un-instrument Banzai::ReferenceExtractoruninstrument-banzai-reference-extractorYorick Peterse2016-04-121-3/+0
|/ / / / /
* | | | | Instrument Banzai codeYorick Peterse2016-04-111-0/+23
| |_|/ / |/| | |
* | | | Enable asset compression in production.connorshea2016-04-091-0/+3
* | | | Merge branch 'rs-update-rails' into 'master' Robert Speicher2016-04-091-0/+1
|\ \ \ \
| * | | | Bump rails to 4.2.6rs-update-railsRobert Speicher2016-04-051-0/+1
* | | | | Merge branch 'redis-connection-pool' into 'master' Robert Speicher2016-04-084-10/+8
|\ \ \ \ \
| * | | | | Put CACHE_NAMESPACE in the Gitlab::Redis moduleJacob Vosmaer2016-04-071-3/+1
| | |_|_|/ | |/| | |
| * | | | Add Gitlab::Redis connection poolJacob Vosmaer2016-04-044-7/+7
| |/ / /
* | | | Instrument Rails cache codeinstrument-rails-cacheYorick Peterse2016-04-081-0/+1
| |_|/ |/| |
* | | Remove dumb debug statement and add many tests.Jacob Schatz2016-04-072-2/+1
* | | Add optional colon.Jacob Schatz2016-04-071-1/+2
* | | Merge branch 'feature/expose-builds-badge' into 'master' Rémy Coutable2016-04-071-3/+4
|\ \ \