Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Update hud.js to modify min-width from 1370px to 0px. #126

Open
wants to merge 76 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
af24955
React to new `RequestDelegate` namespace
dougbu Nov 2, 2015
2c89dee
Getting the broker through RequestServices instead of ApplicationServ…
ajtowf Nov 20, 2015
01e7ec9
Bring the latest updates from release to dev
avanderhoorn Nov 23, 2015
05eb4a0
Update package dependencies to be setup for dev
avanderhoorn Nov 23, 2015
b976c0a
Merge pull request #86 from ajtowf/dev
avanderhoorn Nov 23, 2015
9d915da
Fixup broken tfm reference... most likely bad merge from previous
avanderhoorn Nov 23, 2015
c10ea2d
React to breaking razor teg helper registration change
avanderhoorn Nov 23, 2015
1146ead
Add a new solution folder to try and clean things up a little
avanderhoorn Nov 25, 2015
421818b
Get project.json's ready for for Systm.Web introduction
avanderhoorn Nov 25, 2015
3106f1c
Initial commit of SystemWeb project structure
avanderhoorn Nov 29, 2015
03899f3
Resolves #91 by appending html to post content rather than overwritin…
damienpontifex Nov 30, 2015
c946be7
Missed update to RazorServices to capture interface update
avanderhoorn Nov 30, 2015
a3309f2
Merge pull request #92 from damienpontifex/post-content-append
nikmd23 Nov 30, 2015
9b4a534
Merge pull request #90 from Glimpse/SystemWeb_Project_Structure
avanderhoorn Nov 30, 2015
b3c7d6a
Switch default project.json's over to be DNX
avanderhoorn Dec 2, 2015
8ecbc92
Initial setup to get Glimpse pointing to SystemWebAdatper
avanderhoorn Dec 3, 2015
a88a2a3
Add sample systemweb project
avanderhoorn Dec 3, 2015
9585abf
Make sure we ignore systemweb project.json
avanderhoorn Dec 3, 2015
ab68014
Create root entry point for SystemWeb
avanderhoorn Dec 3, 2015
03fa38c
Fix up how SystemWebAdapter package references dlls
avanderhoorn Dec 3, 2015
e6be9ba
Remove missing .MinimumLevel setter
nikmd23 Dec 3, 2015
9e8483b
Bring Service Collection builder and extensions back out from DNX ifdef
avanderhoorn Dec 3, 2015
9dc2f9a
Fillout SystemWeb entry point with implementation
avanderhoorn Dec 3, 2015
de4e7ad
Add ability to disable auto registration of services... with the way …
avanderhoorn Dec 3, 2015
9286490
Rename GlimpseServices to CommonServices to be inline with the way th…
avanderhoorn Dec 4, 2015
a4473d1
Setup projects to produce output on build
avanderhoorn Dec 4, 2015
55d8274
Implement DefaultAssemblyProvider for SystemWeb
avanderhoorn Dec 4, 2015
878602f
Make type selection a little more robust given SystemWeb assembly dis…
avanderhoorn Dec 4, 2015
79799c4
Remove unused namespaces
avanderhoorn Dec 4, 2015
c74b6ff
Setup base HttpModule which checks to see if it Should run and then runs
avanderhoorn Dec 4, 2015
e4f3efe
Base implementation of HttpHandler
avanderhoorn Dec 7, 2015
9600ab3
Add SystemWebAdapter to Server project.json
avanderhoorn Dec 7, 2015
57882c4
Unify the IResourceBuilder register methods
avanderhoorn Dec 7, 2015
a0ff5d6
Reorder logic in ResourceManager slightly
avanderhoorn Dec 7, 2015
238d11b
Shift DNX resources and resource infrastructure into _DNX and matchin…
avanderhoorn Dec 7, 2015
4d74afc
Fix missing ifdef
avanderhoorn Dec 7, 2015
d0268b6
Make sure ResourceStartup is ifdefed
avanderhoorn Dec 8, 2015
630847f
Fix the service registration of a couple of services that could be sw…
avanderhoorn Dec 8, 2015
812ed73
Have registration of IResources use the manager directly
avanderhoorn Dec 8, 2015
b3d9128
Abstract out the Resource registration/execution and Authorization fr…
avanderhoorn Dec 8, 2015
30b6ad5
Abstract out Resource Startup setup to simplify server Middleware logic
avanderhoorn Dec 8, 2015
df34c90
Initial real implementation of Server Handler
avanderhoorn Dec 9, 2015
1ecc1fe
Lets make sure registration of handler endpoints only happens once
avanderhoorn Dec 9, 2015
0b84d76
Shift placement of import in xporj to support exporting dlls
avanderhoorn Dec 10, 2015
f571ec5
Remove unused project that was missed in previous cleanup
avanderhoorn Dec 10, 2015
dc7dd5f
Big project rename to make new naming standards given SystemWeb and D…
avanderhoorn Dec 10, 2015
8ff145f
Raname sample projects to be inline with new naming convention
avanderhoorn Dec 10, 2015
0259009
Pull out SystemWeb vs DNX abstractions from within Glimpse.Agent.Core…
avanderhoorn Dec 10, 2015
bcaf18a
Breakout server dnx/systemweb folders into separate projects
avanderhoorn Dec 11, 2015
055ae0f
Split out ifdef from service registration for Server and Agent
avanderhoorn Dec 11, 2015
7cc3b0b
Split common into DNX and SystemWeb
avanderhoorn Dec 14, 2015
5682dfc
Correctly setup service registration given the new structure
avanderhoorn Dec 14, 2015
0b8bc1c
Fix where embedded file provider looks for resources by default
avanderhoorn Dec 14, 2015
13fed0e
Fix where razor host tries to load its tag helpers from
avanderhoorn Dec 14, 2015
21a6d7d
Remove dependency that StartupOptions has on appbuilder
avanderhoorn Dec 15, 2015
b9537d0
Move namespace that IRegisterServices is in to be consistent
avanderhoorn Dec 15, 2015
20debab
Refactor services out of internal/reflection and init namespaces
avanderhoorn Dec 15, 2015
d6564c7
Change Glimpse.Services namespace to Glimpse.Platform
avanderhoorn Dec 15, 2015
eec767b
Shift contextdata into platform namespace
avanderhoorn Dec 15, 2015
463c656
Cleanup unused namespaces
avanderhoorn Dec 15, 2015
1772adb
Cleanup response types and formatting
avanderhoorn Dec 15, 2015
89c3b6e
Big refactoring of how services are registered, their namespaces and …
avanderhoorn Dec 15, 2015
80d6953
Remove lock to a given dnx version
avanderhoorn Dec 16, 2015
7b5cf60
More refacotring of types & namespaces
avanderhoorn Dec 16, 2015
a062780
Next round of moves in agent
avanderhoorn Dec 16, 2015
0a28805
Update to deal with latest breaking changes from aspnet
avanderhoorn Dec 23, 2015
c08d578
Setup systemweb projects to publish their output
avanderhoorn Dec 23, 2015
688d4d0
Setup the SystemWeb samples in solution
avanderhoorn Dec 23, 2015
942b3e0
Setup sample systemweb project with required packges/dependencies
avanderhoorn Dec 24, 2015
6bae0df
Update build script to work with dotnet CLI
nikmd23 Jan 21, 2016
1308eb0
Fixup which feed we are working aginst
Feb 9, 2016
447bf5d
Update which sample package versions we are working against
Feb 9, 2016
24fa6c4
Add back in IsLocal to the feature collection for the moment
Feb 9, 2016
0365eed
Adjust to changes in the view component DS ags
Feb 9, 2016
8e9e41e
Update references to be inline with latest changes hitting aspnetvnex…
avanderhoorn Mar 10, 2016
e92804e
Update hud.js to modify min-length from 1370px to 0px.
ousiax Jun 23, 2016
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
Prev Previous commit
Next Next commit
Create root entry point for SystemWeb
  • Loading branch information
avanderhoorn committed Dec 3, 2015
commit ab6801438ac7a0c5e9ba5d2b011286f98529bb37
23 changes: 23 additions & 0 deletions src/Glimpse.Common/_SystemWeb/Glimpse.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#if SystemWeb
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;

namespace Glimpse
{
public static class Glimpse
{
public static IServiceCollection Start()
{
return Start(null);
}

public static IServiceCollection Start(IServiceCollection serviceProvider)
{
return null;
}
}
}
#endif