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
2018-05-29Adds migration to ensure all remote mirror columns get createdTiago Botelho
2018-05-28Added partial index for merge requestsYorick Peterse
2018-05-24Persist truncated note diffs on a new tableOswaldo Ferreira
2018-05-23Rollback changes made to CreateProjectMirrorDataTiago Botelho
2018-05-23Renames AddMissingColumnsToProjectMirrorData to EnsureMissingColumnsToProject...Tiago Botelho
2018-05-23Adds migration to ensure the new project_mirror_data columns are indeed added...Tiago Botelho
2018-05-23Edits create_project_mirror_data to add the new columns when table already ex...Tiago Botelho
2018-05-22Increase text limit for GPG keys (mysql only).Andreas Brandl
2018-05-21Add NOT NULL constraints to project_authorizations.Andreas Brandl
2018-05-17Fix: Use case in-sensitive ordering by name for groupsHarish Ved
2018-05-15Add index on runner_type for ci_runnersDylan Griffith
2018-05-09Merge branch 'master' into 'fix-project-mirror-data-schema'Douwe Maan
2018-05-09Merge branch 'fix/gb/add-tmp-index-to-improve-stages-migration-cleanup' into ...Kamil Trzciński
2018-05-09Merge branch '46010-runner-type-not-null' into 'master'Kamil Trzciński
2018-05-09Add tmp index to ci_builds to optimize stages migrationGrzegorz Bizon
2018-05-09Fix `downtime_check` jobblackst0ne
2018-05-09Add DB constraint ci_runners.runner_type not nullDylan Griffith
2018-05-08Merge branch 'fix/gb/add-pipeline-builds-foreign-key' into 'master'Kamil Trzciński
2018-05-08Reduce scope of orphaned builds to be removedGrzegorz Bizon
2018-05-08Remove orphaned builds without project / pipeline referenceGrzegorz Bizon
2018-05-08Merge branch 'dz-squash-old-migrations' into 'master'Douwe Maan
2018-05-08Add database foreign key between pipelines and buildsGrzegorz Bizon
2018-05-08Adds unique constraint to ProjectMirrorData project_id indexTiago Botelho
2018-05-08Adds not null constraint to ProjectMirrorData's foreign_key project_idTiago Botelho
2018-05-08Add MakeRemoteMirrorsDisabledByDefault DB migrationAsh McKenzie
2018-05-07Merge branch '42099-port-push-mirroring-to-ce-ce-port-v-2' into 'master'Douwe Maan
2018-05-07Cleanup pipeline build stage background migrationGrzegorz Bizon
2018-05-07Merge branch 'live-trace-v2' into 'master'Grzegorz Bizon
2018-05-07Adds remote mirror table migrationTiago Botelho
2018-05-07Enable prometheus metrics by defaultFelipe Artur
2018-05-07Merge branch 'master' into live-trace-v2Shinya Maeda
2018-05-04Backports every CE related change from ee-44542 to CETiago Botelho
2018-05-04Add `accepted_terms` to usersBob Van Landuyt
2018-05-04Add model to track users accepting agreementsBob Van Landuyt
2018-05-04Add `Term` model to keep track of termsBob Van Landuyt
2018-05-04Add `enforce_terms` to `application_settings`Bob Van Landuyt
2018-05-04Make add_index_to_namespaces_runners_token migration reversibleDylan Griffith
2018-05-03Use smallint for runner_type since its an enumDylan Griffith
2018-05-03Remove unnecessary disable transaction in add_ci_runner_namespacesDylan Griffith
2018-05-03Split migration to add and index namespaces.runners_tokenDylan Griffith
2018-05-03Merge branch 'master' into feature/runner-per-groupDylan Griffith
2018-05-03Merge branch 'master' into live-trace-v2Shinya Maeda
2018-05-02Rename RunnerGroup -> RunnerNamespaceDylan Griffith
2018-05-01Use stages position column to track stage indexGrzegorz Bizon
2018-05-01Merge branch 'master' into backstage/gb/migrate-pipeline-stages-indexGrzegorz Bizon
2018-05-01Simplify AddCiRunnerGroups migrationDylan Griffith
2018-04-30Start persisting runner_type when creating runnersDylan Griffith
2018-04-27Remove unecessary index on ci_runner_groups.runner_idDylan Griffith
2018-04-27Remove timestamps from ci_runner_groups tableDylan Griffith
2018-04-26Refactoring ci_job_trace to ci_build_traceShinya Maeda