- 28 Mar, 2022 40 commits
-
-
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
-
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
-
Fiona Neill authored
-
Kushal Pandya authored
Fix code quality report display See merge request gitlab-org/gitlab!83502
-
Kati Paizee authored
Reorganized Git content See merge request gitlab-org/gitlab!83699
-
Suzanne Selhorn authored
To better incorporate the new Git tutorial, this MR is meant to help organize the existing Git content. It's a small MVC that helps move in a different direction and remove duplicate content
-
GitLab Release Tools Bot authored
-
Marc Shaw authored
Add new page for the cluster creation See merge request gitlab-org/gitlab!83041
-
Toon Claes authored
Update Gitaly version See merge request gitlab-org/gitlab!83612
-
Simon Knox authored
Release milestones dropdown improvements See merge request gitlab-org/gitlab!83412
-
Sascha Eggenberger authored
Improves the alignment and selected item in darkmode Replaces the old checkmark.png with the right icon from the GitLab SVG
-
Marc Shaw authored
Global Search - Enable Header Search Default See merge request gitlab-org/gitlab!79993
-
charlie ablett authored
Allow editing plantuml/kroki diagrams in content editor See merge request gitlab-org/gitlab!77875
-
Russell Dickenson authored
Add 598.3 documentation for browser based DAST See merge request gitlab-org/gitlab!83707
-
Ezekiel Kigbo authored
Updates the empty state for VSA when there are no value streams available
-
Dylan Griffith authored
Remove new_dir_modal feature flag See merge request gitlab-org/gitlab!83518
-
Dylan Griffith authored
Remove use_model_load_balancing feature flag and GITLAB_USE_MODEL_LOAD_BALANCING env var See merge request gitlab-org/gitlab!83162
-
GitLab Release Tools Bot authored
-
Kushal Pandya authored
Use gl-form-radio for setting primary security training provider See merge request gitlab-org/gitlab!83563
-