Skip to content

Commit 9ab8e8a

Browse files
v30.2.4
1 parent fab440a commit 9ab8e8a

File tree

4,868 files changed

+1218651
-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.

4,868 files changed

+1218651
-0
lines changed

.github/PULL_REQUEST_TEMPLATE/Bug.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
### Bug description
2+
Clearly and concisely describe the problem (this cannot be empty).
3+
4+
### Root cause
5+
Briefly describe the root cause and analysis of the problem.
6+
If there is an internal discussion on the forum, provide the link.
7+
8+
### Solution description
9+
Describe the changes made in the code in detail for the reviewers.
10+
11+
### Reason for not identifying earlier
12+
* [ ] Guidelines not followed. If yes, provide which guideline is not followed.
13+
14+
* [ ] Guidelines not given. If yes, provide which/who need to address.
15+
Tag label `update-guideline-coreteam` or `update-guideline-productteam`.
16+
17+
* [ ] If any other reason, provide the details here.
18+
19+
### Areas tested against this fix
20+
Provide details about the areas or combinations that have been tested against this code changes.
21+
* [ ] Tested against feature matrix. [Feature matrix link](https://syncfusion.sharepoint.com/sites/EJ2ProductOwners/Shared%20Documents/Forms/AllItems.aspx?viewid=ae81c682%2D3d0f%2D462a%2Db8ec%2D7358748d489d&id=%2Fsites%2FEJ2ProductOwners%2FShared%20Documents%2FGeneral%2FFeature%20Matrix%20%2D%20Documents)
22+
* [ ] NA
23+
24+
### Is it a breaking issue?
25+
* [ ] Yes, Tag `breaking-issue`.
26+
* [ ] NO
27+
28+
If yes, provide the breaking commit details / MR here.
29+
30+
### Action taken
31+
What action did you take to avoid this in future?
32+
33+
Feature matrix document updated
34+
* [ ] Yes
35+
* [ ] NO
36+
* [ ] NA
37+
38+
Automation details - Mark `Is Automated` field as (Yes, Manual, Not Applicable) in corresponding JIRA task once the bug is automated.
39+
* [ ] BUnit, share corresponding MR.
40+
* [ ] E2E or Manual Automation using tester - Make sure all items are automated with priority before release which can be tracked in [automation dashboard](https://syncfusion.atlassian.net/secure/Dashboard.jspa?selectPageId=43396).
41+
42+
If the same issue is reproduced in ej2, what will you do?
43+
* [ ] Resolved. Provide MR link.
44+
* [ ] NO. Created task to track it. Share task link.
45+
* [ ] NA
46+
47+
Is this common issue need to be addressed in the same component or on other components in our platform?
48+
* [ ] Yes - Need to check in other components, tag `needs-attention-coreteam`
49+
* [ ] No
50+
51+
### Output screenshots
52+
Post the output screenshots if an UI is affected or added due to this bug.
53+
54+
### Blazor Checklist
55+
Confirm whether this feature is ensured in both Blazor Server and WASM
56+
* [ ] NA
57+
* [ ] Yes
58+
* [ ] NO
59+
60+
Is there any new API or existing API name change?
61+
* [ ] Yes. If yes, Provide API Review task link.
62+
* [ ] NO
63+
64+
Is there any existing behavior change due to this code change?
65+
* [ ] Yes. Add `breaking-change` label.
66+
* [ ] NO
67+
68+
69+
Do the code changes cause any memory leak and performance issue? (Test only if you suspect that your code may cause problem)
70+
* [ ] Yes
71+
* [ ] NO
72+
73+
## Reviewer Checklist
74+
* [ ] All provided information are reviewed and ensured.
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
### Feature description
2+
Clearly and concisely describe the feature.
3+
4+
### Requirement and specification document.
5+
Share the JIRA task which is attached with the requirement and specification document or directly share the document.
6+
- Even for a small feature, draft a requirement and specification document and attach it in the task.
7+
8+
### API Review task
9+
Provide task link.
10+
11+
### Output screenshots
12+
Post the output screenshots if an UI is affected or added due to this feature.
13+
14+
### Feature matrix document
15+
16+
Feature matrix document updated against this feature and committed in this [common location] (https://syncfusion.sharepoint.com/sites/EJ2ProductOwners/Shared%20Documents/Forms/AllItems.aspx?viewid=ae81c682%2D3d0f%2D462a%2Db8ec%2D7358748d489d&id=%2Fsites%2FEJ2ProductOwners%2FShared%20Documents%2FGeneral%2FFeature%20Matrix%20%2D%20Documents) .
17+
* [ ] Yes
18+
* [ ] NO
19+
* [ ] NA
20+
21+
Provide the details about the areas or combinations which have been tested against this code changes.
22+
* [ ] Tested against feature matrix.
23+
24+
### Feature acceptance criteria (Test-case document)
25+
Draft the test cases in excel and attach it in the MR itself. The automation must be covered based on this positive and worst-case test-cases.
26+
27+
### Automation details
28+
Mark 'Is Automated' field as (Yes, Manual, Not Applicable) in corresponding JIRA task once the feature is automated.
29+
* [ ] BUnit, share corresponding MR.
30+
* [ ] E2E or Manual Automation using tester - Make sure all items are automated with priority before release which can be tracked in [automation dashboard](https://syncfusion.atlassian.net/secure/Dashboard.jspa?selectPageId=43396).
31+
32+
### Test bed sample location
33+
Provide the test bed sample location where the code reviewers can review the new feature’s behaviors.
34+
35+
### Feature completion checklist
36+
37+
UX changes got approval if UI is added or modified?
38+
* [ ] Yes. Provide Task link.
39+
* [ ] NO
40+
* [ ] NA
41+
42+
Drafted UG for this feature?
43+
* [ ] Yes, provide MR link.
44+
* [ ] NO, provide task link.
45+
* [ ] NA
46+
47+
Content team reviewed the UI content changes.
48+
* [ ] Yes. Provide MR or Task link.
49+
* [ ] NO
50+
* [ ] NA
51+
52+
Is this the common feature which needs to be addressed in the same component or on other components in our platform?
53+
* [ ] Yes. If we need to check in other components, tag "needs-attention-coreteam"
54+
* [ ] NO
55+
56+
Is there any existing behavior change due to this code change?
57+
* [ ] Yes. If So, add `breaking-change` label.
58+
* [ ] NO
59+
60+
### Blazor Checklist
61+
Confirm whether the ensured feature is in both Blazor Server and WASM.
62+
* [ ] Yes
63+
* [ ] NO
64+
* [ ] NA
65+
66+
Do the code changes cause any memory leak and performance issue?
67+
* [ ] Yes
68+
* [ ] NO
69+
70+
## Reviewer Checklist
71+
* [ ] Reviewed feature matrix document modifications and reviewed developer testing report against the feature matrix reviewed.
72+
* [ ] Testbed sample ensured.
73+
* [ ] Coverage report checked.
74+
* [ ] Ensured the code changes meet the coding standard.
75+
* [ ] Confirming script changes made in this merge request can't be achieved in C#.
76+
77+
Created task in Blazor to synchronize if the feature is not available and applicable.
78+
* [ ] NA
79+
* [ ] Yes, task link.
80+
* [ ] NO, share reason.

.github/workflows/dotnet.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# This workflow will build a .NET project
2+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
3+
4+
name: .NET
5+
6+
on:
7+
push:
8+
branches: [ "master" ]
9+
pull_request:
10+
branches: [ "master" ]
11+
12+
jobs:
13+
build:
14+
15+
runs-on: windows-latest
16+
17+
steps:
18+
- name: Checkout code
19+
uses: actions/checkout@v4
20+
21+
- name: Setup MSBuild
22+
uses: microsoft/setup-msbuild@v2
23+
24+
- name: Setup NuGet
25+
uses: nuget/setup-nuget@v2
26+
27+
- name: Restore NuGet packages
28+
run: nuget restore EJ2MVCSampleBrowser.sln
29+
30+
- name: Build MVC
31+
run: msbuild EJ2MVCSampleBrowser.sln /p:Configuration=Release /p:Platform="Any CPU"

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.vs/
2+
bin/
3+
obj/
4+
packages/
5+
.nuget/
6+
ej2aspmvc/
7+
package-lock.json
8+
node_modules/
9+
*.user

.gitleaksignore

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
/* Ignored false leaks in .cs files */
2+
Controllers/PDF/EncryptionController.cs:generic-api-key:40
3+
Controllers/PDF/EncryptionController.cs:generic-api-key:41
4+
Controllers/PDF/EncryptionController.cs:generic-api-key:45
5+
Controllers/PDF/EncryptionController.cs:generic-api-key:46
6+
Controllers/PDF/EncryptionController.cs:generic-api-key:51
7+
Controllers/PDF/EncryptionController.cs:generic-api-key:52
8+
Controllers/PDF/EncryptionController.cs:generic-api-key:57
9+
Controllers/PDF/EncryptionController.cs:generic-api-key:58
10+
Controllers/PDF/EncryptionController.cs:generic-api-key:67
11+
Controllers/PDF/EncryptionController.cs:generic-api-key:68
12+
Models/ExportEmployeeDetails.cs:aws-access-token:33
13+
Models/ExportEmployeeDetails.cs:aws-access-token:37
14+
Models/ExportEmployeeDetails.cs:aws-access-token:49
15+
Models/ExportOrderDetails.cs:aws-access-token:27
16+
Models/ExportOrderDetails.cs:aws-access-token:31
17+
Models/ExportOrderDetails.cs:aws-access-token:43
18+
Models/GanttData.cs:aws-access-token:1895
19+
Models/GanttData.cs:aws-access-token:1908
20+
Models/GanttData.cs:aws-access-token:1942
21+
Models/GanttData.cs:aws-access-token:1955
22+
Models/GanttData.cs:aws-access-token:1967
23+
Models/GanttData.cs:aws-access-token:1984
24+
Models/GanttData.cs:aws-access-token:2017
25+
Models/GanttData.cs:aws-access-token:2030
26+
Models/GanttData.cs:aws-access-token:2053
27+
Models/GanttData.cs:aws-access-token:2064
28+
Models/GanttData.cs:aws-access-token:2077
29+
Models/GanttData.cs:aws-access-token:2089
30+
Models/GanttData.cs:aws-access-token:2102
31+
Models/GanttData.cs:aws-access-token:2130
32+
Models/GanttData.cs:aws-access-token:2142
33+
Models/GanttData.cs:aws-access-token:2155
34+
Models/GanttData.cs:aws-access-token:2167
35+
Models/GanttData.cs:aws-access-token:2180
36+
Models/GanttData.cs:aws-access-token:2193
37+
Models/GanttData.cs:aws-access-token:2220
38+
Models/GanttData.cs:aws-access-token:2232
39+
Models/GanttData.cs:aws-access-token:1897
40+
Models/GanttData.cs:aws-access-token:2019
41+
Models/GanttData.cs:aws-access-token:2032
42+
Models/GanttData.cs:aws-access-token:2055
43+
Models/GanttData.cs:aws-access-token:2066
44+
Models/GanttData.cs:aws-access-token:2079
45+
Models/GanttData.cs:aws-access-token:2091
46+
Models/GanttData.cs:aws-access-token:2104
47+
Models/GanttData.cs:aws-access-token:2144
48+
Models/GanttData.cs:aws-access-token:2157
49+
Models/GanttData.cs:aws-access-token:2169
50+
Models/GanttData.cs:aws-access-token:2182
51+
Models/GanttData.cs:aws-access-token:2222
52+
Models/GanttData.cs:aws-access-token:2234
53+
/* Ignored false leaks in .cshtml files */
54+
Views/PivotTable/CellTemplate.cshtml:aws-access-token:35
55+
Views/Schedule/CalendarIntegration.cshtml:gcp-api-key:5
56+
/* Ignored false leaks in .css files */
57+
Content/styles/bootstrap-dark.css:aws-access-token:1
58+
Content/styles/bootstrap.css:aws-access-token:1
59+
Content/styles/material3-dark.css:aws-access-token:1
60+
Content/styles/material3.css:aws-access-token:1
61+
Content/styles/tailwind.css:aws-access-token:1
62+
Content/styles/tailwind-dark.css:aws-access-token:1
63+
Content/styles/fluent2.css:aws-access-token:1
64+
Content/styles/fluent2-dark.css:aws-access-token:1
65+
Content/styles/fluent2-highcontrast.css:aws-access-token:1
66+
Content/styles/fluent2-default.css:aws-access-token:1
67+
Content/styles/fluent2-dark-default.css:aws-access-token:1
68+
Content/styles/fluent2-highcontrast-default.css:aws-access-token:1
69+
Content/styles/bootstrap-dark-default.css:aws-access-token:1
70+
Content/styles/bootstrap-default.css:aws-access-token:1
71+
Content/styles/tailwind-dark-default.css:aws-access-token:1
72+
Content/styles/tailwind-default.css:aws-access-token:1
73+
Content/styles/bootstrap5-dark.css:aws-access-token:1
74+
Content/styles/bootstrap5.3-dark.css:aws-access-token:1
75+
Content/styles/bootstrap5.3.css:aws-access-token:1
76+
Content/styles/bootstrap5.css:aws-access-token:1
77+
Content/styles/fluent-dark.css:aws-access-token:1
78+
Content/styles/fluent.css:aws-access-token:1
79+
Content/styles/tailwind3.css:easypost-api-token:1
80+
Content/styles/tailwind3-dark.css:easypost-api-token:1
81+
Content/styles/highcontrast.css:aws-access-token:1

0 commit comments

Comments
 (0)