summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add changelog entrynik/cleanup_redundant_indexesNikolayS2018-09-302-1/+5
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into nik/cleanup_red...NikolayS2018-09-304052-32364/+149391
|\
| * Merge branch '51651-fill-pipeline-source-for-external-pipelines' into 'master'Kamil Trzciński2018-09-306-0/+171
| |\
| | * Reorganize background_migration specs51651-fill-pipeline-source-for-external-pipelinesMatija Čupić2018-09-291-19/+37
| | * Refactor pipeline id orderingMatija Čupić2018-09-281-1/+2
| | * Restyle background_migration specMatija Čupić2018-09-281-3/+4
| | * Refactor migration specs using ActiveRecord modelsMatija Čupić2018-09-282-13/+18
| | * Refactor external_pipelines queryMatija Čupić2018-09-272-9/+6
| | * Update all pipelines in single queryMatija Čupić2018-09-271-3/+2
| | * Add frozen string literal commentMatija Čupić2018-09-251-0/+2
| | * Add CHANGELOG entryMatija Čupić2018-09-251-0/+5
| | * Schedule background migrationMatija Čupić2018-09-251-0/+33
| | * Add background migration to fill pipeline sourceMatija Čupić2018-09-252-0/+89
| | * Add index on pipelines to project id and sourceMatija Čupić2018-09-252-0/+21
| * | Merge branch 'frozen-string-app-enforce' into 'master'49897-fix-removing-todos-for-confidential-issuesStan Hu2018-09-292-0/+24
| |\ \
| | * | Check frozen string in style buildsgfyoung2018-09-282-0/+24
| * | | Merge branch 'docs-50507-pages-overview' into 'master'Mike Lewis2018-09-289-40/+148
| |\ \ \ | | |/ / | |/| |
| | * | Docs: improve Pages overview (to deprecate feature page)Marcia Ramos2018-09-289-40/+148
| |/ /
| * | Merge branch 'bvl-merge-translations-docs' into 'master'Achilleas Pipinellis2018-09-282-0/+62
| |\ \
| | * | Document how to merge translations from Crowdinbvl-merge-translations-docsBob Van Landuyt2018-09-282-0/+62
| * | | Merge branch '51404-update-groups-and-projects-api-docs' into 'master'Achilleas Pipinellis2018-09-282-0/+7
| |\ \ \
| | * | | Docs for Project/Groups members API with inherited members51404-update-groups-and-projects-api-docsJacopo2018-09-282-0/+7
| * | | | Merge branch 'dz-migration-index-helper' into 'master'Dmitriy Zaporozhets2018-09-285-7/+17
| |\ \ \ \
| | * | | | Add mysql_compatible_index_length to migration helpersdz-migration-index-helperDmitriy Zaporozhets2018-09-215-7/+17
| * | | | | Merge branch '51927-fix-job_details-json-schema' into 'master'Grzegorz Bizon2018-09-281-1/+4
| |\ \ \ \ \
| | * | | | | Fix job_details.json schemaSteve Azzopardi2018-09-281-1/+4
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'da-clarify-subgroup-permissions' into 'master'Achilleas Pipinellis2018-09-281-15/+17
| |\ \ \ \ \
| | * | | | | Update notes notation in subgroups docsAchilleas Pipinellis2018-09-281-10/+9
| | * | | | | Update render style of note boxesda-clarify-subgroup-permissionsdappelt2018-09-211-4/+4
| | * | | | | Address Evan's commentsdappelt2018-09-191-4/+5
| | * | | | | Clarify subgroup permissionsdappelt2018-09-181-2/+4
| * | | | | | Merge branch 'patch-28' into 'master'Achilleas Pipinellis2018-09-281-2/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Fix broken link of feature proposal template in issue_workflow.mdZsolt Kovari2018-09-241-2/+2
| * | | | | | Merge branch 'fix-karma-out-of-memory' into 'master'Filipa Lacerda2018-09-281-0/+3
| |\ \ \ \ \ \
| | * | | | | | Fix karma out-of-memory failuresfix-karma-out-of-memoryMike Greiling2018-09-251-0/+3
| | |/ / / / /
| * | | | | | Merge branch 'rename-local-variable' into 'master'Filipa Lacerda2018-09-282-11/+16
| |\ \ \ \ \ \
| | * | | | | | Rename block scope local variable in table pagination specGeorge Tsiolis2018-09-272-11/+16
| * | | | | | | Merge branch 'fix_css-badge-class' into 'master'Filipa Lacerda2018-09-281-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Change class .label to .badge for 2FA label in group members viewsedrubal2018-09-151-1/+1
| * | | | | | | | Merge branch 'docs-50503-issueboards-overview' into 'master'Mike Lewis2018-09-285-113/+176
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Docs: improve Issue Boards overview (to deprecate feature page)Marcia Ramos2018-09-285-113/+176
| |/ / / / / / / /
| * | | | | | | | Merge branch 'mk/asymmetric-exists-cache' into 'master'Stan Hu2018-09-288-51/+438
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Remove send-in-send for safety and readabilityMichael Kozono2018-09-271-13/+28
| | * | | | | | | | Add changelog entryMichael Kozono2018-09-271-0/+6
| | * | | | | | | | Expire RequestStore cache properlyMichael Kozono2018-09-272-0/+15
| | * | | | | | | | Cache `Repository#exists?` false in RequestStoreMichael Kozono2018-09-277-2/+269
| | * | | | | | | | Extract `Repository.memoize_method` methodMichael Kozono2018-09-273-48/+132
| * | | | | | | | | Merge branch '6717_extend_reports_for_security_products' into 'master'Kamil Trzciński2018-09-2718-203/+379
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Extend reports to support security featuresOlivier Gonzalez2018-09-2718-203/+379
| |/ / / / / / / / /
| * | | | | | | | | Merge branch 'pedroms-master-patch-57786' into 'master'Annabel Dunstone Gray2018-09-272-3/+8
| |\ \ \ \ \ \ \ \ \