Skip to content

Commit

Permalink
feat: version increment and clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolae-lupei committed Mar 16, 2020
1 parent 643741b commit b02cd29
Show file tree
Hide file tree
Showing 118 changed files with 421 additions and 456 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<Authors>Lupei Nicolae</Authors>
<Company>Indrivo</Company>
<Description>Web app for run gear product</Description>
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<PackageTags>c# gear app .net core web webapp framework</PackageTags>
<PackageReleaseNotes>-Move app extensions</PackageReleaseNotes>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Lupei Nicolae</Authors>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<Company>Indrivo</Company>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Lupei Nicolae</Authors>
<Company>Indrivo</Company>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/GR.Extensions/GR.Audit.Extension/GR.Audit/GR.Audit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Lupei Nicolae</Authors>
<Company>Indrivo</Company>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<Description>Tracking changes from an entity</Description>
<PackageTags>audit</PackageTags>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Configurations>Debug;Release;Stage</Configurations>
<LangVersion>7.3</LangVersion>
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Lupei Nicolae</Authors>
<Company>Indrivo</Company>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Lupei Nicolae</Authors>
<Company>Indrivo</Company>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Lupei Nicolae</Authors>
<Company>Indrivo</Company>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -21,6 +21,9 @@
</ItemGroup>

