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
When your Gatlab repo is old and hudge, may be you should not import all
your repo. Commits messages may respect the correct layout and do not
refer any mantis ticket number.
This feature can also avoid erors during very large imports.
When your report is very hudge, reimport all commits could be
very timeconsuming, and the result is so huge that php engine can raise
a memory error.
fix "deprecated dynamic parrameter" creation.
$s_plugin_Source_ensure_delete = 'Do you really want to delete the "%s" repository and all of its history?';
140
140
$s_plugin_Source_ensure_import_full = 'This will import to a new copy of your repository, and then destroy the old repository data, and may require use of shell access. Do you wish to continue?';
141
+
$s_plugin_Source_ensure_import__full_since = 'This will import to a new copy of your repository since "%s", and then destroy the old repository data, and may require use of shell access. Do you wish to continue?';
141
142
$s_plugin_Source_ensure_import_latest = 'This will attempt to import recent data for your repository, and may require use of shell access. Do you wish to continue?';
143
+
$s_plugin_Source_ensure_import_latest_since = 'This will attempt to import since "%s" for yout repository, and may require use of shell access. Do you wish to continue?';
$s_plugin_Source_attach_to_issue = 'Attacher des demandes :';
@@ -134,7 +135,9 @@ $s_plugin_Source_changeset_removed = 'Jeu de changement détaché';
134
135
135
136
$s_plugin_Source_ensure_delete = 'Voulez-vous vraiment supprimer le dépôt "%s" et tout son historique ?';
136
137
$s_plugin_Source_ensure_import_full = 'Ceci va importer une nouvelle copie de votre dépôt, puis détruira les vieilles données de dépôt et pourrait avoir besoin d\'un accès au shell. Voulez-vous continuer ?';
138
+
$s_plugin_Source_ensure_import_full_since = 'Ceci va importer une nouvelle copie de votre dépôt depuis le "%s", puis détruira les vieilles données de dépôt et pourrait avoir besoin d\'un accès au shell. Voulez-vous continuer ?';
137
139
$s_plugin_Source_ensure_import_latest = 'Ceci va tenter d\'importer les données récentes dans votre dépôt et pourrait avoir besoin d\'un accès au shell. Voulez-vous continuer ?';
140
+
$s_plugin_Source_ensure_import_latest_since = 'Cevi va tenter d\'importer les données depuis le "%s" dans votre dépôt et pourrait avoir besoin d\'un accès au shell. Voulez-vous continuer ?';
138
141
$s_plugin_Source_import_results = 'Résultats de l\'import';
139
142
$s_plugin_Source_import_stats = '%s jeux de changements importés, %s fichiers, et %s références de demande.';
140
143
$s_plugin_Source_import_repo_error = 'Le processus d\'import a rencontré une erreur.';
$s_plugin_SourceGitlab_hub_reponame = 'GitLab Repository Name<br /><span class="small">Name & Namespace with no leading or trailing slashes (namespace/project)</span>';
15
15
$s_plugin_SourceGitlab_hub_app_secret = 'GitLab API Key<br /><span class="small">api key for mantis user (continuous user)</span>';
16
16
$s_plugin_SourceGitlab_master_branch = 'Allowed Branches<br/><span class="small">(comma-separated list, regular expression with /.../ or *)</span>';
17
+
$s_plugin_SourceGitlab_hub_oldest_commit_date = 'Import since (optional)<br/><span class="small">Oldest commit will be ignored, leave empty to import all commits</span>';
17
18
$s_plugin_SourceGitlab_import_limit = 'Import Limit<br/><span class="small">at most this many commits per import action (0: unlimited)</span>';
18
19
19
20
$s_plugin_SourceGitlab_error_api = 'GitLab API error (%1$s)';
0 commit comments