Skip to content

Commit b22c1cd

Browse files
authored
Updating LogShark to 4.1.2 (#112)
Updating LogShark to 4.1.2
1 parent 3a76789 commit b22c1cd

1,543 files changed

Lines changed: 99585 additions & 465598 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
*.suo
2-
*.user
3-
.reviewboardrc
4-
packages/
5-
_Builds/
6-
.vs/
7-
*/bin/
8-
*/obj/
9-
*/Generated/
10-
ArtifactProcessors/*/bin/
11-
ArtifactProcessors/*/obj/
12-
Plugins/*/bin/
13-
Plugins/*/obj/
14-
Templates/*/bin/
15-
Templates/*/obj/
16-
Logshark.CLI.Installer.Bundle/Contents/
17-
Tableau.RestApi/GeneratedCode/*.cs
18-
*.DotSettings
19-
*.DS_Store
20-
*.CoreCompileInputs.cache
21-
/UpgradeLog.htm
1+
packages/*
2+
.vs/*
3+
.idea/*
4+
5+
# Build results
6+
[Dd]ebug/
7+
[Rr]elease/
8+
x64/
9+
build/
10+
bld/
11+
[Bb]in/
12+
[Oo]bj/
13+
14+
# Output folders
15+
Logs/
16+
Output/
17+
Temp/
18+
19+
# Test data
20+
TestLogs/
21+
Properties/
22+
.terraform
23+
*.zip

ArtifactProcessors/TableauDesktopLogProcessor/DesktopLogProcessor.cs

Lines changed: 0 additions & 83 deletions
This file was deleted.

ArtifactProcessors/TableauDesktopLogProcessor/ParserMapping/ParserBuilders/DesktopParserBuilder.cs

Lines changed: 0 additions & 23 deletions
This file was deleted.

ArtifactProcessors/TableauDesktopLogProcessor/ParserMapping/ParserFactory.cs

Lines changed: 0 additions & 27 deletions
This file was deleted.

ArtifactProcessors/TableauDesktopLogProcessor/Parsers/DataEngineParser.cs

Lines changed: 0 additions & 49 deletions
This file was deleted.

ArtifactProcessors/TableauDesktopLogProcessor/Parsers/DesktopCppParser.cs

Lines changed: 0 additions & 34 deletions
This file was deleted.

ArtifactProcessors/TableauDesktopLogProcessor/Parsers/ParserConstants.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

ArtifactProcessors/TableauDesktopLogProcessor/Parsers/ProtocolServerParser.cs

Lines changed: 0 additions & 34 deletions
This file was deleted.

ArtifactProcessors/TableauDesktopLogProcessor/PluginInterfaces/IDesktopPlugin.cs

Lines changed: 0 additions & 6 deletions
This file was deleted.

ArtifactProcessors/TableauDesktopLogProcessor/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)