autorest/.gitignore

300 строки
3.9 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

2018-10-24 21:23:43 +03:00
## Ignore generated code
PackageTest/NugetPackageTest/Generated
src/generator/AutoRest.NodeJS.Tests/AcceptanceTests/*.js
## Ignore user-specific files, temporary files, build results, etc.
Promote RefactorCodeModel to master (#1545) * Refactor code model (#1444) * CodeModel Refactoring - Moved/Renamed Files * CodeModel Refactoring - Changes to AutoRest/AutoRest.Core * CodeModel Refactoring - Core Tests changes * CodeModel Refactoring - AutoRest.Extensions changes * CodeModel Refactoring - AutoRest.Extensions Tests changes * CodeModel Refactoring - Fix compiler warnign * CodeModel Refactoring - CSharp Generator * CodeModel Refactoring - CSharp Azure Generator * CodeModel Refactoring - CSharp Tests Changes * CodeModel Refactoring - NodeJS changes * CodeModel Refactoring - NodeJS Azure changes * CodeModel Refactoring - Modeler changes * Fix/enable all tests * Fix up c# unit tests * small fixes in Moder * Some last-minute tweaks to the generators to pass tests * Changes to finish getting all the tests to run (in core) * Extensions tests cleanup * Resharper settings * Tweaking the build to build and test ok via gulp * accidentally overwrote fix for in memory assemblies * Fixed glitch in builing * Tweaking build for linux * cleaning up small issues and removing superflous junk * cleaned up stuff around nullability (and some other minor cleanups) * cleaned up stuff around nullability (and some other minor cleanups) - c# * Regenerated Tests Expected files * small code cleanups * Adding compare script to validate against rest-api-specs repo * added report generation to compare script (requires Araxis Merge installed and configured) * fixed use of clientproperty == null (should use !IsClientProperty) * Introduced Plugin Model (refactored plugin classes) (#1509) * Adding validation rules for subscriptionId/api-version params * Introduced Plugin Model (refactored plugin classes) * [Python] CloudError updates (#1510) * Updated CloudError * Added exception documentation * Regenerated tests * All tests working * [Go] Paging tests and general paging fixes (#1489) * Trying to delete duplication * Graph doesn't duplicate odatanextlink * OdataNextLink not duplicated and correctly named * Not needed preparers for paged results are no longer included in models file. This also causes that if there is already a next method defined in swagger for that model (including generic next methods), autorest wont generate the specific next links. * Added paging tests (except fragment link) * Added fragment next link test * Fixed code about preparer for pages types * msrestazure 0.4.4 (#1514) * Addressed PR comments * Remove Python msrest/msrestazure from Autorest repo (#1518) * Remove msrest from Autorest repo * Remove Python msrest from gulpfile * Remove hack in msrestazure to read ../msrest * Update dependencies of Python msrestazure to get msrest from PyPI * Adding mock in msrestazure tests * Simplify tox config for msrestazure * msrestazure 0.4.4 (#1514) * Remove msrestazure Python * Minor code cleanup * Fixing json descriptions * Add min length and max length support to schema generator (#1503) * Add ServiceBus AzureResourceSchema acceptance test * Add minLength and maxLength support to schema generator * Fixing logic to add missing schema resources * Add sql schema test (#1486) * Add ServiceBus AzureResourceSchema acceptance test * Add SQL schema test and fix NotificationHubs schema test * Add service fabric schema tests (#1485) * Add ServiceBus AzureResourceSchema acceptance test * Add ServiceFabric schema test, fix NotificationHubs schema test * Updates/cleanups to plugin model,core and node/c# * small updates to modeler classes * updated project.json files * fixing tests * fixed loader test * Bumping version to fix nuget problem * Updated AzureResourceGenerator to work in new code model * Ruby Refactored To New Code Model (#1535) * Ruby Refactored To New Code Model * fixed small glitches in generator * reverted incorrect fix * checkpoint - work in progress * checkpoint - work in progress #2 * checkpoint - work in progress #3 * stop generating tmp files * Upcased Module name for enums * Added ModuleName to EnumTypeRb * Used Rb type EnumType in Plugin * sigh * Deleted missing paren * Update CodeGeneratorRba.cs * Update CodeGeneratorRb.cs * merge from master and regenerate a couple files * Update gulpfile.js * Fixing property names with leading underscores (#1546) Fixing property names with leading underscores * Changes to the Python Code Generator for the Refactored Code Model (#1539) * Checkpoint - Merged RefactorCodeModel and NewPython branches * Checkpoint - Merged RefactorCodeModel and NewPython branches * Missed file * Checkpoint - Python, tracking down last glitches (still have to fix the composite swagger merge problem) * Checkpoint - Python cleaned up some more glitches * Make sure that compositemodeler is using types from the model. * Python Changes, reviewed by @anna and @lmazuel * regenerated tests * fixup node test failure after refactor * fixed overzealous use of capital 'd' Decimal * updated version to 1.0 ( still in preview) * Temporarily removing Go, Java, Fluent projects from solution until stable in new model
2016-11-02 23:46:19 +03:00
compare-results/*
2015-02-21 03:32:44 +03:00
# User-specific files
*.suo
*.user
*.sln.docstates
.vs
2015-12-08 22:58:39 +03:00
launchSettings.json
2015-02-21 03:32:44 +03:00
# Build results
binaries/
[Dd]ebug*/
[Rr]elease/
2015-02-28 11:06:08 +03:00
[Tt]est[Rr]esult*
2015-02-21 03:32:44 +03:00
[Bb]uild[Ll]og.*
2015-02-28 11:06:08 +03:00
[Bb]uild.out
2015-02-21 03:32:44 +03:00
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.vspscc
*.vssscc
.builds
*.pidb
*.log*
2015-02-21 03:32:44 +03:00
*.scc
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
# Visual Studio profiler
*.psess
*.vsp
# VS Code settings
*.vscode
2015-02-21 03:32:44 +03:00
# Code analysis
*.CodeAnalysisLog.xml
# Guidance Automation Toolkit
*.gpState
2015-02-28 11:06:08 +03:00
# ReSharper is a Visual Studio add-in
2015-02-21 03:32:44 +03:00
_ReSharper*/
*.[Rr]e[Ss]harper
# NCrunch
*.ncrunch*
.*crunch*.local.xml
# Installshield output folder
[Ee]xpress
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish
# Publish Web Output
2015-02-28 11:06:08 +03:00
*.[Pp]ublish.xml
2015-02-21 03:32:44 +03:00
# Others
[Bb]in
[Oo]bj
sql
*.Cache
ClientBin
[Ss]tyle[Cc]op.*
~$*
*.dbmdl
# Build tasks
2015-07-03 03:24:56 +03:00
[Tt]ools/*.dll
2015-04-09 01:02:32 +03:00
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# Azure Tooling #
node_modules
2015-06-22 22:28:10 +03:00
.ntvs_analysis.dat
2015-04-09 01:02:32 +03:00
# Eclipse #
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
2015-06-27 10:10:55 +03:00
# Xamarin #
*.userprefs
2015-04-09 01:02:32 +03:00
# Other Tooling #
.classpath
.project
target
2015-07-31 04:16:58 +03:00
build
2015-12-02 00:58:10 +03:00
reports
2015-07-31 04:16:58 +03:00
.gradle
2015-04-09 01:02:32 +03:00
.idea
*.iml
2016-02-23 02:26:24 +03:00
Tools/7-Zip
.gitrevision
2015-04-09 01:02:32 +03:00
2015-02-21 03:32:44 +03:00
# Sensitive files
*.keys
*.pfx
2015-02-28 11:06:08 +03:00
*.cer
2015-04-09 01:02:32 +03:00
*.pem
*.jks
2015-02-21 03:32:44 +03:00
# Backup & report files from converting a project to a new version of VS.
2015-02-21 03:32:44 +03:00
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
# NuGet
# packages
2015-02-21 03:32:44 +03:00
2015-04-09 01:02:32 +03:00
# Mac OS #
2015-02-21 03:32:44 +03:00
.DS_Store
2015-04-09 01:02:32 +03:00
.DS_Store?
# Windows #
Thumbs.db
2015-02-21 03:32:44 +03:00
# Mono
*dll.mdb
*exe.mdb
#old nuget restore folder
.nuget/
src/generator/AutoRest.Ruby*Tests/Gemfile.lock
src/generator/AutoRest.Ruby*/*/RspecTests/Generated/*
2018-10-24 21:23:43 +03:00
#netcore
2016-05-23 21:28:07 +03:00
/NetCore
*.lock.json
#dnx installation
dnx-clr-win-x86*/
dnx-coreclr-win-x86*/
/dnx
# Gemfile.lock
Gemfile.lock
# go ignore
src/generator/AutoRest.Go.Tests/pkg/*
src/generator/AutoRest.Go.Tests/bin/*
src/generator/AutoRest.Go.Tests/src/github.com/*
src/generator/AutoRest.Go.Tests/src/tests/generated/*
src/generator/AutoRest.Go.Tests/src/tests/vendor/*
src/generator/AutoRest.Go.Tests/src/tests/glide.lock
2016-10-06 02:26:19 +03:00
*.js.map
# backup files
*~
2016-10-06 02:26:19 +03:00
#client runtime
src/client/**/*
src/extension/old/**/*
src/bootstrapper
src/extension/out
src/next-gen
package/nuget/tools
package/chocolatey/*.nupkg
merge 2.0 into master (#2554) * Update README.md * remove -LEGACY (#2387) * remove legacy entry point and CompSwaggerModeler * regen * deps * Initial bootstrapper changes for 2.0 (#2400) * moving files to be in better locations * minor tweaks * WIP * wip * wip * removed async iterable * added tslint config * cleaned up help * 2.0 (#2402) * moving files to be in better locations * minor tweaks * WIP * wip * wip * removed async iterable * added tslint config * cleaned up help * installer testing * fixed cmdline more * 2.0 (#2404) * moving files to be in better locations * minor tweaks * WIP * wip * wip * removed async iterable * added tslint config * cleaned up help * installer testing * fixed cmdline more * shouldn't have a bin setting for core * making local install work * fixing conflig * lighter CodeModel (#2398) * light * fixed tests * more cleanup * regen * more cleanup * bump travis node * fixed build script * use-extension (#2405) * use-extension * dyn extension loading * inst dir * identity plugin * new paths and stuff * extract classic configurationm * more ext * minor improv * fixed bootstrapper * temp dependency change since I can't access the perks project * stricter type checking * cleanup (#2410) * cleanup * no merging, no file system abstraction * less dependency injection * regen * smoothing stuff out (#2420) * it happened * doc sync * shut up Travis * better github URI conversion (fixes #2411) * Removing CSharp validator (#2406) * stashing` * stashing * stash 2 * final touches * stashing` * stashing * stash 2 * final touches * use-extension * dyn extension loading * inst dir * identity plugin * new paths and stuff * extract classic configurationm * more ext * minor improv * fixed bootstrapper * stashing for tests * stashing again * stashing stuff * stashing for pipeline * blah * stashing` * stashing * stash 2 * final touches * temp * tstash * all working * cleanup * more undoing * working now * removing docs * undoing changes * proper packages now * Fixing CI * upping version number * final changes to be tested * regen code * tests passing * Fixing preview version num * another version * publishing everything * another version * AutoRest Extension Documentation (#2441) * extension docs * point to implementations * issue hunt (#2457) * don't walk up folders by default * added configuration output-artifact * docs/samples * fix * auto-generated header * fixed #2459 * simplifications and fix #2432 * fixes and improvements * adjusted test cases to new directory structure and plugin extraction * default header without version * regen samples * regen all * updated Swagger extensions documentation with specs repo data * x-ms-paths doc update (fixes #2440) * nit * complain about missing required props (fixes #2210) * fix * disable maps * Fixes to extension installation (#2463) * added locking into package mgmt * added locking * bumped version of extension * Content-Type handling fix and update (#2465) * test case * fix * test * Update compiling-autorest.md (#2481) Fix typo * Update compiling-autorest.md (#2480) Fix typo * fix #2473 (#2483) * clean up extra references (#2478) * added locking into package mgmt * added locking * bumped version of extension * cleaned up references * fix build with long paths * Update transform-designer-cs.proj * added nuke option to gulp script * updated package.json to latest perks * update go version in travis * disabled go tests that are not right * updated readme * renamed build.ps1 * trying to surf-build * added build.cmd for surf * fixing script * docs: spelling fix + png instead of svg (#2491) * Update AutoRest-fundamentals.md * Add files via upload * Delete pipeline.svg * Update AutoRest-fundamentals.md * example generation and other goodness (#2489) * marshal log messages * example gen (cs) * improvements * sample * general improvements * regen after message forwarding * sample * thanks ts hero * iced * cleanup * shut C# up * regen * fix * Update regeneration.iced (#2494) * GitHub auth (#2487) * auth-token forwarding (already enables using autorest on Swaggers with ext. references) * more test * OAuth * OAuth param * test * rethink: FS * simpl * fini * docs * Fixes to the markdown generator as requested by the doc team. (#2455) Strip out embedded new-line characters in descriptions. Place child documents in nested directories and generate appropriate inline links to them. Remove the "null" text for empty resource arrays. * Fix d.ts files for nodejs code gen (#2468) * generator and tsconfig.json changes * code generation changes * apiVersion should not be allowed to set * code changes for api-version * regenerated samples * Revert "regenerated samples" This reverts commit 7f8973b0f410df22fe9f9e42eb89ca5c8576ccd6. * regenerated * Add support for autorest.home (#2498) * added locking into package mgmt * added locking * bumped version of extension * cleaned up references * fix build with long paths * Update transform-designer-cs.proj * added nuke option to gulp script * updated package.json to latest perks * update go version in travis * disabled go tests that are not right * updated readme * renamed build.ps1 * trying to surf-build * added build.cmd for surf * fixing script * tweaking build cmd * tweaking packaing * do reset on regen * fix unlink * fix regeneration correctly * it's building! it's testing! It's a freakin' miracle! * make regenerate-samples work right * regeneration fixes * PHP (#2508) * PHP * Update YamlDotNet to 4.2.1 * PHP: 'file' type support * AdditionalProperties for objects. * PHP: Remove api-version from a file name. * Generated file. * CI probe (#2513) CI probe (and disabling Go tests) * PHP: Optional parameters. (#2510) * data store simplification (#2495) * unification of FS scopes * write refactor * consistency * tests * regen * cleanup (#2506) * less chatty * fixable * tests * CodeModel.Name * EnumType.SerializedName * Method.SerializedName * Property.Summary * tests * CompositeType.SerializedName * MethodGroup.stuff * PrimaryType.SerializedName * IVariable.SerializedName * regen * regen * fix php after rebase * THAT global state * oh dear, tests already relied on that bug * fix php after rebase * prevent over escaping * fix cleaning tmp folder (#2516) * testing (#2517) * prob * reenable * debugging and reenabled tests * launch config * Debugging docs (#2518) * docs * test fix * PHP: Swagger: schema information has to be in 'schema' property if 'in' property is 'body'. (#2514) * Generate 'schema' property when In is 'body'. * PHP: additionProperties => true * PHP: additionalProperties bug fix. * Report on output-folder issue (#2524) * don't swallow exceptions happening after process * regen * Better commenting for addl params (#2521) * Update transform-designer-cs.proj * Update literate-configuration.md (#2512) * Better commenting for addl params * Addressed PR comments * regen * Unused files * Code generation for application/x-www-form-urlencoded (#2527) * Formdata option for form urlencoded * regen * unused * unnecessaRY DIFF * self-contained modeler (#2528) * Defaulting collectionFormat for query params (#2530) * Desugar `use` for pulling in extensions (#2541) * no singleton * desugar 'use' * regen * Extension and modeler fixes. (#2547) * Extension and modeler fixes. Generate parameter group postfix names according to the spec. Preserve extensions when building header types. * Correctly handle case when postfix value is null. * split projects (#2552) * fixes * ... * cleanup * cleanup * pin versions * tests * travis * tests * no classic generators in regen... * event emitter * regen * linux ready and updated classic validator (#2555) * linux ready * bump * ref fixed classic validator * regen * travis * oav dummy * stability * regen * docs * cleanup gulp * more docs * more docs (mention dotnet 2.0 dependency and npm scripts)
2017-08-28 20:57:39 +03:00
Samples/**/*.map
# npm (we do want to test for most recent versions)
**/package-lock.json
2019-09-04 22:08:30 +03:00
**/dist/
src/*/nm
2017-09-21 03:09:46 +03:00
/nm/
2018-10-19 23:14:07 +03:00
*.tgz
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
# next.js build output
.next
# Common toolchain intermediate files
temp
# Rush files
common/temp/**
2018-10-24 21:23:43 +03:00
package-deps.json
common/config/rush/shrinkwrap.yaml
# Code generation output for regression tests
core/test/regression
regression-tests/output
# TS incremental build cache
*.tsbuildinfo
*.njsproj