Skip to content

Commit d0cb270

Browse files
olemartinorgOle Martin Handeland
andauthored
chore: add test apps as subtrees (#16648)
Co-authored-by: Ole Martin Handeland <[email protected]>
1 parent 9c2a5eb commit d0cb270

File tree

662 files changed

+75935
-0
lines changed

Some content is hidden

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

662 files changed

+75935
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"repoType": "App",
3+
"datamodelling.preference": "Xsd"
4+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.dockerignore
2+
.env
3+
.git
4+
.gitignore
5+
.vs
6+
.vscode
7+
docker-compose.yml
8+
docker-compose.*.yml
9+
*/bin
10+
*/obj
Lines changed: 265 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,265 @@
1+
syntax: glob
2+
3+
### VisualStudio ###
4+
5+
# Tool Runtime Dir
6+
[Tt]ools/
7+
8+
# User-specific files
9+
*.suo
10+
*.user
11+
*.userosscache
12+
*.sln.docstates
13+
14+
# Entity Framework
15+
Migrations/
16+
17+
# Build results
18+
[Dd]ebug/
19+
[Dd]ebugPublic/
20+
[Rr]elease/
21+
[Rr]eleases/
22+
x64/
23+
x86/
24+
build/
25+
bld/
26+
[Bb]in/
27+
[Oo]bj/
28+
msbuild.log
29+
30+
# Cross building rootfs
31+
cross/rootfs/
32+
33+
# Visual Studio 2015
34+
.vs/
35+
36+
# Visual Studio 2015 Pre-CTP6
37+
*.sln.ide
38+
*.ide/
39+
40+
# MSTest test Results
41+
[Tt]est[Rr]esult*/
42+
[Bb]uild[Ll]og.*
43+
44+
#NUNIT
45+
*.VisualState.xml
46+
TestResult.xml
47+
48+
#JUNIT
49+
junit.xml
50+
51+
# Build Results of an ATL Project
52+
[Dd]ebugPS/
53+
[Rr]eleasePS/
54+
dlldata.c
55+
56+
*_i.c
57+
*_p.c
58+
*_i.h
59+
*.ilk
60+
*.meta
61+
*.obj
62+
*.pch
63+
*.pdb
64+
*.pgc
65+
*.pgd
66+
*.rsp
67+
*.sbr
68+
*.tlb
69+
*.tli
70+
*.tlh
71+
*.tmp
72+
*.tmp_proj
73+
*.log
74+
*.vspscc
75+
*.vssscc
76+
.builds
77+
*.pidb
78+
*.svclog
79+
*.scc
80+
81+
# Chutzpah Test files
82+
_Chutzpah*
83+
84+
# Visual C++ cache files
85+
ipch/
86+
*.aps
87+
*.ncb
88+
*.opendb
89+
*.opensdf
90+
*.sdf
91+
*.cachefile
92+
93+
# Visual Studio profiler
94+
*.psess
95+
*.vsp
96+
*.vspx
97+
98+
# TFS 2012 Local Workspace
99+
$tf/
100+
101+
# Guidance Automation Toolkit
102+
*.gpState
103+
104+
# ReSharper is a .NET coding add-in
105+
_ReSharper*/
106+
*.[Rr]e[Ss]harper
107+
*.DotSettings.user
108+
109+
# JustCode is a .NET coding addin-in
110+
.JustCode
111+
112+
# TeamCity is a build add-in
113+
_TeamCity*
114+
115+
# DotCover is a Code Coverage Tool
116+
*.dotCover
117+
118+
# NCrunch
119+
_NCrunch_*
120+
.*crunch*.local.xml
121+
122+
# MightyMoose
123+
*.mm.*
124+
AutoTest.Net/
125+
126+
# Web workbench (sass)
127+
.sass-cache/
128+
129+
# Installshield output folder
130+
[Ee]xpress/
131+
132+
# DocProject is a documentation generator add-in
133+
DocProject/buildhelp/
134+
DocProject/Help/*.HxT
135+
DocProject/Help/*.HxC
136+
DocProject/Help/*.hhc
137+
DocProject/Help/*.hhk
138+
DocProject/Help/*.hhp
139+
DocProject/Help/Html2
140+
DocProject/Help/html
141+
142+
# Click-Once directory
143+
publish/
144+
145+
# Publish Web Output
146+
*.[Pp]ublish.xml
147+
*.azurePubxml
148+
*.pubxml
149+
*.publishproj
150+
151+
# NuGet Packages
152+
*.nuget.props
153+
*.nuget.targets
154+
*.nupkg
155+
**/packages/*
156+
157+
# NuGet package restore lockfiles
158+
project.lock.json
159+
160+
# Windows Azure Build Output
161+
csx/
162+
*.build.csdef
163+
164+
# Windows Store app package directory
165+
AppPackages/
166+
167+
# Others
168+
*.Cache
169+
ClientBin/
170+
[Ss]tyle[Cc]op.*
171+
~$*
172+
*.dbmdl
173+
*.dbproj.schemaview
174+
*.pfx
175+
*.publishsettings
176+
node_modules/
177+
*.metaproj
178+
*.metaproj.tmp
179+
180+
# RIA/Silverlight projects
181+
Generated_Code/
182+
183+
# Backup & report files from converting an old project file
184+
# to a newer Visual Studio version. Backup files are not needed,
185+
# because we have git ;-)
186+
_UpgradeReport_Files/
187+
Backup*/
188+
UpgradeLog*.XML
189+
UpgradeLog*.htm
190+
191+
# SQL Server files
192+
*.mdf
193+
*.ldf
194+
195+
# Business Intelligence projects
196+
*.rdl.data
197+
*.bim.layout
198+
*.bim_*.settings
199+
200+
# Microsoft Fakes
201+
FakesAssemblies/
202+
203+
### MonoDevelop ###
204+
205+
*.pidb
206+
*.userprefs
207+
208+
### Windows ###
209+
210+
# Windows image file caches
211+
Thumbs.db
212+
ehthumbs.db
213+
214+
# Folder config file
215+
Desktop.ini
216+
217+
# Recycle Bin used on file shares
218+
$RECYCLE.BIN/
219+
220+
# Windows Installer files
221+
*.cab
222+
*.msi
223+
*.msm
224+
*.msp
225+
226+
# Windows shortcuts
227+
*.lnk
228+
229+
### Linux ###
230+
231+
*~
232+
233+
# KDE directory preferences
234+
.directory
235+
236+
### OSX ###
237+
238+
.DS_Store
239+
.AppleDouble
240+
.LSOverride
241+
242+
# Icon must end with two \r
243+
Icon
244+
245+
# Thumbnails
246+
._*
247+
248+
# Files that might appear on external disk
249+
.Spotlight-V100
250+
.Trashes
251+
252+
# Directories potentially created on remote AFP share
253+
.AppleDB
254+
.AppleDesktop
255+
Network Trash Folder
256+
Temporary Items
257+
.apdisk
258+
259+
# vim temporary files
260+
[._]*.s[a-w][a-z]
261+
[._]s[a-w][a-z]
262+
*.un~
263+
Session.vim
264+
.netrwhist
265+
*~
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29409.12
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App", "App\App.csproj", "{DB6EF59F-1C26-4997-8571-C70F983B8759}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{DB6EF59F-1C26-4997-8571-C70F983B8759}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{DB6EF59F-1C26-4997-8571-C70F983B8759}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{DB6EF59F-1C26-4997-8571-C70F983B8759}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{DB6EF59F-1C26-4997-8571-C70F983B8759}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {4584C6E1-D5B4-40B1-A8C4-CF4620EB0896}
24+
EndGlobalSection
25+
EndGlobal
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
2+
<PropertyGroup>
3+
<TargetFramework>net8.0</TargetFramework>
4+
<AssemblyName>Altinn.Application</AssemblyName>
5+
<RootNamespace>Altinn.App</RootNamespace>
6+
</PropertyGroup>
7+
<ItemGroup>
8+
<PackageReference Include="Altinn.App.Api" Version="8.0.0">
9+
<CopyToOutputDirectory>lib\$(TargetFramework)\*.xml</CopyToOutputDirectory>
10+
</PackageReference>
11+
<PackageReference Include="Altinn.App.Core" Version="8.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="5.0.0" />
13+
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
14+
</ItemGroup>
15+
<ItemGroup>
16+
<Folder Include="wwwroot\css\" />
17+
<Folder Include="wwwroot\script\" />
18+
</ItemGroup>
19+
<ItemGroup>
20+
<None Update="config\process\process.bpmn">
21+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
22+
</None>
23+
<None Update="JWTValidationCert.cer">
24+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
25+
</None>
26+
<None Update="**\RuleHandler.js">
27+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
28+
</None>
29+
</ItemGroup>
30+
<PropertyGroup>
31+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
32+
<NoWarn>$(NoWarn);1591</NoWarn>
33+
</PropertyGroup>
34+
<Target Name="CopyXMLFromPackagesForBuild" AfterTargets="Build">
35+
<ItemGroup>
36+
<PackageReferenceFiles Condition="%(PackageReference.CopyToOutputDirectory) != ''" Include="$(NugetPackageRoot)$([MSBuild]::Escape('%(PackageReference.Identity)').ToLower())/%(PackageReference.Version)/%(PackageReference.CopyToOutputDirectory)" />
37+
</ItemGroup>
38+
<Copy SourceFiles="@(PackageReferenceFiles)" DestinationFolder="$(OutDir)" />
39+
</Target>
40+
</Project>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
-----BEGIN CERTIFICATE-----
2+
MIID6DCCAtCgAwIBAgIQRChfIoPK2I9HhR9Gu4/HfDANBgkqhkiG9w0BAQsFADBy
3+
MRMwEQYKCZImiZPyLGQBGRYDY29tMRcwFQYKCZImiZPyLGQBGRYHY29udG9zbzEU
4+
MBIGCgmSJomT8ixkARkWBGNvcnAxFTATBgNVBAsMDFVzZXJBY2NvdW50czEVMBMG
5+
A1UEAwwMUGF0dGkgRnVsbGVyMB4XDTE5MDQwOTEzMTIzN1oXDTIwMDQwOTEzMzIz
6+
N1owcjETMBEGCgmSJomT8ixkARkWA2NvbTEXMBUGCgmSJomT8ixkARkWB2NvbnRv
7+
c28xFDASBgoJkiaJk/IsZAEZFgRjb3JwMRUwEwYDVQQLDAxVc2VyQWNjb3VudHMx
8+
FTATBgNVBAMMDFBhdHRpIEZ1bGxlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC
9+
AQoCggEBAOQBa/dJ5VnfIjEVUB3AhiTSj1Qy4yxrUNqCp/f6hC4nqFCSbRmZoTLl
10+
f7GQjvink3J9s5N5rA1aDn5CaxfR835CSpzo7l9zGPOjOQ2CC5dYCS5VNFmKZx+s
11+
dhWM9lLIqjVjwGcp2y4E/Xtt/nhVakQMWAixg2gMTh6nE+sf3AUu62LyYoWtIjrU
12+
/jGl5xtsz8x3JaxK1e8T54K8OL40CCI+t3dfNdpbXqaT3hBG/d95FcZ36p9jlhql
13+
FUVD8z5M2YXtaQ36g2oJ/cTDkcc6bWGhCYMzAahiWH4ormSzaQdSao+5voixgxe1
14+
0shxp9giyl8NmBUyapSfCYzVcEjw4W0CAwEAAaN6MHgwDgYDVR0PAQH/BAQDAgeA
15+
MBMGA1UdJQQMMAoGCCsGAQUFBwMCMDIGA1UdEQQrMCmgJwYKKwYBBAGCNxQCA6AZ
16+
DBdwYXR0aWZ1bGxlckBjb250b3NvLmNvbTAdBgNVHQ4EFgQUAFi7ufJl/Pcuiv+z
17+
U+ozc2+a4jUwDQYJKoZIhvcNAQELBQADggEBAC5AL53kr8/y1Oe62eZNas9MGQHE
18+
0W7PBaHQ2wfINdRD46JVbL1Qjjxc1gwgUCac/hMYGPswPhtDFDKtXZ338VlyrOe5
19+
0B/9S/xeIR6NdSacPg8jdGwNMS229x07+GqbwkM7Awb5Dz3MNTlcysMj6RHvO1V3
20+
ZAitWbgqFxRG1RufXV0KIKpyAM8JDEUExi6FawBRCjoFK/UxtiyBHnrGCf/Unhld
21+
HKeaDbxGAEvq8iMyxia06FiNFIjVnhqTihmyie65y2D9GLVEevL8SBKNJny/w08U
22+
n5tunumuH0CboznOUkuQHrVNvfW+2lKsVn86BPqCxuOEHY8hOgrIRXsPyCE=
23+
-----END CERTIFICATE-----

0 commit comments

Comments
 (0)