Skip to content

Commit

Permalink
Re-organize entire code repo (Azure#1220)
Browse files Browse the repository at this point in the history
* moved Autorest core projects

* Moved CSharp generators

* Moved nodejs generator

* Moved python generator

* moved Ruby generator

* moved modelers

* moved testserver and client runtimes

* moved more client runtimes

* moved java generator and runtime (and python runtime)

* moved nuget package test

* Adjusting projects and namespaces -- AzureResourceSchema

* adjusted project/namespace name for AutoRest.CSharp.Azure

* updated names/namespaces for AutoRest*CSharp projects

* updates names/namespaces for extensions

* updated more projects and namespaces

* path fixes for a lot of stuff

* updated namespaces, paths, etc

* more updates to get closer to actually running

* fix up tests to run in new tree

* ensure that dotnet restore runs for whole project

* fixed typo

* made xprojs work on linux

* more fixes to xprojs

* Fixed NodeJS test project references

* removed superflous file references from njsproj files

* updated codegenerator

* fixed loading sln files

* fixed nuget files

* fixed bad paths

* fix - actually build package

* *sigh* ... restored disabled tests
  • Loading branch information
fearthecowboy committed Jul 6, 2016
1 parent 86aa2fc commit 45ddc1a
Show file tree
Hide file tree
Showing 3,624 changed files with 3,919 additions and 5,074 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Ignore generated code
AutoRest/NugetPackageTest/Generated
AutoRest/Generators/NodeJS/NodeJS.Tests/AcceptanceTests/*.js
PackageTest/NugetPackageTest/Generated
src/generator/AutoRest.NodeJS.Tests/AcceptanceTests/*.js

## Ignore user-specific files, temporary files, build results, etc.
AutoRest/**/Templates/*.cs
src/**/Templates/*.cs

# User-specific files
*.suo
Expand Down Expand Up @@ -176,8 +177,8 @@ Thumbs.db

#old nuget restore folder
.nuget/
AutoRest/Generators/Ruby/*Tests/Gemfile.lock
AutoRest/Generators/Ruby/*/RspecTests/Generated/*
src/generator/AutoRest.Ruby*Tests/Gemfile.lock
src/generator/AutoRest.Ruby*/*/RspecTests/Generated/*

#netcore
/NetCore
Expand Down
98 changes: 34 additions & 64 deletions AutoRest.sln

Large diffs are not rendered by default.

24 changes: 0 additions & 24 deletions AutoRest/AutoRest.Core.Tests/Resource/AutoRest.json

This file was deleted.

45 changes: 0 additions & 45 deletions AutoRest/AutoRest/AutoRest.Release.json

This file was deleted.

48 changes: 0 additions & 48 deletions AutoRest/AutoRest/AutoRest.json

This file was deleted.

36 changes: 0 additions & 36 deletions AutoRest/Generators/CSharp/CSharp.Tests/AutoRest.json

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions AutoRest/Generators/CSharp/global.json

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions AutoRest/Generators/Java/Azure.Java.Fluent/GlobalSuppressions.cs

This file was deleted.

Loading

0 comments on commit 45ddc1a

Please sign in to comment.