summaryrefslogtreecommitdiff
path: root/db
Commit message (Collapse)AuthorAgeFilesLines
* Reschedule pipeline stages migration to run it againfix/gb/reschedule-pipeline-stages-migrationGrzegorz Bizon2018-04-053-21/+39
|
* Merge branch '41967_issue_api_closed_by_info' into 'master'Sean McGivern2018-03-302-0/+22
|\ | | | | | | | | Add closed by information to issue API See merge request gitlab-org/gitlab-ce!17042
| * schema version changehaseeb2018-02-281-1/+1
| |
| * schema version changehaseeb2018-02-281-1/+1
| |
| * added forign key and specshaseeb2018-02-282-1/+10
| |
| * closed by field addedhaseeb2018-02-281-0/+13
| |
* | Merge branch 'add-per-runner-job-timeout' into 'master'Kamil Trzciński2018-03-293-0/+42
|\ \ | | | | | | | | | | | | | | | | | | Add per runner job timeout Closes #43426 See merge request gitlab-org/gitlab-ce!17221
| * | Add explicit primary key for ci_builds_metadata tableTomasz Maczukin2018-03-282-3/+5
| | |
| * | Add project_id column to Ci::BuildMetadataTomasz Maczukin2018-03-282-0/+8
| | |
| * | Rename used_timeout to timeoutTomasz Maczukin2018-03-282-3/+3
| | |
| * | Rename maximum_job_timeout to maximum_timeoutTomasz Maczukin2018-03-283-10/+10
| | |
| * | Refactorize Ci::Build and Ci::BuildMetadata modelsTomasz Maczukin2018-03-283-21/+8
| | |
| * | Move job timeout information to new ci_builds_metadata tableTomasz Maczukin2018-03-284-13/+36
| | |
| * | Change timeout_source to enumTomasz Maczukin2018-03-282-2/+2
| | |
| * | Use change instead of up/down in simple migrationsTomasz Maczukin2018-03-282-11/+2
| | |
| * | Show timeout information on job's pageTomasz Maczukin2018-03-282-0/+17
| | |
| * | Rename job_upper_timeout to maximum_job_timeoutTomasz Maczukin2018-03-283-14/+14
| | |
| * | Add new column to ci_runners tableTomasz Maczukin2018-03-282-0/+14
| | |
* | | Add the RedirectRoute#path index setup_postgresqlBob Van Landuyt2018-03-281-9/+9
| | |
* | | Add index on lower path to redirect routesBob Van Landuyt2018-03-281-0/+38
| | | | | | | | | | | | | | | This will speed up the LIKE query in RedirectRoute.matching_path_and_descendants
* | | Remove `permanent` from `redirect_routes`Bob Van Landuyt2018-03-282-1/+37
|/ / | | | | | | | | | | This removes the column that was added in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15670 since we will no longer be allowing _permanent_ redirects
* | Remove unused index from events table.Andreas Brandl2018-03-272-2/+19
| | | | | | | | Closes #44467.
* | Merge branch '40781-os-to-ce' into 'master'Sean McGivern2018-03-275-0/+68
|\ \ | | | | | | | | | | | | | | | | | | Bring Object Storage to CE Closes #4171, #4163, #3370, #2841, and #29203 See merge request gitlab-org/gitlab-ce!17358
| * \ Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-2212-82/+338
| |\ \
| * | | Backport ee-40781-os-to-ceMicaël Bergeron2018-03-221-10/+3
| | | |
| * | | Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-0820-3/+548
| |\ \ \
| * | | | another round of EE code removalMicaël Bergeron2018-03-021-5/+2
| | | | |
| * | | | remove geo specific codeMicaël Bergeron2018-03-011-1/+1
| | | | |
| * | | | rework the migration to use the EE onesMicaël Bergeron2018-03-015-38/+54
| | | | |
| * | | | add the Ci::Build `*_store` columnMicaël Bergeron2018-03-012-21/+23
| | | | |
| * | | | fix the prepare_untracked_uploads_spec from using the EE schemaMicaël Bergeron2018-03-011-1/+1
| | | | |
| * | | | fix the EE migrationsMicaël Bergeron2018-03-015-62/+38
| | | | |
| * | | | port the object storage to CEMicaël Bergeron2018-03-011-0/+1
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into ↵object-storage-ee-to-ce-backportKamil Trzciński2018-02-2817-33/+271
| |\ \ \ \ | | | | | | | | | | | | | | | | | | object-storage-ee-to-ce-backport
| * \ \ \ \ Merge commit '7e424eb852716495073881710e8a8851b4a4cd5a' into ↵Kamil Trzciński2018-02-2813-7/+344
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | object-storage-ee-to-ce-backport
| * \ \ \ \ \ Merge commit '8af23def1d6' into object-storage-ee-to-ce-backportKamil Trzciński2018-02-2821-44/+637
| |\ \ \ \ \ \
| | * | | | | | Revert "Merge branch '3867-port-to-ce' into 'master'"Kamil Trzciński2018-02-282-21/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 54a575f1bbba44573ab92dc58a4242f1ee734c5d, reversing changes made to c63af942e5baf7849a94fa99da8494bcba28e3f8.
| * | | | | | | Merge branch '4163-move-uploads-to-object-storage' into 'master'Sean McGivern2018-02-283-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move uploads to object storage Closes #4163 See merge request gitlab-org/gitlab-ee!3867
| * | | | | | | Merge commit '4b92efd90cedaa0aff218d11fdce279701128bea' into ↵Kamil Trzciński2018-02-2839-40/+710
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | object-storage-ee-to-ce-backport
| * | | | | | | | Merge branch 'zj-multiple-artifacts-ee' into 'master'Grzegorz Bizon2018-02-282-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Multiple artifacts ee See merge request gitlab-org/gitlab-ee!3276
| * | | | | | | | Merge commit '7fabc892f251740dbd9a4755baede662e6854870' into ↵Kamil Trzciński2018-02-2876-75/+1255
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | object-storage-ee-to-ce-backport
| * \ \ \ \ \ \ \ \ Merge commit 'f2f58a60b76acd479e37bdbc9246ec9f9b2bea82' into ↵Kamil Trzciński2018-02-2821-16/+586
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | object-storage-ee-to-ce-backport
| * \ \ \ \ \ \ \ \ \ Merge commit '11c67e7c2f992299ff5918ce67995b73d1e0be6d' into ↵Kamil Trzciński2018-02-2840-10/+1032
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | object-storage-ee-to-ce-backport
| * | | | | | | | | | | Merge branch 'jej/lfs-object-storage' into 'master'Douwe Maan2018-02-282-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Can migrate LFS objects to S3 style object storage Closes #2841 See merge request !2760
| * | | | | | | | | | | Merge commit 'b39d0c318921bae2e3a11df9ee6828291dad9864' into ↵Kamil Trzciński2018-02-2867-289/+1150
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | object-storage-ee-to-ce-backport
| * \ \ \ \ \ \ \ \ \ \ \ Merge commit '5b08d59f07fc53c1e34819fac20352119d5343e6' into ↵Kamil Trzciński2018-02-2830-27/+800
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | object-storage-ee-to-ce-backport
| * | | | | | | | | | | | | Merge branch 'zj-object-store-artifacts' into 'master'Grzegorz Bizon2018-02-282-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Object store for artifacts Closes gitlab-ce#29203 See merge request !1762
* | | | | | | | | | | | | | Merge branch ↵Grzegorz Bizon2018-03-262-1/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'YarNayar/gitlab-ce-23460-send-email-when-pushing-more-commits-to-the-merge-request' into 'master' Send notification emails when push to a merge request Closes #23460 See merge request gitlab-org/gitlab-ce!17865
| * | | | | | | | | | | | | | Send notification emails when push to a merge requestYarNayar/gitlab-ce-23460-send-email-when-pushing-more-commits-to-the-merge-requestYarNayar2018-03-262-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #23460
* | | | | | | | | | | | | | | Merge branch 'pages_force_https' into 'master'Nick Thomas2018-03-233-0/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTPS only Pages Closes #28857 See merge request gitlab-org/gitlab-ce!16273