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-18Add logging for rack attack eventsBrian Neel
2016-11-16Merge branch 'fix-shibboleth-auth-with-no-uid' into 'master' Rémy Coutable
2016-11-15fix shibboleth misconfigurations resulting in authentication bypassBrian Neel
2016-11-14Merge branch 'issue-13823' into 'master' Alfredo Sumaran
2016-11-12Centralize LDAP config/filter logicDrew Blessing
2016-11-11Issue #13823: random message when all Todos are DoneJosep Llaneras
2016-11-10Refactored initializer code to its own class and added testsPatricio 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-08Merge branch 'dz-refactor-project-routes' into 'master' Dmitriy Zaporozhets
2016-11-07Refactor project routingDmitriy Zaporozhets
2016-11-04Set default Sidekiq retries to 3Drew Blessing
2016-11-01Merge branch 'background-migrations' into 'master'Robert Speicher
2016-11-01Initialize Sidekiq with the list of queues used by GitLabStan Hu
2016-10-31Support for post deployment migrationsYorick Peterse
2016-10-28Remove unreferenced LFS objects from DB and fsFrank Groeneveld
2016-10-13Add instrumentation to conflict classesSean McGivern
2016-10-10Precalculate trending projectsYorick Peterse
2016-10-07Merge branch 'memoize_shell_secret_token' into 'master' Rémy Coutable
2016-10-07Add markdown cache columns to the database, but don't use them yetNick Thomas
2016-10-06Memoize ActiveRecord::Migrator.migrations in testsNick Thomas
2016-10-06Load Github::Shell's secret token from file on initialization instead of ever...Justin DiPierro
2016-10-06Merge commit 'dev/security' into 'master'Rémy Coutable
2016-10-04Don't send Private-Token headers to SentryJacob Vosmaer
2016-10-03add configurable email subject suffixFu Xu
2016-09-30Merge branch 'initialize-redis' into 'master' Yorick Peterse
2016-09-30Initialize Redis pool in single-threaded contextJacob Vosmaer
2016-09-30Use `Module#prepend` instead of `alias_method_chain`Andre Guedes
2016-09-29Update warn message for MySQL fixChris Wilson
2016-09-13Gitlab::Checks is now instrumentedPaco Guzman
2016-09-13Merge branch 'rails-5-backports' into 'master' Robert Speicher
2016-09-12No need for this variable.Connor Shea
2016-09-12Remove x-json mime_type, rename to json_mime_types.Connor Shea
2016-09-09Merge branch 'gitlab-workhorse-safeties' into 'master' Jacob Vosmaer (GitLab)
2016-09-07Limited amount of pruned Event rows per runOlaf Tomalka
2016-09-07Added cron to prune events older than 12 months.Olaf Tomalka
2016-09-06Fix two problematic bits of code that will be deprecated or broken in Rails 5.Connor Shea
2016-09-05Verify JWT messages from gitlab-workhorseJacob Vosmaer
2016-08-26Fix Sentry not reporting right program for Sidekiq workersStan Hu
2016-08-25Remove gitoriousZ.J. van de Weg
2016-08-22Revert the revert of Optimistic LockingValery Sizov
2016-08-19Fix cron job keyDouwe Maan
2016-08-19Merge branch 'master' into expiration-date-on-membershipsDouwe Maan
2016-08-19Small refactor and syntax fixes.Patricio Cano
2016-08-19Removed unnecessary service for user retrieval and improved API error message.Patricio Cano
2016-08-19Added checks for 2FA to the API `/sessions` endpoint and the Resource Owner P...Patricio Cano
2016-08-19Allow project group links to be expiredSean McGivern
2016-08-18Merge branch 'master' into expiration-date-on-membershipsSean McGivern
2016-08-12Instrument Project.visible_to_userYorick Peterse
2016-08-11Merge branch 'remove-grack-lfs' into 'master' Rémy Coutable