Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support to Oracle Database Storage on MiniProfiler #503

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
2617fae
Version inicial de OracleStorage Provider
ferpaz Jun 12, 2020
9cd8975
Proveedor Oracle funcionando correctamente
ferpaz Jun 12, 2020
178065f
Limpieza del código fuente
ferpaz Jun 12, 2020
3b65568
Sample project for OracleStorage Provider
ferpaz Jun 15, 2020
71e5a3d
Tested for version 4.1.0, with Oracle Managed DataAccess 12.2.1100. N…
ferpaz Jul 2, 2020
c378b82
Upgrade to Oracle Managed DataAccess v.2.19.70
ferpaz Jul 2, 2020
79558f2
Standarize sample MVC 5 application
ferpaz Jul 2, 2020
37501bc
Discard changes in other projects
ferpaz Jul 2, 2020
650fd0c
Merge commit 'b27bea37e9f32abbfec90918c0d747a78e1aeca6' into OracleMa…
ferpaz Oct 28, 2021
42f97b7
Remove GeneratePackageOnBuild from project
ferpaz Oct 28, 2021
851c1fe
Merge branch 'main' into OracleManagedProvider
ferpaz Oct 28, 2021
3a0d304
Version inicial de OracleStorage Provider
ferpaz Jun 12, 2020
794c7e7
Proveedor Oracle funcionando correctamente
ferpaz Jun 12, 2020
3d8af09
Limpieza del código fuente
ferpaz Jun 12, 2020
1bab3d6
Sample project for OracleStorage Provider
ferpaz Jun 15, 2020
cd6fd23
Tested for version 4.1.0, with Oracle Managed DataAccess 12.2.1100. N…
ferpaz Jul 2, 2020
0c6d968
Upgrade to Oracle Managed DataAccess v.2.19.70
ferpaz Jul 2, 2020
1a8e39a
Standarize sample MVC 5 application
ferpaz Jul 2, 2020
c7b6af1
Discard changes in other projects
ferpaz Jul 2, 2020
55444d8
Remove GeneratePackageOnBuild from project
ferpaz Oct 28, 2021
a4377d7
Merge remote-tracking branch 'origin/OracleManagedProvider' into Orac…
ferpaz Jul 4, 2023
65b9472
Remove Code Smells after merge
ferpaz Jul 4, 2023
aaca6e7
Changes to accomplish Null safety, like the rest of providers
ferpaz Jul 4, 2023
b21d93c
Update package Oracle.ManagedDataAccess.Core to 2.19.190
ferpaz Jul 5, 2023
b92feff
Oracle.ManagedDataAccess.Core to 2.19.220
ferpaz Jan 15, 2024
6afccf0
Update Sample Proyect to Oracle.ManagedDataAccess.Core to 2.19.220
ferpaz Jan 15, 2024
633fbc3
Add new features to MongoDbStorage provider (#613)
IanKemp Aug 2, 2023
b004f6c
Project files: cleanup/normalization (#641)
NickCraver Aug 2, 2023
db3af52
Eliminate the use of inline styles, making it compatible with strict …
rwasef1830 Aug 3, 2023
137f610
Fix #652 - respect PopupDecimalPlaces in all cases (#655)
NickCraver Aug 3, 2023
d616917
Update release notes for #641
NickCraver Aug 3, 2023
64982a0
Fix method name of async ResultsListAuthorizeAsync method in document…
afuersch Nov 23, 2023
fa5e991
Merge branch 'MiniProfiler:main' into OracleManagedProvider
ferpaz Jun 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion MiniProfiler.sln
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Samples.AspNet", "samples\S
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniProfiler.Minimal", "src\MiniProfiler.Minimal\MiniProfiler.Minimal.csproj", "{A1DCACC2-0D9A-401E-B6A4-856E5DD00541}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Samples.Mvc5.Oracle", "samples\Samples.Mvc5.Oracle\Samples.Mvc5.Oracle.csproj", "{0BCD4266-7820-4945-9ACC-B8F8250DF79F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniProfiler.Providers.Oracle", "src\MiniProfiler.Providers.Oracle\MiniProfiler.Providers.Oracle.csproj", "{63829E59-0A2E-42A2-8EF6-B806257B9ADA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -210,6 +214,14 @@ Global
{A1DCACC2-0D9A-401E-B6A4-856E5DD00541}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1DCACC2-0D9A-401E-B6A4-856E5DD00541}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1DCACC2-0D9A-401E-B6A4-856E5DD00541}.Release|Any CPU.Build.0 = Release|Any CPU
{0BCD4266-7820-4945-9ACC-B8F8250DF79F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BCD4266-7820-4945-9ACC-B8F8250DF79F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BCD4266-7820-4945-9ACC-B8F8250DF79F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BCD4266-7820-4945-9ACC-B8F8250DF79F}.Release|Any CPU.Build.0 = Release|Any CPU
{63829E59-0A2E-42A2-8EF6-B806257B9ADA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63829E59-0A2E-42A2-8EF6-B806257B9ADA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63829E59-0A2E-42A2-8EF6-B806257B9ADA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63829E59-0A2E-42A2-8EF6-B806257B9ADA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -243,10 +255,12 @@ Global
{A14EA029-60E2-485A-B757-3626511CF2C4} = {5C8ED0C0-7DBB-4660-836E-A760E25160A0}
{9C7822CD-BE8E-424F-A0C6-86CC986ABB42} = {E0DA4035-4D64-4BB8-8EA1-42197DE62519}
{A1DCACC2-0D9A-401E-B6A4-856E5DD00541} = {6A510DBF-E85F-4D2C-B8F7-006DA31B3418}
{0BCD4266-7820-4945-9ACC-B8F8250DF79F} = {E0DA4035-4D64-4BB8-8EA1-42197DE62519}
{63829E59-0A2E-42A2-8EF6-B806257B9ADA} = {6A510DBF-E85F-4D2C-B8F7-006DA31B3418}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
LessCompiler = 6a2b5b70-1c32-482f-b5c6-0597e2d4e376
SolutionGuid = {9373F37A-A996-4545-A251-1902C8886E3F}
LessCompiler = 6a2b5b70-1c32-482f-b5c6-0597e2d4e376
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = StackExchange.Profiling.vsmdi
Expand Down
23 changes: 23 additions & 0 deletions samples/Samples.Mvc5.Oracle/App_Start/BundleConfig.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
using System.Web.Optimization;

namespace Samples.Mvc5
{
public static class BundleConfig
{
// For more information on bundling, visit https://go.microsoft.com/fwlink/?LinkId=301862
public static void RegisterBundles(BundleCollection bundles)
{
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
"~/Scripts/jquery-{version}.js"));

bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include(
"~/Scripts/bootstrap.js",
"~/Scripts/respond.js"));

bundles.Add(new StyleBundle("~/Content/css").Include(
"~/Content/bootstrap.css",
"~/Content/bootstrap-theme.css",
"~/Content/site.css"));
}
}
}
14 changes: 14 additions & 0 deletions samples/Samples.Mvc5.Oracle/App_Start/FilterConfig.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
using System.Web.Mvc;
using StackExchange.Profiling.Mvc;

namespace Samples.Mvc5
{
public static class FilterConfig
{
public static void RegisterGlobalFilters(GlobalFilterCollection filters)
{
filters.Add(new HandleErrorAttribute());
filters.Add(new ProfilingActionFilter());
}
}
}
19 changes: 19 additions & 0 deletions samples/Samples.Mvc5.Oracle/App_Start/RouteConfig.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
using System.Web.Mvc;
using System.Web.Routing;

namespace Samples.Mvc5
{
public static class RouteConfig
{
public static void RegisterRoutes(RouteCollection routes)
{
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");

routes.MapRoute(
name: "Default",
url: "{controller}/{action}/{id}",
defaults: new { controller = "Home", action = "Index", id = UrlParameter.Optional }
);
}
}
}
13 changes: 13 additions & 0 deletions samples/Samples.Mvc5.Oracle/Content/Site.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.navbar {
margin-bottom: 0;
}

.glyphicon.spinning {
margin-left: 5px;
font-size: 0.6em;
animation: spin 0.6s infinite linear;
}
@keyframes spin {
from { transform: scale(1) rotate(0deg); }
to { transform: scale(1) rotate(360deg); }
}
Loading