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
2017-08-25Merge branch 'revert-appearances-description-html-not-null' into 'master'Douwe Maan
2017-08-24Re-allow appearances.description_html to be NULLYorick Peterse
2017-08-23Make gl_repository a G::G::Repository attributeJacob Vosmaer
2017-08-22Removed some useless code, codestyle changes and removed an indexGabriel Mazetto
2017-08-22Moving away from the "extend" based factory to a more traditional one.Gabriel Mazetto
2017-08-22Enable automatic hashed storage for new projects by application settingsGabriel Mazetto
2017-08-22New storage is now "Hashed" instead of "UUID"Gabriel Mazetto
2017-08-22Add UUID Storage to ProjectGabriel Mazetto
2017-08-21Merge branch 'backstage/gb/migrate-stages-statuses' into 'master'Kamil Trzciński
2017-08-20Fix Error 500s when attempting to destroy a protected tagStan Hu
2017-08-16Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-15Merge branch 'fix-broadcast-messages-migration' into 'master'Douwe Maan
2017-08-14Remove invalid broadcast messages before migratingYorick Peterse
2017-08-14Exclude existing offensesMichael Kozono
2017-08-14Merge branch 'bvl-rollback-renamed-system-namespace' into 'master'Douwe Maan
2017-08-11Merge branch 'disable-project-export' into 'master'Rémy Coutable
2017-08-11Update migrations to move directly into the `-/system` folderBob Van Landuyt
2017-08-11Don't rename the system namespaceBob Van Landuyt
2017-08-11Add option to disable project export on instance - db changesRobin Bobbitt
2017-08-11Better caching and indexing of broadcast messagesYorick Peterse
2017-08-11Merge branch 'split-events-into-push-events' into 'master'Sean McGivern
2017-08-10Use a specialized class for querying eventsYorick Peterse
2017-08-10Migrate events into a new formatYorick Peterse
2017-08-10Cache Appearance instances in RedisYorick Peterse
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
2017-08-08Merge branch '31207-clean-locked-merge-requests' into 'master'Stan Hu
2017-08-07Move locked_at removal to post-deployment migrationOswaldo Ferreira
2017-08-07Store & use ConvDev percentages returned by Version appJarka Kadlecova
2017-08-07Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira
2017-08-03Re-organise "issues" indexes for faster orderingYorick Peterse
2017-08-02Change project FK migration to skip existing FKsYorick Peterse
2017-08-01Rename many path_with_namespace -> full_pathGabriel Mazetto
2017-07-31Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig...Grzegorz Bizon
2017-07-28initShinya Maeda
2017-07-27Merge branch 'backport-ee-2456' into 'master'Robert Speicher
2017-07-27Backport gitlab-ee!2456Oswaldo Ferreira
2017-07-27add unique index for gpg_signatures#commit_shaAlexis Reigel
2017-07-27add unique indexes to gpg_keysAlexis Reigel
2017-07-27no more more :length due to mysql set_index hackAlexis Reigel
2017-07-27length constrain on the index, not on the columnAlexis Reigel
2017-07-27use db's on_delete instead of has_many :dependentAlexis Reigel
2017-07-27use text instead of string for db columnsAlexis Reigel
2017-07-27use ShaAttribute for gpg table columnsAlexis Reigel
2017-07-27merge migrations to 1 single create per tableAlexis Reigel
2017-07-27store gpg user name and email on the signatureAlexis Reigel
2017-07-27gpg signature model for gpg verification cachingAlexis Reigel
2017-07-27add primary keyid attribute to gpg keysAlexis Reigel
2017-07-27add gpg key modelAlexis Reigel
2017-07-26Fix saving diffs that are not valid UTF-8Sean McGivern