=f.text_field:otp_attempt,class: 'form-control',required: true,autofocus: true,autocomplete: 'off',title: 'This field is required.'
=f.text_field:otp_attempt,class: 'form-control',required: true,autofocus: true,autocomplete: 'off',title: 'This field is required.',inputmode: 'numeric',pattern: '[0-9]*'
%p.form-text.text-muted.hint Enter the code from the two-factor app on your mobile device. If you've lost your device, you may enter one of your recovery codes.
%p.form-text.text-muted.hint Enter the code from the two-factor app on your mobile device. If you've lost your device, you may enter one of your recovery codes.
@@ -769,6 +769,7 @@ Information about pagination in a connection.
...
@@ -769,6 +769,7 @@ Information about pagination in a connection.
| `printingMergeRequestLinkEnabled` | Boolean | Indicates if a link to create or view a merge request should display after a push to Git repositories of the project from the command line |
| `printingMergeRequestLinkEnabled` | Boolean | Indicates if a link to create or view a merge request should display after a push to Git repositories of the project from the command line |
| `removeSourceBranchAfterMerge` | Boolean | Indicates if `Delete source branch` option should be enabled by default for all new merge requests of the project |
| `removeSourceBranchAfterMerge` | Boolean | Indicates if `Delete source branch` option should be enabled by default for all new merge requests of the project |
| `autocloseReferencedIssues` | Boolean | Indicates if issues referenced by merge requests and commits within the default branch are closed automatically |
| `autocloseReferencedIssues` | Boolean | Indicates if issues referenced by merge requests and commits within the default branch are closed automatically |
| `suggestionCommitMessage` | String | The commit message used to apply merge request suggestions |
| `namespace` | Namespace | Namespace of the project |
| `namespace` | Namespace | Namespace of the project |
| `group` | Group | Group of the project |
| `group` | Group | Group of the project |
| `statistics` | ProjectStatistics | Statistics of the project |
| `statistics` | ProjectStatistics | Statistics of the project |
@@ -157,6 +157,7 @@ When the user is authenticated and `simple` is not set this returns something li
...
@@ -157,6 +157,7 @@ When the user is authenticated and `simple` is not set this returns something li
"request_access_enabled":false,
"request_access_enabled":false,
"merge_method":"merge",
"merge_method":"merge",
"autoclose_referenced_issues":true,
"autoclose_referenced_issues":true,
"suggestion_commit_message":null,
"statistics":{
"statistics":{
"commit_count":37,
"commit_count":37,
"storage_size":1038090,
"storage_size":1038090,
...
@@ -256,6 +257,7 @@ When the user is authenticated and `simple` is not set this returns something li
...
@@ -256,6 +257,7 @@ When the user is authenticated and `simple` is not set this returns something li
"service_desk_enabled":false,
"service_desk_enabled":false,
"service_desk_address":null,
"service_desk_address":null,
"autoclose_referenced_issues":true,
"autoclose_referenced_issues":true,
"suggestion_commit_message":null,
"statistics":{
"statistics":{
"commit_count":12,
"commit_count":12,
"storage_size":2066080,
"storage_size":2066080,
...
@@ -388,6 +390,7 @@ This endpoint supports [keyset pagination](README.md#keyset-based-pagination) fo
...
@@ -388,6 +390,7 @@ This endpoint supports [keyset pagination](README.md#keyset-based-pagination) fo
"request_access_enabled":false,
"request_access_enabled":false,
"merge_method":"merge",
"merge_method":"merge",
"autoclose_referenced_issues":true,
"autoclose_referenced_issues":true,
"suggestion_commit_message":null,
"statistics":{
"statistics":{
"commit_count":37,
"commit_count":37,
"storage_size":1038090,
"storage_size":1038090,
...
@@ -487,6 +490,7 @@ This endpoint supports [keyset pagination](README.md#keyset-based-pagination) fo
...
@@ -487,6 +490,7 @@ This endpoint supports [keyset pagination](README.md#keyset-based-pagination) fo
"service_desk_enabled":false,
"service_desk_enabled":false,
"service_desk_address":null,
"service_desk_address":null,
"autoclose_referenced_issues":true,
"autoclose_referenced_issues":true,
"suggestion_commit_message":null,
"statistics":{
"statistics":{
"commit_count":12,
"commit_count":12,
"storage_size":2066080,
"storage_size":2066080,
...
@@ -598,6 +602,7 @@ Example response:
...
@@ -598,6 +602,7 @@ Example response:
"request_access_enabled":false,
"request_access_enabled":false,
"merge_method":"merge",
"merge_method":"merge",
"autoclose_referenced_issues":true,
"autoclose_referenced_issues":true,
"suggestion_commit_message":null,
"statistics":{
"statistics":{
"commit_count":37,
"commit_count":37,
"storage_size":1038090,
"storage_size":1038090,
...
@@ -694,6 +699,7 @@ Example response:
...
@@ -694,6 +699,7 @@ Example response:
"service_desk_enabled":false,
"service_desk_enabled":false,
"service_desk_address":null,
"service_desk_address":null,
"autoclose_referenced_issues":true,
"autoclose_referenced_issues":true,
"suggestion_commit_message":null,
"statistics":{
"statistics":{
"commit_count":12,
"commit_count":12,
"storage_size":2066080,
"storage_size":2066080,
...
@@ -844,6 +850,7 @@ GET /projects/:id
...
@@ -844,6 +850,7 @@ GET /projects/:id
"service_desk_enabled":false,
"service_desk_enabled":false,
"service_desk_address":null,
"service_desk_address":null,
"autoclose_referenced_issues":true,
"autoclose_referenced_issues":true,
"suggestion_commit_message":null,
"statistics":{
"statistics":{
"commit_count":37,
"commit_count":37,
"storage_size":1038090,
"storage_size":1038090,
...
@@ -1068,6 +1075,7 @@ POST /projects/user/:user_id
...
@@ -1068,6 +1075,7 @@ POST /projects/user/:user_id
| `only_allow_merge_if_all_discussions_are_resolved` | boolean | no | Set whether merge requests can only be merged when all the discussions are resolved |
| `only_allow_merge_if_all_discussions_are_resolved` | boolean | no | Set whether merge requests can only be merged when all the discussions are resolved |
| `merge_method` | string | no | Set the [merge method](#project-merge-method) used |
| `merge_method` | string | no | Set the [merge method](#project-merge-method) used |
| `autoclose_referenced_issues` | boolean | no | Set whether auto-closing referenced issues on default branch |
| `autoclose_referenced_issues` | boolean | no | Set whether auto-closing referenced issues on default branch |
| `suggestion_commit_message` | string | no | The commit message used to apply merge request suggestions |
| `remove_source_branch_after_merge` | boolean | no | Enable `Delete source branch` option by default for all new merge requests |
| `remove_source_branch_after_merge` | boolean | no | Enable `Delete source branch` option by default for all new merge requests |
| `lfs_enabled` | boolean | no | Enable LFS |
| `lfs_enabled` | boolean | no | Enable LFS |
| `request_access_enabled` | boolean | no | Allow users to request member access |
| `request_access_enabled` | boolean | no | Allow users to request member access |
...
@@ -1133,6 +1141,7 @@ PUT /projects/:id
...
@@ -1133,6 +1141,7 @@ PUT /projects/:id
| `only_allow_merge_if_all_discussions_are_resolved` | boolean | no | Set whether merge requests can only be merged when all the discussions are resolved |
| `only_allow_merge_if_all_discussions_are_resolved` | boolean | no | Set whether merge requests can only be merged when all the discussions are resolved |
| `merge_method` | string | no | Set the [merge method](#project-merge-method) used |
| `merge_method` | string | no | Set the [merge method](#project-merge-method) used |
| `autoclose_referenced_issues` | boolean | no | Set whether auto-closing referenced issues on default branch |
| `autoclose_referenced_issues` | boolean | no | Set whether auto-closing referenced issues on default branch |
| `suggestion_commit_message` | string | no | The commit message used to apply merge request suggestions |
| `remove_source_branch_after_merge` | boolean | no | Enable `Delete source branch` option by default for all new merge requests |
| `remove_source_branch_after_merge` | boolean | no | Enable `Delete source branch` option by default for all new merge requests |
| `lfs_enabled` | boolean | no | Enable LFS |
| `lfs_enabled` | boolean | no | Enable LFS |
| `request_access_enabled` | boolean | no | Allow users to request member access |
| `request_access_enabled` | boolean | no | Allow users to request member access |
msgid "ClusterIntegration|No machine types matched your search"
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
msgstr ""
msgid "ClusterIntegration|No networks found"
msgstr ""
msgid "ClusterIntegration|No projects found"
msgid "ClusterIntegration|No projects found"
msgstr ""
msgstr ""
...
@@ -4172,6 +4187,9 @@ msgstr ""
...
@@ -4172,6 +4187,9 @@ msgstr ""
msgid "ClusterIntegration|No subnet found"
msgid "ClusterIntegration|No subnet found"
msgstr ""
msgstr ""
msgid "ClusterIntegration|No subnetworks found"
msgstr ""
msgid "ClusterIntegration|No zones matched your search"
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
msgstr ""
...
@@ -4268,6 +4286,9 @@ msgstr ""
...
@@ -4268,6 +4286,9 @@ msgstr ""
msgid "ClusterIntegration|Search machine types"
msgid "ClusterIntegration|Search machine types"
msgstr ""
msgstr ""
msgid "ClusterIntegration|Search networks"
msgstr ""
msgid "ClusterIntegration|Search projects"
msgid "ClusterIntegration|Search projects"
msgstr ""
msgstr ""
...
@@ -4280,6 +4301,9 @@ msgstr ""
...
@@ -4280,6 +4301,9 @@ msgstr ""
msgid "ClusterIntegration|Search subnets"
msgid "ClusterIntegration|Search subnets"
msgstr ""
msgstr ""
msgid "ClusterIntegration|Search subnetworks"
msgstr ""
msgid "ClusterIntegration|Search zones"
msgid "ClusterIntegration|Search zones"
msgstr ""
msgstr ""
...
@@ -4298,6 +4322,9 @@ msgstr ""
...
@@ -4298,6 +4322,9 @@ msgstr ""
msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgstr ""
msgid "ClusterIntegration|Select a network to choose a subnetwork"
msgstr ""
msgid "ClusterIntegration|Select a region to choose a Key Pair"
msgid "ClusterIntegration|Select a region to choose a Key Pair"
msgstr ""
msgstr ""
...
@@ -4307,6 +4334,9 @@ msgstr ""
...
@@ -4307,6 +4334,9 @@ msgstr ""
msgid "ClusterIntegration|Select a stack to install Crossplane."
msgid "ClusterIntegration|Select a stack to install Crossplane."
msgstr ""
msgstr ""
msgid "ClusterIntegration|Select a zone to choose a network"
msgstr ""
msgid "ClusterIntegration|Select machine type"
msgid "ClusterIntegration|Select machine type"
msgstr ""
msgstr ""
...
@@ -4484,6 +4514,9 @@ msgstr ""
...
@@ -4484,6 +4514,9 @@ msgstr ""
msgid "ClusterIntergation|Select a VPC"
msgid "ClusterIntergation|Select a VPC"
msgstr ""
msgstr ""
msgid "ClusterIntergation|Select a network"
msgstr ""
msgid "ClusterIntergation|Select a region"
msgid "ClusterIntergation|Select a region"
msgstr ""
msgstr ""
...
@@ -4493,6 +4526,9 @@ msgstr ""
...
@@ -4493,6 +4526,9 @@ msgstr ""
msgid "ClusterIntergation|Select a subnet"
msgid "ClusterIntergation|Select a subnet"
msgstr ""
msgstr ""
msgid "ClusterIntergation|Select a subnetwork"
msgstr ""
msgid "ClusterIntergation|Select an instance type"
msgid "ClusterIntergation|Select an instance type"
msgstr ""
msgstr ""
...
@@ -8330,7 +8366,7 @@ msgstr ""
...
@@ -8330,7 +8366,7 @@ msgstr ""
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
msgstr ""
msgid "GeoNodes|Removing a Geo primary node stops the synchronization to that node. Are you sure?"
msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
msgstr ""
msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
...
@@ -14130,10 +14166,10 @@ msgstr ""
...
@@ -14130,10 +14166,10 @@ msgstr ""
msgid "ProjectSettings|Build, test, and deploy your changes"
msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
msgstr ""
msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
msgstr ""
msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgid "ProjectSettings|Contact an admin to change this setting."
...
@@ -14217,6 +14253,9 @@ msgstr ""
...
@@ -14217,6 +14253,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests"
msgid "ProjectSettings|Merge requests"
msgstr ""
msgstr ""
msgid "ProjectSettings|Merge suggestions"
msgstr ""
msgid "ProjectSettings|No merge commits are created"
msgid "ProjectSettings|No merge commits are created"
msgstr ""
msgstr ""
...
@@ -14268,6 +14307,12 @@ msgstr ""
...
@@ -14268,6 +14307,12 @@ msgstr ""
msgid "ProjectSettings|Submit changes to be merged upstream"
msgid "ProjectSettings|Submit changes to be merged upstream"
msgstr ""
msgstr ""
msgid "ProjectSettings|The commit message used to apply merge request suggestions"