Skip to content

Commit 39d8083

Browse files
authored
feat(v3): new UI application, additional columns option
1 parent 84fa46e commit 39d8083

File tree

479 files changed

+81217
-59310
lines changed

Some content is hidden

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

479 files changed

+81217
-59310
lines changed

.all-contributorsrc

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
{
2+
"projectName": "serilog-ui",
3+
"projectOwner": "serilog-contrib",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 60,
10+
"commitConvention": "angular",
11+
"contributors": [
12+
{
13+
"login": "mo-esmp",
14+
"name": "Mohsen Esmailpour",
15+
"avatar_url": "https://avatars.githubusercontent.com/u/1659032?v=4",
16+
"profile": "https://stackoverflow.com/users/1385614/mohsen-esmailpour",
17+
"contributions": [
18+
"code",
19+
"projectManagement",
20+
"test"
21+
]
22+
},
23+
{
24+
"login": "followynne",
25+
"name": "Matteo Gregoricchio",
26+
"avatar_url": "https://avatars.githubusercontent.com/u/32459930?v=4",
27+
"profile": "https://www.matteogregoricchio.com/",
28+
"contributions": [
29+
"code",
30+
"doc",
31+
"test"
32+
]
33+
},
34+
{
35+
"login": "sommmen",
36+
"name": "sommmen",
37+
"avatar_url": "https://avatars.githubusercontent.com/u/8641495?v=4",
38+
"profile": "https://github.com/sommmen",
39+
"contributions": [
40+
"code"
41+
]
42+
},
43+
{
44+
"login": "igece",
45+
"name": "Israel Gómez de Celis",
46+
"avatar_url": "https://avatars.githubusercontent.com/u/2063980?v=4",
47+
"profile": "http://igecelabs.net/",
48+
"contributions": [
49+
"code"
50+
]
51+
},
52+
{
53+
"login": "traien",
54+
"name": "Osama Bashir",
55+
"avatar_url": "https://avatars.githubusercontent.com/u/16708328?v=4",
56+
"profile": "https://github.com/traien",
57+
"contributions": [
58+
"code"
59+
]
60+
},
61+
{
62+
"login": "ricardodemauro",
63+
"name": "Ricardo",
64+
"avatar_url": "https://avatars.githubusercontent.com/u/3687018?v=4",
65+
"profile": "https://rmauro.dev/",
66+
"contributions": [
67+
"code"
68+
]
69+
},
70+
{
71+
"login": "hansoncaleb",
72+
"name": "Caleb Hanson",
73+
"avatar_url": "https://avatars.githubusercontent.com/u/8008108?v=4",
74+
"profile": "https://github.com/hansoncaleb",
75+
"contributions": [
76+
"code"
77+
]
78+
},
79+
{
80+
"login": "Millarex",
81+
"name": "Aleksei",
82+
"avatar_url": "https://avatars.githubusercontent.com/u/55946676?v=4",
83+
"profile": "https://github.com/Millarex",
84+
"contributions": [
85+
"code"
86+
]
87+
},
88+
{
89+
"login": "chaadfh",
90+
"name": "chaadfh",
91+
"avatar_url": "https://avatars.githubusercontent.com/u/133214342?v=4",
92+
"profile": "https://github.com/chaadfh",
93+
"contributions": [
94+
"code"
95+
]
96+
},
97+
{
98+
"login": "phillduffy",
99+
"name": "Phill Duffy",
100+
"avatar_url": "https://avatars.githubusercontent.com/u/710550?v=4",
101+
"profile": "https://github.com/phillduffy",
102+
"contributions": [
103+
"code"
104+
]
105+
},
106+
{
107+
"login": "uthmanrahimi",
108+
"name": "Uthman",
109+
"avatar_url": "https://avatars.githubusercontent.com/u/45357615?v=4",
110+
"profile": "https://github.com/uthmanrahimi",
111+
"contributions": [
112+
"code"
113+
]
114+
},
115+
{
116+
"login": "jorgevp",
117+
"name": "jorgevp",
118+
"avatar_url": "https://avatars.githubusercontent.com/u/3268148?v=4",
119+
"profile": "https://github.com/jorgevp",
120+
"contributions": [
121+
"code"
122+
]
123+
}
124+
],
125+
"contributorsPerLine": 10
126+
}

.github/workflows/DotNET-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434

35-
- uses: actions/setup-java@v3
35+
- uses: actions/setup-java@v4
3636
with:
3737
distribution: 'temurin'
3838
java-version: '17'

.github/workflows/DotNET-reporting-on-build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
upload:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: phoenix-actions/test-reporting@v9
16-
with:
17-
artifact: test-results # artifact name
18-
name: DotNET - Tests # Name of the check run which will be created
19-
path: '**/test-results.trx' # Path to test results (inside artifact .zip)
20-
reporter: dotnet-trx # Format of test results
21-
output-to: checks
15+
- uses: phoenix-actions/test-reporting@v14
16+
with:
17+
artifact: test-results # artifact name
18+
name: DotNET - Tests # Name of the check run which will be created
19+
path: '**/test-results.trx' # Path to test results (inside artifact .zip)
20+
reporter: dotnet-trx # Format of test results
21+
output-to: checks

