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
path: root/db
AgeCommit message (Expand)Author
2017-02-14Use Gitlab::Database.with_connection_pool from !9192Lin Jen-Shin
2017-02-14Disconnect the pool after doneLin Jen-Shin
2017-02-14Use threads directly, introduce pool later:Lin Jen-Shin
2017-02-14Revert "Bump schema to pass `rake db:setup`"Lin Jen-Shin
2017-02-14Introduce ThreadedConnectionPool for customized poolLin Jen-Shin
2017-02-14Bump schema to pass `rake db:setup`Lin Jen-Shin
2017-02-14Try this way to provide database connectionLin Jen-Shin
2017-02-14Use IS FALSE for both pg and mysql; Handle connectionsLin Jen-Shin
2017-02-14Run two threads to improve migration running timeLin Jen-Shin
2017-02-14Remove inactive default email servicesLin Jen-Shin
2017-02-13Merge branch 'option-to-be-notified-of-own-activity' into 'master' Douwe Maan
2017-02-13Merge branch 'sh-add-labels-index' into 'master' Yorick Peterse
2017-02-13Add indices to improve loading of labels pageStan Hu
2017-02-10Enforce use of add_concurrent_foreign_keyYorick Peterse
2017-02-10Add index to ci_trigger_requests for commit_idStan Hu
2017-02-09Migration does not require downtimeDouwe Maan
2017-02-09Satisfy the new rubocop :)Douwe Maan
2017-02-08Store group and project full name and full path in routes tableDmitriy Zaporozhets
2017-02-07Refactor migration to not require downtimeRuben Davila
2017-02-07Use normal associations instead of polymorphic.Ruben Davila
2017-02-07Merge branch '21518_recaptcha_spam_issues' into 'master'Sean McGivern
2017-02-07Use reCaptcha when an issue identified as spamJarka Kadlecova
2017-02-06Merge branch 'master' into 'jej-pages-to-ce'James Edwards-Jones
2017-02-06Introduce maximum session time for terminal websocket connectionAdam Niedzielski
2017-02-04Add index to labels for `type` and project_id`Stan Hu
2017-02-03Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones
2017-02-03Fixed DB schemaPhil Hughes
2017-02-03Remove unnecessary include from RemoveBacklogListsFromBoards migrationDouglas Barbosa Alexandre
2017-02-03Remove backlog lists from boardsDouglas Barbosa Alexandre
2017-02-03Merge branch 'fwn-to-find-by-full-path' into 'master' Dmitriy Zaporozhets
2017-02-03replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi
2017-02-02Use non-downtime migration for ApplicationSetting’s max_pages_sizeJames Edwards-Jones
2017-02-02Merge branch '20248-add-coverage-regex-in-job-yaml' into 'master'Douwe Maan
2017-02-01Add notified_of_own_activity column to users tableRichard Macklin
2017-02-01Pages domain model specsKamil Trzcinski
2017-02-01Added PagesDomainKamil Trzcinski
2017-02-01Implement proper verification of certificate's public_key against the private...Kamil Trzcinski
2017-02-01Initial work on GitLab Pages updateKamil Trzcinski
2017-02-01Add GitLab PagesKamil Trzcinski
2017-01-31Merge branch '26852-fix-slug-for-openshift' into 'master' Kamil Trzciński
2017-01-30Add project ID index to `project_authorizations` table to optimize queriesStan Hu
2017-01-25Merge branch 'refresh-authorizations-fork-join' into 'master' Douwe Maan
2017-01-25Fix race conditions for AuthorizedProjectsWorkerYorick Peterse
2017-01-25Add ability to define a coverage regex in the .gitlab-ci.ymlLeandro Camargo
2017-01-24Make the time estimate migrations reversibleRémy Coutable
2017-01-24Reject projects without namespaceZ.J. van de Weg
2017-01-24Quote class name in case it gets destroyedZeger-Jan van de Weg
2017-01-24Requeue projects pending deletionZ.J. van de Weg
2017-01-23Avoid repeated dashes in $CI_ENVIRONMENT_SLUGNick Thomas
2017-01-21Add index for ci_runners if they are sharedKamil Trzcinski