summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Disable Web IDE button if user is not allowed to push the source branch._acet-disable-ide-buttonFatih Acet2018-08-213-32/+67
|
* Merge branch '48145-illustration' into 'master'Annabel Gray2018-08-202-1/+6
|\ | | | | | | | | | | | | Resolve "Job page illustration overflows on mobile" Closes #48145 See merge request gitlab-org/gitlab-ce!21313
| * Define width as max-width to allow svgs to scale in smaller screens48145-illustrationFilipa Lacerda2018-08-202-1/+6
| |
* | Merge branch '50019-remove-redundant-header-from-metrics-page' into 'master'Clement Ho2018-08-203-8/+6
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Remove redundant header from metrics page" Closes #50019 See merge request gitlab-org/gitlab-ce!21282
| * | Resolve "Remove redundant header from metrics page"Adriel Santiago2018-08-203-8/+6
|/ /
* | Merge branch 'qa-smoke-tests' into 'master'Rémy Coutable2018-08-2035-100/+207
|\ \ | | | | | | | | | | | | add initial smoke tests and documentation See merge request gitlab-org/gitlab-ce!20568
| * | add initial smoke tests and documentationDan Davison2018-08-2035-100/+207
|/ /
* | Merge branch '6010_remove_gemnasium_service' into 'master'Rémy Coutable2018-08-2014-208/+6
|\ \ | | | | | | | | | | | | Remove Gemnasium service See merge request gitlab-org/gitlab-ce!21185
| * | Remove Gemnasium serviceGilbert Roulot2018-08-2014-208/+6
|/ /
* | Merge branch 'patch-24' into 'master'Rémy Coutable2018-08-201-5/+5
|\ \ | |/ |/| | | | | use nfs4 mount to match other docs See merge request gitlab-org/gitlab-ce!21270
| * use nfs4Ben Bodenmiller2018-08-171-5/+5
| |
* | Merge branch 'master' into 'master'Grzegorz Bizon2018-08-204-0/+8
|\ \ | | | | | | | | | | | | #47845 - Propagate failure_reason to job webhook See merge request gitlab-org/gitlab-ce!21143
| * | Documentation for failure_reason in job webhookMaciej Sokolowski2018-08-201-0/+1
| | |
| * | Changelog for failure_reason in job webhookMaciej Sokolowski2018-08-201-0/+5
| | |
| * | Test for failure_reason in job webhookMaciej Sokolowski2018-08-201-0/+1
| | |
| * | Merge branch 'master' of https://gitlab.com/matemaciek/gitlab-ceMaciej Sokolowski2018-08-201-0/+1
| |\ \
| | * | #47845 - Propagate failure_reason to job webhook.Maciej Sokołowski2018-08-101-0/+1
| | | |
* | | | Merge branch 'fix-flaky-code-quality-auto-devops-qa' into 'master'Grzegorz Bizon2018-08-201-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Disable code_quality check in auto devops QA integration test See merge request gitlab-org/gitlab-ce!21304
| * | | | Disable code_quality check in auto devops QA integration testfix-flaky-code-quality-auto-devops-qaDylan Griffith2018-08-201-0/+7
| |/ / / | | | | | | | | | | | | This test takes too long and leads to flakiness so we disable it for now until somebody can figure out why it takes longer than 20 minutes to finish.
* | | | Merge branch 'define-abstraction-levels' into 'master'Dmitriy Zaporozhets2018-08-2032-189/+879
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Refactor AutocompleteController See merge request gitlab-org/gitlab-ce!20908
| * | | | Refactor AutocompleteControllerdefine-abstraction-levelsYorick Peterse2018-08-2032-189/+879
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This refactors the AutocompleteController according to the guidelines and boundaries discussed in https://gitlab.com/gitlab-org/gitlab-ce/issues/49653. Specifically, ActiveRecord logic is moved to different finders, which are then used in the controller. View logic in turn is moved to presenters, instead of directly using ActiveRecord's "to_json" method. The finder MoveToProjectFinder is also adjusted according to the abstraction guidelines and boundaries, resulting in a much more simple finder. By using finders (and other abstractions) more actively, we can push a lot of logic out of the controller. We also remove the need for various "before_action" hooks, though this could be achieved without using finders as well. The various finders related to AutcompleteController have also been moved into a namespace. This removes the need for calling everything "AutocompleteSmurfFinder", instead you can use "Autocomplete::SmurfFinder".
* | | | Merge branch 'patch-21' into 'master'Kamil Trzciński2018-08-203-3/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | clarify runners currently online text See merge request gitlab-org/gitlab-ce!21151
| * | | | clarify runners currently online textBen Bodenmiller2018-08-203-3/+8
|/ / / /
* | | | Merge branch 'patch-29' into 'master'Rémy Coutable2018-08-201-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update CONTRIBUTING.md See merge request gitlab-org/gitlab-ce!21286
| * | | | Update CONTRIBUTING.mdRay Paik2018-08-171-6/+6
| | | | |
* | | | | Merge branch 'patch-28' into 'master'Rémy Coutable2018-08-201-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update README.md See merge request gitlab-org/gitlab-ce!21285
| * | | | | Update README.mdRay Paik2018-08-171-1/+1
| |/ / / /
* | | | | Merge branch 'dosuken123-master-patch-47251' into 'master'Rémy Coutable2018-08-201-3/+7
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Fix code quality reports See merge request gitlab-org/gitlab-ce!21275
| * | | | Update .gitlab-ci.ymldosuken123-master-patch-47251Shinya Maeda2018-08-171-3/+7
| | | | |
* | | | | Merge branch ↵Sean McGivern2018-08-208-9/+19
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '49907-commits-and-merge-requests-does-not-list-all-files-when-one-file-exceeds-size-limits' into 'master' Resolve "Commits and Merge Requests does not list all files when one file exceeds size limits" Closes #49907 See merge request gitlab-org/gitlab-ce!21125
| * | | | | Fix merge requests not showing any diff files for big patches49907-commits-and-merge-requests-does-not-list-all-files-when-one-file-exceeds-size-limitsAlejandro Rodríguez2018-08-178-9/+19
| | | | | |
* | | | | | Merge branch 'docs/remove-dupe-link' into 'master'Sean McGivern2018-08-201-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove duplicate nip.io link See merge request gitlab-org/gitlab-ce!20457
| * | | | | | Remove duplicate nip.io linkLandon Abney2018-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The nip.io service was being linked to twice in the note on cert requests.
* | | | | | | Merge branch '25990-interactive-web-terminals-for-ci-cd-jobs-docs' into 'master'Achilleas Pipinellis2018-08-205-0/+54
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document Interactive web terminals for CI/CD jobs See merge request gitlab-org/gitlab-ce!20719
| * | | | | | | Add beta flag for interactive web terminals25990-interactive-web-terminals-for-ci-cd-jobs-docsSteve Azzopardi2018-08-171-0/+4
| | | | | | | |
| * | | | | | | Update interactive web terminal documentationSteve Azzopardi2018-08-163-4/+4
| | | | | | | |
| * | | | | | | Add documentation for interactive web terminalsSteve Azzopardi2018-08-165-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a new page for the interactive web terminals since it doesn't fit in any other place. Add link in CI home page.
* | | | | | | | Merge branch 'patch-19' into 'master'Rémy Coutable2018-08-201-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | format doc/ reference See merge request gitlab-org/gitlab-ce!21149
| * | | | | | | | format doc/ referenceBen Bodenmiller2018-08-121-1/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'patch-20' into 'master'Rémy Coutable2018-08-201-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix hashed storage readiness link See merge request gitlab-org/gitlab-ce!21150
| * | | | | | | | | fix hashed storage readiness linkBen Bodenmiller2018-08-121-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge branch 'mk/fix-typo' into 'master'Stan Hu2018-08-181-3/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo See merge request gitlab-org/gitlab-ce!21293
| * | | | | | | | Fix typomk/fix-typoMichael Kozono2018-08-181-3/+3
|/ / / / / / / /
* | | | | | | | Merge branch 'remove-scss-variables-3' into 'master'Clement Ho2018-08-1719-91/+55
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove more variable reassignments and unused styles See merge request gitlab-org/gitlab-ce!21262
| * | | | | | | | Remove more variable reassignments and unused stylesremove-scss-variables-3Annabel Dunstone Gray2018-08-1619-91/+55
| | | | | | | | |
* | | | | | | | | Merge branch 'docs/document-query-plans' into 'master'29398-support-kubernetes-rbac-for-gitlab-managed-apps-2Robert Speicher2018-08-172-1/+683
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation about reading query plans See merge request gitlab-org/gitlab-ce!21199
| * | | | | | | | | Add documentation about reading query plansdocs/document-query-plansYorick Peterse2018-08-172-1/+683
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a database guide on how to read the output of "EXPLAIN" and "EXPLAIN ANALYZE", and how to use this output to understand a query's performance and optimise it.
* | | | | | | | | | Merge branch 'blacklist-destroy-all' into 'master'Robert Speicher2018-08-1734-30/+104
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Blacklist the use of destroy_all See merge request gitlab-org/gitlab-ce!21250
| * | | | | | | | | Whitelist existing destroy_all offensesblacklist-destroy-allYorick Peterse2018-08-1632-33/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This whitelists all existing places where we use "destroy_all".
| * | | | | | | | | Blacklist the use of "destroy_all"Yorick Peterse2018-08-163-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This method usually has really bad performance implications, as it loads rows into memory and deletes them one by one.