Skip to content

Commit da336b8

Browse files
authored
Merge branch 'aliyun:master' into master
2 parents 4ae6dd3 + c317a68 commit da336b8

File tree

23,970 files changed

+887156
-188790
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

23,970 files changed

+887156
-188790
lines changed

.gitignore

Lines changed: 298 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,301 @@
1-
.idea/
2-
.DS_Store
3-
.history/
4-
.nyc_output/
1+
2+
# Created by https://www.gitignore.io/api/csharp
3+
4+
### Csharp ###
5+
## Ignore Visual Studio temporary files, build results, and
6+
## files generated by popular Visual Studio add-ons.
7+
##
8+
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
9+
10+
# User-specific files
11+
*.suo
12+
*.user
13+
*.userosscache
14+
*.sln.docstates
15+
16+
# User-specific files (MonoDevelop/Xamarin Studio)
17+
*.userprefs
18+
19+
# Build results
20+
[Dd]ebug/
21+
[Dd]ebugPublic/
22+
[Rr]elease/
23+
[Rr]eleases/
24+
x64/
25+
x86/
26+
bld/
27+
[Bb]in/
28+
[Oo]bj/
29+
[Ll]og/
30+
31+
# Visual Studio 2015 cache/options directory
32+
.vs/
33+
# Uncomment if you have tasks that create the project's static files in wwwroot
34+
#wwwroot/
35+
36+
# Visual Studio Code cache/options directory
537
.vscode/
6-
*.lock
7-
*.sum
38+
39+
# MSTest test Results
40+
[Tt]est[Rr]esult*/
41+
[Bb]uild[Ll]og.*
42+
43+
# NUNIT
44+
*.VisualState.xml
45+
TestResult.xml
46+
47+
# Build Results of an ATL Project
48+
[Dd]ebugPS/
49+
[Rr]eleasePS/
50+
dlldata.c
51+
52+
# .NET Core
53+
project.lock.json
54+
project.fragment.lock.json
55+
artifacts/
56+
**/Properties/launchSettings.json
57+
58+
*_i.c
59+
*_p.c
60+
*_i.h
61+
*.ilk
62+
*.meta
63+
*.obj
64+
*.pch
65+
*.pdb
66+
*.pgc
67+
*.pgd
68+
*.rsp
69+
*.sbr
70+
*.tlb
71+
*.tli
72+
*.tlh
73+
*.tmp
74+
*.tmp_proj
875
*.log
9-
vendor/
10-
*.iml
11-
target/
12-
.settings/
13-
.classpath
14-
.project
15-
.history/
16-
coverage.html
17-
coverage.out
18-
node_modules/
19-
libraries/
20-
**/.libraries.json
21-
*.sh
22-
**/bin/
23-
**/obj/
24-
**/csharp/**/.vs/
25-
**/dist/
26-
*.tgz
27-
test*
28-
.php_cs.cache
29-
.env
30-
31-
**/python/**/__pycache__
76+
*.vspscc
77+
*.vssscc
78+
.builds
79+
*.pidb
80+
*.svclog
81+
*.scc
82+
83+
# Chutzpah Test files
84+
_Chutzpah*
85+
86+
# Visual C++ cache files
87+
ipch/
88+
*.aps
89+
*.ncb
90+
*.opendb
91+
*.opensdf
92+
*.sdf
93+
*.cachefile
94+
*.VC.db
95+
*.VC.VC.opendb
96+
97+
# Visual Studio profiler
98+
*.psess
99+
*.vsp
100+
*.vspx
101+
*.sap
102+
103+
# TFS 2012 Local Workspace
104+
$tf/
105+
106+
# Guidance Automation Toolkit
107+
*.gpState
108+
109+
# ReSharper is a .NET coding add-in
110+
_ReSharper*/
111+
*.[Rr]e[Ss]harper
112+
*.DotSettings.user
113+
114+
# JustCode is a .NET coding add-in
115+
.JustCode
116+
117+
# TeamCity is a build add-in
118+
_TeamCity*
119+
120+
# DotCover is a Code Coverage Tool
121+
*.dotCover
122+
123+
# Visual Studio code coverage results
124+
*.coverage
125+
*.coveragexml
126+
127+
# NCrunch
128+
_NCrunch_*
129+
.*crunch*.local.xml
130+
nCrunchTemp_*
131+
132+
# MightyMoose
133+
*.mm.*
134+
AutoTest.Net/
135+
136+
# Web workbench (sass)
137+
.sass-cache/
138+
139+
# Installshield output folder
140+
[Ee]xpress/
141+
142+
# DocProject is a documentation generator add-in
143+
DocProject/buildhelp/
144+
DocProject/Help/*.HxT
145+
DocProject/Help/*.HxC
146+
DocProject/Help/*.hhc
147+
DocProject/Help/*.hhk
148+
DocProject/Help/*.hhp
149+
DocProject/Help/Html2
150+
DocProject/Help/html
151+
152+
# Click-Once directory
153+
publish/
154+
155+
# Publish Web Output
156+
*.[Pp]ublish.xml
157+
*.azurePubxml
158+
# TODO: Uncomment the next line to ignore your web deploy settings.
159+
# By default, sensitive information, such as encrypted password
160+
# should be stored in the .pubxml.user file.
161+
#*.pubxml
162+
*.pubxml.user
163+
*.publishproj
164+
165+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
166+
# checkin your Azure Web App publish settings, but sensitive information contained
167+
# in these scripts will be unencrypted
168+
PublishScripts/
169+
170+
# NuGet Packages
32171
*.nupkg
33-
package-lock.json
172+
# The packages folder can be ignored because of Package Restore
173+
**/packages/*
174+
# except build/, which is used as an MSBuild target.
175+
!**/packages/build/
176+
# Uncomment if necessary however generally it will be regenerated when needed
177+
#!**/packages/repositories.config
178+
# NuGet v3's project.json files produces more ignorable files
179+
*.nuget.props
180+
*.nuget.targets
181+
182+
# Microsoft Azure Build Output
183+
csx/
184+
*.build.csdef
185+
186+
# Microsoft Azure Emulator
187+
ecf/
188+
rcf/
189+
190+
# Windows Store app package directories and files
191+
AppPackages/
192+
BundleArtifacts/
193+
Package.StoreAssociation.xml
194+
_pkginfo.txt
195+
196+
# Visual Studio cache files
197+
# files ending in .cache can be ignored
198+
*.[Cc]ache
199+
# but keep track of directories ending in .cache
200+
!*.[Cc]ache/
201+
202+
# Others
203+
ClientBin/
204+
~$*
205+
*~
206+
*.dbmdl
207+
*.dbproj.schemaview
208+
*.jfm
209+
*.pfx
210+
*.publishsettings
211+
orleans.codegen.cs
212+
213+
# Since there are multiple workflows, uncomment next line to ignore bower_components
214+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
215+
#bower_components/
216+
217+
# RIA/Silverlight projects
218+
Generated_Code/
219+
220+
# Backup & report files from converting an old project file
221+
# to a newer Visual Studio version. Backup files are not needed,
222+
# because we have git ;-)
223+
_UpgradeReport_Files/
224+
Backup*/
225+
UpgradeLog*.XML
226+
UpgradeLog*.htm
227+
228+
# SQL Server files
229+
*.mdf
230+
*.ldf
231+
*.ndf
232+
233+
# Business Intelligence projects
234+
*.rdl.data
235+
*.bim.layout
236+
*.bim_*.settings
237+
238+
# Microsoft Fakes
239+
FakesAssemblies/
240+
241+
# GhostDoc plugin setting file
242+
*.GhostDoc.xml
243+
244+
# Node.js Tools for Visual Studio
245+
.ntvs_analysis.dat
246+
node_modules/
247+
248+
# Typescript v1 declaration files
249+
typings/
250+
251+
# Visual Studio 6 build log
252+
*.plg
253+
254+
# Visual Studio 6 workspace options file
255+
*.opt
256+
257+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
258+
*.vbw
259+
260+
# Visual Studio LightSwitch build output
261+
**/*.HTMLClient/GeneratedArtifacts
262+
**/*.DesktopClient/GeneratedArtifacts
263+
**/*.DesktopClient/ModelManifest.xml
264+
**/*.Server/GeneratedArtifacts
265+
**/*.Server/ModelManifest.xml
266+
_Pvt_Extensions
267+
268+
# Paket dependency manager
269+
.paket/paket.exe
270+
paket-files/
271+
272+
# FAKE - F# Make
273+
.fake/
274+
275+
# JetBrains Rider
276+
.idea/
277+
*.sln.iml
278+
279+
# CodeRush
280+
.cr/
281+
282+
# Python Tools for Visual Studio (PTVS)
283+
__pycache__/
284+
*.pyc
285+
286+
# Cake - Uncomment if you are using it
287+
# tools/**
288+
# !tools/packages.config
289+
290+
# Telerik's JustMock configuration file
291+
*.jmconfig
292+
293+
# BizTalk build output
294+
*.btp.cs
295+
*.btm.cs
296+
*.odx.cs
297+
*.xsd.cs
298+
299+
300+
# End of https://www.gitignore.io/api/csharp
301+
dotnet_build.sh

actiontrail-20200706/ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2024-02-21 Version: 2.3.0
2+
- Support API EnableInsight.
3+
- Update API CreateTrail: add param MaxComputeProjectArn.
4+
- Update API CreateTrail: add param MaxComputeWriteRoleArn.
5+
- Update API CreateTrail: update response param.
6+
- Update API DescribeTrails: update response param.
7+
- Update API UpdateTrail: add param MaxComputeProjectArn.
8+
- Update API UpdateTrail: add param MaxComputeWriteRoleArn.
9+
- Update API UpdateTrail: update response param.
10+
11+
112
2023-11-07 Version: 2.2.0
213
- Generated csharp 2020-07-06 for Actiontrail.
314

0 commit comments

Comments
 (0)