- 27 Jan, 2020 40 commits
-
-
Alper Akgun authored
This growth experiment displays the security navigation and a slideshow of security features to a cohort of net new .com users
-
Mayra Cabrera authored
Use CTE optimization fence for loading projects in dashboard Closes #198440 See merge request gitlab-org/gitlab!23754
-
Stan Hu authored
Certain users experienced Error 500s when loading projects from the dashboard because the PostgreSQL query planner attempted to scan all projects rather than just the user's authorized projects. This would cause the query to hit a statement timeout. To fix this, we add support for a CTE optimization fence to load authorized projects first, which can be optionally used by `ProjectsFinder` via the `use_cte` parameter. To be safe, we only enable it for the finder call that loads the list of projects behind the `use_cte_for_projects_finder` feature flag. Closes https://gitlab.com/gitlab-org/gitlab/issues/198440
-
Walmyr Lima e Silva Filho authored
Fix E2E test navigation to Group Security Dashboard Closes #198636 See merge request gitlab-org/gitlab!23710
-
Aleksandr Soborov authored
-
Mayra Cabrera authored
Remove invalid data from issue_tracker_data table See merge request gitlab-org/gitlab!23759
-
Fatih Acet authored
Remove environments REST API endpoint occurences See merge request gitlab-org/gitlab!23659
-
Michael Kozono authored
Add selective sync support to Geo Nodes API create endpoint Closes #4731 See merge request gitlab-org/gitlab!23729
-
Rajendra Kadam authored
-
Mark Florian authored
Remove outdated Secure VueX frontend code See merge request gitlab-org/gitlab!23624
-
Lukas Eipert authored
Since we now retrieve data from the Backend, we can remove the parsing log from the Frontend. See: https://gitlab.com/groups/gitlab-org/-/epics/1425
-
Lukas Eipert authored
Since we now retrieve data from the Backend, we can remove the parsing log from the Frontend. See: https://gitlab.com/groups/gitlab-org/-/epics/1425
-
Lukas Eipert authored
Since we now retrieve data from the Backend, we can remove the parsing log from the Frontend. See: https://gitlab.com/groups/gitlab-org/-/epics/1425
-
Lukas Eipert authored
Since we now retrieve data from the Backend, we can remove the parsing log from the Frontend. See: https://gitlab.com/groups/gitlab-org/-/epics/1425
-
Douglas Barbosa Alexandre authored
Rework conditions when user uses license seat and when to show the badge See merge request gitlab-org/gitlab!23522
-
Stan Hu authored
Fix for puma issue running via `rails s` See merge request gitlab-org/gitlab!23603
-
Robert May authored
A recent update seems to have broken running the server locally via `bundle exec rails s`. Puma no longer seems to respond to `#cli_config` in that scenario, so this patch fixes that situation.
-
Stan Hu authored
Separate project hook, indentity, export status and shared goup classes from entities See merge request gitlab-org/gitlab!23789
-
Rajendra Kadam authored
-
Mark Florian authored
Indicate Sentry error level in GitLab See merge request gitlab-org/gitlab!23346
-
Olena Horal-Koretska authored
-
Walmyr Lima e Silva Filho authored
Add type:bug to quarantined tests Closes #197472 See merge request gitlab-org/gitlab!23656
-
Dan Davison authored
For each test that is quarantined due to BUG_IN_CODE we will specify a hash and specify type bug
-
Phil Hughes authored
Merge branch '197166-verify-copy-of-expire-docker-tags-with-regex-matching-in-container-registry-expiration-policy' into 'master' Update copy of Docker expiration policy form See merge request gitlab-org/gitlab!23763
-
Nicolò Maria Mezzopera authored
- copy in component - pot file - snapshot updated
-
Achilleas Pipinellis authored
docs: Python upgrade to 3.8 in license mgmt See merge request gitlab-org/gitlab!23781
-
Corinna Wiesner authored
Only show license badge and if user is using a seat when not on Gitlab.com.
-
Ben Prescott authored
-
James Lopez authored
More verbose JiraService error logs Closes #198411 See merge request gitlab-org/gitlab!23688
-
Arturo Herrero authored
-
Heinrich Lee Yu authored
Enable console message in development See merge request gitlab-org/gitlab!23652
-
Heinrich Lee Yu authored
Bump Ingress Managed App helm chart to 1.29.3 See merge request gitlab-org/gitlab!23461
-
Ronan OConnor authored
Added no ES node available in troubleshooting See merge request gitlab-org/gitlab!23760
-
Walmyr Lima e Silva Filho authored
Getting the admin email to be staging compatible Closes #34978 See merge request gitlab-org/gitlab!23142
-
James Lopez authored
Filter merge requests approved by user (backend) See merge request gitlab-org/gitlab!21379
-
Mayra Cabrera authored
fix typo both See merge request gitlab-org/gitlab!23756
-
Nick Thomas authored
Refactor GlRepository to include suffix See merge request gitlab-org/gitlab!23494
-
Francisco Javier López authored
The repository disk path does't include any suffix but GlRepository automatically adds it unless it is a project one. Since we're adding more repository types that won't include any suffix and aren't a project type either, we need a way to set this.
-
Stan Hu authored
Docs: Add notes to replace praefect placeholders in config with values. See merge request gitlab-org/gitlab!23751
-
Stan Hu authored
Introduce a Gemfile dedicated to Overcommit to avoid conflicts See merge request gitlab-org/gitlab!23350
-