- 24 May, 2019 23 commits
-
-
Filipa Lacerda authored
Fix height of input groups Closes #61304, #61303, #59254, and #60778 See merge request gitlab-org/gitlab-ce!28495
-
Douwe Maan authored
Group SAML docs explain metadata configuration See merge request gitlab-org/gitlab-ce!28700
-
Jan Provaznik authored
Fix milestone references with HTML entities in the name Closes #62114 See merge request gitlab-org/gitlab-ce!28667
-
Phil Hughes authored
Add support for second `config` param in GraphQL wrapper lib See merge request gitlab-org/gitlab-ce!28705
-
Kushal Pandya authored
-
Filipa Lacerda authored
Prevent icons from shrinking in User popover when contents exceed container Closes #61827 See merge request gitlab-org/gitlab-ce!28696
-
Kushal Pandya authored
-
James Edwards-Jones authored
-
Phil Hughes authored
Conformance MR for Update Visual Review Toolbar to post to MRs See merge request gitlab-org/gitlab-ce!28687
-
Phil Hughes authored
Fix border radii on diff files and repo files Closes #38483 and #38561 See merge request gitlab-org/gitlab-ce!28675
-
Sean McGivern authored
When a milestone name contained an HTML entity that would be escaped (&, <, >), then it wasn't possible to refer to this milestone by name, or use it in a quick action. This already worked for labels, but not for milestones. We take care to re-escape un-matched milestones, too.
-
Kushal Pandya authored
Style avatar component Closes gitlab-ui#252 See merge request gitlab-org/gitlab-ce!28399
-
Jacques Erasmus authored
Moved all avatar related styles to the components directory
-
Filipa Lacerda authored
Resolve "Move sign-in/2FA on users/sign_in above intro content on mobile" Closes #59987 See merge request gitlab-org/gitlab-ce!28360
-
Kamil Trzciński authored
Update SAST.gitlab-ci.yml - Add SAST_GITLEAKS_ENTROPY_LEVEL Closes #62179 See merge request gitlab-org/gitlab-ce!28607
-
Lucas Charles authored
This env was missing, causing the variable to not be propagated to child containers and thus, be ineffective
-
Kushal Pandya authored
i18n of batch_comments directory See merge request gitlab-org/gitlab-ce!28178
-
Stan Hu authored
Drop support for AUTO_DEVOPS_DOMAIN See merge request gitlab-org/gitlab-ce!28460
-
Thong Kuah authored
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
-
Thong Kuah authored
These two methods were used in emitting AUTO_DEVOPS_DOMAIN which has now been dropped.
-
Thong Kuah authored
Update documentation to reflect removal
-
Stan Hu authored
Changes RackAttack logger to use structured logs Closes #54528 See merge request gitlab-org/gitlab-ce!28565
-
Mayra Cabrera authored
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
-
- 23 May, 2019 17 commits
-
-
sarahghp authored
-
Achilleas Pipinellis authored
Update Epic Link documentation See merge request gitlab-org/gitlab-ce!28684
-
Achilleas Pipinellis authored
Edit Geo nodes content to comply with SSOT guidelines See merge request gitlab-org/gitlab-ce!28519
-
Russell Dickenson authored
-
Brett Walker authored
-
Achilleas Pipinellis authored
Rewording to clarify Access Control docs Closes #61204 See merge request gitlab-org/gitlab-ce!28452
-
Evan Read authored
-
Douglas Barbosa Alexandre authored
Fix OmniAuth OAuth2Generic strategy not loading Closes #62216 See merge request gitlab-org/gitlab-ce!28680
-
Clement Ho authored
Internationalisation of lib directory See merge request gitlab-org/gitlab-ce!27711
-
Brandon Labuschagne authored
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
-
Clement Ho authored
Add "utility-first" section to FE scss style guide Closes gitlab-ui#38 See merge request gitlab-org/gitlab-ce!28312
-
Annabel Dunstone Gray authored
Fixes issue height of detail-page-header Closes #62193 and #62107 See merge request gitlab-org/gitlab-ce!28650
-
Erik van der Gaag authored
detail-page-header-body class was making the height of the header 1 pixel too big to fit evenly
-
Stan Hu authored
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
-
Tanya Pazitny authored
Improve doc based on Zeff's suggestions See merge request gitlab-org/gitlab-ce!28664
-
Stan Hu authored
Ignore files in tmp/rubocop_cache/** See merge request gitlab-org/gitlab-ce!28672
-
Clement Ho authored
Create a unified script to run Jest & Karma tests Closes #58869 See merge request gitlab-org/gitlab-ce!27239
-