- 30 Jan, 2020 1 commit
-
-
Scott Stern authored
-
- 27 Jan, 2020 39 commits
-
-
Mike Greiling authored
Remove open icon from function endpoint Closes #196855 See merge request gitlab-org/gitlab!23508
-
Mike Greiling authored
Resolve "Knative domain name/endpoint section links to invalid doc" Closes #38297 See merge request gitlab-org/gitlab!23715
-
Michael Kozono authored
Skip squashing with only one commit in a merge request Closes #198971 See merge request gitlab-org/gitlab!23744
-
Stan Hu authored
We noticed in https://gitlab.com/gitlab-org/gitaly/issues/2395 that the backend was unnecessarily attempting to squash merge requests with one commit. This happened because `SquashService` skips the squash if two conditions are met: 1. The number of commits < 2 2. The `squash_commit_message` is null If a `squash_commit_message` is passed, this indicates that the user wants the squashed commit to have a different commit message. By default, the frontend always sends `squash_commit_message`, regardless of whether the squash button is available in the merge request. With this change, the frontend will only send this parameter if the button is shown (i.e. when the commit count is >= 2). Alternatively, we could also change the backend to skip squashing if only the first condition is met. Closes https://gitlab.com/gitlab-org/gitlab/issues/198971
-
Douglas Barbosa Alexandre authored
Fix error displaying group edit page See merge request gitlab-org/gitlab!23774
-
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
-
Alex Buijs authored
Allow the new created group as part of the paid signup flow to be edited before it’s license is applied.
-
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
-