Skip to content

Commit

Permalink
Added MVC tests. Added NLog extension. Added builder. Added nuget stu…
Browse files Browse the repository at this point in the history
…ff. Version 0.1.1.0.
  • Loading branch information
mroach committed Apr 23, 2013
1 parent 48b420a commit 7d55513
Show file tree
Hide file tree
Showing 60 changed files with 1,674 additions and 273 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -20,3 +20,7 @@ src/sidekickapp.cs
src/sidekickapp.exe
specwatchr-usage.txt
dotnet.watchr.rb

# ignore publish stuff
build/publish/lib/*/*.dll
build/*.nupkg
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,11 @@
# CHANGELOG

# 0.1.1.0 (2013-04-23)

* Added web.config transform
* Ignore null appsetting values


# 0.1.0.0 (2013-04-23)

* Initial release. Testing out nuget
67 changes: 67 additions & 0 deletions LICENSE.txt
@@ -0,0 +1,67 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.

"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.

"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.

"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.

"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.

"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.

"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).

"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.

"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."

"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.

2. Grant of Copyright License.

Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.

3. Grant of Patent License.

Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.

4. Redistribution.

You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:

You must give any other recipients of the Work or Derivative Works a copy of this License; and
You must cause any modified files to carry prominent notices stating that You changed the files; and
You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.

5. Submission of Contributions.

Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.

6. Trademarks.

This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty.

Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.

8. Limitation of Liability.

In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability.

While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS
1 change: 1 addition & 0 deletions VERSION
@@ -0,0 +1 @@
0.1.1.0
1 change: 1 addition & 0 deletions build/package.nuspec
@@ -0,0 +1 @@
<?xml version='1.0'?><package xmlns='http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd'><metadata><id>RollbarSharp</id><version>0.1.0.0</version><title>RollbarSharp</title><authors>Michael Roach</authors><description>Bindings for the Rollbar (rollbar.com) error reporting system</description><releaseNotes/><copyright/><language>en-US</language><licenseUrl>https://github.com/mroach/RollbarSharp/blob/master/LICENSE.txt</licenseUrl><projectUrl>https://github.com/mroach/rollbarsharp</projectUrl><tags>rollbar</tags><dependencies><dependency id='Newtonsoft.Json' version='4.0'/></dependencies></metadata></package>
1 change: 1 addition & 0 deletions build/publish/RollbarSharp.nuspec
@@ -0,0 +1 @@
<?xml version='1.0'?><package xmlns='http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd'><metadata><id>RollbarSharp</id><version>0.1.1.0</version><title>RollbarSharp</title><authors>Michael Roach</authors><description>Bindings for the Rollbar (rollbar.com) error reporting system</description><releaseNotes/><copyright/><language>en-US</language><licenseUrl>https://github.com/mroach/RollbarSharp/blob/master/LICENSE.txt</licenseUrl><projectUrl>https://github.com/mroach/rollbarsharp</projectUrl><tags>rollbar</tags><dependencies><dependency id='Newtonsoft.Json' version='4.0'/></dependencies></metadata></package>
6 changes: 6 additions & 0 deletions build/publish/content/web.config.transform
@@ -0,0 +1,6 @@
<configuration>
<appSettings>
<add key="Rollbar.AccessToken" value="YOUR_TOKEN_HERE" />
<add key="Rollbar.Environment" value="development" />
</appSettings>
</configuration>
101 changes: 101 additions & 0 deletions build/rakefile.rb
@@ -0,0 +1,101 @@
require 'rubygems'
require 'albacore'
require 'version_bumper'

APPLICATION_NAME = "RollbarSharp"
BUILD_CONFIGURATION = "Release"

ROOT = File.expand_path('../../', __FILE__)
SRC_ROOT = File.join(ROOT, 'src')
BUILD_ROOT = File.join(ROOT, 'build')
SOLUTION_FILE = File.join(SRC_ROOT, "RollbarSharp.sln")
BIN_DIR = File.join(SRC_ROOT, "RollbarSharp/bin/#{BUILD_CONFIGURATION}/")
PUBLISH_DIR = File.join(BUILD_ROOT, 'publish')

BUILD_PROPERTIES = {
:configuration => BUILD_CONFIGURATION
}

bumper_file File.join(ROOT, 'VERSION')

def current_build_number
bumper_version.to_s
end

def packagename
"#{APPLICATION_NAME}-#{current_build_number}.zip"
end

# finds the text of the current changelog notes
# used for populating release notes in nuget
def release_notes
changelog = IO.read(File.join(ROOT, 'CHANGELOG.md'))
match = /#\s+(#{Regexp.quote(current_build_number)})[^\r\n]+[\r\n]+(?<text>[^#\z]+)/.match(changelog)
match[:text].strip
end

task :default => [:fetch_packages, :build]

desc "Update the AssemblyInfo file with the latest version"
assemblyinfo :assemblyinfo do |asm|
asm.version = current_build_number
asm.product_name = APPLICATION_NAME
asm.title = APPLICATION_NAME
asm.description = APPLICATION_NAME
asm.output_file = File.join(SRC_ROOT, "RollbarSharp/Properties/AssemblyInfo.cs")
end

desc "Fetch nuget pacakges needed to build the release solution"
exec :fetch_packages do |cmd|
package_file = File.join(SRC_ROOT, 'RollbarSharp/packages.config')
package_out = File.join(SRC_ROOT, 'packages')

cmd.command = "nuget"
cmd.parameters = "install #{package_file} -o #{package_out}"
end

desc "Build the DLLs"
msbuild :build => [:assemblyinfo] do |msb|
msb.targets :clean, :build
msb.solution = SOLUTION_FILE
msb.properties = BUILD_PROPERTIES
msb.verbosity = "minimal"
end

desc "create the nuget spec file"
nuspec do |nuspec|
nuspec.id = APPLICATION_NAME
nuspec.version = current_build_number
nuspec.authors = "Michael Roach"
nuspec.description = "Bindings for the Rollbar (rollbar.com) error reporting system"
#nuspec.releaseNotes = release_notes -- not yet supported by albacore. sent a pull request...
nuspec.title = APPLICATION_NAME
nuspec.language = "en-US"
nuspec.licenseUrl = "https://github.com/mroach/RollbarSharp/blob/master/LICENSE.txt"
nuspec.projectUrl = "https://github.com/mroach/rollbarsharp"
nuspec.dependency "Newtonsoft.Json", "4.0"
nuspec.tags = "rollbar"
nuspec.working_directory = PUBLISH_DIR
nuspec.output_file = "#{APPLICATION_NAME}.nuspec"
end

task :copy do
cp_r(File.join(BIN_DIR, "RollbarSharp.dll"), File.join(PUBLISH_DIR, 'lib/net40/'))
end

desc "Create the nuget package"
nugetpack do |nuget|
nuget.command = "nuget"
nuget.nuspec = File.join(PUBLISH_DIR, "#{APPLICATION_NAME}.nuspec")
nuget.base_folder = PUBLISH_DIR
nuget.output = BUILD_ROOT
nuget.symbols = false
end

nugetpush do |nuget|
nuget.command = "nuget"
nuget.packagename = File.join(BUILD_DIR, "#{APPLICATION_NAME}.#{current_build_number}.nupkg")
nuget.create_only = true
end

task :nuget_bundle => [:build, :nuspec, :copy, :nugetpack]
32 changes: 32 additions & 0 deletions src/RollbarSharp.Mvc4Test/App_Start/FilterConfig.cs
@@ -0,0 +1,32 @@
using System.IO;
using System.Web.Mvc;

namespace RollbarSharp.Mvc4Test
{
public class FilterConfig
{
public static void RegisterGlobalFilters(GlobalFilterCollection filters)
{
filters.Add(new RollbarExceptionFilter());
filters.Add(new HandleErrorAttribute());
}
}

public class RollbarExceptionFilter : IExceptionFilter
{
public void OnException(ExceptionContext filterContext)
{
if (filterContext.ExceptionHandled)
return;

var client = new RollbarClient();
client.RequestCompleted += client_RequestCompleted;
client.SendException(filterContext.Exception);
}

void client_RequestCompleted(object source, RequestCompletedEventArgs args)
{
File.WriteAllText(@"c:\users\mroach\stuff\debug.txt", args.Result.ToString());
}
}
}
23 changes: 23 additions & 0 deletions src/RollbarSharp.Mvc4Test/App_Start/RouteConfig.cs
@@ -0,0 +1,23 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;

namespace RollbarSharp.Mvc4Test
{
public 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 }
);
}
}
}
19 changes: 19 additions & 0 deletions src/RollbarSharp.Mvc4Test/App_Start/WebApiConfig.cs
@@ -0,0 +1,19 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web.Http;

namespace RollbarSharp.Mvc4Test
{
public static class WebApiConfig
{
public static void Register(HttpConfiguration config)
{
config.Routes.MapHttpRoute(
name: "DefaultApi",
routeTemplate: "api/{controller}/{id}",
defaults: new { id = RouteParameter.Optional }
);
}
}
}
20 changes: 20 additions & 0 deletions src/RollbarSharp.Mvc4Test/Controllers/MainController.cs
@@ -0,0 +1,20 @@
using System;
using System.Web.Mvc;
using System.Web.Security;

namespace RollbarSharp.Mvc4Test.Controllers
{
public class MainController : Controller
{
public ActionResult Home()
{
FormsAuthentication.SetAuthCookie("mroach", true);
return View();
}

public ActionResult Error()
{
throw new Exception("An error has occurred upon request");
}
}
}
1 change: 1 addition & 0 deletions src/RollbarSharp.Mvc4Test/Global.asax
@@ -0,0 +1 @@
<%@ Application Codebehind="Global.asax.cs" Inherits="RollbarSharp.Mvc4Test.MvcApplication" Language="C#" %>
24 changes: 24 additions & 0 deletions src/RollbarSharp.Mvc4Test/Global.asax.cs
@@ -0,0 +1,24 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Http;
using System.Web.Mvc;
using System.Web.Routing;

namespace RollbarSharp.Mvc4Test
{
// Note: For instructions on enabling IIS6 or IIS7 classic mode,
// visit http://go.microsoft.com/?LinkId=9394801
public class MvcApplication : System.Web.HttpApplication
{
protected void Application_Start()
{
AreaRegistration.RegisterAllAreas();

WebApiConfig.Register(GlobalConfiguration.Configuration);
FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
RouteConfig.RegisterRoutes(RouteTable.Routes);
}
}
}
35 changes: 35 additions & 0 deletions src/RollbarSharp.Mvc4Test/Properties/AssemblyInfo.cs
@@ -0,0 +1,35 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("RollbarSharp.Mvc4Test")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("RollbarSharp.Mvc4Test")]
[assembly: AssemblyCopyright("Copyright © 2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("37888abd-6a2b-4776-a2a7-6273a55eef79")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit 7d55513

Please sign in to comment.