diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..383213e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "Short description of issue" +labels: bug +assignees: '' +--- + +**Description:** Full description of issue here + +**Expected behavior:** Screenshots and/or description of expected behavior + +**OS:** OS on which the bug was encountered [e.g. linux x86_64 QTS 5.1.8 (20240712)] + +**Docker version:** Docker version [e.g. 27.1.1] + +**Total CPU:** Total available CPU + +**Total RAM:** Total available RAM + +**Application version:** Application version you are using [e.g. 1.0.1] + +**Workaround** A workaround you may have found + +[Pull requests](https://github.com/Ramo-Y/BulkRename/pulls) are very welcome. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..cdc8a94 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "Short description of request" +labels: feature request +assignees: '' +--- + +**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. + +**Describe the solution you'd like** A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** Add any other context or screenshots about the feature request here. + +[Pull requests](https://github.com/Ramo-Y/BulkRename/pulls) are very welcome. \ No newline at end of file diff --git a/src/BulkRename.IntegrationTests/BulkRename.IntegrationTests.csproj b/src/BulkRename.IntegrationTests/BulkRename.IntegrationTests.csproj index 5c4bf87..b668e11 100644 --- a/src/BulkRename.IntegrationTests/BulkRename.IntegrationTests.csproj +++ b/src/BulkRename.IntegrationTests/BulkRename.IntegrationTests.csproj @@ -10,9 +10,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/BulkRename/BulkRename.csproj b/src/BulkRename/BulkRename.csproj index b54c75b..7849111 100644 --- a/src/BulkRename/BulkRename.csproj +++ b/src/BulkRename/BulkRename.csproj @@ -5,15 +5,14 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + diff --git a/src/BulkRename/Models/PreparationDatabase.cs b/src/BulkRename/Models/PreparationDatabase.cs index 20c6477..931ea83 100644 --- a/src/BulkRename/Models/PreparationDatabase.cs +++ b/src/BulkRename/Models/PreparationDatabase.cs @@ -55,7 +55,8 @@ private async Task TrySeedData(DbContext context) _logger.LogWarning("Database is propably not ready..."); _logger.LogWarning($"Connection failed, will try again. Max timeout = {_connectionTimeOut}ms"); - Thread.Sleep(1000); + + await Task.Delay(1000); await TrySeedData(context); } } diff --git a/src/BulkRename/Views/Shared/_Layout.cshtml b/src/BulkRename/Views/Shared/_Layout.cshtml index 4ac1f61..3a20e98 100644 --- a/src/BulkRename/Views/Shared/_Layout.cshtml +++ b/src/BulkRename/Views/Shared/_Layout.cshtml @@ -45,9 +45,11 @@ -