- 09 Dec, 2019 38 commits
-
-
Kushal Pandya authored
Merge branch '27796-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-profile-scss' into 'master' Fix style-lint errors and warnings for profile.scss Closes #27796 See merge request gitlab-org/gitlab!20048
-
Jiaan Louw authored
Resolve the stylelint-gitlab/utility-classes error by removing the .description class in profile.scss and replacing its usage in gpg_keys and keys views with the .text-truncate utility class.
-
Kushal Pandya authored
Analytics: Group and project dropdown enhancements See merge request gitlab-org/gitlab!21302
-
Grzegorz Bizon authored
Force clearing of deprecated cache key See merge request gitlab-org/gitlab!21184
-
Kerri Miller authored
.
-
Bob Van Landuyt authored
Adjust iframe csp for tracing page See merge request gitlab-org/gitlab!21156
-
Grzegorz Bizon authored
rules: for bridge jobs See merge request gitlab-org/gitlab!19605
-
drew authored
Allows for including or excluding bridge jobs via `rules:` to control triggering of downstream (multi-project) Pipelines.
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/spec/javascripts/vue_mr_widget) See merge request gitlab-org/gitlab!21305
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/spec/frontend/vue_shared) See merge request gitlab-org/gitlab!21309
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/spec/frontend/[m-r]*) See merge request gitlab-org/gitlab!21313
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/spec/frontend/[s-z]*) See merge request gitlab-org/gitlab!21315
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/spec/frontend/[s-z]*) See merge request gitlab-org/gitlab!21318
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/spec/javascripts/[j-n]*) See merge request gitlab-org/gitlab!21321
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/app/assets/javascripts/[a-b]*) See merge request gitlab-org/gitlab!21327
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/app/assets/javascripts/[e-i]*) See merge request gitlab-org/gitlab!21329
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/app/assets/javascripts/[c-d]*) See merge request gitlab-org/gitlab!21328
-
Bob Van Landuyt authored
New feature flag for Gitaly service See merge request gitlab-org/gitlab!21178
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/app/assets/javascripts/pages) See merge request gitlab-org/gitlab!21357
-
Sanad Liaquat authored
Remove unnecessary debug status checks See merge request gitlab-org/gitlab!21380
-
James Lopez authored
Abort rendering of security reports that aren't set up See merge request gitlab-org/gitlab!20381
-
Martin Wortschack authored
- This allows for passing a group/project to the dropdown via props
-
Jan Provaznik authored
Add API endpoint to unpublish GitLab Pages Closes #33880 See merge request gitlab-org/gitlab!19781
-
Ethan Urie authored
Refactored PagesController and pages API to use new service.
-
Paul Slaughter authored
Fix duplicate spec files See merge request gitlab-org/gitlab!21355
-
Scott Stern authored
Related to https://gitlab.com/gitlab-org/gitlab/merge_requests/16336
-
Evan Read authored
Clarify 2FA QR scanning instructions See merge request gitlab-org/gitlab!21199
-
Mike Jang authored
-
Mark Lapierre authored
Runtime::Logger defaults to reporting error messages, so we don't need to check if QA_DEBUG is true when creating debug log messages (or any other message severity below error). If QA_DEBUG is false the debug messages won't be logged.
-
Evan Read authored
Clarify pipeline visibility details See merge request gitlab-org/gitlab!21297
-
Marcel Amirault authored
-
Evan Read authored
Add docs for API keyset pagination See merge request gitlab-org/gitlab!21035
-
Evan Read authored
Clarify ModSecurity docs- rule engine disablement See merge request gitlab-org/gitlab!21206
-
Lucas Charles authored
Update the modsecurity docs to provide more clear instructions on disabling the rule processing engine.
-
Thong Kuah authored
Refactor code to substitute variables in Prometheus queries See merge request gitlab-org/gitlab!19994
-
Reuben Pereira authored
Create new service to do template variable replacement on the query parameter of the Prometheus proxy API.
-
Ash McKenzie authored
Add a `remote_mirrors` project API See merge request gitlab-org/gitlab!21146
-
Walmyr Lima e Silva Filho authored
Fix failure in squash_merge_request_spec by reloading page if commit does not appear Closes #37924 See merge request gitlab-org/gitlab!21292
-
- 08 Dec, 2019 2 commits
-
-
Ash McKenzie authored
Preload group ancestor to avoid N+1 See merge request gitlab-org/gitlab!20977
-
Jan Provaznik authored
When checking permissions for a group, it always tries to load group ancestor (to check SSO). If we check permissions for related groups (for which we are sure that all of them have same root), we just preset this root group before checking permission.
-