summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Log queue duration for Grape API callssh-tag-queue-duration-api-callsStan Hu2018-05-284-1/+68
* Merge branch 'docs/fix-contributing-broken-tag' into 'master'Rémy Coutable2018-05-281-1/+1
|\
| * "Build" team is now "Distribution"Philippe Lafoucrière2018-05-281-1/+1
* | Merge branch 'ab-45389-remove-double-checked-internal-id-generation' into 'ma...Yorick Peterse2018-05-283-55/+11
|\ \
| * | Remove double-checked internal id generation.Andreas Brandl2018-05-283-55/+11
* | | Merge branch 'ce-6225-unify-app-views-milestones' into 'master'Rémy Coutable2018-05-282-1/+5
|\ \ \
| * | | Bring changes from EELin Jen-Shin2018-05-282-1/+5
* | | | Merge branch 'add-background-migration-to-fill-file-store' into 'master'Kamil Trzciński2018-05-286-0/+181
|\ \ \ \
| * | | | Remove disable_statement_timeoutadd-background-migration-to-fill-file-storeShinya Maeda2018-05-281-2/+0
| * | | | Remove Gitlab::BackgroundMigration exxxplicit namespaces from migration classesShinya Maeda2018-05-283-6/+6
| * | | | Rename FillFileStoreUpload to FillStoreUploadShinya Maeda2018-05-282-3/+4
| * | | | Add chnage logShinya Maeda2018-05-281-0/+5
| * | | | Add spec for fill_file_store migrationShinya Maeda2018-05-285-6/+49
| * | | | Fix schema and refactoring migration fileShinya Maeda2018-05-281-24/+26
| * | | | Remove legacy artifacts file_store migrationShinya Maeda2018-05-283-72/+6
| * | | | Add background migration to fill file storesShinya Maeda2018-05-286-0/+198
* | | | | Merge branch '38479-rename-secret-variables-to-variables' into 'master'Kamil Trzciński2018-05-284-5/+5
|\ \ \ \ \
| * | | | | Resolve "Rename "secret variables" to "variables""Fabio Busatto2018-05-284-5/+5
|/ / / / /
* | | | | Merge branch 'patch-28' into 'master'Kamil Trzciński2018-05-285-4/+9
|\ \ \ \ \
| * | | | | Add changelogShinya Maeda2018-05-281-0/+5
| * | | | | Fix specShinya Maeda2018-05-283-3/+3
| * | | | | Update object_storage.rbShinya Maeda2018-05-281-1/+1
| |/ / / /
* | | | | Merge branch 'leipert-forward-bootstrap4' into 'master'Filipa Lacerda2018-05-282-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Update bootstrap to 4.1.1Lukas Eipert2018-05-282-4/+4
* | | | | Merge branch 'docs/redirect-k8s-service-page' into 'master'Marcia Ramos2018-05-287-282/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Deprecate the Kubernetes service docsdocs/redirect-k8s-service-pageAchilleas Pipinellis2018-05-097-282/+14
* | | | | Merge branch 'leipert-backport-bs4-merge-conflict' into 'master'Fatih Acet2018-05-281-6/+4
|\ \ \ \ \
| * | | | | backport EE version ofLukas Eipert2018-05-281-6/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'leipert-dedupe-yarn-2018-05-27' into 'master'Fatih Acet2018-05-281-273/+34
|\ \ \ \ \
| * | | | | Dedupe yarn dependenciesLukas Eipert2018-05-281-273/+34
|/ / / / /
* | | | | Merge branch 'patch-23' into 'master'Achilleas Pipinellis2018-05-281-10/+1
|\ \ \ \ \
| * | | | | use postgres_roleBen Bodenmiller2018-05-161-10/+1
* | | | | | Merge branch 'patch-22' into 'master'Achilleas Pipinellis2018-05-281-12/+12
|\ \ \ \ \ \
| * | | | | | cleanup application server setupBen Bodenmiller2018-05-281-12/+12
|/ / / / / /
* | | | | | Merge branch 'ignore-writing-trace-if-it-already-archived' into 'master'Kamil Trzciński2018-05-283-2/+23
|\ \ \ \ \ \
| * | | | | | Add changelogignore-writing-trace-if-it-already-archivedShinya Maeda2018-05-281-0/+5
| * | | | | | Revise spec context wordingShinya Maeda2018-05-281-1/+1
| * | | | | | Add specShinya Maeda2018-05-281-0/+15
| * | | | | | Revert correctlyShinya Maeda2018-05-282-6/+6
| * | | | | | Disallow updating job stauts if it's not runningShinya Maeda2018-05-281-0/+1
| * | | | | | Revert trace changeShinya Maeda2018-05-281-3/+1
| * | | | | | Ignore writing traces if it's already been archivedShinya Maeda2018-05-281-1/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'sh-fix-admin-page-counts-take-2' into 'master'Yorick Peterse2018-05-287-65/+130
|\ \ \ \ \ \
| * | | | | | Fix fast admin counters not working when PostgreSQL has secondariessh-fix-admin-page-counts-take-2Stan Hu2018-05-257-65/+130
* | | | | | | Merge branch 'gitaly-backup-restore-delete-repositories' into 'master'Douwe Maan2018-05-286-24/+89
|\ \ \ \ \ \ \
| * | | | | | | Use Gitaly's DeleteAllRepositories RPC during backup restoreJacob Vosmaer (GitLab)2018-05-286-24/+89
|/ / / / / / /
* | | | | | | Merge branch 'bvl-add-username-to-terms-message' into 'master'Douwe Maan2018-05-285-7/+13
|\ \ \ \ \ \ \
| * | | | | | | Add username to terms message in git and API callsbvl-add-username-to-terms-messageBob Van Landuyt2018-05-245-7/+13
* | | | | | | | Merge branch '46846-update-redis-namespace-to-1-6-0' into 'master'Rémy Coutable2018-05-283-4/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Update redis-namespace to 1.6.0Takuya Noguchi2018-05-263-4/+9