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

Re-organize entire code repo #1220

Merged
merged 34 commits into from
Jul 6, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
4dda6e6
moved Autorest core projects
fearthecowboy Jun 29, 2016
1f574ff
Merge branch 'master' of https://github.com/Azure/autorest
fearthecowboy Jun 29, 2016
8ff55d2
Moved CSharp generators
fearthecowboy Jun 29, 2016
ad05293
Moved nodejs generator
fearthecowboy Jun 29, 2016
35605cc
Moved python generator
fearthecowboy Jun 29, 2016
95469ee
moved Ruby generator
fearthecowboy Jun 29, 2016
dbda90c
moved modelers
fearthecowboy Jun 29, 2016
2b3f30a
moved testserver and client runtimes
fearthecowboy Jun 29, 2016
9021d2e
moved more client runtimes
fearthecowboy Jun 29, 2016
feb2f2c
Merge branch 'master' of https://github.com/Azure/autorest
fearthecowboy Jun 29, 2016
50514c6
moved java generator and runtime (and python runtime)
fearthecowboy Jun 29, 2016
7030178
moved nuget package test
fearthecowboy Jun 29, 2016
83a61f8
Adjusting projects and namespaces -- AzureResourceSchema
fearthecowboy Jun 29, 2016
fc806a3
adjusted project/namespace name for AutoRest.CSharp.Azure
fearthecowboy Jun 29, 2016
f4d5463
updated names/namespaces for AutoRest*CSharp projects
fearthecowboy Jun 29, 2016
ad8d765
updates names/namespaces for extensions
fearthecowboy Jun 29, 2016
ea9120f
updated more projects and namespaces
fearthecowboy Jun 29, 2016
d3714dd
path fixes for a lot of stuff
fearthecowboy Jun 30, 2016
b6c88d2
updated namespaces, paths, etc
fearthecowboy Jun 30, 2016
a63d578
more updates to get closer to actually running
fearthecowboy Jun 30, 2016
216b945
fix up tests to run in new tree
fearthecowboy Jun 30, 2016
2646f1c
pulled from upstream and merged
fearthecowboy Jun 30, 2016
4e1f2fc
ensure that dotnet restore runs for whole project
fearthecowboy Jul 1, 2016
e6b7105
fixed typo
fearthecowboy Jul 1, 2016
3c01cc0
made xprojs work on linux
fearthecowboy Jul 1, 2016
0bbc46b
more fixes to xprojs
fearthecowboy Jul 1, 2016
e9c0317
Fixed NodeJS test project references
fearthecowboy Jul 6, 2016
91db094
removed superflous file references from njsproj files
fearthecowboy Jul 6, 2016
70b48a3
updated codegenerator
fearthecowboy Jul 6, 2016
c5b9999
fixed loading sln files
fearthecowboy Jul 6, 2016
aad4d0f
fixed nuget files
fearthecowboy Jul 6, 2016
00aa570
fixed bad paths
fearthecowboy Jul 6, 2016
a93ae24
fix - actually build package
fearthecowboy Jul 6, 2016
9c25379
*sigh* ... restored disabled tests
fearthecowboy Jul 6, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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