Skip to content

Updated GitHub Sample. #1

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

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
24 changes: 15 additions & 9 deletions .github/workflows/gitleaks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.2.2
- name: Install the gitleaks
run: wget https://github.com/zricethezav/gitleaks/releases/download/v8.15.2/gitleaks_8.15.2_linux_x64.tar.gz
shell: pwsh
Expand All @@ -21,18 +21,24 @@ jobs:
continue-on-error: true
- name: Setup NuGet.exe
if: steps.gitleaks.outcome != 'success'
uses: nuget/setup-nuget@v1
uses: nuget/setup-nuget@v2
with:
nuget-version: latest
- name: Install the dotnet
- name: Install Mono
if: steps.gitleaks.outcome != 'success'
uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.x'
run: |
sudo apt update
sudo apt install -y mono-complete
- name: Install the dotnet SDK to a custom directory
if: steps.gitleaks.outcome != 'success'
run: |
mkdir -p $GITHUB_WORKSPACE/dotnet
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --install-dir $GITHUB_WORKSPACE/dotnet --channel 6.0
- name: Install the report tool packages
if: steps.gitleaks.outcome != 'success'
run: |
export PATH=$GITHUB_WORKSPACE/dotnet:$PATH
nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
dotnet $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1/GitleaksReportMail.dll ${{ secrets.CITEAMCREDENTIALS }} "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE" ${{ secrets.ORGANIZATIONNAME }}
exit 1
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/net6.0
dotnet $GITHUB_WORKSPACE/Syncfusion.Email/lib/net6.0/GitleaksReportMail.dll ${{ secrets.CITEAMCREDENTIALS }} "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE" ${{ secrets.ORGANIZATIONNAME }}
exit 1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,190 @@
{
"Version": 1,
"WorkspaceRootPath": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|d:\\component\\ej2\\samples\\typescript\\database_samples\\custom-adaptor\\grid_mssql\\grid_mssql\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|solutionrelative:grid_mssql\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|d:\\component\\ej2\\samples\\typescript\\database_samples\\custom-adaptor\\grid_mssql\\grid_mssql\\src\\index.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}",
"RelativeMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|solutionrelative:grid_mssql\\src\\index.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}"
},
{
"AbsoluteMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|d:\\component\\ej2\\samples\\typescript\\database_samples\\custom-adaptor\\grid_mssql\\grid_mssql\\src\\customadaptor.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}",
"RelativeMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|solutionrelative:grid_mssql\\src\\customadaptor.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}"
},
{
"AbsoluteMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|d:\\component\\ej2\\samples\\typescript\\database_samples\\custom-adaptor\\grid_mssql\\grid_mssql\\controllers\\gridcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|solutionrelative:grid_mssql\\controllers\\gridcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|d:\\component\\ej2\\samples\\typescript\\database_samples\\custom-adaptor\\grid_mssql\\grid_mssql\\properties\\launchsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
"RelativeMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|solutionrelative:grid_mssql\\properties\\launchsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
},
{
"AbsoluteMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|d:\\component\\ej2\\samples\\typescript\\database_samples\\custom-adaptor\\grid_mssql\\grid_mssql\\package.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
"RelativeMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|solutionrelative:grid_mssql\\package.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
},
{
"AbsoluteMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|d:\\component\\ej2\\samples\\typescript\\database_samples\\custom-adaptor\\grid_mssql\\grid_mssql\\webpack.config.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}",
"RelativeMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|solutionrelative:grid_mssql\\webpack.config.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}"
},
{
"AbsoluteMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|d:\\component\\ej2\\samples\\typescript\\database_samples\\custom-adaptor\\grid_mssql\\grid_mssql\\src\\tsconfig.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
"RelativeMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|solutionrelative:grid_mssql\\src\\tsconfig.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
},
{
"AbsoluteMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|d:\\component\\ej2\\samples\\typescript\\database_samples\\custom-adaptor\\grid_mssql\\grid_mssql\\grid_mssql.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}",
"RelativeMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|solutionrelative:grid_mssql\\grid_mssql.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}"
},
{
"AbsoluteMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|d:\\component\\ej2\\samples\\typescript\\database_samples\\custom-adaptor\\grid_mssql\\grid_mssql\\src\\index.html||{40D31677-CBC0-4297-A9EF-89D907823A98}",
"RelativeMoniker": "D:0:0:{917BECDF-887A-46C0-9B59-A64DF4698A2F}|Grid_MSSQL\\Grid_MSSQL.csproj|solutionrelative:grid_mssql\\src\\index.html||{40D31677-CBC0-4297-A9EF-89D907823A98}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 0,
"Children": [
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "Program.cs",
"DocumentMoniker": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\Program.cs",
"RelativeDocumentMoniker": "Grid_MSSQL\\Program.cs",
"ToolTip": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\Program.cs",
"RelativeToolTip": "Grid_MSSQL\\Program.cs",
"ViewState": "AgIAAAkAAAAAAAAAAAAAAAkAAAAaAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2025-04-15T04:05:32.484Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 4,
"Title": "launchSettings.json",
"DocumentMoniker": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\Properties\\launchSettings.json",
"RelativeDocumentMoniker": "Grid_MSSQL\\Properties\\launchSettings.json",
"ToolTip": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\Properties\\launchSettings.json",
"RelativeToolTip": "Grid_MSSQL\\Properties\\launchSettings.json",
"ViewState": "AgIAAAsAAAAAAAAAAAAkwBUAAAAOAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
"WhenOpened": "2025-04-15T03:45:39.625Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 5,
"Title": "package.json",
"DocumentMoniker": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\package.json",
"RelativeDocumentMoniker": "Grid_MSSQL\\package.json",
"ToolTip": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\package.json",
"RelativeToolTip": "Grid_MSSQL\\package.json",
"ViewState": "AgIAAAAAAAAAAAAAAAAAAB0AAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
"WhenOpened": "2025-04-15T03:30:00.998Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 6,
"Title": "webpack.config.js",
"DocumentMoniker": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\webpack.config.js",
"RelativeDocumentMoniker": "Grid_MSSQL\\webpack.config.js",
"ToolTip": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\webpack.config.js",
"RelativeToolTip": "Grid_MSSQL\\webpack.config.js",
"ViewState": "AgIAAAAAAAAAAAAAAAAAACQAAAACAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001646|",
"WhenOpened": "2025-04-15T03:24:40.728Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 2,
"Title": "CustomAdaptor.ts",
"DocumentMoniker": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\src\\CustomAdaptor.ts",
"RelativeDocumentMoniker": "Grid_MSSQL\\src\\CustomAdaptor.ts",
"ToolTip": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\src\\CustomAdaptor.ts",
"RelativeToolTip": "Grid_MSSQL\\src\\CustomAdaptor.ts",
"ViewState": "AgIAAAAAAAAAAAAAAAAAADwAAAABAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
"WhenOpened": "2025-04-15T03:20:18.582Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 3,
"Title": "GridController.cs",
"DocumentMoniker": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\Controllers\\GridController.cs",
"RelativeDocumentMoniker": "Grid_MSSQL\\Controllers\\GridController.cs",
"ToolTip": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\Controllers\\GridController.cs",
"RelativeToolTip": "Grid_MSSQL\\Controllers\\GridController.cs",
"ViewState": "AgIAAAsAAAAAAAAAAAAAwAsAAAD0AAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2025-04-14T13:56:50.064Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 7,
"Title": "tsconfig.json",
"DocumentMoniker": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\src\\tsconfig.json",
"RelativeDocumentMoniker": "Grid_MSSQL\\src\\tsconfig.json",
"ToolTip": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\src\\tsconfig.json",
"RelativeToolTip": "Grid_MSSQL\\src\\tsconfig.json",
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAAABAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
"WhenOpened": "2025-04-14T13:56:30.176Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 1,
"Title": "index.ts",
"DocumentMoniker": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\src\\index.ts",
"RelativeDocumentMoniker": "Grid_MSSQL\\src\\index.ts",
"ToolTip": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\src\\index.ts",
"RelativeToolTip": "Grid_MSSQL\\src\\index.ts",
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAEAAAAUAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
"WhenOpened": "2025-04-14T04:22:45.268Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 9,
"Title": "index.html",
"DocumentMoniker": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\src\\index.html",
"RelativeDocumentMoniker": "Grid_MSSQL\\src\\index.html",
"ToolTip": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\src\\index.html",
"RelativeToolTip": "Grid_MSSQL\\src\\index.html",
"ViewState": "AgIAAAsAAAAAAAAAAAAuwB4AAAAHAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001512|",
"WhenOpened": "2025-04-14T04:22:42.151Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 8,
"Title": "Grid_MSSQL.csproj",
"DocumentMoniker": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\Grid_MSSQL.csproj",
"RelativeDocumentMoniker": "Grid_MSSQL\\Grid_MSSQL.csproj",
"ToolTip": "D:\\Component\\EJ2\\Samples\\TypeScript\\DataBase_Samples\\Custom-Adaptor\\Grid_MSSQL\\Grid_MSSQL\\Grid_MSSQL.csproj",
"RelativeToolTip": "Grid_MSSQL\\Grid_MSSQL.csproj",
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000758|",
"WhenOpened": "2025-04-07T10:02:17.392Z",
"EditorCaption": ""
}
]
}
]
}
]
}
Loading
Loading