summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removes fetchStage actions and mutationsFilipa Lacerda2019-05-2410-327/+145
| | | | Updates tests
* Add specs checking serialization of a stage buildsGrzegorz Bizon2019-05-241-0/+12
|
* Do not serialize deployment details for build details pageGrzegorz Bizon2019-05-245-12/+48
|
* Do not serialize a deployment commit showing a jobGrzegorz Bizon2019-05-243-1/+31
|
* Add specs for Gitaly calls in deployment serializationGrzegorz Bizon2019-05-242-3/+7
|
* Assert on no Gitaly requests in a job show testsGrzegorz Bizon2019-05-241-4/+2
|
* Enable counting Gitaly requests in jobs show testsGrzegorz Bizon2019-05-241-19/+59
|
* Add a controller test verifying exposure of stagesGrzegorz Bizon2019-05-241-0/+6
|
* Do not serialize a pipeline again when showing a buildGrzegorz Bizon2019-05-245-21/+12
| | | | | | | | | | This change makes it possible to avoid additional serialization of entire pipeline when rendering a build details page. Instead we expose more information from the build entity itself what is much cheaper than serializing entire pipeline. Additionally we do not need to serialize `latest?` flag, which involves multiple Gitaly calls.
* Do not serialize pipeline on each build serialization requestGrzegorz Bizon2019-05-242-2/+6
|
* Merge branch '56959-remove-auto-devops-domain-ci-variable' into 'master'Stan Hu2019-05-2411-256/+20
|\ | | | | | | | | Drop support for AUTO_DEVOPS_DOMAIN See merge request gitlab-org/gitlab-ce!28460
| * Removes mention of $AUTO_DEVOPS_DOMAIN in doc56959-remove-auto-devops-domain-ci-variableThong Kuah2019-05-241-1/+1
| | | | | | | | | | | | Even though there's no relation to the feature (it's actually about overriding template values, best to replace this with $KUBE_INGRESS_BASE_DOMAIN to avoid any potential confusion
| * Remove un-used methodsThong Kuah2019-05-242-36/+0
| | | | | | | | | | These two methods were used in emitting AUTO_DEVOPS_DOMAIN which has now been dropped.
| * Stop emitting AUTO_DEVOPS_DOMAIN Ci variableThong Kuah2019-05-2410-219/+19
| | | | | | | | Update documentation to reflect removal
* | Merge branch '54528-add-rack-attack-to-structured-logs' into 'master'Stan Hu2019-05-246-2/+50
|\ \ | | | | | | | | | | | | | | | | | | Changes RackAttack logger to use structured logs Closes #54528 See merge request gitlab-org/gitlab-ce!28565
| * | Changes RackAttack logger to use structured logsMayra Cabrera2019-05-246-2/+50
|/ / | | | | | | | | | | | | | | Creates a new filename to register auth logs. This change should allow SRE's queries to make better queries through logging infrastructure. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54528
* | Merge branch '10795-add-epic-tree-BE-initial-support-docs' into 'master'Achilleas Pipinellis2019-05-231-1/+2
|\ \ | | | | | | | | | | | | Update Epic Link documentation See merge request gitlab-org/gitlab-ce!28684
| * | Update Epic Link documentationBrett Walker2019-05-231-1/+2
| | |
* | | Merge branch 'docs/ssot_geo_nodes' into 'master'Achilleas Pipinellis2019-05-231-3/+19
|\ \ \ | |/ / |/| | | | | | | | Edit Geo nodes content to comply with SSOT guidelines See merge request gitlab-org/gitlab-ce!28519
| * | Edit Geo nodes content to comply with SSOT guidelinesRussell Dickenson2019-05-231-3/+19
|/ /
* | Merge branch 'docs/clarify-kubernetes-roles' into 'master'Achilleas Pipinellis2019-05-231-43/+44
|\ \ | |/ |/| | | | | | | | | Rewording to clarify Access Control docs Closes #61204 See merge request gitlab-org/gitlab-ce!28452
| * Rewording to clarify Access Control docsEvan Read2019-05-231-43/+44
|/
* Merge branch 'sh-fix-omniauth-generic-strategy' into 'master'Douglas Barbosa Alexandre2019-05-233-1/+41
|\ | | | | | | | | | | | | Fix OmniAuth OAuth2Generic strategy not loading Closes #62216 See merge request gitlab-org/gitlab-ce!28680
| * Fix OmniAuth OAuth2Generic strategy not loadingStan Hu2019-05-233-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | In https://github.com/rails/rails/commit/83b767ce, Rails 5.1 removed support for using a String to specify a middleware. When the strategy_class argument is passed from the GitLab YAML config to Devise, Devise passes the string value straight through to Rails, and GitLab would crash with a NoMethodError inside ActionDispatch::MiddlewareStack. To make this OmniAuth strategy work again, we normalize the arguments by converting the strategy_class value into an actual Class. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62216
* | Merge branch 'js-i18n-lib' into 'master'Clement Ho2019-05-233-14/+47
|\ \ | | | | | | | | | | | | Internationalisation of lib directory See merge request gitlab-org/gitlab-ce!27711
| * | Internationalisation of lib directoryBrandon Labuschagne2019-05-233-14/+47
|/ / | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | Merge branch 'fe-docs-utility-first' into 'master'Clement Ho2019-05-231-8/+32
|\ \ | | | | | | | | | | | | | | | | | | Add "utility-first" section to FE scss style guide Closes gitlab-ui#38 See merge request gitlab-org/gitlab-ce!28312
| * | Apply suggestion to doc/development/fe_guide/style_guide_scss.mdfe-docs-utility-firstPaul Slaughter2019-05-221-1/+1
| | |
| * | Add utility-first css section to fe docsPaul Slaughter2019-05-141-0/+19
| | |
| * | Clean up readability of utility class style guidePaul Slaughter2019-05-141-9/+14
| | |
* | | Merge branch '62107-fix-detail-page-header-height' into 'master'Annabel Dunstone Gray2019-05-232-1/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue height of detail-page-header Closes #62193 and #62107 See merge request gitlab-org/gitlab-ce!28650
| * | | Fixes issue height of detail-page-headerErik van der Gaag2019-05-232-1/+5
|/ / / | | | | | | | | | detail-page-header-body class was making the height of the header 1 pixel too big to fit evenly
* | | Merge branch 'docs/improve-writing-tests-doc' into 'master'Tanya Pazitny2019-05-231-3/+3
|\ \ \ | | | | | | | | | | | | | | | | Improve doc based on Zeff's suggestions See merge request gitlab-org/gitlab-ce!28664
| * | | Apply suggestion to qa/docs/WRITING_TESTS_FROM_SCRATCH.mddocs/improve-writing-tests-docWalmyr2019-05-231-1/+1
| | | |
| * | | Apply suggestion to qa/docs/WRITING_TESTS_FROM_SCRATCH.mdWalmyr2019-05-231-1/+1
| | | |
| * | | Improve doc based on Zeff's suggestionsWalmyr Lima2019-05-231-3/+3
| | | | | | | | | | | | | | | | The suggestions were made while we were pair programming.
* | | | Merge branch 'nfriend-ignore-rubocop-cache-files' into 'master'Stan Hu2019-05-231-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Ignore files in tmp/rubocop_cache/** See merge request gitlab-org/gitlab-ce!28672
| * | | | Ignore tmp/rubocop_cache directoriesnfriend-ignore-rubocop-cache-filesNathan Friend2019-05-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This commit ignores the temporary cache directories that I _think_ are created by the VSCode Ruby extension.
* | | | | Merge branch '58869-unified-fe-test-script' into 'master'Clement Ho2019-05-233-6/+136
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Create a unified script to run Jest & Karma tests Closes #58869 See merge request gitlab-org/gitlab-ce!27239
| * | | | Update FE test script58869-unified-fe-test-scriptPaul Slaughter2019-05-131-22/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Don't fail when no tests match - Print the cmd prefix for each line in it's data - Update exit code handling - Add colors to summary message
| * | | | Add empty test suite flag to karma wrapperPaul Slaughter2019-05-131-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is already supported karma feature, but it wasn't respected because our wrapper threw an error no matter what. https://github.com/karma-runner/karma/blob/fe9a1dd13b5eb3969f9e08acbce020e2a382fd9e/lib/cli.js#L201
| * | | | Create a unified script to run Jest & Karma testsPaul Gascou-Vaillancourt2019-05-132-1/+78
| | | | | | | | | | | | | | | | | | | | | | | | | - Created scripts/frontend/test.js - Updated test task to call Node script
* | | | | Merge branch 'docs/ssot_cicd_settings' into 'master'Marcia Ramos2019-05-231-0/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Edit CI/CD settings for SSOT guidelines See merge request gitlab-org/gitlab-ce!28582
| * | | | | Edit CI/CD settings for SSOT guidelinesRussell Dickenson2019-05-231-0/+16
|/ / / / /
* | | | | Merge branch 'docs/ssot_admin_area_email' into 'master'Marcia Ramos2019-05-231-3/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Edit email settings for SSOT See merge request gitlab-org/gitlab-ce!28629
| * | | | | Edit email settings for SSOTRussell Dickenson2019-05-231-3/+21
|/ / / / /
* | | | | Merge branch 'docs/ssot_external_auth' into 'master'Marcia Ramos2019-05-231-0/+16
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Edit external auth for SSOT See merge request gitlab-org/gitlab-ce!28630
| * | | | Edit external auth for SSOTRussell Dickenson2019-05-231-0/+16
|/ / / /
* | | | Merge branch 'api_masked_variables' into 'master'Bob Van Landuyt2019-05-235-4/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Allow to get and set "masked" attribute for variables Closes #61754 See merge request gitlab-org/gitlab-ce!28381
| * | | | API: Allow to get and set "masked" attribute for variablesMathieu Parent2019-05-225-4/+21
| | | | |