From bf6654e316c5f92a101e6badf8fb51f2a6d2ff77 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 12 Oct 2025 18:24:09 +0200 Subject: tofu: update bpg/proxmox to 0.85.0 --- opentofu/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentofu/versions.tf b/opentofu/versions.tf index 3809679..f722ea0 100644 --- a/opentofu/versions.tf +++ b/opentofu/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.82.1" + version = "0.85.0" } local = { source = "hashicorp/local" -- cgit v1.2.3 type='hidden' name='id' value='c714806051ff100678d350262bb9f992bae06f5e'/> Music app in Java
aboutsummaryrefslogtreecommitdiffstats
path: root/Song (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-28Change out to err for the path verification error message.Clyhtsuriva1-1/+2
2021-06-28Added a break at the end of the r command.Clyhtsuriva1-0/+1
2021-06-27Add new feature - display playlistmanthole5-0/+46
2021-06-27mvn packageClyhtsuriva11-6/+142
2021-06-27mvn packageClyhtsuriva26-301/+313
2021-06-27Fixing lower case issue following acceptance testClyhtsuriva1-9/+3
2021-06-27Fixing conflictsmanthole2-0/+139
2021-06-27Latest maven, jacoco and javadoc filesClyhtsuriva47-313/+822
2021-06-27Catch exception related to search functionalitysaid belhadj4-3/+11
2021-06-27Delete TEST-musichub.business.CategoryTest.xmlSaid Belhadj1-58/+0
2021-06-27Add unit test for Category and Languagesaid belhadj4-0/+164
2021-06-27Update search functionalitysaid belhadj2-0/+8
2021-06-27Added an extension check for songs and covered it with a test.Clyhtsuriva65-77/+92
2021-06-27Fix : Javadoc missingClyhtsuriva80-0/+8465
2021-06-27PlayList class covered at 84%.Clyhtsuriva14-78/+117
2021-06-27Song class fully covered.Clyhtsuriva13-49/+96
2021-06-27Starting Song testsClyhtsuriva17-59/+119
2021-06-27Changed the log type for the JUnit test of LogHandlerClyhtsuriva5-26/+4
2021-06-27XMLHandler tests covered at 91%Clyhtsuriva93-7962/+82