Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Add edge provider implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
avranju committed Apr 25, 2018
1 parent 40f30d9 commit 5fd31db
Show file tree
Hide file tree
Showing 33 changed files with 1,231 additions and 101 deletions.
26 changes: 26 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
root = true

[*.cs]
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true

dotnet_style_qualification_for_field = true
dotnet_style_qualification_for_property = true
dotnet_style_qualification_for_method = true
dotnet_style_qualification_for_event = true
csharp_style_var_when_type_is_apparent = true
csharp_style_expression_bodied_methods = true:suggestion
csharp_style_pattern_matching_over_as_with_null_check = true:suggestion
csharp_space_after_keywords_in_control_flow_statements = true

dotnet_naming_rule.async_methods_end_in_async.symbols = any_async_methods
dotnet_naming_rule.async_methods_end_in_async.style = end_in_async
dotnet_naming_rule.async_methods_end_in_async.severity = suggestion
dotnet_naming_symbols.any_async_methods.applicable_kinds = method
dotnet_naming_symbols.any_async_methods.applicable_accessibilities = *
dotnet_naming_symbols.any_async_methods.required_modifiers = async
dotnet_naming_style.end_in_async.required_suffix = Async
dotnet_naming_style.end_in_async.capitalization = pascal_case
226 changes: 125 additions & 101 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,39 +1,126 @@
###
OneBranch Specific
###

# Build generated files in src
/src/**/objd/**/*
/src/**/obj/**/*
/src/**/bin/**/*
/src/**/gen/**/*
/src/**/*.nuspec
/src/**/StyleCop.Cache

# QuickBuild and Build Exe
/src/**/build*.dbb
/src/**/build*.evt
/src/**/build*.log
/src/**/build*.trc
/src/**/build*.trc.txt
/src/**/__tracer/
/src/**/QLogs/
QuickBuild.log

# MSBuild's log file
msbuild.log

# VSMSBuild generated files in CoreXT
*.projhash*
*.slnhash*

# Build.exe
*.err
*.wrn
*.log
*.prf
*.trc
buildd.dbb
build.dbb
buildd.evt
build.evt

# CloudBuild
BuildSessionInfo.json
QBuildResultStats.txt
QLogs

###
Repository Bloat Risks
###
*.exe
*.dll
*.lib
*.pdb
*.wim
*.zip
*.gz

###
Secret Disclosure Risks
From: AzSec@microsoft.com
###

# *.pfx
*.[Pp][Ff][Xx]

# *.key
*.[Kk][Ee][Yy]

# *.sst
*.[Ss][Ss][Tt]

# *.p12
*.[Pp]12

# *.pvk
*.[Pp][Vv][Kk]

# wdsconfig.xml
[Ww][Dd][Ss][Cc][Oo][Nn][Ff][Ii][Gg].[Xx][Mm][Ll]

# wdsdeploy.xml
[Ww][Dd][Ss][Dd][Ee][Pp][Ll][Oo][Yy].[Xx][Mm][Ll]

# accounts.xml
[Aa][Cc][Cc][Oo][Uu][Nn][Tt][Ss].[Xx][Mm][Ll]

# deploymentsecrets.xml
[Dd][Ee][Pp][Ll][Oo][Yy][Mm][Ee][Nn][Tt][Ss][Ee][Cc][Rr][Ee][Tt][Ss].[Xx][Mm][Ll]
[Ss][Yy][Ss][Pp][Rr][Ee][Pp].[Ii][Nn][Ff]

###
From: https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
Commit: 5130d9a5060fcaed8f7458a8717b5573f5562774
###

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
_logs/
[Bb]in/
[Oo]bj/
[Ll]og/

# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# Roslyn cache directories
*.ide/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*.trx

# NUNIT
#NUNIT
*.VisualState.xml
TestResult.xml

Expand All @@ -42,12 +129,6 @@ TestResult.xml
[Rr]eleasePS/
dlldata.c

# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
**/Properties/launchSettings.json

*_i.c
*_p.c
*_i.h
Expand Down Expand Up @@ -80,18 +161,14 @@ _Chutzpah*
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# TFS 2012 Local Workspace
$tf/
Expand All @@ -104,7 +181,7 @@ _ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding add-in
# JustCode is a .NET coding addin-in
.JustCode

# TeamCity is a build add-in
Expand All @@ -113,14 +190,9 @@ _TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover

# Visual Studio code coverage results
*.coverage
*.coveragexml

# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
Expand Down Expand Up @@ -148,16 +220,11 @@ publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
Expand All @@ -166,44 +233,27 @@ PublishScripts/
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
# Windows Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/
rcf/

# Windows Store app package directories and files
# Windows Store app package directory
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
*.[Cc]ache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs

# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
*.pyc
node_modules/
bower_components/

# RIA/Silverlight projects
Generated_Code/
Expand All @@ -219,7 +269,6 @@ UpgradeLog*.htm
# SQL Server files
*.mdf
*.ldf
*.ndf

# Business Intelligence projects
*.rdl.data
Expand All @@ -229,60 +278,35 @@ UpgradeLog*.htm
# Microsoft Fakes
FakesAssemblies/

# GhostDoc plugin setting file
*.GhostDoc.xml

# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/

# Typescript v1 declaration files
typings/

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# Paket dependency manager
.paket/paket.exe
paket-files/
.vs/
.vscode/launch.json
.vscode/settings.json
.vscode/tags

# FAKE - F# Make
.fake/
launchSettings.json
target/
**/generated/*

# JetBrains Rider
.idea/
*.sln.iml
# macOS files
.DS_Store

# CodeRush
.cr/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
# VS on Mac files
*.userprefs

# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config
# IoT Edge artifacts
backup.json

# Telerik's JustMock configuration file
*.jmconfig
# python
**/*.egg-info

# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
# JetBrains Rider files
.idea/
15 changes: 15 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/src/Microsoft.Azure.VirtualKubelet.Edge.Provider/Microsoft.Azure.VirtualKubelet.Edge.Provider.csproj"
],
"problemMatcher": "$msCompile"
}
]
}
Loading

0 comments on commit 5fd31db

Please sign in to comment.