diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e69de29..fc1d2a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: nuget + directory: "/src/atlassian-downloader" + schedule: + interval: daily + time: "02:00" + open-pull-requests-limit: 10 \ No newline at end of file diff --git a/.github/workflows/dotnet-develop.yml b/.github/workflows/dotnet-develop.yml index 07e024a..0de9be6 100644 --- a/.github/workflows/dotnet-develop.yml +++ b/.github/workflows/dotnet-develop.yml @@ -19,13 +19,13 @@ jobs: - uses: actions/checkout@v2 - name: Restore dependencies run: | - cd src + cd src/atlassian-downloader dotnet restore - name: Build run: | - cd src + cd src/atlassian-downloader dotnet build --no-restore - name: Test run: | - cd src + cd src/atlassian-downloader dotnet test --no-build --verbosity normal diff --git a/.github/workflows/dotnet-master.yml b/.github/workflows/dotnet-master.yml index f81ed45..5aa572d 100644 --- a/.github/workflows/dotnet-master.yml +++ b/.github/workflows/dotnet-master.yml @@ -16,13 +16,13 @@ jobs: - uses: actions/checkout@v2 - name: Restore dependencies run: | - cd src + cd src/atlassian-downloader dotnet restore - name: Build run: | - cd src + cd src/atlassian-downloader dotnet build --no-restore - name: Test run: | - cd src + cd src/atlassian-downloader dotnet test --no-build --verbosity normal diff --git a/src/Program.cs b/src/atlassian-downloader/Program.cs similarity index 100% rename from src/Program.cs rename to src/atlassian-downloader/Program.cs diff --git a/src/AtlassianDownloader.csproj b/src/atlassian-downloader/atlassian-downloader.csproj similarity index 100% rename from src/AtlassianDownloader.csproj rename to src/atlassian-downloader/atlassian-downloader.csproj diff --git a/src/AtlassianDownloader.sln b/src/atlassian-downloader/atlassian-downloader.sln similarity index 92% rename from src/AtlassianDownloader.sln rename to src/atlassian-downloader/atlassian-downloader.sln index da0bb6a..47e2779 100644 --- a/src/AtlassianDownloader.sln +++ b/src/atlassian-downloader/atlassian-downloader.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30803.129 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AtlassianDownloader", "AtlassianDownloader.csproj", "{9C7EA014-5883-4FCD-BF1D-DC561F8958DD}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AtlassianDownloader", "atlassian-downloader.csproj", "{9C7EA014-5883-4FCD-BF1D-DC561F8958DD}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/src/atlassian-downloader/build.bat b/src/atlassian-downloader/build.bat new file mode 100644 index 0000000..0d18e91 --- /dev/null +++ b/src/atlassian-downloader/build.bat @@ -0,0 +1,4 @@ +dotnet.exe publish -r win7-x64 --self-contained true --framework net5.0 --configuration Release +dotnet.exe publish -r win7-x86 --self-contained true --framework net5.0 --configuration Release +dotnet.exe publish -r linux-x64 --self-contained true --framework net5.0 --configuration Release +dotnet.exe publish -r linux-musl-x64 --self-contained true --framework net5.0 --configuration Release \ No newline at end of file diff --git a/src/atlassian-downloader/build.sh b/src/atlassian-downloader/build.sh new file mode 100644 index 0000000..1e52f0f --- /dev/null +++ b/src/atlassian-downloader/build.sh @@ -0,0 +1,4 @@ +dotnet publish -r win7-x64 --self-contained true --framework net5.0 --configuration Release +dotnet publish -r win7-x86 --self-contained true --framework net5.0 --configuration Release +dotnet publish -r linux-x64 --self-contained true --framework net5.0 --configuration Release +dotnet publish -r linux-musl-x64 --self-contained true --framework net5.0 --configuration Release diff --git a/src/favicon.ico b/src/atlassian-downloader/favicon.ico similarity index 100% rename from src/favicon.ico rename to src/atlassian-downloader/favicon.ico diff --git a/src/favicon.png b/src/atlassian-downloader/favicon.png similarity index 100% rename from src/favicon.png rename to src/atlassian-downloader/favicon.png diff --git a/src/build.bat b/src/build.bat deleted file mode 100644 index fa23137..0000000 --- a/src/build.bat +++ /dev/null @@ -1,2 +0,0 @@ -dotnet.exe publish -r win7-x64 --self-contained true --framework net5.0 --configuration Release -dotnet.exe publish -r win7-x86 --self-contained true --framework net5.0 --configuration Release diff --git a/src/build.sh b/src/build.sh deleted file mode 100644 index 8ed0bb5..0000000 --- a/src/build.sh +++ /dev/null @@ -1,4 +0,0 @@ -dotnet.exe publish -r linux-x64 --self-contained true --framework net5.0 --configuration Release -dotnet.exe publish -r linux-musl-x64 --self-contained true --framework net5.0 --configuration Release -dotnet.exe publish -r rhel.6-x64 --self-contained true --framework net5.0 --configuration Release -dotnet.exe publish -r tizen --self-contained true --framework net5.0 --configuration Release diff --git a/src/_links/archived/bamboo.json b/src/json-backups/archived/bamboo.json similarity index 100% rename from src/_links/archived/bamboo.json rename to src/json-backups/archived/bamboo.json diff --git a/src/_links/archived/confluence.json b/src/json-backups/archived/confluence.json similarity index 100% rename from src/_links/archived/confluence.json rename to src/json-backups/archived/confluence.json diff --git a/src/_links/archived/crowd.json b/src/json-backups/archived/crowd.json similarity index 100% rename from src/_links/archived/crowd.json rename to src/json-backups/archived/crowd.json diff --git a/src/_links/archived/crucible.json b/src/json-backups/archived/crucible.json similarity index 100% rename from src/_links/archived/crucible.json rename to src/json-backups/archived/crucible.json diff --git a/src/_links/archived/fisheye.json b/src/json-backups/archived/fisheye.json similarity index 100% rename from src/_links/archived/fisheye.json rename to src/json-backups/archived/fisheye.json diff --git a/src/_links/archived/jira-core.json b/src/json-backups/archived/jira-core.json similarity index 100% rename from src/_links/archived/jira-core.json rename to src/json-backups/archived/jira-core.json diff --git a/src/_links/archived/jira-servicedesk.json b/src/json-backups/archived/jira-servicedesk.json similarity index 100% rename from src/_links/archived/jira-servicedesk.json rename to src/json-backups/archived/jira-servicedesk.json diff --git a/src/_links/archived/jira-software.json b/src/json-backups/archived/jira-software.json similarity index 100% rename from src/_links/archived/jira-software.json rename to src/json-backups/archived/jira-software.json diff --git a/src/_links/archived/jira.json b/src/json-backups/archived/jira.json similarity index 100% rename from src/_links/archived/jira.json rename to src/json-backups/archived/jira.json diff --git a/src/_links/archived/stash.json b/src/json-backups/archived/stash.json similarity index 100% rename from src/_links/archived/stash.json rename to src/json-backups/archived/stash.json diff --git a/src/_links/current/bamboo.json b/src/json-backups/current/bamboo.json similarity index 100% rename from src/_links/current/bamboo.json rename to src/json-backups/current/bamboo.json diff --git a/src/_links/current/confluence.json b/src/json-backups/current/confluence.json similarity index 100% rename from src/_links/current/confluence.json rename to src/json-backups/current/confluence.json diff --git a/src/_links/current/crowd.json b/src/json-backups/current/crowd.json similarity index 100% rename from src/_links/current/crowd.json rename to src/json-backups/current/crowd.json diff --git a/src/_links/current/crucible.json b/src/json-backups/current/crucible.json similarity index 100% rename from src/_links/current/crucible.json rename to src/json-backups/current/crucible.json diff --git a/src/_links/current/fisheye.json b/src/json-backups/current/fisheye.json similarity index 100% rename from src/_links/current/fisheye.json rename to src/json-backups/current/fisheye.json diff --git a/src/_links/current/jira-core.json b/src/json-backups/current/jira-core.json similarity index 100% rename from src/_links/current/jira-core.json rename to src/json-backups/current/jira-core.json diff --git a/src/_links/current/jira-servicedesk.json b/src/json-backups/current/jira-servicedesk.json similarity index 100% rename from src/_links/current/jira-servicedesk.json rename to src/json-backups/current/jira-servicedesk.json diff --git a/src/_links/current/jira-software.json b/src/json-backups/current/jira-software.json similarity index 100% rename from src/_links/current/jira-software.json rename to src/json-backups/current/jira-software.json diff --git a/src/_links/current/stash.json b/src/json-backups/current/stash.json similarity index 100% rename from src/_links/current/stash.json rename to src/json-backups/current/stash.json diff --git a/src/_links/readme.md b/src/json-backups/readme.md similarity index 100% rename from src/_links/readme.md rename to src/json-backups/readme.md diff --git a/src/_links/update.sh b/src/json-backups/update.sh similarity index 100% rename from src/_links/update.sh rename to src/json-backups/update.sh