.github/workflows/JS-build.yml

Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,75 @@
1-
# ------------------------------------------------------------------------------
2-
# <auto-generated>
3-
#
4-
# This code was generated.
5-
#
6-
# - To turn off auto-generation set:
7-
#
8-
# [CustomGithubActions (AutoGenerate = false)]
9-
#
10-
# - To trigger manual generation invoke:
11-
#
12-
# nuke --generate-configuration GitHubActions_JS-build --host GitHubActions
13-
#
14-
# </auto-generated>
15-
# ------------------------------------------------------------------------------
16-
17-
name: JS-build
18-
19-
on:
20-
push:
21-
branches:
22-
- master
23-
- dev
24-
pull_request:
25-
branches:
26-
- master
27-
- dev
28-
29-
jobs:
30-
ubuntu-latest:
31-
name: ubuntu-latest
32-
runs-on: ubuntu-latest
33-
steps:
34-
35-
- uses: actions/setup-java@v3
36-
with:
37-
distribution: 'temurin'
38-
java-version: '17'
39-
- uses: actions/checkout@v3
40-
with:
41-
fetch-depth: 0
42-
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
43-
uses: actions/cache@v3
44-
with:
45-
path: |
46-
.nuke/temp
47-
~/.nuget/packages
48-
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }}
49-
- name: 'Run: Frontend_Tests_Ci'
50-
run: ./build.cmd Frontend_Tests_Ci
51-
env:
52-
SonarTokenUi: ${{ secrets.SONAR_TOKEN_UI }}
53-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54-
55-
- name: SonarCloud run
56-
uses: SonarSource/sonarcloud-github-action@master
57-
if: github.event_name != 'pull_request'
58-
env:
59-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
60-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_UI }}
61-
with:
62-
args: >
63-
-Dsonar.organization=followynne
64-
-Dsonar.projectKey=followynne_serilog-ui_assets
65-
-Dsonar.sources=src/Serilog.Ui.Web/assets/
66-
-Dsonar.tests=src/Serilog.Ui.Web/assets/
67-
-Dsonar.exclusions=src/Serilog.Ui.Web/assets/__tests__/**/*
68-
-Dsonar.test.inclusions=src/Serilog.Ui.Web/assets/__tests__/**/*
69-
-Dsonar.javascript.lcov.reportPaths=./src/Serilog.Ui.Web/coverage/lcov.info
70-
71-
- uses: actions/upload-artifact@v3
72-
if: always()
73-
with:
74-
name: test-results
75-
path: '**/jest-*.xml'
1+
# ------------------------------------------------------------------------------
2+
# <auto-generated>
3+
#
4+
# This code was generated.
5+
#
6+
# - To turn off auto-generation set:
7+
#
8+
# [CustomGithubActions (AutoGenerate = false)]
9+
#
10+
# - To trigger manual generation invoke:
11+
#
12+
# nuke --generate-configuration GitHubActions_JS-build --host GitHubActions
13+
#
14+
# </auto-generated>
15+
# ------------------------------------------------------------------------------
16+
17+
name: JS-build
18+
19+
on:
20+
push:
21+
branches:
22+
- master
23+
- dev
24+
pull_request:
25+
branches:
26+
- master
27+
- dev
28+
29+
jobs:
30+
ubuntu-latest:
31+
name: ubuntu-latest
32+
runs-on: ubuntu-latest
33+
steps:
34+
35+
- uses: actions/setup-java@v4
36+
with:
37+
distribution: 'temurin'
38+
java-version: '17'
39+
- uses: actions/checkout@v3
40+
with:
41+
fetch-depth: 0
42+
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
43+
uses: actions/cache@v3
44+
with:
45+
path: |
46+
.nuke/temp
47+
~/.nuget/packages
48+
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }}
49+
- name: 'Run: Frontend_Tests_Ci'
50+
run: ./build.cmd Frontend_Tests_Ci
51+
env:
52+
SonarTokenUi: ${{ secrets.SONAR_TOKEN_UI }}
53+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
55+
- name: SonarCloud run
56+
uses: SonarSource/sonarcloud-github-action@master
57+
if: github.event_name != 'pull_request'
58+
env:
59+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
60+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_UI }}
61+
with:
62+
args: >
63+
-Dsonar.organization=followynne
64+
-Dsonar.projectKey=followynne_serilog-ui_assets
65+
-Dsonar.sources=src/Serilog.Ui.Web/src/
66+
-Dsonar.tests=src/Serilog.Ui.Web/src/
67+
-Dsonar.exclusions=src/Serilog.Ui.Web/src/__tests__/**/*,src/Serilog.Ui.Web/src/mockServiceWorker.*,src/Serilog.Ui.Web/src/style/**/*
68+
-Dsonar.test.inclusions=src/Serilog.Ui.Web/src/__tests__/**/*
69+
-Dsonar.javascript.lcov.reportPaths=./src/Serilog.Ui.Web/src/reports/coverage/lcov.info
70+
71+
- uses: actions/upload-artifact@v3
72+
if: always()
73+
with:
74+
name: test-results
75+
path: '**/test-junit-report.xml'

.github/workflows/JS-reporting-on-build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
upload:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: phoenix-actions/test-reporting@v9
16-
with:
17-
artifact: test-results # artifact name
18-
name: JS - Tests # Name of the check run which will be created
19-
path: '**/jest-*.xml' # Path to test results (inside artifact .zip)
20-
reporter: jest-junit # Format of test results
21-
output-to: checks
15+
- uses: phoenix-actions/test-reporting@v14
16+
with:
17+
artifact: test-results # artifact name
18+
name: JS - Tests # Name of the check run which will be created
19+
path: '**/test-junit-report.xml' # Path to test results (inside artifact .zip)
20+
reporter: jest-junit # Format of test results
21+
output-to: checks

0 commit comments

Comments
 (0)