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-09-05Merge branch 'master' into '36860-migrate-issues-author'Douwe Maan
2017-09-05Migrate issues authored by deleted user to the Ghost userJarka Kadlecova
2017-09-05remove obsolete migrationAlexis Reigel
2017-09-05truncate gpg signature instead of destroyAlexis Reigel
2017-09-05remove valid_signature from gpg_signaturesAlexis Reigel
2017-09-05destroy signatures instead of updating themAlexis Reigel
2017-09-05destroy all signatures and add with default valueAlexis Reigel
2017-09-05update all signatures with the verification statusAlexis Reigel
2017-09-05downcase all GpgSignature#gpg_key_user_emailAlexis Reigel
2017-09-05add verification_status to gpg signaturesAlexis Reigel
2017-09-05Implement `failure_reason` on `ci_builds`Shinya Maeda
2017-09-03Fix schema. Add safe_model_attributes for pipelinesShinya Maeda
2017-09-03Remove access_level index from runner. Add protected on ci_pipelines. Add pro...Shinya Maeda
2017-09-03Refactor access_level to not_protected and ref_protectedShinya Maeda
2017-09-03Add spec. Fix runner setting page. It worked.Shinya Maeda
2017-09-03Update application code by the db schema changeShinya Maeda
2017-09-03Re-organize schema. Drop protected from runner. Add access_level to runner. D...Shinya Maeda
2017-09-03Allow null for protected attribute in ci_pipelinesShinya Maeda
2017-09-03Solution 1. Persists protected(ref) flag on ci_pipelines table. builds_for_sh...Shinya Maeda
2017-09-03iniShinya Maeda
2017-08-30Address review commentsNick Thomas
2017-08-30Rework the permissions model for SSH key restrictionsNick Thomas
2017-08-30Add settings for minimum key strength and allowed key typeNick Thomas
2017-08-26Merge commit '2be34630623711fc20ef8c101b5cef688f207cc1' into backstage/gb/ren...Grzegorz Bizon
2017-08-25Migrate new jobs when reverting pipeline queues migrationGrzegorz Bizon
2017-08-25Merge branch 'backstage/gb/improve-stages-statuses-migration' into 'master'Kamil Trzciński
2017-08-25Merge branch 'master' into 'backstage/gb/rename-ci-cd-processing-sidekiq-queues'Kamil Trzciński
2017-08-25Merge branch 'revert-appearances-description-html-not-null' into 'master'Douwe Maan
2017-08-25Decrease statuses batch size even more in a migrationGrzegorz Bizon
2017-08-24Re-allow appearances.description_html to be NULLYorick Peterse
2017-08-24Merge branch 'git-operation-user' into 'master'Sean McGivern
2017-08-23Adjust a range and a size in stages statuses migrationGrzegorz Bizon
2017-08-23Move GitHooksService to Gitlab::GitJacob Vosmaer
2017-08-23Make gl_repository a G::G::Repository attributeJacob Vosmaer
2017-08-22Merge branch 'master' into backstage/gb/rename-ci-cd-processing-sidekiq-queuesGrzegorz Bizon
2017-08-22Use EachBatch concern to loop over batchesToon Claes
2017-08-22Migration to remove pending delete projects with non-existing namespaceToon Claes
2017-08-22Add migration that migrates CI/CD queuesGrzegorz Bizon
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-16Merge branch 'rs-trailingwhitespace-cop' into 'master'Rémy Coutable
2017-08-16Don't create event in Merge Request Create ServiceJarka Kadlecova
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-15Merge branch 'fix-broadcast-messages-migration' into 'master'Douwe Maan