summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix blue, orange, and red colorsPedro Moreira da Silva2018-09-272-3/+8
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'qa-fix-sanity-framework-test' into 'master'Douglas Barbosa Alexandre2018-09-271-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix a sanity framework testqa-fix-sanity-framework-testRémy Coutable2018-09-271-3/+1
* | | | | | | | | | | | | | | | Merge branch 'group-weight-icon-and-text' into 'master'Annabel Dunstone Gray2018-09-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Add right margin to board-card-numberGeorge Tsiolis2018-09-261-1/+1
* | | | | | | | | | | | | | | | | Merge branch 'more-table-widths' into 'master'Filipa Lacerda2018-09-272-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Adds a changelogmore-table-widthssamdbeckham2018-09-261-0/+5
| * | | | | | | | | | | | | | | | | Adds an extra width to the responsive tablessamdbeckham2018-09-261-1/+1
* | | | | | | | | | | | | | | | | | Merge branch 'qa-fix-register-spec-failure' into 'master'Rémy Coutable2018-09-271-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Set initial password if promptedqa-fix-register-spec-failureMark Lapierre2018-09-271-0/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'sh-bump-gitlab-workhorse-6.1.1' into 'master'Nick Thomas2018-09-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bump gitlab-workhorse to 6.1.1 to fix custom error handlingStan Hu2018-09-271-1/+1
* | | | | | | | | | | | | | | | | | Merge branch '50904-use-vuex-store-job' into 'master'Phil Hughes2018-09-279-174/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |