- 29 Mar, 2022 1 commit
-
-
Patrick Steinhardt authored
Adapt the documentation for source installations to not recommend setting the internal socket directory anymore. Instead, users should configure the new runtime directory, which besides other files and directories also holds internal sockets now.
-
- 28 Mar, 2022 39 commits
-
-
Patrick Steinhardt authored
Among other tasks, the setup helper also generates the Gitaly config. Part of the things we configure is the internal socket directory, which is currently being phased out by Gitaly. Instead, Gitaly provides a new runtime directory which is intended to host all files and directories created by Gitaly at runtime, including internal sockets. Convert the setup helper to use the new runtime directory. Changelog: changed
-
Amy Qualls authored
Crosslink other rate limits for GitLab.com See merge request gitlab-org/gitlab!83615
-
Bob Van Landuyt authored
-
Natalia Tepluhina authored
Show description text for "Users in Subscription" card for Ultimate plans only See merge request gitlab-org/gitlab!81286
-
Vitaly Slobodin authored
Changelog: changed EE: true
-
Natalia Tepluhina authored
Migrate to GlAlert in Pages Domains form See merge request gitlab-org/gitlab!83694
-
Etienne Baqué authored
Raise exception when gitaly-backup could not be found See merge request gitlab-org/gitlab!83555
-
Furkan Ayhan authored
Update API doc to show correct return type See merge request gitlab-org/gitlab!81895
-
Pavel Shutsin authored
Period limit default Insights yaml See merge request gitlab-org/gitlab!83718
-
Frédéric Caplette authored
Add empty state for Instance OAuth app page See merge request gitlab-org/gitlab!83279
-
Matthias Käppler authored
Enqueuer job: fix the re enqueue See merge request gitlab-org/gitlab!83527
-
Pavel Shutsin authored
Fix PA for projects in nested groups See merge request gitlab-org/gitlab!83282
-
Pavel Shutsin authored
Fix artifacts content-type See merge request gitlab-org/gitlab!83515
-
Frédéric Caplette authored
Fix project permission toggle behavior See merge request gitlab-org/gitlab!83503
-
Lukas 'Eipi' Eipert authored
Problem: ``` Given that you are on public project When you disable a permission And enable it again Then the dropdown shows that you selected the last value on the list While the internal input has another value set. ``` This has to do with a quirky behavior where we replace the `value` and the `options` provided to the `<select>` inside of the ProjectFeatureSettings input component. Internally we used the `selected` attribute of the `<option>` elements to track which option was selected. That attribute is just for initial rendering though: > If present, this Boolean attribute indicates that the option is > initially selected. If the `<option>` element is the descendant of a > `<select>` element whose multiple attribute is not set, only one > single `<option>` of this `<select>` element may have the selected > attribute. This seems to be non-problematic if one never changes the options that are availabe for the specific select. The solution for this is to create a computed property with a getter and setter and use that computed property as a v-model for the internal select. Changelog: fixed
-
Frédéric Caplette authored
Fix project permission toggle behavior See merge request gitlab-org/gitlab!83503
-
Lukas 'Eipi' Eipert authored
Problem: ``` Given that you are on public project When you disable a permission And enable it again Then the dropdown shows that you selected the last value on the list While the internal input has another value set. ``` This has to do with a quirky behavior where we replace the `value` and the `options` provided to the `<select>` inside of the ProjectFeatureSettings input component. Internally we used the `selected` attribute of the `<option>` elements to track which option was selected. That attribute is just for initial rendering though: > If present, this Boolean attribute indicates that the option is > initially selected. If the `<option>` element is the descendant of a > `<select>` element whose multiple attribute is not set, only one > single `<option>` of this `<select>` element may have the selected > attribute. This seems to be non-problematic if one never changes the options that are availabe for the specific select. The solution for this is to create a computed property with a getter and setter and use that computed property as a v-model for the internal select. Changelog: fixed
-
Savas Vedova authored
Add Submit Vulnerability button to empty page See merge request gitlab-org/gitlab!83597
-
Savas Vedova authored
When the user has the necessary permissions, display a button to create a vulnerability manually.
-
Kerri Miller authored
Resolve "Follow-up from "Implement API to get single MR rule"" See merge request gitlab-org/gitlab!83501
-
Nikola Milojevic authored
Fixed crm db seed trying to seed non-root groups See merge request gitlab-org/gitlab!83462
-
Adam Hegyi authored
Clean up after fixing issue when admin changes email See merge request gitlab-org/gitlab!83185
-
Pavel Shutsin authored
Resolve Rails/BelongsTo rubocop offenses See merge request gitlab-org/gitlab!81382
-
Marcin Sedlak-Jakubowski authored
Ensure custom notification mentions match UI See merge request gitlab-org/gitlab!83661
-
Cynthia Ng authored
-
Robert May authored
Changelog: other EE: true
-
Lee Tickett authored
Changelog: fixed
-
Jacob Vosmaer authored
Force Host header rewrite in Workhorse for Geo proxying See merge request gitlab-org/gitlab!83550
-
Sean McGivern authored
Update feature categories March 2022 See merge request gitlab-org/gitlab!83672
-
charlie ablett authored
Merge branch '354335-project-transfers-to-personal-namespace-does-not-create-membership-for-the-owner' into 'master' Resolve "Project transfers to personal namespace does not create membership for the owner" See merge request gitlab-org/gitlab!83175
-
Simon Knox authored
Add VSA empty state component to base component See merge request gitlab-org/gitlab!83712
-
Magdalena Frankiewicz authored
This is fix users whose primary emails is not in Email table; that used to happen when admin changed user primary email. That behavior was fixed, now we want to fix the affeted users Changelog: other
-
Bob Van Landuyt authored
Merge branch '352969-security-policy-definition-not-respected-with-scheduled-scan-action' into 'master' Don't include compliance pipeline definition in scheduled security orchestration pipelines See merge request gitlab-org/gitlab!82613
-
Dominic Bauer authored
EE: true Changelog: fixed
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!83724
-
Vasilii Iakliushin authored
Remove bulk_expire_project_artifacts feature flag See merge request gitlab-org/gitlab!83509
-
Bob Van Landuyt authored
Log runner endpoint See merge request gitlab-org/gitlab!75542
-
John Parent authored
Setup log messages establishing enough info to correlate runner actions to correlational_id
-
Achilleas Pipinellis authored
Add info about security tab results See merge request gitlab-org/gitlab!82830
-