summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Update SAST.gitlab-ci.yml - Add SAST_GITLEAKS_ENTROPY_LEVELLucas Charles2019-05-242-0/+6
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This env was missing, causing the variable to not be propagated to child containers and thus, be ineffective
* | | | | | | | | | | | | Merge branch 'js-18n-batch-comments' into 'master'Kushal Pandya2019-05-242-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i18n of batch_comments directory See merge request gitlab-org/gitlab-ce!28178
| * | | | | | | | | | | | | I18N of batch_comments directoryjs-18n-batch-commentsBrandon Labuschagne2019-05-212-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'patch-65' into 'master'Rémy Coutable2019-05-231-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Container Registry is now proper cased See merge request gitlab-org/gitlab-ce!28660
| * | | | | | | | | | | | | | | Container Registry is now proper casedBrendan O'Leary 🐢2019-05-231-2/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'renovate/gitlab-svgs-1.x' into 'master'Phil Hughes2019-05-232-169/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update dependency @gitlab/svgs to ^1.62.0 See merge request gitlab-org/gitlab-ce!28605
| * | | | | | | | | | | | | | | | Update dependency @gitlab/svgs to ^1.62.0Lukas 'Eipi' Eipert2019-05-232-169/+23
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch '59026-replace-favicon' into 'master'Phil Hughes2019-05-232-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new favicon for canary from next.gitlab.com Closes #59026 See merge request gitlab-org/gitlab-ce!28601
| * | | | | | | | | | | | | | | | | Add new favicon59026-replace-faviconJarek Ostrowski2019-05-232-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add changelog Added wrong favicon
* | | | | | | | | | | | | | | | | | Merge branch '61880-download-btn-group' into 'master'Phil Hughes2019-05-232-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Group download buttons in a .btn-group Closes #61880 See merge request gitlab-org/gitlab-ce!28599