<ItemGroup>
<Content Update="Views\DataBaseBackup\Index.cshtml">
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
<Content Update="Views\_ViewImports.cshtml">
<Pack>false</Pack>
</Content>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,75 @@
@{
ViewData["Title"] = "Backup manager";
@using ByteSizeLib

@model IEnumerable<GR.Backup.Abstractions.ViewModels.BackupViewModel>

@{
ViewData["Title"] = "Database Backups";
}

<h1>Incoming...</h1>
<div class="card">
<div class="card-header">
<a href="#" id="clear-backups" class="btn btn-danger">Clear</a>
</div>
<div class="card-body">
<table class="table">
<thead>
<tr>
<th>Name</th>
<th>Extension</th>
<th>Creation date</th>
<th>Size</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
@foreach (var item in Model)
{
<tr>
<td>@item.Name</td>
<td>@item.Extension</td>
<td>@item.CreationDate</td>
<td>@ByteSize.FromBytes(item.Size).ToString()</td>
<td>
<a asp-action="DownloadBackup" asp-controller="DataBaseBackup" asp-route-backupName="@item.Name" class="btn btn-default">Download</a>
</td>
</tr>
}

@if (!Model.Any())
{
<tr>
<td colspan="5">No backups!</td>
</tr>
}
</tbody>
</table>
</div>
</div>


@section Scripts{
<script>
$(document).ready(function () {
const toast = new ToastNotifier();
$("#clear-backups").on("click", function () {
$.ajax({
url: "@Url.Action("ClearAll", "DataBaseBackup")",
method: "post",
success: function (response) {
if (response.is_success) {
toast.notifySuccess("Info", "Clear success");
setInterval(() => {
location.reload();
}, 1000);
} else{
toast.notifyErrorList(response.error_list);
}
},
error: function (e) {
console.error(e);
}
});
});
});
</script>
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<Authors>Lupei Nicolae</Authors>
<Company>Indrivo</Company>
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<PackageReleaseNotes>-Add in memory cache provider</PackageReleaseNotes>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<Authors>Lupei Nicolae</Authors>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<PackageTags>redis cache ui gear</PackageTags>
<PackageReleaseNotes>- Fix container scroll</PackageReleaseNotes>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/GR.Extensions/GR.Cache.Extension/GR.Cache/GR.Cache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>7.3</LangVersion>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<Company>Indrivo</Company>
<Authors>Lupei Nicolae</Authors>
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<PackageReleaseNotes>-Add in memory cache provider</PackageReleaseNotes>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<Authors>Lupei Nicolae</Authors>
<Company>Indrivo</Company>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<PackageReleaseNotes>- Send notifications on event manipulation to invited members</PackageReleaseNotes>
<RepositoryUrl>https://github.com/indrivo/GEAR/tree/master/src/GR.Extensions/GR.Calendar.Extensions/GR.Calendar.Abstraction</RepositoryUrl>
<PackageProjectUrl>https://github.com/indrivo/GEAR/tree/master/src/GR.Extensions/GR.Calendar.Extensions/GR.Calendar.Abstraction</PackageProjectUrl>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<Authors>Lupei Nicolae</Authors>
<Company>Indrivo</Company>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<PackageReleaseNotes>- Fix show email address and photo</PackageReleaseNotes>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<PackageTags>calendar api gear graphQL</PackageTags>
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<PackageReleaseNotes>- register api , add some get methods whitout filters</PackageReleaseNotes>
<Version>1.9.1</Version>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<Version>1.9.2</Version>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<Company>Indrivo</Company>
<PackageReleaseNotes>- Fix show email address and photo from api</PackageReleaseNotes>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<RepositoryUrl>https://github.com/indrivo/GEAR/tree/master/src/GR.Extensions/GR.Calendar.Extensions/GR.Calendar.Providers.Google</RepositoryUrl>
<PackageProjectUrl>https://github.com/indrivo/GEAR/tree/master/src/GR.Extensions/GR.Calendar.Extensions/GR.Calendar.Providers.Google</PackageProjectUrl>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<Company>Indrivo</Company>
<RepositoryUrl>https://github.com/indrivo/GEAR/tree/master/src/GR.Extensions/GR.Calendar.Extensions/GR.Calendar.Providers.Outlook</RepositoryUrl>
<PackageProjectUrl>https://github.com/indrivo/GEAR/tree/master/src/GR.Extensions/GR.Calendar.Extensions/GR.Calendar.Providers.Outlook</PackageProjectUrl>
<Version>1.9.1</Version>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<Version>1.9.2</Version>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<Company>Indrivo SRL</Company>
<Description>UI representation of internal calendar</Description>
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<PackageReleaseNotes>- Add remind notification before event minutes to remind set
- Remove organizer parameter from</PackageReleaseNotes>
<PackageTags>calendar .net core c# ui full calendar</PackageTags>
<RepositoryUrl>https://github.com/indrivo/GEAR/tree/master/src/GR.Extensions/GR.Calendar.Extensions/GR.Calendar.Razor</RepositoryUrl>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<Company>Indrivo</Company>
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<PackageReleaseNotes>- Send notifications on event manipulation to invited members</PackageReleaseNotes>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<RepositoryUrl>https://github.com/indrivo/GEAR/tree/master/src/GR.Extensions/GR.Calendar.Extensions/GR.Calendar</RepositoryUrl>
<PackageProjectUrl>https://github.com/indrivo/GEAR/tree/master/src/GR.Extensions/GR.Calendar.Extensions/GR.Calendar</PackageProjectUrl>
<Description>Implementation of calendar repository with Entity framework</Description>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.9.1</Version>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<Version>1.9.2</Version>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<Company>Indrivo</Company>
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<RepositoryUrl>https://github.com/indrivo/GEAR/tree/master/src/GR.Extensions/GR.Core.Extension/GR.Core.Razor</RepositoryUrl>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<PackageProjectUrl>https://github.com/indrivo/GEAR/tree/master/src/GR.Extensions/GR.Core.Extension/GR.Core.Razor</PackageProjectUrl>
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/GR.Extensions/GR.Core.Extension/GR.Core/GR.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<LangVersion>7.3</LangVersion>
<Authors>Lupei Nicolae</Authors>
<Company>Indrivo</Company>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<PackageIconUrl>https://i.ibb.co/KFYfF4D/indrivo-logo.jpg</PackageIconUrl>
<Description>This package is a core to the Gear Cms</Description>
<NeutralLanguage>en</NeutralLanguage>
<RepositoryUrl>https://github.com/indrivo/GEAR/tree/master/src/GR.Extensions/GR.Core.Extension/GR.Core</RepositoryUrl>
<PackageProjectUrl>https://github.com/indrivo/GEAR/tree/master/src/GR.Extensions/GR.Core.Extension/GR.Core</PackageProjectUrl>
<PackageReleaseNotes>- Add long random extensions </PackageReleaseNotes>
<FileVersion>1.9.1</FileVersion>
<AssemblyVersion>1.9.1</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.2</AssemblyVersion>

</PropertyGroup>

Expand Down
Loading

0 comments on commit b02cd29

Please sign in to comment.