-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(v3): new UI application, additional columns option
- Loading branch information
1 parent
84fa46e
commit 39d8083
Showing
479 changed files
with
81,217 additions
and
59,310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
{ | ||
"projectName": "serilog-ui", | ||
"projectOwner": "serilog-contrib", | ||
"repoType": "github", | ||
"repoHost": "https://github.com", | ||
"files": [ | ||
"README.md" | ||
], | ||
"imageSize": 60, | ||
"commitConvention": "angular", | ||
"contributors": [ | ||
{ | ||
"login": "mo-esmp", | ||
"name": "Mohsen Esmailpour", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/1659032?v=4", | ||
"profile": "https://stackoverflow.com/users/1385614/mohsen-esmailpour", | ||
"contributions": [ | ||
"code", | ||
"projectManagement", | ||
"test" | ||
] | ||
}, | ||
{ | ||
"login": "followynne", | ||
"name": "Matteo Gregoricchio", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/32459930?v=4", | ||
"profile": "https://www.matteogregoricchio.com/", | ||
"contributions": [ | ||
"code", | ||
"doc", | ||
"test" | ||
] | ||
}, | ||
{ | ||
"login": "sommmen", | ||
"name": "sommmen", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/8641495?v=4", | ||
"profile": "https://github.com/sommmen", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "igece", | ||
"name": "Israel Gómez de Celis", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/2063980?v=4", | ||
"profile": "http://igecelabs.net/", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "traien", | ||
"name": "Osama Bashir", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/16708328?v=4", | ||
"profile": "https://github.com/traien", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "ricardodemauro", | ||
"name": "Ricardo", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/3687018?v=4", | ||
"profile": "https://rmauro.dev/", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "hansoncaleb", | ||
"name": "Caleb Hanson", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/8008108?v=4", | ||
"profile": "https://github.com/hansoncaleb", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "Millarex", | ||
"name": "Aleksei", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/55946676?v=4", | ||
"profile": "https://github.com/Millarex", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "chaadfh", | ||
"name": "chaadfh", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/133214342?v=4", | ||
"profile": "https://github.com/chaadfh", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "phillduffy", | ||
"name": "Phill Duffy", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/710550?v=4", | ||
"profile": "https://github.com/phillduffy", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "uthmanrahimi", | ||
"name": "Uthman", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/45357615?v=4", | ||
"profile": "https://github.com/uthmanrahimi", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "jorgevp", | ||
"name": "jorgevp", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/3268148?v=4", | ||
"profile": "https://github.com/jorgevp", | ||
"contributions": [ | ||
"code" | ||
] | ||
} | ||
], | ||
"contributorsPerLine": 10 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,75 @@ | ||
# ------------------------------------------------------------------------------ | ||
# <auto-generated> | ||
# | ||
# This code was generated. | ||
# | ||
# - To turn off auto-generation set: | ||
# | ||
# [CustomGithubActions (AutoGenerate = false)] | ||
# | ||
# - To trigger manual generation invoke: | ||
# | ||
# nuke --generate-configuration GitHubActions_JS-build --host GitHubActions | ||
# | ||
# </auto-generated> | ||
# ------------------------------------------------------------------------------ | ||
|
||
name: JS-build | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- dev | ||
pull_request: | ||
branches: | ||
- master | ||
- dev | ||
|
||
jobs: | ||
ubuntu-latest: | ||
name: ubuntu-latest | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- uses: actions/setup-java@v3 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '17' | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
- name: 'Cache: .nuke/temp, ~/.nuget/packages' | ||
uses: actions/cache@v3 | ||
with: | ||
path: | | ||
.nuke/temp | ||
~/.nuget/packages | ||
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }} | ||
- name: 'Run: Frontend_Tests_Ci' | ||
run: ./build.cmd Frontend_Tests_Ci | ||
env: | ||
SonarTokenUi: ${{ secrets.SONAR_TOKEN_UI }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: SonarCloud run | ||
uses: SonarSource/sonarcloud-github-action@master | ||
if: github.event_name != 'pull_request' | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any | ||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_UI }} | ||
with: | ||
args: > | ||
-Dsonar.organization=followynne | ||
-Dsonar.projectKey=followynne_serilog-ui_assets | ||
-Dsonar.sources=src/Serilog.Ui.Web/assets/ | ||
-Dsonar.tests=src/Serilog.Ui.Web/assets/ | ||
-Dsonar.exclusions=src/Serilog.Ui.Web/assets/__tests__/**/* | ||
-Dsonar.test.inclusions=src/Serilog.Ui.Web/assets/__tests__/**/* | ||
-Dsonar.javascript.lcov.reportPaths=./src/Serilog.Ui.Web/coverage/lcov.info | ||
- uses: actions/upload-artifact@v3 | ||
if: always() | ||
with: | ||
name: test-results | ||
path: '**/jest-*.xml' | ||
# ------------------------------------------------------------------------------ | ||
# <auto-generated> | ||
# | ||
# This code was generated. | ||
# | ||
# - To turn off auto-generation set: | ||
# | ||
# [CustomGithubActions (AutoGenerate = false)] | ||
# | ||
# - To trigger manual generation invoke: | ||
# | ||
# nuke --generate-configuration GitHubActions_JS-build --host GitHubActions | ||
# | ||
# </auto-generated> | ||
# ------------------------------------------------------------------------------ | ||
|
||
name: JS-build | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- dev | ||
pull_request: | ||
branches: | ||
- master | ||
- dev | ||
|
||
jobs: | ||
ubuntu-latest: | ||
name: ubuntu-latest | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- uses: actions/setup-java@v4 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '17' | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
- name: 'Cache: .nuke/temp, ~/.nuget/packages' | ||
uses: actions/cache@v3 | ||
with: | ||
path: | | ||
.nuke/temp | ||
~/.nuget/packages | ||
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }} | ||
- name: 'Run: Frontend_Tests_Ci' | ||
run: ./build.cmd Frontend_Tests_Ci | ||
env: | ||
SonarTokenUi: ${{ secrets.SONAR_TOKEN_UI }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: SonarCloud run | ||
uses: SonarSource/sonarcloud-github-action@master | ||
if: github.event_name != 'pull_request' | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any | ||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_UI }} | ||
with: | ||
args: > | ||
-Dsonar.organization=followynne | ||
-Dsonar.projectKey=followynne_serilog-ui_assets | ||
-Dsonar.sources=src/Serilog.Ui.Web/src/ | ||
-Dsonar.tests=src/Serilog.Ui.Web/src/ | ||
-Dsonar.exclusions=src/Serilog.Ui.Web/src/__tests__/**/*,src/Serilog.Ui.Web/src/mockServiceWorker.*,src/Serilog.Ui.Web/src/style/**/* | ||
-Dsonar.test.inclusions=src/Serilog.Ui.Web/src/__tests__/**/* | ||
-Dsonar.javascript.lcov.reportPaths=./src/Serilog.Ui.Web/src/reports/coverage/lcov.info | ||
- uses: actions/upload-artifact@v3 | ||
if: always() | ||
with: | ||
name: test-results | ||
path: '**/test-junit-report.xml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.