You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
documentation](doc/development/changelog.md) for instructions on adding your own
3
3
entry.
4
4
5
+
## 14.9.3 (2022-04-12)
6
+
7
+
### Fixed (4 changes)
8
+
9
+
- [Revert Protected Environment group access inheritence](gitlab-org/gitlab@488fd8f3f6770eebae10c815398534ff41d57546) ([merge request](gitlab-org/gitlab!84664))
10
+
- [Fix URL blocker when object storage enabled but type is disabled](gitlab-org/gitlab@d0da89768774de9cf635af530ed7386e65f92d40) ([merge request](gitlab-org/gitlab!84664))
11
+
- [Remove pending builds from the queue on conflict](gitlab-org/gitlab@8c88898dfd1619cc635ce5b98e30eebd91da497f) ([merge request](gitlab-org/gitlab!84664))
exportconstDAST_DESCRIPTION=__('Analyze a review version of your web application.');
53
+
exportconstDAST_DESCRIPTION=s__(
54
+
'ciReport|Analyze a deployed version of your web application for known vulnerabilities by examining it from the outside in. DAST works by simulating external attacks on your application while it is running.',
Copy file name to clipboardexpand all lines: doc/api/settings.md
+4
Original file line number
Diff line number
Diff line change
@@ -274,6 +274,7 @@ listed in the descriptions of the relevant settings.
274
274
|`default_projects_limit`| integer | no | Project limit per user. Default is `100000`. |
275
275
|`default_snippet_visibility`| string | no | What visibility level new snippets receive. Can take `private`, `internal` and `public` as a parameter. Default is `private`. |
276
276
|`delayed_project_deletion`**(PREMIUM SELF)**| boolean | no | Enable delayed project deletion by default in new groups. Default is `false`. |
277
+
|`delete_inactive_projects`| boolean | no | Enable inactive project deletion feature. Default is `false`. [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/84519) in GitLab 14.10. |
277
278
| `deletion_adjourned_period`**(PREMIUM SELF)** | integer | no | The number of days to wait before deleting a project or group that is marked for deletion. Value must be between 0 and 90.
278
279
|`diff_max_patch_bytes`| integer | no | Maximum [diff patch size](../user/admin_area/diff_limits.md), in bytes. |
279
280
|`diff_max_files`| integer | no | Maximum [files in a diff](../user/admin_area/diff_limits.md). |
@@ -350,6 +351,9 @@ listed in the descriptions of the relevant settings.
350
351
|`html_emails_enabled`| boolean | no | Enable HTML emails. |
351
352
|`import_sources`| array of strings | no | Sources to allow project import from, possible values: `github`, `bitbucket`, `bitbucket_server`, `gitlab`, `fogbugz`, `git`, `gitlab_project`, `gitea`, `manifest`, and `phabricator`. |
352
353
|`in_product_marketing_emails_enabled`| boolean | no | Enable [in-product marketing emails](../user/profile/notifications.md#global-notification-settings). Enabled by default. |
354
+
|`inactive_projects_delete_after_months`| integer | no | If `delete_inactive_projects` is `true`, the time (in months) to wait before deleting inactive projects. [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/84519) in GitLab 14.10. |
355
+
|`inactive_projects_min_size_mb`| integer | no | If `delete_inactive_projects` is `true`, the minimum repository size for projects to be checked for inactivity. [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/84519) in GitLab 14.10. |
356
+
|`inactive_projects_send_warning_email_after_months`| integer | no | If `delete_inactive_projects` is `true`, sets the time (in months) to wait before emailing maintainers that the project will be deleted because it is inactive. [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/84519) in GitLab 14.10. |
353
357
|`invisible_captcha_enabled`| boolean | no | Enable Invisible CAPTCHA spam detection during sign-up. Disabled by default. |
354
358
|`issues_create_limit`| integer | no | Max number of issue creation requests per minute per user. Disabled by default.|
355
359
|`keep_latest_artifact`| boolean | no | Prevent the deletion of the artifacts from the most recent successful jobs, regardless of the expiry time. Enabled by default. |
0 commit comments