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-12-27Merge branch 'sh-fix-mysql-migration-10-3' into 'master'Grzegorz Bizon
2017-12-27Simplify implementation and allow for batch updates in MySQLStan Hu
2017-12-27Fix PostgreSQL implementation of migrationStan Hu
2017-12-27Fix Gitlab::Access.values to Gitlab::Access.sym_options at 06_teams on develo...ogom
2017-12-27Fix migration for removing orphaned issues.moved_to_id values in MySQLStan Hu
2017-12-23Merge branch '36782-replace-team-user-role-with-add_role-user-in-specs' into ...Rémy Coutable
2017-12-22Extend Cluster Applications to allow installation of PrometheusMayra Cabrera
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-22Add index on namespaces lower(name) for UsersController#existsGreg Stark
2017-12-21LDAP extern_uids are not normalized when updated via APIFrancisco Javier López
2017-12-19Fix missing WHERE clause in 20171106135924_issues_milestone_id_foreign_key mi...Stan Hu
2017-12-14Replace factory_girl_rails with factory_bot_railsRémy Coutable
2017-12-13Remove unused queuesDouwe Maan
2017-12-12Clears the current Appearance cache otherwise it breaks since new_project_gui...Rémy Coutable
2017-12-12Merge branch 'fix-remove-branch-name-migration' into 'master'Sean McGivern
2017-12-11Merge branch 'add-remove-column-cop' into 'master'Rémy Coutable
2017-12-11Fix migration that removes issues.branch_nameYorick Peterse
2017-12-11Add cop for use of remove_columnSean McGivern
2017-12-11Add spec for removing issues.assignee_idSean McGivern
2017-12-11Improve down step of removing issues.assignee_id columnSean McGivern
2017-12-11Fix specs after removing assignee_id fieldValery Sizov
2017-12-11Remove issues.assignee_id columnValery Sizov
2017-12-08Allow git pull/push on project redirectsMayra Cabrera
2017-12-08Move the circuitbreaker check out in a separate processBob Van Landuyt
2017-12-07The API isn't using the appropriate services for managing forksFrancisco Javier López
2017-12-07Merge branch 'mk-add-old-attachments-to-uploads-table' into 'master'Stan Hu
2017-12-05Merge branch 'feature/custom-text-for-new-projects' into 'master'Rémy Coutable
2017-12-05Merge branch 'zj-multiple-artifacts' into 'master'Grzegorz Bizon
2017-12-05Move config_source earlierKamil Trzcinski
2017-12-05Merge index during table creationKamil Trzcinski
2017-12-05Consistently schedule Sidekiq jobsDouwe Maan
2017-12-04Remove index on file_typeKamil Trzcinski
2017-12-04Add custom brand text on new project pagesMarkus Koller
2017-12-04Remove seed file from the development envRémy Coutable
2017-12-03Store expire_at in ci_job_artifactsKamil Trzcinski
2017-12-03Add unique index on job_id and file_typeZeger-Jan van de Weg
2017-12-03Rename artifacts_* to legacy_artifacts_*Kamil Trzcinski
2017-12-03Fix legacy migration testZeger-Jan van de Weg
2017-12-03Fix most test failuresZeger-Jan van de Weg
2017-12-03Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg
2017-12-03Create Ci::ArtifactsZeger-Jan van de Weg
2017-12-03Create ci_artifacts tableZeger-Jan van de Weg
2017-12-03WIPZeger-Jan van de Weg
2017-12-02Move temp table creation into the prepare jobMichael Kozono
2017-12-02Drop temporary tracking table when finishedMichael Kozono
2017-12-02Fix uploads.path length for long filenamesMichael Kozono
2017-12-02Fix MySQL path field lengthMichael Kozono
2017-12-02Exclude `untracked_files_for_uploads` from schemaMichael Kozono
2017-12-02Rename table to untracked_files_for_uploadsMichael Kozono
2017-12-02Add TrackUntrackedUploads post-deploy migrationMichael Kozono