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

OSOE-593: Update Node.js Extensions to latest release incl. extra logging #442

Merged
merged 35 commits into from
Apr 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
df0590d
Update NE to latest
Mar 30, 2023
3ce6878
Merge remote-tracking branch 'origin/dev' into issue/OSOE-593
Mar 31, 2023
2d9c0af
Update NE to minor fix
Apr 1, 2023
567c3fa
Write step summary with tool versions
Apr 1, 2023
d22c834
Fix build: escape & in XML command
Apr 1, 2023
bbe38a9
Add missing step title in LGHA
Apr 1, 2023
a584ea9
Ignore unneeded jobs
Apr 1, 2023
50fadf5
Get job summary printed
Apr 1, 2023
36bdf55
Merge remote-tracking branch 'origin/dev' into issue/OSOE-593
Apr 3, 2023
e9a517a
Run 5 windows builds
Apr 3, 2023
99f24b8
Increase timeout for default runners
Apr 3, 2023
d6d0018
Print job summary with markdown - again
Apr 3, 2023
ef073c1
Run job summary in default shell
Apr 3, 2023
ec6e80d
Add missing shell
Apr 3, 2023
0cd8ea0
Switching to pwsh
Apr 3, 2023
1cb9c2c
Using a table
Apr 3, 2023
b461e8d
Restore build, run summary always
Apr 3, 2023
3b02fe7
Only run windows build again
Apr 3, 2023
7139887
Revert build workflow
Apr 3, 2023
977b9c7
Empty trigger commit
Apr 3, 2023
1a9b5e7
Updating submodule:
dministro Apr 4, 2023
dc170ba
Merge remote-tracking branch 'origin/dev' into issue/OSOE-593
Apr 6, 2023
8e8c1d6
Merge remote-tracking branch 'origin/dev' into issue/OSOE-593
Apr 7, 2023
fcdc157
Shared and Exclusive lock for NE
Apr 7, 2023
270e3eb
Fix compilation errors
Apr 7, 2023
680e58d
Fix analyzer warnings, improve code
Apr 11, 2023
ef72f24
Merge remote-tracking branch 'origin/dev' into issue/OSOE-593
Apr 11, 2023
488bd52
Merge branch 'dev' into issue/OSOE-593
Apr 11, 2023
dbfab47
Actually use the SharedMutex for "pnpm build"
Apr 12, 2023
211c7f3
Fix analyzer warnings
Apr 12, 2023
e95fa7d
Final changes
Apr 12, 2023
a573930
Move NE test project into new Utilities folder underneath test
Apr 12, 2023
a2f2285
Heavy refactoring of NE
Apr 12, 2023
a4d8ab9
Fix new analyzer warning
Apr 12, 2023
3726dec
Targeting dev in workflow
dministro Apr 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions Lombiq.OSOCE.sln
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.ContentEditors.Sampl
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.ContentEditors.Tests.UI", "src\Modules\Lombiq.ContentEditors\Lombiq.ContentEditors.Tests.UI\Lombiq.ContentEditors.Tests.UI.csproj", "{C90E70CD-B792-4C1D-BE8A-FB47C1C33A36}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.NodeJs.Extensions.Tests", "src\Utilities\Lombiq.NodeJs.Extensions\Lombiq.NodeJs.Extensions.Tests\Lombiq.NodeJs.Extensions.Tests.csproj", "{B5D907C6-FD72-4024-94D8-5CDBE4F11D3E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Utilities", "Utilities", "{7AD3C143-3B8B-46A3-97B0-CABFCC973335}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -1032,6 +1036,18 @@ Global
{C90E70CD-B792-4C1D-BE8A-FB47C1C33A36}.Release|x64.Build.0 = Release|Any CPU
{C90E70CD-B792-4C1D-BE8A-FB47C1C33A36}.Release|x86.ActiveCfg = Release|Any CPU
{C90E70CD-B792-4C1D-BE8A-FB47C1C33A36}.Release|x86.Build.0 = Release|Any CPU
{B5D907C6-FD72-4024-94D8-5CDBE4F11D3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5D907C6-FD72-4024-94D8-5CDBE4F11D3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5D907C6-FD72-4024-94D8-5CDBE4F11D3E}.Debug|x64.ActiveCfg = Debug|Any CPU
{B5D907C6-FD72-4024-94D8-5CDBE4F11D3E}.Debug|x64.Build.0 = Debug|Any CPU
{B5D907C6-FD72-4024-94D8-5CDBE4F11D3E}.Debug|x86.ActiveCfg = Debug|Any CPU
{B5D907C6-FD72-4024-94D8-5CDBE4F11D3E}.Debug|x86.Build.0 = Debug|Any CPU
{B5D907C6-FD72-4024-94D8-5CDBE4F11D3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5D907C6-FD72-4024-94D8-5CDBE4F11D3E}.Release|Any CPU.Build.0 = Release|Any CPU
{B5D907C6-FD72-4024-94D8-5CDBE4F11D3E}.Release|x64.ActiveCfg = Release|Any CPU
{B5D907C6-FD72-4024-94D8-5CDBE4F11D3E}.Release|x64.Build.0 = Release|Any CPU
{B5D907C6-FD72-4024-94D8-5CDBE4F11D3E}.Release|x86.ActiveCfg = Release|Any CPU
{B5D907C6-FD72-4024-94D8-5CDBE4F11D3E}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -1116,6 +1132,8 @@ Global
{1B7C5C5D-E20F-4707-A0B5-8602DF7DA78D} = {11E06A11-1733-408D-BB2F-BFA07075F812}
{66571E77-70C3-4A1E-8C0F-9E15F933E771} = {11E06A11-1733-408D-BB2F-BFA07075F812}
{C90E70CD-B792-4C1D-BE8A-FB47C1C33A36} = {6ED7E28F-0556-471C-8AD1-5BB0941411DD}
{B5D907C6-FD72-4024-94D8-5CDBE4F11D3E} = {7AD3C143-3B8B-46A3-97B0-CABFCC973335}
{7AD3C143-3B8B-46A3-97B0-CABFCC973335} = {FF48793C-2AC5-4FAA-9BA1-44448E3A7F98}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6926E60-1F5A-4B05-B835-B1021FBE07C5}
Expand Down
2 changes: 1 addition & 1 deletion src/Utilities/Lombiq.Npm.Targets
dministro marked this conversation as resolved.
Show resolved Hide resolved